I’m trying to use lucene 4.0 snapshot version, however StandardAnalyzer is missing in this version :(. Anybody knows on how to replace this?
In the sample code given in the Lucene Summary
the StandardAnalyzer is used, but no where to be found..
thanks in advance.
Looks like the StandardAnalyzer was moved under org.apache.lucene.modules.analysis.standard.*
You can find the StandardAnalyzer in the
SVN Trunk
The reason is here