[ 
https://issues.apache.org/jira/browse/SOLR-8749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cassandra Targett resolved SOLR-8749.
-------------------------------------
    Resolution: Won't Fix

Blobs have been deprecated and removed from Solr in 9.0.

> 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
>            Priority: Major
>
> 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
(v8.3.4#803005)

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

Reply via email to