1
0
Fork 0
arangodb/arangod/Indexes
Frank Celler 3bb24146a6 Merge branch 'devel' of github.com:arangodb/arangodb into FMH 2016-04-19 19:18:02 -07:00
..
EdgeIndex.cpp The RestEdges handler now behaves identically to the server side edges() functions. Specifically it does not return duplicate edges any more. Also added a helper function to build an EdgeIndex Lookup from VPackArray. 2016-03-30 10:13:09 +02:00
EdgeIndex.h The RestEdges handler now behaves identically to the server side edges() functions. Specifically it does not return duplicate edges any more. Also added a helper function to build an EdgeIndex Lookup from VPackArray. 2016-03-30 10:13:09 +02:00
FulltextIndex.cpp fulltext fixes 2016-03-22 18:34:40 +01:00
FulltextIndex.h less dependency on document-collection.h 2016-03-04 20:53:17 +01:00
GeoIndex2.cpp silence some warnings 2016-04-19 07:35:03 +02:00
GeoIndex2.h less dependency on document-collection.h 2016-03-04 20:53:17 +01:00
HashIndex.cpp Started fixing AQL-failures-noncluster tests. Still two are failing. Return and Sort. 2016-04-07 14:37:18 +02:00
HashIndex.h Fixed compare function fpr Unique HashIndex. Had a problem with different number types 2016-03-24 12:46:35 +01:00
Index.cpp use move 2016-04-19 13:20:13 +02:00
Index.h Switch to IndexHandles. 2016-03-23 08:57:00 +01:00
IndexIterator.cpp Transaction OperationCursor now implements a skip method. 2016-03-01 14:37:40 +01:00
IndexIterator.h less dependency on document-collection.h 2016-03-04 20:53:17 +01:00
PathBasedIndex.cpp Added VPack MinKey as Illegal Index Element. Is used to distinguish NON existance in Array indexes 2016-03-24 13:40:16 +01:00
PathBasedIndex.h simplifications 2016-03-04 19:40:24 +01:00
PrimaryIndex.cpp harmonize value comparisons for hash indexes 2016-03-23 16:36:00 +01:00
PrimaryIndex.h AqlValue refactoring 2016-03-09 17:50:20 +01:00
SimpleAttributeEqualityMatcher.cpp clang-format 2016-01-27 13:43:46 +01:00
SimpleAttributeEqualityMatcher.h clang-format 2016-01-27 13:43:46 +01:00
SkiplistIndex.cpp fixed leak 2016-04-07 17:48:58 +02:00
SkiplistIndex.h Simplyfied skiplist index by removing an used member variable in Iterator 2016-03-23 12:12:12 +01:00