|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationshipIndex | |
---|---|
org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
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 Relationship s with the name indexName . |
RelationshipIndex |
IndexManager.forRelationships(String indexName,
Map<String,String> customConfiguration)
Returns an Index for Relationship s with the name indexName . |
RelationshipIndex |
IndexImplementation.relationshipIndex(String indexName,
Map<String,String> config)
Returns an Index for Relationship s for the name
indexName with the given config . |
|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |