Skip to content

Commit 7c85e6d

Browse files
committed
Add "hybrid" parameter to JavaDoc in IndexSearchRequest
1 parent 4e1d7fd commit 7c85e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/meilisearch/sdk/IndexSearchRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class IndexSearchRequest {
4747
* offset: 0, limit: 20, attributesToRetrieve: ["*"], attributesToCrop: null, cropLength: 200,
4848
* attributesToHighlight: null, filter: null, showMatchesPosition: false, facets: null, sort:
4949
* null, showRankingScore: false, showRankingScoreDetails: false, rankingScoreThreshold: null
50-
* distinct: null, retrieveVectors: false
50+
* distinct: null, retrieveVectors: false, hybrid: null
5151
*
5252
* @param indexUid uid of the requested index String
5353
*/

0 commit comments

Comments
 (0)