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 know where I can find this information?
Thank you for any insights.
From what I can tell, parameters are a way to get arbitrary information
from solrconfig.xml to the processor ... I don't think that
communication can flow the other direction, so there should be no need
to set a parameter inside a processor.
Anyone else have a comment on it?
Thanks,
Shawn