Re: StandardAnalyzer functionality change

2012-10-25 Thread kiwi clive
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

Re: StandardAnalyzer functionality change

2012-10-24 Thread Steve Rowe
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 :-) > > > > > > _

Re: StandardAnalyzer functionality change

2012-10-24 Thread Jack Krupansky
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

Re: StandardAnalyzer functionality change

2012-10-24 Thread Jack Krupansky
-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

Re: StandardAnalyzer functionality change

2012-10-24 Thread kiwi clive
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

Re: StandardAnalyzer functionality change

2012-10-24 Thread Ian Lea
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

Re: StandardAnalyzer functionality change

2012-10-24 Thread Jack Krupansky
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.

StandardAnalyzer functionality change

2012-10-24 Thread kiwi clive
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