org.neo4j.examples
Class UsingIntegratedIndex

java.lang.Object
  extended by org.neo4j.examples.UsingIntegratedIndex

public class UsingIntegratedIndex
extends Object

As of neo4j-1.2.M02, the GraphDatabaseService is always paired with an IndexManager for creating and managing indexes on Nodes and Relationships. It is a new index framework set to replace the IndexService interface and is tighter integrated with the graph database.


Constructor Summary
UsingIntegratedIndex()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsingIntegratedIndex

public UsingIntegratedIndex()
Method Detail

main

public static void main(String[] args)


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