|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
BatchInserterIndex | The BatchInserter version of Index . |
BatchInserterIndexProvider | A place to access BatchInserterIndex s from a certain index provider. |
Index<T extends PropertyContainer> | An index to associate key/value pairs with entities (Node s or
Relationship s) for fast lookup and querying. |
IndexHits<T> | An Iterator with additional IndexHits.size() and IndexHits.close()
methods on it, used for iterating over index query results. |
IndexManager | A one stop shop for accessing Index s for Node s
and Relationship s. |
RelationshipIndex | Extends the Index interface with additional get/query methods which
are specific to Relationship s. |
Class Summary | |
---|---|
IndexImplementation | A provider which can create and instantiate Index s. |
IndexProvider |
Integrated API for node and relationship indexing.
A concrete implementation like the neo4j-lucene-index component must be available on the classpath for indexing to work.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |