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