Sha256: 54a59bad43c0ef31c695f5a41e3a269c18c0db49464f20c5c9292ba7eb0e0f97

Contents?: true

Size: 470 Bytes

Versions: 4

Compression:

Stored size: 470 Bytes

Contents

# frozen_string_literal: true

require_relative 'object_document_mapper'

module Esse
  # Type is actually deprecated. Elasticsearch today uses _doc instead of type
  # And in upcoming release it will be totally removed.
  # But I want to keep compatibility with old versions of es.
  class IndexType
    require_relative 'index_type/actions'
    require_relative 'index_type/mappings'
    require_relative 'index_type/backend'
    extend ObjectDocumentMapper
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
esse-0.2.0 lib/esse/index_type.rb
esse-0.1.3 lib/esse/index_type.rb
esse-0.1.2 lib/esse/index_type.rb
esse-0.1.1 lib/esse/index_type.rb