"aggs": {
"information_type": {
"terms": {
"field": "information_type"
}
},
"source": {
"terms": {
"field": "source"
}
}
}
请问这种用Java High Level REST Client API如何写?
"information_type": {
"terms": {
"field": "information_type"
}
},
"source": {
"terms": {
"field": "source"
}
}
}
请问这种用Java High Level REST Client API如何写?
1 个回复
cookiedoug
赞同来自: