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 classAbstractSolrEventListenerclassQuerySenderListenerMethods 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. -
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.
-