groonga
-
An open-source fulltext search engine and column store.
日本語版はこちら
Navigation
index
next
|
groonga v3.0.3-116-g8307aaf documentation
»
groonga documentation
¶
News
1. Characteristics of groonga
1.1. Groonga overview
1.2. Full text search and Instant update
1.3. Column store and aggregate query
1.4. Inverted index and tokenizer
1.5. Sharable storage and read lock-free
1.6. Geo-location (latitude and longitude) search
1.7. Groonga library
1.8. Groonga server
1.9. Groonga storage engine
2. Install
2.1. Windows
2.1.1. Installer
2.1.2. zip
2.1.3. Build from source
2.2. Mac OS X
2.2.1. MacPorts
2.2.2. Homebrew
2.2.3. Build from source
2.3. Debian GNU/Linux
2.3.1. squeeze
2.3.2. wheezy
2.3.3. jessie
2.3.4. sid
2.3.5. Build from source
2.4. Ubuntu
2.4.1. 10.04 LTS Lucid Lynx
2.4.2. 12.04 LTS Precise Pangolin
2.4.3. 12.10 Quantal Quetzal
2.4.4. 13.04 Raring Ringtail
2.4.5. Build from source
2.5. CentOS
2.5.1. CentOS 5
2.5.2. CentOS 6
2.5.3. Build from source
2.6. Fedora
2.6.1. Fedora 18
2.6.2. Build from source
2.7. Oracle Solaris
2.7.1. Oracle Solaris 11
2.8. Others
2.8.1. Dependencies
2.8.2. Build from source
3. Community
3.1. Mailing List
3.2. Twitter
3.3. Facebook
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.2.1. Groonga query transfer protocol (gqtp)
4.2.2. Memcached binary protocol
4.2.3. Hypertext transfer protocol (HTTP)
4.2.4. Administration tool (HTTP)
4.2.5. Security issues
4.3. Various data types
4.3.1. Overview
4.3.2. Boolean type
4.3.3. Numeric types
4.3.4. String types
4.3.5. Date and time type
4.3.6. Longitude and latitude types
4.3.7. Reference types
4.3.8. Vector types
4.4. さまざまな検索条件の指定
4.4.1. JavaScriptに似た文法での絞込・全文検索
4.4.2. scorerを利用したソート
4.4.3. 位置情報を用いた絞込・ソート
4.5. ドリルダウン
4.6. タグ検索・参照関係の逆引き
4.6.1. タグ検索
4.6.2. 参照関係の逆引き
4.6.3. インデックス付きジオサーチ
4.7. match_columnsパラメータ
4.7.1. 複数のカラムを対象とした全文検索
4.7.2. インデックス名を指定した全文検索
4.7.3. Nested index search among related table by column index
4.7.4. インデックスの重み
4.8. パトリシア木による前方一致検索
4.8.1. 主キーによる前方一致検索
4.8.2. 主キーによる後方一致検索
4.9. 全文検索の語彙表に対する追加情報
4.10. マイクロブログ検索システムの作成
4.10.1. テーブルの作成
4.10.2. データのロード
4.10.3. 検索
4.11. クエリ拡張
4.11.1. 準備
4.11.2. 検索
5. Suggest
5.1. Introduction
5.1.1. Completion
5.1.2. Correction
5.1.3. Suggestion
5.1.4. Learning
5.2. Tutorial
5.3. Completion
5.3.1. How it works
5.3.2. How to use
5.3.3. How it learns
5.4. Correction
5.4.1. How it works
5.4.2. How to use
5.4.3. How it learns
5.5. Suggestion
5.5.1. How it works
5.5.2. How to use
5.5.3. How it learns
6. Geolocation Search
6.1. Supported features
7. Server
7.1. Server packages
7.1.1. groonga-httpd
7.1.2. groonga-server-http
7.1.3. groonga-server-gqtp
7.2. GQTP
7.3. HTTP
7.3.1. Comparison
7.3.2. groonga
7.3.3. groonga-httpd
8. リファレンスマニュアル
8.1. 実行ファイル
8.1.1. grnslap
8.1.2. grntest
8.1.3. groonga command
8.1.4. groonga-httpd
8.1.5. groonga HTTPサーバー
8.1.6. groonga-suggest-create-dataset
8.2. Output
8.2.1. Usage
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.
select
8.3.23. shutdown
8.3.24. status
8.3.25. suggest
8.3.26.
table_create
8.3.27. table_list
8.3.28. table_remove
8.3.29.
tokenize
8.3.30.
truncate
8.4. データ型
8.4.1. 名前
8.4.2. 説明
8.4.3. 組込型
8.4.4. 型に関する制限事項
8.5. Tables
8.5.1. Summary
8.5.2. Characteristics
8.5.3. Record ID
8.5.4. Persistent table and temporary table
8.5.5. Limitations
8.5.6. See also
8.6. Normalizers
8.6.1. Summary
8.6.2. Built-in normalizers
8.6.3. Additional normalizers
8.6.4. See also
8.7. Tokenizers
8.8. Query expanders
8.8.1. QueryExpanderTSV
8.9. 疑似カラム (pseudo_column)
8.9.1. 名前
8.9.2. 説明
8.10. grn_expr
8.10.1. Query syntax
8.10.2. Script syntax
8.10.3. See also
8.11. Function
8.11.1. edit_distance
8.11.2. geo_distance
8.11.3. geo_in_circle
8.11.4. geo_in_rectangle
8.11.5. now
8.11.6. query
8.11.7. rand
8.11.8. snippet_html
8.11.9. sub_filter
8.12. Indexing
8.12.1. Online index construction
8.12.2. Offline index construction
8.12.3. How to use
8.13. Log
8.13.1. Process log
8.13.2. Query log
8.14. API
8.14.1.
grn_ctx
8.14.2. grn_expr
9. Specification
9.1. GQTP
9.1.1. Protocol
9.1.2. Example
9.1.3. See also
9.2. 検索
9.2.1. 検索の挙動
9.2.2. 検索の使い分け
10. Limitations
10.1. Limitations of table
10.2. Limitations of indexing
11. トラブルシューティング
11.1. 同じ検索キーワードなのに全文検索結果が異なる
11.1.1. 例
11.1.2. 原因
11.1.3. 対策方法1: トークナイザーを変更する
11.1.4. 対策方法2: 閾値をあげる
12. Development
12.1. Travis CI
12.1.1. Configuration
12.1.2. Examples
13. How to contribute to groonga
13.1. How to report a bug
13.1.1. Submit a bug to the issue tracker
13.1.2. Report a bug to the mailing list
13.2. groonga開発者向け情報
13.2.1. Repository
13.2.2. groonga 通信アーキテクチャ
13.2.3. ドキュメント作成
13.2.4. クエリの実現
13.2.5. クエリの実例
13.2.6. リリース手順
13.2.7. テスト方法
13.3. How to contribute in documentation topics
13.3.1. C API
13.3.2. I18N
Index
Module Index
Search Page
Next topic
1. Characteristics of groonga
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
next
|
groonga v3.0.3-116-g8307aaf documentation
»