Re: [Neo] indexing mode on MetamodelProperties

2010-04-30 Thread Mattias Persson
Great, good to see you progressing with the meta model! 2010/5/1, 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 pro

[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 needs

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 u

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 te

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 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 into one > file