Skip to content

Commit 70b0e62

Browse files
committed
TASK: Adapt document to mention the location of the settings
1 parent 2e22170 commit 70b0e62

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

Classes/Service/NodeTypeIndexingConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class NodeTypeIndexingConfiguration
2222
{
2323
/**
2424
* @var array
25-
* @Flow\InjectConfiguration(path="configuration.nodeTypes", package="Neos.ContentRepository.Search")
25+
* @Flow\InjectConfiguration(path="defaultConfigurationPerNodeType", package="Neos.ContentRepository.Search")
2626
*/
2727
protected $settings;
2828

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,18 @@ changes the index alias.
7171
By default the indexing processes all NodeTypes, but you can change this in your *Settings.yaml*:
7272

7373
```
74-
Flowpack:
75-
ElasticSearch:
76-
ContentRepositoryAdaptor:
77-
configuration:
78-
nodeTypes:
79-
'*':
80-
indexed: true
81-
'Neos.Neos:FallbackNode':
82-
indexed: false
83-
'Neos.Neos:Shortcut':
84-
indexed: false
85-
'Neos.Neos:ContentCollection':
86-
indexed: false
74+
Neos:
75+
ContentRepository:
76+
Search:
77+
defaultConfigurationPerNodeType:
78+
'*':
79+
indexed: true
80+
'Neos.Neos:FallbackNode':
81+
indexed: false
82+
'Neos.Neos:Shortcut':
83+
indexed: false
84+
'Neos.Neos:ContentCollection':
85+
indexed: false
8786
```
8887

8988
You need to explicitly configure the individual NodeTypes (this feature does not check the Super Type configuration).

0 commit comments

Comments
 (0)