Uses of Class
org.apache.lucene.index.DocsWithFieldSet
Packages that use DocsWithFieldSet
-
Uses of DocsWithFieldSet in org.apache.lucene.codecs.lucene95
Methods in org.apache.lucene.codecs.lucene95 with parameters of type DocsWithFieldSetModifier and TypeMethodDescriptionstatic void
OrdToDocDISIReaderConfiguration.writeStoredMeta
(int directMonotonicBlockShift, IndexOutput outputMeta, IndexOutput vectorData, int count, int maxDoc, DocsWithFieldSet docsWithField) Writes out the docsWithField and ordToDoc mapping to the outputMeta and vectorData respectively.