| Package | Description |
|---|---|
| org.apache.solr.handler.dataimport |
DataImportHandler and related code. |
| Modifier and Type | Field and Description |
|---|---|
protected EntityProcessorWrapper |
ContextImpl.epw |
| Modifier and Type | Method and Description |
|---|---|
EntityProcessorWrapper |
DocBuilder.getEntityProcessorWrapper(Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityProcessorWrapper> |
EntityProcessorWrapper.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map<String,Object>> |
DocBuilder.collectDelta(EntityProcessorWrapper epw,
VariableResolver resolver,
Set<Map<String,Object>> deletedRows)
Collects unique keys of all Solr documents for whom one or more source tables have been changed since the last
indexed time.
|
| Constructor and Description |
|---|
ContextImpl(EntityProcessorWrapper epw,
VariableResolver resolver,
DataSource ds,
String currProcess,
Map<String,Object> global,
ContextImpl parentContext,
DocBuilder docBuilder) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.