Package | Description |
---|---|
org.apache.solr.core |
Factories for Mock classes that can be used in test configurations
|
org.apache.solr.schema |
FieldType plugins that have additional dependencies. |
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 The Apache Software Foundation. All rights reserved.