Uses of Interface
org.apache.solr.update.processor.UpdateRequestProcessorFactory.RunAlways
-
Packages that use UpdateRequestProcessorFactory.RunAlways Package Description org.apache.solr.update.processor UpdateRequestProcessorFactory
APIs and implementations for use inUpdateRequestProcessorChain
s -
-
Uses of UpdateRequestProcessorFactory.RunAlways in org.apache.solr.update.processor
Classes in org.apache.solr.update.processor that implement UpdateRequestProcessorFactory.RunAlways Modifier and Type Class 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 configuredversionField
, 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.
-