Skip to content

Commit 31c0771

Browse files
committed
increase slightly CENTROID_SAMPLING_PERCENTAGE
1 parent 5799331 commit 31c0771

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.1;
44+
public static final double CENTROID_SAMPLING_PERCENTAGE = 0.15;
4545

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

0 commit comments

Comments
 (0)