elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.64k stars 24.64k forks source link

ESQL: geo_point should load from doc_values if _source is synthetic or disabled #105296

Open nik9000 opened 7 months ago

nik9000 commented 7 months ago

Description

If you create an index with _source in mode: synthetic or mode: disabled we'll still try to load from _source. We should almost certainly load from

elasticsearchmachine commented 7 months ago

Pinging @elastic/es-analytical-engine (Team:Analytics)