Tìm kiếm chính xác cụm từ trong Elasticsearch

Nam Duong Huu
Answered Feb 4th, 2020 1:08 a.m.
Try this, seems it worked
GET index/_search
{
"query" : {
"bool" : {
"should" : [
{"terms" : {"firstName": "Nguyen"}},
{"terms" : {"lastName": "Son Tung"}}
]
}
}
}
0
How to make a website like https://www.shopback.sg/ ?

Nam Duong Huu
Answered Feb 3rd, 2020 1:44 a.m.
Seems it costs over $1M for a project like this.
+2
Organizations
Have no organizations yet.