public class SolrRESTSearchTermAssociationExpressionProvider extends AbstractSolrSearchExpressionProvider implements SearchExpressionProvider
SynonymFactory
. The result will be stored in the
_wcf.search.internal.synonyms
control parameter of the
SelectionCriteria for the current language.Constructor and Description |
---|
SolrRESTSearchTermAssociationExpressionProvider(java.lang.String componentId)
Creates an instance of the search expression provider for a particular
component.
|
Modifier and Type | Method and Description |
---|---|
void |
invoke(SelectionCriteria selectionCriteria)
The business logic is performed here.
|
addControlParameterValue, getControlParameterValue, getControlParameterValues, removeControlParameterValue, resetControlParameter, setControlParameterValue
public SolrRESTSearchTermAssociationExpressionProvider(java.lang.String componentId)
componentId
- The target component.public void invoke(SelectionCriteria selectionCriteria) throws java.lang.RuntimeException
invoke
in interface SearchExpressionProvider
invoke
in class AbstractSolrSearchExpressionProvider
selectionCriteria
- The selection criteria.java.lang.RuntimeException
- if an exception occurs.SearchExpressionProvider.invoke(com.ibm.commerce.foundation.server.services.dataaccess.SelectionCriteria)