@@ -11,7 +11,7 @@ main functionalities:
1111
1212Relevant Packages:
1313
14- * ` TYPO3.TYPO3CR.SearchCommons ` : provides common functionality for searching TYPO3CR nodes,
14+ * ` TYPO3.TYPO3CR.Search ` : provides common functionality for searching TYPO3CR nodes,
1515 does not contain a search backend
1616
1717* ` Flowpack.ElasticSearch.ContentRepositoryAdaptor ` : this package
@@ -25,15 +25,15 @@ Relevant Packages:
2525## Version 2 vs Version 1
2626
2727* Version 1 is the initial, productive version of the Neos ElasticSearch adapter.
28- * Version 2 has a dependency on TYPO3.TYPO3CR.SearchCommons ; which contains base functionality
28+ * Version 2 has a dependency on TYPO3.TYPO3CR.Search ; which contains base functionality
2929 which is also relevant for other search implementations (like the SQLite based SimpleSearch).
3030
3131The configuration from Version 1 to Version 2 has changed; here's what to change:
3232
3333** Settings.yaml**
3434
35351 . Change the base namespace for configuration from ` Flowpack.ElasticSearch.ContentRepositoryAdaptor `
36- to ` TYPO3.TYPO3CR.SearchCommons ` . All further adjustments are made underneath this namespace:
36+ to ` TYPO3.TYPO3CR.Search ` . All further adjustments are made underneath this namespace:
3737
38382 . (If it exists in your configuration:) Move ` indexName ` to ` elasticSearch.indexName `
3939
@@ -179,7 +179,7 @@ of `__typeAndSupertypes` containing `TYPO3.Neos:Document`.
179179** Normally, this does not need to be touched, as this package supports all TYPO3 Neos data types natively.**
180180
181181Indexing of properties is configured at two places. The defaults per-data-type are configured
182- inside ` TYPO3.TYPO3CR.SearchCommons .defaultConfigurationPerType ` of ` Settings.yaml ` .
182+ inside ` TYPO3.TYPO3CR.Search .defaultConfigurationPerType ` of ` Settings.yaml ` .
183183Furthermore, this can be overridden using the ` properties.[....].search ` path inside
184184` NodeTypes.yaml ` .
185185
@@ -194,7 +194,7 @@ Example (from the default configuration):
194194 # Settings.yaml
195195TYPO3:
196196 TYPO3CR:
197- SearchCommons :
197+ Search :
198198 defaultConfigurationPerType:
199199
200200 # strings should, by default, not be included in the _all field; and
0 commit comments