C# Class Net.Graph.Neo4JD.Index

Exibir arquivo Open project: sonyarouje/Neo4jD

Public Methods

Method 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

Method Description
Index ( ) : System
SetLocation ( Uri location ) : void

Method Details

Add() public method

public Add ( Node node, string key, string value ) : Index
node Node
key string
value string
return Index

Create() public static method

public static Create ( string indexName ) : Index
indexName string
return Index

Get() public static method

public static Get ( string indexName ) : Index
indexName string
return Index

GetLocation() public method

public GetLocation ( ) : Uri
return System.Uri

RemoveNode() public method

public RemoveNode ( Node node ) : void
node Node
return void

Search() public method

public Search ( IndexQuery query ) : IList
query Net.Graph.Neo4JD.Traversal.Index.IndexQuery
return IList