We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rerank_hybrid_matches
MultiSearchCollectionParameters
1 parent 84e0939 commit 31fe36aCopy full SHA for 31fe36a
openapi.yml
@@ -3271,6 +3271,13 @@ components:
3271
x-typesense-api-key:
3272
type: string
3273
description: A separate search API key for each search within a multi_search request
3274
+ rerank_hybrid_matches:
3275
+ type: boolean
3276
+ description: >
3277
+ When true, computes both text match and vector distance scores for all matches in hybrid search.
3278
+ Documents found only through keyword search will get a vector distance score, and
3279
+ documents found only through vector search will get a text match score.
3280
+ default: false
3281
FacetCounts:
3282
type: object
3283
properties:
0 commit comments