You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/01_Installation/02_Upgrade.md
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,12 @@ Following steps are necessary during updating to newer versions.
5
5
## Upgrade to 2.0.0
6
6
-[Indexing] Added inherited fields indicator to data object indexing
7
7
-[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
8
10
- 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
+
10
14
### BC-Breaks
11
15
- Removed deprecated alias `generic-data-index.opensearch-client` and replaced it with `generic-data-index.search-client`
12
16
- 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.
40
44
-`ElementSearchServiceInterface::search` now requires a `ElementSearchInterface`
41
45
-`SearchProviderInterface` now returns type specific search interfaces
42
46
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```
49
47
50
48
## Upgrade to 1.3.0
51
49
-[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
66
64
## Upgrade to 1.1.0
67
65
- Execute the following command to reindex all elements to be able to use all new features:
0 commit comments