|
@@ -17,7 +17,7 @@ Depending on your data, you can use a query to get answers to questions like:
|
|
|
* How many of my products have a price greater than $20?
|
|
|
|
|
|
A _search_ consists of one or more queries that are combined and sent to {es}.
|
|
|
-Documents that match the a search's queries are returned in the _hits_, or
|
|
|
+Documents that match a search's queries are returned in the _hits_, or
|
|
|
_search results_, of the response.
|
|
|
|
|
|
A search may also contain additional information used to better process its
|