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

Contents

Overview

Indicates different types for ranking the search strengths of matching profiles

Enumeration Members

Name Description

STRENGTH_PEAK

Indicates how well the profile matched a search based on the strength of the strongest matching clause. The scale is 0 to 100.

For example, the following strengths indicate how the profile matched each clause:

  • Clause 1 match score: 100
  • Clause 2 match score: 200
  • Clause 3 match score: 300
The strongest matching clause is Clause 3, with a strength of 300.

STRENGTH_AVERAGE_MATCHES

Indicates how well the profile matched a search based on the average score across the clauses it matched. The scale is 0 to 100.

For example, the following strengths indicate how the profile matched each clause:

  • Clause 1 match score: 100
  • Clause 2 match score: 200
  • Clause 3 match score: No match
  • Clause 4 match score: 300
The average strength across matching clauses would be (100+200+300)/3.

STRENGTH_AVERAGE_ALL

Indicates how well the profile matched a search based on the average score across ALL of the clauses used in the search, including clauses that it did not match. The scale is 0 to 100.

For example, the following strengths indicate how the profile matched each clause:

  • Clause 1 match score: 100
  • Clause 2 match score: 200
  • Clause 3 match score: No match
  • Clause 4 match score: 300
The average strength across all clauses would be (100+200+0+300)/4.

XML Schema


<xs:simpleType name="expertiseMatchStrength">
    <xs:restriction base="xs:string">
        <xs:enumeration value="STRENGTH_PEAK"/>
        <xs:enumeration value="STRENGTH_AVERAGE_MATCHES"/>
        <xs:enumeration value="STRENGTH_AVERAGE_ALL"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to expertiseMatchStrength

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions