In Oracle SES, go to Home Sources.

Managing Oracle SES Search in WebCenter 21-33 Example 21–3 shows how to increase the number of search results displayed. Five is the default setting for the number of search results displayed in Oracle SES results, but result sets generally are larger than five. Example 21–3 Increase Number of Search Results Displayed setSearchConfigappName=webcenter, numResultsMain=10 Example 21–4 shows how to configure the maximum time that a service is allowed to execute a search in ms. When a service times out largely depends on the system load. If you consistently get time out errors, adjust this parameter. Example 21–4 Configure Maximum Time WebCenter Waits for Search Results setSearchConfigappName=webcenter, executionTimeout=10000 For command syntax and examples, see the section, setSearchConfig in Oracle Fusion Middleware WebLogic Scripting Tool Command Reference.

21.5.4.1.2 Configuring Search Crawlers Using WLST You can use WLST commands to

create crawlers and to start, stop and delete crawler schedules post deployment. These commands let you crawl new data in Oracle SES or delete old crawlers if the configuration data changes. Example 21–5 and Example 21–6 show some of these commands. For more information, see the section, Search - Oracle SES Search Crawlers in Oracle Fusion Middleware WebLogic Scripting Tool Command Reference. Example 21–5 Create a WebCenter Documents Crawler in WLST createDocumentsCrawler portal, portal_host, portal_port, http:ses-host:ses-portsearchapiadminAdminService, ses-admin-pw, http:ucm-host:ucm-portcsidcplg?IdcService= SES_CRAWLER_DOWNLOAD_CONFIGsource=default, ucm-crawl-user, ucm-crawl-user-pw, tmp, http:ucm-host:ucm-portcsidcplg, http:ucm-host:ucm-portcs, Idc Security csidcplg, authentication-id-format, Document-pipeline, ACCEPT_ALL, PROCESS_CHANGED, MANUAL, 1, 1, MONDAY, 1, 1, 1, 1 where: ■ portal = Name of the Portal application in which to perform this operation ■ portal_host = Host name of the system where the Portal application is running ■ portal_port = Port number used to access the Portal application ■ ses-host = Oracle SES host name ■ ses-port = Oracle SES port number ■ ses-admin-pw = Oracle SES admin user password ■ ucm-host = Oracle Content Server host name ■ ucm-port = Oracle Content Server port number ■ ucm-crawl-user = Oracle Content Server crawl user name ■ ucm-crawl-user-pw = Oracle Content Server crawl user password