| Package | Description |
|---|---|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCores |
| org.apache.solr.update |
APIs and classes for managing index updates
|
| Modifier and Type | Method and Description |
|---|---|
UpdateHandler |
SolrCore.getUpdateHandler()
RequestHandlers need access to the updateHandler so they can all talk to the
same RAM indexer.
|
| Constructor and Description |
|---|
SolrCore(String name,
String dataDir,
SolrConfig config,
IndexSchema schema,
CoreDescriptor cd,
UpdateHandler updateHandler,
IndexDeletionPolicyWrapper delPolicy,
SolrCore prev)
Creates a new core and register it in the list of cores.
|
| Modifier and Type | Class and Description |
|---|---|
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 | Method and Description |
|---|---|
void |
HdfsUpdateLog.init(UpdateHandler uhandler,
SolrCore core) |
void |
UpdateLog.init(UpdateHandler uhandler,
SolrCore core) |
| Constructor and Description |
|---|
DirectUpdateHandler2(SolrCore core,
UpdateHandler updateHandler) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.