public class RealTimeGetComponent extends SearchComponent
SolrInfoMBean.Category
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_NAME |
static SolrInputDocument |
DELETED |
static org.slf4j.Logger |
log |
Constructor and Description |
---|
RealTimeGetComponent() |
Modifier and Type | Method and Description |
---|---|
int |
createSubRequests(ResponseBuilder rb) |
int |
distributedProcess(ResponseBuilder rb)
Process for a distributed search.
|
void |
finishStage(ResponseBuilder rb)
private void handleRegularResponses(ResponseBuilder rb, ShardRequest sreq) {
}
|
String |
getDescription()
Simple one or two line description
|
URL[] |
getDocs()
Documentation URL list.
|
static SolrInputDocument |
getInputDocument(SolrCore core,
BytesRef idBytes) |
static SolrInputDocument |
getInputDocumentFromTlog(SolrCore core,
BytesRef idBytes)
returns the SolrInputDocument from the current tlog, or DELETED if it has been deleted, or
null if there is no record of it in the current update log.
|
String |
getSource()
CVS Source, SVN Source, etc
|
void |
prepare(ResponseBuilder rb)
Prepare the response.
|
void |
process(ResponseBuilder rb)
Process the request for this component
|
void |
processGetUpdates(ResponseBuilder rb) |
void |
processGetVersions(ResponseBuilder rb) |
void |
processSync(ResponseBuilder rb,
int nVersions,
String sync) |
getCategory, getName, getStatistics, getVersion, handleResponses, init, modifyRequest, setName
public static org.slf4j.Logger log
public static final String COMPONENT_NAME
public static SolrInputDocument DELETED
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
process
in class SearchComponent
rb
- The ResponseBuilder
IOException
- If there is a low-level I/O error.public static SolrInputDocument getInputDocumentFromTlog(SolrCore core, BytesRef idBytes)
public static SolrInputDocument getInputDocument(SolrCore core, BytesRef idBytes) throws IOException
IOException
public int distributedProcess(ResponseBuilder rb) throws IOException
SearchComponent
distributedProcess
in class SearchComponent
IOException
public int createSubRequests(ResponseBuilder rb) throws IOException
IOException
public void finishStage(ResponseBuilder rb)
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
public void processGetVersions(ResponseBuilder rb) throws IOException
IOException
public void processSync(ResponseBuilder rb, int nVersions, String sync)
public void processGetUpdates(ResponseBuilder rb) throws IOException
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.