groonga
-
An open-source fulltext search engine and column store.
Navigation
index
next
|
groonga v1.2.9 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. Debian GNU/Linux squeeze
2.2. Debian GNU/Linux wheezy
2.3. Debian GNU/Linux sid
2.4. Ubuntu 10.04 LTS Lucid Lynx
2.5. Ubuntu 11.04 Natty Narwhal
2.6. Ubuntu 11.10 Oneiric Ocelot
2.7. CentOS 5
2.8. CentOS 6
2.9. Fedora 16
2.10. Mac OS X (MacPorts)
2.11. Mac OS X (Homebrew)
2.12. Windows (Installer)
2.13. Windows (zip)
2.14. Others
3. Community
3.1. Mailing List
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. Create a lexicon table for full text searches
4.1.9. Create an index column for full text search
4.1.10. Load data
4.1.11. Search data
4.1.12. Full text search
4.1.13. Specify output columns
4.1.14. Specify output ranges
4.1.15. Sort
4.2. How to use groonga with network
4.2.1. Connect with groonga's original protocol
4.2.2. Connect with HTTP
4.2.3. Security
4.3. さまざまな種類をもったデータの保存
4.3.1. データ型
4.3.2. テーブル型
4.3.3. ベクターカラム
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. インデックスの重み
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. リファレンスマニュアル
7.1. 実行ファイル
7.1.1. grnslap
7.1.2. grntest
7.1.3. groonga実行ファイル
7.1.4. groonga HTTPサービス
7.1.5. groonga-suggest-create-dataset
7.2. Output
7.2.1. Usage
7.3. コマンド
7.3.1. コマンドバージョン
7.3.2. cache_limit
7.3.3. check
7.3.4. clearlock
7.3.5. column_create
7.3.6. column_list
7.3.7. column_remove
7.3.8. define_selector
7.3.9. defrag
7.3.10. delete
7.3.11. dump
7.3.12. load
7.3.13. log_level
7.3.14. log_put
7.3.15. log_reopen
7.3.16. quit
7.3.17. select
7.3.18. shutdown
7.3.19. status
7.3.20. suggest
7.3.21. table_create
7.3.22. table_list
7.3.23. table_remove
7.3.24. view_add
7.4. データ型
7.4.1. 名前
7.4.2. 説明
7.4.3. 組込型
7.4.4. 型に関する制限事項
7.5. 疑似カラム (pseudo_column)
7.5.1. 名前
7.5.2. 説明
7.6. grn_expr
7.6.1. 名前
7.6.2. 説明
7.6.3. script形式のgrn_expr
7.6.4. 例
7.7. 組み込み関数一覧
7.7.1. edit_distance
7.7.2. geo_distance
7.7.3. geo_in_circle
7.7.4. geo_in_rectangle
7.7.5. now
7.7.6. rand
7.8. Log
7.8.1. Process log
7.8.2. Query log
8. 仕様
8.1. 検索
8.1.1. 検索の挙動
8.1.2. 検索の使い分け
9. Limitations
9.1. Limitations of indexing
10. トラブルシューティング
10.1. 同じ検索キーワードなのに全文検索結果が異なる
10.1.1. 例
10.1.2. 原因
10.1.3. 対策方法1: トークナイザーを変更する
10.1.4. 対策方法2: 閾値をあげる
11. How to contribute to groonga
1. How to report a bug
2. groonga開発者向け情報
2.1. groonga 通信アーキテクチャ
2.2. ドキュメント作成
2.3. クエリの実現
2.4. クエリの実例
2.5. テスト方法
3. How to contribute in documentation topics
3.1. C API
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 v1.2.9 documentation
»