All Downloads are FREE. Search and download functionalities are using the official Maven repository.

solr.Items.conf.velocity.pagination_top.vm Maven / Gradle / Ivy

Go to download

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