1
0
Fork 0

Add some ArangoSearch related known issues

This commit is contained in:
Andrey Abramov 2018-09-03 17:49:09 +03:00 committed by GitHub
parent 78d7c6e93d
commit cf6589485b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -18,3 +18,12 @@ Cluster
-------
* sometimes the shutdown order in the cluster will cause the shutdown to hang infinitely.
ArangoSearch
------------
* ArangoSearch ingores `_id` attribute even if `includeAllFields` is set to `true`
* Creation of ArangoSearch on a large collection may cause OOM
* Long-running transaction with a huge number of DML operations may cause OOM
* Using score functions (BM25/TFIDF) in ArangoDB expression is not supported