Hi, I want to use the update processor of solr, on nested doc. for example this is the nested doc: { "id":3 "texts":[ { "id":2 "tmp":["dsa", "dsa", "ewq"] } ] }
and I want to use the UP - UniqFieldsUpdateProcessor on the texts.tmp field. how can I do this?