Table of Contents

Internal structRead-onlyInternal HnswSearchStats

Namespace
Rowles.LeanLucene.Codecs.Hnsw
Assembly
Rowles.LeanLucene.dll

Per-call HNSW search statistics. NodesVisited is the primary recall-vs-cost signal: it counts distinct nodes visited during the layer-zero traversal.

internal readonly record struct HnswSearchStats : IEquatable<HnswSearchStats>

Public constructor HnswSearchStats(int, int)

Per-call HNSW search statistics. NodesVisited is the primary recall-vs-cost signal: it counts distinct nodes visited during the layer-zero traversal.

Public property LayersDescended

Public property NodesVisited