You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
Running this query, I get an empty object (but I think there's an issue about this already), and this error in the server logs:
Fielddata is disabled on text fields by default. Set fielddata=true on [source.tree] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
I'm no expert in ES, so I don't have any idea how I can do what is suggested here; thoughts?
The text was updated successfully, but these errors were encountered:
Doing aggregations for distinct values is very costly for text fields. In our case, our fields are more keywords values (like enums) than proper (full)text.
While fixing #8, we'll have to provide a way to specify the index (index:schema field on the collection metadata, like ui:schema) and we'll be able to specify our mapping types manually.
I'm trying to aggregate distinct values for some nested property value:
Running this query, I get an empty object (but I think there's an issue about this already), and this error in the server logs:
I'm no expert in ES, so I don't have any idea how I can do what is suggested here; thoughts?
The text was updated successfully, but these errors were encountered: