Reltio Connect

 View Only
  • 1.  how to retrieve match score and relevance score for a potential matched record

    Posted 7 days ago

    I am using below apis to find entities with potential match, then _match Api to find detailed match for a given entity, or sometime entity api too to get full details.

    none of the below apis are returning match score and relevance score, 

    POST /entities/_search

    Find entities with potential matches

    POST /entities/_search

    Filter by match score/confidence

    GET /entities/{id}/_matches

    Get detailed matches for an entity

    GET /entities/{id}

    Get full entity details



    ------------------------------
    Abhimanyu Kumar
    GSK
    Cary NC
    ------------------------------


  • 2.  RE: how to retrieve match score and relevance score for a potential matched record

    Reltio Employee
    Posted 6 days ago

    Hi,

    Can you describe the problem a bit more?  i.e. do you want
    1) match scores for an exist match
    2) to provide data and see if there is a match and its score?



    ------------------------------
    Gino Fortunato
    Principal Solution Engineer
    Reltio
    ------------------------------



  • 3.  RE: how to retrieve match score and relevance score for a potential matched record

    Posted 6 days ago

    Hello, yes, I am trying to retrieve potential duplicate organizations, along with their match scores and relevance scores, through the API. 

    I have tried following the below steps but getting no result in postman.

    Search for potential matches for entity specified in JSON with scoring | Reltio



    ------------------------------
    Abhimanyu Kumar
    GSK
    Cary NC
    ------------------------------



  • 4.  RE: how to retrieve match score and relevance score for a potential matched record

    Reltio Employee
    Posted 6 days ago

    I'm not sure of your match rules, but do you have any that match on only name?  If order for a match rule to produce a 'true' outcome, you need to have enough data to make the comparisons return 'true' from the boolean or relevance logic.  Unless you have a match rule that has only name as the logic (and I don't recommend you add one), just giving the match rule a name will not produce a match.  Review your match rule(s) and add data for the relevant attributes requires by the match rule.  I'm pretty sure you'll get better results.



    ------------------------------
    Gino Fortunato
    Principal Solution Engineer
    Reltio
    ------------------------------



  • 5.  RE: how to retrieve match score and relevance score for a potential matched record

    Posted 5 days ago

    thank you - let me try that.



    ------------------------------
    Abhimanyu Kumar
    GSK
    Cary NC
    ------------------------------