Riak python client and Solr

2015-12-14 Thread Joe Olson
I am trying to use the Solr ( Yokozuna ) 'group' options with fulltext_search. I get expected results when I use the http interface, but not with python-riak-client fulltext pbc search. Here's what I'm trying to do: # This works fine curl

Re: Riak python client and Solr

2015-12-14 Thread Steve Garon
The python client does not support any advance SOLR features like deep search, facets, grouping, etc. Just use pythons 'requests' lib to query the HTTP interface of Riak for all your search related queries. Steve On 14 December 2015 at 08:34, Joe Olson wrote: > > I am

RE: Riak python client and Solr

2014-08-19 Thread Sapre, Meghna A
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 string, but rather a set of parameters. So you'd call something