Skip to content

Commit d52dc40

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 9499be1 commit d52dc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/search/vectors/AbstractIVFKnnVectorQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public Query rewrite(IndexSearcher indexSearcher) throws IOException {
141141

142142
double cutoff_affinity = 0.3; // minimum affinity score for a segment to be considered
143143
double higher_affinity = 0.7; // min affinity for increasing nProbe
144-
double lower_affinity = 0.6 ; // max affinity for decreasing nProbe
144+
double lower_affinity = 0.6; // max affinity for decreasing nProbe
145145

146146
int max_adjustment = 20;
147147

0 commit comments

Comments
 (0)