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
wants to merge 1 commit into
base: 2.x
Choose a base branch
from
Open

Using keyword instead of text for field color #784

wants to merge 1 commit into from

Conversation

sachinaraballi
Copy link

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."
      }
    ]
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant