Method: Blacklight::Configuration::FacetField#query

Defined in:
lib/blacklight/configuration/facet_field.rb

#queryHash{String => Hash}

Returns Provides support for facet queries; the keys are mapped to user-facing parameters, and the values are a hash containing: label (a label to show the user in the facet interface), fq (a string passed into solr as an fq (when selected) or a facet.query).

Returns:

  • (Hash{String => Hash})

    Provides support for facet queries; the keys are mapped to user-facing parameters, and the values are a hash containing: label (a label to show the user in the facet interface), fq (a string passed into solr as an fq (when selected) or a facet.query)



# File 'lib/blacklight/configuration/facet_field.rb', line 32