| Package | Description |
|---|---|
| org.apache.solr.core | |
| org.apache.solr.handler | |
| org.apache.solr.handler.component | |
| org.apache.solr.update |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractSolrEventListener |
(package private) class |
QuerySenderListener |
(package private) class |
RunExecutableListener |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<SolrEventListener> |
SolrCore.firstSearcherListeners |
(package private) java.util.List<SolrEventListener> |
SolrCore.newSearcherListeners |
| Modifier and Type | Method and Description |
|---|---|
SolrEventListener |
SolrCore.createEventListener(java.lang.String className) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
private SolrEventListener |
ReplicationHandler.getEventListener(boolean snapshoot,
boolean getCommit)
Register a listener for postcommit/optimize
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
SpellCheckComponent.SpellCheckerListener |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector<SolrEventListener> |
UpdateHandler.commitCallbacks |
protected java.util.Vector<SolrEventListener> |
UpdateHandler.optimizeCallbacks |
| Modifier and Type | Method and 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.
|