groonga
-
An open-source fulltext search engine and column store.
Navigation
index
next
|
previous
|
groonga v1.2.9 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. 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. 検索
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 v1.2.9 documentation
»