Simran
8891f79356
Doc - Fix/improve graph traversal/background indexing pages, console.history and examples/options ( #8336 )
2019-03-11 14:06:28 +01:00
Jan
c82e0c2ca0
add option `--console.history` to arangosh ( #8327 )
2019-03-07 13:05:54 +01:00
jsteemann
6d751686e3
updated documentation
2019-03-04 16:26:46 +01:00
Simran
e7cdfaa2cb
Doc - Add missing deprecation note for traversal module ( #8293 )
2019-03-01 08:30:03 +01:00
Simran
3df86129e8
Doc - Use proper terms for editions (esp. shardingStrategy) ( #8014 )
2019-02-23 23:11:36 +01:00
Simran
9f5f2d7c92
Doc - Add RocksDB known issue to 3.3, 3.4 ( #8247 )
...
3.5.0 and higher will not be affected
2019-02-23 12:51:17 +01:00
Jan
d46acbb156
Bug fix/make ttl index work with datestrings too ( #8208 )
2019-02-22 16:09:51 +01:00
jsteemann
4bc8a6aa0d
add V8 upgrade to new features
2019-02-20 13:03:44 +01:00
Jan
44c6a2d732
Feature/ttl index ( #8169 )
2019-02-19 14:12:21 +01:00
Dan Larkin-York
2497173fb3
Adde missing documentation and CHANGELOG entries for sort-limit optimization. ( #8087 )
2019-02-01 15:31:42 +01:00
Simran
9fea30b8ee
Doc - rel notes page imp ( #7613 )
2019-01-15 19:56:14 +01:00
Simran
c8730b99ef
Doc - Cookbook: Remove outdated OpenSSL recipe ( #7929 )
2019-01-11 22:34:06 +01:00
Jan Christoph Uhde
f65853e30f
make use of sortedness of rocksdb primary index ( #7788 )
2019-01-11 09:40:22 +01:00
Andrey Abramov
d4a010baf9
Bug fix/internal issue #316 ( #7911 )
...
* allow using scorers outside ArangoSearch view context
Signed-off-by: Andrey Abramov <andrey@arangodb.com>
* ensure query is properly optimized after replacement of scorer functions
* do not apply `handleViewsRule` to queries without views
* simplify optimization rule for ArangoSearch views
* show ArangoSearch view scorers in query explanation
* fix tests
* fix tests
* add stub for scorer related tests
* reformat
* check variable depth in `ViewExpressionContext::getVariableValue`
* add some tests
* address js test failures
* address jslint errors
* ensure `IResearchViewNode` exposes variables used in scorers
* ensure scorers with expressions are deduplicated
* fix deduplication for indexed access
* more tests
* partially address review comments
* address review comments
* simplify code
* remove irrelevant, commented out code
* ensure array comparisons are properly handled
* update changelog & loki
2019-01-10 21:04:19 +03:00
sleto-it
28b84951cb
Doc - Known Issues - new links ( #7908 )
2019-01-08 19:11:01 +01:00
sleto-it
099fd6d2db
Doc - Forwardports to devel - 2018-12-27 ( #7858 )
2018-12-27 17:12:50 +01:00
Simran
f7b9733a84
Doc - Fix build (whitespaces, triple-backticks, comments) ( #7857 )
2018-12-26 21:41:19 +01:00
Andrey Abramov
ac3a8a3f0b
update knownissues ( #7807 )
2018-12-19 16:10:34 +03:00
Jan
529e1a5579
fix issue #7743 : properly invalidate variables after COLLECT statemen… ( #7780 )
2018-12-18 18:13:34 +01:00
Simran
37eb34ad50
Doc - Placeholder pages for 3.5 Release Notes ( #7686 )
2018-12-06 14:41:27 +01:00
Simran
801bc38ab9
Doc - cleanups ( #7685 )
2018-12-06 14:25:31 +01:00
sleto-it
de4591d4bd
Doc - cite the tar.gz in what's new ( #7675 )
2018-12-06 11:49:41 +01:00
Simran
dec65b904c
Doc - deprecate simple all keys ( #7657 )
2018-12-06 11:19:31 +01:00
Simran
f7952ce445
Doc - Mention GEO_MULTIPOLYGON() in 3.4 release notes ( #7651 )
2018-12-05 15:18:33 +01:00
Jan
7c1f958c50
Doc - additional 3.4 related info ( #7646 )
2018-12-05 13:06:43 +01:00
Jan
a473ab9aa1
Doc - add known issue for parallel collection creation ( #7642 )
2018-12-04 20:42:24 +01:00
Simran
e917deb84a
Doc - 3.4 known issues ( #7599 )
2018-12-03 16:19:30 +01:00
Andrey Abramov
6ba81d7603
Documentation 3.4/update known issues (arangosearch) ( #7600 ) ( #7601 )
...
* update known issues for 3.4
* more known issues
2018-12-03 16:25:06 +03:00
sleto-it
a4abb4f9ec
Doc - Known Issues 3.3 - forward port simran's feedback ( #7592 )
2018-12-03 13:15:41 +01:00
sleto-it
4eb37c348e
Doc - 3.3 known issues ( #7576 )
2018-12-02 16:30:50 +01:00
Simon
6f8829a623
Document RocksDB exclusive option ( #7517 )
...
* Document exclusive option, use in more cases
* address review comments
2018-11-29 13:59:07 +01:00
Jan
be0f8b59fa
added option `--rocksdb.enforce-block-cache-size-limit` ( #7505 )
2018-11-28 21:02:45 +01:00
Simon
2ca8a4fd36
Documentation on Operational Factors and Data Models ( #7374 )
2018-11-22 16:01:30 +01:00
jsteemann
c8b38e5d06
update known issues
2018-11-21 16:14:28 +01:00
Jan
f1760bf01b
fix failing non-deterministic query-stream test ( #7295 )
2018-11-13 11:36:41 +01:00
Vasiliy
8f44afb6cf
issue 496.1: switch scope of responsibility between a TRI_vocbase_t and a LogicalView in respect to view creation/deletion ( #7101 )
...
* issue 496.1: switch scope of responsibility between a TRI_vocbase_t and a LogicalView in respect to view creation/deletion
* backport: address test failures
* backport: ensure arangosearch links get exported in the dump
* backport: ensure view is created during restore on the coordinator
* Updates for ArangoSearch DDL tests, IResearchView unregistration and known issues
* Add fix for internal issue 483
2018-10-30 12:50:35 +03:00
Andrey Abramov
86ebc30290
update ArangoSearch known issues ( #7055 )
2018-10-24 21:59:27 +02:00
jsteemann
04a8f8048e
remove fixed issues from the known issues list
2018-10-23 20:50:03 +02:00
Simran
ad4d7dcc22
Doc - Turn ArangoSearch links into a list ( #7028 )
2018-10-23 20:09:52 +02:00
Simran
496ab3af05
Doc - Deprecation notes 3.4 ( #6405 )
2018-10-23 17:45:07 +02:00
Andrey Abramov
7d76372700
update changelog and LOKI
2018-10-13 14:10:47 +03:00
Jan
6d54518145
forward port changes from 3.4 ( #6849 )
2018-10-12 17:49:17 +02:00
jsteemann
b418bbaa45
updated CHANGELOG and known issues
2018-10-02 20:05:51 +02:00
Jan
ae85fbc4ea
much better diagnostics for AQL query results cache ( #6580 )
2018-09-25 09:49:11 +02:00
Max Neunhöffer
53b51d61c8
Add advertised endpoints to new features list for 3.4. ( #6587 )
2018-09-25 09:39:42 +02:00
KVS85
35e6177eee
More known issues for ArangoSearch in 3.4 ( #6567 )
2018-09-21 13:28:53 +03:00
Jan
faac94a5c9
forward-ported from 3.4 branch feature-3.4/aql-extensions-080908 ( #6462 )
2018-09-12 13:58:20 +02:00
jsteemann
8fb4509d6f
fix documentation
2018-09-12 11:03:20 +02:00
jsteemann
0d048c7659
start new features documentation for 3.5
2018-09-08 14:34:20 +02:00
Simran
5c9cf69bd2
Doc - Configuration refactor 2 ( #6378 )
2018-09-05 19:39:39 +02:00