Amrit Sarkar created SOLR-10858:
-----------------------------------
Summary: Convert UUIDUpdateProcessorFactory as Runtime URP; take
params(s) in Request not in Solrconfig
Key: SOLR-10858
URL: https://issues.apache.org/jira/browse/SOLR-10858
Project: Solr
Issue Type: Improvement
Security Level: Public (Default Security Level. Issues are Public)
Components: update
Reporter: Amrit Sarkar
As discussed with [~noble.paul], we are trying to get rid of processor
definitions in SolrConfig for all URPs and take parameters in the request
itself.
UUIDUpdateProcessorFactory will be able to execute by sample curl like below:
{code}
curl -X POST -H Content-Type: application/json
http://localhost:8983/solr/test/update/json/docs
?processor=UUID;ampersand;UUID.fieldName=id;ampersand;commit=true
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]