No support for max_determinized_states in _source: includes #53739
Labels
>bug
priority:normal
A label for assessing bug priority to be used by ES engineers
:Search/Search
Search-related issues that do not fall into other categories
Team:Search
Meta label for search team
Elasticsearch version : 7.*
There is no option to specify max_determinized_states in source filtering.
_source:{
"includes":["field1",..........]
}
specifying more than 1000 fields leads to "too_complex_to_detrmine_exception_error". So even if more than 1000 fields are supported in index there is no way to selectively return them (especially in reindex)
The text was updated successfully, but these errors were encountered: