jsteemann
|
4d06ac7648
|
use std::string
|
2017-01-31 14:57:05 +01:00 |
jsteemann
|
8b62579789
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-01-31 10:04:56 +01:00 |
jsteemann
|
6598828449
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-01-31 00:33:42 +01:00 |
jsteemann
|
d96ce9af37
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-01-30 12:53:10 +01:00 |
jsteemann
|
cea0ecabad
|
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
|
2017-01-30 09:03:55 +01:00 |
Michael Hackstein
|
55e0f63fec
|
Moved major Index-creation out of LogicalCollection into the StorageEngine Specific IndexFactory.
|
2017-01-29 15:08:26 +01:00 |
Michael Hackstein
|
819ef4ae2c
|
Fixed failing index-creation tests after moving to IndexFactory.
|
2017-01-28 22:46:49 +01:00 |
Michael Hackstein
|
72b8945254
|
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
|
2017-01-28 21:20:16 +01:00 |
Michael Hackstein
|
0027bc54c8
|
Create a StorageEngine-specific IndexFactory. Moved EnhanceIndexJson v8 -> IndexFactory.
|
2017-01-28 21:19:50 +01:00 |
jsteemann
|
09851cdf75
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-01-27 16:37:32 +01:00 |
jsteemann
|
0cb7d416d0
|
moved transaction collections into their own files
|
2017-01-26 16:51:57 +01:00 |
jsteemann
|
6a4842b229
|
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
|
2017-01-25 16:30:33 +01:00 |
jsteemann
|
de41509d9d
|
factored out TransactionState
|
2017-01-25 15:55:01 +01:00 |
Michael Hackstein
|
00448bfc26
|
Transaction::invokeOnAllElements now works with a callback taken DocumentIdentifierTokens instead of IndexElements.
|
2017-01-25 15:03:08 +01:00 |
jsteemann
|
3a61217438
|
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
|
2017-01-25 13:29:13 +01:00 |
Michael Hackstein
|
786ab413f8
|
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
|
2017-01-25 13:20:24 +01:00 |
Michael Hackstein
|
ce6d3b3492
|
The Fulltext index now return DocumentIdentifierTokens instead of revisions. Removed one inderection rid <-> Index_doc which were a typedef.
|
2017-01-25 13:20:15 +01:00 |
jsteemann
|
d7b131852c
|
factored out transaction hints
|
2017-01-25 13:12:09 +01:00 |
jsteemann
|
00b1632ece
|
factored out AccessMode from transaction.h
|
2017-01-25 11:57:21 +01:00 |
Michael Hackstein
|
883e95989f
|
The GeoIndex now returns DocumentIdentifierTokens instead of revision ids.
|
2017-01-25 11:13:30 +01:00 |
Michael Hackstein
|
2133b1448c
|
Moved index API to return DocumentIdentifierTokens which are independent of the underlying storage engine. The agreement is, that the Engine gives a uint64_t sized identifier which allows to fetch any document back again. For MMFiles Engine this identifier is the revision.
|
2017-01-24 18:19:25 +01:00 |
jsteemann
|
603a0ae8ee
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-01-24 12:46:57 +01:00 |
jsteemann
|
e3bcb90916
|
remove revisions cache
|
2017-01-24 10:48:07 +01:00 |
jsteemann
|
d4d5d1f39f
|
fixed some tests
|
2017-01-23 16:55:41 +01:00 |
jsteemann
|
a8ebdbeeee
|
renaming
|
2017-01-23 15:40:20 +01:00 |
jsteemann
|
c4d2ff3dce
|
renaming
|
2017-01-23 15:36:11 +01:00 |
jsteemann
|
0a582d0f9a
|
adjust include guards
|
2017-01-23 14:23:39 +01:00 |
jsteemann
|
7fedb4e956
|
moved files into engine directory
|
2017-01-23 13:52:57 +01:00 |