Uses of Class
org.apache.lucene.codecs.lucene80.Lucene80DocValuesProducer.TermsDictEntry
-
Packages that use Lucene80DocValuesProducer.TermsDictEntry Package Description org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84
for an overview of the index format. -
-
Uses of Lucene80DocValuesProducer.TermsDictEntry in org.apache.lucene.codecs.lucene80
Subclasses of Lucene80DocValuesProducer.TermsDictEntry in org.apache.lucene.codecs.lucene80 Modifier and Type Class Description private static class
Lucene80DocValuesProducer.SortedEntry
private static class
Lucene80DocValuesProducer.SortedSetEntry
Fields in org.apache.lucene.codecs.lucene80 declared as Lucene80DocValuesProducer.TermsDictEntry Modifier and Type Field Description (package private) Lucene80DocValuesProducer.TermsDictEntry
Lucene80DocValuesProducer.TermsDict. entry
Methods in org.apache.lucene.codecs.lucene80 with parameters of type Lucene80DocValuesProducer.TermsDictEntry Modifier and Type Method Description private static void
Lucene80DocValuesProducer. readTermDict(ChecksumIndexInput meta, Lucene80DocValuesProducer.TermsDictEntry entry)
Constructors in org.apache.lucene.codecs.lucene80 with parameters of type Lucene80DocValuesProducer.TermsDictEntry Constructor Description TermsDict(Lucene80DocValuesProducer.TermsDictEntry entry, IndexInput data)
-