Module: Eson::Shared::IndexStats
- Extended by:
- API
- Defined in:
- lib/eson/shared/indices/stats.rb
Overview
Requests using this API have the following properties:
The request supports the following parameters: docs, store, indexing, get, search, merge, flush, refresh, clear, types The request can operate on multiple indices.
Instance Method Summary collapse
-
#multi_index ⇒ true
The request can operate on multiple indices.
-
#parameters ⇒ Array<String>
The request supports the following parameters: docs, store, indexing, get, search, merge, flush, refresh, clear, types.
Methods included from API
multi_types, no_indices, source_param
Methods included from Chainable
Instance Method Details
#multi_index ⇒ true
The request can operate on multiple indices.
12 |
# File 'lib/eson/shared/indices/stats.rb', line 12 multi_index true |
#parameters ⇒ Array<String>
The request supports the following parameters: docs, store, indexing, get, search, merge, flush, refresh, clear, types
15 16 17 18 19 20 21 22 23 24 |
# File 'lib/eson/shared/indices/stats.rb', line 15 parameters :docs, :store, :indexing, :get, :search, :merge, :flush, :refresh, :clear, :types |