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

Contents

Overview

Summarized representation of a set of a terms by Expertise service. The format for a topic is: keyword (associated word, associated word, associated word).

Members

Name Type Required Description

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).

strength

float

An integer inidicating the topic's strength.

title

string

The title of this topic.

Hierarchy

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

Inherited By

XML Schema


<xs:complexType abstract="true" name="expertiseTopic">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="matchingAssociatedWords" nillable="true" type="xs:string"/>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="matchingClauses" nillable="true" type="tns:expertiseTopicClause"/>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="matchingKeywords" nillable="true" type="xs:string"/>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="matchingTerms" nillable="true" type="tns:expertiseTerm"/>
        <xs:element name="matchingWordsLanguage" type="xs:int"/>
        <xs:element name="strength" type="xs:float"/>
        <xs:element minOccurs="0" name="title" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to expertiseTopic

Referenced By Resources

Usage Resource Method
Response Expertise Management Build Topics

Referenced By Representaions