Click Create Customize or edit a created source to see other source

Managing Oracle SES Search in WebCenter 21-31 Authorization Query : Enter the following on one line: SELECT DISTINCT forumID as WCSECATTR FROM AUTHCRAWLER_FORUM_VW WHERE username = ? UNION SELECT DISTINCT -1 as WCSECATTR FROM AUTHCRAWLER_FORUM_VW Authorization User ID Format : Authentication attribute used in the active identity plug-in. To find this value, go to the Global Settings - Identity Management Setup page in Oracle SES. Enter the value of the Authentication Attribute under the Active Plug-in for example, nickname or username or something else. If you are using the Oracle E-Business Suite R12 identity plug-in, then leave the this parameter blank.

f. Click Create to complete the source creation.

21.5.3.4 Additional Oracle SES Configuration

This section describes the required steps in the Oracle SES administration tool.

1. Create a source group that includes the names of the Oracle Content Server,

Discussions, Announcements, and WebCenter services sources you created.

a. Go to the Search - Source Groups page, and click Create.

b. Enter the same source group name entered in

Section 21.5.4, Setting Up WebCenter for Oracle SES Search.

c. From the Select Source Type dropdown list, select each source type

Database, Oracle Content Server, Oracle WebCenter, and then from the Available Sources listed for each source type, move the source you created for that source type into the Assigned Sources list.

d. Click Finish.

2. Optionally configure the security filter lifespan. This refreshes the authorization

policies for users in the system. It is best to have a short lifespan when user policies change frequently. This chapter uses Oracle Internet Directory identity plug-in as the example. For example, on the Global Settings - Query Configuration page, under Secure Search Configuration , enter 0 for Security Filter Lifespan minutes. Valid values for the security filter lifespan are between 0 minutes no cache and 526500 minutes cache for one year.

3. To index everything, you must force a full crawl for each source; that is, you must

change the existing incremental crawl schedule for each source to first process ALL documents. Note: Previous releases of Oracle Content Server used the following authorization query: SELECT forumID FROM AUTHCRAWLER_FORUM_VW WHERE username = ? or userID=-1 UNION SELECT f.forumID FROM jiveForum f, AUTHCRAWLER_CATEGORY_VW c WHERE f.categoryID = c.categoryID AND c.username = ? or userID=-1