mirror of https://gitee.com/bigwinds/arangodb
updated documentation
This commit is contained in:
parent
e77a571fc4
commit
0ef15e0fdf
|
@ -2,14 +2,13 @@
|
|||
@startDocuBlock JSF_post_api_index_persistent
|
||||
@brief creates a persistent index
|
||||
|
||||
@RESTHEADER{POST /_api/index, Create a persistent index)
|
||||
@RESTHEADER{POST /_api/index#persistent, Create a persistent index}
|
||||
|
||||
@RESTQUERYPARAMETERS
|
||||
|
||||
@RESTQUERYPARAM{collection-name,string,required}
|
||||
The collection name.
|
||||
|
||||
|
||||
@RESTBODYPARAM{type,string,required,string}
|
||||
must be equal to *"persistent"*.
|
||||
|
||||
|
|
|
@ -2,14 +2,13 @@
|
|||
@startDocuBlock JSF_post_api_index_skiplist
|
||||
@brief creates a skip-list
|
||||
|
||||
@RESTHEADER{POST /_api/index, Create skip list}
|
||||
@RESTHEADER{POST /_api/index#skiplist, Create skip list}
|
||||
|
||||
@RESTQUERYPARAMETERS
|
||||
|
||||
@RESTQUERYPARAM{collection-name,string,required}
|
||||
The collection name.
|
||||
|
||||
|
||||
@RESTBODYPARAM{type,string,required,string}
|
||||
must be equal to *"skiplist"*.
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@ var actions = require("@arangodb/actions");
|
|||
|
||||
var API = "_api/index";
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief was docuBlock JSF_get_api_index
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -111,10 +110,6 @@ function get_api_index (req, res) {
|
|||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief was docuBlock JSF_post_api_index_cap
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief was docuBlock JSF_post_api_index_geo
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue