
Token
- Namespace
- Rowles.LeanLucene.Analysis
- Assembly
- Rowles.LeanLucene.dll
Represents a single token produced by the analysis pipeline, carrying the term text and its character offsets in the original input.
public readonly struct Token
Token(string, int, int)
Represents a single token produced by the analysis pipeline, carrying the term text and its character offsets in the original input.
EndOffset
Gets the exclusive end character offset of the token in the original input.
StartOffset
Gets the start character offset of the token in the original input.
Text
Gets the normalised term text of the token.