public class SolrSearchByCustomExpressionProvider extends SolrRESTSearchByCustomExpressionProvider
_wcf.search.mandatory.expr
, _wcf.search.expr
and
_wcf.search.filter.expr
. This provider helps converting an XPath
expression into a Solr specific expression. The resulting Solr expression
will be added back into the SelectionCriteria object for other downstream
processing using the _wcf.search.internal.mandatory.query
,
_wcf.search.internal.optional.query
and
_wcf.search.internal.filterquery
control parameter.Constructor and Description |
---|
SolrSearchByCustomExpressionProvider(java.lang.String componentId)
Creates an instance of the search expression provider for a particular
component.
|
invoke
addControlParameterValue, getControlParameterValue, getControlParameterValues, removeControlParameterValue, resetControlParameter, setControlParameterValue
public SolrSearchByCustomExpressionProvider(java.lang.String componentId)
componentId
- The target component.