Description Syntax Example listDocumentsCrawler

10-170 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.17.4.3 Example

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

10.17.5 listDocumentsCrawler

Module: Oracle WebCenter Use with WLST: Online

10.17.5.1 Description

Returns the document crawler configured for a WebCenter application, on an Oracle SES instance.

10.17.5.2 Syntax

listDocumentsCrawlerappName, sesUrl, sesPassword, host, port, [verbose], [server], [applicationVersion] verbose Optional. Valid options are 1 true and 0 false. When set to 1, listSpacesCrawlers returns the WebCenter Spaces crawler configured for a WebCenter Spaces 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 Spaces 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 the documents crawler that is 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. Argument Definition 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