Uses of Package
org.apache.solr.update.processor
Packages that use org.apache.solr.update.processor
Package
Description
Core classes implementing Solr internals and the management of
SolrCoresConcrete implementations of
SolrRequestHandlerContentStreamLoader implementations for use in ContentStreamHandlerBase implementationsAPIs and classes for managing index updates
UpdateRequestProcessorFactory APIs and implementations
for use in UpdateRequestProcessorChains-
Classes in org.apache.solr.update.processor used by org.apache.solr.coreClassDescriptionManages a chain of UpdateRequestProcessorFactories.A factory to generate an UpdateRequestProcessor for each request.
-
Classes in org.apache.solr.update.processor used by org.apache.solr.handlerClassDescriptionThis is a good place for subclassed update handlers to process the document before it is indexed.
-
Classes in org.apache.solr.update.processor used by org.apache.solr.handler.loaderClassDescriptionThis is a good place for subclassed update handlers to process the document before it is indexed.
-
Classes in org.apache.solr.update.processor used by org.apache.solr.update
-
Classes in org.apache.solr.update.processor used by org.apache.solr.update.processorClassDescriptionBase class that can be extended by any
UpdateRequestProcessorFactorydesigned to add a default value to the document in anAddUpdateCommandwhen that field is not already specified.Values this processor supports for theDISTRIB_UPDATE_PARAM.A marker interface for denoting that a factory is responsible for handling distributed communication of updates across a SolrCloud cluster.Reusable base class for UpdateProcessors that will consider AddUpdateCommands and mutate the values associated with configured fields.Interface for identifying which fields should be mutatedBase class for implementing Factories for FieldMutatingUpdateProcessors and FieldValueMutatingUpdateProcessors.Abstract subclass of FieldMutatingUpdateProcessor for implementing UpdateProcessors that will mutate all individual values of a selected field independentlyBase class for processors that want to mutate selected fields to only keep a subset of the original values.Abstract base class for numeric parsing update processor factories.A base class for writing a very simple UpdateProcessor without worrying too much about the API.This is a good place for subclassed update handlers to process the document before it is indexed.Manages a chain of UpdateRequestProcessorFactories.A factory to generate an UpdateRequestProcessor for each request.A marker interface for UpdateRequestProcessorFactory implementations indicating that the factory should be used even if the update.distrib parameter would otherwise cause it to not be run.