Re: [Neo] IndexBatchInserter can't read an index

2010-04-30 Thread Johan Svensson
On Thu, Apr 29, 2010 at 7:48 PM, Jon Noronha cheesel...@gmail.com wrote: ... Is this a feature or a bug? All of the examples suggest that it's possible to read from the LuceneIndexBatchInserter, and indeed if I combine the code that creates the nodes and the index with the code that reads it

Re: [Neo] neo4j commons

2010-04-30 Thread Kiss Miklós
Hi! Thanks for the info links. Commons is now OK, however, I still can't get it to compile. Which version of apache lucene is required for the indexer? I tried versions 3.0.1 2.2.0 but neither of them is useable (2.2.0 is almost what is required). I can't find this info anywhere. Can You

Re: [Neo] neo4j commons

2010-04-30 Thread Kiss Miklós
Never mind, I found it by trial :) It works with lucene 2.9.1. Regards, Miklos Hi! Thanks for the info links. Commons is now OK, however, I still can't get it to compile. Which version of apache lucene is required for the indexer? I tried versions 3.0.1 2.2.0 but neither of them is useable

[Neo] indexing mode on MetamodelProperties

2010-04-30 Thread Niels Hoogeveen
Today I added an indexing mode to MetamodelProperties, with the following options. NO_INDEX (default)INDEX UNIQUE_INDEXFULL_TEXT_INDEX The functionality added does not perform any indexing itself, but provides information about which properties need to be indexed and what mode of indexing