Description Syntax Example deleteDocumentsCrawler

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

Module: Oracle WebCenter Use with WLST: Online

10.17.14.1 Description

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

10.17.14.2 Syntax

deleteDocumentsCrawlerappName, sesUrl, sesPassword, host, port, [server], [applicationVersion] Argument Definition appName Name of the WebCenter application in which to perform this operation. For WebCenter Spaces, the name is always webcenter. 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 Spaces application is running. port Port number used to access WebCenter Spaces. 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. 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. 10-178 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.17.14.3 Example

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

10.17.15 deleteDiscussionsCrawler