org.neo4j.graphdb.index
Interface RelationshipAutoIndexer

All Superinterfaces:
AutoIndexer<Relationship>

public interface RelationshipAutoIndexer
extends AutoIndexer<Relationship>


Method Summary
 ReadableRelationshipIndex getAutoIndex()
          Returns the auto index used by the auto indexer.
 
Methods inherited from interface org.neo4j.graphdb.index.AutoIndexer
getAutoIndexedProperties, isEnabled, setEnabled, startAutoIndexingProperty, stopAutoIndexingProperty
 

Method Detail

getAutoIndex

ReadableRelationshipIndex getAutoIndex()
Description copied from interface: AutoIndexer
Returns the auto index used by the auto indexer. This should be able to be released safely (read only) to the outside world.

Specified by:
getAutoIndex in interface AutoIndexer<Relationship>
Returns:
A read only index


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