Re: Migrate Lucene 2.9 To SOLR

2011-12-15 Thread Anderson vasconcelos
OK. Thanks for help. I gonna try do migrate 2011/12/14 Chris Hostetter > > : I have a old project that use Lucene 2.9. Its possible to use the index > : created by lucene in SOLR? May i just copy de index to data directory of > : SOLR, or exists some mechanism to import Lucene index? > > you c

Re: Migrate Lucene 2.9 To SOLR

2011-12-14 Thread Chris Hostetter
: I have a old project that use Lucene 2.9. Its possible to use the index : created by lucene in SOLR? May i just copy de index to data directory of : SOLR, or exists some mechanism to import Lucene index? you can use an index created directly with lucene libraries in Solr, but in order for Solr

Re: Migrate Lucene 2.9 To SOLR

2011-12-13 Thread Robert Stewart
I am about to try exact same thing, running SOLR on top of Lucene indexes created by Lucene.Net 2.9.2. AFAIK, it should work. Not sure if indexes become non-backwards compatible once any new documents are written to them by SOLR though. Probably good to make a backup first. On Dec 13, 2011,