Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/lui-solr
[lui-solr.git] / zookeeper / solr / collection1 / conf / velocity / join_doc.vm
1 #**
2  *  Display documents that are joined to other documents
3  *#
4
5 <div class="result-title">
6   <b>#field('compName_s')</b>
7 </div>
8
9 <div>
10   Id: #field('id')
11   (company-details document for
12     <a href="http://wiki.apache.org/solr/Join" target="_new">join</a>
13   )
14 </div>
15
16 <div>
17   Address: #field('address_s')
18 </div>
19
20 #parse('debug.vm')