Riak secondary indices with Java Api

2013-11-25 Thread Shimon Benattar
Hi, Riak users, I am trying to index my data with the Java API I saw on the basho site (http://basho.com/index-for-fun-and-for-profit/) the following code, The first part of creating the index works fine. My problem here is that under riakClient I do not have any mothod called fetchIndex.

Re: Riak secondary indices with Java Api

2013-11-25 Thread Alex Moore
Hi Shimon, The `fetchIndex` method is only available on the RawClient interface, I’ll see if we can get that post updated to reflect that.   If you’re using the IRiakClient interface (likely), try fetching the index from a bucket object instead: ``` ListString adminUserKeys =

Re: Riak Search Map Reduce error

2013-11-25 Thread Roger Diller
After looking at this again, I think the real problem is that fact that I'm using map reduce. The Riak java client does not support simple search but only search map reduce. At this point, I think the only good way to really use Riak search from Java is to use a solr client and point it to the

[ANN] Riak CS 1.4.3

2013-11-25 Thread John Daily
Greetings and salutations. Today Basho is pleased to bring you an updated version of Riak CS, our cloud storage solution. Highlights: Performance improvements to accommodate workloads where the same object (same key) is rapidly overwritten. Incorporates Lager 2.0.1 to address a recent tracing

Re: Hard time with Riak 2.0.0pre5 features

2013-11-25 Thread Valter Balegas
Hello, I’m trying to use strong consistency in a riak cluster with nodes in a wide-area network, but a timeout fires sometimes, regardless the timeout value. I tried to increase the timeout of the get operation but it does not seem to help. Is there any parameter that i can change to increase

Re: Hard time with Riak 2.0.0pre5 features

2013-11-25 Thread Mark Phillips
Hi Valter, On Mon, Nov 25, 2013 at 4:47 PM, Valter Balegas bale...@gmail.com wrote: Hello, I’m trying to use strong consistency in a riak cluster with nodes in a wide-area network, but a timeout fires sometimes, regardless the timeout value. How many nodes do you have? And where are they

Re: Hard time with Riak 2.0.0pre5 features

2013-11-25 Thread Valter Balegas
No dia 26/11/2013, às 02:20, Mark Phillips m...@basho.com escreveu: Hi Valter, On Mon, Nov 25, 2013 at 4:47 PM, Valter Balegas bale...@gmail.com wrote: Hello, I’m trying to use strong consistency in a riak cluster with nodes in a wide-area network, but a timeout fires sometimes,