Package com.acumenvelocity.ath.solr.doc
Class SolrDocWriterStep
- java.lang.Object
-
- net.sf.okapi.common.pipeline.BasePipelineStep
-
- com.acumenvelocity.ath.solr.SolrIndexWriterStep
-
- com.acumenvelocity.ath.solr.doc.SolrDocWriterStep
-
- All Implemented Interfaces:
AutoCloseable,Function<Stream<net.sf.okapi.common.Event>,Stream<net.sf.okapi.common.Event>>,net.sf.okapi.common.pipeline.IPipelineStep
public class SolrDocWriterStep extends SolrIndexWriterStep
-
-
Constructor Summary
Constructors Constructor Description SolrDocWriterStep(UUID docId, String docFileName, UUID userId, boolean newDoc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()-
Methods inherited from class com.acumenvelocity.ath.solr.SolrIndexWriterStep
getCoreName, getSolrClient, getTuBatch, getTuBatchSize, isAutoCommit, isRequireTarget
-
Methods inherited from class net.sf.okapi.common.pipeline.BasePipelineStep
cancel, destroy, getHelpLocation, getParameters, getSourceLocale, getTargetLocale, handleEvent, isDone, isLastOutputStep, setLastOutputStep, setParameters, setSourceLocale, setTargetLocale
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacenet.sf.okapi.common.pipeline.IPipelineStep- Overrides:
getNamein classSolrIndexWriterStep
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfacenet.sf.okapi.common.pipeline.IPipelineStep- Overrides:
getDescriptionin classSolrIndexWriterStep
-
-