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 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">
        <searchWords>your_string_0</searchWords>
        <searchWords>your_string_1</searchWords>
        <searchWords>your_string_2</searchWords>
        <topicList>your_expertiseAggregateTopic_0</topicList>
        <topicList>your_expertiseAggregateTopic_1</topicList>
        <topicList>your_expertiseAggregateTopic_2</topicList>
</obh:expertiseSearchTopicList>

Referenced By Representaions

Not Referenced Directly by Representations