-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Keep elasticsearch core small #10368
Copy link
Copy link
Closed
Description
Over time we accumulated a lot of features in elasticsearch core which have different status. Some of them are very important building blocks while other ones are only useful for esoteric use-cases or have known issues. Keeping the core small is important for a variety of reasons so maybe we should consider creating a new elasticsearch-extra plugin, with a best-effort only backward compatibility policy, which would contain such esoteric features.
Some ideas of what could move from core to such a plugin:
- the
token_countfield mapper (esoteric) - the
murmur3field mapper (not really needed) - the
fuzzy_like_thisquery (super costly + esoteric) - the
top_childrenquery (questionable approximation) - the
significant_termsaggregation (scalability issues on large data) - the
scripted_metricaggregation (useful for experimentation but hard to use and slow)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.