Groonga documentation¶
- 1. Characteristics of Groonga
- 2. Install
- 3. Community
- 4. Tutorial
- 4.1. Basic operations
- 4.1.1. Create a database
- 4.1.2. Operate a database
- 4.1.3. Command format
- 4.1.4. Basic commands
- 4.1.5. Create a table
- 4.1.6. View a table
- 4.1.7. Create a column
- 4.1.8. Load records
- 4.1.9. Get a record
- 4.1.10. Create a lexicon table for full text search
- 4.1.11. Create an index column for full text search
- 4.1.12. Full text search
- 4.1.13. Specify output columns
- 4.1.14. Specify output ranges
- 4.1.15. Sort a search result
- 4.2. Remote access
- 4.3. Various data types
- 4.4. さまざまな検索条件の指定
- 4.5. Drilldown
- 4.6. タグ検索・参照関係の逆引き
- 4.7. match_columnsパラメータ
- 4.8. パトリシア木による前方一致検索
- 4.9. 全文検索の語彙表に対する追加情報
- 4.10. マイクロブログ検索システムの作成
- 4.11. クエリ拡張
- 4.1. Basic operations
- 5. Suggest
- 6. Geolocation Search
- 7. Server
- 8. リファレンスマニュアル
- 8.1. 実行ファイル
- 8.2. Output
- 8.3. Command
- 8.3.1. コマンドバージョン
- 8.3.2. Output format
- 8.3.3. Return code
- 8.3.4. cache_limit
- 8.3.5. check
- 8.3.6. clearlock
- 8.3.7. column_create
- 8.3.8. column_list
- 8.3.9. column_remove
- 8.3.10. column_rename
- 8.3.11. define_selector
- 8.3.12. defrag
- 8.3.13. delete
- 8.3.14. dump
- 8.3.15. load
- 8.3.16. log_level
- 8.3.17. log_put
- 8.3.18. log_reopen
- 8.3.19. normalize
- 8.3.20. quit
- 8.3.21. register
- 8.3.22. ruby_eval
- 8.3.23. ruby_load
- 8.3.24. select
- 8.3.25. shutdown
- 8.3.26. status
- 8.3.27. suggest
- 8.3.28. table_create
- 8.3.29. table_list
- 8.3.30. table_remove
- 8.3.31. tokenize
- 8.3.32. truncate
- 8.4. データ型
- 8.5. Tables
- 8.6. Normalizers
- 8.7. Tokenizers
- 8.8. Query expanders
- 8.9. 疑似カラム (pseudo_column)
- 8.10. grn_expr
- 8.11. Function
- 8.12. Indexing
- 8.13. Log
- 8.14. Tuning
- 8.15. API
- 8.15.1. Global configurations
- 8.15.2. grn_cache
- 8.15.3. grn_column
- 8.15.4. grn_command_version
- 8.15.5. grn_ctx
- 8.15.6. grn_db
- 8.15.7. grn_encoding
- 8.15.8. grn_expr
- 8.15.9. grn_geo
- 8.15.10. grn_hook
- 8.15.11. grn_ii
- 8.15.12. grn_index_cursor
- 8.15.13. grn_info
- 8.15.14. grn_match_escalation
- 8.15.15. grn_obj
- 8.15.16. grn_proc
- 8.15.17. grn_search
- 8.15.18. grn_table
- 8.15.19. grn_table_cursor
- 8.15.20. grn_type
- 8.15.21. grn_user_data
- 9. Specification
- 10. Limitations
- 11. トラブルシューティング
- 12. Development
- 13. How to contribute to groonga