match_phrase strict match

get /es_db/_search
{
    "query": {
        "match_phrase":{
            "address": "广州白云山"
        }
    }
}
Comments