We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df6101 commit 6c1cc1eCopy full SHA for 6c1cc1e
server/src/main/java/org/elasticsearch/index/codec/vectors/DefaultIVFVectorsReader.java
@@ -41,7 +41,7 @@
41
public class DefaultIVFVectorsReader extends IVFVectorsReader implements OffHeapStats {
42
43
// The percentage of centroids that are scored to keep recall
44
- public static final double CENTROID_SAMPLING_PERCENTAGE = 0.15;
+ public static final double CENTROID_SAMPLING_PERCENTAGE = 0.2;
45
46
public DefaultIVFVectorsReader(SegmentReadState state, FlatVectorsReader rawVectorsReader) throws IOException {
47
super(state, rawVectorsReader);
0 commit comments