On 1/6/23 10:53, Matthew Castrigno wrote:
There is a setParams but it has no argument, so it is unclear what it is using
to set the parameters.
https://solr.apache.org/docs/9_1_0/core/org/apache/solr/request/SolrQueryRequest.html#setParams(org.apache.solr.common.params.SolrParams)
That does have an argument -- a SolrParams object.
But it is highly unlikely that anything having to do with update
processors would use a SolrQueryRequest object. I am pretty sure that
the params being set there are URL parameters.
I do not understand the earlier message talking about command.json.
Maybe if you describe exactly what you are trying to do someone can find
another way to accomplish it.
Thanks,
Shawn