Submitting a CBR query

Submit a CBR query from the administration console to search for object text within a single object store.

Procedure

To submit a CBR query for an object store:

  1. Access the search properties in the administration console:
    1. In the domain navigation pane, click the object store.
    2. In the object store navigation pane, click Search.
    3. In the details pane, click the SQL Query tab.
  2. In the Query field, enter the SQL statement for the query. The following statement is an example:
    	SELECT d.This
    	FROM Document d
    	INNER JOIN ContentSearch c ON d.This = c.QueriedObject
    	WHERE CONTAINS(d.*,'lion AND tiger')
  3. Click Search to submit the query.
    The corresponding text search service that you configured runs the query, and the returned results are shown in the Search Results tab. For more information about text search services, see Defining text search services.