elasticsearch短语匹配

https://www.cnblogs.com/chenmz1995/p/11446422.html

https://blog.csdn.net/sinat_29581293/article/details/81486761

{

"query":{
    "bool":{
        "must":[
            {
                "match_phrase":{
                    "title":{
                        "query":"版本"                    }
                }
            }
        ],
        "should":[
            {
                "match_phrase":{
                    "title":{
                        "query":"配置"
                    }
                }
            },
            {
                "match_phrase":{
                    "content":{
                        "query":"配置"
                    }
                }
            }
        ],
        "disable_coord":false,
        "adjust_pure_negative":true
    }
},
    "highlight":{
        "fields":{
            "title":{

            },
            "content":{

            }
        }
    }

}

    A+
发布日期:2020年05月13日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: