Package | Description |
---|---|
org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain s |
Modifier and Type | Class and Description |
---|---|
class |
AllValuesOrNoneFieldMutatingUpdateProcessor
Abstract subclass of FieldMutatingUpdateProcessor for implementing
UpdateProcessors that will mutate all individual values of a selected
field independently.
|
class |
FieldValueMutatingUpdateProcessor
Abstract subclass of FieldMutatingUpdateProcessor for implementing
UpdateProcessors that will mutate all individual values of a selected
field independently
|
Modifier and Type | Method and Description |
---|---|
static FieldMutatingUpdateProcessor |
FieldMutatingUpdateProcessor.mutator(FieldMutatingUpdateProcessor.FieldNameSelector selector,
UpdateRequestProcessor next,
Function<SolrInputField,SolrInputField> fun) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.