|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.solr.highlight.HighlightingPluginBase
public abstract class HighlightingPluginBase
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean |
---|
SolrInfoMBean.Category |
Field Summary | |
---|---|
protected org.apache.solr.common.params.SolrParams |
defaults
|
protected long |
numRequests
|
Constructor Summary | |
---|---|
HighlightingPluginBase()
|
Method Summary | |
---|---|
SolrInfoMBean.Category |
getCategory()
Purpose of this Class |
abstract String |
getDescription()
Simple one or two line description |
URL[] |
getDocs()
Documentation URL list. |
String |
getName()
Simple common usage name, e.g. |
abstract String |
getSource()
CVS Source, SVN Source, etc |
abstract String |
getSourceId()
CVS Id, SVN Id, etc |
org.apache.solr.common.util.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 |
init(org.apache.solr.common.util.NamedList args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long numRequests
protected org.apache.solr.common.params.SolrParams defaults
Constructor Detail |
---|
public HighlightingPluginBase()
Method Detail |
---|
public void init(org.apache.solr.common.util.NamedList args)
public String getName()
SolrInfoMBean
getName
in interface SolrInfoMBean
public abstract String getDescription()
SolrInfoMBean
getDescription
in interface SolrInfoMBean
public abstract String getSourceId()
SolrInfoMBean
getSourceId
in interface SolrInfoMBean
public abstract String getSource()
SolrInfoMBean
getSource
in interface SolrInfoMBean
public abstract String getVersion()
SolrInfoMBean
getVersion
in interface SolrInfoMBean
public SolrInfoMBean.Category getCategory()
SolrInfoMBean
getCategory
in interface SolrInfoMBean
public URL[] getDocs()
SolrInfoMBean
Suggested documentation URLs: Homepage for sponsoring project, FAQ on class usage, Design doc for class, Wiki, bug reporting URL, etc...
getDocs
in interface SolrInfoMBean
public org.apache.solr.common.util.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 |