Zookeeper setup
[lui-solr.git] / zookeeper / solr / collection1 / conf / velocity / footer.vm
1 #**
2  *  Render the bottom section of the page visible to users
3  *#
4
5 <hr/>
6 <div>
7   <span>Options:</span>
8
9   #if($request.params.get('debugQuery'))
10     <a href="#url_for_home?#q#if($list.size($request.params.getParams('fq')) > 0)&#fqs($request.params.getParams('fq'))#end">
11       disable debug</a>
12   #else
13     <a href="#url_for_lens&debugQuery=true&fl=*,score">
14       enable debug</a>
15   #end
16   -
17   #if($annotate)
18     <a href="#url_for_home?#q#if($list.size($request.params.getParams('fq')) > 0)&#fqs($request.params.getParams('fq'))#end#boostPrice">
19       disable annotation</a>
20   #else
21     <a href="#url_for_lens&annotateBrowse=true">
22       enable annotation</a>
23   #end
24   -
25   <a #annTitle("Click to switch to an XML response: &wt=xml") href="#url_for_lens&wt=xml#if($request.params.get('debugQuery'))&debugQuery=true#end">
26     XML results</a>
27
28 </div>
29
30 <div>
31   Generated by <a href="http://wiki.apache.org/solr/VelocityResponseWriter">VelocityResponseWriter</a>
32 </div>
33 <div>
34   <span>Documentation: </span>
35   <a href="http://lucene.apache.org/solr">Solr Home Page</a>, <a href="http://wiki.apache.org/solr">
36     Solr Wiki</a>
37   </div>
38 <div>
39   Disclaimer:
40   The locations displayed in this demonstration are purely fictional.
41   It is more than likely that no store with the items listed actually
42   exists at that location!
43 </div>