Description

The custom parameter directive is to be used within the Query tag to add custom query parameters.

Adding custom parameters

<search:query parameters="*" var="query">
    <query:custom name="facet.range" value="year"></query:custom>
    <query:custom name="facet.mincount" value="1"></query:custom>
</search:query>

Usage

as element:
<query:custom
       name="{string}"
       [value="{string}"]>
</query:custom>

Parameters

ParamTypeDetails
namestringName of the custom parameter.
value (optional)stringValue of the custom parameter.