Table of Contents

Public structRead-only Span

Namespace
Rowles.LeanLucene.Search.Queries
Assembly
Rowles.LeanLucene.dll

A span: a contiguous range of positions in a document.

public readonly record struct Span : IEquatable<Span>

Public constructor Span(int, int, int)

A span: a contiguous range of positions in a document.

Public property DocId

The identifier of the document containing this span.

Public property End

The exclusive end position of the span within the document.

Public property Start

The inclusive start position of the span within the document.