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

Mapping: When _all is disabled, optimize to not gather all entries #722

Closed
kimchy opened this issue Feb 26, 2011 · 1 comment
Closed

Mapping: When _all is disabled, optimize to not gather all entries #722

kimchy opened this issue Feb 26, 2011 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Feb 26, 2011

All entries are not gathered if specific include_in_all mapping is set on field / object level, but, if _all is disabled completely, they are still gathered. Really, don't do that... . Here is a sample mapping when _all is disabled:

{
    "my_type" : {
        "_all" : {
            "enabled" : false
        }
    }
}
@kimchy
Copy link
Member Author

kimchy commented Feb 26, 2011

Mapping: When _all is disabled, optimize to not gather all entries, closed by 4634ca5.

mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
jev001 pushed a commit to jev001/elasticsearch that referenced this issue Dec 28, 2022
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
Upgrades the `elasticsearch-py` client to 8.6.1,
as well as installs the `elastic-transport` 8.4.0.
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant