supported-apis.asciidoc 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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-search-template>>
  27. * <<java-rest-high-multi-search>>
  28. * <<java-rest-high-field-caps>>
  29. * <<java-rest-high-rank-eval>>
  30. include::search/search.asciidoc[]
  31. include::search/scroll.asciidoc[]
  32. include::search/multi-search.asciidoc[]
  33. include::search/search-template.asciidoc[]
  34. include::search/field-caps.asciidoc[]
  35. include::search/rank-eval.asciidoc[]
  36. == Miscellaneous APIs
  37. The Java High Level REST Client supports the following Miscellaneous APIs:
  38. * <<java-rest-high-main>>
  39. * <<java-rest-high-ping>>
  40. include::miscellaneous/main.asciidoc[]
  41. include::miscellaneous/ping.asciidoc[]
  42. == Indices APIs
  43. The Java High Level REST Client supports the following Indices APIs:
  44. Index Management::
  45. * <<java-rest-high-create-index>>
  46. * <<java-rest-high-delete-index>>
  47. * <<java-rest-high-indices-exists>>
  48. * <<java-rest-high-open-index>>
  49. * <<java-rest-high-close-index>>
  50. * <<java-rest-high-shrink-index>>
  51. * <<java-rest-high-split-index>>
  52. * <<java-rest-high-refresh>>
  53. * <<java-rest-high-flush>>
  54. * <<java-rest-high-flush-synced>>
  55. * <<java-rest-high-clear-cache>>
  56. * <<java-rest-high-force-merge>>
  57. * <<java-rest-high-rollover-index>>
  58. * <<java-rest-high-indices-put-settings>>
  59. * <<java-rest-high-get-settings>>
  60. Mapping Management::
  61. * <<java-rest-high-put-mapping>>
  62. Alias Management::
  63. * <<java-rest-high-update-aliases>>
  64. * <<java-rest-high-exists-alias>>
  65. include::indices/create_index.asciidoc[]
  66. include::indices/delete_index.asciidoc[]
  67. include::indices/indices_exists.asciidoc[]
  68. include::indices/open_index.asciidoc[]
  69. include::indices/close_index.asciidoc[]
  70. include::indices/shrink_index.asciidoc[]
  71. include::indices/split_index.asciidoc[]
  72. include::indices/refresh.asciidoc[]
  73. include::indices/flush.asciidoc[]
  74. include::indices/flush_synced.asciidoc[]
  75. include::indices/clear_cache.asciidoc[]
  76. include::indices/force_merge.asciidoc[]
  77. include::indices/rollover.asciidoc[]
  78. include::indices/put_mapping.asciidoc[]
  79. include::indices/update_aliases.asciidoc[]
  80. include::indices/exists_alias.asciidoc[]
  81. include::indices/put_settings.asciidoc[]
  82. include::indices/get_settings.asciidoc[]
  83. include::indices/put_template.asciidoc[]
  84. == Cluster APIs
  85. The Java High Level REST Client supports the following Cluster APIs:
  86. * <<java-rest-high-cluster-put-settings>>
  87. include::cluster/put_settings.asciidoc[]
  88. == Ingest APIs
  89. The Java High Level REST Client supports the following Ingest APIs:
  90. * <<java-rest-high-ingest-put-pipeline>>
  91. * <<java-rest-high-ingest-get-pipeline>>
  92. * <<java-rest-high-ingest-delete-pipeline>>
  93. include::ingest/put_pipeline.asciidoc[]
  94. include::ingest/get_pipeline.asciidoc[]
  95. include::ingest/delete_pipeline.asciidoc[]
  96. == Snapshot APIs
  97. The Java High Level REST Client supports the following Snapshot APIs:
  98. * <<java-rest-high-snapshot-get-repository>>
  99. * <<java-rest-high-snapshot-create-repository>>
  100. * <<java-rest-high-snapshot-delete-repository>>
  101. * <<java-rest-high-snapshot-verify-repository>>
  102. include::snapshot/get_repository.asciidoc[]
  103. include::snapshot/create_repository.asciidoc[]
  104. include::snapshot/delete_repository.asciidoc[]
  105. include::snapshot/verify_repository.asciidoc[]
  106. == Tasks APIs
  107. The Java High Level REST Client supports the following Tasks APIs:
  108. * <<java-rest-high-tasks-list>>
  109. include::tasks/list_tasks.asciidoc[]