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