Ajay,

In the future, please ask questions about *using* Lucene on the java-user 
mailing list - the dev list is for Lucene/Solr development discussion.

PatternAnalyzer is deprecated, but will be available until Lucene 5.0.

Alternatively, you can create your own equivalent analyzer using 
PatternTokenizer, LowerCaseFilter and StopFilter.

Steve

On Aug 21, 2013, at 9:55 AM, Ajay Bhat <[email protected]> wrote:

> Hi,
> 
> According to the changelog in 4.0.0alpha [1] the Pattern Analyzer was 
> deprecated from the org.apache.lucene.analysis.miscellaneous package. From 
> where do i use the Analyzer now?
> 
> [1] 
> http://lucene.apache.org/core/4_3_0/changes/Changes.html#4.0.0-alpha.api_changes
> -- 
> Thanks and regards,
> Ajay Bhat


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to