浏览代码

[DOCS] High Level Client: fix index items order

Also group APIs under single document, multi-document and search
javanna 8 年之前
父节点
当前提交
7899dbef3b
共有 2 个文件被更改,包括 4 次插入6 次删除
  1. 3 5
      docs/java-rest/high-level/apis.asciidoc
  2. 1 1
      docs/java-rest/high-level/apis/index.asciidoc

+ 3 - 5
docs/java-rest/high-level/apis.asciidoc

@@ -2,18 +2,16 @@
 
 
 The Java High Level REST Client supports the following APIs:
 The Java High Level REST Client supports the following APIs:
 
 
+.Single document APIs
 * <<java-rest-high-document-index>>
 * <<java-rest-high-document-index>>
-
 * <<java-rest-high-document-get>>
 * <<java-rest-high-document-get>>
-
 * <<java-rest-high-document-delete>>
 * <<java-rest-high-document-delete>>
-
 * Update API
 * Update API
 
 
+.Multi-document APIs
 * <<java-rest-high-document-bulk>>
 * <<java-rest-high-document-bulk>>
 
 
+.Search APIs
 * Search API
 * Search API
-
 * Search Scroll API
 * Search Scroll API
-
 * Clear Scroll API
 * Clear Scroll API

+ 1 - 1
docs/java-rest/high-level/apis/index.asciidoc

@@ -1,9 +1,9 @@
 :doc-tests: {docdir}/../../client/rest-high-level/src/test/java/org/elasticsearch/client/documentation
 :doc-tests: {docdir}/../../client/rest-high-level/src/test/java/org/elasticsearch/client/documentation
 
 
 include::_index.asciidoc[]
 include::_index.asciidoc[]
-include::update.asciidoc[]
 include::get.asciidoc[]
 include::get.asciidoc[]
 include::delete.asciidoc[]
 include::delete.asciidoc[]
+include::update.asciidoc[]
 include::bulk.asciidoc[]
 include::bulk.asciidoc[]
 
 
 :doc-tests!:
 :doc-tests!: