Uses of Class
org.apache.lucene.backward_codecs.lucene70.Lucene70DocValuesProducer.TermsDictEntry
-
Packages that use Lucene70DocValuesProducer.TermsDictEntry Package Description org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index format. -
-
Uses of Lucene70DocValuesProducer.TermsDictEntry in org.apache.lucene.backward_codecs.lucene70
Subclasses of Lucene70DocValuesProducer.TermsDictEntry in org.apache.lucene.backward_codecs.lucene70 Modifier and Type Class Description private static classLucene70DocValuesProducer.SortedEntryprivate static classLucene70DocValuesProducer.SortedSetEntryFields in org.apache.lucene.backward_codecs.lucene70 declared as Lucene70DocValuesProducer.TermsDictEntry Modifier and Type Field Description (package private) Lucene70DocValuesProducer.TermsDictEntryLucene70DocValuesProducer.TermsDict. entryMethods in org.apache.lucene.backward_codecs.lucene70 with parameters of type Lucene70DocValuesProducer.TermsDictEntry Modifier and Type Method Description private static voidLucene70DocValuesProducer. readTermDict(ChecksumIndexInput meta, Lucene70DocValuesProducer.TermsDictEntry entry)Constructors in org.apache.lucene.backward_codecs.lucene70 with parameters of type Lucene70DocValuesProducer.TermsDictEntry Constructor Description TermsDict(Lucene70DocValuesProducer.TermsDictEntry entry, IndexInput data)
-