> On Jan 27, 2015, at 3:21 AM, Sorin Manole wrote:
>
> Hi all,
>
> We are using Solr indexes on top of Riak keys to make the search more easier.
Just to clarify, are you using Riak Search (aka, Yokozuna), or are you managing
Solr separately? I’m assuming the former.
> One of the doubts regar
> On Jan 27, 2015, at 5:46 AM, Santi Kumar wrote:
>
> HI Chris
> I cant send the code publicly so I tested with couple more examples.If I
> annotate the field with "secretKey" or "authSecret", then those field values
> are becoming null in the object.
>
> If I change the key with "indexKey" o
Yes found that after a while.
Thank you
Cos
On Tuesday, 27 January 2015 at 14:45, Brian Roach wrote:
> Cosmin,
>
> To use links with a POJO, there's an annotation:
>
> http://basho.github.io/riak-java-client/2.0.0/com/basho/riak/client/api/annotations/RiakLinks.html
>
> - Roach
>
> O
And to answer your original question more directly: no, Riak does not make
update events visible to clients. As Alexander indicates, you're going to
have to implement something extra.
-John
On Monday, January 26, 2015, Alexander Sicular wrote:
> Well, the general case would be when the client r
Cosmin,
To use links with a POJO, there's an annotation:
http://basho.github.io/riak-java-client/2.0.0/com/basho/riak/client/api/annotations/RiakLinks.html
- Roach
On Tue, Jan 27, 2015 at 4:29 AM, Cosmin Marginean wrote:
> I am implementing a custom way to handle Riak Links using a Java Client
HI Chris
I cant send the code publicly so I tested with couple more examples.If I
annotate the field with "secretKey" or "authSecret", then those field
values are becoming null in the object.
If I change the key with "indexKey" or some thing then it's part of the
object state. I have modified acco
I am implementing a custom way to handle Riak Links using a Java Client.
Looking at the samples available
(https://github.com/basho/riak-java-client/wiki/Using-links which is outdated)
it seems that it’s not entirely straightforward to use RiakLinks with POJOs and
automatic conversion. More imp
Hi all,
We are using Solr indexes on top of Riak keys to make the search more
easier.
One of the doubts regarding Solr is rebuilding the indexes. That could
happen when we want to add a new index to the schema - which would mean
drop and recreate the indexes.
As far as we know after dropping and