Table of Contents

Public structRead-only ScoreDoc

Namespace
Rowles.LeanCorpus.Search.Scoring
Assembly
Rowles.LeanCorpus.dll

Represents a scored document in search results.

public readonly record struct ScoreDoc : IEquatable<ScoreDoc>

Public constructor ScoreDoc(int, float)

Represents a scored document in search results.

Internal fieldInternal EstimatedBytes

Approximate size of a single ScoreDoc in bytes (4 + 4 plus alignment).

Public property DocId

The zero-based internal document identifier.

Public property Score

The relevance score assigned to this document.