1
0
Fork 0
arangodb/Documentation/Books/Users/IndexHandling
Jan Steemann 4ea2a53771 support arrays in fulltext index, too 2015-05-06 15:11:24 +02:00
..
Cap.mdpp updated index docs 2015-02-18 15:48:46 +01:00
Fulltext.mdpp support arrays in fulltext index, too 2015-05-06 15:11:24 +02:00
Geo.mdpp updated index docs 2015-02-18 15:48:46 +01:00
Hash.mdpp updated index docs 2015-02-18 15:48:46 +01:00
HowArangoDBUsesIndexes.mdpp added index usage page 2015-03-10 11:17:16 +01:00
IndexBasics.mdpp fixed typo 2015-03-10 09:35:32 +01:00
README.mdpp
Skiplist.mdpp updated index docs 2015-02-18 15:48:46 +01:00
WhichIndex.mdpp Correct some typos in documentation about indexes. 2015-04-07 15:12:55 +02:00
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)