
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>
Span(int, int, int)
A span: a contiguous range of positions in a document.
DocId
The identifier of the document containing this span.
End
The exclusive end position of the span within the document.
Start
The inclusive start position of the span within the document.