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
20
solr/homeDirectoryTemplate/conf/velocity/join_doc.vm
Normal file
20
solr/homeDirectoryTemplate/conf/velocity/join_doc.vm
Normal file
|
@ -0,0 +1,20 @@
|
|||
#**
|
||||
* Display documents that are joined to other documents
|
||||
*#
|
||||
|
||||
<div class="result-title">
|
||||
<b>#field('compName_s')</b>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
Id: #field('id')
|
||||
(company-details document for
|
||||
<a href="http://wiki.apache.org/solr/Join" target="_new">join</a>
|
||||
)
|
||||
</div>
|
||||
|
||||
<div>
|
||||
Address: #field('address_s')
|
||||
</div>
|
||||
|
||||
#parse('debug.vm')
|
Loading…
Add table
Add a link
Reference in a new issue