Terms查询
curl -XGET 'http://localhost:9200/oa/user/_search?pretty=true' -d '{
"query": {
"terms": {
"interests": ["sing", "dance"],
"minimum_match": 1
}
}
}
}'Last updated
curl -XGET 'http://localhost:9200/oa/user/_search?pretty=true' -d '{
"query": {
"terms": {
"interests": ["sing", "dance"],
"minimum_match": 1
}
}
}
}'Last updated