| Package | Description |
|---|---|
| org.apache.lucene.analysis.ar |
Analyzer for Arabic.
|
| org.apache.lucene.analysis.core |
Basic, general-purpose analysis components.
|
| Class and Description |
|---|
| LetterTokenizer
A LetterTokenizer is a tokenizer that divides text at non-letters.
|
| Class and Description |
|---|
| KeywordTokenizer
Emits the entire input as a single token.
|
| LetterTokenizer
A LetterTokenizer is a tokenizer that divides text at non-letters.
|
| LowerCaseFilter
Normalizes token text to lower case.
|
| LowerCaseTokenizer
LowerCaseTokenizer performs the function of LetterTokenizer
and LowerCaseFilter together.
|
| UpperCaseFilter
Normalizes token text to UPPER CASE.
|
| WhitespaceTokenizer
A WhitespaceTokenizer is a tokenizer that divides text at whitespace.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.