Uses of Class
org.apache.solr.update.processor.AbstractDefaultValueUpdateProcessorFactory
-
Packages that use AbstractDefaultValueUpdateProcessorFactory Package Description org.apache.solr.update.processor UpdateRequestProcessorFactoryAPIs and implementations for use inUpdateRequestProcessorChains -
-
Uses of AbstractDefaultValueUpdateProcessorFactory in org.apache.solr.update.processor
Subclasses of AbstractDefaultValueUpdateProcessorFactory in org.apache.solr.update.processor Modifier and Type Class Description classDefaultValueUpdateProcessorFactoryAn update processor that adds a constant default value to any document being added that does not already have a value in the specified field.classTimestampUpdateProcessorFactoryAn update processor that adds a newly generatedDatevalue of "NOW" to any document being added that does not already have a value in the specified field.
-