module ElasticModel
    module TypeOptions
      class Keyword < StringType
        attribute :doc_values, Types::Bool.meta(omittable: true)
        attribute :ignore_above, Types::Bool.meta(omittable: true)