You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Cassandra Targett (Jira)" <ji...@apache.org> on 2021/09/29 20:55:00 UTC

[jira] [Resolved] (SOLR-8749) blob store API should have convenience methods for editing json

     [ 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: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org