metadata_SearchService.xml 980 B

1234567891011121314151617181920
  1. <!--
  2. * IBM Confidential
  3. *
  4. * OCO Source Materials
  5. *
  6. * IBM Cognos Products: Search
  7. *
  8. * (C) Copyright IBM Corp. 2017, 2019
  9. *
  10. * The source code for this program is not published or otherwise
  11. * divested of its trade secrets, irrespective of what has been
  12. * deposited with the U.S. Copyright Office.
  13. -->
  14. <SearchService label="Search Service">
  15. <parameters>
  16. <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=""/>
  17. <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"/>
  18. <parameter name="enablePostFilterPermissionCheck" type="boolean" label="Enable post filter permission check query to make search respect permissions and other visibility settings." default="false"/>
  19. </parameters>
  20. </SearchService>