

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