Overview

Defines how topics are generated for each matching profile returned in search results.

Members

Name Type Required Description

applyStopWords

boolean

Whether to apply stop words. Stop words are word that would prevent the word from being considered as a keyword.

buildProperties

expertiseTopicsBuildProperties

If set, specifies overriding settings on how certain aspects of topics should be built.

returnOnlyTopNTopicPerKeywordSet

int

Number of topics to return per keyword set. If non-zero, the resulting topics will be pruned to only include the best topic per keyword set.

For example, if set to "1", only one topic matching the keyword set database (management, administrator) would be returned.

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:expertiseTopicSpec xsi:type="obh:expertiseTopicSpec" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <applyStopWords>your_boolean_0</applyStopWords>
        <buildProperties>your_expertiseTopicsBuildProperties_0</buildProperties>
        <returnOnlyTopNTopicPerKeywordSet>your_int_0</returnOnlyTopNTopicPerKeywordSet>
</obh:expertiseTopicSpec>

Referenced By Representaions