Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Using keyword instead of text for field color#784

Open
sachinaraballi wants to merge 1 commit into
elastic:2.xfrom
sachinaraballi:patch-1
Open

Using keyword instead of text for field color#784
sachinaraballi wants to merge 1 commit into
elastic:2.xfrom
sachinaraballi:patch-1

Conversation

@sachinaraballi

Copy link
Copy Markdown

Getting an error message on Kibana console 6.4.2
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "Fielddata is disabled on text fields by default. Set fielddata=true on [color] 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."
}
]

Getting an error message on Kibana console 6.4.2
"error": {
    "root_cause": [
      {
        "type": "illegal_argument_exception",
        "reason": "Fielddata is disabled on text fields by default. Set fielddata=true on [color] 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."
      }
    ]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant