C# (CSharp) Lucene.Net.Analysis.Miscellaneous KeepWordFilter - 8 examples found. These are the top rated real world C# (CSharp) examples of Lucene.Net.Analysis.Miscellaneous.KeepWordFilter extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
A TokenFilter that only keeps tokens with text contained in the required words. This filter behaves like the inverse of StopFilter. @since solr 1.3