File tree 2 files changed +5
-14
lines changed 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
- = Elasticsearch Java High-level client
2
-
3
- The {es} Java High-level REST Client is an experimental Java client for {es} .
4
- It removes all dependencies to the {es} server code base.
5
-
6
- * <<introduction>>
7
- * <<installation>>
8
- * <<connecting>>
1
+ = Elasticsearch Java API Client
9
2
10
3
:branch: master
11
4
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
Original file line number Diff line number Diff line change 3
3
4
4
experimental[]
5
5
6
- This is the official Java high-level REST client for {es}. It works on the top
7
- of the Java low-level REST client. The client provides strongly typed requests
8
- and responses for all {es} APIs. It delegates protocol handling to an http
9
- client such as the
6
+ This is the official Java API client for {es}. The client provides strongly
7
+ typed requests and responses for all {es} APIs. It delegates protocol handling
8
+ to an http client such as the
10
9
https://www.elastic.co/guide/en/elasticsearch/client/java-rest/master/java-rest-low.html[{es} Low Level REST client]
11
- that takes care of all transport-level concerns. This page gives a quick
12
- overview about the features of the client.
10
+ that takes care of all transport-level concerns.
You can’t perform that action at this time.
0 commit comments