I have just upgrade my server and Elasticsearch in the process. It was running ok previously but now I am seeing this in the server error log.
I have these versions:
XenForo 1.5.8
XenForo Enhanced Search 1.1.5
The Elasticsearch version is 5.0.0-alpha3 and it's returning this with curl:
I have tried:
- Rebuiling the search index
- Disabled dynamic scripting and moved library/XenES/_scripts/* to /etc/elasticsearch/scripts.
- Enabling dynamic scripting by adding the below to /etc/elasticsearch/elasticsearch.yml and restarting Elastic search but this causes another error.
Is there something I am overlooking here?
Cheers.
Code:
XenForo_Exception: Elasticsearch error: {"root_cause":[{"type":"parsing_exception","reason":"no [query] registered for [filtered]","line":1,"col":72}],"type":"parsing_exception","reason":"no [query] registered for [filtered]","line":1,"col":72} - library/XenES/Search/SourceHandler/ElasticSearch.php:894
I have these versions:
XenForo 1.5.8
XenForo Enhanced Search 1.1.5
The Elasticsearch version is 5.0.0-alpha3 and it's returning this with curl:
Code:
{
"name" : "Phalanx",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "5.0.0-alpha3",
"build_hash" : "cad959b",
"build_date" : "2016-05-26T08:25:57.564Z",
"build_snapshot" : false,
"lucene_version" : "6.0.0"
},
"tagline" : "You Know, for Search"
}
I have tried:
- Rebuiling the search index
- Disabled dynamic scripting and moved library/XenES/_scripts/* to /etc/elasticsearch/scripts.
- Enabling dynamic scripting by adding the below to /etc/elasticsearch/elasticsearch.yml and restarting Elastic search but this causes another error.
Code:
script.inline: on
script.indexed: on
Code:
XenForo_Exception: Elasticsearch server returned no response. Is it running? - library/XenES/Search/SourceHandler/ElasticSearch.php:900
Is there something I am overlooking here?
Cheers.