|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationshipIndex | |
|---|---|
| org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
| org.neo4j.kernel | Implementation for embedding a Neo4j graph database in an application. |
| Uses of RelationshipIndex in org.neo4j.graphdb.index |
|---|
| Methods in org.neo4j.graphdb.index that return RelationshipIndex | |
|---|---|
RelationshipIndex |
IndexManager.forRelationships(String indexName)
Returns an Index for Relationships with the name indexName. |
RelationshipIndex |
IndexManager.forRelationships(String indexName,
Map<String,String> customConfiguration)
Returns an Index for Relationships with the name indexName. |
RelationshipIndex |
IndexImplementation.relationshipIndex(String indexName,
Map<String,String> config)
Returns an Index for Relationships for the name
indexName with the given config. |
| Uses of RelationshipIndex in org.neo4j.kernel |
|---|
| Methods in org.neo4j.kernel that return RelationshipIndex | |
|---|---|
RelationshipIndex |
ProxyIndexManager.forRelationships(String indexName)
|
RelationshipIndex |
ProxyIndexManager.forRelationships(String indexName,
Map<String,String> customConfiguration)
|
|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||