GraphDatabaseService ds = new RestGraphDatabase("http://localhost:7474/db/data");
Neo4jGraph graph = new Neo4jGraph(ds);
Exception in thread "main" java.lang.UnsupportedOperationException
at org.neo4j.rest.graphdb.AbstractRemoteDatabase.getKernelData(AbstractRemoteDatabase.java:99)
at org.neo4j.rest.graphdb.RestGraphDatabase.getKernelData(RestGraphDatabase.java:33)
at com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph.getInternalIndexKeys(Neo4jGraph.java:217)
at com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph.loadKeyIndices(Neo4jGraph.java:168)
at com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph.<init>(Neo4jGraph.java:132)
at com.ibm.wsa.huiwen.wordnet.LoadWordNet.main(LoadWordNet.java:38)