Re: WhitespaceAnalyzer and version

2010-04-13 Thread Siraj Haider
Hi Shai, On 4/13/2010 1:41 AM, Shai Erera wrote: Hi WhitespaceAnalyzer definitely has a Version dependent ctor. What Lucene version do you use? You van use LUCENE_CURRENT but be aware that of a certain Analyzer's behavior has changed in a way that affects your app, you'll need to reindex your

Re: WhitespaceAnalyzer and version

2010-04-13 Thread Siraj Haider
Hi Uwe, On 4/13/2010 2:23 AM, Uwe Schindler wrote: As of Lucene 3.0, WhitespaceAnalyzer has not yet a Version ctor. It will come in 3.1, when Lucene is changed to be Unicode 4.0 conform (3.0 and before is Unicode 3.0, which is Java 1.4). QueryParser need the Version ctor for the handling of s

RE: WhitespaceAnalyzer and version

2010-04-12 Thread Uwe Schindler
As of Lucene 3.0, WhitespaceAnalyzer has not yet a Version ctor. It will come in 3.1, when Lucene is changed to be Unicode 4.0 conform (3.0 and before is Unicode 3.0, which is Java 1.4). QueryParser need the Version ctor for the handling of stop words. As WhiteSpace Analyzer does not use StopFi

Re: WhitespaceAnalyzer and version

2010-04-12 Thread Shai Erera
Hi WhitespaceAnalyzer definitely has a Version dependent ctor. What Lucene version do you use? You van use LUCENE_CURRENT but be aware that of a certain Analyzer's behavior has changed in a way that affects your app, you'll need to reindex your data. Usually an Analyzer (or any other Version-awar