You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/api/multi_search.mdx
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,13 @@ There is no way to specify that two documents should be treated as the same acro
159
159
|**[`sort`](/reference/api/search#sort)**| Array of strings |`null`| Sort search results by an attribute's value |
160
160
|**[`matchingStrategy`](/reference/api/search#matching-strategy)**| String |`last`| Strategy used to match query terms within documents |
161
161
|**[`showRankingScore`](/reference/api/search#ranking-score)**| Boolean |`false`| Display the global ranking score of a document |
162
-
|**[`attributesToSearchOn`](/reference/api/search#customize-attributes-to-search-on-at-search-time)**| Array of strings |`["*"]`| Restrict search to the specified attributes |
162
+
|**[`showRankingScoreDetails`](/reference/api/search#ranking-score-details)**| Boolean |`false`| Adds a detailed global ranking score field |
163
+
|**[`rankingScoreThreshold`](/reference/api/search#ranking-score-threshold)**| Number |`null`| Excludes results with low ranking scores |
164
+
|**[`attributesToSearchOn`](/reference/api/search#customize-attributes-to-search-on-at-search-time)**| Array of strings |`["*"]`| Restrict search to the specified attributes |
165
+
|**[`hybrid`](/reference/api/search#hybrid-search)**| Object |`null`| Return results based on query keywords and meaning |
166
+
|**[`vector`](/reference/api/search#vector)**| Array of numbers |`null`| Search using a custom query vector |
167
+
|**[`retrieveVectors`](/reference/api/search#display-_vectors-in-response)**| Boolean |`false`| Return document vector data |
168
+
|**[`locales`](/reference/api/search#query-locales)**| Array of strings |`null`| Explicitly specify languages used in a query |
163
169
164
170
Unless otherwise noted, search parameters for multi-search queries function exactly like [search parameters for the `/search` endpoint](/reference/api/search#search-parameters).
0 commit comments