Text search engine extension

The text search engine (TextSearchEngine) extension enables client applications to determine whether text search is enabled on the repository. If text search is enabled, this extension identifies which text search engine is installed. This information is provided as part of the repository information.

Regardless of the text search engine that is installed, your client must use OASIS CMIS search syntax.

Remember: If you design your client application to use this IBM® ECM CMIS extension, it is recommended that you design the application to use the value that is provided by the extension only if a value is available. If this information is not provided, it should not cause your application to encounter an error because the information is not required by the OASIS CMIS API specification.

Response format

<p8ext:TextSearchEngine>Integer value for text search engine</p8ext:TextSearchEngine>
The extension returns one of the following values:
0
The repository does not have a text search engine installed.
1
The repository has an IBM Legacy Content Search Engine text search engine installed.
2
The repository has a IBM Content Search Services text search engine installed.
Important: The values that are returned by this extension are documented in the Content Engine API. For definitive information about the text search values, see the com.filenet.api.constants.CRBSearchType section of the Content Engine API.