Overview

Describes how an profile matches a specific clause. The description includes:
  • The number of terms within the profile that match the search
  • The strength of the match
  • The specific word(s) within the clause that match.

Refer to type expertiseSearchClause for more information

Members

Name Type Required Description

clause

expertiseSearchClause

Reference to the matched ExpertiseSearchClause.

matchedTerms

expertiseTerm[]

Set of Terms from the clause's expression. These are the terms matched by this profile.

matchedWords

string[]

Set of keywords from the clause's expression. These are the keywords matched by this profile.

numMatchedTerms

int

Number of terms matching the clause and owned by this profile

strength

int

Strength of the match, in range 0 to 100.

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:expertiseClauseMatch xsi:type="obh:expertiseClauseMatch" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <clause>your_expertiseSearchClause_0</clause>
        <matchedTerms>your_expertiseTerm_0</matchedTerms>
        <matchedTerms>your_expertiseTerm_1</matchedTerms>
        <matchedTerms>your_expertiseTerm_2</matchedTerms>
        <matchedWords>your_string_0</matchedWords>
        <matchedWords>your_string_1</matchedWords>
        <matchedWords>your_string_2</matchedWords>
        <numMatchedTerms>your_int_0</numMatchedTerms>
        <strength>your_int_0</strength>
</obh:expertiseClauseMatch>

Referenced By Representaions