1
0
Fork 0
arangodb/arangod/Indexes
Michael Hackstein 9d70091713 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.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 Fix geo index remove. 2016-03-21 09:12:56 +01:00
GeoIndex2.h less dependency on document-collection.h 2016-03-04 20:53:17 +01:00
HashIndex.cpp harmonize value comparisons for hash indexes 2016-03-23 16:36:00 +01: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 harmonize value comparisons for hash indexes 2016-03-23 16:36:00 +01:00
Index.h Switch to IndexHandles. 2016-03-23 08:57:00 +01:00
IndexIterator.cpp
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
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
SimpleAttributeEqualityMatcher.h
SkiplistIndex.cpp Fixed SkiplistIndex lookup if searchValue is less than the smalles index element. 2016-03-24 16:32:36 +01:00
SkiplistIndex.h Simplyfied skiplist index by removing an used member variable in Iterator 2016-03-23 12:12:12 +01:00