Unify and manage your data

Relevance score fields indexed

Learn more about the fields that are indexed for Elastic search.

The relevance scores related to Potential Matches are also indexed. For more information about the fields indexed for Potential Matches, see topic Potential Match fields indexed for Elastic search .The following table lists indexed fields relating to Relevance score:
FieldTypeEntity Mapping (RelevanceScoresTO)DescriptionPresent by default?Example - how to filter
matchRulekeyword$.relevanceScores.matchRuleMatch rule URIYesequals(relevanceScores.matchRule,'configuration/entityTypes/HCP1/matchGroups/PotentialMatchByEmail')
relevancescaled_float$.relevanceScores.relevanceRelevance score of the match (from 0.0 to 1.0)Yesgte(relevanceScores.relevance, 0.75)
actionLabelkeyword$.relevanceScores.actionLabelAction label associated with the match ruleYesequals(relevanceScores.actionLabel,'Good matches')