mirror of https://gitee.com/bigwinds/arangodb
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
avocado> db.examples.ensureGeoIndex("location");
|
|
4545321
|
|
|
|
avocado> db.examples.getIndexes();
|
|
[ { "iid" : 4545321, "type" : "geo1", "location" : "location" } ]
|
|
|
|
avocado> db.examples.dropIndex(4545321);
|
|
true
|
|
|
|
avocado> db.examples.getIndexes();
|
|
[]
|
|
|
|
avocado> db.examples.dropIndex(4545321);
|
|
false
|