Class WeightedSpanTerm
Lightweight class to hold term, weight, and positions used for scoring this term.
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class WeightedSpanTerm : WeightedTerm
Constructors
Name | Description |
---|---|
WeightedSpanTerm(Single, String) | |
WeightedSpanTerm(Single, String, Boolean) |
Properties
Name | Description |
---|---|
IsPositionSensitive | |
PositionSpans |
Methods
Name | Description |
---|---|
AddPositionSpans(IList<PositionSpan>) | |
CheckPosition(Int32) | Checks to see if this term is valid at |