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.

Referenced By Representaions