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: src/nxdoc/nuxeo-server/administration/database-configuration/documentdb.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,17 @@ While their limitations can also be found in the previous link, elastic clusters
21
21
22
22
## Limitations
23
23
24
-
-fulltext search at repository level using `DocumentDB`is not supported due to `DocumentDB` limitations. You need to rely on `Elasticsearch` or `OpenSearch`. This requires to disable repository fulltext search. See the [configuration]({{page space='nxdoc' page='documentdb#configuration'}}) section.
25
-
-retryable writes are not supported. You need to disable this. See the [configuration]({{page space='nxdoc' page='documentdb#configuration'}}) section.
26
-
-the `DocumentDB` instance type chosen affects the number of open cursor at any given time.
24
+
-Fulltext search at repository level is not supported due to `DocumentDB` limitations. Use `Elasticsearch` or `OpenSearch` for fulltext search. This requires you to disable repository fulltext search. For additional information, see the [configuration]({{page space='nxdoc' page='documentdb#configuration'}}) section.
25
+
-Retryable writes are not supported. You must disable this. For additional information, see the [configuration]({{page space='nxdoc' page='documentdb#configuration'}}) section.
26
+
-The chosen `DocumentDB` instance type affects the number of open cursor at any given time.
27
27
28
-
Note there are also other differences that should not affect Nuxeo. Please refer to `DocumentDB`:
28
+
Note: There are also other differences that should not affect Nuxeo. Please refer to `DocumentDB`:
29
29
-[Differences With MongoDB](https://docs.aws.amazon.com/documentdb/latest/developerguide/text-search.html#text-index-mongo-diff)
0 commit comments