Libraries
»
cloud_search
(0.2.0)
»
Index
»
CloudSearch
»
SearchResponse
»
#found?
Method: CloudSearch::SearchResponse#found?
Defined in:
lib/cloud_search/search_response.rb
#
found?
⇒
Boolean
Also known as:
any?
Returns:
(
Boolean
)
22 23 24
# File 'lib/cloud_search/search_response.rb', line 22
def
found?
hits
>
0
end