Re: [Neo4j] BatchInserter usage with neo4j-lucene-index

2010-09-23 Thread Mattias Persson
Your code doesn't use the new index framework, but there might be a CLASSPATH issue where the neo4j-index 1.1 uses lucene 2.9.2 and neo4j-lucene-index 0.1-SNAPSHOT uses lucene 3.0.1. If you've got 'em both on the classpath there might be problems, so please use the one or the other. Or you could

Re: [Neo4j] BatchInserter usage with neo4j-lucene-index

2010-09-23 Thread Paddy
Hi Mattias, i just had neo4j-lucene-index 0.1-SNAPSHOT in the CLASSPATH when i got the first error but when i include 1.2-SNAPSHOT 0.1-SNAPSHOT and query the graph created using: IndexNode myIndex = provider.nodeIndex(fulltext, LuceneIndexProvider.FULLTEXT_CONFIG); for (Node searchHit :