Class QueryTermExtractor
Utility class used to extract the terms used in a query, plus any weights.
This class will not find terms for
Inheritance
System.Object
QueryTermExtractor
Assembly: Lucene.Net.Highlighter.dll
Syntax
public static class QueryTermExtractor : object
Methods
Name | Description |
---|---|
GetIdfWeightedTerms(Query, IndexReader, String) | Extracts all terms texts of a given |
GetTerms(Query) | Extracts all terms texts of a given |
GetTerms(Query, Boolean) | Extracts all terms texts of a given |
GetTerms(Query, Boolean, String) | Extracts all terms texts of a given |