File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql
expression/function/vector Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ public Knn(
118118 name = "min_candidates" ,
119119 type = "integer" ,
120120 valueHint = { "10" },
121- description = "The minimum number of nearest neighbor candidates to consider per shard while doing knn search. " +
122- " KNN may use a higher number of candidates in case the query can't use a approximate results. "
121+ description = "The minimum number of nearest neighbor candidates to consider per shard while doing knn search. "
122+ + " KNN may use a higher number of candidates in case the query can't use a approximate results. "
123123 + "Cannot exceed 10,000. Increasing min_candidates tends to improve the accuracy of the final results. "
124124 + "Defaults to 1.5 * LIMIT used for the query."
125125 ),
Original file line number Diff line number Diff line change 1616import org .elasticsearch .xpack .esql .plan .logical .Limit ;
1717import org .elasticsearch .xpack .esql .plan .logical .LogicalPlan ;
1818import org .elasticsearch .xpack .esql .plan .logical .TopN ;
19- import org .elasticsearch .xpack .esql .plan .logical .UnaryPlan ;
2019import org .elasticsearch .xpack .esql .plan .logical .inference .Rerank ;
2120
2221/**
You can’t perform that action at this time.
0 commit comments