Uses of Package
org.apache.lucene.analysis.miscellaneous
-
Packages that use org.apache.lucene.analysis.miscellaneous Package Description org.apache.lucene.analysis.miscellaneous Miscellaneous TokenStreams -
Classes in org.apache.lucene.analysis.miscellaneous used by org.apache.lucene.analysis.miscellaneous Class Description PatternAnalyzer Efficient Lucene analyzer/tokenizer that preferably operates on a String rather than aReader
, that can flexibly separate text into terms via a regular expressionPattern
(with behaviour identical toString.split(String)
), and that combines the functionality ofLetterTokenizer
,LowerCaseTokenizer
,WhitespaceTokenizer
,StopFilter
into a single efficient multi-purpose class.