Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-9565 Make every UpdateRequestProcessor available implicitly
  3. SOLR-10866

Make TimestampUpdateProcessorFactory as Runtime URP; take params(s) with request

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • update
    • 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&timestamp.fieldName=timestamp_tdt&commit=true --data-binary { "id" : "1" , "title_s" : "titleA" }
      

      Configuration for TimestampUpdateProcessorFactory in solrconfig.xml is optional.

      Attachments

        1. SOLR-10866.patch
          2 kB
          Amrit Sarkar
        2. SOLR-10866.patch
          3 kB
          Amrit Sarkar
        3. SOLR-10866.patch
          3 kB
          Amrit Sarkar
        4. SOLR-10866.patch
          3 kB
          Amrit Sarkar
        5. SOLR-10866.patch
          7 kB
          Amrit Sarkar
        6. SOLR-10866.patch
          7 kB
          Amrit Sarkar

        Activity

          People

            Unassigned Unassigned
            sarkaramrit2@gmail.com Amrit Sarkar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: