Skip to content

Commit 9ebafb5

Browse files
committed
Add README
1 parent 7b9c1ae commit 9ebafb5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rest5-client/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# rest5-client
2+
3+
The Elasticsearch Java client historically used a "Low Level Rest Client" (LLRC) based on Apache http client version 4 to handle http communications and distribution of requests among the nodes of a cluster.
4+
5+
This directory is a port of this client to Apache http client version 5 that is mostly a drop-in replacement, except for the initialization phase.
6+
7+
It is provided as an independent library as a convenience to users who have an existing code based on LLRC and would like to migrate to the more modern Apache http 5 library.

0 commit comments

Comments
 (0)