Module org.apache.lucene.core
Class PerFieldPostingsFormat.FieldsGroup
java.lang.Object
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.FieldsGroup
- Enclosing class:
PerFieldPostingsFormat
Group of fields written by one PostingsFormat
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
FieldsGroup
(List<String> fields, int suffix, SegmentWriteState state) -
Method Summary
-
Field Details
-
fields
-
suffix
final int suffix -
state
Custom SegmentWriteState for this group of fields, with the segmentSuffix uniqueified for this PostingsFormat
-
-
Constructor Details
-
FieldsGroup
-