supported-apis.asciidoc 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. include::document/index.asciidoc[]
  14. include::document/get.asciidoc[]
  15. include::document/delete.asciidoc[]
  16. include::document/update.asciidoc[]
  17. include::document/bulk.asciidoc[]
  18. == Search APIs
  19. The Java High Level REST Client supports the following Search APIs:
  20. * <<java-rest-high-search>>
  21. * <<java-rest-high-search-scroll>>
  22. * <<java-rest-high-clear-scroll>>
  23. include::search/search.asciidoc[]
  24. include::search/scroll.asciidoc[]
  25. == Miscellaneous APIs
  26. The Java High Level REST Client supports the following Miscellaneous APIs:
  27. * <<java-rest-high-main>>
  28. include::miscellaneous/main.asciidoc[]
  29. == Indices APIs
  30. The Java High Level REST Client supports the following Indices APIs:
  31. Index Management::
  32. * <<java-rest-high-create-index>>
  33. * <<java-rest-high-delete-index>>
  34. * <<java-rest-high-indices-exists>>
  35. * <<java-rest-high-open-index>>
  36. * <<java-rest-high-close-index>>
  37. * <<java-rest-high-shrink-index>>
  38. * <<java-rest-high-split-index>>
  39. * <<java-rest-high-rollover-index>>
  40. Mapping Management::
  41. * <<java-rest-high-put-mapping>>
  42. Alias Management::
  43. * <<java-rest-high-update-aliases>>
  44. * <<java-rest-high-exists-alias>>
  45. include::indices/create_index.asciidoc[]
  46. include::indices/delete_index.asciidoc[]
  47. include::indices/indices_exists.asciidoc[]
  48. include::indices/open_index.asciidoc[]
  49. include::indices/close_index.asciidoc[]
  50. include::indices/shrink_index.asciidoc[]
  51. include::indices/split_index.asciidoc[]
  52. include::indices/rollover.asciidoc[]
  53. include::indices/put_mapping.asciidoc[]
  54. include::indices/update_aliases.asciidoc[]
  55. include::indices/exists_alias.asciidoc[]
  56. == Cluster APIs
  57. The Java High Level REST Client supports the following Cluster APIs:
  58. * <<java-rest-high-cluster-put-settings>>
  59. include::cluster/put_settings.asciidoc[]