
solr.Items.conf.velocity.pagination_top.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mklab-framework-client Show documentation
Show all versions of mklab-framework-client Show documentation
The project contains a set of convenience methods on top of common data repositories.
The newest version!
#**
* Paging and Statistics at top of results
*#
## Usually rendered in pagination div tag
## Grouped Results / Not Paginated
#if($response.response.get('grouped'))
$response.response.get('grouped').size() group(s)
found in ${response.responseHeader.QTime} ms
## Regular Results / Use Paging Links if needed
#else
$page.results_found
results found in
${response.responseHeader.QTime} ms
Page $page.current_page_number
of $page.page_count
#end ## end else non-grouped results, normal pagination
© 2015 - 2025 Weber Informatics LLC | Privacy Policy