show which repository gets indexed
[phorkie.git] / src / phorkie / Database.php
index add38be452a9008452bae871b22fc31fe3f89a42..9df6d8cb03729b2359941f8f87812bfb7327b8f8 100644 (file)
@@ -10,7 +10,7 @@ class Database
 
     public function getIndexer()
     {
-        //FIXME
+        return new Indexer_Elasticsearch();
     }
 
 }