[SearchEngine] Rename directories

This commit is contained in:
Romain Neutron
2012-08-27 12:32:36 +02:00
parent 82d52da228
commit a104cd879f
7 changed files with 259 additions and 3546 deletions

View File

@@ -15,6 +15,8 @@ use Alchemy\Phrasea\SearchEngine\SearchEngineOptions;
use Alchemy\Phrasea\SearchEngine\SearchEngineResult;
use Alchemy\Phrasea\Exception\RuntimeException;
use Doctrine\Common\Collections\ArrayCollection;
use Silex\Application;
use Symfony\Component\HttpFoundation\Request;
interface SearchEngineInterface
{