Re: search-cmd set-schema issue

2011-04-19 Thread John D. Rowell
It seems that the 'riak' user you're using with sudo doesn't have read access to /home/yousaf. Em 18/04/2011 22:04, "Muhammad Yousaf" escreveu: > > > Hi, > I dont know why i am getting that error while setting my schema > $ search-cmd set_schema player /home/yousaf/index/p.txt Attempting to restar

RE: search-cmd set-schema issue

2011-04-19 Thread Muhammad Yousaf
hi Dan , Actually p.txt contain the same schema as in web i.e {schema,[{version, "1.1"},{default_field, "title"}, {default_op, "or"},{n_val, 3},{analyzer_factory, {erlang, text_analyzers, whitespace_analyzer_factory}}],[

Re: search-cmd set-schema issue

2011-04-18 Thread Dan Reverri
Hi Muhammad, Does the format of p.txt match the expected schema format? https://wiki.basho.com/Riak-Search---Schema.html#Defining-a-Schema Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Mon, Apr 18, 2011 at 6:04 PM, Muhammad Yousaf wrote: > > Hi, > >