Skip to content

Commit 78643cd

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 61776d7 commit 78643cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/src/main/java/org/elasticsearch/index/codec/vectors/DocIdsWriter.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,13 @@
1919
package org.elasticsearch.index.codec.vectors;
2020

2121
import org.apache.lucene.index.PointValues.IntersectVisitor;
22-
import org.apache.lucene.search.DocIdSetIterator;
2322
import org.apache.lucene.store.DataOutput;
2423
import org.apache.lucene.store.IndexInput;
25-
import org.apache.lucene.util.ArrayUtil;
2624
import org.apache.lucene.util.IntsRef;
2725
import org.apache.lucene.util.LongsRef;
2826
import org.apache.lucene.util.hnsw.IntToIntFunction;
2927

3028
import java.io.IOException;
31-
import java.util.Arrays;
3229

3330
/**
3431
* This class is used to write and read the doc ids in a compressed format. The format is optimized

0 commit comments

Comments
 (0)