public abstract class AbstractSolrSearchQueryPostprocessor extends AbstractSearchExpression implements SearchQueryPostprocessor
iSelectionCriteria
,
iQueryResponse
, and iResponseObject
object
reference. This is to allow modifying the physical data object,
SolrEntityContainerImpl
, right after the QueryResponse is
returned from the Solr server.Constructor and Description |
---|
AbstractSolrSearchQueryPostprocessor() |
Modifier and Type | Method and Description |
---|---|
void |
invoke(SelectionCriteria selectionCriteria,
java.lang.Object... queryResponseObjects)
Invoke the search query post-processor, given the SelectionCriteria
object, to perform additional tasks right after the search query response
has been returned from the search engine.
|
addControlParameterValue, getControlParameterValue, getControlParameterValues, removeControlParameterValue, resetControlParameter, setControlParameterValue
public AbstractSolrSearchQueryPostprocessor()
public void invoke(SelectionCriteria selectionCriteria, java.lang.Object... queryResponseObjects) throws java.lang.RuntimeException
invoke
in interface SearchQueryPostprocessor
selectionCriteria
- Java representation of XPath expressionqueryResponseObjects
- Java representation of native search query response objectsjava.lang.RuntimeException