Details

    • Sub-task
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 5.0, 6.0
    • None
    • None

    Description

      The solrconfig APIs ( SOLR-6607) now allow registering components through API. SOLR-6787 will support for blob storage.

      Jars should be able to be loaded from blobs

      example

       curl http://localhost:8983/solr/gettingstarted/config -H "Content-Type: application/json"  -d '{
      "create-requesthandler" : {"name" : "/mypath" ,
                                 "class":"org.apache.solr.handler.DumpRequestHandler",
                                 "lib" : "mycomponent",
                                 "version":2}
      }'
      
      

      Attachments

        1. SOLR-6801.patch
          20 kB
          Noble Paul
        2. SOLR-6801.patch
          38 kB
          Noble Paul

        Issue Links

          Activity

            People

              noble.paul Noble Paul
              noble.paul Noble Paul
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: