
Appendix B. Configuring data sources in DB2 Information Integrator 321
Figure B-75 Extended Search - Alter nickname settings
B.8.5 Test the LES nickname
To test the DEMO_NN nickname, issue the commands shown in Example B-25.
This assumes that the ES_SEARCH custom function has been registered as
described in B.8.6, “Register the Extended Search custom function” on
page 322.
Example: B-25 Test LES nickname
connect to feddemo;
select * from demo_nn where eswrapper.es_search(doc_rank, ‘”ibm”’) =1;
Since we need to provide LES a search predicate, we cannot use the Sample
Contents function of the DB2 Control Center, which we used in the other
examples. ...