Highlighter.Net 2.0.0

QueryTermExtractor.GetTerms Method

Extracts all terms texts of a given Query into an array of WeightedTerms

Overload List

Extracts all terms texts of a given Query into an array of WeightedTerms

public static WeightedTerm[] GetTerms(Query);

Extracts all terms texts of a given Query into an array of WeightedTerms

public static WeightedTerm[] GetTerms(Query,bool);

Extracts all terms texts of a given Query into an array of WeightedTerms

public static WeightedTerm[] GetTerms(Query,bool,string);

See Also

QueryTermExtractor Class | Lucene.Net.Highlight Namespace