Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

An encapsulation of a topic that is build on demand and has no permanence. Examples of types that inherit this type are DynamicTopic and AggregateTopic.

Members

Name Type Required Description

displayKeywordsLikePhraseHint

boolean

Whether the keywords can be displayed like a phrase.

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

expertiseTransientTopic is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Inherited By

XML Schema


<xs:complexType abstract="true" name="expertiseTransientTopic">
    <xs:complexContent>
        <xs:extension base="tns:expertiseTopic">
            <xs:sequence>
                <xs:element name="displayKeywordsLikePhraseHint" type="xs:boolean"/>
                <xs:element minOccurs="0" name="siblingDetails" type="tns:associativeArray"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="unGroupableSiblings" nillable="true" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to expertiseTransientTopic

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations