課程
/云計(jì)算&大數(shù)據(jù)
/大數(shù)據(jù)
/ElasticSearch入門
多個(gè)精確查詢用什么?multi_match這個(gè)是多個(gè)模糊查詢
2018-01-29
源自:ElasticSearch入門 6-6
正在回答
{
"query":{
"bool":{
"filter":[
"match_phrase":{
"age":41
}
},
"id": "drug_user370283197604176814"
]
舉報(bào)
ElasticSearch輕松入門,Spring Boot集成ES
3 回答模糊查詢無效
1 回答author字段不能模糊查詢而title可以模糊查詢?
2 回答關(guān)于語法查詢中-范圍查詢問題(如何查詢多個(gè)字段的范圍)
1 回答老師, 您好, 一個(gè)索引下可以有多個(gè)類型吧,這時(shí) 條件查詢和聚合查詢?cè)趺磳?
1 回答為什么我查詢的時(shí)候帶數(shù)字就不能模糊匹配到
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-02-07
{
"query":{
"bool":{
"filter":[
{
"match_phrase":{
"age":41
}
},
{
"match_phrase":{
"id": "drug_user370283197604176814"
}
}
]
}
}
}