sample solr config, add action to search form
[prawokultury.git] / doc / solr-conf / velocity / clusterResults.vm
1 #foreach ($clusters in $response.response.clusters)
2     #set($labels = $clusters.get('labels'))
3     #set($docs = $clusters.get('docs'))
4     <h3>#foreach ($label in $labels)$label#if( $foreach.hasNext ),#end#end</h3>
5         <ol>
6         #foreach ($cluDoc in $docs)
7           <li><a href="#url_for_home?q=id:$cluDoc">$cluDoc</a></li>
8         #end
9         </ol>
10         
11     
12 #end