vuestorefront / vue-storefront-api

Vue.js storefront for Magento2 (and not only) - data backend
https://www.vuestorefront.io
MIT License
346 stars 336 forks source link

Failed requests are not failing db rebuild process #188

Open Igloczek opened 5 years ago

Igloczek commented 5 years ago

It was reported on Slack, I don't know the exact version of the module, just got the log of reindex job that should faill, but finished succesfully.

yarn run v1.13.0
$ node scripts/db.js rebuild --indexName vue_storefront_magento1
Elasticsearch INFO: 2019-02-25T13:06:24Z
  Adding connection to http://elasticsearch:9200/

** Hello! I am going to rebuild EXISTING ES index to fix the schema
** Creating temporary index vue_storefront_magento1_1551099985
Elasticsearch DEBUG: 2019-02-25T13:06:24Z
  starting request {
    "method": "DELETE",
    "path": "/*/_alias/vue_storefront_magento1_1551099985",
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:24Z
  Request complete

Public index alias does not exists [aliases_not_found_exception] aliases [vue_storefront_magento1_1551099985] missing, with { resource.type="aliases" & resource.id="vue_storefront_magento1_1551099985" }
Elasticsearch DEBUG: 2019-02-25T13:06:24Z
  starting request {
    "method": "DELETE",
    "path": "/vue_storefront_magento1_1551099985",
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:24Z
  Request complete

Elasticsearch DEBUG: 2019-02-25T13:06:24Z
  starting request {
    "method": "PUT",
    "path": "/vue_storefront_magento1_1551099985",
    "body": {
      "settings": {
        "analysis": {
          "tokenizer": {
            "comma": {
              "type": "pattern",
              "pattern": ","
            }
          },
          "analyzer": {
            "comma": {
              "type": "custom",
              "tokenizer": "comma"
            }
          }
        }
      }
    },
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  Request complete

{ acknowledged: true,
  shards_acknowledged: true,
  index: 'vue_storefront_magento1_1551099985' }
** Putting the mappings on top of vue_storefront_magento1_1551099985
Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  starting request {
    "method": "PUT",
    "path": "/vue_storefront_magento1_1551099985/_mapping/product",
    "body": {
      "properties": {
        "sku": {
          "type": "keyword"
        },
        "url_key": {
          "type": "keyword"
        },
        "slug": {
          "type": "keyword"
        },
        "size": {
          "type": "integer"
        },
        "size_options": {
          "type": "integer"
        },
        "price": {
          "type": "float"
        },
        "has_options": {
          "type": "integer"
        },
        "special_price": {
          "type": "float"
        },
        "color": {
          "type": "integer"
        },
        "color_options": {
          "type": "integer"
        },
        "pattern": {
          "type": "text"
        },
        "id": {
          "type": "long"
        },
        "status": {
          "type": "integer"
        },
        "weight": {
          "type": "integer"
        },
        "visibility": {
          "type": "integer"
        },
        "created_at": {
          "type": "date",
          "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
        },
        "updated_at": {
          "type": "date",
          "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
        },
        "special_from_date": {
          "type": "date",
          "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
        },
        "special_to_date": {
          "type": "date",
          "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
        },
        "news_from_date": {
          "type": "date",
          "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
        },
        "news_to_date": {
          "type": "date",
          "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
        },
        "description": {
          "type": "text"
        },
        "name": {
          "type": "text"
        },
        "configurable_children": {
          "properties": {
            "url_key": {
              "type": "keyword"
            },
            "sku": {
              "type": "keyword"
            },
            "has_options": {
              "type": "boolean"
            },
            "price": {
              "type": "float"
            },
            "special_price": {
              "type": "float"
            }
          }
        },
        "configurable_options": {
          "properties": {
            "attribute_id": {
              "type": "long"
            },
            "default_label": {
              "type": "text"
            },
            "label": {
              "type": "text"
            },
            "frontend_label": {
              "type": "text"
            },
            "store_label": {
              "type": "text"
            },
            "values": {
              "properties": {
                "default_label": {
                  "type": "text"
                },
                "label": {
                  "type": "text"
                },
                "frontend_label": {
                  "type": "text"
                },
                "store_label": {
                  "type": "text"
                },
                "value_index": {
                  "type": "keyword"
                }
              }
            }
          }
        },
        "category_ids": {
          "type": "long"
        },
        "eco_collection": {
          "type": "integer"
        },
        "eco_collection_options": {
          "type": "integer"
        },
        "erin_recommends": {
          "type": "integer"
        },
        "tax_class_id": {
          "type": "integer"
        },
        "position": {
          "type": "integer"
        },
        "required_options": {
          "type": "integer"
        },
        "Size_options": {
          "type": "keyword"
        },
        "Color_options": {
          "type": "keyword"
        }
      }
    },
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  Request complete

{ acknowledged: true }
Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  starting request {
    "method": "PUT",
    "path": "/vue_storefront_magento1_1551099985/_mapping/taxrule",
    "body": {
      "properties": {
        "id": {
          "type": "long"
        },
        "rates": {
          "properties": {
            "rate": {
              "type": "float"
            }
          }
        }
      }
    },
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  Request complete

{ acknowledged: true }
Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  starting request {
    "method": "PUT",
    "path": "/vue_storefront_magento1_1551099985/_mapping/attribute",
    "body": {
      "properties": {
        "id": {
          "type": "long"
        },
        "attribute_id": {
          "type": "long"
        },
        "options": {
          "properties": {
            "value": {
              "type": "text",
              "index": "not_analyzed"
            }
          }
        }
      }
    },
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  Request complete

{ acknowledged: true }
Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  starting request {
    "method": "PUT",
    "path": "/vue_storefront_magento1_1551099985/_mapping/cms_page",
    "body": {
      "properties": {
        "id": {
          "type": "long"
        },
        "identifier": {
          "type": "keyword"
        },
        "creation_time": {
          "type": "date",
          "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
        },
        "update_time": {
          "type": "date",
          "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
        }
      }
    },
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  Request complete

{ acknowledged: true }
Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  starting request {
    "method": "PUT",
    "path": "/vue_storefront_magento1_1551099985/_mapping/cms_block",
    "body": {
      "properties": {
        "id": {
          "type": "long"
        },
        "identifier": {
          "type": "keyword"
        },
        "creation_time": {
          "type": "date",
          "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
        },
        "update_time": {
          "type": "date",
          "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
        }
      }
    },
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  Request complete

{ acknowledged: true }
Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  starting request {
    "method": "PUT",
    "path": "/vue_storefront_magento1_1551099985/_mapping/category",
    "body": {
      "properties": {
        "url_key": {
          "type": "keyword"
        },
        "is_active": {
          "type": "boolean"
        },
        "product_count": {
          "type": "integer"
        },
        "parent_id": {
          "type": "integer"
        },
        "created_at": {
          "type": "date",
          "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
        },
        "updated_at": {
          "type": "date",
          "format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
        }
      }
    },
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  Request complete

{ acknowledged: true }
** We will reindex vue_storefront_magento1 with the current schema
Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  starting request {
    "method": "POST",
    "path": "/_reindex",
    "body": {
      "source": {
        "index": "vue_storefront_magento1"
      },
      "dest": {
        "index": "vue_storefront_magento1_1551099985"
      }
    },
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  Request complete

{ Error: Bad Request
    at respond (/var/www/node_modules/elasticsearch/src/lib/transport.js:308:15)
    at checkRespForFailure (/var/www/node_modules/elasticsearch/src/lib/transport.js:267:7)
    at HttpConnector.<anonymous> (/var/www/node_modules/elasticsearch/src/lib/connectors/http.js:166:7)
    at IncomingMessage.wrapper (/var/www/node_modules/lodash/lodash.js:4935:19)
    at IncomingMessage.emit (events.js:194:15)
    at endReadableNT (_stream_readable.js:1103:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
  status: 400,
  displayName: 'BadRequest',
  message: 'Bad Request',
  path: '/_reindex',
  query: {},
  body:
   { took: 330,
     timed_out: false,
     total: 19482,
     updated: 8,
     created: 910,
     deleted: 0,
     batches: 1,
     version_conflicts: 0,
     noops: 0,
     retries: { bulk: 0, search: 0 },
     throttled_millis: 0,
     requests_per_second: -1,
     throttled_until_millis: 0,
     failures:
      [ [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object] ] },
  statusCode: 400,
  response:
   '{"took":330,"timed_out":false,"total":19482,"updated":8,"created":910,"deleted":0,"batches":1,"version_conflicts":0,"noops":0,"retries":{"bulk":0,"search":0},"throttled_millis":0,"requests_per_second":-1.0,"throttled_until_millis":0,"failures":[{"index":"vue_storefront_magento1_1551099985","type":"attribute","id":"613","cause":{"type":"illegal_argument_exception","reason":"mapper [options.label] of different type, current_type [text], merged_type [long]"},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"15862","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4e529190; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"51792","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@1e0747e0; line: 1, column: 879]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9467","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@51318f21; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13765","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@73cd555a; line: 1, column: 864]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9468","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@294994a2; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9843","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@d55ee2c; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"44629","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@50402020; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38787","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@493ec8f7; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"39568","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@2cb7a9f6; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38797","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@e3106c2; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"39567","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5f217604; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13712","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@60e76467; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13714","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@718e8994; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"43978","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@778f8671; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"48721","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@23ca5fd2; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"46608","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@7855c390; line: 1, column: 870]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"11308","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@7d122727; line: 1, column: 869]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"46606","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@76258afa; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"46655","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@7607f23; line: 1, column: 870]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"12097","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@51ff751c; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9539","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@3db85b1b; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"46495","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@6790640c; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"10912","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@630d86ba; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"49497","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@49705852; line: 1, column: 862]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"5576","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@366fa2e4; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"5527","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@52bb0021; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"5542","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5d0c749a; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"46300","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@16f505a1; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"48784","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5d46fd19; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"6955","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@57f65498; line: 1, column: 876]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"39569","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@69604258; line: 1, column: 870]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38913","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@57068ad8; line: 1, column: 864]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"14450","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@3d421b14; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"12848","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5875cab0; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"8407","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@33ec2164; line: 1, column: 869]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38804","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@50df3d8b; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"39566","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@7de8163f; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38651","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@bbe6378; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38654","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@590b946a; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38967","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@7091d9a5; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"51816","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4d756066; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38667","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@35a87f13; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38668","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@30850508; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38657","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4e27ae4c; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38659","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@283791be; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"7741","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5e91334c; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"14555","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4624d0d3; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"6957","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@35824395; line: 1, column: 876]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"3497","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@212c8efa; line: 1, column: 869]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"15873","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@76f0c2c0; line: 1, column: 871]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"29698","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@16322685; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"23301","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@310b513d; line: 1, column: 859]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9231","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@749542b8; line: 1, column: 869]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9861","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4836828; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"49444","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@3027033; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"43708","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@686b4bd7; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"39872","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@363554e0; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9854","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@2968b826; line: 1, column: 869]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"43911","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@39fbc6d0; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"11759","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@b7c17cb; line: 1, column: 864]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"11876","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@1772d010; line: 1, column: 869]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"12049","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@7b37e350; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"12045","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@1c9d67a0; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13816","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@77b4e9b7; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13057","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@76475501; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"50288","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@32ae05fa; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"14720","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@45f9c468; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"14735","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@15507431; line: 1, column: 864]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"14749","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5973d4c7; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"52335","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@1bb08bc6; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"52168","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@1061d65c; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"52167","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@686d99d; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13306","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4194e066; line: 1, column: 872]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"51112","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5ee5ad29; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13055","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4028439f; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13056","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@70523036; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"15349","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@16a3798a; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9857","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@655c1292; line: 1, column: 871]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"15868","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@676a911d; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"7903","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@658ce46; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"14002","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@b3a982e; line: 1, column: 867]"}},"status":400}]}',
  toString: [Function],
  toJSON: [Function] }
{ Error: Bad Request
    at respond (/var/www/node_modules/elasticsearch/src/lib/transport.js:308:15)
    at checkRespForFailure (/var/www/node_modules/elasticsearch/src/lib/transport.js:267:7)
    at HttpConnector.<anonymous> (/var/www/node_modules/elasticsearch/src/lib/connectors/http.js:166:7)
    at IncomingMessage.wrapper (/var/www/node_modules/lodash/lodash.js:4935:19)
    at IncomingMessage.emit (events.js:194:15)
    at endReadableNT (_stream_readable.js:1103:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)
  status: 400,
  displayName: 'BadRequest',
  message: 'Bad Request',
  path: '/_reindex',
  query: {},
  body:
   { took: 330,
     timed_out: false,
     total: 19482,
     updated: 8,
     created: 910,
     deleted: 0,
     batches: 1,
     version_conflicts: 0,
     noops: 0,
     retries: { bulk: 0, search: 0 },
     throttled_millis: 0,
     requests_per_second: -1,
     throttled_until_millis: 0,
     failures:
      [ [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object],
        [Object] ] },
  statusCode: 400,
  response:
   '{"took":330,"timed_out":false,"total":19482,"updated":8,"created":910,"deleted":0,"batches":1,"version_conflicts":0,"noops":0,"retries":{"bulk":0,"search":0},"throttled_millis":0,"requests_per_second":-1.0,"throttled_until_millis":0,"failures":[{"index":"vue_storefront_magento1_1551099985","type":"attribute","id":"613","cause":{"type":"illegal_argument_exception","reason":"mapper [options.label] of different type, current_type [text], merged_type [long]"},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"15862","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4e529190; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"51792","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@1e0747e0; line: 1, column: 879]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9467","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@51318f21; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13765","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@73cd555a; line: 1, column: 864]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9468","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@294994a2; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9843","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@d55ee2c; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"44629","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@50402020; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38787","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@493ec8f7; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"39568","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@2cb7a9f6; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38797","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@e3106c2; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"39567","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5f217604; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13712","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@60e76467; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13714","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@718e8994; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"43978","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@778f8671; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"48721","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@23ca5fd2; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"46608","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@7855c390; line: 1, column: 870]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"11308","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@7d122727; line: 1, column: 869]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"46606","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@76258afa; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"46655","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@7607f23; line: 1, column: 870]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"12097","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@51ff751c; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9539","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@3db85b1b; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"46495","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@6790640c; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"10912","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@630d86ba; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"49497","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@49705852; line: 1, column: 862]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"5576","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@366fa2e4; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"5527","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@52bb0021; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"5542","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5d0c749a; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"46300","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@16f505a1; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"48784","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5d46fd19; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"6955","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@57f65498; line: 1, column: 876]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"39569","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@69604258; line: 1, column: 870]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38913","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@57068ad8; line: 1, column: 864]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"14450","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@3d421b14; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"12848","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5875cab0; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"8407","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@33ec2164; line: 1, column: 869]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38804","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@50df3d8b; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"39566","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@7de8163f; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38651","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@bbe6378; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38654","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@590b946a; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38967","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@7091d9a5; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"51816","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4d756066; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38667","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@35a87f13; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38668","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@30850508; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38657","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4e27ae4c; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"38659","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@283791be; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"7741","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5e91334c; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"14555","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4624d0d3; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"6957","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@35824395; line: 1, column: 876]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"3497","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@212c8efa; line: 1, column: 869]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"15873","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@76f0c2c0; line: 1, column: 871]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"29698","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@16322685; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"23301","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@310b513d; line: 1, column: 859]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9231","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@749542b8; line: 1, column: 869]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9861","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4836828; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"49444","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@3027033; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"43708","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@686b4bd7; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"39872","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@363554e0; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9854","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@2968b826; line: 1, column: 869]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"43911","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@39fbc6d0; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"11759","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@b7c17cb; line: 1, column: 864]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"11876","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@1772d010; line: 1, column: 869]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"12049","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@7b37e350; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"12045","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@1c9d67a0; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13816","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@77b4e9b7; line: 1, column: 865]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13057","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@76475501; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"50288","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@32ae05fa; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"14720","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@45f9c468; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"14735","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@15507431; line: 1, column: 864]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"14749","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_TRUE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5973d4c7; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"52335","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@1bb08bc6; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"52168","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@1061d65c; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"52167","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@686d99d; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13306","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4194e066; line: 1, column: 872]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"51112","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5ee5ad29; line: 1, column: 866]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13055","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@4028439f; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"13056","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@70523036; line: 1, column: 868]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"15349","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@16a3798a; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"9857","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@655c1292; line: 1, column: 871]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"15868","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@676a911d; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"7903","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@658ce46; line: 1, column: 867]"}},"status":400},{"index":"vue_storefront_magento1_1551099985","type":"product","id":"14002","cause":{"type":"mapper_parsing_exception","reason":"failed to parse [has_options]","caused_by":{"type":"json_parse_exception","reason":"Current token (VALUE_FALSE) not numeric, can not use numeric value accessors\\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@b3a982e; line: 1, column: 867]"}},"status":400}]}',
  toString: [Function],
  toJSON: [Function] }
** Removing the original index
Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  starting request {
    "method": "DELETE",
    "path": "/vue_storefront_magento1",
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  Request complete

{ acknowledged: true }
** Creating alias
Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  starting request {
    "method": "DELETE",
    "path": "/vue_storefront_magento1/_alias/vue_storefront_magento1_1551099985",
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  Request complete

Public index alias does not exists [index_not_found_exception] no such index, with { resource.type="index_or_alias" & resource.id="vue_storefront_magento1" & index_uuid="_na_" & index="vue_storefront_magento1" }
Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  starting request {
    "method": "PUT",
    "path": "/vue_storefront_magento1_1551099985/_alias/vue_storefront_magento1",
    "query": {}
  }

Elasticsearch DEBUG: 2019-02-25T13:06:25Z
  Request complete

Index alias created { acknowledged: true }
Done! Bye!
Done in 1.08s.
ResuBaka commented 5 years ago

I found the problem on the current master commit a1223f352945bf5e17c8e948caf488da52789247. Which is tag v1.8.1.