From a71f701b8c63f4a2a89676e44057708096f9072a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20W=C3=B3js?= Date: Wed, 22 May 2019 14:07:10 +0200 Subject: [PATCH] fixup! EZP-30463: As an Developer, I want to use Solr Cloud --- .../EzSystemsEzPlatformSolrSearchEngineExtension.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bundle/DependencyInjection/EzSystemsEzPlatformSolrSearchEngineExtension.php b/bundle/DependencyInjection/EzSystemsEzPlatformSolrSearchEngineExtension.php index 526ed337f..ada98ce79 100644 --- a/bundle/DependencyInjection/EzSystemsEzPlatformSolrSearchEngineExtension.php +++ b/bundle/DependencyInjection/EzSystemsEzPlatformSolrSearchEngineExtension.php @@ -84,11 +84,6 @@ class EzSystemsEzPlatformSolrSearchEngineExtension extends Extension */ const CLOUD_DISTRIBUTION_STRATEGY_ID = 'ezpublish.search.solr.gateway.distribution_strategy.abstract_cloud'; - /** - * @var string - */ - const IMPLICIT_DOCUMENT_ROUTER_ID = 'ezpublish.search.solr.gateway.document_router.implicit'; - public function getAlias() { return 'ez_search_engine_solr';