module ElasticModel
    module TypeOptions
      class Range < Base
        attribute :coerce, Types::Bool.meta(omittable: true)
        attribute :boost, Types::Float.meta(omittable: true)