Package org.apache.solr.update.processor
Class FieldMutatingUpdateProcessorFactory.SelectorParams
- java.lang.Object
-
- org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
-
- Enclosing class:
- FieldMutatingUpdateProcessorFactory
public static final class FieldMutatingUpdateProcessorFactory.SelectorParams extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Set<String>
fieldName
Boolean
fieldNameMatchesSchemaField
Collection<Pattern>
fieldRegex
Collection<String>
typeClass
Set<String>
typeName
-
Constructor Summary
Constructors Constructor Description SelectorParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
noSelectorsSpecified()
-
-
-
Field Detail
-
typeClass
public Collection<String> typeClass
-
fieldRegex
public Collection<Pattern> fieldRegex
-
fieldNameMatchesSchemaField
public Boolean fieldNameMatchesSchemaField
-
-