rroonga 1.2.5-x86-mingw32 → 1.2.7-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +30 -0
- data/Rakefile +24 -285
- data/ext/groonga/extconf.rb +4 -2
- data/ext/groonga/rb-grn-array.c +5 -4
- data/ext/groonga/rb-grn-context.c +7 -22
- data/ext/groonga/rb-grn-database.c +42 -1
- data/ext/groonga/rb-grn-index-column.c +5 -0
- data/ext/groonga/rb-grn-object.c +58 -26
- data/ext/groonga/rb-grn-patricia-trie.c +2 -1
- data/ext/groonga/rb-grn-record.c +11 -1
- data/ext/groonga/rb-grn-snippet.c +44 -1
- data/ext/groonga/rb-grn-table-key-support.c +21 -10
- data/ext/groonga/rb-grn-utils.c +3 -1
- data/ext/groonga/rb-grn-variable-size-column.c +47 -1
- data/ext/groonga/rb-grn.h +4 -1
- data/extconf.rb +1 -0
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/lib/groonga/dumper.rb +3 -3
- data/lib/groonga/pagination.rb +1 -1
- data/lib/groonga/record.rb +10 -0
- data/rroonga-build.rb +1 -1
- data/test/test-accessor.rb +4 -0
- data/test/test-array.rb +9 -1
- data/test/test-database.rb +16 -0
- data/test/test-expression.rb +2 -0
- data/test/test-hash.rb +11 -2
- data/test/test-patricia-trie.rb +10 -1
- data/test/test-table-select.rb +31 -17
- data/test/test-type.rb +3 -3
- data/test/test-variable-size-column.rb +8 -1
- data/vendor/local/bin/grntest.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +20 -4
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +2 -2
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +1 -1
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +207 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/executables/{http.txt → groonga-http.txt} +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +14 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/log.txt +214 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +35 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +195 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt +148 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt +94 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt +115 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt +8 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest.txt +22 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/tutorial01.txt +2 -1
- data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +1 -0
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/command_version.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/check.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/delete.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/dump.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/commands/load.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/commands/quit.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/commands/select.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/commands/status.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +258 -72
- data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands.html +42 -42
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/contribution.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +49 -49
- data/vendor/local/share/doc/groonga/en/html/executables/{http.html → groonga-http.html} +34 -34
- data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +186 -0
- data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +37 -37
- data/vendor/local/share/doc/groonga/en/html/executables.html +22 -21
- data/vendor/local/share/doc/groonga/en/html/expr.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/now.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/functions/rand.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +105 -74
- data/vendor/local/share/doc/groonga/en/html/install.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/limitations.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/log.html +345 -0
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +94 -57
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference.html +69 -68
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/spec.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +357 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +286 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +243 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +265 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +134 -0
- data/vendor/local/share/doc/groonga/en/html/suggest.html +166 -0
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial01.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial02.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial03.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial04.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial05.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial06.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial07.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial08.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial09.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial10.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/type.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +207 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/{source/executables/http.txt → ja/html/_sources/executables/groonga-http.txt} +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +14 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/log.txt +214 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +35 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +195 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt +148 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt +94 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt +115 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt +8 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt +22 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/tutorial01.txt +2 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +1 -0
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/command_version.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/check.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/commands/load.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/commands/select.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/commands/status.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +237 -72
- data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands.html +42 -42
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +49 -49
- data/vendor/local/share/doc/groonga/ja/html/executables/{http.html → groonga-http.html} +34 -34
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +187 -0
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +37 -37
- data/vendor/local/share/doc/groonga/ja/html/executables.html +22 -21
- data/vendor/local/share/doc/groonga/ja/html/expr.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/now.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +105 -74
- data/vendor/local/share/doc/groonga/ja/html/install.html +24 -11
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/log.html +346 -0
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +87 -55
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference.html +69 -68
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/spec.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +327 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +254 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +225 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +248 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +135 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +166 -0
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial01.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial02.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial03.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial04.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial05.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial06.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial07.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial08.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial09.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial10.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/type.html +30 -30
- data/vendor/local/share/doc/groonga/source/commands/suggest.txt +207 -35
- data/vendor/local/share/doc/groonga/source/example/completion-1.log +5 -0
- data/vendor/local/share/doc/groonga/source/example/correction-1.log +5 -0
- data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +5 -0
- data/vendor/local/share/doc/groonga/source/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/{ja/html/_sources/executables/http.txt → source/executables/groonga-http.txt} +1 -1
- data/vendor/local/share/doc/groonga/source/executables/groonga-suggest-create-dataset.txt +50 -0
- data/vendor/local/share/doc/groonga/source/index.txt +1 -0
- data/vendor/local/share/doc/groonga/source/install.txt +14 -3
- data/vendor/local/share/doc/groonga/source/log.txt +214 -0
- data/vendor/local/share/doc/groonga/source/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/source/news.txt +35 -3
- data/vendor/local/share/doc/groonga/source/suggest/completion.txt +195 -0
- data/vendor/local/share/doc/groonga/source/suggest/correction.txt +148 -0
- data/vendor/local/share/doc/groonga/source/suggest/introduction.txt +94 -0
- data/vendor/local/share/doc/groonga/source/suggest/suggestion.txt +115 -0
- data/vendor/local/share/doc/groonga/source/suggest/tutorial.txt +8 -0
- data/vendor/local/share/doc/groonga/source/suggest.txt +22 -0
- data/vendor/local/share/doc/groonga/source/tutorial/tutorial01.txt +2 -1
- data/vendor/local/share/doc/groonga/source/update_execution_example.py +46 -20
- data/vendor/local/share/license/groonga/AUTHORS +17 -0
- data/vendor/local/share/license/groonga/COPYING +504 -0
- data/vendor/local/share/license/mecab/AUTHORS +1 -0
- data/vendor/local/share/license/mecab/BSD +29 -0
- data/vendor/local/share/license/mecab/COPYING +4 -0
- data/vendor/local/share/license/mecab/GPL +340 -0
- data/vendor/local/share/license/mecab/LGPL +504 -0
- data/vendor/local/share/license/naist-jdic/AUTHORS +2 -0
- data/vendor/local/share/license/naist-jdic/COPYING +31 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +1050 -45
- data/vendor/local/share/man/man1/groonga.1 +1174 -48
- metadata +62 -9
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>お知らせ — groonga v1.2.
|
12
|
+
<title>お知らせ — groonga v1.2.5ドキュメント</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '',
|
20
|
-
VERSION: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v1.2.
|
31
|
+
<link rel="top" title="groonga v1.2.5ドキュメント" href="index.html" />
|
32
32
|
</head>
|
33
33
|
<body>
|
34
34
|
<div class="header">
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<li class="right" style="margin-right: 10px">
|
55
55
|
<a href="genindex.html" title="総合索引"
|
56
56
|
accesskey="I">索引</a></li>
|
57
|
-
<li><a href="index.html">groonga v1.2.
|
57
|
+
<li><a href="index.html">groonga v1.2.5ドキュメント</a> »</li>
|
58
58
|
</ul>
|
59
59
|
</div>
|
60
60
|
|
@@ -65,11 +65,38 @@
|
|
65
65
|
|
66
66
|
<div class="section" id="news">
|
67
67
|
<h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
68
|
-
<div class="section" id="release-1-2-
|
69
|
-
<span id="release-1-2-
|
68
|
+
<div class="section" id="release-1-2-5-2011-08-29">
|
69
|
+
<span id="release-1-2-5"></span><h2>1.2.5リリース - 2011/08/29<a class="headerlink" href="#release-1-2-5-2011-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
70
70
|
<div class="section" id="improvements">
|
71
71
|
<h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
72
72
|
<ul class="simple">
|
73
|
+
<li>実験的にWindowsインストーラの提供を開始。</li>
|
74
|
+
<li>名前に使える文字に"#"と"-"を追加。#1043</li>
|
75
|
+
<li>名前に使える文字のうち、"_"以外はすべて最初の文字にも使えるようになった。 #1043</li>
|
76
|
+
<li><a class="reference internal" href="commands/load.html"><em>load</em></a> の <cite>--each</cite> オプションが <cite>[...]</cite> 形式のデータでも動くようになった。 #1044</li>
|
77
|
+
<li><a class="reference internal" href="suggest.html"><em>サジェスト</em></a> のドキュメントを追加。</li>
|
78
|
+
<li>すべての <a class="reference internal" href="commands/suggest.html"><em>suggest</em></a> のタイプで閾値を利用できるようした。閾値を利用する場合は <cite>--frequency_threshold</cite> と <cite>--conditional_probability_threshold</cite> オプションを使う。 #1042</li>
|
79
|
+
<li>[groonga-suggest-httpd] SIGUSR1シグナルでのログの再オープンに対応。 #1048</li>
|
80
|
+
<li>参照ベクタカラムの値として文字列を指定すると自動的にトークナイズして格納するようにした。 #1051</li>
|
81
|
+
<li>[groonga-suggest-httpd] 1ファイル中の最大ログ行数を指定する <cite>--n-lines-per-log-file</cite> オプションを追加。</li>
|
82
|
+
<li>[groonga-suggest-httpd] <cite>--conditional_probability_threshold</cite> に対応する <cite>p</cite> パラメータを追加。</li>
|
83
|
+
<li>grn_ctx_init()とgrn_ctx_open()用にGRN_CTX_PER_DBフラグを追加。 #1053</li>
|
84
|
+
<li>grn_ctx_close()を公開。 #1035</li>
|
85
|
+
</ul>
|
86
|
+
</div>
|
87
|
+
<div class="section" id="fixes">
|
88
|
+
<h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
89
|
+
<ul class="simple">
|
90
|
+
<li><a class="reference internal" href="commands/select.html"><em>select</em></a> でマッチ式の右辺に不正な値を指定するとクラッシュする問題を修正。 #1047</li>
|
91
|
+
<li>ハッシュテーブルのカーソルが間違ったレコードを返す問題を修正。</li>
|
92
|
+
</ul>
|
93
|
+
</div>
|
94
|
+
</div>
|
95
|
+
<div class="section" id="release-1-2-4-2011-07-29">
|
96
|
+
<span id="release-1-2-4"></span><h2>1.2.4リリース - 2011/07/29<a class="headerlink" href="#release-1-2-4-2011-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
97
|
+
<div class="section" id="id1">
|
98
|
+
<h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
99
|
+
<ul class="simple">
|
73
100
|
<li><a href="#id1"><span class="problematic" id="id2">*</span></a>BSDをサポートを再サポート。(おばたさんが報告)</li>
|
74
101
|
<li>sed関連のポータビリティを改善。(おばたさんが提案)</li>
|
75
102
|
<li>Visual C++ 2008を再サポート。</li>
|
@@ -80,8 +107,8 @@
|
|
80
107
|
<li>~/.groonga-historyをサポート。</li>
|
81
108
|
</ul>
|
82
109
|
</div>
|
83
|
-
<div class="section" id="
|
84
|
-
<h3>修正<a class="headerlink" href="#
|
110
|
+
<div class="section" id="id4">
|
111
|
+
<h3>修正<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
85
112
|
<ul class="simple">
|
86
113
|
<li>libeditサポートが壊れていた問題を修正。(うえのさんが報告)</li>
|
87
114
|
<li><a href="#id1"><span class="problematic" id="id2">*</span></a>.specのソースURLを修正。(うえのさんが報告)</li>
|
@@ -100,8 +127,8 @@
|
|
100
127
|
</div>
|
101
128
|
<div class="section" id="release-1-2-3-2011-06-29">
|
102
129
|
<span id="release-1-2-3"></span><h2>1.2.3リリース - 2011/06/29<a class="headerlink" href="#release-1-2-3-2011-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
103
|
-
<div class="section" id="
|
104
|
-
<h3>改良<a class="headerlink" href="#
|
130
|
+
<div class="section" id="id7">
|
131
|
+
<h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
105
132
|
<ul class="simple">
|
106
133
|
<li>不正なテーブル名チェックを追加。#912</li>
|
107
134
|
<li>クエリログを解析するgroonga-query-log-analyzerを追加。</li>
|
@@ -111,15 +138,15 @@
|
|
111
138
|
<li>GRN_OBJ_TABLE_DAT_KEY(ダブル配列トライ)テーブルを追加。(実験的)</li>
|
112
139
|
</ul>
|
113
140
|
</div>
|
114
|
-
<div class="section" id="
|
115
|
-
<h3>修正<a class="headerlink" href="#
|
141
|
+
<div class="section" id="id8">
|
142
|
+
<h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
116
143
|
<ul class="simple">
|
117
144
|
<li>getコマンドでクラッシュする問題を修正。(おばたさんが報告)</li>
|
118
145
|
<li>クエリログで経過時間がオーバーフローする問題を修正。#944</li>
|
119
146
|
</ul>
|
120
147
|
</div>
|
121
|
-
<div class="section" id="
|
122
|
-
<h3>感謝<a class="headerlink" href="#
|
148
|
+
<div class="section" id="id9">
|
149
|
+
<h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
123
150
|
<ul class="simple">
|
124
151
|
<li>おばたさん</li>
|
125
152
|
</ul>
|
@@ -127,8 +154,8 @@
|
|
127
154
|
</div>
|
128
155
|
<div class="section" id="release-1-2-2-2011-05-29">
|
129
156
|
<span id="release-1-2-2"></span><h2>1.2.2リリース - 2011/05/29<a class="headerlink" href="#release-1-2-2-2011-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
130
|
-
<div class="section" id="
|
131
|
-
<h3>改良<a class="headerlink" href="#
|
157
|
+
<div class="section" id="id10">
|
158
|
+
<h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
132
159
|
<ul class="simple">
|
133
160
|
<li>Ubuntu 11.04 Natty Narwhalのパッケージを追加。</li>
|
134
161
|
<li>Ubuntu 10.10 Maverick Meerkatのパッケージを削除。</li>
|
@@ -149,25 +176,25 @@
|
|
149
176
|
<li>不正な名前が指定された時のエラーメッセージにどこで指定されたかの情報を含めるようにした。 #935</li>
|
150
177
|
</ul>
|
151
178
|
</div>
|
152
|
-
<div class="section" id="
|
153
|
-
<h3>修正<a class="headerlink" href="#
|
179
|
+
<div class="section" id="id11">
|
180
|
+
<h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
154
181
|
<ul class="simple">
|
155
182
|
<li>マルチプロセスでデータを更新した場合にShortText型などの可変長データが壊れる問題を修正。 #890</li>
|
156
183
|
</ul>
|
157
184
|
</div>
|
158
185
|
</div>
|
159
|
-
<div class="section" id="
|
160
|
-
<h2>1.2.1リリース - 2011/04/29<a class="headerlink" href="#
|
161
|
-
<div class="section" id="
|
162
|
-
<h3>改良<a class="headerlink" href="#
|
186
|
+
<div class="section" id="id12">
|
187
|
+
<h2>1.2.1リリース - 2011/04/29<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
188
|
+
<div class="section" id="id13">
|
189
|
+
<h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
163
190
|
<ul class="simple">
|
164
191
|
<li>suggestコマンドにthresholdパラメーターを追加。#895</li>
|
165
192
|
<li>suggestのHTTPサーバにlimitパラメーターを追加。#899</li>
|
166
193
|
<li>grntest: SIGINTでの中断に対応。</li>
|
167
194
|
</ul>
|
168
195
|
</div>
|
169
|
-
<div class="section" id="
|
170
|
-
<h3>修正<a class="headerlink" href="#
|
196
|
+
<div class="section" id="id14">
|
197
|
+
<h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
171
198
|
<ul class="simple">
|
172
199
|
<li>同時に複数のデータベースを開いているとき、1つでもデータベー
|
173
200
|
スを閉じると関連するプラグインも閉じられてしまう問題を修正。 #894</li>
|
@@ -176,18 +203,18 @@
|
|
176
203
|
<li>チュートリアル中のtypoを修正。(moozさんが修正)</li>
|
177
204
|
</ul>
|
178
205
|
</div>
|
179
|
-
<div class="section" id="
|
180
|
-
<h3>感謝<a class="headerlink" href="#
|
206
|
+
<div class="section" id="id15">
|
207
|
+
<h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
181
208
|
<ul class="simple">
|
182
209
|
<li>ICHII Takashiさん</li>
|
183
210
|
<li>moozさん</li>
|
184
211
|
</ul>
|
185
212
|
</div>
|
186
213
|
</div>
|
187
|
-
<div class="section" id="
|
188
|
-
<h2>1.2.0リリース - 2011/03/29<a class="headerlink" href="#
|
189
|
-
<div class="section" id="
|
190
|
-
<h3>改良<a class="headerlink" href="#
|
214
|
+
<div class="section" id="id16">
|
215
|
+
<h2>1.2.0リリース - 2011/03/29<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
216
|
+
<div class="section" id="id17">
|
217
|
+
<h3>改良<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
191
218
|
<ul class="simple">
|
192
219
|
<li>MacPortsでのインストールドキュメントを追加。</li>
|
193
220
|
<li>Homebrewでのインストールドキュメントを追加。</li>
|
@@ -203,8 +230,8 @@
|
|
203
230
|
だし、ログには残る。 #893</li>
|
204
231
|
</ul>
|
205
232
|
</div>
|
206
|
-
<div class="section" id="
|
207
|
-
<h3>修正<a class="headerlink" href="#
|
233
|
+
<div class="section" id="id18">
|
234
|
+
<h3>修正<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
208
235
|
<ul class="simple">
|
209
236
|
<li>autoconf 2.59環境において、ファイルシステムのルート直下に
|
210
237
|
groongaディレクトリを作成しようとする問題を修正。 #833</li>
|
@@ -222,22 +249,22 @@ groongaディレクトリを作成しようとする問題を修正。 #833</li>
|
|
222
249
|
<li><a class="reference internal" href="commands/load.html"><em>load</em></a> でクラッシュする問題を修正。 #661</li>
|
223
250
|
</ul>
|
224
251
|
</div>
|
225
|
-
<div class="section" id="
|
226
|
-
<h3>実験的<a class="headerlink" href="#
|
252
|
+
<div class="section" id="id19">
|
253
|
+
<h3>実験的<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
227
254
|
<ul class="simple">
|
228
255
|
<li>grn_table_truncate()を追加。(実験的。問題あり)</li>
|
229
256
|
<li>truncateコマンドを追加。(実験的。問題あり) #888</li>
|
230
257
|
</ul>
|
231
258
|
</div>
|
232
|
-
<div class="section" id="
|
233
|
-
<h3>感謝<a class="headerlink" href="#
|
259
|
+
<div class="section" id="id20">
|
260
|
+
<h3>感謝<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
234
261
|
<ul class="simple">
|
235
262
|
<li>@tomotaka_itoさん</li>
|
236
263
|
</ul>
|
237
264
|
</div>
|
238
265
|
</div>
|
239
|
-
<div class="section" id="
|
240
|
-
<h2>過去のリリース<a class="headerlink" href="#
|
266
|
+
<div class="section" id="id21">
|
267
|
+
<h2>過去のリリース<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
241
268
|
<div class="toctree-wrapper compound">
|
242
269
|
<ul>
|
243
270
|
<li class="toctree-l1"><a class="reference internal" href="news/1.1.x.html">バージョン1.1.xのお知らせ</a><ul>
|
@@ -275,37 +302,42 @@ groongaディレクトリを作成しようとする問題を修正。 #833</li>
|
|
275
302
|
<h3><a href="index.html">目次</a></h3>
|
276
303
|
<ul>
|
277
304
|
<li><a class="reference internal" href="#">お知らせ</a><ul>
|
278
|
-
<li><a class="reference internal" href="#release-1-2-
|
305
|
+
<li><a class="reference internal" href="#release-1-2-5-2011-08-29">1.2.5リリース - 2011/08/29</a><ul>
|
279
306
|
<li><a class="reference internal" href="#improvements">改良</a></li>
|
280
307
|
<li><a class="reference internal" href="#fixes">修正</a></li>
|
308
|
+
</ul>
|
309
|
+
</li>
|
310
|
+
<li><a class="reference internal" href="#release-1-2-4-2011-07-29">1.2.4リリース - 2011/07/29</a><ul>
|
311
|
+
<li><a class="reference internal" href="#id1">改良</a></li>
|
312
|
+
<li><a class="reference internal" href="#id4">修正</a></li>
|
281
313
|
<li><a class="reference internal" href="#thanks">感謝</a></li>
|
282
314
|
</ul>
|
283
315
|
</li>
|
284
316
|
<li><a class="reference internal" href="#release-1-2-3-2011-06-29">1.2.3リリース - 2011/06/29</a><ul>
|
285
|
-
<li><a class="reference internal" href="#
|
286
|
-
<li><a class="reference internal" href="#
|
287
|
-
<li><a class="reference internal" href="#
|
317
|
+
<li><a class="reference internal" href="#id7">改良</a></li>
|
318
|
+
<li><a class="reference internal" href="#id8">修正</a></li>
|
319
|
+
<li><a class="reference internal" href="#id9">感謝</a></li>
|
288
320
|
</ul>
|
289
321
|
</li>
|
290
322
|
<li><a class="reference internal" href="#release-1-2-2-2011-05-29">1.2.2リリース - 2011/05/29</a><ul>
|
291
|
-
<li><a class="reference internal" href="#
|
292
|
-
<li><a class="reference internal" href="#
|
323
|
+
<li><a class="reference internal" href="#id10">改良</a></li>
|
324
|
+
<li><a class="reference internal" href="#id11">修正</a></li>
|
293
325
|
</ul>
|
294
326
|
</li>
|
295
|
-
<li><a class="reference internal" href="#
|
296
|
-
<li><a class="reference internal" href="#
|
297
|
-
<li><a class="reference internal" href="#
|
298
|
-
<li><a class="reference internal" href="#
|
327
|
+
<li><a class="reference internal" href="#id12">1.2.1リリース - 2011/04/29</a><ul>
|
328
|
+
<li><a class="reference internal" href="#id13">改良</a></li>
|
329
|
+
<li><a class="reference internal" href="#id14">修正</a></li>
|
330
|
+
<li><a class="reference internal" href="#id15">感謝</a></li>
|
299
331
|
</ul>
|
300
332
|
</li>
|
301
|
-
<li><a class="reference internal" href="#
|
302
|
-
<li><a class="reference internal" href="#
|
303
|
-
<li><a class="reference internal" href="#
|
304
|
-
<li><a class="reference internal" href="#
|
305
|
-
<li><a class="reference internal" href="#
|
333
|
+
<li><a class="reference internal" href="#id16">1.2.0リリース - 2011/03/29</a><ul>
|
334
|
+
<li><a class="reference internal" href="#id17">改良</a></li>
|
335
|
+
<li><a class="reference internal" href="#id18">修正</a></li>
|
336
|
+
<li><a class="reference internal" href="#id19">実験的</a></li>
|
337
|
+
<li><a class="reference internal" href="#id20">感謝</a></li>
|
306
338
|
</ul>
|
307
339
|
</li>
|
308
|
-
<li><a class="reference internal" href="#
|
340
|
+
<li><a class="reference internal" href="#id21">過去のリリース</a><ul>
|
309
341
|
</ul>
|
310
342
|
</li>
|
311
343
|
</ul>
|
@@ -340,7 +372,7 @@ groongaディレクトリを作成しようとする問題を修正。 #833</li>
|
|
340
372
|
<li class="right" style="margin-right: 10px">
|
341
373
|
<a href="genindex.html" title="総合索引"
|
342
374
|
>索引</a></li>
|
343
|
-
<li><a href="index.html">groonga v1.2.
|
375
|
+
<li><a href="index.html">groonga v1.2.5ドキュメント</a> »</li>
|
344
376
|
</ul>
|
345
377
|
</div>
|
346
378
|
<div class="footer">
|
Binary file
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>
|
12
|
+
<title>6.4. 疑似カラム (pseudo_column) — groonga v1.2.5ドキュメント</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '',
|
20
|
-
VERSION: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v1.2.
|
32
|
-
<link rel="up" title="
|
33
|
-
<link rel="next" title="
|
34
|
-
<link rel="prev" title="
|
31
|
+
<link rel="top" title="groonga v1.2.5ドキュメント" href="index.html" />
|
32
|
+
<link rel="up" title="6. リファレンスマニュアル" href="reference.html" />
|
33
|
+
<link rel="next" title="6.5. grn_expr" href="expr.html" />
|
34
|
+
<link rel="prev" title="6.3. データ型" href="type.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,13 +58,13 @@
|
|
58
58
|
<a href="genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="expr.html" title="
|
61
|
+
<a href="expr.html" title="6.5. grn_expr"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="type.html" title="
|
64
|
+
<a href="type.html" title="6.3. データ型"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="index.html">groonga v1.2.
|
67
|
-
<li><a href="reference.html" accesskey="U">
|
66
|
+
<li><a href="index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="reference.html" accesskey="U">6. リファレンスマニュアル</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
70
70
|
|
@@ -74,13 +74,13 @@
|
|
74
74
|
<div class="body">
|
75
75
|
|
76
76
|
<div class="section" id="pseudo-column">
|
77
|
-
<h1>
|
77
|
+
<h1>6.4. 疑似カラム (pseudo_column)<a class="headerlink" href="#pseudo-column" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
78
78
|
<div class="section" id="id1">
|
79
|
-
<h2>
|
79
|
+
<h2>6.4.1. 名前<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
80
80
|
<p>疑似カラム</p>
|
81
81
|
</div>
|
82
82
|
<div class="section" id="id2">
|
83
|
-
<h2>
|
83
|
+
<h2>6.4.2. 説明<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
84
84
|
<p>groongaのデータベースで作成したテーブルには、いくつかのカラムが自動的に定義されます。</p>
|
85
85
|
<p>これらのカラムはいずれもアンダースコア('_')で始まる名前が付与されます。定義される疑似カラムは、テーブルの種類によって異なります。</p>
|
86
86
|
<p><tt class="docutils literal"><span class="pre">_id</span></tt></p>
|
@@ -111,19 +111,19 @@
|
|
111
111
|
<div class="sphinxsidebarwrapper">
|
112
112
|
<h3><a href="index.html">目次</a></h3>
|
113
113
|
<ul>
|
114
|
-
<li><a class="reference internal" href="#">
|
115
|
-
<li><a class="reference internal" href="#id1">
|
116
|
-
<li><a class="reference internal" href="#id2">
|
114
|
+
<li><a class="reference internal" href="#">6.4. 疑似カラム (pseudo_column)</a><ul>
|
115
|
+
<li><a class="reference internal" href="#id1">6.4.1. 名前</a></li>
|
116
|
+
<li><a class="reference internal" href="#id2">6.4.2. 説明</a></li>
|
117
117
|
</ul>
|
118
118
|
</li>
|
119
119
|
</ul>
|
120
120
|
|
121
121
|
<h4>前のトピックへ</h4>
|
122
122
|
<p class="topless"><a href="type.html"
|
123
|
-
title="前の章へ">
|
123
|
+
title="前の章へ">6.3. データ型</a></p>
|
124
124
|
<h4>次のトピックへ</h4>
|
125
125
|
<p class="topless"><a href="expr.html"
|
126
|
-
title="次の章へ">
|
126
|
+
title="次の章へ">6.5. grn_expr</a></p>
|
127
127
|
<h3>このページ</h3>
|
128
128
|
<ul class="this-page-menu">
|
129
129
|
<li><a href="_sources/pseudo_column.txt"
|
@@ -153,13 +153,13 @@
|
|
153
153
|
<a href="genindex.html" title="総合索引"
|
154
154
|
>索引</a></li>
|
155
155
|
<li class="right" >
|
156
|
-
<a href="expr.html" title="
|
156
|
+
<a href="expr.html" title="6.5. grn_expr"
|
157
157
|
>次へ</a> |</li>
|
158
158
|
<li class="right" >
|
159
|
-
<a href="type.html" title="
|
159
|
+
<a href="type.html" title="6.3. データ型"
|
160
160
|
>前へ</a> |</li>
|
161
|
-
<li><a href="index.html">groonga v1.2.
|
162
|
-
<li><a href="reference.html" >
|
161
|
+
<li><a href="index.html">groonga v1.2.5ドキュメント</a> »</li>
|
162
|
+
<li><a href="reference.html" >6. リファレンスマニュアル</a> »</li>
|
163
163
|
</ul>
|
164
164
|
</div>
|
165
165
|
<div class="footer">
|