1234567891011121314151617181920 |
- <!--
- * IBM Confidential
- *
- * OCO Source Materials
- *
- * IBM Cognos Products: Search
- *
- * (C) Copyright IBM Corp. 2017, 2019
- *
- * The source code for this program is not published or otherwise
- * divested of its trade secrets, irrespective of what has been
- * deposited with the U.S. Copyright Office.
- -->
- <SearchService label="Search Service">
- <parameters>
- <parameter name="solrServerURL" type="string" label="Solr Server URL" description="Specify the Solr Server URL. An empty string means use the embedded Solr Server." default=""/>
- <parameter name="cmAssetQueryResults" type="string" label="Asset results for internal query" description="The amount of rows queried internally by smarts_feature security controller." default="10000"/>
- <parameter name="enablePostFilterPermissionCheck" type="boolean" label="Enable post filter permission check query to make search respect permissions and other visibility settings." default="false"/>
- </parameters>
- </SearchService>
|