Class RegexpBoostProcessorFactory

java.lang.Object
org.apache.solr.update.processor.UpdateRequestProcessorFactory
org.apache.solr.update.processor.RegexpBoostProcessorFactory
All Implemented Interfaces:
NamedListInitializedPlugin

public class RegexpBoostProcessorFactory extends UpdateRequestProcessorFactory
Factory which creates RegexBoostProcessors

The factory initializes a shared object cache which is passed to the processor and this way reduces rules file parsing to the first time the UpdateChain is initialized.

Since:
4.2.0