Frank Celler
|
3bb24146a6
|
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
|
2016-04-19 19:18:02 -07:00 |
Jan Steemann
|
32082e30f0
|
use move
|
2016-04-19 13:20:13 +02:00 |
Frank Celler
|
f85c700d20
|
silence some warnings
|
2016-04-19 07:35:03 +02:00 |
Jan Steemann
|
b5a3928160
|
fixed leak
|
2016-04-07 17:48:58 +02:00 |
Michael Hackstein
|
1b967d9535
|
Started fixing AQL-failures-noncluster tests. Still two are failing. Return and Sort.
|
2016-04-07 14:37:18 +02:00 |
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 |
Michael Hackstein
|
8dcded7d00
|
Fixed SkiplistIndex lookup if searchValue is less than the smalles index element.
|
2016-03-24 16:32:36 +01:00 |
Michael Hackstein
|
ed7fd3c495
|
Added VPack MinKey as Illegal Index Element. Is used to distinguish NON existance in Array indexes
|
2016-03-24 13:40:16 +01:00 |
Michael Hackstein
|
c1d2c8ff6f
|
Fixed compare function fpr Unique HashIndex. Had a problem with different number types
|
2016-03-24 12:46:35 +01:00 |
Michael Hackstein
|
af14e598d1
|
Fixed Array Indexing. All tests are green again
|
2016-03-24 11:22:01 +01:00 |
Michael Hackstein
|
bf6a4fedd9
|
Fixed array index insertion.
|
2016-03-23 17:31:11 +01:00 |
Jan Steemann
|
7c245bd3a3
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-23 16:36:21 +01:00 |
Jan Steemann
|
c8c9288400
|
harmonize value comparisons for hash indexes
|
2016-03-23 16:36:00 +01:00 |
Michael Hackstein
|
c1a3ff0a8e
|
Simplyfied skiplist index by removing an used member variable in Iterator
|
2016-03-23 12:12:12 +01:00 |
Max Neunhoeffer
|
12c420913e
|
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
|
2016-03-23 09:02:14 +01:00 |
Max Neunhoeffer
|
c2049b8ee1
|
Switch to IndexHandles.
|
2016-03-23 08:57:00 +01:00 |
Jan Steemann
|
d763c102d6
|
fulltext fixes
|
2016-03-22 18:34:40 +01:00 |
Michael Hackstein
|
ff87f38a14
|
Fixed index ordering for IN search.
|
2016-03-22 13:24:50 +01:00 |
Jan Steemann
|
910d620c7d
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-21 17:08:57 +01:00 |
Jan Steemann
|
f0724447b6
|
fixed sparse index test
|
2016-03-21 17:08:42 +01:00 |
Michael Hackstein
|
34b6b85a4b
|
Short Circuit in IndexIterator if query has which can never yield a result
|
2016-03-21 16:54:39 +01:00 |
Michael Hackstein
|
0b355e79d8
|
Fixed reset of PrimaryIndex Any Iterator
|
2016-03-21 16:30:35 +01:00 |
Michael Hackstein
|
7af92fb2ff
|
IN values in index are now sorted
|
2016-03-21 15:43:01 +01:00 |
Michael Hackstein
|
2c100dff2e
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-03-21 14:58:24 +01:00 |
Michael Hackstein
|
69ad996767
|
Fixed implementation to multiply IN index lookups for hash and skiplist index.
|
2016-03-21 14:57:30 +01:00 |
Jan Steemann
|
f458acc4c7
|
cleanup
|
2016-03-21 14:35:58 +01:00 |
Jan Steemann
|
b672ce0985
|
test fixes
|
2016-03-21 12:15:40 +01:00 |
Max Neunhoeffer
|
268dc3c097
|
Fix geo index remove.
|
2016-03-21 09:12:56 +01:00 |
Michael Hackstein
|
5bc2274855
|
Fixed invalid search values in Graph Traverser. Now some more tests are green. Still failing
|
2016-03-18 16:47:55 +01:00 |
Michael Hackstein
|
bb40b3c420
|
Fixed edge index lookup. Did fail for IN cases
|
2016-03-18 14:29:17 +01:00 |
Michael Hackstein
|
84454f49c4
|
Fixed Edge Index iterator to always retain the iterator data
|
2016-03-15 18:34:00 +01:00 |
Michael Hackstein
|
5d61b709bb
|
Fixed OperationCursor and SkiplistIndex. The builder in OperationCursor did not retain the _buffer.
|
2016-03-15 08:56:37 +01:00 |
Michael Hackstein
|
380e4eda69
|
Another fix for skiplist index for Searches that should not hit any element
|
2016-03-10 16:22:15 +01:00 |
Michael Hackstein
|
34f9206a63
|
Fixed SkiplistIndex Lookup for Slice. Seems to be working in AQL. Needs to be tested in detail
|
2016-03-10 16:11:28 +01:00 |
Michael Hackstein
|
eb8b09c85b
|
Fixed Skiplist Index Lookup. Equallity Lookups now seem to work. Range Lookups will crash now.
|
2016-03-10 14:37:12 +01:00 |
Michael Hackstein
|
b802ff9d25
|
Fixed memleak in HashIndex Lookup
|
2016-03-10 13:11:32 +01:00 |
Michael Hackstein
|
3cf571d59f
|
Undefined behaviour in HashIndex. Slice is correct but is not iterated properly yet
|
2016-03-10 12:49:26 +01:00 |
Michael Hackstein
|
0d414b2aa6
|
Fixed PrimaryIndex iterator creation from AQL. Got my first FILTER x._key == 'test' query running. yeah
|
2016-03-10 11:10:58 +01:00 |
Michael Hackstein
|
23f845de05
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-03-10 10:46:30 +01:00 |
jsteemann
|
279fb105e2
|
cppcheck
|
2016-03-09 22:57:49 +01:00 |
Jan Steemann
|
b55b5d7386
|
AqlValue refactoring
|
2016-03-09 17:50:20 +01:00 |
Michael Hackstein
|
f5f039e493
|
Added a static function to edgeIndex to build a search-Value in a builder.
|
2016-03-09 13:28:43 +01:00 |
Michael Hackstein
|
a24e28024e
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-03-09 09:59:56 +01:00 |
Michael Hackstein
|
c3c06a2f5c
|
Modified EDGES AQL funciton to use new Transaction API instead and does not rely on the shaper any more. Also added a iteratorForSlice method to EdgeIndex. It is slightly more complicated than other indexes iteratorForSlice functions because of the special _from, _to indexing in one index.
|
2016-03-09 09:59:51 +01:00 |
Jan Steemann
|
b393c3d9bb
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-09 09:42:10 +01:00 |
Frank Celler
|
dfa9047484
|
switch arangosh to new ApplicationFeatures and ProgramOptions
|
2016-03-08 23:32:43 +01:00 |
Jan Steemann
|
0c6e8bcd98
|
fixed replace
|
2016-03-07 16:49:26 +01:00 |
Jan Steemann
|
0c2fdb9fb9
|
less dependency on document-collection.h
|
2016-03-04 20:53:17 +01:00 |
Jan Steemann
|
6eea757c01
|
simplifications
|
2016-03-04 19:40:24 +01:00 |
Jan Steemann
|
c157363f3c
|
less dependencies
|
2016-03-04 17:21:09 +01:00 |