| Name | Description | Type | Package | Framework |
| AbstractDefaultValueUpdateProcessorFactory | Base class that can be extended by any UpdateRequestProcessorFactory designed to add a default value | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| 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 | org.apache.solr.update.processor | Apache Solr Lucene |
|
| AllValuesOrNoneFieldMutatingUpdateProcessor | Abstract subclass of FieldMutatingUpdateProcessor for implementing UpdateProcessors that will mutate all individual values of a selected | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| AtomicUpdateDocumentMerger | WARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| CloneFieldUpdateProcessorFactory | Clones the values found in any matching source field into the configured dest field. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| ConcatFieldUpdateProcessorFactory | Concatenates multiple values for fields matching the specified conditions using a configurable delimiter which defaults | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| CountFieldValuesUpdateProcessorFactory | Replaces any list of values for a field matching the specified conditions with the the count of the number of values for that field. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| 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 | org.apache.solr.update.processor | Apache Solr Lucene |
|
| DistributedUpdateProcessor | | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| DistributedUpdateProcessor .DistribPhase | Values this processor supports for the DISTRIB_UPDATE_PARAM. | Class | org.apache.solr.update.processor.DistributedUpdateProcessor | Apache Solr Lucene |
|
| DistributedUpdateProcessor .RequestReplicationTracker | Keeps track of the replication factor achieved for a distributed update request originated in this distributed update processor. | Class | org.apache.solr.update.processor.DistributedUpdateProcessor | Apache Solr Lucene |
|
| DistributedUpdateProcessorFactory | Factory for DistributedUpdateProcessor. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| DistributingUpdateProcessorFactory | A marker interface for denoting that a factory is responsible for handling distributed communication of updates across a SolrCloud cluster. | Interface | org.apache.solr.update.processor | Apache Solr Lucene |
|
| DocBasedVersionConstraintsProcessorFactory | This Factory generates an UpdateProcessor that helps to enforce Version constraints on documents based on per-document version numbers using a configured | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| DocExpirationUpdateProcessorFactory | Update Processor Factory for managing automatic expiration of documents. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| FieldLengthUpdateProcessorFactory | Replaces any CharSequence values found in fields matching the specified conditions with the lengths of those CharSequences (as an Integer). | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| FieldMutatingUpdateProcessor | Reusable base class for UpdateProcessors that will consider AddUpdateCommands and mutate the values associated with configured | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| FieldMutatingUpdateProcessor .FieldNameSelector | | Interface | org.apache.solr.update.processor.FieldMutatingUpdateProcessor | Apache Solr Lucene |
|
| FieldMutatingUpdateProcessorFactory | Base class for implementing Factories for FieldMutatingUpdateProcessors and FieldValueMutatingUpdateProcessors. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| FieldMutatingUpdateProcessorFactory .SelectorParams | | Class | org.apache.solr.update.processor.FieldMutatingUpdateProcessorFactory | Apache Solr Lucene |
|
| FieldNameMutatingUpdateProcessorFactory | In the FieldNameMutatingUpdateProcessorFactory configured below, fields names will be mutated if the name contains space. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| FieldValueMutatingUpdateProcessor | Abstract subclass of FieldMutatingUpdateProcessor for implementing UpdateProcessors that will mutate all individual values of a selected | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| FieldValueSubsetUpdateProcessorFactory | Base class for processors that want to mutate selected fields to only keep a subset of the original values. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| FirstFieldValueUpdateProcessorFactory | Keeps only the first value of fields matching the specified conditions. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| HTMLStripFieldUpdateProcessorFactory | Strips all HTML Markup in any CharSequence values found in fields matching the specified conditions. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| IgnoreCommitOptimizeUpdateProcessorFactory | Gives system administrators a way to ignore explicit commit or optimize requests from clients. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| IgnoreFieldUpdateProcessorFactory | Ignores & removes fields matching the specified conditions from any document being added to the index. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| LastFieldValueUpdateProcessorFactory | Keeps only the last value of fields matching the specified conditions. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| LogUpdateProcessorFactory | A logging processor. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| Lookup3Signature | | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| MaxFieldValueUpdateProcessorFactory | An update processor that keeps only the the maximum value from any selected fields where multiple values are found. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| MD5Signature | | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| MinFieldValueUpdateProcessorFactory | An update processor that keeps only the the minimum value from any selected fields where multiple values are found. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| NoOpDistributingUpdateProcessorFactory | A No-Op implementation of DistributingUpdateProcessorFactory that allways returns null. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| ParseBooleanFieldUpdateProcessorFactory | Attempts to mutate selected fields that have only CharSequence-typed values into Boolean values. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| ParseDateFieldUpdateProcessorFactory | Attempts to mutate selected fields that have only CharSequence-typed values into Date values. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| ParseDoubleFieldUpdateProcessorFactory | Attempts to mutate selected fields that have only CharSequence-typed values into Double values. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| ParseFloatFieldUpdateProcessorFactory | Attempts to mutate selected fields that have only CharSequence-typed values into Float values. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| ParseIntFieldUpdateProcessorFactory | Attempts to mutate selected fields that have only CharSequence-typed values into Integer values. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| ParseLongFieldUpdateProcessorFactory | Attempts to mutate selected fields that have only CharSequence-typed values into Long values. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| ParseNumericFieldUpdateProcessorFactory | Abstract base class for numeric parsing update processor factories. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| PreAnalyzedUpdateProcessorFactory | An update processor that parses configured fields of any document being added using PreAnalyzedField with the configured format parser. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| RegexpBoostProcessor | A processor which will match content of inputField against regular expressions found in boostFilename, and if it matches will return the corresponding boost | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| RegexpBoostProcessorFactory | Factory which creates RegexBoostProcessors The factory initializes a shared object cache which is passed to the processor | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| RegexReplaceProcessorFactory | An updated processor that applies a configured regex to any CharSequence values found in the selected fields, and replaces | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| RemoveBlankFieldUpdateProcessorFactory | Removes any values found which are CharSequence with a length of 0. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| RunUpdateProcessorFactory | Executes the update commands using the underlying UpdateHandler. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| ScriptEngineCustomizer | Enables customization of a script engine. | Interface | org.apache.solr.update.processor | Apache Solr Lucene |
|
| Signature | | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| SignatureUpdateProcessorFactory | | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| SimpleUpdateProcessorFactory | A base class for writing a very simple UpdateProcessor without worrying too much about the API. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| StatelessScriptUpdateProcessorFactory | An update request processor factory that enables the use of update processors implemented as scripts which can be loaded by the | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| TextProfileSignature | This implementation is copied from Apache Nutch. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| 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 | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| TrimFieldUpdateProcessorFactory | Trims leading and trailing whitespace from any CharSequence values found in fields matching the specified conditions and returns the | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| TruncateFieldUpdateProcessorFactory | Truncates any CharSequence values found in fields matching the specified conditions to a maximum character length. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| UniqFieldsUpdateProcessorFactory | Removes duplicate values found in fields matching the specified conditions. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| UpdateRequestProcessor | This is a good place for subclassed update handlers to process the document before it is indexed. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| UpdateRequestProcessorChain | Manages a chain of UpdateRequestProcessorFactories. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| UpdateRequestProcessorChain .ProcessorInfo | | Class | org.apache.solr.update.processor.UpdateRequestProcessorChain | Apache Solr Lucene |
|
| UpdateRequestProcessorFactory | A factory to generate an UpdateRequestProcessor for each request. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| UpdateRequestProcessorFactory .RunAlways | A marker interface for UpdateRequestProcessorFactory implementations indicating that the factory should be used even if the update. | Interface | org.apache.solr.update.processor.UpdateRequestProcessorFactory | Apache Solr Lucene |
|
| URLClassifyProcessor | Update processor which examines a URL and outputs to various other fields characteristics of that URL, including length, number of path levels, whether | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| URLClassifyProcessorFactory | | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| UUIDUpdateProcessorFactory | An update processor that adds a newly generated UUID value to any document being added that does not already have a value in the | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| DetectedLanguage | | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| LangDetectLanguageIdentifierUpdateProcessor | Identifies the language of a set of input fields using http://code. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| LangDetectLanguageIdentifierUpdateProcessorFactory | Identifies the language of a set of input fields using http://code. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| LangIdParams | | Interface | org.apache.solr.update.processor | Apache Solr Lucene |
|
| LanguageIdentifierUpdateProcessor | Identifies the language of a set of input fields. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| TikaLanguageIdentifierUpdateProcessor | Identifies the language of a set of input fields using Tika's LanguageIdentifier. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| TikaLanguageIdentifierUpdateProcessorFactory | Identifies the language of a set of input fields using Tika's LanguageIdentifier. | Class | org.apache.solr.update.processor | Apache Solr Lucene |
|
| BufferingRequestProcessor | | Class | org.apache.solr.update.processor | Apache Solr Lucene |