On 5/12/23 05:15, Anjali Maurya wrote:
Thanks, Susmit for the solution.I'm having trouble understanding "req.process(client, collection)" in the solution. Could you please provide an explanation? It would be beneficial.
This is the code line that actually sends the request to Solr. The parameters are the SolrClient object that will be used to send it and the collection name that will receive the request.
Thanks, Shawn