Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch
7.42k
stars
1.15k
forks
source link
After provide time format I get; (elastic: Error 400 (Bad Request): all shards failed [type=search_phase_execution_exception] ) error #1646
Closed
orhan-cmd closed 2 years ago
Please use the following questions as a guideline to help me answer your issue/question without further inquiry. Thank you.
Which version of Elastic are you using?
[ v] elastic.v7 (for Elasticsearch 7.x)
Please describe the expected behavior
After running following code I get elastic error that :
Error 400 (Bad Request): all shards failed [type=search_phase_execution_exception] error;
When I set
f
as "yyyy-MM-dd HH:mm:ss" everything works as expected.Please describe the actual behavior
result with no error.