Hi, everyone.
First I want say that English is not my first language, so I apologize for any 
mistakes.

Recently, we moved from Solr 6 to Solr 8.
now we want to start using nested document in our collections.
we going over our custom plugins in order to make them work for nested document 
and we were wondering if Solr's built in update processors support nested 
documents.
for example, given the document:
{
"id": "321",
"nestField":[
{
"id": "321.456",
"coolField": [12,12,1]
}
]
}

can I ​use 
[UniqFieldsUpdateProcessor](https://lucene.apache.org/solr/6_6_0//solr-core/org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactory.html)
 on "coolField"? If yes, how do I configure the processor to the nested field?

Thanks,
Maor Edri

Sent with [Proton Mail](https://proton.me/) secure email.

Reply via email to