From: Christian Weiske Date: Thu, 3 May 2012 10:21:33 +0000 (+0200) Subject: show which repository gets indexed X-Git-Tag: v0.2.0~25 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/35764754559c893569625c115707eb3bf73d1cfd?hp=c5283c6e978990dd1dae0de2084f085e8755bedd show which repository gets indexed --- diff --git a/scripts/index.php b/scripts/index.php index 893e3fb..0a2e26c 100644 --- a/scripts/index.php +++ b/scripts/index.php @@ -73,6 +73,7 @@ $r->send(); //FIXME: define schema $rs = new Repositories(); foreach ($rs->getList(0, 10000) as $repo) { + echo 'Indexing ' . $repo->id . "\n"; $r = new \HTTP_Request2( $GLOBALS['phorkie']['cfg']['elasticsearch'] . 'repo/' . $repo->id, \HTTP_Request2::METHOD_PUT