Re: Riak Search 2.0 - CRDT Sets within Maps not returned in search results

2016-01-27 Thread Zeeshan Lakhani
Yep, it was changed in latest versions of 2.0 and 2.1. Zeeshan Lakhani programmer | software engineer at @basho | org. member/founder of @papers_we_love | paperswelove.org twitter => @zeeshanlakhani > On Jan 27, 2016, at 3:19 PM, Weixi Yen wrote: > > Just FYI, I'm actually running 2.1.0 vers

Re: Riak Search 2.0 - CRDT Sets within Maps not returned in search results

2016-01-27 Thread Weixi Yen
Just FYI, I'm actually running 2.1.0 version of Riak KV and the default schema is showing stored=false. *2.1.0-0-g6e88b24* to be specific on ubuntu. On OSX it's the same issue as well for 2.1.1 http://s3.amazonaws.com/downloads.basho.com/riak/2.1/2.1.1/osx/10.8/riak-2.1.1-OSX-x86_64.tar.gz It se

Re: Riak Search 2.0 - CRDT Sets within Maps not returned in search results

2016-01-27 Thread Weixi Yen
Awesome, that's what I was looking for, thank you! On Wed, Jan 27, 2016 at 11:40 AM, Zeeshan Lakhani wrote: > Weixi, > > Are you using 2.0.0 or another 2.0.* version? > > If you look at > https://github.com/basho/yokozuna/blob/2.0.0/priv/default_schema.xml#L104, > sets are not stored in the defa

Re: Riak Search 2.0 - CRDT Sets within Maps not returned in search results

2016-01-27 Thread Zeeshan Lakhani
Weixi, Are you using 2.0.0 or another 2.0.* version? If you look at https://github.com/basho/yokozuna/blob/2.0.0/priv/default_schema.xml#L104 , sets are not stored in the default schema, as they can get large. They’re

Re: Riak Search 2.0 & Tagging

2015-06-02 Thread Antonio Teixeira
Hi Zee, Sorry for the extremely late response and I would to say , I'm highly thankful for your time. Antonio 2015-04-07 18:29 GMT+01:00 Zeeshan Lakhani : > Hello Antonio, > > Firstly, please always reply to the list and not via personal email. > > In regards to your question, I wrote a test th

Re: Riak Search 2.0 & Tagging

2015-04-07 Thread Zeeshan Lakhani
Hello Antonio, Firstly, please always reply to the list and not via personal email. In regards to your question, I wrote a test that showcases how to write objects with tags in pb for search: https://github.com/basho/yokozuna/pull/479/files#diff-f9f0e102b2a5208f41b2f304ada0ee5cR306

Re: Riak Search 2.0 & Tagging

2015-04-02 Thread Zeeshan Lakhani
Hello Antonio, You can insert an object and tag in the same operation, and you can query on that tag via Riak Search. Before writing the object, just apply/set the metadata accordingly. Here’s an example in the Erlang client: https://github.com/basho/riak-erlang-client/blob/7487c90275c88dbe8e

Re: Riak Search 2.0 Questions

2014-07-24 Thread Luke Bakken
Hi Andrew - I tested index deletion locally and you can do so with the following HTTP command: curl -XDELETE 'http://riak-host:8098/search/index/index-to-delete' You can see the result from my local devrel here: $ ll dev1/data/yz total 8 drwxr-xr-x 4 lbakken staff 136 Jul 24 10:28 . drwxr-x

Re: Riak Search 2.0 Questions

2014-07-24 Thread Andrew Zeneski
Ryan, Thank you very much for the detailed explanation! How do you delete an index? Can I just remove it from the data directory or is that a bad idea? I think the reload command you provide is what I need right now. Thanks again! Andrew On Thu, Jul 24, 2014 at 12:58 PM, Ryan Zezeski wrote:

Re: Riak Search 2.0 Questions

2014-07-24 Thread Ryan Zezeski
On Jul 24, 2014, at 12:29 PM, Andrew Zeneski wrote: > Been checking out 2.0rc1 and am really excited about the new features (as I > think most of us are). I had a couple of questions that I couldn't find > answers to scanning the docs. Totally possible I missed it and if so, please > feel fre

Re: Riak Search 2.0

2014-03-24 Thread Eric Redmond
> 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 >

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 Alexander Sicular
> 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 A > Cc: Michael Dillon; riak-users@lists.basho.com > Subject: Re: Riak Search 2.0 > > Yes, you enable riak sear

RE: Riak Search 2.0

2014-03-21 Thread Sapre, Meghna A
A Cc: Michael Dillon; riak-users@lists.basho.com Subject: Re: Riak Search 2.0 Yes, you enable riak search 2.0 by setting search=on. There's a lot of useful information in the search documentation. http://docs.basho.com/riak/2.0.0pre11/dev/using/search/ Eric On Mar 21, 2014, at 9:21 AM,

Re: Riak Search 2.0

2014-03-21 Thread Eric Redmond
stall 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 versi

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-21 Thread Eric Redmond
"Sapre, Meghna A" wrote: > 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

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