Re: riak search and client support

2010-10-13 Thread Dan Reverri
Hi Wilson, Yes, you can search using the HTTP interface. For instance, the "search" feature in the Python client just defines a map/reduce search input. The map/reduce search interface is part of the standard REST API in Riak Search. The wiki discusses search integration with map reduce here: http

riak search and client support

2010-10-13 Thread Wilson MacGyver
I want to make sure my understanding is correct. riak-search is a super set of riak. as such, any existing riak client lib (the java one for example), can "PUT" data into riak-search. but only PHP, Python, Ruby, and Erlang riak client can execute a "search" from within the client lib. However, y