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 71e30a1 commit 66dcaf8Copy full SHA for 66dcaf8
server/src/main/java/org/elasticsearch/index/codec/vectors/DefaultIVFVectorsReader.java
@@ -367,7 +367,6 @@ public int resetPostingsScorer(long offset) throws IOException {
367
centroidDp = Float.intBitsToFloat(indexInput.readInt());
368
vectors = indexInput.readVInt();
369
// read the doc ids
370
- assert vectors <= docIdsScratch.length;
371
slicePos = indexInput.getFilePointer();
372
return vectors;
373
}
0 commit comments