What problem does it solve?
This skill guides developers through provisioning, configuring, and validating an Elastic-powered search application to remove friction when creating indices, managing synonyms, and integrating search into a UI or Kibana.
Core Features & Use Cases
- Index creation & mappings: Use create_index to define indices, mappings, and analyzers for relevance control.
- Search application integration: Provision a search application or integrate programmatic search into a custom front-end or Kibana Discover.
- Synonyms and relevance tuning: Manage synonyms and adjust analyzers to improve query matching.
- Indexing and validation: Index sample data with index_document or bulk_index and verify behavior with search and test_search.
- Use Case: Quickly scaffold a product catalog search with synonyms, tuned relevance, and a simple search UI for demonstration or production testing.
Quick Start
Ask the AI to create an Elastic search application by provisioning a new index with mappings, loading sample data, enabling synonyms, running basic searches for validation, and scaffolding a simple search UI.