Class PerFieldPostingsFormat.FieldsGroup
- java.lang.Object
-
- org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.FieldsGroup
-
- Enclosing class:
- PerFieldPostingsFormat
static class PerFieldPostingsFormat.FieldsGroup extends java.lang.ObjectGroup of fields written by one PostingsFormat
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classPerFieldPostingsFormat.FieldsGroup.Builder
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<java.lang.String>fields(package private) SegmentWriteStatestateCustom SegmentWriteState for this group of fields, with the segmentSuffix uniqueified for this PostingsFormat(package private) intsuffix
-
Constructor Summary
Constructors Modifier Constructor Description privateFieldsGroup(java.util.List<java.lang.String> fields, int suffix, SegmentWriteState state)
-
-
-
Field Detail
-
fields
final java.util.List<java.lang.String> fields
-
suffix
final int suffix
-
state
final SegmentWriteState state
Custom SegmentWriteState for this group of fields, with the segmentSuffix uniqueified for this PostingsFormat
-
-
Constructor Detail
-
FieldsGroup
private FieldsGroup(java.util.List<java.lang.String> fields, int suffix, SegmentWriteState state)
-
-