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