3. Tutorial¶
If you don't install Mroonga yet, see Installation Guide. It describes how to install Mroonga.
Try the following tutorials after you install Mroonga. You will understand how to use Mroonga.
- 3.1. Installation check
- 3.2. Mode
- 3.3. Storage mode
- 3.3.1. How to use full text search
- 3.3.2. How to get search score
- 3.3.3. How to specify the parser for full text search
- 3.3.4. How to use geolocation search
- 3.3.5. How to get the record ID
- 3.3.6. How to get snippet (Keyword in context)
- 3.3.7. How to run groonga command
- 3.3.8. Logging
- 3.3.9. Choosing appropriate columns
- 3.3.10. Optimisation for counting rows
- 3.3.11. Optimisation for ORDER BY LIMIT in full text search
- 3.4. Wrapper mode