-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Follow-up improvements to field retrieval. #60985
Comments
Pinging @elastic/es-search (:Search/Search) |
We've identified two important enhancements that may affect the API. We expect any API changes from these enhancements to be minor, but want to leave open the possibility for small breaks. For example, we may end up returning unmapped fields by default, or omitting nested fields from the root hit. The impact to users should be quite small. We're tracking the issues we need to resolve before removing the 'beta' label here: #60985.
We've identified two important enhancements that may affect the API. We expect any API changes from these enhancements to be minor, but want to leave open the possibility for small breaks. For example, we may end up returning unmapped fields by default, or omitting nested fields from the root hit. The impact to users should be quite small. We're tracking the issues we need to resolve before removing the 'beta' label here: #60985.
We've identified two important enhancements that may affect the API. We expect any API changes from these enhancements to be minor, but want to leave open the possibility for small breaks. For example, we may end up returning unmapped fields by default, or omitting nested fields from the root hit. The impact to users should be quite small. We're tracking the issues we need to resolve before removing the 'beta' label here: #60985.
We discussed how
To clarify, this means that when requesting
|
Since we've addressed all issues and open questions, we can close this out and mark fields as 'GA'. I opened #71130 to remove the 'beta' flag. |
Now that we've addressed the open issues, the 'fields' option can be considered GA. Relates to #60985.
Now that we've addressed the open issues, the 'fields' option can be considered GA. Relates to #60985.
Now that we've addressed the open issues, the 'fields' option can be considered GA. Relates to #60985.
In #55363 we designed a first version of a
fields
option for retrieving document fields during a search. This issue tracks important follow-up changes to 'complete' the feature.Changes that could affect the API (should be resolved before removing 'beta' flag):
flattened
fields.include_unmapped
. Should we limit the number of fields that can be retrieved by the “fields” API #69983Other changes:
_size
. Handle metadata fields in search 'fields' option #63569_index_prefixes
. Text fields should not expose internal field types #63446inner_hits
. Support the search 'fields' option in 'inner_hits'. #61949FieldMapper#valueFetcher
toMappedFieldType
. Move FieldMapper#valueFetcher to MappedFieldType #62974The text was updated successfully, but these errors were encountered: