mirror of https://gitee.com/bigwinds/arangodb
* 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 |
||
---|---|---|
.. | ||
21.md | ||
22.md | ||
23.md | ||
24.md | ||
25.md | ||
26.md | ||
27.md | ||
28.md | ||
30.md | ||
31.md | ||
32.md | ||
33.md | ||
34.md | ||
35.md | ||
KnownIssues32.md | ||
KnownIssues33.md | ||
KnownIssues34.md | ||
KnownIssues35.md | ||
NewFeatures21.md | ||
NewFeatures22.md | ||
NewFeatures23.md | ||
NewFeatures24.md | ||
NewFeatures25.md | ||
NewFeatures26.md | ||
NewFeatures27.md | ||
NewFeatures28.md | ||
NewFeatures30.md | ||
NewFeatures31.md | ||
NewFeatures32.md | ||
NewFeatures33.md | ||
NewFeatures34.md | ||
NewFeatures35.md | ||
README.md | ||
UpgradingChanges23.md | ||
UpgradingChanges24.md | ||
UpgradingChanges25.md | ||
UpgradingChanges26.md | ||
UpgradingChanges27.md | ||
UpgradingChanges28.md | ||
UpgradingChanges30.md | ||
UpgradingChanges31.md | ||
UpgradingChanges32.md | ||
UpgradingChanges33.md | ||
UpgradingChanges34.md | ||
UpgradingChanges35.md |
README.md
Release Notes
What's New
For a high level list of changes, please refer to one of the following sections:
- What's New in 3.x: 3.5, 3.4, 3.3, 3.2, 3.1, 3.0
- What's New in 2.x: 2.8, 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1
Changelogs
For a detailed list of changes to the ArangoDB core programs and tools, please refer to the version specific changelogs:
Additional changelogs for tools not included in the main repository:
Incompatible changes
For a list of incompatible changes, please refer to one of the following sections. Also see Version Specific Upgrade Information in the Upgrading chapter.
- Incompatible changes in 3.x: 3.4, 3.3, 3.2, 3.1, 3.0
- Incompatible changes in 2.x: 2.8, 2.7, 2.6, 2.5, 2.4, 2.3
Known Issues
For a list of known issues, please refer to one of the following sections: