Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am trying to search and looking at the response i get the following error:
Response: {
"error" : { "rootcause" : [ { "type" : "parsingexception", "reason" : "no [query] registered for [filtered]", "line" : 5, "col" : 17 } ], "type" : "parsing_exception", "reason" : "no [query] registered for [filtered]", "line" : 5, "col" : 17 }, "status" : 400
I am using elastic 512, it looks like with that version the filtered query has been deprecated and removed in ES 5.0. You should now use the bool/must/filter query instead. Looking at nest docs https://github.com/elastic/elasticsearch-net/blob/master/docs/5.0-breaking-changes/nest-breaking-changes.md
We have breaking changes. Any ideas pointers?
Regards
Ismail
Appreciate that this reply is super late, but Umbraco.Elasticsearch has been full updated to support ES v5+, this support does however mean ES v1 and v2 are not supported.
See the github repo for further info.
Phil,
Awesome will take a looksy.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Search issue
I am trying to search and looking at the response i get the following error:
"error" : { "rootcause" : [ { "type" : "parsingexception", "reason" : "no [query] registered for [filtered]", "line" : 5, "col" : 17 } ], "type" : "parsing_exception", "reason" : "no [query] registered for [filtered]", "line" : 5, "col" : 17 }, "status" : 400
I am using elastic 512, it looks like with that version the filtered query has been deprecated and removed in ES 5.0. You should now use the bool/must/filter query instead. Looking at nest docs https://github.com/elastic/elasticsearch-net/blob/master/docs/5.0-breaking-changes/nest-breaking-changes.md
We have breaking changes. Any ideas pointers?
Regards
Ismail
Appreciate that this reply is super late, but Umbraco.Elasticsearch has been full updated to support ES v5+, this support does however mean ES v1 and v2 are not supported.
See the github repo for further info.
Phil,
Awesome will take a looksy.
is working on a reply...