supported-apis.asciidoc 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. [[java-rest-high-supported-apis]]
  2. == Document APIs
  3. The Java High Level REST Client supports the following Document APIs:
  4. [[single-doc]]
  5. Single document APIs::
  6. * <<java-rest-high-document-index>>
  7. * <<java-rest-high-document-get>>
  8. * <<java-rest-high-document-delete>>
  9. * <<java-rest-high-document-update>>
  10. [[multi-doc]]
  11. Multi-document APIs::
  12. * <<java-rest-high-document-bulk>>
  13. * <<java-rest-high-document-multi-get>>
  14. include::document/index.asciidoc[]
  15. include::document/get.asciidoc[]
  16. include::document/exists.asciidoc[]
  17. include::document/delete.asciidoc[]
  18. include::document/update.asciidoc[]
  19. include::document/bulk.asciidoc[]
  20. include::document/multi-get.asciidoc[]
  21. == Search APIs
  22. The Java High Level REST Client supports the following Search APIs:
  23. * <<java-rest-high-search>>
  24. * <<java-rest-high-search-scroll>>
  25. * <<java-rest-high-clear-scroll>>
  26. * <<java-rest-high-multi-search>>
  27. * <<java-rest-high-field-caps>>
  28. * <<java-rest-high-rank-eval>>
  29. include::search/search.asciidoc[]
  30. include::search/scroll.asciidoc[]
  31. include::search/multi-search.asciidoc[]
  32. include::search/field-caps.asciidoc[]
  33. include::search/rank-eval.asciidoc[]
  34. == Miscellaneous APIs
  35. The Java High Level REST Client supports the following Miscellaneous APIs:
  36. * <<java-rest-high-main>>
  37. * <<java-rest-high-ping>>
  38. include::miscellaneous/main.asciidoc[]
  39. include::miscellaneous/ping.asciidoc[]
  40. == Indices APIs
  41. The Java High Level REST Client supports the following Indices APIs:
  42. Index Management::
  43. * <<java-rest-high-create-index>>
  44. * <<java-rest-high-delete-index>>
  45. * <<java-rest-high-indices-exists>>
  46. * <<java-rest-high-open-index>>
  47. * <<java-rest-high-close-index>>
  48. * <<java-rest-high-shrink-index>>
  49. * <<java-rest-high-split-index>>
  50. * <<java-rest-high-refresh>>
  51. * <<java-rest-high-flush>>
  52. * <<java-rest-high-clear-cache>>
  53. * <<java-rest-high-force-merge>>
  54. * <<java-rest-high-rollover-index>>
  55. * <<java-rest-high-indices-put-settings>>
  56. * <<java-rest-high-get-settings>>
  57. Mapping Management::
  58. * <<java-rest-high-put-mapping>>
  59. Alias Management::
  60. * <<java-rest-high-update-aliases>>
  61. * <<java-rest-high-exists-alias>>
  62. include::indices/create_index.asciidoc[]
  63. include::indices/delete_index.asciidoc[]
  64. include::indices/indices_exists.asciidoc[]
  65. include::indices/open_index.asciidoc[]
  66. include::indices/close_index.asciidoc[]
  67. include::indices/shrink_index.asciidoc[]
  68. include::indices/split_index.asciidoc[]
  69. include::indices/refresh.asciidoc[]
  70. include::indices/flush.asciidoc[]
  71. include::indices/clear_cache.asciidoc[]
  72. include::indices/force_merge.asciidoc[]
  73. include::indices/rollover.asciidoc[]
  74. include::indices/put_mapping.asciidoc[]
  75. include::indices/update_aliases.asciidoc[]
  76. include::indices/exists_alias.asciidoc[]
  77. include::indices/put_settings.asciidoc[]
  78. include::indices/get_settings.asciidoc[]
  79. include::indices/put_template.asciidoc[]
  80. == Cluster APIs
  81. The Java High Level REST Client supports the following Cluster APIs:
  82. * <<java-rest-high-cluster-put-settings>>
  83. include::cluster/put_settings.asciidoc[]