Constructor UAX29URLEmailAnalyzer
UAX29URLEmailAnalyzer(LuceneVersion, CharArraySet)
Builds an analyzer with the given stop words.
Declaration
public UAX29URLEmailAnalyzer(LuceneVersion matchVersion, CharArraySet stopWords)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | matchVersion | Lucene version to match - See UAX29URLEmailAnalyzer |
CharArraySet | stopWords | stop words |
UAX29URLEmailAnalyzer(LuceneVersion)
Builds an analyzer with the default stop words (STOP_WORDS_SET.
Declaration
public UAX29URLEmailAnalyzer(LuceneVersion matchVersion)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | matchVersion | Lucene version to match - See UAX29URLEmailAnalyzer |
UAX29URLEmailAnalyzer(LuceneVersion, TextReader)
Builds an analyzer with the stop words from the given reader.
Declaration
public UAX29URLEmailAnalyzer(LuceneVersion matchVersion, TextReader stopwords)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | matchVersion | Lucene version to match - See UAX29URLEmailAnalyzer |
System.IO.TextReader | stopwords | System.IO.TextReader to read stop words from |