1
0
Fork 0

Documentation 3.4/update known issues (arangosearch) (#7600) (#7601)

* update known issues for 3.4

* more known issues
This commit is contained in:
Andrey Abramov 2018-12-03 16:25:06 +03:00 committed by GitHub
parent f9dd500132
commit 6ba81d7603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,10 @@ ArangoSearch
------------
* ArangoSearch index format in 3.4RC3 is incompatible to earlier issued release candidates
* ArangoSearch index format in 3.4RC4 is incompatible to earlier issued release candidates
* ArangoSearch ignores `_id` attribute even if `includeAllFields` is set to `true` (internal #445)
* Using score functions (BM25/TFIDF) in ArangoDB expression is not supported (internal #316)
* Using a loop variable in expressions within a corresponding SEARCH condition is not supported (internal #318)
* RocksDB recovery fails sometimes after renaming a view (internal #469)
* Score values evaluated by corresponding score functions (BM25/TFIDF) may differ in single-server and cluster with a collection having more than 1 shard (internal #508)
* ArangoSearch index consolidation doesn't work during creation of a link on existing collection which may lead to massive file descriptors consumption (intenal #509)
* Long-running DML transactions on collections (linked with ArangoSearch view) block "ArangoDB flush thread" making impossible to refresh data "visible" by a view (internal #510)