Move to solr 4 plus corrections to SparqlQueryExecutorTest with newlines and white space characters
This commit is contained in:
parent
b642f30391
commit
120be1e6b8
122 changed files with 17422 additions and 5288 deletions
43
solr/homeDirectoryTemplate/conf/velocity/footer.vm
Normal file
43
solr/homeDirectoryTemplate/conf/velocity/footer.vm
Normal file
|
@ -0,0 +1,43 @@
|
|||
#**
|
||||
* Render the bottom section of the page visible to users
|
||||
*#
|
||||
|
||||
<hr/>
|
||||
<div>
|
||||
<span>Options:</span>
|
||||
|
||||
#if($request.params.get('debugQuery'))
|
||||
<a href="#url_for_home?#q#if($list.size($request.params.getParams('fq')) > 0)&#fqs($request.params.getParams('fq'))#end">
|
||||
disable debug</a>
|
||||
#else
|
||||
<a href="#url_for_lens&debugQuery=true&fl=*,score">
|
||||
enable debug</a>
|
||||
#end
|
||||
-
|
||||
#if($annotate)
|
||||
<a href="#url_for_home?#q#if($list.size($request.params.getParams('fq')) > 0)&#fqs($request.params.getParams('fq'))#end#boostPrice">
|
||||
disable annotation</a>
|
||||
#else
|
||||
<a href="#url_for_lens&annotateBrowse=true">
|
||||
enable annotation</a>
|
||||
#end
|
||||
-
|
||||
<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">
|
||||
XML results</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
Generated by <a href="http://wiki.apache.org/solr/VelocityResponseWriter">VelocityResponseWriter</a>
|
||||
</div>
|
||||
<div>
|
||||
<span>Documentation: </span>
|
||||
<a href="http://lucene.apache.org/solr">Solr Home Page</a>, <a href="http://wiki.apache.org/solr">
|
||||
Solr Wiki</a>
|
||||
</div>
|
||||
<div>
|
||||
Disclaimer:
|
||||
The locations displayed in this demonstration are purely fictional.
|
||||
It is more than likely that no store with the items listed actually
|
||||
exists at that location!
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue