Re: Convert javabin to json

2019-12-02 Thread Noble Paul
obj = new JavabinCodec().unmarshal(); Utils#writeJson() On Thu, Nov 28, 2019 at 11:54 AM Wei wrote: > > Hi, > > Is there a reliable way to convert solr's javabin response to json format? > We use solrj client with wt=javabin, but want to convert the received > javabin response to json for passing

Convert javabin to json

2019-11-27 Thread Wei
Hi, Is there a reliable way to convert solr's javabin response to json format? We use solrj client with wt=javabin, but want to convert the received javabin response to json for passing to client. We don't want to use wt=json as javabin is more efficient. We tried the noggit jsonutil https://gi