public class QueryElevationComponent extends SearchComponent implements SolrCoreAware
SolrInfoMBean.Category| Constructor and Description |
|---|
QueryElevationComponent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Simple one or two line description
|
URL[] |
getDocs()
Documentation URL list.
|
String |
getSource()
CVS Source, SVN Source, etc
|
String |
getSourceId()
CVS Id, SVN Id, etc
|
String |
getVersion()
Simple common usage version, e.g. 2.0
|
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, getName, getStatistics, handleResponses, modifyRequestpublic 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 ResponseBuilderIOExceptionpublic void process(ResponseBuilder rb) throws IOException
SearchComponentprocess in class SearchComponentrb - The ResponseBuilderIOExceptionpublic String getDescription()
SolrInfoMBeangetDescription in interface SolrInfoMBeangetDescription in class SearchComponentpublic String getVersion()
SolrInfoMBeangetVersion in interface SolrInfoMBeangetVersion in class SearchComponentpublic String getSourceId()
SolrInfoMBeangetSourceId in interface SolrInfoMBeangetSourceId in class SearchComponentpublic String getSource()
SolrInfoMBeangetSource in interface SolrInfoMBeangetSource in class SearchComponentpublic URL[] getDocs()
SolrInfoMBeanSuggested documentation URLs: Homepage for sponsoring project, FAQ on class usage, Design doc for class, Wiki, bug reporting URL, etc...
getDocs in interface SolrInfoMBeangetDocs in class SearchComponent