The names of fields that the query terms must occur in. HPE Content Component applies this field restriction to any terms in the query text that do not already have an explicit field restriction. The action matches only documents that contain the query terms in one of the specified fields.
To specify that the fields in the FieldRestriction
parameter are the only fields that the query can use in the matching process for both the Text and FieldText action parameters, set HardFieldRestriction to True
.
In complex expressions, HPE Content Component applies the FieldRestriction
parameter after all other field restrictions in the expression. For example:
Text=frog+(fish+toad:AMPHIBIAN):VERTEBRATE&FieldRestriction=ANIMAL
is equivalent to the following expression:
Text=frog:ANIMAL+(fish:VERTEBRATE+toad:AMPHIBIAN)
In this example, if you also set HardFieldRestriction to True
, the action returns results only for the frog:ANIMAL
term and restriction.
Actions: | |
Type: | String |
Default: | |
Example: |
In this example, if the query text is |
See Also: | HardFieldRestriction |
|