Nodes

The list of field names that you want to use to create nodes. Separate multiple field names with commas. There must be no space before or after a comma.

For each value that occurs in a field with this name in a document that also contains another value in a field with the same name, Knowledge Graph creates a node. It creates two edges (one in each direction) between each pair of nodes in a document.

NOTE: Knowledge Graph does not create edges between a node and itself.

Type: String
Default:  
Required: Yes, if the Source and Target parameters are not set for this edge type.
Configuration Section:

[MyEdgeType]

Example: Nodes=TO,CC
See Also: Source
Target