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
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