Class: Elasticsearch::Transport::Client
- Inherits:
-
Object
- Object
- Elasticsearch::Transport::Client
- Defined in:
- lib/elasticsearch/transport_client.rb
Instance Method Summary collapse
Instance Method Details
#partitions ⇒ Object
4 5 6 |
# File 'lib/elasticsearch/transport_client.rb', line 4 def partitions @partitions_client ||= Scalastic::PartitionsClient.new(self) end |