Uses of Interface
org.apache.solr.core.SolrEventListener
-
Packages that use SolrEventListener Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCore
sorg.apache.solr.schema IndexSchema
andFieldType
implementations for powering schema.xmlorg.apache.solr.update APIs and classes for managing index updates -
-
Uses of SolrEventListener in org.apache.solr.core
Classes in org.apache.solr.core that implement SolrEventListener Modifier and Type Class Description class
AbstractSolrEventListener
class
DelegatingEventListener
ASolrEventListener
wrapper that loads class from a package and reload if it's modifiedclass
QuerySenderListener
Methods in org.apache.solr.core that return SolrEventListener Modifier and Type Method Description SolrEventListener
SolrCore. createEventListener(PluginInfo info)
Methods in org.apache.solr.core with parameters of type SolrEventListener Modifier and Type Method Description void
SolrCore. registerFirstSearcherListener(SolrEventListener listener)
NOTE: this function is not thread safe.void
SolrCore. registerNewSearcherListener(SolrEventListener listener)
NOTE: this function is not thread safe.Constructor parameters in org.apache.solr.core with type arguments of type SolrEventListener Constructor Description DelegatingEventListener(PackagePluginHolder<SolrEventListener> holder)
-
Uses of SolrEventListener in org.apache.solr.schema
Classes in org.apache.solr.schema that implement SolrEventListener Modifier and Type Class Description class
ExternalFileFieldReloader
An event listener to reload ExternalFileFields for new searchers. -
Uses of SolrEventListener in org.apache.solr.update
Fields in org.apache.solr.update with type parameters of type SolrEventListener Modifier and Type Field Description protected Vector<SolrEventListener>
UpdateHandler. commitCallbacks
protected Vector<SolrEventListener>
UpdateHandler. optimizeCallbacks
protected Vector<SolrEventListener>
UpdateHandler. softCommitCallbacks
Methods in org.apache.solr.update with parameters of type SolrEventListener Modifier and Type Method Description void
UpdateHandler. registerCommitCallback(SolrEventListener listener)
NOTE: this function is not thread safe.void
UpdateHandler. registerOptimizeCallback(SolrEventListener listener)
NOTE: this function is not thread safe.void
UpdateHandler. registerSoftCommitCallback(SolrEventListener listener)
NOTE: this function is not thread safe.
-