public class TaggerRequestHandler extends RequestHandlerBase
SolrInfoBean.Category, SolrInfoBean.Group| Modifier and Type | Field and Description |
|---|---|
static String |
IGNORE_STOPWORDS
Request parameter.
|
static String |
MATCH_TEXT
Request parameter.
|
static String |
OVERLAPS
Request parameter.
|
static String |
SKIP_ALT_TOKENS
Request parameter.
|
static String |
TAGS_LIMIT
Request parameter.
|
static String |
XML_OFFSET_ADJUST
Request parameter.
|
appends, defaults, httpCaching, initArgs, invariants, solrMetricsContextTYPE| Constructor and Description |
|---|
TaggerRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Simple one or two line description
|
protected OffsetCorrector |
getOffsetCorrector(SolrParams params,
Callable<String> inputStringProvider) |
void |
handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp) |
getApis, getCategory, getInitArgs, getMetricNames, getName, getPluginInfo, getRequestHandler, getSolrMetricsContext, getSolrParamsFromNamedList, getSubHandler, handleRequest, init, initializeMetrics, setPluginInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetricRegistry, getMetricsSnapshot, registerMetricNameclose, getUniqueMetricTag, initializeMetricsregisterV1, registerV2public static final String OVERLAPS
public static final String TAGS_LIMIT
public static final String MATCH_TEXT
public static final String SKIP_ALT_TOKENS
public static final String IGNORE_STOPWORDS
public static final String XML_OFFSET_ADJUST
public String getDescription()
SolrInfoBeangetDescription in interface SolrInfoBeangetDescription in class RequestHandlerBasepublic void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
handleRequestBody in class RequestHandlerBaseExceptionprotected OffsetCorrector getOffsetCorrector(SolrParams params, Callable<String> inputStringProvider) throws Exception
ExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.