elasticsearch-ruby
https://github.com/elastic/elasticsearch-ruby
Ruby
Ruby integrations for Elasticsearch
Elasticsearch::API::SearchableSnapshots#searchable_snapshots
No Docs, write some!
Edit
git clone [email protected]:elastic/elasticsearch-ruby.git
cd elasticsearch-ruby
open elasticsearch-api/lib/elasticsearch/api/namespace/searchable_snapshots.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Elasticsearch--API--SearchableSnapshots-searchable_snapshots-for-pr
# Commit to gitgit add elasticsearch-api/lib/elasticsearch/api/namespace/searchable_snapshots.rbgit commit -m "better docs for Elasticsearch::API::SearchableSnapshots#searchable_snapshots"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Elasticsearch--API--SearchableSnapshots-searchable_snapshots-for-pr
hub pull-request
# Celebrate!