rivasalmir

Untitled

May 4th, 2020
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.77 KB | None | 0 0
  1. {
  2.    "error":{
  3.       "root_cause":[
  4.          {
  5.             "type":"illegal_argument_exception",
  6.             "reason":"Fielddata is disabled on text fields by default. Set fielddata=true on [category_ids] 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."
  7.          }
  8.       ],
  9.       "type":"search_phase_execution_exception",
  10.       "reason":"all shards failed",
  11.       "phase":"query",
  12.       "grouped":true,
  13.       "failed_shards":[
  14.          {
  15.             "shard":0,
  16.             "index":"magento2_product_3_v1",
  17.             "node":"pWzAWuqwRW6sCkyUWRhVhg",
  18.             "reason":{
  19.                "type":"illegal_argument_exception",
  20.                "reason":"Fielddata is disabled on text fields by default. Set fielddata=true on [category_ids] 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."
  21.             }
  22.          }
  23.       ],
  24.       "caused_by":{
  25.          "type":"illegal_argument_exception",
  26.          "reason":"Fielddata is disabled on text fields by default. Set fielddata=true on [category_ids] 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.",
  27.          "caused_by":{
  28.             "type":"illegal_argument_exception",
  29.             "reason":"Fielddata is disabled on text fields by default. Set fielddata=true on [category_ids] 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."
  30.          }
  31.       }
  32.    },
  33.    "status":400
  34. }
Add Comment
Please, Sign In to add comment