Neo4j Community

Uses of Package
org.neo4j.graphdb.index

Packages that use org.neo4j.graphdb.index
org.neo4j.graphdb The graph database API used by Neo4j. 
org.neo4j.graphdb.index Integrated API for node and relationship indexing. 
org.neo4j.index.lucene Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.tooling.wrap   
 

Classes in org.neo4j.graphdb.index used by org.neo4j.graphdb
IndexManager
          A one stop shop for accessing Indexs for Nodes and Relationships.
 

Classes in org.neo4j.graphdb.index used by org.neo4j.graphdb.index
AutoIndexer
          The primary interaction point with the auto indexing infrastructure of neo4j.
BatchInserterIndex
          The BatchInserter version of Index.
Index
          An index to associate key/value pairs with entities (Nodes or Relationships) for fast lookup and querying.
IndexHits
          An Iterator with additional IndexHits.size() and IndexHits.close() methods on it, used for iterating over index query results.
IndexImplementation
          A provider which can create and instantiate Indexs.
ReadableIndex
          An index that allows for read only operations.
ReadableRelationshipIndex
          Extends the ReadableIndex interface with additional get/query methods which are specific to Relationships.
RelationshipAutoIndexer
           
RelationshipIndex
          Extends the ReadableRelationshipIndex and the Index interfaces for completing the set of available types.
UniqueFactory
          A utility class for creating unique (with regard to a given index) entities.
 

Classes in org.neo4j.graphdb.index used by org.neo4j.index.lucene
Index
          An index to associate key/value pairs with entities (Nodes or Relationships) for fast lookup and querying.
IndexHits
          An Iterator with additional IndexHits.size() and IndexHits.close() methods on it, used for iterating over index query results.
IndexImplementation
          A provider which can create and instantiate Indexs.
IndexProvider
           
 

Classes in org.neo4j.graphdb.index used by org.neo4j.kernel
IndexManager
          A one stop shop for accessing Indexs for Nodes and Relationships.
 

Classes in org.neo4j.graphdb.index used by org.neo4j.tooling.wrap
Index
          An index to associate key/value pairs with entities (Nodes or Relationships) for fast lookup and querying.
IndexHits
          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.
ReadableIndex
          An index that allows for read only operations.
ReadableRelationshipIndex
          Extends the ReadableIndex interface with additional get/query methods which are specific to Relationships.
RelationshipIndex
          Extends the ReadableRelationshipIndex and the Index interfaces for completing the set of available types.
 


Neo4j Community

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.