You don't need LuceneIndexService, where did you find the documentation that 
said to use the old index service? We would like to update that.

just 

Index<Node> myIndex = graphDb.index().forNodes("indexName");
index.add(node, "key", value);
index.get("key",value);
index.query(query);

etc.

see: http://docs.neo4j.org/chunked/milestone/indexing.html

Cheers,

Michael

Am 06.12.2011 um 09:50 schrieb ajinkyar:

> In that case I cannot use LuceneIndexService ... can you please suggest me a
> way so that I can use LuceneIndexService ?
> 
> With neo4j-lucene-index-1.6-SNAPSHOT.jar and lucene-core-3.1.0.jar I am not
> able to use LuceneIndexService ..
> 
> 
> 
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/org-neo4j-graphdb-TransactionFailureException-Could-not-create-data-source-lucene-lucene-tp3560554p3563787.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to