|
|||||||||
| 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.MoreLikeThisComponent
public class MoreLikeThisComponent
TODO!
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean |
|---|
SolrInfoMBean.Category |
| Field Summary | |
|---|---|
static String |
COMPONENT_NAME
|
static String |
DIST_DOC_ID
|
| Constructor Summary | |
|---|---|
MoreLikeThisComponent()
|
|
| Method Summary | |
|---|---|
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 |
SolrDocumentList |
mergeSolrDocumentList(SolrDocumentList one,
SolrDocumentList two,
int maxSize,
String idField)
|
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, getCategory, getName, getStatistics, getVersion, init, modifyRequest, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COMPONENT_NAME
public static final String DIST_DOC_ID
| Constructor Detail |
|---|
public MoreLikeThisComponent()
| Method Detail |
|---|
public 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 ResponseBuilder
IOException - If there is a low-level I/O error.
public void process(ResponseBuilder rb)
throws IOException
SearchComponent
process in class SearchComponentrb - The ResponseBuilder
IOException - If there is a low-level I/O error.
public void handleResponses(ResponseBuilder rb,
ShardRequest sreq)
SearchComponent
handleResponses in class SearchComponentpublic void finishStage(ResponseBuilder rb)
SearchComponent
finishStage in class SearchComponent
public SolrDocumentList mergeSolrDocumentList(SolrDocumentList one,
SolrDocumentList two,
int maxSize,
String idField)
public String getDescription()
SolrInfoMBean
getDescription in interface SolrInfoMBeangetDescription in class SearchComponentpublic String getSource()
SolrInfoMBean
getSource 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||