Interface: UniversalSearchOptions
Options accepted by a universal (federated) search.
Properties
Section titled “Properties”indexes?
Section titled “indexes?”
optionalindexes?: readonlystring[]
Indexes to search. Defaults to every known index.
limit?
Section titled “limit?”
optionallimit?:number
Maximum hits per index before merging.
optionalmode?:"hybrid"|"vector"|"keyword"
Match mode.
signal?
Section titled “signal?”
optionalsignal?:AbortSignal
External cancellation.