Package | Description |
---|---|
org.apache.solr.core | |
org.apache.solr.update | |
org.apache.solr.update.processor |
Modifier and Type | Field and Description |
---|---|
private UpdateHandler |
SolrCore.updateHandler |
Modifier and Type | Method and Description |
---|---|
private UpdateHandler |
SolrCore.createUpdateHandler(java.lang.String className) |
UpdateHandler |
SolrCore.getUpdateHandler()
RequestHandlers need access to the updateHandler so they can all talk to the
same RAM indexer.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectUpdateHandler
Deprecated.
Use
DirectUpdateHandler2 instead. This is only kept around for back-compatibility (way back). |
class |
DirectUpdateHandler2
DirectUpdateHandler2 implements an UpdateHandler where documents are added
directly to the main Lucene index as opposed to adding to a separate smaller index. |
Modifier and Type | Field and Description |
---|---|
private UpdateHandler |
RunUpdateProcessor.updateHandler |