groonga
-
An open-source fulltext search engine and column store.
Navigation
index
next
|
groonga v1.2.5 documentation
»
groonga ドキュメント
¶
News
1. The characteristics of groonga
1.1. The successor to the Senna that is an embeddable full text search engine
1.2. Groonga sever supports multi-protocols such as HTTP
1.3. Fast data update
1.4. Storage that can be shared with multi-processes and multi-threads
1.5. Fast aggregate query processing such as drilldown
1.6. Improved Senna's inverted index implementation
1.7. Geolocation (latitude and longitude) search
1.8. Auto query cache mechanism
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. CentOS 5
2.7. Fedora 15
2.8. Mac OS X (MacPorts)
2.9. Mac OS X (Homebrew)
2.10. Windows (Installer)
2.11. Windows (zip)
2.12. Others
3. Community
3.1. Mailing List
4. チュートリアル
4.1. 基本的な操作
4.1.1. DBの作成
4.1.2. DBの操作
4.1.3. コマンド
4.1.4. 主なコマンド
4.1.5. テーブルの作成
4.1.6. 検索
4.1.7. カラムの作成
4.1.8. 全文検索用の語彙表の作成
4.1.9. 全文検索用のインデックスカラムの作成
4.1.10. データのロード
4.1.11. データの検索
4.1.12. 全文検索
4.1.13. 出力カラムの指定
4.1.14. 表示範囲指定
4.1.15. 並び替え
4.2. ネットワークを通じた利用
4.2.1. groonga専用プロトコルによる通信
4.2.2. HTTPによる通信
4.2.3. セキュリティ
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. コマンド
7.2.1. コマンドバージョン
7.2.2. cache_limit
7.2.3. check
7.2.4. clearlock
7.2.5. column_create
7.2.6. column_list
7.2.7. column_remove
7.2.8. define_selector
7.2.9. defrag
7.2.10. delete
7.2.11. dump
7.2.12. load
7.2.13. log_level
7.2.14. log_put
7.2.15. log_reopen
7.2.16. quit
7.2.17. select
7.2.18. shutdown
7.2.19. status
7.2.20. suggest
7.2.21. table_create
7.2.22. table_list
7.2.23. table_remove
7.2.24. view_add
7.3. データ型
7.3.1. 名前
7.3.2. 説明
7.3.3. 組込型
7.3.4. 型に関する制限事項
7.4. 疑似カラム (pseudo_column)
7.4.1. 名前
7.4.2. 説明
7.5. grn_expr
7.5.1. 名前
7.5.2. 説明
7.5.3. script形式のgrn_expr
7.5.4. 例
7.6. 組み込み関数一覧
7.6.1. edit_distance
7.6.2. geo_distance
7.6.3. geo_in_circle
7.6.4. geo_in_rectangle
7.6.5. now
7.6.6. rand
7.7. Log
7.7.1. Process log
7.7.2. Query log
8. 仕様
8.1. 検索
8.1.1. 検索の挙動
8.1.2. 検索の使い分け
9. 制限事項
9.1. インデックス上限値
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. The 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.5 documentation
»