Re: Setting a parameter from a update script processor script

2023-01-06 Thread Shawn Heisey
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 h

Re: Setting a parameter from a update script processor script

2023-01-06 Thread Matthew Castrigno
Sent: Friday, January 6, 2023 10:45 AM To: users@solr.apache.org ; elyog...@elyograg.org Subject: Re: Setting a parameter from a update script processor script The need arises because the only way to differentiate between a set of commands and JSON document is the command. json parameter. This

Re: Setting a parameter from a update script processor script

2023-01-06 Thread Matthew Castrigno
, 2023 5:48 PM To: users@solr.apache.org Subject: Re: Setting a parameter from a update script processor script On 1/5/23 17: 09, Matthew Castrigno wrote: > The documentation show how to get a parameter but I cannot see where I can find out how to set a parameter in my update script proces

Re: Setting a parameter from a update script processor script

2023-01-05 Thread Shawn Heisey
On 1/5/23 17:09, Matthew Castrigno wrote: The documentation show how to get a parameter but I cannot see where I can find out how to set a parameter in my update script processor. https://solr.apache.org/guide/solr/latest/configuration-guide/script-update-processor.html#javascript Does anyone k