apis.asciidoc 496 B

123456789101112131415161718192021
  1. [[java-rest-high-supported-apis]]
  2. == Supported APIs
  3. The Java High Level REST Client supports the following APIs:
  4. .Single document APIs
  5. * <<java-rest-high-document-index>>
  6. * <<java-rest-high-document-get>>
  7. * <<java-rest-high-document-delete>>
  8. * <<java-rest-high-document-update>>
  9. .Multi-document APIs
  10. * <<java-rest-high-document-bulk>>
  11. .Search APIs
  12. * <<java-rest-high-search>>
  13. * <<java-rest-high-search-scroll>>
  14. * <<java-rest-high-clear-scroll>>
  15. .Miscellaneous APIs
  16. * <<java-rest-high-main>>