Skip to content

Commit 565c9f7

Browse files
ProsuneNourNuxeo
authored andcommitted
Spellcheck and Reword documentdb.md
Made minor changes to the document.
1 parent 529f748 commit 565c9f7

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
@@ -16,17 +16,17 @@ The DocumentDB [elastic cluster](https://docs.aws.amazon.com/documentdb/latest/
1616

1717
## Limitations
1818

19-
- 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.
20-
- retryable writes are not supported. You need to disable this. See the [configuration]({{page space='nxdoc' page='documentdb#configuration'}}) section.
21-
- the `DocumentDB` instance type chosen affects the number of open cursor at any given time.
19+
- 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.
20+
- Retryable writes are not supported. You must disable this. For additional information, see the [configuration]({{page space='nxdoc' page='documentdb#configuration'}}) section.
21+
- The chosen `DocumentDB` instance type affects the number of open cursor at any given time.
2222

23-
Note there are also other differences that should not affect Nuxeo. Please refer to `DocumentDB`:
23+
Note: There are also other differences that should not affect Nuxeo. Please refer to `DocumentDB`:
2424
- [Differences With MongoDB](https://docs.aws.amazon.com/documentdb/latest/developerguide/text-search.html#text-index-mongo-diff)
2525
- [Functional Differences](https://docs.aws.amazon.com/documentdb/latest/developerguide/functional-differences.html#functional-differences.with-mongodb)
2626

2727
## Configuration
2828

29-
To use `DocumentDB` you need the following options:
29+
To use `DocumentDB`, you need the following options:
3030

3131
```properties
3232
nuxeo.templates=<MY_TEMPLATES>,mongodb

0 commit comments

Comments
 (0)