org.apache.solr.core
Interface SolrInfoMBean

All Known Subinterfaces:
SolrCache, SolrRequestHandler
All Known Implementing Classes:
CSVRequestHandler, DirectUpdateHandler, DirectUpdateHandler2, DisMaxRequestHandler, DumpRequestHandler, LRUCache, LukeRequestHandler, OldRequestHandler, PluginInfoHandler, PropertiesRequestHandler, RequestHandlerBase, SolrIndexSearcher, SpellCheckerRequestHandler, StandardRequestHandler, SystemInfoHandler, TestRequestHandler, ThreadDumpHandler, UpdateHandler, XmlUpdateRequestHandler

public interface SolrInfoMBean

MBean interface for getting various ui friendly strings and URLs for use by objects which are 'pluggable' to make server administration easier.

Version:
$Id: SolrInfoMBean.java 472574 2006-11-08 18:25:52Z yonik $
Author:
ronp

Nested Class Summary
static class SolrInfoMBean.Category
           
 
Method Summary
 SolrInfoMBean.Category getCategory()
          Purpose of this Class
 java.lang.String getDescription()
          Simple one or two line description
 java.net.URL[] getDocs()
          Documentation URL list.
 java.lang.String getName()
          Simple common usage name, e.g.
 java.lang.String getSource()
          CVS Source, SVN Source, etc
 java.lang.String getSourceId()
          CVS Id, SVN Id, etc
 NamedList getStatistics()
          Any statistics this instance would like to be publicly available via the Solr Administration interface.
 java.lang.String getVersion()
          Simple common usage version, e.g.
 

Method Detail

getName

java.lang.String getName()
Simple common usage name, e.g. BasicQueryHandler, or fully qualified clas name.


getVersion

java.lang.String getVersion()
Simple common usage version, e.g. 2.0


getDescription

java.lang.String getDescription()
Simple one or two line description


getCategory

SolrInfoMBean.Category getCategory()
Purpose of this Class


getSourceId

java.lang.String getSourceId()
CVS Id, SVN Id, etc


getSource

java.lang.String getSource()
CVS Source, SVN Source, etc


getDocs

java.net.URL[] getDocs()
Documentation URL list.

Suggested documentation URLs: Homepage for sponsoring project, FAQ on class usage, Design doc for class, Wiki, bug reporting URL, etc...


getStatistics

NamedList getStatistics()
Any statistics this instance would like to be publicly available via the Solr Administration interface.

Any Object type may be stored in the list, but only the toString() representation will be used.



Copyright © 2006 - 2009 The Apache Software Foundation