Accelerate the Value of 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:
Filter fieldTypePresent by default?Examples - how to filter
idkeywordYesequals(id,'entities/1')
matcheslongYesgt(matches,'5')
notMatcheslongYesgt(notMatches,'1')
matchRuleskeywordYesequals(matchRules, 'configuration/entityTypes/HCP/matchGroups/PersonByMESuspect6.1')
matchScoredoubleYesgt(matchScore,'10.0')
scopePMMlmatchRuleskeywordNocontains(scopePMMlmatchRules, 'configuration/entityTypes/HCP/matchGroups/PersonByMESuspect6.1')
scopePMMlmatchScoredoubleNogt(scopePMMlmatchScore,'10.0')
scopePMAllmatchRuleskeywordYescontains(scopePMAllmatchRules, 'configuration/entityTypes/HCP/matchGroups/PersonByMESuspect6.1')
scopePMAllmatchScoredoubleYesgt(scopePMAllmatchScore,'10.0')
relevanceScoresobject Nogte(relevanceScores.relevance, 0.75)

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