C# Class Lucene.Net.Analysis.BR.BrazilianAnalyzer

Inheritance: Lucene.Net.Analysis.Analyzer
Datei anzeigen Open project: synhershko/lucene.net Class Usage Examples

Public Properties

Property Type Description
BRAZILIAN_STOP_WORDS string[]

Public Methods

Method Description
BrazilianAnalyzer ( Lucene.Net.Util.Version matchVersion ) : System
BrazilianAnalyzer ( Lucene.Net.Util.Version matchVersion, FileInfo stopwords ) : System
BrazilianAnalyzer ( Lucene.Net.Util.Version matchVersion, string>.IDictionary stopwords ) : System
BrazilianAnalyzer ( Lucene.Net.Util.Version matchVersion, ISet stopwords ) : System
BrazilianAnalyzer ( Lucene.Net.Util.Version matchVersion, ISet stopwords, ISet stemExclusionSet ) : System
GetDefaultStopSet ( ) : ISet

Returns an unmodifiable instance of the default stop-words set.

ReusableTokenStream ( String fieldName, TextReader reader ) : TokenStream
SetStemExclusionTable ( ) : void
SetStemExclusionTable ( FileInfo exclusionlist ) : void
SetStemExclusionTable ( string>.IDictionary exclusionlist ) : void
TokenStream ( String fieldName, TextReader reader ) : TokenStream

Method Details

BrazilianAnalyzer() public method

public BrazilianAnalyzer ( Lucene.Net.Util.Version matchVersion ) : System
matchVersion Lucene.Net.Util.Version
return System

BrazilianAnalyzer() public method

public BrazilianAnalyzer ( Lucene.Net.Util.Version matchVersion, FileInfo stopwords ) : System
matchVersion Lucene.Net.Util.Version
stopwords System.IO.FileInfo
return System

BrazilianAnalyzer() public method

public BrazilianAnalyzer ( Lucene.Net.Util.Version matchVersion, string>.IDictionary stopwords ) : System
matchVersion Lucene.Net.Util.Version
stopwords string>.IDictionary
return System

BrazilianAnalyzer() public method

public BrazilianAnalyzer ( Lucene.Net.Util.Version matchVersion, ISet stopwords ) : System
matchVersion Lucene.Net.Util.Version
stopwords ISet
return System

BrazilianAnalyzer() public method

public BrazilianAnalyzer ( Lucene.Net.Util.Version matchVersion, ISet stopwords, ISet stemExclusionSet ) : System
matchVersion Lucene.Net.Util.Version
stopwords ISet
stemExclusionSet ISet
return System

GetDefaultStopSet() public static method

Returns an unmodifiable instance of the default stop-words set.
public static GetDefaultStopSet ( ) : ISet
return ISet

ReusableTokenStream() public method

public ReusableTokenStream ( String fieldName, TextReader reader ) : TokenStream
fieldName String
reader System.IO.TextReader
return Lucene.Net.Analysis.TokenStream

SetStemExclusionTable() public method

public SetStemExclusionTable ( ) : void
return void

SetStemExclusionTable() public method

public SetStemExclusionTable ( FileInfo exclusionlist ) : void
exclusionlist System.IO.FileInfo
return void

SetStemExclusionTable() public method

public SetStemExclusionTable ( string>.IDictionary exclusionlist ) : void
exclusionlist string>.IDictionary
return void

TokenStream() public method

public TokenStream ( String fieldName, TextReader reader ) : TokenStream
fieldName String
reader System.IO.TextReader
return Lucene.Net.Analysis.TokenStream

Property Details

BRAZILIAN_STOP_WORDS public_oe static_oe property

public static string[] BRAZILIAN_STOP_WORDS
return string[]