Elasticsearch通配符查询语法如下
1
2
3
4
5
6
7
8
9
10
11
GET /meituan_v1/_search
{
"query": {
"wildcard": {
"uripath": {
"value": "*collect_info/index/form/id*"
}
}
}
}
Elasticsearch通配符查询语法如下
1
2
3
4
5
6
7
8
9
10
11
GET /meituan_v1/_search
{
"query": {
"wildcard": {
"uripath": {
"value": "*collect_info/index/form/id*"
}
}
}
}
发现新版本的内容。