Overview

Members

Name Type Required Description

activeLanguages

string[]

Languages for the system and for profiling to extract content for. Currently, this can only be a subset of English, French, German. TKS_CORE_PROP.ACTIVE_LANGUAGES

enableExpertiseRequestExpiration

boolean

Flag to enable/disable expiration of expertise requests

expertiseRequestExpirationInterval

int

Interval in days after which an Expertise Request is said to expire, if there has been no activity

maxArtifactSize

int

Maximum size for profiled artifacts.

maxNumPublicTermsPerProfile

int

Maximum number of public terms a user can have in her profile. This is a global setting applicable to all users.

maxNumTermsPerProfile

int

Maximum number of terms a user can have in her profile. This is a global setting applicable to all users. This refers to the ACTIVE QUOTA

maxNumUsersForBrokeredRequest

int

Maximum size for profiled artifacts.

numDaysFetchContent

int

Number of days to fetch content from

numProfilerParallelRuns

int

This property sets the number of threads that the profiler could run

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:expertiseConfiguration xsi:type="obh:expertiseConfiguration" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <activeLanguages>your_string_0</activeLanguages>
        <activeLanguages>your_string_1</activeLanguages>
        <activeLanguages>your_string_2</activeLanguages>
        <enableExpertiseRequestExpiration>your_boolean_0</enableExpertiseRequestExpiration>
        <expertiseRequestExpirationInterval>your_int_0</expertiseRequestExpirationInterval>
        <maxArtifactSize>your_int_0</maxArtifactSize>
        <maxNumPublicTermsPerProfile>your_int_0</maxNumPublicTermsPerProfile>
        <maxNumTermsPerProfile>your_int_0</maxNumTermsPerProfile>
        <maxNumUsersForBrokeredRequest>your_int_0</maxNumUsersForBrokeredRequest>
        <numDaysFetchContent>your_int_0</numDaysFetchContent>
        <numProfilerParallelRuns>your_int_0</numProfilerParallelRuns>
</obh:expertiseConfiguration>

Referenced By Representaions

Not Referenced Directly by Representations