Neo4j Enterprise

Uses of Interface
org.neo4j.graphdb.schema.IndexCreator

Packages that use IndexCreator
org.neo4j.graphdb.schema   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of IndexCreator in org.neo4j.graphdb.schema
 

Methods in org.neo4j.graphdb.schema that return IndexCreator
 IndexCreator Schema.indexCreator(Label label)
          Returns an IndexCreator where details about the index to create can be specified.
 IndexCreator IndexCreator.on(String propertyKey)
          Includes the given propertyKey in this index, such that nodes with the assigned label and this property key will have its values indexed.
 

Uses of IndexCreator in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement IndexCreator
 class IndexCreatorImpl
           
 

Methods in org.neo4j.kernel that return IndexCreator
 IndexCreator SchemaImpl.indexCreator(Label label)
           
 IndexCreator IndexCreatorImpl.on(String propertyKey)
           
 


Neo4j Enterprise

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