Before you start
WebSphere Information Integrator OmniFind Edition 8.2.2 enables a new search paradigm, called semantic search. Semantic search allows users to query for concepts and relationships instead of just keywords. This is done by analyzing the document text and storing these analysis results in a semantic search index. Semantic search queries can access these analysis results to enable search for higher-level concepts that are not present in the actual document text.
This tutorial shows search administrators or search application developers how to develop and deploy a semantic search solution, based on a police station scenario. It guides through the the steps involved in deploying custom text analysis logic in enterprise search, and how to use the analysis results in queries to improve search results.
To run the examples in this tutorial, you'll need the following:
- A running WebSphere® Information Integrator OmniFind Edition V8.2.2 installation
- Administrator access to the enterprise search administration console
- The OmniFind sample search application deployed and running in enterprise search
- The sample zip file called OFSamples.zip, bundled with this tutorial
- An internet browser
This tutorial may be run using Windows® or UNIX® operating systems.
Part II of the tutorial is a follow-on of Part I, and hence requires you to have carried out the steps described in Part I. Part III is a follow-on of Part II.
You need about 30 minutes to complete Part I of the tutorial, about 50 minutes for Part II, and another 20 for Part III.
Before you can begin the tutorial, carry out the following steps:
- Unzip the ZIP archive called OFSamples.zip to a directory of your choice. It will create an OFSample subdirectory.
- Make sure the sample data folder can be accessed by an OmniFind filesystem crawler later on. For example,copy the directory to the crawler node of your OmniFind installation.
In this example, the sampledata directory is copied to /home/esadmin/sampledata on Linux and D:\sampledata on Windows systems. The other folders contained in OFsample.zip, uc1, uc2 and uc3, contain code and descriptors necessary for the three sections of the tutorial. You do not have to copy these folders to your OmniFind installation.
To be able to run the three parts of the tutorial, be sure you have the required OmniFind access rights to create components, such as collections and crawlers.



