Hi, Trying to use solr streaming 'gatherNodes' function. It is for extracting email graph based on from and to fields. It requires 'to' field to be a single value field with docvalues enabled since it is used internally for sorting and unique streams
The 'to' field can contain multiple email addresses - each being a node. How to map multiple comma separated email addresses from the 'to' fields as separate graph nodes? Thanks > >