public class TermsComponent extends SearchComponent
<searchComponent name="termsComponent" class="solr.TermsComponent"/>
<requestHandler name="/terms" class="solr.SearchHandler">
<lst name="defaults">
<bool name="terms">true</bool>
</lst>
<arr name="components">
<str>termsComponent</str>
</arr>
</requestHandler>See Lucene's TermEnum class| Modifier and Type | Class and Description |
|---|---|
static class |
TermsComponent.TermCountComparator
Comparator for
TermsResponse.Term sorting
This sorts term by frequency in descending order |
static class |
TermsComponent.TermsHelper |
SolrInfoBean.Category, SolrInfoBean.Group| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_NAME |
static int |
UNLIMITED_MAX_COUNT |
metricNames, registry, standard_components| Constructor and Description |
|---|
TermsComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkShardsWhitelist(ResponseBuilder rb,
List<String> lst) |
int |
distributedProcess(ResponseBuilder rb)
Process for a distributed search.
|
void |
finishStage(ResponseBuilder rb)
Called after all responses have been received for this stage.
|
SolrInfoBean.Category |
getCategory()
Category of this component
|
String |
getDescription()
Simple one or two line description
|
void |
handleResponses(ResponseBuilder rb,
ShardRequest sreq)
Called after all responses for a single request were received
|
void |
init(NamedList args) |
void |
prepare(ResponseBuilder rb)
Prepare the response.
|
void |
process(ResponseBuilder rb)
Process the request for this component
|
getMetricNames, getMetricRegistry, getName, modifyRequest, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetricsSnapshot, registerMetricNamepublic static final int UNLIMITED_MAX_COUNT
public static final String COMPONENT_NAME
public void init(NamedList args)
init in interface NamedListInitializedPlugininit in class SearchComponentpublic 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 ResponseBuilderIOException - If there is a low-level I/O error.protected void checkShardsWhitelist(ResponseBuilder rb, List<String> lst)
public void process(ResponseBuilder rb) throws IOException
SearchComponentprocess in class SearchComponentrb - The ResponseBuilderIOException - If there is a low-level I/O error.public int distributedProcess(ResponseBuilder rb) throws IOException
SearchComponentdistributedProcess in class SearchComponentIOExceptionpublic void handleResponses(ResponseBuilder rb, ShardRequest sreq)
SearchComponenthandleResponses in class SearchComponentpublic void finishStage(ResponseBuilder rb)
SearchComponentfinishStage in class SearchComponentpublic String getDescription()
SolrInfoBeangetDescription in interface SolrInfoBeangetDescription in class SearchComponentpublic SolrInfoBean.Category getCategory()
SolrInfoBeangetCategory in interface SolrInfoBeangetCategory in class SearchComponentCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.