File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -71,19 +71,18 @@ changes the index alias.
7171By 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
8988You need to explicitly configure the individual NodeTypes (this feature does not check the Super Type configuration).
You can’t perform that action at this time.
0 commit comments