List Keys for a bucket not returning anything

2016-02-01 Thread Weixi Yen
I'm trying *delete* and *rebuild* yokozuna search indexes. One idea was to just list all the buckets and all the keys, and trigger an update to rebuild the index. However, the following commands don't seem return any buckets or keys. *curl -i http://localhost:8098/buckets/comment/keys?keys=stre

Re: List Keys for a bucket not returning anything

2016-02-01 Thread Vitaly E
I think it should be curl -i http://localhost:8098/types/comment/buckets/comment/keys?keys=stream Regards, Vitaly I'm trying *delete* and *rebuild* yokozuna search indexes. One idea was to just list all the buckets and all the keys, and trigger an update to rebuild the index. However, the follo

Re: List Keys for a bucket not returning anything

2016-02-01 Thread Weixi Yen
Thanks that was it! On Mon, Feb 1, 2016 at 11:44 AM, Vitaly E <13vitam...@gmail.com> wrote: > I think it should be > > curl -i > http://localhost:8098/types/comment/buckets/comment/keys?keys=stream > > Regards, > Vitaly > I'm trying *delete* and *rebuild* yokozuna search indexes. > > One idea was