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.lucene94 Lucene 9.3 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 abstract voidKnnVectorsWriter. flush(int maxDoc, Sorter.DocMap sortMap)Flush all buffered data on disk * -
Uses of Sorter.DocMap in org.apache.lucene.codecs.lucene94
Methods in org.apache.lucene.codecs.lucene94 with parameters of type Sorter.DocMap Modifier and Type Method Description voidLucene94HnswVectorsWriter. flush(int maxDoc, Sorter.DocMap sortMap) -
Uses of Sorter.DocMap in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type Sorter.DocMap Modifier and Type Method Description voidBufferingKnnVectorsWriter. flush(int maxDoc, Sorter.DocMap sortMap)
-