Uses of Interface
org.apache.lucene.analysis.standard.StandardTokenizerInterface

Packages that use StandardTokenizerInterface
org.apache.lucene.analysis.standard Fast, general-purpose grammar-based tokenizers. 
org.apache.lucene.analysis.standard.std31 Backwards-compatible implementation to match Version.LUCENE_31 
org.apache.lucene.analysis.standard.std34 Backwards-compatible implementation to match Version.LUCENE_34 
org.apache.lucene.analysis.standard.std36 Backwards-compatible implementation to match Version.LUCENE_36 
 

Uses of StandardTokenizerInterface in org.apache.lucene.analysis.standard
 

Classes in org.apache.lucene.analysis.standard that implement StandardTokenizerInterface
 class StandardTokenizerImpl
          This class implements Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29.
 class 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.
 

Uses of StandardTokenizerInterface in org.apache.lucene.analysis.standard.std31
 

Classes in org.apache.lucene.analysis.standard.std31 that implement StandardTokenizerInterface
 class StandardTokenizerImpl31
          Deprecated. This class is only for exact backwards compatibility
 class UAX29URLEmailTokenizerImpl31
          Deprecated. 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
 class StandardTokenizerImpl34
          Deprecated. This class is only for exact backwards compatibility
 class UAX29URLEmailTokenizerImpl34
          Deprecated. This class is only for exact backwards compatibility
 

Uses of StandardTokenizerInterface in org.apache.lucene.analysis.standard.std36
 

Classes in org.apache.lucene.analysis.standard.std36 that implement StandardTokenizerInterface
 class UAX29URLEmailTokenizerImpl36
          Deprecated. This class is only for exact backwards compatibility
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.