Uses of Interface
org.neo4j.graphdb.index.BatchInserterIndex

Packages that use BatchInserterIndex
org.neo4j.graphdb.index Integrated API for node and relationship indexing. 
org.neo4j.index.impl.lucene An indexing implementation using Apache Lucene as backend. 
 

Uses of BatchInserterIndex in org.neo4j.graphdb.index
 

Methods in org.neo4j.graphdb.index that return BatchInserterIndex
 BatchInserterIndex BatchInserterIndexProvider.nodeIndex(String indexName, Map<String,String> config)
          Returns a BatchInserterIndex for Nodes for the name indexName with the given config.
 BatchInserterIndex BatchInserterIndexProvider.relationshipIndex(String indexName, Map<String,String> config)
          Returns a BatchInserterIndex for Relationships for the name indexName with the given config.
 

Uses of BatchInserterIndex in org.neo4j.index.impl.lucene
 

Methods in org.neo4j.index.impl.lucene that return BatchInserterIndex
 BatchInserterIndex LuceneBatchInserterIndexProvider.nodeIndex(String indexName, Map<String,String> config)
           
 BatchInserterIndex LuceneBatchInserterIndexProvider.relationshipIndex(String indexName, Map<String,String> config)
           
 



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