public class BlockJoinDocSetFacetComponent extends SearchComponent
ToParentBlockJoinQuery.SolrInfoBean.Category, SolrInfoBean.Group| Modifier and Type | Field and Description |
|---|---|
static String |
CHILD_FACET_FIELD_PARAMETER |
static String |
COLLECTOR_CONTEXT_PARAM |
static String |
NO_TO_PARENT_BJQ_MESSAGE |
metricNames, registry, standard_components| Constructor and Description |
|---|
BlockJoinDocSetFacetComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishStage(ResponseBuilder rb)
Called after all responses have been received for this stage.
|
String |
getDescription()
Simple one or two line description
|
void |
handleResponses(ResponseBuilder rb,
ShardRequest sreq)
Called after all responses for a single request were received
|
void |
prepare(ResponseBuilder rb)
Prepare the response.
|
void |
process(ResponseBuilder rb)
Process the request for this component
|
protected void |
validateQuery(Query query) |
distributedProcess, getCategory, getMetricNames, getMetricRegistry, getName, init, modifyRequest, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetricsSnapshot, registerMetricNamepublic static final String CHILD_FACET_FIELD_PARAMETER
public static final String NO_TO_PARENT_BJQ_MESSAGE
public static final String COLLECTOR_CONTEXT_PARAM
public void prepare(ResponseBuilder rb) throws IOException
SearchComponentSearchComponent.process(org.apache.solr.handler.component.ResponseBuilder) method.
Called for every incoming request.
The place to do initialization that is request dependent.prepare in class SearchComponentrb - The ResponseBuilderIOException - If there is a low-level I/O error.public void process(ResponseBuilder rb) throws IOException
SearchComponentrb - The ResponseBuilderIOException - If there is a low-level I/O error.protected void validateQuery(Query query)
public void handleResponses(ResponseBuilder rb, ShardRequest sreq)
SearchComponenthandleResponses in class SearchComponentpublic void finishStage(ResponseBuilder rb)
SearchComponentfinishStage in class SearchComponentpublic String getDescription()
SolrInfoBeangetDescription in interface SolrInfoBeangetDescription in class SearchComponentCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.