I did some tests and found for our need, ClassicAnalyzer was better (backwards
compatible). Our analyzer uses different tokenizers on certain fields but (used
to) fall back to StandardAnalyzer by default. ClassicAnalyzer will meet our
needs but I see we should move onto a newer implementation su
e- From: kiwi clive
> Sent: Wednesday, October 24, 2012 1:27 PM
> To: java-user@lucene.apache.org
> Subject: Re: StandardAnalyzer functionality change
>
> Thanks for the responses chaps, very informative, and most appreciated :-)
>
>
>
>
>
> _
s/work break/word break/
-- Jack Krupansky
-Original Message-
From: Jack Krupansky
Sent: Wednesday, October 24, 2012 3:52 PM
To: java-user@lucene.apache.org ; kiwi clive
Subject: Re: StandardAnalyzer functionality change
I didn't explicitly say it, but ClassicAnalyzer does do ex
-user@lucene.apache.org
Subject: Re: StandardAnalyzer functionality change
Thanks for the responses chaps, very informative, and most appreciated :-)
From: Ian Lea
To: java-user@lucene.apache.org
Sent: Wednesday, October 24, 2012 4:19 PM
Subject: Re: StandardAna
Thanks for the responses chaps, very informative, and most appreciated :-)
From: Ian Lea
To: java-user@lucene.apache.org
Sent: Wednesday, October 24, 2012 4:19 PM
Subject: Re: StandardAnalyzer functionality change
If you want email addresses
t: Wednesday, October 24, 2012 6:42 AM
> To: java-user@lucene.apache.org
> Subject: StandardAnalyzer functionality change
>
>
> Hi all,
>
> Sorry if I'm asking an age old question but we have migrated to lucene 3.6.0
> and I see StandardAnalyzer has changed its behaviour, parti
ClassicTokenizer.html
-- Jack Krupansky
-Original Message-
From: kiwi clive
Sent: Wednesday, October 24, 2012 6:42 AM
To: java-user@lucene.apache.org
Subject: StandardAnalyzer functionality change
Hi all,
Sorry if I'm asking an age old question but we have migrated to lucene 3.6.
Hi all,
Sorry if I'm asking an age old question but we have migrated to lucene 3.6.0
and I see StandardAnalyzer has changed its behaviour, particularly when
tokenizing email addresses. From reading the forums, I understand
StandardAnalyzer was renamed to ClassicAnalyzer - is this the case ?
I