1
0
Fork 0
arangodb/arangod/Indexes
Michael Hackstein 7b42fc7ae8 Unified lookup in PrimaryIndex to use identical format as HashIndex lookup does 2016-02-25 14:38:39 +01:00
..
EdgeIndex.cpp Replaced doc_mptr_copy with doc_mptr which is the correct type in this case. 2016-02-01 11:40:18 +01:00
EdgeIndex.h removed unused forwards and functions 2016-02-25 00:48:06 +01:00
FulltextIndex.cpp attempt to fix Windows build 2016-02-01 12:04:28 +01:00
FulltextIndex.h clang-format 2016-01-27 13:43:46 +01:00
GeoIndex2.cpp attempt to fix Windows build 2016-02-01 12:04:28 +01:00
GeoIndex2.h clang-format 2016-01-27 13:43:46 +01:00
HashIndex.cpp Added a function to transform the Index Search Value of HashIndex to the Index-Key 2016-02-25 12:45:20 +01:00
HashIndex.h Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk 2016-02-25 12:45:29 +01:00
Index.cpp Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk 2016-02-24 15:48:19 +01:00
Index.h removed unused forwards and functions 2016-02-25 00:48:06 +01:00
IndexIterator.cpp Added basic implementation to scan an index based on a transaction. However no index implements the new iterator yet. Next step. 2016-02-19 18:22:19 +01:00
IndexIterator.h Added basic implementation to scan an index based on a transaction. However no index implements the new iterator yet. Next step. 2016-02-19 18:22:19 +01:00
PathBasedIndex.cpp Fix buildIndexValues. 2016-02-24 15:59:32 +01:00
PathBasedIndex.h Many index changes, compiles, does not run well. 2016-02-24 15:47:57 +01:00
PrimaryIndex.cpp Unified lookup in PrimaryIndex to use identical format as HashIndex lookup does 2016-02-25 14:38:39 +01:00
PrimaryIndex.h Unified lookup in PrimaryIndex to use identical format as HashIndex lookup does 2016-02-25 14:38:39 +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 Many index changes, compiles, does not run well. 2016-02-24 15:47:57 +01:00
SkiplistIndex.h Many index changes, compiles, does not run well. 2016-02-24 15:47:57 +01:00