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

Methods included from API

multi_types, no_indices, source_param

Methods included from Chainable

#chainable, #extendable

Instance Method Details

#multi_indextrue

The request can operate on multiple indices.

Returns:

  • (true)


12
# File 'lib/eson/shared/indices/stats.rb', line 12

multi_index true

#parametersArray<String>

The request supports the following parameters: docs, store, indexing, get, search, merge, flush, refresh, clear, types

Returns:

  • (Array<String>)

    The parameters



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