NIHVIVO-2437 Minor refactoring

This commit is contained in:
ryounes 2011-05-12 20:42:14 +00:00
parent 42cee19d55
commit d4aff14e6f
3 changed files with 29 additions and 22 deletions

View file

@ -9,7 +9,7 @@
</#if>
</lst>
<result name="response" numFound="${hitsLength}" start="${startIndex}" >
<result name="response" numFound="${hitCount}" start="${startIndex}" >
<#list individuals as individual>
<doc>
<str name="uri">${individual.uri?xml}</str>