public class DefaultIndexPipelineRegistrar extends AbstractIndexPipelineRegistrar
AbstractDefaultPipelineRegistrar.PipelineRegistrarException
Modifier and Type | Field and Description |
---|---|
static StageConfig |
DEFAULT_DYN_MAPPING_STAGE |
static StageConfig |
DEFAULT_SOLR_STAGE |
static com.lucidworks.apollo.pipeline.index.config.transform.GeoipLookupConfig |
GEOIP_LOOKUP_CONFIG_STAGE |
static com.lucidworks.apollo.pipeline.index.config.transform.FieldMappingConfig |
SIGNALS_INGEST_FIELD_MAPPING_STAGE |
static com.lucidworks.apollo.pipeline.index.config.transform.SignalFormatterConfig |
SIGNALS_INGEST_FORMATTER_STAGE |
static StageConfig |
SYSTEM_SOLR_STAGE |
static com.lucidworks.apollo.pipeline.index.config.route.UpdateRelatedDocConfig |
UPDATE_HAS_CLICK_ON_REQUEST_STAGE |
Constructor and Description |
---|
DefaultIndexPipelineRegistrar(CuratorComponent curatorComponent,
ObjectMapper mapper) |
init
init
public static final StageConfig DEFAULT_SOLR_STAGE
public static final StageConfig SYSTEM_SOLR_STAGE
public static final StageConfig DEFAULT_DYN_MAPPING_STAGE
public static final com.lucidworks.apollo.pipeline.index.config.transform.FieldMappingConfig SIGNALS_INGEST_FIELD_MAPPING_STAGE
public static final com.lucidworks.apollo.pipeline.index.config.transform.SignalFormatterConfig SIGNALS_INGEST_FORMATTER_STAGE
public static final com.lucidworks.apollo.pipeline.index.config.transform.GeoipLookupConfig GEOIP_LOOKUP_CONFIG_STAGE
public static final com.lucidworks.apollo.pipeline.index.config.route.UpdateRelatedDocConfig UPDATE_HAS_CLICK_ON_REQUEST_STAGE
public DefaultIndexPipelineRegistrar(CuratorComponent curatorComponent, ObjectMapper mapper)