Skip to content

Commit dab7737

Browse files
ProsuneNourNuxeo
authored andcommitted
Spellcheck and Reword documentdb.md
Made minor changes to the document.
1 parent ba6599f commit dab7737

File tree

1 file changed

+5
-5
lines changed
  • src/nxdoc/nuxeo-server/administration/database-configuration

1 file changed

+5
-5
lines changed

src/nxdoc/nuxeo-server/administration/database-configuration/documentdb.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ While their limitations can also be found in the previous link, elastic clusters
2121

2222
## Limitations
2323

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.
2727

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`:
2929
- [Differences With MongoDB](https://docs.aws.amazon.com/documentdb/latest/developerguide/text-search.html#text-index-mongo-diff)
3030
- [Functional Differences](https://docs.aws.amazon.com/documentdb/latest/developerguide/functional-differences.html#functional-differences.with-mongodb)
3131

3232
## Configuration
3333

34-
To use `DocumentDB` you need the following options:
34+
To use `DocumentDB`, you need the following options:
3535

3636
```properties
3737
nuxeo.templates=<MY_TEMPLATES>,mongodb

0 commit comments

Comments
 (0)