Browse Source

Update README.asciidoc to include Vector Search etc. (#96888)

* Update README.asciidoc to include Vector Search etc.

* Update README.asciidoc

Co-authored-by: James Rodewig <james.rodewig@elastic.co>

* Update README.asciidoc

Co-authored-by: James Rodewig <james.rodewig@elastic.co>

---------

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
Alvin Richards 2 years ago
parent
commit
85573b947b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      README.asciidoc

+ 6 - 6
README.asciidoc

@@ -1,14 +1,14 @@
 = Elasticsearch
 
-Elasticsearch is the distributed, RESTful search and analytics engine at the
-heart of the https://www.elastic.co/products[Elastic Stack]. You can use
-Elasticsearch to store, search, and manage data for:
+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
-* A search backend
-* Application monitoring
-* Endpoint security
+* Application performance monitoring (APM)
+* Security logs
+
 
 \... and more!