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

18 lines
390 B
Plaintext

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