spring数据solr是否支持json.facet?

时间:2017-08-15 07:03:45

标签: solr spring-data-solr

我可以在spring-data-solr中编写这样的facet查询吗?

json.facet={
    "topic_aggr":{
        "type": "terms",
        "field": "topic_ss",
        "limit": 10,
        "numBuckets": true,
        "allBuckets": true,
        "facet": {
            "updateTime":"max(createTime_dt)"
        }
    }
}

1 个答案:

答案 0 :(得分:1)

docs中没有提到它,只有vanilla和Pivot面对,所以我会说:显然不是。