I use tires and elasticsearch. The service started using port 9200. However, it returned 2 errors:
"org.elasticsearch.search.SearchParseException: [countries][0]: from[-1],size[-1]: Parse Failure [Failed to parse source [{"query":{"query_string":{"query":"name:"}}}]]"
and
"Caused by: org.apache.lucene.queryParser.ParseException: Cannot parse 'name:': Encountered "<EOF>" at line 1, column 5."
So, I reinstalled elasticsearch and the service container. Service starts fine.
Now, when I perform a search using the bus, I do not get any results when the results appear, and I do not receive any error messages.
Does anyone know how I can find out what is wrong, not to mention this?
Damien roche
source share