RE: Lucene 4.0 and WhitespaceAnalyzer

2011-03-13 Thread Uwe Schindler
remen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Patrick Diviacco [mailto:patrick.divia...@gmail.com] > Sent: Sunday, March 13, 2011 12:19 PM > To: java-user@lucene.apache.org; simon.willna...@gmail.com > Subject: Re: Lucene 4.0 and WhitespaceAn

Re: Lucene 4.0 and WhitespaceAnalyzer

2011-03-13 Thread Simon Willnauer
On Sun, Mar 13, 2011 at 12:19 PM, Patrick Diviacco wrote: > Sorry, I had some issues with the mailing list and I didn't explain > properly. The reason is that I'm using the nightly built of Lucene (trunk) > and such WhitespaceAnalyzer is not there. Also, if I download the commons > analyzers libra

Re: Lucene 4.0 and WhitespaceAnalyzer

2011-03-13 Thread Patrick Diviacco
Sorry, I had some issues with the mailing list and I didn't explain properly. The reason is that I'm using the nightly built of Lucene (trunk) and such WhitespaceAnalyzer is not there. Also, if I download the commons analyzers library it is not there. thanks On 9 March 2011 03:07, Simon Willnauer

Re: Lucene 4.0 and WhitespaceAnalyzer

2011-03-08 Thread Simon Willnauer
Why do you want to replace the WhitespaceAnalyzer? I don't really understand what you are up to. simon On Fri, Mar 4, 2011 at 3:21 PM, Patrick Diviacco wrote: > What's the best way to replace WhitespaceAnalyzer in this line in Lucene > nightly build 4.0 ? Is there a generic analyzer I can use ?