Skip to content

Commit 2e22170

Browse files
committed
Merge branch 'feature-disable-indexin-per-nodetype-or-namespace' of github.com:dfeyer/Flowpack.ElasticSearch.ContentRepositoryAdaptor into feature-disable-indexin-per-nodetype-or-namespace
2 parents c15d5af + ee92f3c commit 2e22170

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ changes the index alias.
6868

6969
### Advanced Configuration
7070

71-
By default the indexing process all Node Types, but you can change this configuration in your ```Settings.yaml```:
71+
By default the indexing processes all NodeTypes, but you can change this in your *Settings.yaml*:
7272

7373
```
7474
Flowpack:
@@ -86,11 +86,11 @@ Flowpack:
8686
indexed: false
8787
```
8888

89-
You need to configure explicitly the Node Types (this feature does not check the Super Type configuration). You
90-
can use a special notation to configuration a full name space, ```Neos.NodeTypes:*``` will be applied for all node
91-
types in the given namespace. The most specific configuration is used in this order:
89+
You need to explicitly configure the individual NodeTypes (this feature does not check the Super Type configuration).
90+
But you can use a special notation to configure a full namespace, ```Acme.AcmeCom:*``` will be applied for all node
91+
types in the ```Acme.AcmeCom``` namespace. The most specific configuration is used in this order:
9292

93-
- Node Type name (```Neos.Neos:Shortcut```)
93+
- NodeType name (```Neos.Neos:Shortcut```)
9494
- Full namespace notation (```Neos.Neos:*```)
9595
- Catch all (```*```)
9696

0 commit comments

Comments
 (0)