| Modifier and Type | Field and Description |
|---|---|
protected AnyMap |
_configuration
Pipelet configuration.
|
| Constructor and Description |
|---|
SolrSearchPipelet() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(AnyMap config)
set configuration of pipelet. called once after instantiation before the pipelet is actually used in a workflow.
|
SolrManager |
getSolrManager()
Get SolrManager.
|
java.lang.String[] |
process(Blackboard blackboard,
java.lang.String[] queryIds)
process given records.
|
void |
setSolrManager(SolrManager solrManager)
Set SolrManager.
|
protected AnyMap _configuration
public void configure(AnyMap config) throws ProcessingException
configure in interface Pipeletconfig - configuration of pipelet.ProcessingException - configuration is not applicable for pipelet (missing properties, wrong datatypes)Pipelet.configure(org.eclipse.smila.datamodel.AnyMap)public java.lang.String[] process(Blackboard blackboard, java.lang.String[] queryIds) throws ProcessingException
process in interface Pipeletblackboard - Blackboard holding and managing the records.queryIds - Ids of records to process.ProcessingException - error during processing.Pipelet.process(org.eclipse.smila.blackboard.Blackboard, java.lang.String[])public void setSolrManager(SolrManager solrManager)
solrManager - the SolrManager.public SolrManager getSolrManager()