Package | Description |
---|---|
org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain s |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.