Uses of Class
org.apache.solr.update.processor.FieldMutatingUpdateProcessor
-
Packages that use FieldMutatingUpdateProcessor Package Description org.apache.solr.update.processor UpdateRequestProcessorFactory
APIs and implementations for use inUpdateRequestProcessorChain
s -
-
Uses of FieldMutatingUpdateProcessor in org.apache.solr.update.processor
Subclasses of FieldMutatingUpdateProcessor in org.apache.solr.update.processor Modifier and Type Class 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 independentlyMethods in org.apache.solr.update.processor that return FieldMutatingUpdateProcessor Modifier and Type Method Description static FieldMutatingUpdateProcessor
FieldMutatingUpdateProcessor. mutator(FieldMutatingUpdateProcessor.FieldNameSelector selector, UpdateRequestProcessor next, Function<org.apache.solr.common.SolrInputField,org.apache.solr.common.SolrInputField> fun)
-