Field Path Notation Syntax
The following details the Field Path Notation syntax.
Document Properties and Tags
Document Properties and Tags are found in the Document structure, when viewing documents. See Documents.
Entity Features
Entity Features can be identified when viewing the node details. See Node Details: View, Edit & Report.

Classification and Tagging Field Paths
Used to referencing text references in a document.
Syntax:
Copy
ref.System.[TEXT REFERENCE TAG]
Example:
Copy
ref.System.Person.text:tokens:significant
More examples of this syntax and their details are:
- Field path -
ref.System.Person.text:tokens:significant
- Description - Look for text references of type Person, tokenize the text and filter to significant words
- Field path -
ref.System.Person.text:significant
- Description - Look for text references of type Person and filter the text to significant words