Package com.lucidworks.apollo.pipeline
Interface Configurable<C extends com.lucidworks.apollo.pipeline.StageConfig>
- All Known Implementing Classes:
AbstractGenerator,AbstractProcessor,AbstractStage,RuntimeStage
public interface Configurable<C extends com.lucidworks.apollo.pipeline.StageConfig>
Something that can be configured (data source, pipeline stage, aggregation, etc)
-
Method Summary
-
Method Details
-
getConfiguration
C getConfiguration() -
init
void init() -
getProperty
-