Update search.asciidoc (#22865)

This commit is contained in:
Rob Moore 2017-02-01 08:23:32 +00:00 committed by Clinton Gormley
parent f436a06971
commit 40e1c136de
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
The search API allows one to execute a search query and get back search hits
that match the query. It can be executed across one or more indices and
across one or more types. The query can provided using the <<java-query-dsl,query Java API>>.
across one or more types. The query can be provided using the <<java-query-dsl,query Java API>>.
The body of the search request is built using the `SearchSourceBuilder`. Here is an example:
[source,java]