Start of changeFileNet P8 Content Search Engine, Version 5.0.+            Operating systems:  AIX, HP-UX, Linux, Solaris, Windows

Verifying the IBM Content Search Services installation

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:

  1. 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.
  2. Right-click the document and select All Tasks > Index for Content Search. A Notice indicates that a content search index Job was created successfully.
  3. Right-click the Object Store node for the document that you set to index for content search and select All Tasks > Index Jobs Management.
  4. 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.
  5. Expand the Object Store node.
  6. Right-click on Search Results and select New Search.
  7. In the Content Engine Query Builder, click View.
  8. Select SQL View.
  9. Remove the default query text in the SQL Text field.
  10. 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')
  11. In the Query Status dialog, verify that objects are returned for your search, then click OK.
  12. 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.


Feedback

Last updated: November 2010


© Copyright IBM Corporation 2010.
This information center is powered by Eclipse technology. (http://www.eclipse.org)
End of change