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 61776d7 commit 78643cdCopy full SHA for 78643cd
server/src/main/java/org/elasticsearch/index/codec/vectors/DocIdsWriter.java
@@ -19,16 +19,13 @@
19
package org.elasticsearch.index.codec.vectors;
20
21
import org.apache.lucene.index.PointValues.IntersectVisitor;
22
-import org.apache.lucene.search.DocIdSetIterator;
23
import org.apache.lucene.store.DataOutput;
24
import org.apache.lucene.store.IndexInput;
25
-import org.apache.lucene.util.ArrayUtil;
26
import org.apache.lucene.util.IntsRef;
27
import org.apache.lucene.util.LongsRef;
28
import org.apache.lucene.util.hnsw.IntToIntFunction;
29
30
import java.io.IOException;
31
-import java.util.Arrays;
32
33
/**
34
* This class is used to write and read the doc ids in a compressed format. The format is optimized
0 commit comments