Re: erlang-http-client and riak::search

2012-05-11 Thread Greg
On May 11, 2012, at 1:20 PM, Ryan Zezeski wrote: > > The best way to use Search is for indexing KV data by installing the > precommit hook. There are APIs to write docs that don't go through KV but > IMO they never should have been added to Search and I plan to focus it on > indexing KV data

Re: erlang-http-client and riak::search

2012-05-11 Thread Ryan Zezeski
On Thu, May 10, 2012 at 8:15 PM, Gregory Haskins wrote: > Hi All, > > I'm working on an erlang client of the riak::search functionality built > into riak-1.1.2. While I do see the support for querying data that is > already indexed (rhc:search), I do not see how to index and/or remove data > from

erlang-http-client and riak::search

2012-05-10 Thread Gregory Haskins
Hi All, I'm working on an erlang client of the riak::search functionality built into riak-1.1.2. While I do see the support for querying data that is already indexed (rhc:search), I do not see how to index and/or remove data from the database. I do see this functionality in other clients, suc