From 7c5ea8dded583601f29c7ea9bcb507ecbdd854d6 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 7 May 2012 20:47:01 +0200 Subject: move elasticsearch code in one folder --- scripts/index.php | 1 - 1 file changed, 1 deletion(-) (limited to '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)); -- cgit v1.2.3