Skip to content

Commit 6c1cc1e

Browse files
committed
increase percentage to .2
1 parent 2df6101 commit 6c1cc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/codec/vectors/DefaultIVFVectorsReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
public class DefaultIVFVectorsReader extends IVFVectorsReader implements OffHeapStats {
4242

4343
// The percentage of centroids that are scored to keep recall
44-
public static final double CENTROID_SAMPLING_PERCENTAGE = 0.15;
44+
public static final double CENTROID_SAMPLING_PERCENTAGE = 0.2;
4545

4646
public DefaultIVFVectorsReader(SegmentReadState state, FlatVectorsReader rawVectorsReader) throws IOException {
4747
super(state, rawVectorsReader);

0 commit comments

Comments
 (0)