elasticSearch按字段普通检索,结果高亮
{
"query": {
"match": {
"title": "Science of Organizations"
}
},
"highlight": {
"fields": {
"title": {}
}
}
}
{
"query": {
"match": {
"title": "Science of Organizations"
}
},
"highlight": {
"fields": {
"title": {}
}
}
}