groonga
-
An open-source fulltext search engine and column store.
日本語版はこちら
Navigation
index
next
|
groonga v2.0.5-49-gef0de04 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. sid
2.3.4. Build from source
2.4. Ubuntu
2.4.1. 10.04 LTS Lucid Lynx
2.4.2. 11.04 Natty Narwhal
2.4.3. 11.10 Oneiric Ocelot
2.4.4. 12.04 LTS Precise Pangolin
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 16
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
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. インデックスの重み
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 command
7.1.4. groonga-httpd
7.1.5. groonga HTTPサーバー
7.1.6. groonga-suggest-create-dataset
7.2. Output
7.2.1. Usage
7.4.1. コマンドバージョン
7.4.1.1. 概要
7.4.1.2. バージョンの位置づけ
7.4.1.3. コマンドバージョンの指定方法
7.4. コマンド
7.4.1. コマンドバージョン
7.4.2. cache_limit
7.4.3. check
7.4.4. clearlock
7.4.5. column_create
7.4.6. column_list
7.4.7. column_remove
7.4.8. define_selector
7.4.9. defrag
7.4.10. delete
7.4.11. dump
7.4.12. load
7.4.13. log_level
7.4.14. log_put
7.4.15. log_reopen
7.4.16. quit
7.4.17. select
7.4.18. shutdown
7.4.19. status
7.4.20. suggest
7.4.21. table_create
7.4.22. table_list
7.4.23. table_remove
7.4.24. view_add
7.5. データ型
7.5.1. 名前
7.5.2. 説明
7.5.3. 組込型
7.5.4. 型に関する制限事項
7.6. Tokenizers
7.7. 疑似カラム (pseudo_column)
7.7.1. 名前
7.7.2. 説明
7.8. grn_expr
7.8.1. Query syntax
7.8.2. Script syntax
7.8.3. See also
7.9. 組み込み関数一覧
7.9.1. edit_distance
7.9.2. geo_distance
7.9.3. geo_in_circle
7.9.4. geo_in_rectangle
7.9.5. now
7.9.6. rand
7.10. Indexing
7.10.1. Online index construction
7.10.2. Offline index construction
7.10.3. How to use
7.11. Log
7.11.1. Process log
7.11.2. Query log
7.12. API
8. Specification
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. Development
11.1. Travis CI
11.1.1. Configuration
11.1.2. Examples
12. How to contribute to groonga
12.1. How to report a bug
12.1.1. Submit a bug to the issue tracker
12.1.2. Report a bug to the mailing list
12.2. groonga開発者向け情報
12.2.1. groonga 通信アーキテクチャ
12.2.2. ドキュメント作成
12.2.3. クエリの実現
12.2.4. クエリの実例
12.2.5. リリース手順
12.2.6. テスト方法
12.3. How to contribute in documentation topics
12.3.1. C API
12.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 v2.0.5-49-gef0de04 documentation
»