We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff244f commit 5f56d45Copy full SHA for 5f56d45
2 files changed
Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Command/NodeIndexCommandController.php
@@ -60,6 +60,7 @@ class NodeIndexCommandController extends CommandController {
60
protected $nodeTypeMappingBuilder;
61
62
/**
63
+ * @Flow\Inject
64
* @var \Flowpack\ElasticSearch\ContentRepositoryAdaptor\LoggerInterface
65
*/
66
protected $logger;
Configuration/Objects.yaml
@@ -29,7 +29,7 @@ Flowpack\ElasticSearch\ContentRepositoryAdaptor\LoggerInterface:
29
value:
30
fileBackend: 'TYPO3\Flow\Log\Backend\FileBackend'
31
4:
32
- setting: TYPO3.TYPO3CR.SearchCommons.elasticSearch.log.backendOptions
+ setting: TYPO3.TYPO3CR.Search.elasticSearch.log.backendOptions
33
34
Flowpack\ElasticSearch\ContentRepositoryAdaptor\ElasticSearchClient:
35
scope: singleton
0 commit comments