The EntitySearchFieldsN
parameter enables you to specify the IDX fields to use for an entity, and to set up your Eduction task so that matches for an entity are returned only if they occur in one of the specified fields. If you do not configure search fields for an entity explicitly, Eduction uses the fields specified in the SearchFields
parameter. If you do not set a value for the SearchFields
parameter, Eduction uses the default settings.
Type: | String |
Default: | None |
Required: | No |
Configuration Section: | Any section that you have defined for Eduction settings. |
Example: | In the following example, matches for the airport/icao entity are returned only if they occur in the STARTAIRPORT or DESTAIRPORT fields. Because the place/state/engus entity has no search fields configured for it, it uses the fields in the SearchFields parameter.[Eduction] SearchFields=DRECONTENT Entity0=airport/icao EntityField0=AIRPORTCODE EntitySearchFields0=STARTAIRPORT,DESTAIRPORT Entity1=person/femalefirstname/engus EntityField1=FIRSTNAME EntitySearchFields1=PASSENGER_FIRSTNAME Entity2=person/malefirstname/engus EntityField2=FIRSTNAME EntitySearchFields2=PASSENGER_FIRSTNAME Entity3=person/lastname/engus EntityField3=SURNAME EntitySearchFields3=PASSENGER_SURNAME Entity4=place/state/engus EntityField4=STATE |
See Also: | EntityN
EntityFieldN SearchFields |
|