You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Amrit Sarkar (JIRA)" <ji...@apache.org> on 2018/01/16 08:36:00 UTC

[jira] [Commented] (SOLR-10866) Make TimestampUpdateProcessorFactory as Runtime URP; take params(s) with request

    [ https://issues.apache.org/jira/browse/SOLR-10866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326870#comment-16326870 ] 

Amrit Sarkar commented on SOLR-10866:
-------------------------------------

Requesting feedback on this. I will add documentation changes too.

> Make TimestampUpdateProcessorFactory as Runtime URP; take params(s) with request
> --------------------------------------------------------------------------------
>
>                 Key: SOLR-10866
>                 URL: https://issues.apache.org/jira/browse/SOLR-10866
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: update
>            Reporter: Amrit Sarkar
>            Priority: Minor
>         Attachments: SOLR-10866.patch, SOLR-10866.patch, SOLR-10866.patch, SOLR-10866.patch, SOLR-10866.patch, SOLR-10866.patch
>
>
> We are trying to get rid of processor definitions in SolrConfig for all URPs and take parameters in the request itself.
> TimestampUpdateProcessorFactory 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=timestamp&timestamp.fieldName=timestamp_tdt&commit=true --data-binary { "id" : "1" , "title_s" : "titleA" }
> {code}
> Configuration for TimestampUpdateProcessorFactory in solrconfig.xml is optional.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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