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, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMetricsSnapshot, registerMetricName
public 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
SearchComponent
SearchComponent.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 SearchComponent
rb
- The ResponseBuilder
IOException
- If there is a low-level I/O error.public void process(ResponseBuilder rb) throws IOException
SearchComponent
rb
- The ResponseBuilder
IOException
- If there is a low-level I/O error.protected void validateQuery(Query query)
public void handleResponses(ResponseBuilder rb, ShardRequest sreq)
SearchComponent
handleResponses
in class SearchComponent
public void finishStage(ResponseBuilder rb)
SearchComponent
finishStage
in class SearchComponent
public String getDescription()
SolrInfoBean
getDescription
in interface SolrInfoBean
getDescription
in class SearchComponent
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.