Class WeightedTerm
Lightweight class to hold term and a Weight value used for scoring this term
Inheritance
System.Object
WeightedTerm
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class WeightedTerm : object
Constructors
Name | Description |
---|---|
WeightedTerm(Single, String) |
Properties
Name | Description |
---|---|
Term | the term value (stemmed) |
Weight | the Weight associated with this term |