Method: Elastictastic::MultiSearch#count

Defined in:
lib/elastictastic/multi_search.rb

#count(*scopes) ⇒ Object



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