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 13, 2019. It is now read-only.
java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [source.product] 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.
Making this a P1 bug because both my virtualenv and my docker-compose environments are busted. Meaning I can't use SearchKit (aka. the buildhub UI) to query what I have.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See https://gist.github.com/peterbe/9ee7f6faf5bb8a96fab09fc921e3818b
In particular:
This happens when I use
POST http://localhost:8888/v1/buckets/build-hub/collections/releases/search
from the Buildhub web UI locally.My ES schema looks as follows: https://gist.github.com/peterbe/32378af65a99d1085a3501a76c3bc575
So, with ES 5.4.0 can you not cardinality query on a Text field?
The text was updated successfully, but these errors were encountered: