mirror of https://github.com/apache/lucene.git
SOLR-3439: Fixing broken hitGrouped
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1369476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
238c4274b6
commit
2ba5d018e7
|
@ -6,7 +6,13 @@
|
|||
<div class="group-doclist" #annTitle("Contains the top scoring documents in the group")>
|
||||
#foreach ($doc in $group.doclist)
|
||||
#set($docId = $doc.getFieldValue('id'))
|
||||
#parse("doc.vm")
|
||||
#if($doc.getFieldValue('name'))
|
||||
#parse("product-doc.vm")
|
||||
#elseif($doc.getFieldValue('compName_s'))
|
||||
#parse("join-doc.vm")
|
||||
#else
|
||||
#parse("richtext-doc.vm")
|
||||
#end
|
||||
#end
|
||||
</div>
|
||||
#end</div>
|
||||
|
|
Loading…
Reference in New Issue