Unify and manage your data

Potential Match fields indexed for Elastic search

Learn more about the fields related to Potential Matches that are indexed for Elastic search.

Let's take a look at a list of fields that are indexed for Potential Matches.

The following table lists all the potential matches fields that are indexed for Elastic Search:
FieldTypeEntity Mapping (PotentialMatchTO)DescriptionPresent by default?Examples - how to filter
idkeyword$.uri (short)Entity IDYesequals(id,'entities/1')
matcheslong$.potentialMatchTOs (size)Number of matches of the entityYesgt(matches,'5')
notMatcheslong$.notMatches (size)Number of notMatches of the entityYesgt(notMatches,'1')
matchRuleskeyword$.matchRules[x].uriMatch ruleYesequals(matchRules, 'configuration/entityTypes/HCP/matchGroups/PersonByMESuspect6.1')
matchScoredouble$.matchScoreMatch scoreYesgt(matchScore,'10.0')
scopePMMlmatchRuleskeyword$.matchRules[x].uriNocontains(scopePMMlmatchRules, 'configuration/entityTypes/HCP/matchGroups/PersonByMESuspect6.1')
scopePMMlmatchScoredouble$.matchScoreNogt(scopePMMlmatchScore,'10.0')
scopePMAllmatchRuleskeyword$.matchRules[x].uriYescontains(scopePMAllmatchRules, 'configuration/entityTypes/HCP/matchGroups/PersonByMESuspect6.1')
scopePMAllmatchScoredouble$.matchScoreYesgt(scopePMAllmatchScore,'10.0')
relevanceScoresobject$.relevanceScoresCollection of relevanceScores objectsNogte(relevanceScores.relevance, 0.75)

You an also index the fields related to Relevance score. For more information, see topic Relevance score fields indexed.