An open API service indexing awesome lists of open source software.

https://github.com/codelibs/elasticsearch-httpclient

Elasticsearch HTTP Rest Client
https://github.com/codelibs/elasticsearch-httpclient

elasticsearch

Last synced: 2 months ago
JSON representation

Elasticsearch HTTP Rest Client

Awesome Lists containing this project

README

        

elasticsearch-httpclient
[![Java CI with Maven](https://github.com/codelibs/elasticsearch-httpclient/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/elasticsearch-httpclient/actions/workflows/maven.yml)
=============

HttpClient provided by elasticsearch-httpclient is HTTP-based implementation for org.elasticsearch.client.Client.
You can replace TranportClient with this HttpClient to access to Elasticsearch with HTTP port.