public class QueryElevationComponent extends SearchComponent implements SolrCoreAware
SolrInfoBean.Category, SolrInfoBean.Group| Modifier and Type | Field and Description |
|---|---|
static String |
BOOSTED |
static String |
BOOSTED_DOCIDS |
static String |
BOOSTED_PRIORITY |
static String |
EXCLUDED |
metricNames, registry, standard_components| Constructor and Description |
|---|
QueryElevationComponent() |
| Modifier and Type | Method and Description |
|---|---|
static com.carrotsearch.hppc.IntIntHashMap |
getBoostDocs(SolrIndexSearcher indexSearcher,
Map<BytesRef,Integer> boosted,
Map context) |
String |
getDescription()
Simple one or two line description
|
void |
inform(SolrCore core) |
void |
init(NamedList args) |
void |
prepare(ResponseBuilder rb)
Prepare the response.
|
void |
process(ResponseBuilder rb)
Process the request for this component
|
distributedProcess, finishStage, getCategory, getMetricNames, getMetricRegistry, getName, handleResponses, modifyRequest, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetricsSnapshot, registerMetricNamepublic static final String BOOSTED
public static final String BOOSTED_DOCIDS
public static final String BOOSTED_PRIORITY
public static final String EXCLUDED
public void init(NamedList args)
init in interface NamedListInitializedPlugininit in class SearchComponentpublic void inform(SolrCore core)
inform in interface SolrCoreAwarepublic 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 static com.carrotsearch.hppc.IntIntHashMap getBoostDocs(SolrIndexSearcher indexSearcher, Map<BytesRef,Integer> boosted, Map context) throws IOException
IOExceptionpublic void process(ResponseBuilder rb) throws IOException
SearchComponentprocess in class SearchComponentrb - The ResponseBuilderIOException - If there is a low-level I/O error.public String getDescription()
SolrInfoBeangetDescription in interface SolrInfoBeangetDescription in class SearchComponentCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.