Interface Generator<M,C extends com.lucidworks.apollo.pipeline.StageConfig>

Type Parameters:
M -
C -
All Superinterfaces:
Configurable<C>, Lifecycle, Processor<M>, Stage<M,C>, StageOutput<M>
All Known Implementing Classes:
AbstractGenerator

public interface Generator<M,C extends com.lucidworks.apollo.pipeline.StageConfig> extends Stage<M,C>, StageOutput<M>, Lifecycle
A stateful stage that generates documents Since a Generator can stop itself, it adds an onFinished listener
  • Method Details

    • onFinished

      void onFinished(Runnable finishedRunnable)