fields (java.lang.String)
Comma-separated list of fields that should be affected by this processor.bundle (java.lang.String)
A properties file containing entities to extract and an optional replacement value when found (for example, IBM = International Business Machines where the latter would be stored as the match for IBM).
These are expressed as regular expressions (regex) so as well as simple matching based on whether the value was found within a field, entities can be recognized based on a specific pattern within the text of the chosen fields.
fields (java.lang.String)
Comma-separated list of fields that should be used to search for matches in order to classify the document.
classificationField (java.lang.String)
The field in which to store the classification values. The flexible pattern based approach used allows a document to be tagged with multiple classifications if several matches are found.
fields (java.lang.String)
Comma-separated list of fields that should be affected by this processor.
pattern (java.lang.String)
Format a Date object according to this Date pattern. Use Java’s SimpleDateFormat syntax. In the examples, for example, you will see that pattern="EEE, MMM d, ''yy"
results in Wed, Jul 4, '01
.
fields (java.lang.String)
Comma-separated list of fields that should be affected by this processor.
pattern (java.lang.String)
The pattern to use when parsing the String value to a Date.
field (java.lang.String)
Field that should be affected by this processor.
fallback (java.lang.String)
Field to use for the fallback values.
pattern (java.lang.String)
Regex pattern to use to extract a value from the fallback field
values (java.lang.String)
Which forms of the value to check for emptiness - ‘display’, ‘actual’, or ‘either’
decode (java.lang.Boolean)
Whether to perform URL decoding on the fallback values
fields (java.lang.String)
Comma-separated list of fields that should be affected by this processor.field (java.lang.String)
The name of the field containing the value to be split.
separator (java.lang.String)
The separator to use when splitting the value.
fields (java.lang.String)
Comma-separated list of fields that should be affected by this processor.fields (java.lang.String)
Comma-separated list of fields that should be affected by this processor.fields (java.lang.String)
Comma-separated list of fields that should be affected by this processor.
classificationField (java.lang.String)
The field that should contain the metadata classificationValue if the pattern matches.
pattern (java.lang.String)
The pattern to match to the values in the fields defined with the fields parameter.
fields (java.lang.String)
Comma-separated list of fields that should be affected by this processor.
values (java.lang.String)
Whether to replace ‘actual’, ‘display’ or ‘both’ values.encoding (java.lang.String)
The encoding of the value to be decoded; ‘url’ or ‘html’.fields (java.lang.String)
Comma-separated list of fields that should be affected by this processor.
replace (java.lang.String)
The pattern to replace (can contain regular expressions).
with (java.lang.String)
The replacement (can contain backreferences to the regular expression pattern).
values (java.lang.String)
Whether to replace ‘actual’, ‘display’ or ‘both’ values.
Default: ‘both’
ignoreCase (java.lang.Boolean)
Whether to ignore case during pattern matching.
Default: false
fields (java.lang.String)
Comma-separated list of fields that should be affected by this processor.from (java.lang.String)
Name of field to copy (clone).
to (java.lang.String)
Name to assign to the new field.
expression (java.lang.String)
Concatenated field pattern defined using double curly braces (see below)
target (java.lang.String)
Name of the new field to create in the response
<media:image>
tag to output the image field in the result output:
fields (java.lang.String)
Comma-separated list of fields that should be affected by this processor.
values (java.lang.String)
Whether to replace ‘actual’, ‘display’ or ‘both’ values.
Default: both
bundle (java.lang.String)
The bundle to use.
locale(java.lang.String)
The locale to use.