Sha256: cc77cf0a804b8918d40652ec0ccaa0b4d955a942fb11eccefe494bfaaa73690b
Contents?: true
Size: 198 Bytes
Versions: 14
Compression:
Stored size: 198 Bytes
Contents
module Elastic::Datatypes class Term < Default def mapping_options options = super options[:type] = 'string' options[:index] = 'not_analyzed' options end end end
Version data entries
14 entries across 14 versions & 1 rubygems