Method | Description | |
---|---|---|
KeepWordFilter ( LuceneVersion version, TokenStream @in, CharArraySet words ) : Lucene.Net.Analysis.Tokenattributes |
Create a new KeepWordFilter. NOTE: The words set passed to this constructor will be directly used by this filter and should not be modified.
|
Method | Description | |
---|---|---|
Accept ( ) : bool |
Method | Description | |
---|---|---|
KeepWordFilter ( LuceneVersion version, bool enablePositionIncrements, TokenStream @in, CharArraySet words ) : Lucene.Net.Analysis.Tokenattributes |
public KeepWordFilter ( LuceneVersion version, TokenStream @in, CharArraySet words ) : Lucene.Net.Analysis.Tokenattributes | ||
version | LuceneVersion | the Lucene match version |
@in | TokenStream | |
words | CharArraySet | the words to keep |
return | Lucene.Net.Analysis.Tokenattributes |