How to index List in riak so that it will available for solr

2016-04-21 Thread Anil Chandgude(HO)
Hi all, We use*_s for String type, *_i for Integers and so on for single value fields. *_ss for List, *_ls for List nd so on. Now I have condition where I want to store List of class like this List . How to do this ? ___ riak-users mailing list r

Re: Riak TS -- Multi Value Columns

2016-04-21 Thread Seema Jethani
Hi Harjot Thank you for evaluating Riak TS. 1. We currently do not have secondary indexes enabled for Riak TS. Would you be able to add a tag column to the schema and then use the tag in the WHERE clause? 2. GROUP BY is on our roadmap and currently a priority for the next release 3. TOP K is on o

Re: how to really delete keys from Riak

2016-04-21 Thread Shifeng Xiao
Due to some reason, our riak cluster does not support multi-backend which supports per bucket expiry. so the TTL is per riak cluster now, TTL is 3 days, but I only need to keep the keys for 6 hours for my bucket, I am deleting the old keys with a cron job periodically. Is there any other option