|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateRequestProcessorFactory | |
---|---|
org.apache.solr.uima.processor | |
org.apache.solr.update.processor |
Uses of UpdateRequestProcessorFactory in org.apache.solr.uima.processor |
---|
Subclasses of UpdateRequestProcessorFactory in org.apache.solr.uima.processor | |
---|---|
class |
UIMAUpdateRequestProcessorFactory
Factory for UIMAUpdateRequestProcessor |
Uses of UpdateRequestProcessorFactory in org.apache.solr.update.processor |
---|
Subclasses of UpdateRequestProcessorFactory in org.apache.solr.update.processor | |
---|---|
class |
AbstractDefaultValueUpdateProcessorFactory
Base class that can be extended by any UpdateRequestProcessorFactory designed to add a default value
to the document in an AddUpdateCommand when that field is not
already specified. |
class |
CloneFieldUpdateProcessorFactory
Clones the values found in any matching source field into
the configured dest |
class |
ConcatFieldUpdateProcessorFactory
Concatenates multiple values for fields matching the specified conditions using a configurable delimiter which defaults
to ", ". |
class |
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 |
DistributedUpdateProcessorFactory
Factory for DistributedUpdateProcessor . |
class |
FieldLengthUpdateProcessorFactory
Replaces any CharSequence values found in fields matching the specified conditions with the lengths of those CharSequences (as an Integer). |
class |
FieldMutatingUpdateProcessorFactory
Base class for implementing Factories for FieldMutatingUpdateProcessors and FieldValueMutatingUpdateProcessors. |
class |
FieldValueSubsetUpdateProcessorFactory
Base class for processors that want to mutate selected fields to only keep a subset of the original values. |
class |
FirstFieldValueUpdateProcessorFactory
Keeps only the first value of fields matching the specified conditions. |
class |
HTMLStripFieldUpdateProcessorFactory
Strips all HTML Markup in any CharSequence values found in fields matching the specified conditions. |
class |
IgnoreFieldUpdateProcessorFactory
Ignores & removes fields matching the specified conditions from any document being added to the index. |
class |
LangDetectLanguageIdentifierUpdateProcessorFactory
Identifies the language of a set of input fields using http://code.google.com/p/language-detection The UpdateProcessorChain config entry can take a number of parameters which may also be passed as HTTP parameters on the update request and override the defaults. |
class |
LastFieldValueUpdateProcessorFactory
Keeps only the last value of fields matching the specified conditions. |
class |
LogUpdateProcessorFactory
A logging processor. |
class |
MaxFieldValueUpdateProcessorFactory
An update processor that keeps only the the maximum value from any selected fields where multiple values are found. |
class |
MinFieldValueUpdateProcessorFactory
An update processor that keeps only the the minimum value from any selected fields where multiple values are found. |
class |
NoOpDistributingUpdateProcessorFactory
A No-Op implementation of DistributingUpdateProcessorFactory that allways returns null. |
class |
RegexReplaceProcessorFactory
An updated processor that applies a configured regex to any CharSequence values found in the selected fields, and replaces any matches with the configured replacement string |
class |
RemoveBlankFieldUpdateProcessorFactory
Removes any values found which are CharSequence with a length of 0. |
class |
RunUpdateProcessorFactory
Executes the update commands using the underlying UpdateHandler. |
class |
SignatureUpdateProcessorFactory
|
class |
StatelessScriptUpdateProcessorFactory
An update request processor factory that enables the use of update processors implemented as scripts which can be loaded by the SolrResourceLoader (usually via the conf dir for
the SolrCore). |
class |
TikaLanguageIdentifierUpdateProcessorFactory
Identifies the language of a set of input fields using Tika's LanguageIdentifier. |
class |
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
in the specified field. |
class |
TrimFieldUpdateProcessorFactory
Trims leading and trailing whitespace from any CharSequence values found in fields matching the specified conditions and returns the resulting String. |
class |
TruncateFieldUpdateProcessorFactory
Truncates any CharSequence values found in fields matching the specified conditions to a maximum character length. |
class |
UniqFieldsUpdateProcessorFactory
A non-duplicate processor. |
class |
URLClassifyProcessorFactory
Creates URLClassifyProcessor |
class |
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
specified field. |
Methods in org.apache.solr.update.processor that return UpdateRequestProcessorFactory | |
---|---|
UpdateRequestProcessorFactory[] |
UpdateRequestProcessorChain.getFactories()
Returns the underlying array of factories used in this chain. |
Constructors in org.apache.solr.update.processor with parameters of type UpdateRequestProcessorFactory | |
---|---|
UpdateRequestProcessorChain(UpdateRequestProcessorFactory[] chain,
SolrCore solrCore)
Creates a chain backed directly by the specified array. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |