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
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
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