Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
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:
curl -X POST -H Content-Type: application/json http://localhost:8983/solr/test/update/json/docs?processor=timestamp×tamp.fieldName=timestamp_tdt&commit=true --data-binary { "id" : "1" , "title_s" : "titleA" }
Configuration for TimestampUpdateProcessorFactory in solrconfig.xml is optional.