public class QueryComponent extends SearchComponent
SolrInfoMBean.Category
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_NAME |
Constructor and Description |
---|
QueryComponent() |
Modifier and Type | Method and Description |
---|---|
int |
distributedProcess(ResponseBuilder rb)
Process for a distributed search.
|
protected void |
doFieldSortValues(ResponseBuilder rb,
SolrIndexSearcher searcher) |
protected void |
doPrefetch(ResponseBuilder rb) |
void |
finishStage(ResponseBuilder rb)
Called after all responses have been received for this stage.
|
String |
getDescription()
Simple one or two line description
|
URL[] |
getDocs()
Documentation URL list.
|
String |
getSource()
CVS Source, SVN Source, etc
|
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)
Actually run the query
|
getCategory, getName, getStatistics, getVersion, init, modifyRequest, setName
public static final String COMPONENT_NAME
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
process
in class SearchComponent
rb
- The ResponseBuilder
IOException
- If there is a low-level I/O error.protected void doFieldSortValues(ResponseBuilder rb, SolrIndexSearcher searcher) throws IOException
IOException
protected void doPrefetch(ResponseBuilder rb) throws IOException
IOException
public int distributedProcess(ResponseBuilder rb) throws IOException
SearchComponent
distributedProcess
in class SearchComponent
IOException
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()
SolrInfoMBean
getDescription
in interface SolrInfoMBean
getDescription
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
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.