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.
IndexSearchRequest
1 parent 4e1d7fd commit 7c85e6dCopy full SHA for 7c85e6d
src/main/java/com/meilisearch/sdk/IndexSearchRequest.java
@@ -47,7 +47,7 @@ public class IndexSearchRequest {
47
* offset: 0, limit: 20, attributesToRetrieve: ["*"], attributesToCrop: null, cropLength: 200,
48
* attributesToHighlight: null, filter: null, showMatchesPosition: false, facets: null, sort:
49
* null, showRankingScore: false, showRankingScoreDetails: false, rankingScoreThreshold: null
50
- * distinct: null, retrieveVectors: false
+ * distinct: null, retrieveVectors: false, hybrid: null
51
*
52
* @param indexUid uid of the requested index String
53
*/
0 commit comments