This repository has been archived on 2020-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
IRProject/solr_config/conf/velocity/facet_queries.vm

13 lines
311 B
Plaintext

#**
* Display facets based on specific facet queries
* e.g.: facets specified by &facet.query=
*#
#set($field = $response.response.facet_counts.facet_queries)
<h2 #annTitle("Facets generated by adding &facet.query= to the request")>
Query Facets
</h2>
#display_facet_query($field, "", "")