File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
x-pack/plugin/gpu/src/main/java/org/elasticsearch/xpack/gpu/codec Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 54
54
import java .util .Objects ;
55
55
56
56
import static org .apache .lucene .codecs .lucene99 .Lucene99HnswVectorsReader .SIMILARITY_FUNCTIONS ;
57
- import static org .apache .lucene .codecs .lucene99 .Lucene99ScalarQuantizedVectorsWriter .mergeAndRecalculateQuantiles ;
58
57
import static org .apache .lucene .search .DocIdSetIterator .NO_MORE_DOCS ;
58
+ import static org .elasticsearch .index .codec .vectors .Lucene99ScalarQuantizedVectorsWriter .mergeAndRecalculateQuantiles ;
59
59
import static org .elasticsearch .xpack .gpu .codec .ES92GpuHnswVectorsFormat .LUCENE99_HNSW_META_CODEC_NAME ;
60
60
import static org .elasticsearch .xpack .gpu .codec .ES92GpuHnswVectorsFormat .LUCENE99_HNSW_META_EXTENSION ;
61
61
import static org .elasticsearch .xpack .gpu .codec .ES92GpuHnswVectorsFormat .LUCENE99_HNSW_VECTOR_INDEX_CODEC_NAME ;
You can’t perform that action at this time.
0 commit comments