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. Various search conditions
- 4.5. Drilldown
- 4.6. Tag search and reverse resolution of reference relationships
- 4.7. match_columns parameter
- 4.8. Prefix search with patricia trie
- 4.9. Additional information about lexicon for full text search
- 4.10. Let's create micro-blog
- 4.11. Query expansion
- 4.1. Basic operations
- 5. Server
- 6. Client
- 7. Reference manual
- 7.1. Executables
- 7.2. Output
- 7.3. Command
- 7.3.1. コマンドバージョン
- 7.3.2. Output format
- 7.3.3. Return code
- 7.3.4.
cache_limit
- 7.3.5.
check
- 7.3.6.
clearlock
- 7.3.7.
column_create
- 7.3.8.
column_list
- 7.3.9.
column_remove
- 7.3.10.
column_rename
- 7.3.11.
define_selector
- 7.3.12.
defrag
- 7.3.13.
delete
- 7.3.14.
dump
- 7.3.15.
load
- 7.3.16.
log_level
- 7.3.17.
log_put
- 7.3.18.
log_reopen
- 7.3.19.
normalize
- 7.3.20.
normalizer_list
- 7.3.21.
quit
- 7.3.22.
range_filter
- 7.3.23.
register
- 7.3.24.
ruby_eval
- 7.3.25.
ruby_load
- 7.3.26.
select
- 7.3.27.
shutdown
- 7.3.28.
status
- 7.3.29.
suggest
- 7.3.30.
table_create
- 7.3.31.
table_list
- 7.3.32.
table_remove
- 7.3.33.
table_tokenize
- 7.3.34.
tokenize
- 7.3.35.
tokenizer_list
- 7.3.36.
truncate
- 7.4. データ型
- 7.5. Tables
- 7.6. Column
- 7.7. Normalizers
- 7.8. Tokenizers
- 7.9. Token filters
- 7.10. Query expanders
- 7.11. grn_expr
- 7.12. Function
- 7.13. Operations
- 7.14. Suggest
- 7.15. Indexing
- 7.16. Log
- 7.17. Tuning
- 7.18. API
- 7.18.1. Global configurations
- 7.18.2.
grn_cache
- 7.18.3.
grn_column
- 7.18.4.
grn_command_version
- 7.18.5.
grn_content_type
- 7.18.6.
grn_ctx
- 7.18.7.
grn_db
- 7.18.8.
grn_encoding
- 7.18.9. grn_expr
- 7.18.10.
grn_geo
- 7.18.11.
grn_hook
- 7.18.12.
grn_ii
- 7.18.13.
grn_index_cursor
- 7.18.14.
grn_info
- 7.18.15.
grn_match_escalation
- 7.18.16.
grn_obj
- 7.18.17.
grn_proc
- 7.18.18.
grn_search
- 7.18.19.
grn_table
- 7.18.20.
grn_table_cursor
- 7.18.21.
grn_type
- 7.18.22.
grn_user_data
- 7.18.23. Plugin
- 8. Specification
- 9. Limitations
- 10. トラブルシューティング
- 11. Development
- 12. How to contribute to groonga