Package org.apache.lucene.index.memory
Class MemoryIndex.BytesRefHashDocValuesProducer
- java.lang.Object
-
- org.apache.lucene.index.memory.MemoryIndex.BytesRefHashDocValuesProducer
-
- Enclosing class:
- MemoryIndex
private static final class MemoryIndex.BytesRefHashDocValuesProducer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int[]bytesIds(package private) BytesRefHashdvBytesRefHashValuesSet
-
Constructor Summary
Constructors Modifier Constructor Description privateBytesRefHashDocValuesProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidprepareForUsage()
-
-
-
Field Detail
-
dvBytesRefHashValuesSet
BytesRefHash dvBytesRefHashValuesSet
-
bytesIds
int[] bytesIds
-
-