diff --git a/README.md b/README.md index 59a78fb39..30e100ab7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ Elastic logo # Elasticsearch Java Client +Elasticsearch is a distributed, RESTful search engine optimized for speed and relevance on production-scale workloads. You can use Elasticsearch to perform real-time search over massive datasets for applications including Vector search, Full-text search, Logs, Metrics, Application Performance Monitoring, Security Logs and more ! -The official Java client for [Elasticsearch](https://github.com/elastic/elasticsearch). +This repo has the official Java client for [Elasticsearch](https://github.com/elastic/elasticsearch). The Java client for Elasticsearch provides strongly typed requests and responses for all Elasticsearch APIs. It delegates protocol handling to an http client such as the [Elasticsearch Low Level REST client](https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-low.html) that takes care of all transport-level concerns (http connection establishment and pooling, retries, etc).