Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

resultsToJson losing match results #307

@bgeorge11

Description

@bgeorge11

The xml output of matcher.findDocumentMatchesByOptions has all the matching attributes listed. But, when the results are converted to JSON, only one attribute is returned.

XML output


fn:doc("/facets_practitioner.csv-0-1.json")/envelope/instance/text("PRPRID")
fn:doc("/facets_practitioner.csv-0-1.json")/envelope/instance/text("PersonLastName")
fn:doc("/facets_practitioner.csv-0-1.json")/envelope/instance/text("PersonFirstName")

JSON output
"result": [
{
"uri": "/facets_practitioner.csv-0-1.json",
"index": "1",
"score": "100",
"threshold": "Definitive Match",
"action": "merge",
"matches": [
{
"match": "fn:doc("/facets_practitioner.csv-0-1.json")/envelope/instance/text("PersonFirstName")"
}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions