RE: Unable to use RiakPbcTransport for Search using Python client

2012-05-28 Thread mine name
tting searched. Can PBC be used or will I have to use Http? Thank you From: ae10b...@hotmail.com To: s...@basho.com Subject: RE: Unable to use RiakPbcTransport for Search using Python client Date: Tue, 29 May 2012 08:08:15 +0530 CC: riak-users@lists.basho.com Really sorry about the double post.

RE: Unable to use RiakPbcTransport for Search using Python client

2012-05-28 Thread mine name
Really sorry about the double post. So I can set the properties using Http and then store data using protbuf? Thank you Date: Mon, 28 May 2012 22:24:19 -0400 Subject: Re: Unable to use RiakPbcTransport for Search using Python client From: s...@basho.com To: ae10b...@hotmail.com CC: riak-users

Re: Unable to use RiakPbcTransport for Search using Python client

2012-05-28 Thread Sean Cribbs
The PBC transport does not support all bucket properties, so you must set them with HTTP first. We will be working to alleviate this limitation in near-future releases. On Mon, May 28, 2012 at 10:22 PM, mine name wrote: > Hi > I am trying to use Riak Search with the Python client. > I am able t

Unable to use RiakPbcTransport for Search using Python client

2012-05-28 Thread mine name
Hi I am trying to use Riak Search with the Python client. I am able to use search if I use the Http interface, but not if i use Protocol buffers. If I create a RiakClient using RiakPbcTransport, bucket.enable_search() returns true but if I call bucket.search_enabled() after that, it returns fa