ScopedExactScanBenchResult class

Result of BenchmarkService.benchmarkScopedExactScan.

Captures the scoped exact-scan branch of searchMetaHybrid: whether source_ids queries read or tokenize chunk bodies while preserving BM25 ranks from the active term index across the supplied bm25Weights.

Constructors

ScopedExactScanBenchResult({required int scopedChunkCount, required int distractorChunkCount, required int chunkContentBytes, required int topK, required List<double> bm25Weights, required List<QueryPayloadVariantStats> variants})
const

Properties

bm25Weights List<double>
BM25 weights iterated, one entry per variants.
final
chunkContentBytes int
Approximate UTF-8 byte length of each chunk body.
final
distractorChunkCount int
Number of chunks on a distractor source kept outside the filter — exists purely so the scoped filter has something to exclude.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopedChunkCount int
Number of chunks under the scoped source_ids filter.
final
topK int
topK requested per variant.
final
variants List<QueryPayloadVariantStats>
Captured stats per BM25 weight (aligned with bm25Weights).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderSummary() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited