org.neo4j.examples
Class UsingIntegratedIndex
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UsingIntegratedIndex
public UsingIntegratedIndex()
main
public static void main(String[] args)
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.