| Package | Description |
|---|---|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCores |
| org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
| org.apache.solr.update |
APIs and classes for managing index updates
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSolrEventListener |
class |
QuerySenderListener |
| 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 | Class and Description |
|---|---|
class |
ExternalFileFieldReloader
An event listener to reload ExternalFileFields for new searchers.
|
| Modifier and Type | Field and Description |
|---|---|
protected Vector<SolrEventListener> |
UpdateHandler.commitCallbacks |
protected Vector<SolrEventListener> |
UpdateHandler.optimizeCallbacks |
protected Vector<SolrEventListener> |
UpdateHandler.softCommitCallbacks |
| 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.
|
void |
UpdateHandler.registerSoftCommitCallback(SolrEventListener listener)
NOTE: this function is not thread safe.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.