为了账号安全,请及时绑定邮箱和手机立即绑定

ES6.2.1中query_string不支持fileds了吗?

{

    "query":{

      "query_string":{

          "query":"入门",

          "fileds":["title","author"]

      }

    }

}

send之后报错:

{

  "error": {

    "root_cause": [

      {

        "type": "parsing_exception",

        "reason": "[query_string] query does not support [fileds]",

        "line": 5,

        "col": 20

      }

    ],

    "type": "parsing_exception",

    "reason": "[query_string] query does not support [fileds]",

    "line": 5,

    "col": 20

  },

  "status": 400

}


正在回答

1 回答

是你fileds写错了,正确的是fields

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

ES6.2.1中query_string不支持fileds了吗?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信