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
9
solr/homeDirectoryTemplate/conf/velocity/did_you_mean.vm
Normal file
9
solr/homeDirectoryTemplate/conf/velocity/did_you_mean.vm
Normal file
|
@ -0,0 +1,9 @@
|
|||
#**
|
||||
* Hyperlinked spelling suggestions in results list
|
||||
*#
|
||||
|
||||
#set($dym = $response.response.spellcheck.suggestions.collation.collationQuery)
|
||||
#if($dym)
|
||||
Did you mean
|
||||
<a href="#{url_for_home}#{lensNoQ}&q=$esc.url($dym)">$esc.html($dym)</a>?
|
||||
#end
|
Loading…
Add table
Add a link
Reference in a new issue