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: Allow to have for a field to not be stored and not indexed, but still be included in all #90

Closed
kimchy opened this issue Mar 25, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Mar 25, 2010

By default, fields are indexed, not stored, and included in all. Sometimes, just having the index part of _all is enough. This can now be achieved by setting index to no (previously, this meant it will not be included in _all). In order to remove it from all as well, the includeInAll should be set to false.

@kimchy
Copy link
Member Author

kimchy commented Mar 25, 2010

Mapping: Allow to have for a field to not be stored and not indexed, but still be included in all, closed by 9c0a37d.

rmuir pushed a commit to rmuir/elasticsearch that referenced this issue Nov 8, 2015
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
[1] makes `index.soft_deletes.enabled: True` the index
default. soft_deletes require the doc source stored and if source gets
explicitly disabled during index creation, Elasticsearch will use a
`_recovery_source` [2] instead to store the source.

To allow the execution of no_src benchmarks, explicitly disable
soft_deletes for the specific combinations.

[1] elastic@51800de
[2] elastic#31106

Relates elastic#90
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