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

Add ability to mark field as non indexed field #162

Open
r0goyal opened this issue Jun 24, 2016 · 1 comment
Open

Add ability to mark field as non indexed field #162

r0goyal opened this issue Jun 24, 2016 · 1 comment

Comments

@r0goyal
Copy link
Contributor

r0goyal commented Jun 24, 2016

Considering that raw data is stored in HBase, there are scenarios where clients might want to disable indexing on certain fields (Which are huge in size like request/response body).
This data when required can be retrieved from HBase and also helps in reducing elasticsearch index size considerably.
One more reason - elastic-search places a hard limit of 32KB on any field value which is indexed otherwise document is discarded during indexing. This feature will prevent data loss in this scenario.

@santanusinha
Copy link
Collaborator

This is partially done by #271

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

2 participants