Lucene.Net 1.4.3 Class Library

Lucene.Net.Analysis.Standard Namespace

Namespace hierarchy

Classes

Class Description
FastCharStream  
ParseException This exception is thrown when parse errors are encountered. You can explicitly create objects of this exception type by calling the method generateParseException in the generated parser. You can modify this class to customize your error reporting mechanisms so long as you retain the public fields.
StandardAnalyzer Filters {@link StandardTokenizer} with {@link StandardFilter}, {@link LowerCaseFilter} and {@link StopFilter}.
StandardFilter Normalizes tokens extracted with {@link StandardTokenizer}.
StandardTokenizer  
StandardTokenizerConstants  
StandardTokenizerTokenManager  
Token Describes the input token stream.
TokenMgrError  

Interfaces

Interface Description
CharStream