Re: Some questions about Riak Search and Riak itself

2010-10-14 Thread Bryan Fink
2010/10/13 Bryan Fink : >   $RIAK/bin/seach-cmd set_schema posts /path/to/your/schema.def > > Riak Search should reindex any documents you have stored using the new > analyzer. Oops. Dan called me out on being inaccurate here. After changing the schema, Riak Search will reindex documents you hav

Re: Some questions about Riak Search and Riak itself

2010-10-13 Thread Dmitry Demeshchuk
Hi, Bryan. Thanks, works just perfect! 2010/10/14 Bryan Fink : > 2010/10/13 Dmitry Demeshchuk : >> I worked it out. Both shell and command-line search work good. Seems >> like I've been doing something wrong before. > > Excellent - good to hear. > 4. Do you have any tips and advice about wor

Re: Some questions about Riak Search and Riak itself

2010-10-13 Thread Bryan Fink
2010/10/13 Dmitry Demeshchuk : > I worked it out. Both shell and command-line search work good. Seems > like I've been doing something wrong before. Excellent - good to hear. >>> 4. Do you have any tips and advice about working with Unicode in Riak >>> Search? >> >> Encode everything in UTF-8.

Re: Some questions about Riak Search and Riak itself

2010-10-13 Thread Dmitry Demeshchuk
Hi, Fink. Thank you for your reply. Here are some inline comments. On Tue, Oct 12, 2010 at 9:42 PM, Bryan Fink wrote: > On Tue, Oct 12, 2010 at 3:16 AM, Dmitry Demeshchuk > wrote: >> 1. I tried to put some Erlang terms into Riak bucket that is being >> indexed by Riak Search. I hoped that key-v

Re: Some questions about Riak Search and Riak itself

2010-10-12 Thread Bryan Fink
On Tue, Oct 12, 2010 at 3:16 AM, Dmitry Demeshchuk wrote: > 1. I tried to put some Erlang terms into Riak bucket that is being > indexed by Riak Search. I hoped that key-value lists like this …snip… > Is there a way to send Erlang proplists into Riak and process them > using Riak Search? Hi, Dmit