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:
- Access the search properties in the administration console:
- In the domain navigation pane, click the object store.
- In the object store navigation pane, click Search.
- In the details pane, click the SQL Query tab.
- 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')
- 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.