tjake / Solandra

Solandra = Solr + Cassandra
Apache License 2.0
884 stars 150 forks source link

solr.BinaryField does not return Base64-encoded string #146

Open elben opened 13 years ago

elben commented 13 years ago

I have a a solr.BinaryField field. When I query, I see:

<str name="raw">[B:[B@254ce181</str>

@tjake suggested a patch (https://gist.github.com/1352769), but this produces a null pointer exception (https://gist.github.com/1352766).

According to this thread, binary blobs are send/received to Solr as base64.