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

Remove use_field_mapping format option for docvalue fields. #55622

Merged
merged 1 commit into from
Apr 27, 2020

Conversation

jtibshirani
Copy link
Contributor

In 7.0, we began formatting docvalue_fields by default using each field's
mapping definition. To ease the transition from 6.x, we added the format
option use_field_mapping. This parameter was deprecated in 7.0, and we can
remove it in 8.0.

In 7.0, we began formatting `docvalue_fields` by default using each field's
mapping definition. To ease the transition from 6.x, we added the format
option `use_field_mapping`. This parameter was deprecated in 7.0, and we can
remove it in 8.0.
@jtibshirani jtibshirani added >breaking :Search/Search Search-related issues that do not fall into other categories v8.0.0 labels Apr 22, 2020
@elasticmachine
Copy link
Collaborator

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

@cjcenizal
Copy link
Contributor

@jtibshirani Do we have docs for the use_field_mapping format option? The closest I could find was https://www.elastic.co/guide/en/elasticsearch/reference/7.x/breaking-changes-7.0.html#_doc_value_fields_default_format.

@jtibshirani
Copy link
Contributor Author

I caught up with @cjcenizal offline -- we don't seem to have other docs.

Copy link
Contributor

@jimczi jimczi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jtibshirani jtibshirani merged commit 724e24d into elastic:master Apr 27, 2020
@jtibshirani jtibshirani deleted the doc-values-format branch April 27, 2020 19:42
pgomulka added a commit to pgomulka/elasticsearch that referenced this pull request Jun 22, 2021
previously removed in elastic#55622 use_field_mapping option can be used on doc
value format under rest api compatibility.
The value itself is ignored (replaced with null) as it is a default
behaviour to use field mapping format.
pgomulka added a commit that referenced this pull request Jun 24, 2021
…#74435)

previously removed in #55622 use_field_mapping option can be used on doc
value format under rest api compatibility.
The value itself is ignored (replaced with null) as it is a default
behaviour to use field mapping format.

relates #51816
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>breaking :Search/Search Search-related issues that do not fall into other categories v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants