Module org.apache.lucene.core
Class PerFieldDocValuesFormat.ConsumerAndSuffix
- java.lang.Object
-
- org.apache.lucene.codecs.perfield.PerFieldDocValuesFormat.ConsumerAndSuffix
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- PerFieldDocValuesFormat
static class PerFieldDocValuesFormat.ConsumerAndSuffix extends java.lang.Object implements java.io.Closeable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) DocValuesConsumer
consumer
(package private) int
suffix
-
Constructor Summary
Constructors Constructor Description ConsumerAndSuffix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-
-
-
Field Detail
-
consumer
DocValuesConsumer consumer
-
suffix
int suffix
-
-