01Executes search queries against indices using Elasticsearch query DSL.
02Lists all available indices within the Elasticsearch cluster.
03Provides mapping information for each index via a dedicated resource endpoint.
04Creates new Elasticsearch indices with customizable mappings and settings.
05Indexes documents into specified indices with optional document ID.