Description Syntax Example stopDocumentsCrawler

Oracle WebCenter Custom WLST Commands 10-175

10.17.10.3 Example

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

10.17.11 stopDocumentsCrawler

Module: Oracle WebCenter Use with WLST: Online

10.17.11.1 Description

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

10.17.11.2 Syntax

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

10.17.11.3 Example

The following example stops 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: 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. 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. Argument Definition 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