Package | Description |
---|---|
org.apache.lucene.index.memory |
High-performance single-document main memory Apache Lucene fulltext search index.
|
Modifier and Type | Field and 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-2019 Apache Software Foundation. All Rights Reserved.