Uses of Class
org.apache.lucene.index.Sorter.DocMap
-
Packages that use Sorter.DocMap Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.hnsw HNSW vector helper classes.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of Sorter.DocMap in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type Sorter.DocMap Modifier and Type Method Description voidBufferingKnnVectorsWriter. flush(int maxDoc, Sorter.DocMap sortMap)abstract voidKnnVectorsWriter. flush(int maxDoc, Sorter.DocMap sortMap)Flush all buffered data on disk * -
Uses of Sorter.DocMap in org.apache.lucene.codecs.hnsw
Methods in org.apache.lucene.codecs.hnsw with parameters of type Sorter.DocMap Modifier and Type Method Description abstract voidFlatVectorsWriter. flush(int maxDoc, Sorter.DocMap sortMap)Flush all buffered data on disk * -
Uses of Sorter.DocMap in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 with parameters of type Sorter.DocMap Modifier and Type Method Description voidLucene99FlatVectorsWriter. flush(int maxDoc, Sorter.DocMap sortMap)voidLucene99HnswVectorsWriter. flush(int maxDoc, Sorter.DocMap sortMap)voidLucene99ScalarQuantizedVectorsWriter. flush(int maxDoc, Sorter.DocMap sortMap) -
Uses of Sorter.DocMap in org.apache.lucene.index
Methods in org.apache.lucene.index that return Sorter.DocMap Modifier and Type Method Description Sorter.DocMapMergePolicy.OneMerge. reorder(CodecReader reader, Directory dir)Extend this method if you wish to renumber doc IDs.Methods in org.apache.lucene.index with parameters of type Sorter.DocMap Modifier and Type Method Description static CodecReaderSortingCodecReader. wrap(CodecReader reader, Sorter.DocMap docMap, Sort sort)Expert: same asSortingCodecReader.wrap(org.apache.lucene.index.CodecReader, Sort)but operates directly on aSorter.DocMap.
-