Table of Contents

Public structRead-only 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

Public constructor 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.

Public property EndOffset

Gets the exclusive end character offset of the token in the original input.

Public property StartOffset

Gets the start character offset of the token in the original input.

Public property Text

Gets the normalised term text of the token.