|
Neo4j Advanced | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadableIndex | |
---|---|
org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
Uses of ReadableIndex in org.neo4j.graphdb.index |
---|
Subinterfaces of ReadableIndex in org.neo4j.graphdb.index | |
---|---|
interface |
Index<T extends PropertyContainer>
An index to associate key/value pairs with entities ( Node s or
Relationship s) for fast lookup and querying. |
interface |
ReadableRelationshipIndex
Extends the ReadableIndex interface with additional get/query methods
which
are specific to Relationship s. |
interface |
RelationshipIndex
Extends the ReadableRelationshipIndex and the Index interfaces for completing the set of available types. |
Methods in org.neo4j.graphdb.index that return ReadableIndex | |
---|---|
ReadableIndex<T> |
AutoIndexer.getAutoIndex()
Returns the auto index used by the auto indexer. |
|
Neo4j Advanced | |||||||||
PREV NEXT | FRAMES NO FRAMES |