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, solrMetricsContext
TYPE
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, setPluginInfo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMetricRegistry, getMetricsSnapshot, registerMetricName
close, getUniqueMetricTag, initializeMetrics
registerV1, registerV2
public 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()
SolrInfoBean
getDescription
in interface SolrInfoBean
getDescription
in class RequestHandlerBase
public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
handleRequestBody
in class RequestHandlerBase
Exception
protected OffsetCorrector getOffsetCorrector(SolrParams params, Callable<String> inputStringProvider) throws Exception
Exception
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.