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

来源:5-1 query

慕婉清1549775

2019-01-08 17:50

{

    "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回答

  • PHPer1988
    2019-01-25 20:56:03

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

ElasticSearch入门

ElasticSearch轻松入门,Spring Boot集成ES

67740 学习 · 302 问题

查看课程

相似问题