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

No support for max_determinized_states in _source: includes #53739

Closed
JaspreetSinghChahal opened this issue Mar 18, 2020 · 4 comments
Closed
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

Comments

@JaspreetSinghChahal
Copy link

JaspreetSinghChahal commented Mar 18, 2020

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)

@jimczi jimczi added :Search/Search Search-related issues that do not fall into other categories >feature labels Mar 18, 2020
@elasticmachine
Copy link
Collaborator

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

@elasticsearchmachine
Copy link
Collaborator

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

@javanna javanna added >bug and removed >enhancement labels Jun 25, 2024
@benwtrent benwtrent added the priority:normal A label for assessing bug priority to be used by ES engineers label Jul 10, 2024
@benwtrent
Copy link
Member

I wonder if this issue still exists. The way we parse given source values and grab values from _source has changed greatly in the last 4 years.

I would expect complicated source patterns to still fail, but I would expect overall support to have improved.

@jimczi
Copy link
Contributor

jimczi commented Jul 10, 2024

Yes @benwtrent this PR makes the option irrelevant in newer version I think: #72277

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

7 participants