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

显示文件 Open project: sonyarouje/Neo4jD Class Usage Examples

Protected Properties

Property Type Description
_graphRequest GraphRequest

Public Methods

Method Description
IndexRepo ( ) : System

Private Methods

Method 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 method

public IndexRepo ( ) : System
return System

Property Details

_graphRequest protected_oe property

protected GraphRequest,Net.Graph.Neo4JD.Persistance _graphRequest
return GraphRequest