supported-apis.asciidoc 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. Mapping Management::
  40. * <<java-rest-high-put-mapping>>
  41. Alias Management::
  42. * <<java-rest-high-update-aliases>>
  43. * <<java-rest-high-exists-alias>>
  44. include::indices/create_index.asciidoc[]
  45. include::indices/delete_index.asciidoc[]
  46. include::indices/indices_exists.asciidoc[]
  47. include::indices/open_index.asciidoc[]
  48. include::indices/close_index.asciidoc[]
  49. include::indices/shrink_index.asciidoc[]
  50. include::indices/split_index.asciidoc[]
  51. include::indices/put_mapping.asciidoc[]
  52. include::indices/update_aliases.asciidoc[]
  53. include::indices/exists_alias.asciidoc[]