Add pre-built named normalizers #53872
Labels
>enhancement
:Search Foundations/Mapping
Index mappings, including merging and defining field types
:Search Relevance/Analysis
How text is split into tokens
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
Team:Search Relevance
Meta label for the Search Relevance team in Elasticsearch
Like Analyzers, can we ship elasticsearch with some named defaults for normalizers?
One obvious example being "lowercase".
I'm not sure how we would handle any name-clashes with existing user-defined normalizers but it would make life simpler for users.
The new wildcard field is an example where making a field case insensitive is a common requirement. Ideally this would need a one-liner in the mapping rather than users having to mess with analysis settings and token filters.
The text was updated successfully, but these errors were encountered: