1
0
Fork 0
arangodb/Documentation/Books/Users/IndexHandling
Jan Steemann 82b13a0451 updated manual 2014-11-04 15:31:35 +01:00
..
Cap.mdpp updated manual 2014-11-04 15:31:35 +01:00
Fulltext.mdpp updated manual 2014-11-04 15:31:35 +01:00
Geo.mdpp updated manual 2014-11-04 15:31:35 +01:00
Hash.mdpp updated manual 2014-11-04 15:31:35 +01:00
IndexBasics.mdpp updated manual 2014-11-04 15:31:35 +01:00
README.mdpp updated manual 2014-11-04 15:31:35 +01:00
Skiplist.mdpp updated manual 2014-11-04 15:31:35 +01:00
WorkingWithIndexes.mdpp updated manual 2014-11-04 15:31:35 +01:00

README.mdpp

!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)