Index Entity Configuration Join Entity

The Index Entity Configuration Join Entity table describes the parent elements and its child elements that need to be specified in the Join Entity index configuration:

IndexEntity Configuration Join Entity
Element Attribute Description Value
IndexEntityList
For Cross-Repository
IndexEntity joinTable Specify True for cross-repository. True (Default)

False

IndexEntity normalized Specify True for multiple repositories. Only supports STAR schema. joinTable must be set to true. True (Default)

False

Name   Specify an entity name that can be recognized as join entity. For example, PersonToAddress.  
EnterpriseName   Specify the enterprise name.

Note: Enterprise name is case-sensitive.

 
Repository
RepositoryName   Specify the parent repository name. For example, PERSON. Any valid repository name.
AttributeList   Note: For backward compatibility, if you remove attributes specified in the <AttributeList> tag, all attributes are indexed including system attributes.  
Attribute      
AttributeName   Specify the attribute name of the parent repository. For example, FIRSTNAME, LASTNAME, and DOB.

Note: Specify either only attribute name or display name.

Any valid attribute name that exists in the parent repository.
Relationship
RelationshipName   Specify the relationship name. For example, HASADDRESS. Any valid relationship name.
RelatedRepository   Specify the related repository name. For example, ADDRESS. Any valid related repository name.
Repository
RepositoryName   Specify the child repository name (related repository). For example, ADDRESS. Any valid child repository name.
AttributeList   Note: For backward compatibility, if you remove attributes specified in the <AttributeList> tag, all attributes are indexed including system attributes.  
Attribute      
AttributeName   Specify the attribute name of the child repository (related repository). For example, CITY and COUNTRY.

Note: Specify either only attribute name or display name.

Any valid attribute name that exists in the related repository.