27 28 29 30 31
# File 'lib/elastictastic/multi_search.rb', line 27 def count(*scopes) components = scopes.flatten.map { |scope| Component.new(scope, 'count') } @components.concat(components) self end