Mroonga¶
For the release history: News
- 1. The characteristics of Mroonga
- 2. Install
- 2.1. Windows
- 2.2. macOS
- 2.3. Debian GNU/Linux
- 2.4. Ubuntu
- 2.5. CentOS
- 2.5.1. CentOS 6 (with the Oracle MySQL 5.6 package)
- 2.5.2. CentOS 6 (with the Oracle MySQL 5.7 package)
- 2.5.3. CentOS 6 (with the Oracle MySQL 8.0 package)
- 2.5.4. CentOS 6 (with Percona Server 5.6 package)
- 2.5.5. CentOS 6 (with Percona Server 5.7 package)
- 2.5.6. CentOS 6 (with MariaDB 10.1 package)
- 2.5.7. CentOS 6 (with MariaDB 10.2 package)
- 2.5.8. CentOS 6 (with MariaDB 10.3 package)
- 2.5.9. CentOS 7 (with the official MariaDB package)
- 2.5.10. CentOS 7 (with the Oracle MySQL 5.6 package)
- 2.5.11. CentOS 7 (with the Oracle MySQL 5.7 package)
- 2.5.12. CentOS 7 (with the Oracle MySQL 8.0 package)
- 2.5.13. CentOS 7 (with Percona Server 5.6 package)
- 2.5.14. CentOS 7 (with Percona Server 5.7 package)
- 2.5.15. CentOS 7 (with MariaDB 10.1 package)
- 2.5.16. CentOS 7 (with MariaDB 10.2 package)
- 2.5.17. CentOS 7 (with MariaDB 10.3 package)
- 2.6. Fedora
- 2.7. Docker
- 2.8. Others
- 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 use similar search
- 4.3.11. How to run Groonga command
- 4.3.12. Logging
- 4.3.13. Next step
- 4.4. Wrapper mode
- Reference
- 1. Optimizations
- 2. SQL commands
- 3. Server variables
- 3.1.
mroonga_action_on_fulltext_query_error
- 3.2.
mroonga_boolean_mode_syntax_flags
- 3.3.
mroonga_database_path_prefix
- 3.4.
mroonga_default_parser
- 3.5.
mroonga_default_tokenizer
- 3.6.
mroonga_default_wrapper_engine
- 3.7.
mroonga_dry_write
- 3.8.
mroonga_enable_optimization
- 3.9.
mroonga_libgroonga_support_lz4
- 3.10.
mroonga_libgroonga_support_zlib
- 3.11.
mroonga_libgroonga_support_zstd
- 3.12.
mroonga_libgroonga_version
- 3.13.
mroonga_lock_timeout
- 3.14.
mroonga_log_file
- 3.15.
mroonga_log_level
- 3.16.
mroonga_match_escalation_threshold
- 3.17.
mroonga_max_n_records_for_estimate
- 3.18.
mroonga_enable_operations_recording
- 3.19.
mroonga_vector_column_delimiter
- 3.20.
mroonga_version
- 3.21.
mroonga_condition_push_down_type
- 3.1.
- 4. Status variables
- 5. UDF (User Defined Functions)
- 6. Limitations
- Full text search
- 5. FAQ
- 6. Community
- 7. How to contribute to Mroonga
- 8. Developer’s guide
- 8.1. How to debug
- 8.2. Release procedure (XXX not yet translated)
- 8.2.1. 前提条件
- 8.2.2. ビルド環境の準備
- 8.2.3. Windows版パッケージのビルド環境準備
- 8.2.4. 変更点の記述
- 8.2.5. configureスクリプトの生成
- 8.2.6. configureスクリプトの実行
- 8.2.7. アップロード権限の確認
- 8.2.8. make update-latest-releaseの実行
- 8.2.9. リリースタグの設定
- 8.2.10. 配布用ファイルのアップロード
- 8.2.11. パッケージの作成
- 8.2.12. ドキュメントのアップロード
- 8.2.13. Homebrewの更新
- 8.2.14. リリースメールの送信
- 8.2.15. Twitterでリリースアナウンスをする
- 8.2.16. リリース後にやること
- 8.3. How we are developing
- 8.4. Roadmap
- 8.5. Source code management
- 8.6. Development process
- 8.7. Release
- 8.8. Development environment
- 8.9. Contents of the source tree
- 8.10. Adding and running tests
- 8.11. Adding and updating documents