Table of Contents

Class EdgeHybridSearchOptions<TRecord>

Namespace
Qavren.Edge.VectorData
Assembly
Qavren.Edge.VectorData.dll

Per-query RRF tuning. A caller passing the plain MEVD HybridSearchOptions<TRecord> gets the store defaults and never sees this type.

public sealed class EdgeHybridSearchOptions<TRecord> : HybridSearchOptions<TRecord>

Type Parameters

TRecord

The record type of the collection being searched.

Inheritance
EdgeHybridSearchOptions<TRecord>
Inherited Members

Properties

CandidateCount

Rows pulled from each lane before fusion. Null = (top + Skip) * CandidateMultiplier.

KeywordCombinator

Overrides KeywordCombinator for this query.

KeywordWeight

Overrides KeywordWeight for this query.

RrfK

Overrides K for this query.

VectorWeight

Overrides VectorWeight for this query.