-
Notifications
You must be signed in to change notification settings - Fork 25k
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
[DOCS] Fix incorrect use of "updateable" flag in synonyms documentation #120866
[DOCS] Fix incorrect use of "updateable" flag in synonyms documentation #120866
Conversation
💚 CLA has been signed |
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
Hey @ganiamine, thanks for opening this PR! This change LGTM, thanks for the catch 👍 . You will need to sign the CLA for your PR to be accepted, once you do that I'll make sure this is merged. |
Hello @carlosdelest, |
run docs-build |
@elasticmachine test this |
…stic#120866) Co-authored-by: Amine GANI <[email protected]> Co-authored-by: Carlos Delgado <[email protected]>
…stic#120866) Co-authored-by: Amine GANI <[email protected]> Co-authored-by: Carlos Delgado <[email protected]>
…stic#120866) Co-authored-by: Amine GANI <[email protected]> Co-authored-by: Carlos Delgado <[email protected]>
…0866) (#121045) Co-authored-by: Amine GANI <[email protected]> Co-authored-by: Amine GANI <[email protected]>
…0866) (#121044) Co-authored-by: Amine GANI <[email protected]> Co-authored-by: Amine GANI <[email protected]>
…0866) (#121046) Co-authored-by: Amine GANI <[email protected]> Co-authored-by: Amine GANI <[email protected]>
Fixes #120865
This PR fixes the incorrect use of the updateable flag in the Apply synonyms at index or search time documentation.
The previous example incorrectly added the updateable flag to the field mapping, which results in a mapper_parsing_exception. The corrected example applies the updateable flag to the token filter configuration instead.
Changes:
Updated the example code snippet as follows:
Before:
After: