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

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

The newest version!
#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.vm')
#if($response.response.spellcheck.suggestions and $response.response.spellcheck.suggestions.size() > 0)
  Did you mean $response.response.spellcheck.suggestions.collation?
#end





#if(${response.response.error.code})

ERROR ${response.response.error.code}

${response.response.error.msg} #end
#if($response.response.get('grouped')) #foreach($grouping in $response.response.get('grouped')) #parse("hitGrouped.vm") #end #else #foreach($doc in $response.results) #parse("hit.vm") #end #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy