Hi Colin,

The problem is that in your case JSON is interpreted as a String, as
opposed to a Map/POJO with fields.

Is there any reason you don't rely on the JSON serialization built into
Riak Java client?

Regards,
Vitaly



On Wed, Feb 10, 2016 at 5:40 PM, Colin Walker <co...@musefind.com> wrote:

> Hello everyone,
>
> Sorry for the basic question but I couldn't find the answer in the
> documentation. Does Riak search currently index documents sent as JSON? It
> doesn't look like it from the basic tests that I've run. I am using the new
> Solr search on Riak 2.1.3.
>
> When I send data to the bucket using a Map type in the java client
> everything is indexed and I can search for my data as expected. However,
> when I send the same Java map as JSON I cannot find a way to search within
> it. I am using the default index schema.
>
> Thanks everyone!
>
> Colin Walker
>
>
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
>
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to