MatchInfo (JSON)
Information about a match.
Properties
| Name |
Type |
Description |
|
| collection |
string
|
The collection in which this match was found. |
|
| addsPerson |
boolean
|
tells if the match would add a person to the target system |
|
| addsPerson110YearRule |
boolean
|
tells if the match would add a person to the target system who passes the 110-year rule |
|
| addsFact |
boolean
|
tells if the match would add a vital fact to the target system |
|
| addsDateOrPlace |
boolean
|
tells if the match would add a date or place to an existing vital fact |
|
| hasFourOrMorePeople |
boolean
|
tells if the destination has four or more people in the immediate family |
|
| addsFather110YearRule |
boolean
|
tells if the match would add a father to the target system who passes the 110-year rule |
|
| addsMother110YearRule |
boolean
|
tells if the match would add a mother to the target system who passes the 110-year rule |
|
| addsParentUnknownGender110YearRule |
boolean
|
tells if the match would add a parent of unknown gender to the target system who passes the 110-year rule |
|
| addsSpouse110YearRule |
boolean
|
tells if the match would add a spouse to the target system who passes the 110-year rule |
|
| addsSon110YearRule |
boolean
|
tells if the match would add a son to the target system who passes the 110-year rule |
|
| addsDaughter110YearRule |
boolean
|
tells if the match would add a daughter to the target system who passes the 110-year rule |
|
| addsChildUnknownGender110YearRule |
boolean
|
tells if the match would add a child of unknown gender to the target system who passes the 110-year rule |
|
| addsBirth |
boolean
|
tells if the match would add a birth fact to the target system |
|
| addsChristening |
boolean
|
tells if the match would add a christening fact to the target system |
|
| addsDeath |
boolean
|
tells if the match would add a death fact to the target system |
|
| addsBurial |
boolean
|
tells if the match would add a burial fact to the target system |
|
| addsMarriage |
boolean
|
tells if the match would add a marriage fact to the target system |
|
| addsOtherFact |
boolean
|
tells if the match would add a non-vital fact to the target system |
|
| addsDate |
boolean
|
tells if the match would add a date to an existing vital fact |
|
| addsPlace |
boolean
|
tells if the match would add a place to an existing vital fact |
|
| improvesDate |
boolean
|
tells if the match would improve a date an existing vital fact |
|
| improvesPlace |
boolean
|
tells if the match would improve a place an existing vital fact |
|
| status |
string
|
The way this match has been resolved. |
|
Example
{
"collection" : "...",
"addsPerson" : true,
"addsPerson110YearRule" : true,
"addsFact" : true,
"addsDateOrPlace" : true,
"hasFourOrMorePeople" : true,
"addsFather110YearRule" : true,
"addsMother110YearRule" : true,
"addsParentUnknownGender110YearRule" : true,
"addsSpouse110YearRule" : true,
"addsSon110YearRule" : true,
"addsDaughter110YearRule" : true,
"addsChildUnknownGender110YearRule" : true,
"addsBirth" : true,
"addsChristening" : true,
"addsDeath" : true,
"addsBurial" : true,
"addsMarriage" : true,
"addsOtherFact" : true,
"addsDate" : true,
"addsPlace" : true,
"improvesDate" : true,
"improvesPlace" : true,
"status" : "..."
}