Package org.elasticsearch.index.mapper
Class SeqNoFieldMapper.SequenceIDFields
- java.lang.Object
-
- org.elasticsearch.index.mapper.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 Summary
Fields Modifier and Type Field Description FieldprimaryTermFieldseqNoFieldseqNoDocValueFieldtombstoneField
-
Constructor Summary
Constructors Constructor Description SequenceIDFields(Field seqNo, Field seqNoDocValue, Field primaryTerm, Field tombstoneField)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SeqNoFieldMapper.SequenceIDFieldsemptySeqID()
-
-
-
Method Detail
-
emptySeqID
public static SeqNoFieldMapper.SequenceIDFields emptySeqID()
-
-