Re: yokozuna Issues

2014-02-12 Thread Tom Santero
Hi Bryce, If you share the errors you're seeing in the logs it might help us better identify the issue you're running into. Cheers, Tom On Thu, Feb 13, 2014 at 3:46 AM, Bryce wrote: > Has anyone else had problems with a fresh install of RHEL6 or fedora 19, > riak2pre11, and turning search "on

yokozuna Issues

2014-02-12 Thread Bryce
Has anyone else had problems with a fresh install of RHEL6 or fedora 19, riak2pre11, and turning search "on"? The defaults start riak just fine on both distros. But when I change search to "on" some of the log files get a fair amount of java related errors (both with java installed and not...

Re: pagination over 2i indexes in java

2014-02-12 Thread Brian Roach
Joe - The current Java client codebase it built in layers. The top-level user API uses an instance of the mid-level RawClient interface which passes it to the appropriate protocol-specific layer at the bottom. We are not able to reproduce what you are describing using the 1.4.4 version of the cli

Querying in RIAK

2014-02-12 Thread Ajit Prasad(RMG00)
Hi, we came across a question on RIAK's querying ability thru JAVA client. For example, I have the below JSON record in a RIAK bucket. I need the individual counts of 'tasks' across different 'statuses'. Like for the below JSON record, it would be... - Completed Tasks - 3, InProgress Ta