Module: Elasticsearch::API::SearchableSnapshots

Defined in:
lib/elasticsearch/api/namespace/searchable_snapshots.rb,
lib/elasticsearch/api/actions/searchable_snapshots/mount.rb,
lib/elasticsearch/api/actions/searchable_snapshots/stats.rb,
lib/elasticsearch/api/actions/searchable_snapshots/cache_stats.rb,
lib/elasticsearch/api/actions/searchable_snapshots/clear_cache.rb

Defined Under Namespace

Modules: Actions Classes: SearchableSnapshotsClient

Instance Method Summary collapse

Instance Method Details

#searchable_snapshotsObject

Proxy method for SearchableSnapshotsClient, available in the receiving object



31
32
33
# File 'lib/elasticsearch/api/namespace/searchable_snapshots.rb', line 31

def searchable_snapshots
  @searchable_snapshots ||= SearchableSnapshotsClient.new(self)
end