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.
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:
```
List adminUserKeys = userBucket.fetchIndex(B
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 Riak
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 bu
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 th
Hi Valter,
On Mon, Nov 25, 2013 at 4:47 PM, Valter Balegas 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 located geo
No dia 26/11/2013, às 02:20, Mark Phillips escreveu:
> Hi Valter,
>
>
> On Mon, Nov 25, 2013 at 4:47 PM, Valter Balegas 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
> v