Hi,

Lucene trunk aka 4.0 does not ship with any special analyzers in its core
JAR file anymore. In trunk you have to use the module analyzers-common for
this analyzer.

The problem with this module is, that the nightly build don't generate a ZIP
file out of it (this needs to be fixed for all the new modules). You have
two possibilities:
- Export source from SVN and build yourself
- Use the nightly Maven JARs instead (they include the modules as JARs):
https://hudson.apache.org/hudson/job/Lucene-Solr-Maven-trunk/lastSuccessfulB
uild/artifact/maven_artifacts/org/apache/lucene/

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


> -----Original Message-----
> From: Patrick Diviacco [mailto:patrick.divia...@gmail.com]
> Sent: Wednesday, March 02, 2011 11:33 PM
> To: java-user@lucene.apache.org
> Subject: WhitespaceAnalyzer in Lucene nightly build ?
> 
> I've downloaded Lucene nightly build and I've seen that
> WhitespaceAnalyzer.java is not anymore there.
> 
> Has this analyzer been removed from the library ? What should I use
instead
> ?
> 
> thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to