Method | Description | |
---|---|---|
ElisionFilter ( TokenStream input, CharArraySet articles ) : Lucene.Net.Analysis.Tokenattributes |
Constructs an elision filter with a Set of stop words
|
|
IncrementToken ( ) : bool |
Increments the TokenStream with a CharTermAttribute without elisioned start
|
public ElisionFilter ( TokenStream input, CharArraySet articles ) : Lucene.Net.Analysis.Tokenattributes | ||
input | TokenStream | the source |
articles | CharArraySet | a set of stopword articles |
return | Lucene.Net.Analysis.Tokenattributes |