1
0
Fork 0
arangodb/Documentation/Examples/fulltext

3 lines
162 B
Plaintext

arangod> db.emails.ensureFulltextIndex("body");
{ "id" : "emails/42725508", "unique" : false, "type" : "fulltext", "fields" : ["body"], "isNewlyCreated" : true }