Initial content

This commit is contained in:
Andrew Woods 2018-09-20 18:21:42 -04:00
parent 15e5ea6a2f
commit 86fe317055
92 changed files with 13147 additions and 0 deletions

View 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')