Module: Eson::HTTP::IndexStats
Instance Method Summary collapse
Methods included from API
Instance Method Details
#path ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/eson/http/indices/stats.rb', line 9 def path unless indices.empty? "/{indices}/_stats" else "/_stats" end end |