This table contains neither actual document nor address data. Rather, it is a relationship table between DOCUMENT and ADDRESS. Each record in this table describes an "Address at which research for Document was done" relationship.

Research Addresses are specified in the "C1" ISI field.

From what we have found, multiple Research Addresses can be specified per Document. The behavior of the loader reflects this.

This table contains the following fields:

  • RESEARCH_ADDRESS_DOCUMENT_FK: The foreign key into the DOCUMENT table.
  • RESEARCH_ADDRESS_ADDRESS_FK: The foreign key into the ADDRESS table.

See DOCUMENT and ADDRESS for additional details.