C# Class Net.Graph.Neo4JD.Index

Afficher le fichier Open project: sonyarouje/Neo4jD

Méthodes publiques

Méthode Description
Add ( Node node, string key, string value ) : Index
Create ( string indexName ) : Index
Get ( string indexName ) : Index
GetLocation ( ) : Uri
RemoveNode ( Node node ) : void
Search ( IndexQuery query ) : IList

Private Methods

Méthode Description
Index ( ) : System
SetLocation ( Uri location ) : void

Method Details

Add() public méthode

public Add ( Node node, string key, string value ) : Index
node Node
key string
value string
Résultat Index

Create() public static méthode

public static Create ( string indexName ) : Index
indexName string
Résultat Index

Get() public static méthode

public static Get ( string indexName ) : Index
indexName string
Résultat Index

GetLocation() public méthode

public GetLocation ( ) : Uri
Résultat System.Uri

RemoveNode() public méthode

public RemoveNode ( Node node ) : void
node Node
Résultat void

Search() public méthode

public Search ( IndexQuery query ) : IList
query Net.Graph.Neo4JD.Traversal.Index.IndexQuery
Résultat IList