| Package | Description |
|---|---|
| org.apache.solr.core | |
| org.apache.solr.update |
| Modifier and Type | Method and Description |
|---|---|
SolrEventListener |
SolrCore.createEventListener(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 | Field and Description |
|---|---|
protected Vector<SolrEventListener> |
UpdateHandler.commitCallbacks |
protected 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.
|
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.