Hi,

I'm trying to use a custom extractor, but I can't for the life of me seem to
get the syntax right. Even the simplest thing I can think to try won't work.

I've tried setting the rs_extractfun property as described in the
documentation - both of these methods


   - {jsanon, {Bucket, Key}}, where Bucket and Key name a Riak object that
   contains the source of a Javascript function to call for extraction.
   - {jsanon, Source}, where Source is the source of a Javascript function
   to call for extraction.

> Client:set_bucket(<<"extractTest">>, [{rs_extractfun, {jsanon,
<<"function(){return{'name':'greg', 'login':'gpascale'};}">>}}]).
> Client:set_bucket(<<"extractTest">>, [{rs_extractfun, {jsanon,
{<<"extractors">>, <<"myextractor">>}}}]).

but neither of these work.

Can somebody point out where I'm going wrong?

-- 
Greg
Clipboard <http://www.clipboard.com> is hiring<http://www.clipboard.com/jobs>
!
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to