org.apache.solr.update.processor
Class FieldMutatingUpdateProcessorFactory.SelectorParams

java.lang.Object
  extended by org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory.SelectorParams
Enclosing class:
FieldMutatingUpdateProcessorFactory

public static final class FieldMutatingUpdateProcessorFactory.SelectorParams
extends Object


Field Summary
 Set<String> fieldName
           
 Boolean fieldNameMatchesSchemaField
           
 Collection<Pattern> fieldRegex
           
 Collection<String> typeClass
           
 Set<String> typeName
           
 
Constructor Summary
FieldMutatingUpdateProcessorFactory.SelectorParams()
           
 
Method Summary
 boolean noSelectorsSpecified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldName

public Set<String> fieldName

typeName

public Set<String> typeName

typeClass

public Collection<String> typeClass

fieldRegex

public Collection<Pattern> fieldRegex

fieldNameMatchesSchemaField

public Boolean fieldNameMatchesSchemaField
Constructor Detail

FieldMutatingUpdateProcessorFactory.SelectorParams

public FieldMutatingUpdateProcessorFactory.SelectorParams()
Method Detail

noSelectorsSpecified

public boolean noSelectorsSpecified()


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.