Package | Description |
---|---|
org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain s |
Modifier and Type | Class and Description |
---|---|
class |
AddSchemaFieldsUpdateProcessorFactory
This processor will dynamically add fields to the schema if an input document contains
one or more fields that don't match any field or dynamic field in the schema.
|
class |
DocBasedVersionConstraintsProcessorFactory
This Factory generates an UpdateProcessor that helps to enforce Version
constraints on documents based on per-document version numbers using a configured
versionField , a comma-delimited list of fields to check for version
numbers. |
class |
LogUpdateProcessorFactory
A logging processor.
|
class |
SkipExistingDocumentsProcessorFactory
This Factory generates an UpdateProcessor that will (by default) skip inserting new documents
if there already exists a document with the same uniqueKey value in the index.
|
class |
TolerantUpdateProcessorFactory
Suppresses errors for individual add/delete commands within a single request.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.