Transaction tx2 = graphDb.beginTx();
node.delete();
graphDb.index().forNodes(wordsIndexName).remove(node);
tx2.success();

although i am having a batch inserter index and i want to use it to delete
the node and remove it from the batch index but i could not so i used the
normal operations
could you guide me how could i do the same above functionality using batch
index ?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Problem-with-datastore-tp3232799p3233173.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to