supported-apis.asciidoc 2.6 KB

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