Overview

Summarizes terms found within multiple matching account profiles.

Members

Show inherited members

Name Type Required Description

displayKeywordsLikePhraseHint

boolean

Whether the keywords can be displayed like a phrase.

excludedOrganizationScopes

expertiseOrganizationScopeType[]

The Organization scopes that were used when this aggregate topic was generated

internalState

string

A String that ensures the integrity of this topic. For internal use only.

matchingAssociatedWords

string[]

The list of words associated with this topic.

matchingClauses

expertiseTopicClause[]

The clauses that caused this to be a match.

matchingKeywords

string[]

The keyword used to create this topic.

matchingTerms

expertiseTerm[]

The list of matching TermSet containing the terms that this topic represents

matchingWordsLanguage

int

The language of the matching words (keywords & associated words).

siblingDetails

associativeArray<stringexpertiseSiblingDetails>

ExpertiseSiblingDetails for the siblings, regardless of whether the sibling is an associated word of unconsumed sibling.

strength

float

An integer inidicating the topic's strength.

title

string

The title of this topic.

unGroupableSiblings

string[]

The list of matching words that were not grouped into the topic title as associated words.

Hierarchy

Inherits From

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:expertiseAggregateTopic xsi:type="obh:expertiseAggregateTopic" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <displayKeywordsLikePhraseHint>your_boolean_0</displayKeywordsLikePhraseHint>
        <excludedOrganizationScopes>your_expertiseOrganizationScopeType_0</excludedOrganizationScopes>
        <excludedOrganizationScopes>your_expertiseOrganizationScopeType_1</excludedOrganizationScopes>
        <excludedOrganizationScopes>your_expertiseOrganizationScopeType_2</excludedOrganizationScopes>
        <internalState>your_string_0</internalState>
        <matchingAssociatedWords>your_string_0</matchingAssociatedWords>
        <matchingAssociatedWords>your_string_1</matchingAssociatedWords>
        <matchingAssociatedWords>your_string_2</matchingAssociatedWords>
        <matchingClauses>your_expertiseTopicClause_0</matchingClauses>
        <matchingClauses>your_expertiseTopicClause_1</matchingClauses>
        <matchingClauses>your_expertiseTopicClause_2</matchingClauses>
        <matchingKeywords>your_string_0</matchingKeywords>
        <matchingKeywords>your_string_1</matchingKeywords>
        <matchingKeywords>your_string_2</matchingKeywords>
        <matchingTerms>your_expertiseTerm_0</matchingTerms>
        <matchingTerms>your_expertiseTerm_1</matchingTerms>
        <matchingTerms>your_expertiseTerm_2</matchingTerms>
        <matchingWordsLanguage>your_int_0</matchingWordsLanguage>
        <siblingDetails>your_associativeArray_0</siblingDetails>
        <strength>your_float_0</strength>
        <title>your_string_0</title>
        <unGroupableSiblings>your_string_0</unGroupableSiblings>
        <unGroupableSiblings>your_string_1</unGroupableSiblings>
        <unGroupableSiblings>your_string_2</unGroupableSiblings>
</obh:expertiseAggregateTopic>

Referenced By Representaions