Method: CloudSearch::Searcher#with_query

Defined in:
lib/cloud_search/searcher.rb

#with_query(query) ⇒ Object



25
26
27
28
# File 'lib/cloud_search/searcher.rb', line 25

def with_query(query)
  @query = query
  self
end