module Elasticsearch::API::SearchableSnapshots

Public Instance Methods

searchable_snapshots() click to toggle source

Proxy method for {SearchableSnapshotsClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/searchable_snapshots.rb, line 31
def searchable_snapshots
  @searchable_snapshots ||= SearchableSnapshotsClient.new(self)
end