Does spring data solr support json.facet? -
can write facet query in spring-data-solr?
json.facet={ "topic_aggr":{ "type": "terms", "field": "topic_ss", "limit": 10, "numbuckets": true, "allbuckets": true, "facet": { "updatetime":"max(createtime_dt)" } } }
it not mentioned @ in docs, vanilla , pivot faceting, say: not.
Comments
Post a Comment