Re: Riak 2.1.3 - Multiple indexes created by Solr for the same Riak object

2016-09-14 Thread Weixi Yen
> So yes, it is possible to find several additional objects in Solr for each KV object. When querying Solr through Riak/Yokozuna, the internal queries are structured in a way that only one replica is returned. Quering Solr nodes directly will typically lack these filters and may return more than

Re: Riak 2.1.3 - Multiple indexes created by Solr for the same Riak object

2016-09-13 Thread Magnus Kessler
On 11 September 2016 at 02:27, Weixi Yen wrote: > Sort of a unique case, my app was under heavy stress and one of my riak > nodes got backed up (other 4 nodes were fine). > > I think this caused Riak.update to create an extra index in Solr for the > same object when users

Re: Riak 2.1.3 - Multiple indexes created by Solr for the same Riak object

2016-09-12 Thread Fred Dushin
Hi Weixi, You might have to try describing your use case in more detail. Solr Indices are independent from Riak objects. They are, instead, associated with riak buckets (or bucket types), and an object (key/value) can only be associated with one bucket. Therefore, a Riak object can only be

Riak 2.1.3 - Multiple indexes created by Solr for the same Riak object

2016-09-12 Thread Weixi Yen
Sort of a unique case, my app was under heavy stress and one of my riak nodes got backed up (other 4 nodes were fine). I think this caused Riak.update to create an extra index in Solr for the same object when users began running .update on that object. I have basically 2 questions: 1) Is what