elastic / elasticsearch

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

ESQL: simplify serialization of new EsField #117401

Open costin opened 5 days ago

costin commented 5 days ago

Description

Especially for search related cases, it's common to add new EsFields to the code base however currently this requires introducing not just a new class but also registering the new serialization. This can be simplified and made more pluggable.

elasticsearchmachine commented 5 days ago

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