Mroonga¶
For the release history: News
- 1. The characteristics of Mroonga
- 2. Install
- 3. Upgrade
- 4. Tutorial
- 4.1. Installation check
- 4.2. Mode
- 4.3. Storage mode
- 4.3.1. How to use full text search
- 4.3.2. How to get search score
- 4.3.3. How to specify the parser for full text search
- 4.3.4. How to use geolocation search
- 4.3.5. How to get the record ID
- 4.3.6. How to get snippet (Keyword in context)
- 4.3.7. How to run Groonga command
- 4.3.8. Logging
- 4.3.9. Choosing appropriate columns
- 4.3.10. Optimisation for counting rows
- 4.3.11. Optimisation for ORDER BY LIMIT in full text search
- 4.4. Wrapper mode
- 5. Reference
- 1. SQL commands
- 2. Server variables
- 2.1. mroonga_action_on_fulltext_query_error
- 2.2. mroonga_default_parser
- 2.3. mroonga_libgroonga_version
- 2.4. mroonga_log_file
- 2.5. mroonga_log_level
- 2.6. mroonga_version
- 2.7. mroonga_dry_write
- 2.8. mroonga_enable_optimization
- 2.9. mroonga_match_escalation_threshold
- 2.10. mroonga_vector_column_delimiter
- 3. Status variables
- 4. UDF (User Defined Functions)
- 5. Limitations
- 6. Full text Search
- 6. FAQ
- 7. Community
- 8. How to contribute to Mroonga
- 9. Developer's guide
- 9.1. How to debug
- 9.2. Release procedure (XXX not yet translated)
- 9.3. How we are developing
- 9.4. Roadmap
- 9.5. Source code management
- 9.6. Development process
- 9.7. Release
- 9.8. Development environment
- 9.9. Contents of the source tree
- 9.10. Adding and running tests
- 9.11. Adding and updating documents