You can use the lucene query API to do that (see
http://lucene.apache.org/java/2_4_0/queryparsersyntax.html#Fields)
nodeIndex.query("name: word1 OR name:word2 OR name: word3");
If that is what you mean by "batch finding a group of words"
Michael
Am 08.08.2011 um 12:54 schrieb ahmed.elsharkasy:
> what will save me from doing so is if there is a way to batch find a group of
> words in one time using java instead of iterating through words and
> searching for one by one
>
> --
> View this message in context:
> http://neo4j-community-discussions.438527.n3.nabble.com/cant-use-index-after-commit-tp3233038p3235231.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
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user