Skip to content

Commit ca40d63

Browse files
authored
[Docs] Adapted Upgrade Notes
1 parent f1c5dbf commit ca40d63

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

doc/01_Installation/02_Upgrade.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ Following steps are necessary during updating to newer versions.
55
## Upgrade to 2.0.0
66
- [Indexing] Added inherited fields indicator to data object indexing
77
- [Indexing] Added functionality to enqueue dependent items
8+
- [Indexing] Added class ID field for data object elements
9+
- [Searching] Added new `ClassIdsFilter` modifier to search for data object elements by class ID or class name
810
- Added a new method `isElementLocked()` to the `ElementLockService`, which provides functionality to retrieve element locked status based on the index data
9-
11+
- Execute the following command to reindex all elements to be able to use all new features:
12+
```bin/console generic-data-index:update:index```
13+
1014
### BC-Breaks
1115
- Removed deprecated alias `generic-data-index.opensearch-client` and replaced it with `generic-data-index.search-client`
1216
- Removed all deprecated classes from OpenSearch namespaces and replaced them with DefaultSearch namespace instead.
@@ -40,12 +44,6 @@ Following steps are necessary during updating to newer versions.
4044
- `ElementSearchServiceInterface::search` now requires a `ElementSearchInterface`
4145
- `SearchProviderInterface` now returns type specific search interfaces
4246

43-
## Upgrade to 1.4.0
44-
- [Indexing] Added class ID field for data object elements
45-
- [Searching] Added new `ClassIdsFilter` modifier to search for data object elements by class ID or class name
46-
- Execute the following command to reindex all elements to be able to use all new features:
47-
48-
```bin/console generic-data-index:update:index```
4947

5048
## Upgrade to 1.3.0
5149
- [Indexing] Added support for Elasticsearch in parallel to Opensearch. Opensearch remains the default search technology. If you are using Elasticsearch, you need to update your symfony configuration as follows:
@@ -66,4 +64,4 @@ The new service alias can be used to inject the search client into your services
6664
## Upgrade to 1.1.0
6765
- Execute the following command to reindex all elements to be able to use all new features:
6866

69-
```bin/console generic-data-index:update:index```
67+
```bin/console generic-data-index:update:index```

0 commit comments

Comments
 (0)