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

Enable fielddata for columns of type 'phrase' and 'phrase_array' #32

Closed
eeeebbbbrrrr opened this issue Sep 2, 2015 · 0 comments
Closed

Comments

@eeeebbbbrrrr
Copy link
Collaborator

Coming out of #31, I think it makes sense to enable fielddata for columns of type 'phrase' and 'phrase_array'.

Doing so will enable zdb_tally() and zdb_significant_terms() to work with such fields, which could be extremely useful for building word-clouds (or whatever) over columns that contain "short text".

The downside will be that ES will keep a fielddata cache for these fields, and if the data is dense (and if there's a lot of it), this could have negative impacts to ES' memory management. But ya gotta pay to play.

@eeeebbbbrrrr eeeebbbbrrrr self-assigned this Sep 2, 2015
eeeebbbbrrrr added a commit that referenced this issue Sep 2, 2015
issue #32:  turn on fielddata for columns of type phrase/phrase_array
SaltyDavidselph added a commit that referenced this issue Oct 1, 2020
zdb_tally changed to zdb.tally
Count changed to reverse count
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