Setting Up WebCenter for Oracle SES Search

21-40 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter setSpacesCrawlPropertiesappName=webcenter,fullCrawlIntervalInHours=192 You also can use WLST to return the current crawl settings for WebCenter, such as the number of hours between full crawls WebCenter Spaces crawler. For example, the following command returns the current crawl settings for WebCenter Spaces. getSpacesCrawlPropertiesappName=webcenter WebCenter Spaces Crawl Properties: ----------------- fullCrawlIntervalInHours: 124 spacesCrawlEnabled: true documentCrawlEnabled: true discussionsCrawlEnabled: true 5. Use the listDocumentsSpacesProperties command to determine the unique name that the back-end Oracle Content Server is using to identify this WebCenter application and the connection name for the primary Oracle Content Server that WebCenter is using to store documents. For example: listDocumentsSpacesPropertiesappName=webcenter The response should looks something like the following: The Documents Spaces container is WebCenter1109 The Documents repository administrator is sysadmin The Documents application name is WC1109 The Documents primary connection is stxxl18-ucm11g

21.6.1.1 Configuring Search Parameters Using WLST

Use the WLST command setSearchConfig to modify search parameters. Example 21–7 shows how to specify a data group also known as source group under which you search Oracle SES. Example 21–7 Set a Source Group setSearchSESConfigappName=webcenter, dataGroup=MySources where dataGroup is the source group you create in Section 21.5.3.4, Additional Oracle SES Configuration for WebCenter Portal applications or in Section 21.6.4.6, Additional Oracle SES Configuration for WebCenter Spaces applications. Note: Record the application name and the primary connection returned. These values are required later in Section 21.6.4.2, Setting Up Oracle SES to Search Documents to set up Oracle SES to crawl WebCenter documents. Note: To effect WLST changes, you must restart the managed server on which the WebCenter application is deployed by default, WC_Spaces. For more information, see the section Starting and Stopping WebLogic Managed Servers Using the Command Line in Oracle Fusion Middleware Administrators Guide.