Class: Esearch::Indices::All
- Inherits:
-
Esearch::Indices
- Object
- Esearch::Indices
- Esearch::Indices::All
- Defined in:
- lib/esearch/indices.rb
Overview
Control all indices of a cluster
Constant Summary collapse
- PATH =
Pathname.new('/_all').freeze
Instance Attribute Summary collapse
-
#connection ⇒ Connection
readonly
private
Return connection.
Instance Method Summary collapse
-
#path ⇒ Pathname
private
Return path.
Methods included from Mixin::Exist
Methods included from Mixin::Index
Methods included from Mixin::Search
Instance Attribute Details
#connection ⇒ Connection (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return connection
36 37 38 |
# File 'lib/esearch/indices.rb', line 36 def connection @connection end |
Instance Method Details
#path ⇒ Pathname
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return path
44 45 46 |
# File 'lib/esearch/indices.rb', line 44 def path self.class::PATH end |