1
0
Fork 0
arangodb/arangod/Indexes
Michael Hackstein a94eb7fd49 In an array index with subattributes the document will be indexed with null if it has the array, but the subattribute is not existing. And it will not be indexed if it does not have the array 2015-10-27 14:19:06 +01:00
..
CapConstraint.cpp calculate costs for equality lookups 2015-09-29 13:08:51 +02:00
CapConstraint.h fixed leaks, index speedup 2015-10-22 17:03:05 +02:00
EdgeIndex.cpp Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-10-23 12:50:02 +02:00
EdgeIndex.h fix some Visual Studio complaints 2015-10-22 17:23:21 +02:00
FulltextIndex.cpp calculate costs for equality lookups 2015-09-29 13:08:51 +02:00
FulltextIndex.h fixed leaks, index speedup 2015-10-22 17:03:05 +02:00
GeoIndex2.cpp calculate costs for equality lookups 2015-09-29 13:08:51 +02:00
GeoIndex2.h fixed leaks, index speedup 2015-10-22 17:03:05 +02:00
HashIndex.cpp Added tests for Array-Indexing non Array elements. It should allow partial indexing in the skiplist and forbid indexing in the hash index now. 2015-10-26 17:22:01 +01:00
HashIndex.h fixed leaks, index speedup 2015-10-22 17:03:05 +02:00
Index.cpp The Array Index now allows to query for null IN in sparse version 2015-10-27 13:00:49 +01:00
Index.h fix some Visual Studio complaints 2015-10-22 17:23:21 +02:00
IndexIterator.cpp primary index now supporting IN 2015-10-06 14:46:33 +02:00
IndexIterator.h primary index now supporting IN 2015-10-06 14:46:33 +02:00
PathBasedIndex.cpp In an array index with subattributes the document will be indexed with null if it has the array, but the subattribute is not existing. And it will not be indexed if it does not have the array 2015-10-27 14:19:06 +01:00
PathBasedIndex.h Added tests for Array-Indexing non Array elements. It should allow partial indexing in the skiplist and forbid indexing in the hash index now. 2015-10-26 17:22:01 +01:00
PrimaryIndex.cpp Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-10-23 12:50:02 +02:00
PrimaryIndex.h fix some Visual Studio complaints 2015-10-22 17:23:21 +02:00
SimpleAttributeEqualityMatcher.cpp fixed parse error 2015-10-23 13:27:36 +02:00
SimpleAttributeEqualityMatcher.h Removed getOne in SimpleAttribute Matcher. All of the attributes are in sorted order rendering getOne and getAny useless 2015-10-23 12:49:57 +02:00
SkiplistIndex.cpp Added tests for Array-Indexing non Array elements. It should allow partial indexing in the skiplist and forbid indexing in the hash index now. 2015-10-26 17:22:01 +01:00
SkiplistIndex.h fixed leaks, index speedup 2015-10-22 17:03:05 +02:00