mirror of https://gitee.com/bigwinds/arangodb
14 lines
486 B
Plaintext
14 lines
486 B
Plaintext
!CHAPTER Handling Indexes
|
|
|
|
This is an introduction to ArangoDB's interface for indexes in general.
|
|
There are special sections for
|
|
|
|
- [index basics](../IndexHandling/IndexBasics.md)
|
|
- [working with indexes](../IndexHandling/WorkingWithIndexes.md)
|
|
- [hash indexes](../IndexHandling/Hash.md)
|
|
- [skiplists](../IndexHandling/Skiplist.md)
|
|
- [fulltext indexes](../IndexHandling/Fulltext.md)
|
|
- [geo-spatial indexes](../IndexHandling/Geo.md)
|
|
- [cap constraints](../IndexHandling/Cap.md)
|
|
|