public abstract class AbstractSolrSearchQueryPreprocessor extends AbstractSearchExpression implements SearchQueryPreprocessor
iSelectionCriteria
and
iSolrQuery
object reference. This is to allow modifying the
SolrQuery object right before sending to Solr server for processing.Constructor and Description |
---|
AbstractSolrSearchQueryPreprocessor() |
Modifier and Type | Method and Description |
---|---|
void |
invoke(SelectionCriteria selectionCriteria,
java.lang.Object... queryRequestObjects)
Invoke the search query pre-processor, given the SelectionCriteria
object, to allow modifying the search engine specific query request
objects right before executing at the search server.
|
addControlParameterValue, getControlParameterValue, getControlParameterValues, removeControlParameterValue, resetControlParameter, setControlParameterValue
public void invoke(SelectionCriteria selectionCriteria, java.lang.Object... queryRequestObjects) throws java.lang.RuntimeException
invoke
in interface SearchQueryPreprocessor
selectionCriteria
- Java representation of XPath expressionqueryRequestObjects
- Java representation of native search query request objectsjava.lang.RuntimeException