Package org.apache.solr.update.processor
Interface FieldMutatingUpdateProcessor.FieldNameSelector
-
- Enclosing class:
- FieldMutatingUpdateProcessor
public static interface FieldMutatingUpdateProcessor.FieldNameSelector
Interface for identifying which fields should be mutated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
shouldMutate(String fieldName)
-
-
-
Method Detail
-
shouldMutate
boolean shouldMutate(String fieldName)
-
-