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.lucene84for 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 classLucene80DocValuesProducer.SortedEntryprivate static classLucene80DocValuesProducer.SortedSetEntryFields in org.apache.lucene.codecs.lucene80 declared as Lucene80DocValuesProducer.TermsDictEntry Modifier and Type Field Description (package private) Lucene80DocValuesProducer.TermsDictEntryLucene80DocValuesProducer.TermsDict. entryMethods in org.apache.lucene.codecs.lucene80 with parameters of type Lucene80DocValuesProducer.TermsDictEntry Modifier and Type Method Description private static voidLucene80DocValuesProducer. 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)
-