1
0
Fork 0
arangodb/arangod/IResearch
Andrey Abramov 7541b4d5e6
Bug fix/internal issue #647 (#10292)
* extend replication tests

* ensure proper replication order

* fix tests

* address review comments

* address test failures

* extend dump tests

* fix analyzers tests

* more fixes

* extend tests

* enhance tests

* adjust tests

* use enum instead of flags (part 1)

* cleanup

* use enum instead of flags (part 2)

* get rid of flags for views

* get rid of flags for collections

* completely get rid of collection flags

* fix replication test

* refactor index flags

* fix tests and move AnalyzerPool out of class scope

* fix tests

* adjust log levels

* add tests

* remove debug logging

* remove noexcept from `equalAanalyzer`

* extend cluster tests

* fix cluster tests

* add tests for views and smart graphs

* address jslint errors
2019-10-29 12:09:04 +03:00
..
ApplicationServerHelper.cpp big reformat 2018-12-26 00:54:03 +01:00
ApplicationServerHelper.h big reformat 2018-12-26 00:54:03 +01:00
AqlHelper.cpp Feature/cleanup ccpcheck (#9665) 2019-08-12 11:11:49 +02:00
AqlHelper.h Bug fix/internal issue #627 (#10233) 2019-10-15 20:41:06 +03:00
Containers.cpp reformat arangosearch sources (#7941) 2019-01-11 20:32:54 +03:00
Containers.h Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
ExpressionFilter.cpp Bug fix/internal issue #589 (#9244) 2019-06-11 17:42:30 +03:00
ExpressionFilter.h Bug fix/internal issue #589 (#9244) 2019-06-11 17:42:30 +03:00
IResearchAnalyzerFeature.cpp Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IResearchAnalyzerFeature.h Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IResearchCommon.cpp Add log suppressor utility classes for cleaner test code. (#10088) 2019-09-27 12:57:38 +02:00
IResearchCommon.h Add log suppressor utility classes for cleaner test code. (#10088) 2019-09-27 12:57:38 +02:00
IResearchDocument.cpp use C++17 [[fallthrough]] (#10280) 2019-10-19 18:14:26 +02:00
IResearchDocument.h issue 526.8: remove remaining deprecated code from analyzer feature, use simplified analyzer names for fields (#8689) 2019-04-10 13:10:25 +03:00
IResearchExpressionContext.cpp AQL by line: IResearch blocks as executors (#8387) 2019-04-04 23:40:10 +03:00
IResearchExpressionContext.h implement early pruning of documents in EnumerateCollectionExecutor (#10159) 2019-10-05 13:38:23 +02:00
IResearchFeature.cpp Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IResearchFeature.h bug-fix/internal-issue-#609 (#9464) 2019-07-19 11:10:56 +03:00
IResearchFilterFactory.cpp micro optimizations for case conversion (#10291) 2019-10-22 09:39:16 +02:00
IResearchFilterFactory.h bug-fix/iresearch-error-propagation (#9001) 2019-05-17 19:00:29 +03:00
IResearchKludge.cpp issue 526.8: remove remaining deprecated code from analyzer feature, use simplified analyzer names for fields (#8689) 2019-04-10 13:10:25 +03:00
IResearchKludge.h issue 526.8: remove remaining deprecated code from analyzer feature, use simplified analyzer names for fields (#8689) 2019-04-10 13:10:25 +03:00
IResearchLink.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
IResearchLink.h bug-fix/internal-issue-#609 (#9464) 2019-07-19 11:10:56 +03:00
IResearchLinkCoordinator.cpp Bug fix/fix invalid cast (#9755) 2019-08-20 10:32:08 +02:00
IResearchLinkCoordinator.h refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
IResearchLinkHelper.cpp Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IResearchLinkHelper.h Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
IResearchLinkMeta.cpp Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IResearchLinkMeta.h Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IResearchMMFilesLink.cpp Decentralize includes (#9623) 2019-08-06 15:32:09 +02:00
IResearchMMFilesLink.h Bug fix/issue #9612 (#9764) 2019-08-20 19:34:23 +03:00
IResearchOrderFactory.cpp De-inline in AQL (#10025) 2019-09-25 11:20:03 +02:00
IResearchOrderFactory.h Refactoring index interface (#7971) 2019-01-17 16:33:46 +01:00
IResearchPrimaryKeyFilter.cpp Bug fix/internal issue #589 (#9244) 2019-06-11 17:42:30 +03:00
IResearchPrimaryKeyFilter.h Bug fix/internal issue #589 (#9244) 2019-06-11 17:42:30 +03:00
IResearchRocksDBLink.cpp Forbid indexes on _id (#9337) 2019-06-28 11:11:22 +02:00
IResearchRocksDBLink.h Bug fix/issue #9612 (#9764) 2019-08-20 19:34:23 +03:00
IResearchRocksDBRecoveryHelper.cpp honor return values of important methods (#9859) 2019-08-30 23:11:19 +02:00
IResearchRocksDBRecoveryHelper.h bug-fix/internal-issue-#609 (#9464) 2019-07-19 11:10:56 +03:00
IResearchVPackComparer.cpp bug-fix/internal-issue-#574 (#8991) 2019-06-04 18:55:25 +03:00
IResearchVPackComparer.h bug-fix/internal-issue-#574 (#8991) 2019-06-04 18:55:25 +03:00
IResearchView.cpp Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IResearchView.h Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IResearchViewCoordinator.cpp Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IResearchViewCoordinator.h Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IResearchViewMeta.cpp Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IResearchViewMeta.h Feature/cleanup ccpcheck (#9665) 2019-08-12 11:11:49 +02:00
IResearchViewSingleServer.cpp Feature/cleanup ccpcheck (#9665) 2019-08-12 11:11:49 +02:00
IResearchViewSingleServer.h big reformat 2018-12-26 00:54:03 +01:00
IResearchViewSort.cpp Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
IResearchViewSort.h Feature/cleanup ccpcheck (#9665) 2019-08-12 11:11:49 +02:00
Misc.h big reformat 2018-12-26 00:54:03 +01:00
VelocyPackHelper.cpp Feature/cleanup ccpcheck (#9665) 2019-08-12 11:11:49 +02:00
VelocyPackHelper.h Feature/cleanup ccpcheck (#9665) 2019-08-12 11:11:49 +02:00