Description Syntax Example startDiscussionsCrawler

Oracle WebCenter Custom WLST Commands 10-173

10.17.8 startDocumentsCrawler

Module: Oracle WebCenter Use with WLST: Online

10.17.8.1 Description

Starts the documents crawler configured for a WebCenter application, on an Oracle SES instance.

10.17.8.2 Syntax

startDocumentsCrawlerappName, sesUrl, sesPassword, host, port, [server], [applicationVersion]

10.17.8.3 Example

The following example starts the document crawler configured on the Oracle SES instance http:myseshost.com:7777 for a WebCenter Spaces application named webcenter located at http:myhost.com:8888webcenterspaces: startDocumentsCrawlerappName=webcenter, sesUrlhttp:myseshost.com:7777searchapiadminAdminService, sesPassword=password, host=myhost.com, port=8888

10.17.9 startDiscussionsCrawler

Module: Oracle WebCenter Use with WLST: Online

10.17.9.1 Description

Starts the discussion and announcement crawlers configured for a WebCenter application, on an Oracle SES instance.

10.17.9.2 Syntax

startDiscussionsCrawlerappName, sesUrl, sesPassword, host, port, [server], [applicationVersion] Argument Definition appName Name of the WebCenter application in which to perform this operation. sesUrl Web Service URL for the Oracle SES Administration API. Use the format: http:host:portsearchapiadminAdminService sesPassword Password for the Oracle SES administrative user eqsys. host Host name of the machine where the WebCenter application is running. port Port number used to access the WebCenter application. server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. 10-174 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.17.9.3 Example

The following example starts the discussion and announcement crawlers configured on the Oracle SES instance http:myseshost.com:7777 for a WebCenter Spaces application named webcenter located at http:myhost.com:8888webcenterspaces: startDiscussionsCrawlerappName=webcenter, sesUrlhttp:myseshost.com:7777searchapiadminAdminService, sesPassword=password, host=myhost.com, port=8888

10.17.10 stopSpacesCrawler