Closed
Description
Description
Description
The _terms_enum API currently supports keyword, constant_keyword and flattened fields.
Kibana would also like to support ip
field type: elastic/kibana#140266
Opening this issue to discuss if this is possible.
I tried to workaround this limitation in Kibana using terms_agg for suggestions, but this also didn't work:
elastic/kibana#140266 (comment)
Note: there is a similar issue and some progress on version type: #83403