Uses of Interface
org.apache.solr.update.processor.UpdateRequestProcessorFactory.RunAlways
Packages that use UpdateRequestProcessorFactory.RunAlways
Package
Description
UpdateRequestProcessorFactory APIs and implementations
for use in UpdateRequestProcessorChains-
Uses of UpdateRequestProcessorFactory.RunAlways in org.apache.solr.update.processor
Classes in org.apache.solr.update.processor that implement UpdateRequestProcessorFactory.RunAlwaysModifier and TypeClassDescriptionclassThis 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.classThis 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.classA logging processor.classThis 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.classSuppresses errors for individual add/delete commands within a single request.