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 5799331 commit 31c0771Copy full SHA for 31c0771
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.1;
+ public static final double CENTROID_SAMPLING_PERCENTAGE = 0.15;
45
46
public DefaultIVFVectorsReader(SegmentReadState state, FlatVectorsReader rawVectorsReader) throws IOException {
47
super(state, rawVectorsReader);
0 commit comments