Class Lucene90DocValuesProducer.SortedSetEntry
- java.lang.Object
-
- org.apache.lucene.codecs.lucene90.Lucene90DocValuesProducer.SortedSetEntry
-
- Enclosing class:
- Lucene90DocValuesProducer
private static class Lucene90DocValuesProducer.SortedSetEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Lucene90DocValuesProducer.SortedNumericEntry
ordsEntry
(package private) Lucene90DocValuesProducer.SortedEntry
singleValueEntry
(package private) Lucene90DocValuesProducer.TermsDictEntry
termsDictEntry
-
Constructor Summary
Constructors Modifier Constructor Description private
SortedSetEntry()
-
-
-
Field Detail
-
singleValueEntry
Lucene90DocValuesProducer.SortedEntry singleValueEntry
-
ordsEntry
Lucene90DocValuesProducer.SortedNumericEntry ordsEntry
-
termsDictEntry
Lucene90DocValuesProducer.TermsDictEntry termsDictEntry
-
-