Class TokenGroup
One, or several overlapping tokens, along with the score(s) and the scope of the original text
Inheritance
System.Object
TokenGroup
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class TokenGroup : object
Constructors
Name | Description |
---|---|
TokenGroup(TokenStream) |
Properties
Name | Description |
---|---|
EndOffset | the end position in the original text |
NumTokens | the number of tokens in this group |
StartOffset | the start position in the original text |
TotalScore | all tokens' scores summed up |
Methods
Name | Description |
---|---|
GetScore(Int32) | the "n"th score |
GetToken(Int32) | the "n"th token |