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.

API entry from apis.yml

apis.yml Raw ↑
name: Elasticsearch REST API
description: 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.
humanURL: https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-apis.html
baseURL: https://localhost:9200
tags:
- Elasticsearch
- Search
- Document Store
- Analytics
properties:
- type: Documentation
  url: https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-apis.html