supported-apis.asciidoc 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. include::search/search.asciidoc[]
  27. include::search/scroll.asciidoc[]
  28. == Miscellaneous APIs
  29. The Java High Level REST Client supports the following Miscellaneous APIs:
  30. * <<java-rest-high-main>>
  31. * <<java-rest-high-ping>>
  32. include::miscellaneous/main.asciidoc[]
  33. include::miscellaneous/ping.asciidoc[]
  34. == Indices APIs
  35. The Java High Level REST Client supports the following Indices APIs:
  36. Index Management::
  37. * <<java-rest-high-create-index>>
  38. * <<java-rest-high-delete-index>>
  39. * <<java-rest-high-indices-exists>>
  40. * <<java-rest-high-open-index>>
  41. * <<java-rest-high-close-index>>
  42. * <<java-rest-high-shrink-index>>
  43. * <<java-rest-high-split-index>>
  44. * <<java-rest-high-refresh>>
  45. * <<java-rest-high-flush>>
  46. * <<java-rest-high-rollover-index>>
  47. Mapping Management::
  48. * <<java-rest-high-put-mapping>>
  49. Alias Management::
  50. * <<java-rest-high-update-aliases>>
  51. * <<java-rest-high-exists-alias>>
  52. include::indices/create_index.asciidoc[]
  53. include::indices/delete_index.asciidoc[]
  54. include::indices/indices_exists.asciidoc[]
  55. include::indices/open_index.asciidoc[]
  56. include::indices/close_index.asciidoc[]
  57. include::indices/shrink_index.asciidoc[]
  58. include::indices/split_index.asciidoc[]
  59. include::indices/refresh.asciidoc[]
  60. include::indices/flush.asciidoc[]
  61. include::indices/rollover.asciidoc[]
  62. include::indices/put_mapping.asciidoc[]
  63. include::indices/update_aliases.asciidoc[]
  64. include::indices/exists_alias.asciidoc[]
  65. == Cluster APIs
  66. The Java High Level REST Client supports the following Cluster APIs:
  67. * <<java-rest-high-cluster-put-settings>>
  68. include::cluster/put_settings.asciidoc[]