|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.solr.tst.OldRequestHandler
@Deprecated public class OldRequestHandler
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean |
|---|
SolrInfoMBean.Category |
| Constructor Summary | |
|---|---|
OldRequestHandler()
Deprecated. |
|
| Method Summary | |
|---|---|
SolrInfoMBean.Category |
getCategory()
Deprecated. Purpose of this Class |
String |
getDescription()
Deprecated. Simple one or two line description |
URL[] |
getDocs()
Deprecated. Documentation URL list. |
String |
getName()
Deprecated. Simple common usage name, e.g. |
String |
getSource()
Deprecated. CVS Source, SVN Source, etc |
String |
getSourceId()
Deprecated. CVS Id, SVN Id, etc |
NamedList |
getStatistics()
Deprecated. Any statistics this instance would like to be publicly available via the Solr Administration interface. |
String |
getVersion()
Deprecated. Simple common usage version, e.g. |
void |
handleRequest(SolrQueryRequest req,
SolrQueryResponse rsp)
Deprecated. Handles a query request, this method must be thread safe. |
void |
init(NamedList args)
Deprecated. init will be called just once, immediately after creation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OldRequestHandler()
| Method Detail |
|---|
public void init(NamedList args)
SolrRequestHandlerinit will be called just once, immediately after creation.
The args are user-level initialization parameters that may be specified when declaring a request handler in solrconfig.xml
init in interface SolrRequestHandler
public void handleRequest(SolrQueryRequest req,
SolrQueryResponse rsp)
SolrRequestHandler
Information about the request may be obtained from req and
response information may be set using rsp.
There are no mandatory actions that handleRequest must perform. An empty handleRequest implementation would fulfill all interface obligations.
handleRequest in interface SolrRequestHandlerpublic String getName()
SolrInfoMBean
getName in interface SolrInfoMBeanpublic String getVersion()
SolrInfoMBean
getVersion in interface SolrInfoMBeanpublic String getDescription()
SolrInfoMBean
getDescription in interface SolrInfoMBeanpublic SolrInfoMBean.Category getCategory()
SolrInfoMBean
getCategory in interface SolrInfoMBeanpublic String getSourceId()
SolrInfoMBean
getSourceId in interface SolrInfoMBeanpublic String getSource()
SolrInfoMBean
getSource in interface SolrInfoMBeanpublic URL[] getDocs()
SolrInfoMBeanSuggested documentation URLs: Homepage for sponsoring project, FAQ on class usage, Design doc for class, Wiki, bug reporting URL, etc...
getDocs in interface SolrInfoMBeanpublic NamedList getStatistics()
SolrInfoMBean
Any Object type may be stored in the list, but only the
toString() representation will be used.
getStatistics in interface SolrInfoMBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||