
solr.MediaItems.conf.velocity.browse.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!
#**
* Main entry point into the /browse templates
*#
#set($searcher = $request.searcher)
#set($params = $request.params)
#set($clusters = $response.response.clusters)
#set($mltResults = $response.response.get("moreLikeThis"))
#set($annotate = $params.get("annotateBrowse"))
#parse('query_form.vm')
#parse('did_you_mean.vm')
#parse("pagination_top.vm")
## Show Error Message, if any
#parse("error.vm")
## Render Results, actual matching docs
#parse("results_list.vm")
#parse("pagination_bottom.vm")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy