1
0
Fork 0
arangodb/Documentation/Books/Users/IndexHandling
Thomas Schmidts 4bf4a9bb26 Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
..
Cap.mdpp
Fulltext.mdpp support arrays in fulltext index, too 2015-05-06 15:11:24 +02:00
Geo.mdpp
Hash.mdpp
HowArangoDBUsesIndexes.mdpp
IndexBasics.mdpp Changed README.html to index.html in the documentation 2015-06-09 09:40:12 +02:00
README.mdpp
Skiplist.mdpp
WhichIndex.mdpp
WorkingWithIndexes.mdpp

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)