An update request processor is a preferred approach - take the source value, split it, and create separate source values for each of the associated fields.
-- Jack Krupansky On Wed, Sep 9, 2015 at 3:30 AM, Roxana Danger < roxana.dan...@reedonline.co.uk> wrote: > Hello, > I have an analyzer whose output can be used to fill different fields. > I could use copyfield and use the analyzer multiple times to fill each > field; or save the output to a "temporal" field and use multiple very > simple analyzers, one per field, that just split the output in the temporal > field and retrieve the data related to the appropriate field. > But, do you known about an analyzer with this behaviour or I need to > implement it? > Thanks, > Roxana > > -- >