Neo4j Community

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.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.
protected  Index<T> UniqueFactory.index()
          Get the referenced index.
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.
 

Constructors in org.neo4j.graphdb.index with parameters of type Index
UniqueFactory.UniqueNodeFactory(Index<Node> index)
          Create a new UniqueFactory for nodes.
UniqueFactory.UniqueRelationshipFactory(Index<Relationship> index)
          Create a new UniqueFactory for relationships.
 

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.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 Community

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