Description Syntax Example listDiscussionsCrawler

Oracle WebCenter Custom WLST Commands 10-171

10.17.5.3 Example

The following example returns the documents crawler configured in the Oracle SES instance http:myseshost.com:7777 for a WebCenter Spaces application named webcenter located at http:myhost.com:8888webcenterspaces: listDocumentsCrawlerappName=webcenter, sesUrl=http:myseshost.com:7777searchapiadminAdminService, sesPasswordpassword, host=myhost.com, port=8888

10.17.6 listDiscussionsCrawler

Module: Oracle WebCenter Use with WLST: Online

10.17.6.1 Description

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

10.17.6.2 Syntax

listDiscussionsCrawlerappName, sesUrl, sesPassword, host, port, [verbose], [server], [applicationVersion] 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. verbose Optional. Valid options are 1 true and 0 false. When set to 1, listDocumentsCrawlers returns discussion and announcement crawlers that are configured for a WebCenter application in Oracle SES, along with details. When set to 0, only source names are listed. This argument defaults to 0. 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-172 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.17.6.3 Example

The following example returns discussion and announcement crawlers configured in the Oracle SES instance http:myseshost.com:7777 for a WebCenter Spaces application named webcenter located at http:myhost.com:8888webcenterspaces: listDiscussionsCrawlerappName=webcenter, sesUrl=http:myseshost.com:7777searchapiadminAdminService, sesPasswordpassword, host=myhost.com, port=8888

10.17.7 startSpacesCrawler