You can verify that the IBM® Content
Search Services installation was successful
by using Enterprise Manager to create
a search index job and checking to see whether the job returns the
correct index objects.
To verify the IBM Content
Search Services installation:
- In Enterprise Manager,
access the Root
Folder and open a subfolder that contains a document. The
document must contain text; it cannot be an image.
- Right-click the document and select . A Notice indicates that a content search
index Job was created successfully.
- Right-click the Object Store node
for the document that you set to index for content search and select .
- In the Index Jobs Manager, check
that the Job Status indicates the job ended normally. Depending
on the size of the indexing job, it might take a few minutes for the
indexing job to complete. If the Job Status indicates that the indexing
is in progress, wait a few minutes to give the job time to complete.
If the Job Status does not indicate progress, check the p8_server_error.log file on the application server.
- Expand the Object Store node.
- Right-click on Search Results and
select New Search.
- In the Content Engine Query Builder, click View.
- Select SQL View.
- Remove the default query text in the SQL Text field.
- In the SQL Text field, enter the
following query and click OK:
SELECT d.this, d.Id, vcs.ContentSummary FROM your_class_name d INNER JOIN
ContentSearch vcs ON d.This = vcs.QueriedObject WHERE CONTAINS
(d.*, your_searching_word')
- In the Query Status dialog, verify
that objects are returned for your search, then click OK.
- In the Search Results pane, verify
that the listed objects are the correct objects for the content in
your search.
After you verify the IBM Content
Search Services installation, you can create synonyms for your search
terms to improve the results of your search queries. By using synonyms,
you can search for words that are specific to your organization, such
as acronyms and technical jargon.