Relevance score fields indexed
Learn more about the fields that are indexed for Elastic search.
Field | Type | Entity Mapping (RelevanceScoresTO) | Description | Present by default? | Example - how to filter |
---|---|---|---|---|---|
matchRule | keyword | $.relevanceScores.matchRule | Match rule URI | Yes | equals(relevanceScores.matchRule,'configuration/entityTypes/HCP1/matchGroups/PotentialMatchByEmail') |
relevance | scaled_float | $.relevanceScores.relevance | Relevance score of the match (from 0.0 to 1.0) | Yes | gte(relevanceScores.relevance, 0.75) |
actionLabel | keyword | $.relevanceScores.actionLabel | Action label associated with the match rule | Yes | equals(relevanceScores.actionLabel,'Good matches') |