I see my index in the bucket properties, but the search query still doesn't 
have anything. The objects are in the  bucket.

$ curl "$RIAK_HOST/search/famous?wt=json&q=name_s:lion*" |  python -mjson.tool
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   193  100   193    0     0  12062      0 --:--:-- --:--:-- --:--:-- 12062
No JSON object could be decoded

I'm not quite sure what's wrong and where should I begin troubleshooting, any 
ideas?

Thanks,
Meghna

From: Alexander Sicular [mailto:sicul...@gmail.com]
Sent: Friday, March 21, 2014 11:47 PM
To: Sapre, Meghna A
Cc: Eric Redmond; riak-users@lists.basho.com
Subject: Re: Riak Search 2.0

You need to install jsonpp, https://github.com/jmhodges/jsonpp. You could also 
pipe to python which is probably already on your system, 
http://stackoverflow.com/questions/352098/how-can-i-pretty-print-json.

-Alexander Sicular

@siculars

On Mar 21, 2014, at 9:11 PM, Sapre, Meghna A 
<meghna.a.sa...@intel.com<mailto:meghna.a.sa...@intel.com>> wrote:


Okay I followed the exact steps on here, with the same example for testing 
purpose.
The search_index famous shows up in the bucket properties.
But when I do :
curl "$RIAK_HOST/search/famous?wt=json&q=name_s:Lion*" | jsonpp

I get:
sh.exe": jsonpp: command not found
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   193  100   193    0     0  12062      0 --:--:-- --:--:-- --:--:-- 12062
(23) Failed writing body

I fixed that by using :
$ curl "$RIAK_HOST/search/famous?wt=json&q=name_s:lion*" |  iconv -f 
windows-1251
Which gives me:
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   193  100   193    0     0  12062      0 --:--:-- --:--:-- --:--:-- 12062
<HTML><HEAD><TITLE>404 Not Found</TITLE></HEAD><BODY><H1>Not Found</H1>The 
requested document was not found on this 
server.<P><HR><ADDRESS>mochiweb+webmachine web server</ADDRESS></BODY></HTML>

What am I still missing?

Thank you all for your help.
Meghna

From: Eric Redmond [mailto:eredm...@basho.com]
Sent: Friday, March 21, 2014 9:25 AM
To: Sapre, Meghna A
Cc: Michael Dillon; 
riak-users@lists.basho.com<mailto:riak-users@lists.basho.com>
Subject: Re: Riak Search 2.0

Yes, you enable riak search 2.0 by setting search=on.

There's a lot of useful information in the search documentation.

http://docs.basho.com/riak/2.0.0pre11/dev/using/search/

Eric


On Mar 21, 2014, at 9:21 AM, "Sapre, Meghna A" 
<meghna.a.sa...@intel.com<mailto:meghna.a.sa...@intel.com>> wrote:



Thanks, Riak version gives me 2.0.0pre11.
I changed the riak.conf  for setting storage backend=leveldb and search=on.
I don't see a separate setting for yokozuna, should it be there?
I was under the assumption (from reading the docs) that 2.0 comes with 
yokozuna, is that the case, or is it something I need to install separately?

Thanks,
Meghna


From: Eric Redmond [mailto:eredm...@basho.com<http://basho.com/>]
Sent: Friday, March 21, 2014 8:53 AM
To: Sapre, Meghna A
Cc: Michael Dillon; 
riak-users@lists.basho.com<mailto:riak-users@lists.basho.com>
Subject: Re: Riak Search 2.0

Searching that version list is not generally useful if you just want the 
version of the Riak node you're running. Try running "riak version".

As for "Riak Search 2.0", the project that makes it work is called "yokozuna".

Eric


On Mar 20, 2014, at 5:24 PM, "Sapre, Meghna A" 
<meghna.a.sa...@intel.com<mailto:meghna.a.sa...@intel.com>> wrote:




Thanks, seems to be a mix. Riak_search_version is '1.4.1-19', is there 2.0 
version for this? If so, how do I get it?

Thanks,
Meghna

From: Michael Dillon 
[mailto:mdillon...@pagefreezer.com<mailto:p...@pagefreezer.com>]
Sent: Thursday, March 20, 2014 4:25 PM
To: Sapre, Meghna A
Subject: Re: Riak Search 2.0

Try using riak-admin status |grep version |less

and you will see that there are lots of components at different version levels. 
I am running 2.0pre11 and have 1.4.2-456-ge1f5d39 for the kv component.

riak is not one application. It is a suite of applications that work together 
to provide and overall service.

On Thu, Mar 20, 2014 at 2:28 PM, Sapre, Meghna A 
<meghna.a.sa...@intel.com<mailto:meghna.a.sa...@intel.com>> wrote:
Hi all,
  I recently inherited a Riak dB, so my questions are probably very basic.
The ones I ask are the ones I couldn't find answers to in the docs or online.

1. When I run 'riak-admin status | grep riak_kv_version', it shows 'riak 1.4.2'.
    The person who had originally done the installation said it was the 2.0 
pre-release version, am I checking the right thing?


Thanks,
Meghna

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com<mailto:riak-users@lists.basho.com>
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com



--
Michael Dillon - Senior Software Engineer
PageFreezer.com<http://pagefreezer.com/>
#200 - 311 Water Street
Vancouver,  BC  V6B 1B8
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com<mailto:riak-users@lists.basho.com>
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com<mailto:riak-users@lists.basho.com>
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to