Amrit Sarkar created SOLR-10867:
-----------------------------------

             Summary: Make ClassificationUpdateProcessorFactory as Runtime URP; 
take params(s) with request
                 Key: SOLR-10867
                 URL: https://issues.apache.org/jira/browse/SOLR-10867
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: update
            Reporter: Amrit Sarkar
            Priority: Minor


We are trying to get rid of processor definitions in SolrConfig for all URPs 
and take parameters in the request itself.

ClassificationUpdateProcessorFactory 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=Classification&classification.fieldName=url_s&classification.classField=training&commit=true
 --data-binary { "id" : "1" , "url_s" : "http://www.example.com/subroot"; }
{code}

All the param(s) for this URP available can be passed as request handler 
param(s).

Configuration for UUIDUpdateProcessorFactory in solrconfig.xml is optional.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to