Package | Description |
---|---|
org.apache.lucene.analysis.miscellaneous |
Miscellaneous TokenStreams
|
Modifier and Type | Field | Description |
---|---|---|
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-2018 Apache Software Foundation. All Rights Reserved.