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 ofSolrCoresorg.apache.solr.schema IndexSchemaandFieldTypeimplementations 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 classAbstractSolrEventListenerclassDelegatingEventListenerASolrEventListenerwrapper that loads class from a package and reload if it's modifiedclassQuerySenderListenerMethods in org.apache.solr.core that return SolrEventListener Modifier and Type Method Description SolrEventListenerSolrCore. createEventListener(PluginInfo info)Methods in org.apache.solr.core with parameters of type SolrEventListener Modifier and Type Method Description voidSolrCore. registerFirstSearcherListener(SolrEventListener listener)NOTE: this function is not thread safe.voidSolrCore. 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 classExternalFileFieldReloaderAn 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. commitCallbacksprotected Vector<SolrEventListener>UpdateHandler. optimizeCallbacksprotected Vector<SolrEventListener>UpdateHandler. softCommitCallbacksMethods in org.apache.solr.update with parameters of type SolrEventListener Modifier and Type Method Description voidUpdateHandler. registerCommitCallback(SolrEventListener listener)NOTE: this function is not thread safe.voidUpdateHandler. registerOptimizeCallback(SolrEventListener listener)NOTE: this function is not thread safe.voidUpdateHandler. registerSoftCommitCallback(SolrEventListener listener)NOTE: this function is not thread safe.
-