Uses of Interface
org.apache.solr.update.processor.UpdateRequestProcessorFactory.RunAlways
-
Packages that use UpdateRequestProcessorFactory.RunAlways Package Description org.apache.solr.update.processor UpdateRequestProcessorFactoryAPIs and implementations for use inUpdateRequestProcessorChains -
-
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 classAddSchemaFieldsUpdateProcessorFactoryThis 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.classDocBasedVersionConstraintsProcessorFactoryThis 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.classLogUpdateProcessorFactoryA logging processor.classSkipExistingDocumentsProcessorFactoryThis 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.classTolerantUpdateProcessorFactorySuppresses errors for individual add/delete commands within a single request.
-