|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.solr.handler.RequestHandlerBase
public abstract class RequestHandlerBase
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean |
---|
SolrInfoMBean.Category |
Field Summary | |
---|---|
protected org.apache.solr.common.params.SolrParams |
appends
|
protected org.apache.solr.common.params.SolrParams |
defaults
|
protected boolean |
httpCaching
|
protected org.apache.solr.common.util.NamedList |
initArgs
|
protected org.apache.solr.common.params.SolrParams |
invariants
|
Constructor Summary | |
---|---|
RequestHandlerBase()
|
Method Summary | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SolrInfoMBean.Category |
getCategory()
Purpose of this Class |
||||||||||||||||||||||||||||
abstract String |
getDescription()
Simple one or two line description |
||||||||||||||||||||||||||||
URL[] |
getDocs()
Documentation URL list. |
||||||||||||||||||||||||||||
org.apache.solr.common.util.NamedList |
getInitArgs()
|
||||||||||||||||||||||||||||
String |
getName()
Simple common usage name, e.g. |
||||||||||||||||||||||||||||
abstract String |
getSource()
CVS Source, SVN Source, etc |
||||||||||||||||||||||||||||
abstract String |
getSourceId()
CVS Id, SVN Id, etc |
||||||||||||||||||||||||||||
org.apache.solr.common.util.NamedList |
getStatistics()
Any statistics this instance would like to be publicly available via the Solr Administration interface. |
||||||||||||||||||||||||||||
abstract String |
getVersion()
Simple common usage version, e.g. |
||||||||||||||||||||||||||||
void |
handleRequest(SolrQueryRequest req,
SolrQueryResponse rsp)
Handles a query request, this method must be thread safe. |
||||||||||||||||||||||||||||
abstract void |
handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp)
|
||||||||||||||||||||||||||||
void |
init(org.apache.solr.common.util.NamedList args)
Initializes the SolrRequestHandler by creating three SolrParams named:
initArgsprotected org.apache.solr.common.util.NamedList initArgs defaultsprotected org.apache.solr.common.params.SolrParams defaults appendsprotected org.apache.solr.common.params.SolrParams appends invariantsprotected org.apache.solr.common.params.SolrParams invariants httpCachingprotected boolean httpCaching
RequestHandlerBasepublic RequestHandlerBase()
initpublic void init(org.apache.solr.common.util.NamedList args)
getInitArgspublic org.apache.solr.common.util.NamedList getInitArgs() handleRequestBodypublic abstract void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
handleRequestpublic void handleRequest(SolrQueryRequest req, SolrQueryResponse rsp)
getNamepublic String getName()
getDescriptionpublic abstract String getDescription()
getSourceIdpublic abstract String getSourceId()
getSourcepublic abstract String getSource()
getVersionpublic abstract String getVersion()
getCategorypublic SolrInfoMBean.Category getCategory()
getDocspublic URL[] getDocs()
getStatisticspublic org.apache.solr.common.util.NamedList getStatistics()
Copyright © 2008 Apache Software Foundation. All Rights Reserved. |