| org.apache.solr.core.SolrInfoMBean
All known Subclasses: org.apache.solr.search.SolrIndexSearcher, org.apache.solr.handler.RequestHandlerBase, org.apache.solr.update.UpdateHandler,
SolrInfoMBean | public interface SolrInfoMBean (Code) | | MBean interface for getting various ui friendly strings and URLs
for use by objects which are 'pluggable' to make server administration
easier.
author: ronp version: $Id: SolrInfoMBean.java 472574 2006-11-08 18:25:52Z yonik $ |
Inner Class :public enum Category | |
getCategory | public Category getCategory()(Code) | | Purpose of this Class
|
getDescription | public String getDescription()(Code) | | Simple one or two line description
|
getDocs | public URL[] getDocs()(Code) | | Documentation URL list.
Suggested documentation URLs: Homepage for sponsoring project,
FAQ on class usage, Design doc for class, Wiki, bug reporting URL, etc...
|
getName | public String getName()(Code) | | Simple common usage name, e.g. BasicQueryHandler,
or fully qualified clas name.
|
getSource | public String getSource()(Code) | | CVS Source, SVN Source, etc
|
getSourceId | public String getSourceId()(Code) | | CVS Id, SVN Id, etc
|
getStatistics | public NamedList getStatistics()(Code) | | 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.
|
getVersion | public String getVersion()(Code) | | Simple common usage version, e.g. 2.0
|
|
|