Hi chirvokd,
When I ran the program, and executed the method loadResults of AbstractAppService, the result json object was as follows:
{
"level": "ERROR",
"statusCode": 500,
"component": "APP",
"service": "spring-es",
"timestamp": "2017-08-31 15:21:24",
"message": "all shards failed",
"errorNumber": null
}
But in fact, my elasticsearch server status is ok. When I call http://127.0.0.1:9200/_search/, the server returned the correct json data . How to handle this issue? Thanks in advance.
Hi chirvokd,
When I ran the program, and executed the method loadResults of AbstractAppService, the result json object was as follows:
{
"level": "ERROR",
"statusCode": 500,
"component": "APP",
"service": "spring-es",
"timestamp": "2017-08-31 15:21:24",
"message": "all shards failed",
"errorNumber": null
}
But in fact, my elasticsearch server status is ok. When I call http://127.0.0.1:9200/_search/, the server returned the correct json data . How to handle this issue? Thanks in advance.