|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.solr.handler.component.SearchComponent
org.apache.solr.handler.component.QueryElevationComponent
public class QueryElevationComponent
A component to elevate some documents to the top of the result set.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean |
---|
SolrInfoMBean.Category |
Constructor Summary | |
---|---|
QueryElevationComponent()
|
Method Summary | |
---|---|
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. |
void |
inform(SolrCore core)
|
void |
init(org.apache.solr.common.util.NamedList args)
|
void |
prepare(ResponseBuilder rb)
Prepare the response. |
void |
process(ResponseBuilder rb)
Process the request for this component |
Methods inherited from class org.apache.solr.handler.component.SearchComponent |
---|
distributedProcess, finishStage, getCategory, getName, getStatistics, handleResponses, modifyRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryElevationComponent()
Method Detail |
---|
public void init(org.apache.solr.common.util.NamedList args)
init
in interface NamedListInitializedPlugin
init
in class SearchComponent
public void inform(SolrCore core)
inform
in interface SolrCoreAware
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
public void process(ResponseBuilder rb) throws IOException
SearchComponent
process
in class SearchComponent
rb
- The ResponseBuilder
IOException
public String getDescription()
SolrInfoMBean
getDescription
in interface SolrInfoMBean
getDescription
in class SearchComponent
public String getVersion()
SolrInfoMBean
getVersion
in interface SolrInfoMBean
getVersion
in class SearchComponent
public String getSourceId()
SolrInfoMBean
getSourceId
in interface SolrInfoMBean
getSourceId
in class SearchComponent
public String getSource()
SolrInfoMBean
getSource
in interface SolrInfoMBean
getSource
in class SearchComponent
public URL[] getDocs()
SolrInfoMBean
Suggested documentation URLs: Homepage for sponsoring project, FAQ on class usage, Design doc for class, Wiki, bug reporting URL, etc...
getDocs
in interface SolrInfoMBean
getDocs
in class SearchComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |