| Package | Description |
|---|---|
| org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
| org.apache.lucene.analysis.standard |
Standards-based analyzers implemented with JFlex.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StopAnalyzer
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassicAnalyzer
Filters
ClassicTokenizer with ClassicFilter, LowerCaseFilter and StopFilter, using a list of
English stop words. |
class |
StandardAnalyzer
Filters
StandardTokenizer with StandardFilter, LowerCaseFilter and StopFilter, using a list of
English stop words. |
class |
UAX29URLEmailAnalyzer
Filters
UAX29URLEmailTokenizer
with StandardFilter,
LowerCaseFilter and
StopFilter, using a list of
English stop words. |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.