I was playing around with riak search yesterday and found this link very helpful with getting started: http://docs.basho.com/riak/latest/dev/using/search/#Simple-Setup
I'm not sure if that's your problem but it's it seems like a good idea to make sure search works in general before trying to tie it into chicagoboss. Warm regards, Bryce On Dec 12, 2014 11:31 PM, "İbrahim Yılmaz" <[email protected]> wrote: > Hi Miguel, > > Please chek with the following command that your bucket has "searchbucket" > in props : > > curl -v http://127.0.0.1:8098/buckets/test/props > > > On Saturday, December 13, 2014 12:03:15 AM UTC+2, Miguel Benitez wrote: >> >> Hello community, our company recently decided to start a new development >> leveraging the benefits of [ChicagoBoss 0.8.12] and [Riak 2.0.2], after >> making the necessary configurations everything seems to work until you try >> to do a search from the ChicagoBoss ORM: boss_db: find (model, [{id, >> 'equals', Id}]). yielding an error. After reading countless amounts of >> articles and documentation, we decided to enable Riak Search, but now the >> search returns an empty list []. >> >> ChicagoBoss' ORM uses riakc (Erlang Riak Client, the official client by >> basho) and this sets the Content-Type to "application / x-erlang-binary", I >> wonder if this has something to do with indexing, perhaps it prevents the >> object being indexed? >> >> I wonder if anyone has information. Any help would be welcome. >> >> Greetings >> -- >> Miguel Benitez >> Systrix LLC >> > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/900e1a70-28d4-40ed-98fd-c7ba045bcb62%40googlegroups.com > <https://groups.google.com/d/msgid/chicagoboss/900e1a70-28d4-40ed-98fd-c7ba045bcb62%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CANeGHvUvb9VEVyCm5pGkGbxrmF2%2BgXjQ_1ohmnf-PkyVp3k8sw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
