mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
d6373a7f83
|
@ -2898,7 +2898,7 @@ void RestReplicationHandler::handleCommandRestoreDataCoordinator () {
|
|||
|
||||
const char* key = 0;
|
||||
TRI_json_t const* doc = 0;
|
||||
TRI_replication_operation_e type;
|
||||
TRI_replication_operation_e type = REPLICATION_INVALID;
|
||||
|
||||
const size_t n = json->_value._objects._length;
|
||||
|
||||
|
|
|
@ -726,7 +726,7 @@ ArangoCollection.prototype.within = function (lat, lon, radius) {
|
|||
///
|
||||
/// @EXAMPLES
|
||||
///
|
||||
/// To find all documents which contain the terms @LIT{foo} and @LIT{bar}:
|
||||
/// To find all documents which contain the terms @LIT{text} and @LIT{word}:
|
||||
///
|
||||
/// @TINYEXAMPLE{simple-query-fulltext,complete match query}
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue