public class TermVectorComponent extends SearchComponent implements SolrCoreAware
<searchComponent name="tvComponent" class="solr.TermVectorComponent"/>
<requestHandler name="/terms" class="solr.SearchHandler">
<lst name="defaults">
<bool name="tv">true</bool>
</lst>
<arr name="last-component">
<str>tvComponent</str>
</arr>
</requestHandler>SolrInfoMBean.Category| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_NAME |
protected NamedList |
initParams |
static String |
TERM_VECTORS |
| Constructor and Description |
|---|
TermVectorComponent() |
| Modifier and Type | Method and Description |
|---|---|
int |
distributedProcess(ResponseBuilder rb)
Process for a distributed search.
|
String |
getDescription()
Simple one or two line description
|
String |
getSource()
CVS Source, SVN Source, etc
|
String |
getSourceId()
CVS Id, SVN Id, etc
|
String |
getVersion()
Simple common usage version, e.g. 2.0
|
void |
inform(SolrCore core) |
void |
init(NamedList args) |
void |
prepare(ResponseBuilder rb)
Prepare the response.
|
void |
process(ResponseBuilder rb)
Process the request for this component
|
finishStage, getCategory, getDocs, getName, getStatistics, handleResponses, modifyRequestpublic static final String COMPONENT_NAME
protected NamedList initParams
public static final String TERM_VECTORS
public void process(ResponseBuilder rb) throws IOException
SearchComponentprocess in class SearchComponentrb - The ResponseBuilderIOExceptionpublic int distributedProcess(ResponseBuilder rb) throws IOException
SearchComponentdistributedProcess in class SearchComponentIOExceptionpublic 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 ResponseBuilderIOExceptionpublic void init(NamedList args)
init in interface NamedListInitializedPlugininit in class SearchComponentpublic void inform(SolrCore core)
inform in interface SolrCoreAwarepublic String getVersion()
SolrInfoMBeangetVersion in interface SolrInfoMBeangetVersion in class SearchComponentpublic String getSourceId()
SolrInfoMBeangetSourceId in interface SolrInfoMBeangetSourceId in class SearchComponentpublic String getSource()
SolrInfoMBeangetSource in interface SolrInfoMBeangetSource in class SearchComponentpublic String getDescription()
SolrInfoMBeangetDescription in interface SolrInfoMBeangetDescription in class SearchComponent