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

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

Go to download

The project contains a set of convenience methods on top of common data repositories.

The newest version!
#**
 *  Display facets based on field values
 *  e.g.: fields specified by &facet.field=
 *#

#if($response.facetFields)
  

Field Facets

#foreach($field in $response.facetFields) ## Hide facets without value #if($field.values.size() > 0) $field.name #end ## end if > 0 #end ## end for each facet field #end ## end if response has facet fields




© 2015 - 2025 Weber Informatics LLC | Privacy Policy