overview.asciidoc 464 B

1234567891011
  1. [[java-rest-overview]]
  2. == Overview
  3. The Java REST Client comes with 2 flavors:
  4. * <<java-rest-low>>: which is the official low-level client for Elasticsearch.
  5. It allows to communicate with an Elasticsearch cluster through http and is compatible
  6. with all elasticsearch versions.
  7. * <<java-rest-high>>: which is the official high-level client for Elasticsearch. It adds support
  8. part of the elasticsearch document level and search API on top of the low-level client.