- All Implemented Interfaces:
- Processor
public class RecordProcessor
extends Object
implements Processor
Pulls records using a specific Solr Query, as specified in the config file.
Processing is stage-sensitive.
For "pre"- processing: @see #getRecords(String, String, String, HashMap)
For "post"- processing @see #postProcess(String, String, String, HashMap)
- Author:
- Shilo Banihit