From the Source Type dropdown list, select Database, and click Create

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 21-34 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter ■ authentication-id-format = Use nickname if the Identity Management plug-in on Oracle SES is set to Oracle Internet Directory; otherwise, use the value of the Authentication Attribute parameter on the Identity Management plug-in on Oracle SES ■ Document-pipeline = Document pipeline on Oracle SES created for this WebCenter instance Example 21–6 Create a WebCenter Discussions Crawler in WLST createDiscussionsCrawler webcenter,webcenter_host,webcenter_port, http:ses-host:ses-portsearchapiadminAdminService, ses-admin-pw, jdbc:oracle:thin:database-host:database-port:database-sid, Jive-crawler-schema,Jive-crawler-schema-pw, authentication-id-format, ACCEPT_ALL, PROCESS_ALL, MANUAL, 1, 1, MONDAY, 1, 1, 1, 1 where: ■ webcenter_host = WebCenter host name ■ webcenter_port = WebCenter port number ■ ses-host = Oracle SES host name ■ ses-port = Oracle SES port number ■ ses-admin-pw = Oracle SES admin user password ■ database-host = Oracle WebCenter Discussions database host name ■ database-port = Oracle WebCenter Discussions database port number ■ database-sid = Oracle WebCenter Discussions database name or SID ■ Jive-crawler-schema = Oracle WebCenter Discussions crawler schema name. Determine the prefix from RCU, and use rcu-prefix_DISCUSSION_CRAWLER. ■ Jive-crawler-schema-pw = Oracle WebCenter Discussions crawler schema password ■ authentication-id-format = Use nickname if the Identity Management plug-in on Oracle SES is set to Oracle Internet Directory; otherwise, use the value of the Authentication Attribute parameter on the Identity Management plug-in on Oracle SES.

21.5.4.1.3 Configuring Search Parameters and Crawlers Using Fusion Middleware Control You

can enable or disable Oracle SES search and configure search settings using Fusion Middleware Control. 1. Log in to Fusion Middleware Control and navigate to the home page for your WebCenter application. For more information, see Section 6.2, Navigating to the Home Page for WebCenter Spaces or Section 6.3, Navigating to the Home Page for WebCenter Portal Applications.

2. From the WebCenter menu, choose Settings Application Configuration.

Note: To effect WLST changes, you must restart the managed server on which the WebCenter application is deployed by default, WC_Spaces. For more information, see the section Starting and Stopping WebLogic Managed Servers Using the Command Line in Oracle Fusion Middleware Administrators Guide.