Class VersionFieldMapper

All Implemented Interfaces:
Iterable<Mapper>, ToXContent, ToXContentFragment

public class VersionFieldMapper extends MetadataFieldMapper
Mapper for the _version field. This is the field mapper for the monotonically increasing document version. If you are looking for the field that stores semver style strings in a sortable binary format, you want VersionStringFieldMapper in the xpack VersionField plugin