1
0
Fork 0
arangodb/Documentation/Examples/api-index-create-new-fulltext

17 lines
335 B
Plaintext

> curl --data @- -X POST --dump - http://localhost:8529/_api/index?collection=109061392
{ "type" : "fulltext", "fields" : [ "text" ] }
HTTP/1.1 201 Created
content-type: application/json
{
"code": 201,
"fields": [
"text"
],
"id": "109061392/1748352392",
"type": "fulltext",
"isNewlyCreated": true,
"error": false
}