1
0
Fork 0
arangodb/arangod/IResearch
Andrey Abramov f708e46973
Feature/arangosearch gather node (#5487)
* integrate ArangoSearch into GatherNode/GatherBlock logic

* fix inconsistency after merge

* add serialization/deserealization logic for IResearchViewNode sorting

* fix optimizer rule order

* fix copy/past typo

* fix tests

* ensure `GatherNode` is properly set up for ArangoSearch views

* adjust optimizer rule order
2018-05-30 02:53:21 +03:00
..
ApplicationServerHelper.cpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
ApplicationServerHelper.h issue 389.6: ensure proper error handling in StatisticsFeature for missing feature (#5377) 2018-05-18 01:12:39 +03:00
AqlHelper.cpp issue 374.4: move iresearch related log topic and type into a separate file so as not to expose it externally (#5107) 2018-04-16 18:30:51 +03:00
AqlHelper.h Feature/arangosearch gather node (#5487) 2018-05-30 02:53:21 +03:00
AttributeScorer.cpp Bug fix/internal issue #327 (#4649) 2018-02-22 11:11:23 +01:00
AttributeScorer.h Bug fix/internal issue #327 (#4649) 2018-02-22 11:11:23 +01:00
Containers.cpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
Containers.h locally tested only (#4476) 2018-02-05 11:24:34 +01:00
ExpressionFilter.cpp Bug fix/internal issue #327 (#4649) 2018-02-22 11:11:23 +01:00
ExpressionFilter.h Bug fix/internal issue #327 (#4649) 2018-02-22 11:11:23 +01:00
IResearchAnalyzerFeature.cpp issue 389.6: ensure proper error handling in StatisticsFeature for missing feature (#5377) 2018-05-18 01:12:39 +03:00
IResearchAnalyzerFeature.h Feature iresearch (#4105) 2018-01-19 14:23:58 +01:00
IResearchAttributes.cpp Feature iresearch (#4105) 2018-01-19 14:23:58 +01:00
IResearchAttributes.h Feature iresearch (#4105) 2018-01-19 14:23:58 +01:00
IResearchCommon.cpp issue 389.2: use static strings for Index definition json attributes, use TRI_vocbase_t references instead of pointers in V8Context, use TRI_vocbase_t references instead of pointers in DatabaseInitialSyncer (#5344) 2018-05-14 19:06:24 +03:00
IResearchCommon.h issue 389.2: use static strings for Index definition json attributes, use TRI_vocbase_t references instead of pointers in V8Context, use TRI_vocbase_t references instead of pointers in DatabaseInitialSyncer (#5344) 2018-05-14 19:06:24 +03:00
IResearchDocument.cpp issue 374.4: move iresearch related log topic and type into a separate file so as not to expose it externally (#5107) 2018-04-16 18:30:51 +03:00
IResearchDocument.h standardize on the 'analyzer' and 'trackListPositions' naming (#4384) 2018-01-22 16:39:53 +01:00
IResearchFeature.cpp issue 381.2: ensure the correct index factories/normalizers are called in ClusterEngine (#5450) 2018-05-24 15:23:17 +03:00
IResearchFeature.h issue 374.4: move iresearch related log topic and type into a separate file so as not to expose it externally (#5107) 2018-04-16 18:30:51 +03:00
IResearchFilterFactory.cpp issue 389.6: ensure proper error handling in StatisticsFeature for missing feature (#5377) 2018-05-18 01:12:39 +03:00
IResearchFilterFactory.h locally tested only (#4476) 2018-02-05 11:24:34 +01:00
IResearchKludge.cpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
IResearchKludge.h Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
IResearchLink.cpp issue 381.1: ensure view lookup is done via collectionNameResover, ensure updateProperties returns current view properties, remove redundant functions (#5439) 2018-05-23 19:29:53 +03:00
IResearchLink.h issue 381.1: ensure view lookup is done via collectionNameResover, ensure updateProperties returns current view properties, remove redundant functions (#5439) 2018-05-23 19:29:53 +03:00
IResearchLinkCoordinator.cpp issue 381.1: ensure view lookup is done via collectionNameResover, ensure updateProperties returns current view properties, remove redundant functions (#5439) 2018-05-23 19:29:53 +03:00
IResearchLinkCoordinator.h issue 381.1: ensure view lookup is done via collectionNameResover, ensure updateProperties returns current view properties, remove redundant functions (#5439) 2018-05-23 19:29:53 +03:00
IResearchLinkHelper.cpp issue 381.1: ensure view lookup is done via collectionNameResover, ensure updateProperties returns current view properties, remove redundant functions (#5439) 2018-05-23 19:29:53 +03:00
IResearchLinkHelper.h issue 389.4: implement IResearchViewDBServer::snapshot (#5358) 2018-05-16 16:33:48 +02:00
IResearchLinkMeta.cpp issue 389.6: ensure proper error handling in StatisticsFeature for missing feature (#5377) 2018-05-18 01:12:39 +03:00
IResearchLinkMeta.h standardize on the 'analyzer' and 'trackListPositions' naming (#4384) 2018-01-22 16:39:53 +01:00
IResearchMMFilesLink.cpp Coordinator ArangoSearch view + Execution nodes + AgencyMock (#5160) 2018-05-02 00:15:11 +03:00
IResearchMMFilesLink.h Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
IResearchOrderFactory.cpp backport: address MSVC build warnings 2018-04-13 11:38:43 +03:00
IResearchOrderFactory.h Feature iresearch (#4105) 2018-01-19 14:23:58 +01:00
IResearchRocksDBLink.cpp Coordinator ArangoSearch view + Execution nodes + AgencyMock (#5160) 2018-05-02 00:15:11 +03:00
IResearchRocksDBLink.h Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
IResearchRocksDBRecoveryHelper.cpp issue 389.5: refactor StandaloneContext to be constructed with a TRI_vocbase_t& (#5370) 2018-05-17 01:15:50 +03:00
IResearchRocksDBRecoveryHelper.h some fixes after review 2018-02-02 20:21:42 +03:00
IResearchView.cpp issue 381.3.1: remove redundant copy of CollectionNameResolver from TransactionState (#5459) 2018-05-25 16:48:43 +03:00
IResearchView.h Bug fix/issue #5186 (#5269) 2018-05-06 20:38:32 +03:00
IResearchViewBlock.cpp Coordinator ArangoSearch view + Execution nodes + AgencyMock (#5160) 2018-05-02 00:15:11 +03:00
IResearchViewBlock.h Remove "atLeast" from the internal query APIs (#4848) 2018-03-21 09:10:28 +01:00
IResearchViewCoordinator.cpp issue 389.10: refactor CollectionNameResolver to use TRI_vocbase_t& (#5424) 2018-05-23 00:59:08 +03:00
IResearchViewCoordinator.h issue 373.2: move toVelocyPack into LogicalDataSource (#5288) 2018-05-08 17:28:39 +03:00
IResearchViewDBServer.cpp issue 389.6: ensure proper error handling in StatisticsFeature for missing feature (#5377) 2018-05-18 01:12:39 +03:00
IResearchViewDBServer.h issue 373.2: move toVelocyPack into LogicalDataSource (#5288) 2018-05-08 17:28:39 +03:00
IResearchViewMeta.cpp fixed minor several compiler complaints (#5406) 2018-05-23 11:50:00 +02:00
IResearchViewMeta.h issue 355.3: allow IResearchLink creation, as opposed to IResearch View update, to direct which CIDs get included in an IResearchView snapshot 2018-04-02 15:27:48 +03:00
IResearchViewNode.cpp Feature/arangosearch gather node (#5487) 2018-05-30 02:53:21 +03:00
IResearchViewNode.h Remove collection dependency from gather node (#5457) 2018-05-25 17:26:33 +03:00
IResearchViewOptimizerRules.cpp Feature/arangosearch gather node (#5487) 2018-05-30 02:53:21 +03:00
IResearchViewOptimizerRules.h Coordinator ArangoSearch view + Execution nodes + AgencyMock (#5160) 2018-05-02 00:15:11 +03:00
Misc.h Feature iresearch (#4105) 2018-01-19 14:23:58 +01:00
SystemDatabaseFeature.cpp issue 389.6: ensure proper error handling in StatisticsFeature for missing feature (#5377) 2018-05-18 01:12:39 +03:00
SystemDatabaseFeature.h Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
VelocyPackHelper.cpp issue 383.2: backport from iresearch upstream: address issue with _T(…) macro not working when _MBCS is defined on MSVC, backport from iresearch upstream: address issue with _T(...) macro not working when _MBCS is defined on MSVC (#5152) 2018-04-20 18:20:31 +03:00
VelocyPackHelper.h issue 383.2: backport from iresearch upstream: address issue with _T(…) macro not working when _MBCS is defined on MSVC, backport from iresearch upstream: address issue with _T(...) macro not working when _MBCS is defined on MSVC (#5152) 2018-04-20 18:20:31 +03:00