|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.lucene.analysis.miscellaneous | |
---|---|
org.apache.lucene.analysis.miscellaneous | Miscellaneous TokenStreams |
Classes in org.apache.lucene.analysis.miscellaneous used by org.apache.lucene.analysis.miscellaneous | |
---|---|
PatternAnalyzer
Efficient Lucene analyzer/tokenizer that preferably operates on a String rather than a Reader , that can flexibly separate text into terms via a regular expression Pattern
(with behaviour identical to String.split(String) ),
and that combines the functionality of
LetterTokenizer ,
LowerCaseTokenizer ,
WhitespaceTokenizer ,
StopFilter into a single efficient
multi-purpose class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |