source: gs3-extensions/solr/trunk/src/conf/velocity/facet_pivot.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: 273 bytes
Line 
1#**
2 * Display Pivot-Based Facets
3 * e.g.: facets specified by &facet.pivot=
4 *#
5
6<h2 #annTitle("Facets generated by adding &facet.pivot= to the request")>
7 Pivot Facets
8</h2>
9
10#set($pivot = $response.response.facet_counts.facet_pivot)
11
12#display_facet_pivot($pivot, "")
Note: See TracBrowser for help on using the repository browser.