1
0
Fork 0
arangodb/Documentation/Books/Users/IndexHandling
CoDEmanX a39b712efe Documentation: corrected typos and case, prefer American over British English 2015-09-01 17:19:13 +02:00
..
Cap.mdpp Properly generate examples for cap constraints. 2015-08-03 16:50:41 +02:00
Fulltext.mdpp Documentation: corrected typos and case, prefer American over British English 2015-09-01 17:19:13 +02:00
Geo.mdpp Hook in stray docuBlocks 2015-08-13 18:54:38 +02:00
Hash.mdpp Rework index documentation; add more executed examples. 2015-08-04 18:42:44 +02:00
HowArangoDBUsesIndexes.mdpp Documentation: corrected typos and case, prefer American over British English 2015-09-01 17:19:13 +02:00
IndexBasics.mdpp Documentation: corrected typos and case, prefer American over British English 2015-09-01 17:19:13 +02:00
README.mdpp updated manual 2014-11-04 15:31:35 +01:00
Skiplist.mdpp Hook in stray docuBlocks 2015-08-13 18:54:38 +02:00
WhichIndex.mdpp Documentation: corrected typos and case, prefer American over British English 2015-09-01 17:19:13 +02:00
WorkingWithIndexes.mdpp Documentation: corrected typos and case, prefer American over British English 2015-09-01 17:19:13 +02: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)