source: gs3-extensions/solr/trunk/src/conf/velocity/facet_queries.vm@ 29135

Last change on this file since 29135 was 29135, checked in by ak19, 10 years ago

Part of port from lucene3.3.0 to lucene4.7.2. Solr related. conf and lib folders for solr4.7.2.

File size: 299 bytes
Line 
1#**
2 * Display facets based on specific facet queries
3 * e.g.: facets specified by &facet.query=
4 *#
5
6#set($field = $response.response.facet_counts.facet_queries)
7
8<h2 #annTitle("Facets generated by adding &facet.query= to the request")>
9 Query Facets
10</h2>
11
12#display_facet_query($field, "", "")
Note: See TracBrowser for help on using the repository browser.