Noble Paul created SOLR-8749:
--------------------------------

             Summary: blob store API should have convenience methods for 
editing json
                 Key: SOLR-8749
                 URL: https://issues.apache.org/jira/browse/SOLR-8749
             Project: Solr
          Issue Type: Bug
          Components: blobstore
            Reporter: Noble Paul
            Assignee: Noble Paul


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

example commands

{code}

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"
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to