RE: Riak python client and Solr

2014-08-19 Thread Sapre, Meghna A
tried some variations of the same, did not seem to work Any suggestions? Thanks, Meghna From: Eric Redmond [mailto:eredm...@basho.com] Sent: Tuesday, August 19, 2014 1:12 PM To: Sapre, Meghna A Cc: riak-users Subject: Re: Riak python client and Solr You don't pass in a query as a url encoded

Riak python client and Solr

2014-08-19 Thread Sapre, Meghna A
Hi, I am trying to use the group and stats options with riak search. I get expected results with http urls, but not with python-riak-client fulltext pbc search. Here’s what I’m trying to do: q = 'build.type:CI&group=on&group.field=build.version' try: search_results = riak_

RE: RIAK best practices for storage

2014-04-11 Thread Sapre, Meghna A
Not any deeper. But a node can have a couple of thousand children in some cases. Query pattern is usually fetch all children for a parent. Thanks, Meghna -Original Message- From: Sargun Dhillon [mailto:sar...@sargun.me] Sent: Friday, April 11, 2014 10:25 AM To: Sapre, Meghna A Cc

RIAK best practices for storage

2014-04-11 Thread Sapre, Meghna A
Hi all, Most of my data is in parent-child format (1:n). For read/write performance, is it better to store parents in a separate bucket and reference with IDs in children, or store complete copies of parents within children? Thanks, Meghna ___ riak-u

RE: Riak Search 2.0

2014-03-24 Thread Sapre, Meghna A
anks, Meghna From: Alexander Sicular [mailto:sicul...@gmail.com] Sent: Friday, March 21, 2014 11:47 PM To: Sapre, Meghna A Cc: Eric Redmond; riak-users@lists.basho.com Subject: Re: Riak Search 2.0 You need to install jsonpp, https://github.com/jmhodges/jsonpp. You could also pipe to python which is pr

RE: Riak Search 2.0

2014-03-21 Thread Sapre, Meghna A
- --:--:-- --:--:-- 12062 404 Not FoundNot FoundThe requested document was not found on this server.mochiweb+webmachine web server What am I still missing? Thank you all for your help. Meghna From: Eric Redmond [mailto:eredm...@basho.com] Sent: Friday, March 21, 2014 9:25 AM To: Sapre, Meghna

RE: Riak Search 2.0

2014-03-21 Thread Sapre, Meghna A
is it something I need to install separately? Thanks, Meghna From: Eric Redmond [mailto:eredm...@basho.com] Sent: Friday, March 21, 2014 8:53 AM To: Sapre, Meghna A Cc: Michael Dillon; riak-users@lists.basho.com Subject: Re: Riak Search 2.0 Searching that version list is not generally useful if you

RE: Riak Search 2.0

2014-03-20 Thread Sapre, Meghna A
Thanks, seems to be a mix. Riak_search_version is ‘1.4.1-19’, is there 2.0 version for this? If so, how do I get it? Thanks, Meghna From: Michael Dillon [mailto:mdillon...@pagefreezer.com] Sent: Thursday, March 20, 2014 4:25 PM To: Sapre, Meghna A Subject: Re: Riak Search 2.0 Try using riak

Riak Search 2.0

2014-03-20 Thread Sapre, Meghna A
Hi all, I recently inherited a Riak dB, so my questions are probably very basic. The ones I ask are the ones I couldn't find answers to in the docs or online. 1. When I run 'riak-admin status | grep riak_kv_version', it shows 'riak 1.4.2'. The person who had originally done the installation