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

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -