我可以在spring-data-solr中像这样编写facet查询吗?
json.facet={
"topic_aggr":{
"type": "terms",
"field": "topic_ss",
"limit": 10,
"numBuckets": true,
"allBuckets": true,
"facet": {
"updateTime":"max(createTime_dt)"
}
}
}发布于 2017-08-15 22:33:45
在docs中根本没有提到它,只有香草和Pivot方面,所以我会说:显然没有。
https://stackoverflow.com/questions/45687938
复制相似问题