Uses of Package
org.apache.lucene.analysis.standard
-
Packages that use org.apache.lucene.analysis.standard Package Description org.apache.lucene.analysis.standard Fast, general-purpose grammar-based tokenizerStandardTokenizer
implements the Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29. -
Classes in org.apache.lucene.analysis.standard used by org.apache.lucene.analysis.standard Class Description ClassicTokenizer A grammar-based tokenizer constructed with JFlexClassicTokenizerImpl This class implements the classic lucene StandardTokenizer up until 3.0StandardTokenizer A grammar-based tokenizer constructed with JFlex.StandardTokenizerImpl This class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29.UAX29URLEmailTokenizer This class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29 URLs and email addresses are also tokenized according to the relevant RFCs.UAX29URLEmailTokenizerImpl This class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29 URLs and email addresses are also tokenized according to the relevant RFCs.