Soren,

Yes, that works for Search, but not for the 2I feature. Sorry I wasn't more
clear.

On Mon, Oct 24, 2011 at 9:25 AM, Soren Hansen <[email protected]> wrote:

> 2011/10/24 Sean Cribbs <[email protected]>
> > This functionality is not currently available, no. You can only query one
> index at a time.
>
> Well, perhaps not using that format, but this certainly works:
>
> curl
> http://localhost:8098/solr/products/select?q=price_int:200+AND+category:sports
>
> Or, with the Python bindings:
> import riak
> client = riak.RiakClient()
>
> query = client.search('products', 'price_int:200 AND category:sports')
> for x in query.run():
>    print x.get().get_data()
>
>
> --
> Soren Hansen        | http://linux2go.dk/
> Ubuntu Developer    | http://www.ubuntu.com/
> OpenStack Developer | http://www.openstack.org/
>



-- 
Sean Cribbs <[email protected]>
Developer Advocate
Basho Technologies, Inc.
http://www.basho.com/
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to