Neo4j Enterprise

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

Packages that use Index
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   
 

Uses of Index in org.neo4j.graphdb.index
 

Subinterfaces of Index in org.neo4j.graphdb.index
 interface RelationshipIndex
          Extends the ReadableRelationshipIndex and the Index interfaces for completing the set of available types.
 

Methods in org.neo4j.graphdb.index that return Index
 Index<Node> IndexManager.forNodes(String indexName)
          Returns an Index for Nodes with the name indexName.
 Index<Node> IndexManager.forNodes(String indexName, Map<String,String> customConfiguration)
          Returns an Index for Nodes with the name indexName.
abstract  Index<Node> IndexImplementation.nodeIndex(String indexName, Map<String,String> config)
          Returns an Index for Nodes for the name indexName with the given config.
 

Methods in org.neo4j.graphdb.index with parameters of type Index
 Map<String,String> IndexManager.getConfiguration(Index<? extends PropertyContainer> index)
          Returns the configuration for index.
 String IndexManager.removeConfiguration(Index<? extends PropertyContainer> index, String key)
          EXPERT: Removes a configuration parameter from an index.
 String IndexManager.setConfiguration(Index<? extends PropertyContainer> index, String key, String value)
          EXPERT: Sets a configuration parameter for an index.
 

Uses of Index in org.neo4j.index.lucene
 

Constructors in org.neo4j.index.lucene with parameters of type Index
LuceneTimeline(GraphDatabaseService db, Index<T> index)
           
 

Uses of Index in org.neo4j.kernel
 

Methods in org.neo4j.kernel with parameters of type Index
protected  WrappedIndex.WrappedNodeIndex HighlyAvailableGraphDatabase.nodeIndex(Index<Node> index, String indexName)
           
 

Uses of Index in org.neo4j.tooling.wrap
 

Classes in org.neo4j.tooling.wrap that implement Index
 class WrappedIndex<T extends PropertyContainer,I extends ReadableIndex<T>>
           
static class WrappedIndex.WrappedNodeIndex
           
static class WrappedIndex.WrappedRelationshipIndex
           
 

Methods in org.neo4j.tooling.wrap with parameters of type Index
protected  WrappedIndex.WrappedNodeIndex WrappedGraphDatabase.nodeIndex(Index<Node> index, String indexName)
           
 


Neo4j Enterprise

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