public class MoreLikeThisComponent extends SearchComponent
SolrInfoMBean.Category
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPONENT_NAME |
Constructor and Description |
---|
MoreLikeThisComponent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Simple one or two line description
|
java.net.URL[] |
getDocs()
Documentation URL list.
|
(package private) NamedList<DocList> |
getMoreLikeThese(ResponseBuilder rb,
SolrIndexSearcher searcher,
DocList docs,
int flags) |
java.lang.String |
getSource()
CVS Source, SVN Source, etc
|
java.lang.String |
getSourceId()
CVS Id, SVN Id, etc
|
java.lang.String |
getVersion()
Simple common usage version, e.g.
|
void |
prepare(ResponseBuilder rb)
Prepare the response.
|
void |
process(ResponseBuilder rb)
Process the request for this component
|
distributedProcess, finishStage, getCategory, getName, getStatistics, handleResponses, init, modifyRequest
public static final java.lang.String COMPONENT_NAME
public void prepare(ResponseBuilder rb) throws java.io.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
java.io.IOException
public void process(ResponseBuilder rb) throws java.io.IOException
SearchComponent
process
in class SearchComponent
rb
- The ResponseBuilder
java.io.IOException
NamedList<DocList> getMoreLikeThese(ResponseBuilder rb, SolrIndexSearcher searcher, DocList docs, int flags) throws java.io.IOException
java.io.IOException
public java.lang.String getDescription()
SolrInfoMBean
getDescription
in interface SolrInfoMBean
getDescription
in class SearchComponent
public java.lang.String getVersion()
SolrInfoMBean
getVersion
in interface SolrInfoMBean
getVersion
in class SearchComponent
public java.lang.String getSourceId()
SolrInfoMBean
getSourceId
in interface SolrInfoMBean
getSourceId
in class SearchComponent
public java.lang.String getSource()
SolrInfoMBean
getSource
in interface SolrInfoMBean
getSource
in class SearchComponent
public java.net.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