Uses of Package
org.apache.lucene.analysis.standard

Packages that use org.apache.lucene.analysis.standard
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 
 

Classes in org.apache.lucene.analysis.standard used by org.apache.lucene.analysis.standard
StandardFilter
          Normalizes tokens extracted with StandardTokenizer.
StandardTokenizer
          A grammar-based tokenizer constructed with JFlex.
StandardTokenizerInterface
          Internal interface for supporting versioned grammars.
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.
 

Classes in org.apache.lucene.analysis.standard used by org.apache.lucene.analysis.standard.std31
StandardTokenizerInterface
          Internal interface for supporting versioned grammars.
 

Classes in org.apache.lucene.analysis.standard used by org.apache.lucene.analysis.standard.std34
StandardTokenizerInterface
          Internal interface for supporting versioned grammars.
 

Classes in org.apache.lucene.analysis.standard used by org.apache.lucene.analysis.standard.std36
StandardTokenizerInterface
          Internal interface for supporting versioned grammars.
 



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