SearchPhaseExecutionException[Failed to execute phase [query], all shards failed]

前端 未结 2 1847
野性不改
野性不改 2020-12-29 07:04

Recently our server was rebooted without correctly shutting down the Elastic Search / Kibana. After that reboot, both applications were running but no indices were getting c

2条回答
  •  旧时难觅i
    2020-12-29 07:53

    1. Try to delete your index and create it again. Helps sometimes.

    2. Or maybe you are trying to query for an int and string field inside the same query.

提交回复
热议问题