You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@solr.apache.org by dsaewqdsa <ds...@protonmail.com.INVALID> on 2022/05/25 08:31:55 UTC

Use Update Processor in nested fileds (nested documents)

Hi,
I want to use update Processor of solr, on nested fields,
for example:
Use UniqFieldsUpdateProcessorFactory, on field: "subject" in documents:
{
"id":"dsaewqhgfytr",
"lecturers":[
{
"id":"dsaewqhgfytr.dsadsa321321dsa",
"subject":"english"
},
{
"id":"dsaewqhgfytr.dsadsa321321ewq",
"subject":"math"
}
]}

is it possible? how can I do it?