Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move analyzer resolution in mappings from parse to build #94985

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

romseygeek
Copy link
Contributor

Analyzers are currently resolved in the parse phase, meaning that by the
time we build mappings we no longer have any references to IndexAnalyzers.
In future, we would like to move analysis resolution entirely into the build
phase, making it possible to construct catch-all text fields that are still
distinguished by analyzers. This commit is a first step, deferring analyzer
resolution in text-based fields to build and converting analyzer parameters
to be string-based.

@romseygeek romseygeek added :Search/Mapping Index mappings, including merging and defining field types >refactoring v8.8.0 labels Apr 3, 2023
@romseygeek romseygeek self-assigned this Apr 3, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search (Team:Search)

@elasticsearchmachine elasticsearchmachine added the Team:Search Meta label for search team label Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>refactoring :Search/Mapping Index mappings, including merging and defining field types Team:Search Meta label for search team v8.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants