Unable to index nested document in solr using addChildDocuments() method.

2021-12-31 Thread Swikriti Debnath
Hi, Please give suggestion on the above scenario as I'm unable to index anonymous child documents in solr through java code using addChildDocuments() method. While I'm searching with *,[child] to get child documnets but it shows nothing in result as all solrInputDocuments gets indexed as seper

Re: Custom props to replica state in zk

2021-12-31 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Hi Alex, Do you mean to add a custom property e.g. via https://solr.apache.org/guide/8_11/replica-management.html#addreplicaprop and then to use it similar to how https://solr.apache.org/guide/8_11/distributed-requests.html#shards-preference-parameter properties are used? If I understood you