groonga
-
An open-source fulltext search engine and column store.
日本語版はこちら
Navigation
index
next
|
previous
|
Groonga v3.1.1 documentation
»
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. Drilldown
4.5.1. Drilldown with multiple column
4.5.2. Sorting drildown results
4.5.3. limits drildown results
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. 検索
Previous topic
3. Community
Next topic
4.1. Basic operations
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
next
|
previous
|
Groonga v3.1.1 documentation
»