瀏覽代碼

Update search.asciidoc (#22865)

Rob Moore 8 年之前
父節點
當前提交
40e1c136de
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/java-api/search.asciidoc

+ 1 - 1
docs/java-api/search.asciidoc

@@ -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]