_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

Elasticsearch Mapping

25. 11. 2025 1 min read intermediate

Proper mapping is key for efficient search.

Types

  • text — full-text
  • keyword — exact match, aggregations
  • integer/float
  • date
  • nested
  • geo_point

Mapping

PUT /articles
{
  "mappings": {
    "properties": {
      "title": {"type":"text","analyzer":"english"},
      "slug": {"type":"keyword"},
      "tags": {"type":"keyword"},
      "published_at": {"type":"date"}
    }
  }
}

Mapping = Foundation

Define explicitly. Dynamic = prototypes only.

elasticsearchmappingschema
Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.