mirror of https://gitee.com/bigwinds/arangodb
* Adding MultiPolygon support, fixing some outstanding bugs * removing dead code * Adding MultiPolygon tests * Added multi-polygon docs * adjust the docs * fixing remaining occurrences of geo1 / geo2, added note into UpgradingChanges34.md * some clarification * Improve Geo docs, reformatting * Release notes: responses are JSON, reformatting * Update release notes: /_api/aqlfunction has an isNewlyCreated attribute now * Update Geo.md |
||
---|---|---|
.. | ||
Fulltext.md | ||
Geo.md | ||
Hash.md | ||
IndexBasics.md | ||
IndexUtilization.md | ||
Persistent.md | ||
README.md | ||
Skiplist.md | ||
VertexCentric.md | ||
WhichIndex.md | ||
WorkingWithIndexes.md |
README.md
Handling Indexes
This is an introduction to ArangoDB's interface for indexes in general.
There are special sections for
- Index Basics: Introduction to all index types
- Which index to use when: Index type and options adviser
- Index Utilization: How ArangoDB uses indexes
- Working with Indexes: How to handle indexes
programmatically using the
db
object - Hash Indexes
- Skiplists
- Persistent Indexes
- Fulltext Indexes
- Geo-spatial Indexes
- Vertex-centric Indexes