-
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
Mapper: Ability to disable storing the "source" field #66
Comments
Mapper: Ability to disable storing the "source" field, closed by 3a55998. |
rmuir
pushed a commit
to rmuir/elasticsearch
that referenced
this issue
Nov 8, 2015
Closes elastic#66. (cherry picked from commit fb3b288)
maabernethy
pushed a commit
to maabernethy/elasticsearch
that referenced
this issue
Mar 20, 2017
update issue 11310
ClaudioMFreitas
pushed a commit
to ClaudioMFreitas/elasticsearch-1
that referenced
this issue
Nov 12, 2019
Small cosmetically fixes in the REAMDME
cbuescher
pushed a commit
to cbuescher/elasticsearch
that referenced
this issue
Oct 2, 2023
Closes elastic#54 Relates elastic#66
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The source field is used to store the actual json that was indexed. Have the ability to disable storing it.
Disclaimer: Some features in elasticsearch might, in the future, require accessing the source field. When disabled, this features will simply not work. It is preferable to keep it on.
Disabling the source field can be done using the following mapping:
It can be disabled for all dynamic mappings created using the shared dynamic mapping definition.
The text was updated successfully, but these errors were encountered: