Re: Specifying a Version vs. not specifying a Version

2015-05-31 Thread Trejkaz
On Sat, May 30, 2015 at 9:33 AM, Chris Hostetter wrote: > > My best understanding based on what I see in the current code, is that if > you care about backcompat: > > * you must call setVersion() on any *Analyzer* instances you construct > before using them > * you must *not* construct Tokenizer

Re: Upgrading Lucene Indices and maintaining same resultset

2015-05-31 Thread Tomoko Uchida
Hi, > We have a Lucene 3.6-based index set which is quite large and currently in use. What will be the upgrade path to (a) 4.x or (b) 5.x? With respect to the data migration, etc. What are the steps and is it technically possible? I read that 3.x to 5.x is not possible, and throws IndexTooStale ex