Skip to main content

Reveal Review Publication

Appendix G: Thread Item Types
Thread Items Types

When you export threading data from Reveal AI one of the fields is “NexLP_ThreadItemType”. It can have one of the following values:

  1. Inclusive: The most inclusive email in the email chain which is not missing any attachments from included emails. There may be more than one inclusive email per thread.

  2. Inclusive Partial: The most inclusive email in the email chain, but with one or more attachments missing.

  3. Included: Email content is completely included in another email which is identified as "Inclusive" or "Inclusive Partial".

  4. Attachment: If the identical attachment is contained in both an inclusive and included email, the attachment in the inclusive email is designated “attachment”.

  5. Attachment_Secondary: Duplicate attachments in the same thread, by MD5 hash, attached to a different inclusive parent.

  6. Attachment_Duplicate: All other attachments.

Example scenarios

Person A sent an email to Person B (Email01), Person B replied (Email02).

Document ID

NexLP_ThreadItemType

Email01

Included

Email02

Inclusive

Person A sent an email to Person B (Email01) with an attachment (Attachment01), Person B replied (Email02) without an attachment.

Document ID

NexLP_ThreadItemType

Email01

Included

Attachment01

Attachment

Email02

Inclusive Partial

Person A sent an email to Person B (Email01) with an attachment (Attachment01), Person B replied (Email02) with the same attachment. Person B forwards Email02 to Person C (Email03).

Document ID

NexLP_ThreadItemType

Email01

Included

Attachment01

Attachment_Duplicate

Email02

Inclusive

Attachment01

Attachment

Email03

Inclusive

Attachment01

Attachment_Secondary

Number of unique documents in a data set
  • Review: In order to retrieve all the unique items in your data set you add: Inclusive + Inclusive Partial + Attachment.

  • Reveal AI: However, in Reveal AI, for a COSMIC workflow, the list of all unique items is comprised of the following item types: Inclusive + Inclusive Partial + Attachment + Attachment_Secondary.

Note

For a family level review, you should add Family to the criteria above.