Re: riak indexing/search issue with json

2011-01-04 Thread Joseph Lambert
Ok, sorry to spam the list, After upgrading to 0.14.0rc1, it works, except for the list data from solr. Still the mochijson error. But, the other problems go away, so maybe it was just the error with the list in mochijson. - Joe Lambert joseph.g.lamb...@gmail.com On Wed, Jan 5, 2011 at 11:32

Re: riak indexing/search issue with json

2011-01-04 Thread Joseph Lambert
Also, I'm getting this with the list: =ERROR REPORT 5-Jan-2011::11:20:29 === webmachine error: path="/solr/test/select" {error,{error,badarg, [{erlang,list_to_integer,["1971 2"]}, {riak_search_utils,to_integer,1}, {riak_indexed_doc,'-to_mochijson2/2-

Re: riak indexing/search issue with json

2011-01-04 Thread Joseph Lambert
I can definitely repeat this. It seems to work correctly with the array of integers consistently from the erlang console, but the second key in the array does not show using the solr interface. For example, [1971, 2] when indexed as integers will work from console with search:search(<<"test">>, <

Re: Play Framework and Riak

2011-01-04 Thread julien bille
thanks ! I hope it will used by others. Don't hesitate to leave me comments for any kind of improvement Julien 2011/1/4 Joe Jenson > To take up Mark's update,Play framework is great- to use with riak should > be superb. Looking forward to tinkering with > http://groups.google.com/group/play-fr

Play Framework and Riak

2011-01-04 Thread Joe Jenson
To take up Mark's update,Play framework is great- to use with riak should be superb. Looking forward to tinkering with http://groups.google.com/group/play-framework/msg/c22901a622d1178d. May the growth of riak continue. Nice work Julien. ___ ri

Re: map/reduce problem

2011-01-04 Thread Dan Reverri
Can you provide your map/reduce queries in a pastie or gist? Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Tue, Jan 4, 2011 at 8:06 AM, Shai Garniek wrote: > I am running a map/reduce query on riak and I'm getting something weird in > the result. > After 2 map p

map/reduce problem

2011-01-04 Thread Shai Garniek
I am running a map/reduce query on riak and I'm getting something weird in the result. After 2 map phases and one reduce phase I'm getting the following result ["{\"apps\":[\"11\",\"12\"]}","{\"apps\":[\"1\",\"2\",\"3\",\"4\"]}"] when I'm expecting this result. [{"apps":["11","12"]},{"apps":[