Class SeqNoFieldMapper.SequenceIDFields

  • Enclosing class:
    SeqNoFieldMapper

    public static class SeqNoFieldMapper.SequenceIDFields
    extends Object
    A sequence ID, which is made up of a sequence number (both the searchable and doc_value version of the field) and the primary term.
    • Field Detail

      • seqNo

        public final Field seqNo
      • seqNoDocValue

        public final Field seqNoDocValue
      • primaryTerm

        public final Field primaryTerm
      • tombstoneField

        public final Field tombstoneField
    • Constructor Detail

      • SequenceIDFields

        public SequenceIDFields​(Field seqNo,
                                Field seqNoDocValue,
                                Field primaryTerm,
                                Field tombstoneField)