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
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