Add ignored field values to synthetic source (#107567)

* Add ignored field values to synthetic source

* Update docs/changelog/107567.yaml

* initialize map

* yaml fix

* add node feature

* add comments

* small fixes

* missing cluster feature in yaml

* constants for chars, stored fields

* remove duplicate method

* throw exception on parse failure

* remove Base64 encoding

* add assert on IgnoredValuesFieldMapper::write

* changes from review

* simplify logic

* add comment

* rename classes

* rename _ignored_values to _ignored_source

* rename _ignored_values to _ignored_source
This commit is contained in:
Kostas Krikellas 2024-04-26 15:35:31 +03:00 committed by GitHub
parent af0c9566e5
commit 3183e6d6c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 1059 additions and 166 deletions

View file

@ -426,6 +426,7 @@ module org.elasticsearch.server {
org.elasticsearch.rest.RestFeatures,
org.elasticsearch.indices.IndicesFeatures,
org.elasticsearch.action.admin.cluster.allocation.AllocationStatsFeatures,
org.elasticsearch.index.mapper.MapperFeatures,
org.elasticsearch.search.retriever.RetrieversFeatures;
uses org.elasticsearch.plugins.internal.SettingsExtension;