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
11
solr/homeDirectoryTemplate/conf/velocity/error.vm
Normal file
11
solr/homeDirectoryTemplate/conf/velocity/error.vm
Normal file
|
@ -0,0 +1,11 @@
|
|||
#**
|
||||
* Show Error Message, if any
|
||||
*#
|
||||
|
||||
## Show Error Message, if any
|
||||
## Usually rendered inside div class=error
|
||||
|
||||
#if( $response.response.error.code )
|
||||
<h1>ERROR $response.response.error.code</h1>
|
||||
$response.response.error.msg
|
||||
#end
|
Loading…
Add table
Add a link
Reference in a new issue