|
||||||||||
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 SolrParams |
appends
|
protected SolrParams |
defaults
|
protected boolean |
httpCaching
|
protected NamedList |
initArgs
|
protected 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. |
||||||||||||||||||||||||||||
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 |
||||||||||||||||||||||||||||
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(NamedList args)
Initializes the SolrRequestHandler by creating three SolrParams named:
initArgsprotected NamedList initArgs defaultsprotected SolrParams defaults appendsprotected SolrParams appends invariantsprotected SolrParams invariants httpCachingprotected boolean httpCaching
RequestHandlerBasepublic RequestHandlerBase()
initpublic void init(NamedList args)
getInitArgspublic 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 NamedList getStatistics()
Copyright © 2008 Apache Software Foundation. All Rights Reserved. |