Skip to content

Commit 4f98473

Browse files
committed
minor
1 parent c3cec18 commit 4f98473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
abstract class AbstractIVFKnnVectorQuery extends Query implements QueryProfilerProvider {
6262

6363
static final TopDocs NO_RESULTS = TopDocsCollector.EMPTY_TOPDOCS;
64-
public static final double VECTOR_VISITED_PERCENTAGE_BUDGET = 0.05;
64+
65+
private static final double VECTOR_VISITED_PERCENTAGE_BUDGET = 0.05;
6566

6667
protected final String field;
6768
protected final int nProbe;

0 commit comments

Comments
 (0)