Class FieldTermStack.TermInfo
Single term with its position/offsets in the document and IDF weight.
It is
Inheritance
System.Object
FieldTermStack.TermInfo
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class TermInfo : IComparable<FieldTermStack.TermInfo>
Constructors
Name | Description |
---|---|
TermInfo(String, Int32, Int32, Int32, Single) |
Properties
Name | Description |
---|---|
EndOffset | |
Next | Returns the next TermInfo at this same position. This is a circular list! |
Position | |
StartOffset | |
Text | |
Weight |
Methods
Name | Description |
---|---|
CompareTo(FieldTermStack.TermInfo) | |
Equals(Object) | |
GetHashCode() | |
ToString() |