Uses of Class
org.apache.lucene.analysis.miscellaneous.PatternAnalyzer

Packages that use PatternAnalyzer
org.apache.lucene.analysis.miscellaneous Miscellaneous TokenStreams 
 

Uses of PatternAnalyzer in org.apache.lucene.analysis.miscellaneous
 

Fields in org.apache.lucene.analysis.miscellaneous declared as PatternAnalyzer
static PatternAnalyzer PatternAnalyzer.DEFAULT_ANALYZER
          A lower-casing word analyzer with English stop words (can be shared freely across threads without harm); global per class loader.
static PatternAnalyzer PatternAnalyzer.EXTENDED_ANALYZER
          A lower-casing word analyzer with extended English stop words (can be shared freely across threads without harm); global per class loader.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.