Overview

Describes how an profile matches a clause supplied in a request. It is always used in the context of a ExpertiseSearchClauseList.

Information provided can include:

  • Contact information for the profile owner
  • Strength metrics indicating how well the profile matched the search
  • Topics generated from matching terms in the profile
  • Data justifying why each clause matched the search

Refer to expertiseSearchClauseList and expertiseSearchClause for more information.

Members

Name Type Required Description

averageMatchStrength

int

The average strength of all clauses that matched the profile

averageStrength

int

The average strength of all clauses used in the search, including those that did not match this profile.

clauses

expertiseClauseMatch[]

A List of clause matches, each describing how the profile matched a single clause. This includes a match strength indicator.

owner

entity

The owner of the profile that this is a match for

peakStrength

int

The strength of the strongest matching clause for for the profile

topics

expertiseTopic[]

List of topics generated from matching terms in the profile. Topics are generated based on criteria in the ExpertiseTopicSpec supplied in the request.

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:expertiseMatchProfile xsi:type="obh:expertiseMatchProfile" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <averageMatchStrength>your_int_0</averageMatchStrength>
        <averageStrength>your_int_0</averageStrength>
        <clauses>your_expertiseClauseMatch_0</clauses>
        <clauses>your_expertiseClauseMatch_1</clauses>
        <clauses>your_expertiseClauseMatch_2</clauses>
        <owner>your_entity_0</owner>
        <peakStrength>your_int_0</peakStrength>
        <topics>your_expertiseTopic_0</topics>
        <topics>your_expertiseTopic_1</topics>
        <topics>your_expertiseTopic_2</topics>
</obh:expertiseMatchProfile>

Referenced By Representaions

Not Referenced Directly by Representations