Uses of Interface
org.apache.lucene.analysis.standard.StandardTokenizerInterface
-
Packages that use StandardTokenizerInterface Package Description org.apache.lucene.analysis.standard Standards-based analyzers implemented with JFlex.org.apache.lucene.analysis.standard.std31 Backwards-compatible implementation to matchVersion.LUCENE_31org.apache.lucene.analysis.standard.std34 Backwards-compatible implementation to matchVersion.LUCENE_34 -
-
Uses of StandardTokenizerInterface in org.apache.lucene.analysis.standard
Classes in org.apache.lucene.analysis.standard that implement StandardTokenizerInterface Modifier and Type Class Description classStandardTokenizerImplThis class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29classUAX29URLEmailTokenizerImplThis 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. -
Uses of StandardTokenizerInterface in org.apache.lucene.analysis.standard.std31
Classes in org.apache.lucene.analysis.standard.std31 that implement StandardTokenizerInterface Modifier and Type Class Description classStandardTokenizerImpl31Deprecated.This class is only for exact backwards compatibilityclassUAX29URLEmailTokenizerImpl31Deprecated.This class is only for exact backwards compatibility -
Uses of StandardTokenizerInterface in org.apache.lucene.analysis.standard.std34
Classes in org.apache.lucene.analysis.standard.std34 that implement StandardTokenizerInterface Modifier and Type Class Description classUAX29URLEmailTokenizerImpl34Deprecated.This class is only for exact backwards compatibility
-