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
TRecordThe record type of the collection being searched.
- Inheritance
-
HybridSearchOptions<TRecord>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.
- VectorWeight
Overrides VectorWeight for this query.