See: Description
| Class | Description |
|---|---|
| StandardAnalyzer |
Filters
StandardTokenizer with StandardFilter, LowerCaseFilter and StopFilter, using a list of
English stop words. |
| StandardFilter |
Normalizes tokens extracted with
StandardTokenizer. |
| StandardTokenizer |
A grammar-based tokenizer constructed with JFlex
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.