Uses of Class
org.apache.solr.update.processor.AbstractDefaultValueUpdateProcessorFactory

Packages that use AbstractDefaultValueUpdateProcessorFactory
org.apache.solr.update.processor   
 

Uses of AbstractDefaultValueUpdateProcessorFactory in org.apache.solr.update.processor
 

Subclasses of AbstractDefaultValueUpdateProcessorFactory in org.apache.solr.update.processor
 class DefaultValueUpdateProcessorFactory
           An update processor that adds a constant default value to any document being added that does not already have a value in the specified field.
 class TimestampUpdateProcessorFactory
           An update processor that adds a newly generated Date value of "NOW" to any document being added that does not already have a value in the specified field.
 class UUIDUpdateProcessorFactory
           An update processor that adds a newly generated UUID value to any document being added that does not already have a value in the specified field.
 



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