Package org.neo4j.graphdb.index

Integrated API for node and relationship indexing.

See:
          Description

Interface Summary
BatchInserterIndex The BatchInserter version of Index.
BatchInserterIndexProvider A place to access BatchInserterIndexs from a certain index provider.
Index<T extends PropertyContainer> An index to associate key/value pairs with entities (Nodes or Relationships) 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 Indexs for Nodes and Relationships.
RelationshipIndex Extends the Index interface with additional get/query methods which are specific to Relationships.
 

Class Summary
IndexImplementation A provider which can create and instantiate Indexs.
IndexProvider  
 

Package org.neo4j.graphdb.index Description

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.



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.