Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
147 additions
and
0 deletions.
There are no files selected for viewing
82 changes: 82 additions & 0 deletions
82
doc/source/example/reference/commands/column_list/column_list.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,82 @@ | ||
| Execution example:: | ||
|
|
||
| table_create Users TABLE_PAT_KEY ShortText | ||
| # [[0, 1337566253.89858, 0.000355720520019531], true] | ||
| column_create Users age COLUMN_SCALAR UInt8 | ||
| # [[0, 1337566253.89858, 0.000355720520019531], true] | ||
| column_create Users tags COLUMN_VECTOR ShortText | ||
| # [[0, 1337566253.89858, 0.000355720520019531], true] | ||
| column_list Users | ||
| # [ | ||
| # [ | ||
| # 0, | ||
| # 1337566253.89858, | ||
| # 0.000355720520019531 | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # [ | ||
| # "id", | ||
| # "UInt32" | ||
| # ], | ||
| # [ | ||
| # "name", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "path", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "type", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "flags", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "domain", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "range", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "source", | ||
| # "ShortText" | ||
| # ] | ||
| # ], | ||
| # [ | ||
| # 256, | ||
| # "_key", | ||
| # "", | ||
| # "", | ||
| # "COLUMN_SCALAR", | ||
| # "Users", | ||
| # "ShortText", | ||
| # [] | ||
| # ], | ||
| # [ | ||
| # 257, | ||
| # "age", | ||
| # "/tmp/groonga-databases/commands_column_list.0000101", | ||
| # "fix", | ||
| # "COLUMN_SCALAR|PERSISTENT", | ||
| # "Users", | ||
| # "UInt8", | ||
| # [] | ||
| # ], | ||
| # [ | ||
| # 258, | ||
| # "tags", | ||
| # "/tmp/groonga-databases/commands_column_list.0000102", | ||
| # "var", | ||
| # "COLUMN_VECTOR|PERSISTENT", | ||
| # "Users", | ||
| # "ShortText", | ||
| # [] | ||
| # ] | ||
| # ] | ||
| # ] |
59 changes: 59 additions & 0 deletions
59
doc/source/example/reference/commands/select/adjuster_no_factor.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| Execution example:: | ||
|
|
||
| select Entries \ | ||
| --filter true \ | ||
| --adjuster 'content @ "groonga"' \ | ||
| --output_columns _key,content,_score | ||
| # [ | ||
| # [ | ||
| # 0, | ||
| # 1337566253.89858, | ||
| # 0.000355720520019531 | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # [ | ||
| # 5 | ||
| # ], | ||
| # [ | ||
| # [ | ||
| # "_key", | ||
| # "ShortText" | ||
| # ], | ||
| # [ | ||
| # "content", | ||
| # "Text" | ||
| # ], | ||
| # [ | ||
| # "_score", | ||
| # "Int32" | ||
| # ] | ||
| # ], | ||
| # [ | ||
| # "The first post!", | ||
| # "Welcome! This is my first post!", | ||
| # 1 | ||
| # ], | ||
| # [ | ||
| # "Groonga", | ||
| # "I started to use groonga. It's very fast!", | ||
| # 2 | ||
| # ], | ||
| # [ | ||
| # "Mroonga", | ||
| # "I also started to use mroonga. It's also very fast! Really fast!", | ||
| # 1 | ||
| # ], | ||
| # [ | ||
| # "Good-bye Senna", | ||
| # "I migrated all Senna system!", | ||
| # 1 | ||
| # ], | ||
| # [ | ||
| # "Good-bye Tritonn", | ||
| # "I also migrated all Tritonn system!", | ||
| # 1 | ||
| # ] | ||
| # ] | ||
| # ] | ||
| # ] |
3 changes: 3 additions & 0 deletions
3
doc/source/reference/example/reference/executables/groonga-suggest-httpd-launch.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Execution example:: | ||
|
|
||
| % groonga-suggest-httpd /tmp/groonga-databases/groonga-suggest-httpd |
3 changes: 3 additions & 0 deletions
3
doc/source/reference/example/reference/executables/groonga-suggest-httpd-setup.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Execution example:: | ||
|
|
||
| % groonga-suggest-create-dataset /tmp/groonga-databases/groonga-suggest-httpd query |