Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.solr.update.processor Classes and Interfaces - 73 results found.
NameDescriptionTypePackageFramework
AbstractDefaultValueUpdateProcessorFactory Base class that can be extended by any UpdateRequestProcessorFactory designed to add a default value Classorg.apache.solr.update.processorApache 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.Classorg.apache.solr.update.processorApache Solr Lucene
AllValuesOrNoneFieldMutatingUpdateProcessorAbstract subclass of FieldMutatingUpdateProcessor for implementing UpdateProcessors that will mutate all individual values of a selected Classorg.apache.solr.update.processorApache Solr Lucene
AtomicUpdateDocumentMergerWARNING: This API is experimental and might change in incompatible ways in the next release.Classorg.apache.solr.update.processorApache Solr Lucene
CloneFieldUpdateProcessorFactoryClones the values found in any matching source field into the configured dest field.Classorg.apache.solr.update.processorApache Solr Lucene
ConcatFieldUpdateProcessorFactoryConcatenates multiple values for fields matching the specified conditions using a configurable delimiter which defaults Classorg.apache.solr.update.processorApache 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.Classorg.apache.solr.update.processorApache 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.Classorg.apache.solr.update.processorApache Solr Lucene
DistributedUpdateProcessorClassorg.apache.solr.update.processorApache Solr Lucene
DistributedUpdateProcessor .DistribPhaseValues this processor supports for the DISTRIB_UPDATE_PARAM.Classorg.apache.solr.update.processor.DistributedUpdateProcessorApache Solr Lucene
DistributedUpdateProcessor .RequestReplicationTrackerKeeps track of the replication factor achieved for a distributed update request originated in this distributed update processor.Classorg.apache.solr.update.processor.DistributedUpdateProcessorApache Solr Lucene
DistributedUpdateProcessorFactoryFactory for DistributedUpdateProcessor.Classorg.apache.solr.update.processorApache Solr Lucene
DistributingUpdateProcessorFactoryA marker interface for denoting that a factory is responsible for handling distributed communication of updates across a SolrCloud cluster.Interfaceorg.apache.solr.update.processorApache 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 Classorg.apache.solr.update.processorApache Solr Lucene
DocExpirationUpdateProcessorFactory Update Processor Factory for managing automatic expiration of documents.Classorg.apache.solr.update.processorApache Solr Lucene
FieldLengthUpdateProcessorFactoryReplaces any CharSequence values found in fields matching the specified conditions with the lengths of those CharSequences (as an Integer).Classorg.apache.solr.update.processorApache Solr Lucene
FieldMutatingUpdateProcessorReusable base class for UpdateProcessors that will consider AddUpdateCommands and mutate the values associated with configuredClassorg.apache.solr.update.processorApache Solr Lucene
FieldMutatingUpdateProcessor .FieldNameSelectorInterfaceorg.apache.solr.update.processor.FieldMutatingUpdateProcessorApache Solr Lucene
FieldMutatingUpdateProcessorFactoryBase class for implementing Factories for FieldMutatingUpdateProcessors and FieldValueMutatingUpdateProcessors.Classorg.apache.solr.update.processorApache Solr Lucene
FieldMutatingUpdateProcessorFactory .SelectorParamsClassorg.apache.solr.update.processor.FieldMutatingUpdateProcessorFactoryApache Solr Lucene
FieldNameMutatingUpdateProcessorFactory In the FieldNameMutatingUpdateProcessorFactory configured below, fields names will be mutated if the name contains space.Classorg.apache.solr.update.processorApache Solr Lucene
FieldValueMutatingUpdateProcessorAbstract subclass of FieldMutatingUpdateProcessor for implementing UpdateProcessors that will mutate all individual values of a selected Classorg.apache.solr.update.processorApache Solr Lucene
FieldValueSubsetUpdateProcessorFactoryBase class for processors that want to mutate selected fields to only keep a subset of the original values.Classorg.apache.solr.update.processorApache Solr Lucene
FirstFieldValueUpdateProcessorFactoryKeeps only the first value of fields matching the specified conditions.Classorg.apache.solr.update.processorApache Solr Lucene
HTMLStripFieldUpdateProcessorFactoryStrips all HTML Markup in any CharSequence values found in fields matching the specified conditions.Classorg.apache.solr.update.processorApache Solr Lucene
IgnoreCommitOptimizeUpdateProcessorFactory Gives system administrators a way to ignore explicit commit or optimize requests from clients.Classorg.apache.solr.update.processorApache Solr Lucene
IgnoreFieldUpdateProcessorFactoryIgnores & removes fields matching the specified conditions from any document being added to the index.Classorg.apache.solr.update.processorApache Solr Lucene
LastFieldValueUpdateProcessorFactoryKeeps only the last value of fields matching the specified conditions.Classorg.apache.solr.update.processorApache Solr Lucene
LogUpdateProcessorFactory A logging processor.Classorg.apache.solr.update.processorApache Solr Lucene
Lookup3SignatureClassorg.apache.solr.update.processorApache Solr Lucene
MaxFieldValueUpdateProcessorFactoryAn update processor that keeps only the the maximum value from any selected fields where multiple values are found.Classorg.apache.solr.update.processorApache Solr Lucene
MD5SignatureClassorg.apache.solr.update.processorApache Solr Lucene
MinFieldValueUpdateProcessorFactoryAn update processor that keeps only the the minimum value from any selected fields where multiple values are found.Classorg.apache.solr.update.processorApache Solr Lucene
NoOpDistributingUpdateProcessorFactoryA No-Op implementation of DistributingUpdateProcessorFactory that allways returns null.Classorg.apache.solr.update.processorApache Solr Lucene
ParseBooleanFieldUpdateProcessorFactory Attempts to mutate selected fields that have only CharSequence-typed values into Boolean values.Classorg.apache.solr.update.processorApache Solr Lucene
ParseDateFieldUpdateProcessorFactory Attempts to mutate selected fields that have only CharSequence-typed values into Date values.Classorg.apache.solr.update.processorApache Solr Lucene
ParseDoubleFieldUpdateProcessorFactory Attempts to mutate selected fields that have only CharSequence-typed values into Double values.Classorg.apache.solr.update.processorApache Solr Lucene
ParseFloatFieldUpdateProcessorFactory Attempts to mutate selected fields that have only CharSequence-typed values into Float values.Classorg.apache.solr.update.processorApache Solr Lucene
ParseIntFieldUpdateProcessorFactory Attempts to mutate selected fields that have only CharSequence-typed values into Integer values.Classorg.apache.solr.update.processorApache Solr Lucene
ParseLongFieldUpdateProcessorFactory Attempts to mutate selected fields that have only CharSequence-typed values into Long values.Classorg.apache.solr.update.processorApache Solr Lucene
ParseNumericFieldUpdateProcessorFactoryAbstract base class for numeric parsing update processor factories.Classorg.apache.solr.update.processorApache Solr Lucene
PreAnalyzedUpdateProcessorFactoryAn update processor that parses configured fields of any document being added using PreAnalyzedField with the configured format parser.Classorg.apache.solr.update.processorApache Solr Lucene
RegexpBoostProcessorA processor which will match content of inputField against regular expressions found in boostFilename, and if it matches will return the corresponding boostClassorg.apache.solr.update.processorApache Solr Lucene
RegexpBoostProcessorFactoryFactory which creates RegexBoostProcessors The factory initializes a shared object cache which is passed to the processorClassorg.apache.solr.update.processorApache Solr Lucene
RegexReplaceProcessorFactoryAn updated processor that applies a configured regex to any CharSequence values found in the selected fields, and replaces Classorg.apache.solr.update.processorApache Solr Lucene
RemoveBlankFieldUpdateProcessorFactoryRemoves any values found which are CharSequence with a length of 0.Classorg.apache.solr.update.processorApache Solr Lucene
RunUpdateProcessorFactoryExecutes the update commands using the underlying UpdateHandler.Classorg.apache.solr.update.processorApache Solr Lucene
ScriptEngineCustomizerEnables customization of a script engine.Interfaceorg.apache.solr.update.processorApache Solr Lucene
SignatureClassorg.apache.solr.update.processorApache Solr Lucene
SignatureUpdateProcessorFactoryClassorg.apache.solr.update.processorApache Solr Lucene
SimpleUpdateProcessorFactoryA base class for writing a very simple UpdateProcessor without worrying too much about the API.Classorg.apache.solr.update.processorApache Solr Lucene
StatelessScriptUpdateProcessorFactory An update request processor factory that enables the use of update processors implemented as scripts which can be loaded by the Classorg.apache.solr.update.processorApache Solr Lucene
TextProfileSignatureThis implementation is copied from Apache Nutch.Classorg.apache.solr.update.processorApache 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 Classorg.apache.solr.update.processorApache Solr Lucene
TrimFieldUpdateProcessorFactoryTrims leading and trailing whitespace from any CharSequence values found in fields matching the specified conditions and returns the Classorg.apache.solr.update.processorApache Solr Lucene
TruncateFieldUpdateProcessorFactoryTruncates any CharSequence values found in fields matching the specified conditions to a maximum character length.Classorg.apache.solr.update.processorApache Solr Lucene
UniqFieldsUpdateProcessorFactoryRemoves duplicate values found in fields matching the specified conditions.Classorg.apache.solr.update.processorApache Solr Lucene
UpdateRequestProcessorThis is a good place for subclassed update handlers to process the document before it is indexed.Classorg.apache.solr.update.processorApache Solr Lucene
UpdateRequestProcessorChainManages a chain of UpdateRequestProcessorFactories.Classorg.apache.solr.update.processorApache Solr Lucene
UpdateRequestProcessorChain .ProcessorInfoClassorg.apache.solr.update.processor.UpdateRequestProcessorChainApache Solr Lucene
UpdateRequestProcessorFactoryA factory to generate an UpdateRequestProcessor for each request.Classorg.apache.solr.update.processorApache Solr Lucene
UpdateRequestProcessorFactory .RunAlwaysA marker interface for UpdateRequestProcessorFactory implementations indicating that the factory should be used even if the update.Interfaceorg.apache.solr.update.processor.UpdateRequestProcessorFactoryApache Solr Lucene
URLClassifyProcessorUpdate processor which examines a URL and outputs to various other fields characteristics of that URL, including length, number of path levels, whetherClassorg.apache.solr.update.processorApache Solr Lucene
URLClassifyProcessorFactoryClassorg.apache.solr.update.processorApache 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 theClassorg.apache.solr.update.processorApache Solr Lucene
DetectedLanguageClassorg.apache.solr.update.processorApache Solr Lucene
LangDetectLanguageIdentifierUpdateProcessorIdentifies the language of a set of input fields using http://code.Classorg.apache.solr.update.processorApache Solr Lucene
LangDetectLanguageIdentifierUpdateProcessorFactoryIdentifies the language of a set of input fields using http://code.Classorg.apache.solr.update.processorApache Solr Lucene
LangIdParamsInterfaceorg.apache.solr.update.processorApache Solr Lucene
LanguageIdentifierUpdateProcessorIdentifies the language of a set of input fields.Classorg.apache.solr.update.processorApache Solr Lucene
TikaLanguageIdentifierUpdateProcessorIdentifies the language of a set of input fields using Tika's LanguageIdentifier.Classorg.apache.solr.update.processorApache Solr Lucene
TikaLanguageIdentifierUpdateProcessorFactoryIdentifies the language of a set of input fields using Tika's LanguageIdentifier.Classorg.apache.solr.update.processorApache Solr Lucene
BufferingRequestProcessorClassorg.apache.solr.update.processorApache Solr Lucene