Elasticsearch REST API
Elasticsearch is a distributed, RESTful search and analytics engine built on Apache Lucene. Elasticsearch uses a schemaless approach where documents can be indexed without a predefined mapping, with dynamic mapping automatically inferring field types. It is commonly used for full-text search, log analytics, and real-time data exploration.