Sha256: eed5cf69ffe412562aa0b5132d14fe0724b8f1a15432c39f20b5818216c3edc4
Contents?: true
Size: 601 Bytes
Versions: 4
Compression:
Stored size: 601 Bytes
Contents
# frozen_string_literal: true 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 Repository class << self # This methods will be defined using meta programming in the index respository definition # @see Esse::Index::Type.repository attr_reader :index end require_relative 'repository/actions' require_relative 'repository/documents' require_relative 'repository/object_document_mapper' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
esse-0.2.6 | lib/esse/repository.rb |
esse-0.2.5 | lib/esse/repository.rb |
esse-0.2.4 | lib/esse/repository.rb |
esse-0.2.3 | lib/esse/repository.rb |