Class: Escargot::DistributedIndexing::DeployNewVersion
- Inherits:
-
Object
- Object
- Escargot::DistributedIndexing::DeployNewVersion
- Defined in:
- lib/escargot/distributed_indexing.rb
Class Method Summary collapse
Class Method Details
.perform(index, index_version) ⇒ Object
52 53 54 |
# File 'lib/escargot/distributed_indexing.rb', line 52 def self.perform(index, index_version) $elastic_search_client.deploy_index_version(index, index_version) end |