Update search.asciidoc (#22865)
This commit is contained in:
parent
f436a06971
commit
40e1c136de
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
The search API allows one to execute a search query and get back search hits
|
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
|
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:
|
The body of the search request is built using the `SearchSourceBuilder`. Here is an example:
|
||||||
|
|
||||||
[source,java]
|
[source,java]
|
||||||
|
|
Loading…
Reference in New Issue