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

Contents

Overview

Identifies a List of ExpertiseAggregateTopic that match a search, along with a set words for every variation of the words that matched a search. For example, if a search is for "java compilers", the searchWords Set might contain the words "java", "compiler", and "compilers".

Refer to type expertiseAggregateTopic for more details.

Members

Name Type Description

searchWords

string[]

Words that matched the search, including different variants of the same stem

topicList

expertiseAggregateTopic[]

List of topics that come from profiles matching the search

Hierarchy

Examples

Below are examples in JSON and 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:expertiseSearchTopicList xsi:type="obh:expertiseSearchTopicList" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:searchWords>your_string_0</obh:searchWords>
        <obh:searchWords>your_string_1</obh:searchWords>
        <obh:searchWords>your_string_2</obh:searchWords>
        <obh:topicList>your_expertiseAggregateTopic_0</obh:topicList>
        <obh:topicList>your_expertiseAggregateTopic_1</obh:topicList>
        <obh:topicList>your_expertiseAggregateTopic_2</obh:topicList>
</obh:expertiseSearchTopicList>

JSON Example

(show inherited members)

{
    "beeType":"expertiseSearchTopicList",
        "searchWords":[
            "your_{http://www.oracle.com/beehive}searchWords_as_string0",
            "your_{http://www.oracle.com/beehive}searchWords_as_string1",
            "your_{http://www.oracle.com/beehive}searchWords_as_string2"
        ],
        "topicList":[
            { your_{http://www.oracle.com/beehive}topicList_as_expertiseAggregateTopic0 },
            { your_{http://www.oracle.com/beehive}topicList_as_expertiseAggregateTopic1 },
            { your_{http://www.oracle.com/beehive}topicList_as_expertiseAggregateTopic2 }
        ]
}

XML Schema


<xs:complexType name="expertiseSearchTopicList">
    <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0"
            name="searchWords" nillable="true" type="xs:string"/>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="topicList"
            nillable="true" type="tns:expertiseAggregateTopic"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to expertiseSearchTopicList

Referenced By Resources

Usage Resource Method
Response Expertise Management Search Topics

Referenced By Representaions

Not Referenced Directly by Representations