Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.lucene.analysis.standard

API and code to convert text into indexable tokens.

See:
          Description

Interface Summary
CharStream This interface describes a character stream that maintains line and column number positions of the characters.
StandardTokenizerConstants  
 

Class Summary
FastCharStream An efficient implementation of JavaCC's CharStream interface.
StandardAnalyzer Filters StandardTokenizer with StandardFilter, org.apache.lucene.analysis.LowerCaseFilter and org.apache.lucene.analysis.StopFilter.
StandardFilter Normalizes tokens extracted with StandardTokenizer.
StandardTokenizer A grammar-based tokenizer constructed with JavaCC.
StandardTokenizerTokenManager  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package org.apache.lucene.analysis.standard Description

API and code to convert text into indexable tokens.