Uses of Class
org.apache.solr.update.processor.FieldValueSubsetUpdateProcessorFactory

Packages that use FieldValueSubsetUpdateProcessorFactory
org.apache.solr.update.processor UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain
 

Uses of FieldValueSubsetUpdateProcessorFactory in org.apache.solr.update.processor
 

Subclasses of FieldValueSubsetUpdateProcessorFactory in org.apache.solr.update.processor
 class FirstFieldValueUpdateProcessorFactory
          Keeps only the first value of fields matching the specified conditions.
 class LastFieldValueUpdateProcessorFactory
          Keeps only the last value of fields matching the specified conditions.
 class MaxFieldValueUpdateProcessorFactory
          An update processor that keeps only the the maximum value from any selected fields where multiple values are found.
 class MinFieldValueUpdateProcessorFactory
          An update processor that keeps only the the minimum value from any selected fields where multiple values are found.
 class UniqFieldsUpdateProcessorFactory
          Removes duplicate values found in fields matching the specified conditions.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.