Prefetch
@Serializable
A prefetch sub-request: candidates fetched first, then combined or reranked by the outer SearchRequest.query. Prefetches nest recursively for multi-stage retrieval.
Constructors
Link copied to clipboard
constructor(prefetch: List<Prefetch>? = null, query: QueryInterface? = null, using: String? = null, filter: Filter? = null, limit: Int? = null, scoreThreshold: Double? = null, params: SearchParams? = null, lookupFrom: LookupLocation? = null)