EntitySearchFieldsN

The document fields to search for the corresponding EntityN entity.

Use this parameter if you want to search a different set of fields for this entity than the fields you set in SearchFields. If you do not set EntitySearchFieldsN, Eduction searches the fields specified by SearchFields.

Type: String
Default: The value of SearchFields
Required: No
Configuration Section: Eduction
Example:

In the following example, Eduction returns matches for Entity0 (airport/icao) only if they occur in the STARTAIRPORT or DESTAIRPORT fields.

EntitySearchFieldsN is not set for Entity4 (place/state/engus), so Eduction returns matches if they are present in the specified SearchFields.

[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