Uses of Class
org.apache.solr.update.processor.FieldValueSubsetUpdateProcessorFactory
-
Packages that use FieldValueSubsetUpdateProcessorFactory Package Description org.apache.solr.update.processor UpdateRequestProcessorFactoryAPIs and implementations for use inUpdateRequestProcessorChains -
-
Uses of FieldValueSubsetUpdateProcessorFactory in org.apache.solr.update.processor
Subclasses of FieldValueSubsetUpdateProcessorFactory in org.apache.solr.update.processor Modifier and Type Class Description classFirstFieldValueUpdateProcessorFactoryKeeps only the first value of fields matching the specified conditions.classLastFieldValueUpdateProcessorFactoryKeeps only the last value of fields matching the specified conditions.classMaxFieldValueUpdateProcessorFactoryAn update processor that keeps only the maximum value from any selected fields where multiple values are found.classMinFieldValueUpdateProcessorFactoryAn update processor that keeps only the minimum value from any selected fields where multiple values are found.classUniqFieldsUpdateProcessorFactoryRemoves duplicate values found in fields matching the specified conditions.
-