C# Class Net.Graph.Neo4JD.Persistance.IndexRepo

Afficher le fichier Open project: sonyarouje/Neo4jD Class Usage Examples

Protected Properties

Свойство Type Description
_graphRequest GraphRequest

Méthodes publiques

Méthode Description
IndexRepo ( ) : System

Private Methods

Méthode Description
AddNodeToIndex ( Index index, Node nodeToAdd, string key, string value ) : void
Create ( string indexName ) : Index
GetAutoIndex ( ) : Index
GetIndex ( string indexName ) : Index
RemoveNodeFromIndex ( Index index, Node nodeToRemove ) : void
Search ( Index indexToSearch, string searchQuery ) : RequestResult

Method Details

IndexRepo() public méthode

public IndexRepo ( ) : System
Résultat System

Property Details

_graphRequest protected_oe property

protected GraphRequest,Net.Graph.Neo4JD.Persistance _graphRequest
Résultat GraphRequest