You can indicate the number of results returned by rendering the value of the search response object’s groupCount property. For example:

<c:out value="${FH}.searchResponse.groupCount"/>

Note that this value is not affected by paging. It represents the total number of result groups returned by the search, regardless of the number on any given page.

 
loading table of contents...