Description Syntax Example deleteSpacesCrawler

10-176 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference stopDocumentsCrawlerappName=webcenter, sesUrlhttp:myseshost.com:7777searchapiadminAdminService, sesPassword=password, host=myhost.com, port=8888

10.17.12 stopDiscussionsCrawler

Module: Oracle WebCenter Use with WLST: Online

10.17.12.1 Description

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

10.17.12.2 Syntax

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

10.17.12.3 Example

The following example stops 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: stopDiscussionsCrawlerappName=webcenter, sesUrlhttp:myseshost.com:7777searchapiadminAdminService, sesPassword=password, host=myhost.com, port=8888

10.17.13 deleteSpacesCrawler

Module: Oracle WebCenter Use with WLST: Online

10.17.13.1 Description

Deletes the WebCenter Spaces crawler configured for a WebCenter application, on an Oracle SES instance. 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. Oracle WebCenter Custom WLST Commands 10-177

10.17.13.2 Syntax

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

10.17.13.3 Example

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

10.17.14 deleteDocumentsCrawler