X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/3c83676016bce1727f0046f4aad7865be8a71fd4..7c5ea8dded583601f29c7ea9bcb507ecbdd854d6:/scripts/index.php diff --git a/scripts/index.php b/scripts/index.php index eb328b5..5afbee0 100644 --- a/scripts/index.php +++ b/scripts/index.php @@ -39,7 +39,6 @@ $db->getSetup()->setup(); $rs = new Repositories(); list($repos, $count) = $rs->getList(0, 10000); -$idx = new Indexer_Elasticsearch(); foreach ($repos as $repo) { echo 'Indexing ' . $repo->id . "\n"; $idx->addRepo($repo, filectime($repo->gitDir));