Class PerFieldPostingsFormat.FieldsGroup

java.lang.Object
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.FieldsGroup
Enclosing class:
PerFieldPostingsFormat

static class PerFieldPostingsFormat.FieldsGroup extends Object
Group of fields written by one PostingsFormat
  • Field Details

    • fields

      final List<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 Details