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 7dd338e commit 0e24fc7Copy full SHA for 0e24fc7
server/src/main/java/org/elasticsearch/index/codec/vectors/DefaultIVFVectorsReader.java
@@ -40,8 +40,6 @@
40
*/
41
public class DefaultIVFVectorsReader extends IVFVectorsReader implements OffHeapStats {
42
43
- // How many extra centroids we need to collect for each visited centroid for hierarchical centroids.
44
-
45
public DefaultIVFVectorsReader(SegmentReadState state, FlatVectorsReader rawVectorsReader) throws IOException {
46
super(state, rawVectorsReader);
47
}
0 commit comments