Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Feb 02, 2017 @ 13:02
    Ismail Mayat
    0

    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

  • Phil Oyston 3 posts 104 karma points
    Sep 08, 2017 @ 08:59
    Phil Oyston
    0

    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.

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Sep 08, 2017 @ 09:14
    Ismail Mayat
    0

    Phil,

    Awesome will take a looksy.

Please Sign in or register to post replies

Write your reply to:

Draft