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 specify the normalizer
- 4.3.5. How to specify the token filters
- 4.3.6. How to specify Groonga's column flags
- 4.3.7. How to use geolocation search
- 4.3.8. How to get the record ID
- 4.3.9. How to get snippet (Keyword in context)
- 4.3.10. How to run Groonga command
- 4.3.11. Logging
- 4.3.12. Choosing appropriate columns
- 4.3.13. Optimisation for counting rows
- 4.3.14. Optimisation for ORDER BY LIMIT in full text search
- 4.4. Wrapper mode
- 4.4.1. How to use wrapper mode
- 4.4.2. How to use full text search
- 4.4.3. How to get search score
- 4.4.4. How to specify the parser for full text search
- 4.4.5. How to specify the normalizer
- 4.4.6. How to get snippet (Keyword in context)
- 4.4.7. Logging
- 4.4.8. Optimisation for ORDER BY LIMIT in full text search
- 5. Reference
- 5.1. SQL commands
- 5.2. Server variables
- 5.2.1.
mroonga_action_on_fulltext_query_error
- 5.2.2.
mroonga_default_parser
- 5.2.3.
mroonga_libgroonga_version
- 5.2.4.
mroonga_log_file
- 5.2.5.
mroonga_log_level
- 5.2.6. mroonga_version
- 5.2.7.
mroonga_dry_write
- 5.2.8.
mroonga_enable_optimization
- 5.2.9.
mroonga_match_escalation_threshold
- 5.2.10.
mroonga_vector_column_delimiter
- 5.2.11.
mroonga_libgroonga_support_zlib
- 5.2.12.
mroonga_libgroonga_support_lz4
- 5.2.13.
mroonga_boolean_mode_syntax_flags
- 5.2.1.
- 5.3. Status variables
- 5.4. UDF (User Defined Functions)
- 5.5. Limitations
- 5.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