The EntitySearchFieldsN parameter specifies the document fields to search for the corresponding EntityN entity.
Use this parameter if you want to search a different set of fields than is specified by SearchFields. If you do not set EntitySearchFieldsN, Eduction searches the fields specified by the SearchFields parameter.
| Type: | String |
| Default: | The value of SearchFields |
| Required: | No |
| Configuration Section: | Any section that you have defined for Eduction settings |
| Example: |
In the following example, matches for The [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: |
|
|