central config part 2
This commit is contained in:
@@ -10,6 +10,7 @@ imports:
|
||||
- { resource: 'retriex/language.yaml' }
|
||||
- { resource: 'retriex/query_enrichment.yaml' }
|
||||
- { resource: 'retriex/vocabulary.yaml' }
|
||||
- { resource: 'retriex/intent.yaml' }
|
||||
|
||||
# ------------------------------------------------------------
|
||||
# Parameters
|
||||
@@ -183,6 +184,10 @@ services:
|
||||
|
||||
App\Intent\CommerceIntentLite: ~
|
||||
|
||||
App\Config\CommerceIntentConfig:
|
||||
arguments:
|
||||
$config: '%retriex.intent.commerce.config%'
|
||||
|
||||
App\Config\CommerceQueryParserConfig:
|
||||
arguments:
|
||||
$config: '%retriex.commerce_query.config%'
|
||||
@@ -195,9 +200,19 @@ services:
|
||||
$enabled: '%retriex.commerce.search_repair.enabled%'
|
||||
$maxRepairQueries: '%retriex.commerce.search_repair.max_queries%'
|
||||
$minPrimaryResultsWithoutRepair: '%retriex.commerce.search_repair.min_primary_results_without_repair%'
|
||||
$config: '%retriex.search_repair.config%'
|
||||
$vocabulary: '@App\Config\DomainVocabularyConfig'
|
||||
|
||||
App\Commerce\SearchRepairService: ~
|
||||
|
||||
App\Config\IntentLightConfig:
|
||||
arguments:
|
||||
$config: '%retriex.intent.light.config%'
|
||||
|
||||
App\Config\SalesIntentConfig:
|
||||
arguments:
|
||||
$config: '%retriex.intent.sales.config%'
|
||||
|
||||
App\Shopware\ShopwareCriteriaBuilder: ~
|
||||
|
||||
App\Shopware\StoreApiClient:
|
||||
|
||||
Reference in New Issue
Block a user