Package | Description |
---|---|
org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain s |
Modifier and Type | Class and Description |
---|---|
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-2018 Apache Software Foundation. All Rights Reserved.