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
33
solr/homeDirectoryTemplate/conf/velocity/browse.vm
Normal file
33
solr/homeDirectoryTemplate/conf/velocity/browse.vm
Normal file
|
@ -0,0 +1,33 @@
|
|||
#**
|
||||
* Main entry point into the /browse templates
|
||||
*#
|
||||
|
||||
#set($searcher = $request.searcher)
|
||||
#set($params = $request.params)
|
||||
#set($clusters = $response.response.clusters)
|
||||
#set($mltResults = $response.response.get("moreLikeThis"))
|
||||
#set($annotate = $params.get("annotateBrowse"))
|
||||
#parse('query_form.vm')
|
||||
#parse('did_you_mean.vm')
|
||||
|
||||
<div class="navigators">
|
||||
#parse("facets.vm")
|
||||
</div>
|
||||
|
||||
<div class="pagination">
|
||||
#parse("pagination_top.vm")
|
||||
</div>
|
||||
|
||||
## Show Error Message, if any
|
||||
<div class="error">
|
||||
#parse("error.vm")
|
||||
</div>
|
||||
|
||||
## Render Results, actual matching docs
|
||||
<div class="results">
|
||||
#parse("results_list.vm")
|
||||
</div>
|
||||
|
||||
<div class="pagination">
|
||||
#parse("pagination_bottom.vm")
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue