groonga
-
An open-source fulltext search engine and column store.
日本語
Navigation
index
next
|
previous
|
Groonga v5.0.3 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. Hypertext transfer protocol (HTTP)
4.2.2. Administration tool (HTTP)
4.2.3. 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. Various search conditions
4.4.1. Narrow down & Full-text search by using syntax like JavaScript
4.4.2. Sort by using
scorer
4.4.3. Narrow down & sort by using location information
4.5. Drilldown
4.5.1. Drilldown with multiple column
4.5.2. Sorting drildown results
4.5.3. limits drildown results
4.6. Tag search and reverse resolution of reference relationships
4.6.1. Tag search
4.6.2. Reverse resolution of reference relationships
4.6.3. Geo location search with index
4.7. match_columns parameter
4.7.1. Full-text search against multiple columns
4.7.2. Full text search with specific index name
4.7.3. Nested index search among related table by column index
4.7.4. Indexes with Weight
4.8. Prefix search with patricia trie
4.8.1. Prefix search by primary key
4.8.2. 主キーによる後方一致検索
4.9. Additional information about lexicon for full text search
4.10. Let's create micro-blog
4.10.1. Create a table
4.10.2. Loading data
4.10.3. Search
4.11. Query expansion
4.11.1. Preparation
4.11.2. Search
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 v5.0.3 documentation
»