Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8749

blob store API should have convenience methods for editing json

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • blobstore
    • None

    Description

      if the blob content is a json it should be possible to edit the content without downloading it

      example commands

      curl http://localhost:8983/solr/.system/myblobname/json -H 'Content-type:application/json' -d '{
         set : {
          "/full/path" : {}
        },
        set : { "/full/path" : "The value"  } 
        append : {"/full/path" : "val"},
        append : {"/full/path" : { map_key, " map value"  }},
        delete : "/full/path"
      }
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: