Nux 1.6

Uses of Class
org.apache.lucene.index.memory.PatternAnalyzer

Packages that use PatternAnalyzer
org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index. 
 

Uses of PatternAnalyzer in org.apache.lucene.index.memory
 

Fields in org.apache.lucene.index.memory 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.
 


Nux 1.6