Documentation  › org.apache.lucene.analysis.ru  › RussianAnalyzer
 
 


  RussianAnalyzer
  public final

  Inherits From:   Analyzer : Object
  Conforms To:   none
  Declared In:   org.apache.lucene.analysis.ru


Class Description
 
Analyzer for Russian language. Supports an external list of stopwords (words that will not be indexed at all). A default set of stopwords is used unless an alternative list is specified.


Class Variables
 
None declared in this class.


Instance Variables
 
None declared in this class.


Constructors
 
RussianAnalyzer
public RussianAnalyzer( )

No description available for this constructor.


RussianAnalyzer
public RussianAnalyzer( char[] charset )

Builds an analyzer.


RussianAnalyzer
public RussianAnalyzer( char[] charset, Hashtable stopwords )

Builds an analyzer with the given stop words.


RussianAnalyzer
public RussianAnalyzer( char[] charset, String[] stopwords )

Builds an analyzer with the given stop words.


Class Methods
 
None declared in this class.


Instance Methods
 
tokenStream
public TokenStream tokenStream( String fieldName, Reader reader )

Creates a TokenStream which tokenizes all the text in the provided Reader.


Known Subclasses
 
None.



 
 
  dydoc
  3/9/05