public abstract class HighlightingPluginBase extends java.lang.Object implements SolrInfoMBean
SolrInfoMBean.Category| Modifier and Type | Field and Description |
|---|---|
protected SolrParams |
defaults |
protected long |
numRequests |
| Constructor and Description |
|---|
HighlightingPluginBase() |
| Modifier and Type | Method and Description |
|---|---|
SolrInfoMBean.Category |
getCategory()
Purpose of this Class
|
abstract 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.
|
abstract java.lang.String |
getSource()
CVS Source, SVN Source, etc
|
abstract 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.
|
abstract java.lang.String |
getVersion()
Simple common usage version, e.g.
|
void |
init(NamedList args) |
protected long numRequests
protected SolrParams defaults
public void init(NamedList args)
public java.lang.String getName()
SolrInfoMBeangetName in interface SolrInfoMBeanpublic abstract java.lang.String getDescription()
SolrInfoMBeangetDescription in interface SolrInfoMBeanpublic abstract java.lang.String getSourceId()
SolrInfoMBeangetSourceId in interface SolrInfoMBeanpublic abstract java.lang.String getSource()
SolrInfoMBeangetSource in interface SolrInfoMBeanpublic abstract java.lang.String getVersion()
SolrInfoMBeangetVersion in interface SolrInfoMBeanpublic SolrInfoMBean.Category getCategory()
SolrInfoMBeangetCategory in interface SolrInfoMBeanpublic java.net.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