rroonga 3.1.0-x86-mingw32 → 3.1.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/README.textile +1 -1
 - data/bin/grndump +5 -4
 - data/bin/grntest-log-analyze +5 -4
 - data/bin/groonga-database-inspect +11 -2
 - data/bin/groonga-index-dump +1 -0
 - data/doc/text/news.textile +21 -0
 - data/ext/groonga/rb-grn-expression.c +3 -3
 - data/ext/groonga/rb-grn.h +1 -1
 - data/lib/1.9/groonga.so +0 -0
 - data/lib/2.0/groonga.so +0 -0
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/groonga/database-inspector.rb +34 -8
 - data/rroonga-build.rb +1 -1
 - data/test/test-database-inspector.rb +55 -5
 - data/test/test-expression.rb +65 -0
 - data/vendor/local/bin/groonga-benchmark.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/libmsgpack-3.dll +0 -0
 - data/vendor/local/bin/libmsgpackc-2.dll +0 -0
 - data/vendor/local/bin/mecab-config +0 -0
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/include/groonga/groonga.h +15 -4
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +0 -0
 - 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 +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.la +0 -0
 - 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 +0 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmecab.la +0 -0
 - data/vendor/local/lib/libmsgpack.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.la +0 -0
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.la +0 -0
 - 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/sbin/groonga-httpd-restart +0 -0
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +11 -11
 - data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +7 -7
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +5 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +39 -39
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -43
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +4 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -50
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
 - 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 +39 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +91 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +2 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +2 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +1 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +3 -8
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +5 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +5 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +4 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +118 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +11 -11
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +5 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +5 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +76 -14
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +8 -8
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +8 -8
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +8 -8
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +18 -19
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/community.html +12 -12
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +20 -20
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +43 -43
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +69 -69
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +132 -132
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +43 -53
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +23 -23
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +46 -36
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +73 -73
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +7 -7
 - data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +47 -7
 - data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/index.html +50 -46
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +16 -52
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +11 -11
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +18 -62
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
 - data/vendor/local/share/doc/groonga/en/html/install.html +19 -21
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
 - 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/1.2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news.html +225 -179
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +105 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +11 -11
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +7 -7
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +11 -11
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +21 -20
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +331 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +28 -28
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +45 -45
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +29 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +41 -41
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +28 -28
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/reference.html +16 -15
 - 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/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +168 -14
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +12 -12
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +15 -15
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +7 -7
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +7 -7
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +34 -35
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +11 -11
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +12 -7
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +39 -39
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -43
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +4 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -50
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
 - 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 +39 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +91 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +2 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +2 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +1 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +3 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +5 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +5 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +4 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +118 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +76 -14
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +18 -19
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/community.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +22 -22
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +45 -45
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +71 -71
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +134 -134
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +21 -21
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +45 -55
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +19 -19
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +54 -44
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +20 -20
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +19 -19
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +76 -76
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +14 -14
 - data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +47 -7
 - data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/index.html +55 -51
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +15 -15
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +28 -60
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +18 -18
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +21 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +33 -73
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
 - data/vendor/local/share/doc/groonga/ja/html/install.html +20 -22
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
 - 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/1.2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news.html +242 -182
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +105 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +21 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +329 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +28 -28
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +45 -45
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +41 -41
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +28 -28
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +12 -12
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +16 -15
 - 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/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +169 -14
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +15 -15
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +33 -34
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +12 -7
 - data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
 - data/vendor/local/share/man/ja/man1/groonga.1 +1156 -808
 - data/vendor/local/share/man/man1/groonga.1 +1682 -1337
 - metadata +142 -142
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt +0 -273
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +0 -410
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt +0 -273
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +0 -411
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>13. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>13.3.5. クエリの実現 — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,10 +25,10 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
       29 
     | 
    
         
            -
                <link rel="up" title="13. 
     | 
| 
       30 
     | 
    
         
            -
                <link rel="next" title="13. 
     | 
| 
       31 
     | 
    
         
            -
                <link rel="prev" title="13. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="../../index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="up" title="13.3. groonga開発者向け情報" href="../development.html" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="next" title="13.3.7. リリース手順" href="release.html" />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="prev" title="13.3.4. ドキュメント作成" href="document.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
       33 
33 
     | 
    
         
             
              <body>
         
     | 
| 
       34 
34 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -55,14 +55,14 @@ 
     | 
|
| 
       55 
55 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       56 
56 
     | 
    
         
             
                         accesskey="I">index</a></li>
         
     | 
| 
       57 
57 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       58 
     | 
    
         
            -
                      <a href="release.html" title="13. 
     | 
| 
      
 58 
     | 
    
         
            +
                      <a href="release.html" title="13.3.7. リリース手順"
         
     | 
| 
       59 
59 
     | 
    
         
             
                         accesskey="N">next</a> |</li>
         
     | 
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
     | 
    
         
            -
                      <a href="document.html" title="13. 
     | 
| 
      
 61 
     | 
    
         
            +
                      <a href="document.html" title="13.3.4. ドキュメント作成"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../../index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
         
     | 
| 
       65 
     | 
    
         
            -
                      <li><a href="../development.html" accesskey="U">13. 
     | 
| 
      
 65 
     | 
    
         
            +
                      <li><a href="../development.html" accesskey="U">13.3. groonga開発者向け情報</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
         @@ -72,27 +72,27 @@ 
     | 
|
| 
       72 
72 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       73 
73 
     | 
    
         | 
| 
       74 
74 
     | 
    
         
             
              <div class="section" id="id1">
         
     | 
| 
       75 
     | 
    
         
            -
            <h1>13. 
     | 
| 
       76 
     | 
    
         
            -
            <p> 
     | 
| 
      
 75 
     | 
    
         
            +
            <h1>13.3.5. クエリの実現<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
         
     | 
| 
      
 76 
     | 
    
         
            +
            <p>Groongaのデータベースには大量のデータを格納し、その中から必要な部分を高速に取り出すことができます。必要な部分をGroongaのデータベースに問い合わせるためのクエリの表現と実行に関して、Groongaは複数の手段を用意しています。</p>
         
     | 
| 
       77 
77 
     | 
    
         
             
            <div class="section" id="id2">
         
     | 
| 
       78 
     | 
    
         
            -
            <h2>13. 
     | 
| 
       79 
     | 
    
         
            -
            <p> 
     | 
| 
      
 78 
     | 
    
         
            +
            <h2>13.3.5.1. クエリ実行のためのインタフェース<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
      
 79 
     | 
    
         
            +
            <p>Groongaは低機能で単純なライブラリインタフェースから、高機能で複雑なコマンドインタフェースまでいくつかの階層的なインタフェースをユーザプログラムに提供しています。</p>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <p>クエリ実行のためのインタフェースも階層的なインタフェースのそれぞれに対応する形で用意されています。以下に低レイヤなインタフェースから順に説明します。</p>
         
     | 
| 
       81 
81 
     | 
    
         
             
            <div class="section" id="db-api">
         
     | 
| 
       82 
     | 
    
         
            -
            <h3>13. 
     | 
| 
       83 
     | 
    
         
            -
            <p>DB_APIは、 
     | 
| 
      
 82 
     | 
    
         
            +
            <h3>13.3.5.1.1. DB_API<a class="headerlink" href="#db-api" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 83 
     | 
    
         
            +
            <p>DB_APIは、Groongaデータベースを操作するための一群のC言語向けAPI関数を提供します。DB_APIはデータベースを構成する個々の部分に対する単純な操作関数を提供します。DB_APIの機能を組み合わせることによって複雑なクエリを実行することができます。後述のすべてのクエリインタフェースはDB_APIの機能を組み合わせることによって実現されています。</p>
         
     | 
| 
       84 
84 
     | 
    
         
             
            </div>
         
     | 
| 
       85 
85 
     | 
    
         
             
            <div class="section" id="grn-expr">
         
     | 
| 
       86 
     | 
    
         
            -
            <h3>13. 
     | 
| 
       87 
     | 
    
         
            -
            <p>grn_exprは、 
     | 
| 
      
 86 
     | 
    
         
            +
            <h3>13.3.5.1.2. grn_expr<a class="headerlink" href="#grn-expr" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 87 
     | 
    
         
            +
            <p>grn_exprは、Groongaデータベースに対する検索処理や更新処理のための条件を表現するためのデータ構造で、複数の条件を再帰的に組み合わせてより複雑な条件を表現することができます。grn_exprによって表現されたクエリを実行するためには、grn_table_select()関数を使用します。</p>
         
     | 
| 
       88 
88 
     | 
    
         
             
            </div>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <div class="section" id="groonga">
         
     | 
| 
       90 
     | 
    
         
            -
            <h3>13. 
     | 
| 
       91 
     | 
    
         
            -
            <p> 
     | 
| 
      
 90 
     | 
    
         
            +
            <h3>13.3.5.1.3. Groonga実行ファイル<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
      
 91 
     | 
    
         
            +
            <p>Groongaデータベースを操作するためのコマンドインタープリタです。渡されたコマンドを解釈し、実行結果を返します。コマンドの実処理はC言語で記述されます。ユーザがC言語で定義した関数を新たなコマンドとしてGroonga実行ファイルに組み込むことができます。各コマンドはいくつかの文字列引数を受け取り、これをクエリとして解釈して実行します。引数をgrn_exprとして解釈するか、別の形式として解釈してDB_APIを使ってデータベースを操作するかはコマンド毎に自由に決めることができます。</p>
         
     | 
| 
       92 
92 
     | 
    
         
             
            </div>
         
     | 
| 
       93 
93 
     | 
    
         
             
            </div>
         
     | 
| 
       94 
94 
     | 
    
         
             
            <div class="section" id="id3">
         
     | 
| 
       95 
     | 
    
         
            -
            <h2>13. 
     | 
| 
      
 95 
     | 
    
         
            +
            <h2>13.3.5.2. grn_exprで表現できるクエリ<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       96 
96 
     | 
    
         
             
            <p>grn_exprは代入や関数呼び出しのような様々な操作を表現できますが、この中で検索クエリを表現するgrn_exprのことを特に条件式とよびます。条件式を構成する個々の要素を関係式と呼びます。条件式は一個以上の関係式か、あるいは条件式を論理演算子で結合したものです。</p>
         
     | 
| 
       97 
97 
     | 
    
         
             
            <p>論理演算子は、以下の3種類があります。</p>
         
     | 
| 
       98 
98 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>&& (論理積)
         
     | 
| 
         @@ -116,7 +116,7 @@ suffix() 
     | 
|
| 
       116 
116 
     | 
    
         
             
            </div>
         
     | 
| 
       117 
117 
     | 
    
         
             
            </div>
         
     | 
| 
       118 
118 
     | 
    
         
             
            <div class="section" id="grn-table-select">
         
     | 
| 
       119 
     | 
    
         
            -
            <h2>13. 
     | 
| 
      
 119 
     | 
    
         
            +
            <h2>13.3.5.3. grn_table_select()<a class="headerlink" href="#grn-table-select" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       120 
120 
     | 
    
         
             
            <p>grn_table_select()関数は、grn_exprで表現された検索クエリを実行するときに使います。引数として、検索対象となるテーブル、クエリを表すgrn_expr、検索結果を格納するテーブル、それに検索にマッチしたレコードを検索結果にどのように反映するかを指定する演算子を渡します。演算子と指定できるのは下記の4種類です。</p>
         
     | 
| 
       121 
121 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>GRN_OP_OR
         
     | 
| 
       122 
122 
     | 
    
         
             
            GRN_OP_AND
         
     | 
| 
         @@ -128,34 +128,34 @@ GRN_OP_ADJUST 
     | 
|
| 
       128 
128 
     | 
    
         
             
            <p>grn_table_select()は、データベース上に定義されたテーブルや索引などを組み合わせて可能な限り高速に指定されたクエリを実行しようとします。</p>
         
     | 
| 
       129 
129 
     | 
    
         
             
            </div>
         
     | 
| 
       130 
130 
     | 
    
         
             
            <div class="section" id="id4">
         
     | 
| 
       131 
     | 
    
         
            -
            <h2>13. 
     | 
| 
      
 131 
     | 
    
         
            +
            <h2>13.3.5.4. 関係式<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       132 
132 
     | 
    
         
             
            <p>関係式は、検索しようとしているデータが満たすべき条件を、指定した値の間の関係として表現します。いずれの関係式も、その関係が成り立ったときに評価されるcallback、コールバック関数に渡されるargとを引数として指定することができます。callbackが与えられず、argのみが数値で与えられた場合はスコア値の係数とみなされます。主な関係式について説明します。</p>
         
     | 
| 
       133 
133 
     | 
    
         
             
            <div class="section" id="equal-v1-v2-arg-callback">
         
     | 
| 
       134 
     | 
    
         
            -
            <h3>13. 
     | 
| 
      
 134 
     | 
    
         
            +
            <h3>13.3.5.4.1. equal(v1, v2, arg, callback)<a class="headerlink" href="#equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       135 
135 
     | 
    
         
             
            <p>v1の値とv2の値が等しいことを表します。</p>
         
     | 
| 
       136 
136 
     | 
    
         
             
            </div>
         
     | 
| 
       137 
137 
     | 
    
         
             
            <div class="section" id="not-equal-v1-v2-arg-callback">
         
     | 
| 
       138 
     | 
    
         
            -
            <h3>13. 
     | 
| 
      
 138 
     | 
    
         
            +
            <h3>13.3.5.4.2. not_equal(v1, v2, arg, callback)<a class="headerlink" href="#not-equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       139 
139 
     | 
    
         
             
            <p>v1の値とv2の値が等しくないことを表します。</p>
         
     | 
| 
       140 
140 
     | 
    
         
             
            </div>
         
     | 
| 
       141 
141 
     | 
    
         
             
            <div class="section" id="less-v1-v2-arg-callback">
         
     | 
| 
       142 
     | 
    
         
            -
            <h3>13. 
     | 
| 
      
 142 
     | 
    
         
            +
            <h3>13.3.5.4.3. less(v1, v2, arg, callback)<a class="headerlink" href="#less-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       143 
143 
     | 
    
         
             
            <p>v1の値がv2の値よりも小さいことを表します。</p>
         
     | 
| 
       144 
144 
     | 
    
         
             
            </div>
         
     | 
| 
       145 
145 
     | 
    
         
             
            <div class="section" id="greater-v1-v2-arg-callback">
         
     | 
| 
       146 
     | 
    
         
            -
            <h3>13. 
     | 
| 
      
 146 
     | 
    
         
            +
            <h3>13.3.5.4.4. greater(v1, v2, arg, callback)<a class="headerlink" href="#greater-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       147 
147 
     | 
    
         
             
            <p>v1の値がv2の値よりも大きいことを表します。</p>
         
     | 
| 
       148 
148 
     | 
    
         
             
            </div>
         
     | 
| 
       149 
149 
     | 
    
         
             
            <div class="section" id="less-equal-v1-v2-arg-callback">
         
     | 
| 
       150 
     | 
    
         
            -
            <h3>13. 
     | 
| 
      
 150 
     | 
    
         
            +
            <h3>13.3.5.4.5. less_equal(v1, v2, arg, callback)<a class="headerlink" href="#less-equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       151 
151 
     | 
    
         
             
            <p>v1の値がv2の値と等しいか小さいことを表します。</p>
         
     | 
| 
       152 
152 
     | 
    
         
             
            </div>
         
     | 
| 
       153 
153 
     | 
    
         
             
            <div class="section" id="greater-equal-v1-v2-arg-callback">
         
     | 
| 
       154 
     | 
    
         
            -
            <h3>13. 
     | 
| 
      
 154 
     | 
    
         
            +
            <h3>13.3.5.4.6. greater_equal(v1, v2, arg, callback)<a class="headerlink" href="#greater-equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       155 
155 
     | 
    
         
             
            <p>v1の値がv2の値と等しいか大きいことを表します。</p>
         
     | 
| 
       156 
156 
     | 
    
         
             
            </div>
         
     | 
| 
       157 
157 
     | 
    
         
             
            <div class="section" id="contain-v1-v2-mode-arg-callback">
         
     | 
| 
       158 
     | 
    
         
            -
            <h3>13. 
     | 
| 
      
 158 
     | 
    
         
            +
            <h3>13.3.5.4.7. contain(v1, v2, mode, arg, callback)<a class="headerlink" href="#contain-v1-v2-mode-arg-callback" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       159 
159 
     | 
    
         
             
            <p>v1の値がv2の値を含んでいることを表します。また、v1の値が要素に分解されるとき、それぞれの要素に対して二つ目の要素が一致するためのmodeとして下記のいずれかを指定することができます。</p>
         
     | 
| 
       160 
160 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>EXACT: v2の値もv1の値と同様に要素に分解したとき、それぞれの要素が完全に一致する(デフォルト)
         
     | 
| 
       161 
161 
     | 
    
         
             
            UNSPLIT: v2の値は要素に分解しない
         
     | 
| 
         @@ -166,28 +166,28 @@ PARTIAL: v1の値の要素がv2の値に中間一致する 
     | 
|
| 
       166 
166 
     | 
    
         
             
            </div>
         
     | 
| 
       167 
167 
     | 
    
         
             
            </div>
         
     | 
| 
       168 
168 
     | 
    
         
             
            <div class="section" id="near-v1-v2-arg-callback">
         
     | 
| 
       169 
     | 
    
         
            -
            <h3>13. 
     | 
| 
      
 169 
     | 
    
         
            +
            <h3>13.3.5.4.8. near(v1, v2, arg, callback)<a class="headerlink" href="#near-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       170 
170 
     | 
    
         
             
            <p>v1の値の中に、v2の値の要素が接近して含まれていることを表します。(v2には値の配列を渡します)</p>
         
     | 
| 
       171 
171 
     | 
    
         
             
            </div>
         
     | 
| 
       172 
172 
     | 
    
         
             
            <div class="section" id="similar-v1-v2-arg-callback">
         
     | 
| 
       173 
     | 
    
         
            -
            <h3>13. 
     | 
| 
      
 173 
     | 
    
         
            +
            <h3>13.3.5.4.9. similar(v1, v2, arg, callback)<a class="headerlink" href="#similar-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       174 
174 
     | 
    
         
             
            <p>v1の値とv2の値が類似していることを表します。</p>
         
     | 
| 
       175 
175 
     | 
    
         
             
            </div>
         
     | 
| 
       176 
176 
     | 
    
         
             
            <div class="section" id="prefix-v1-v2-arg-callback">
         
     | 
| 
       177 
     | 
    
         
            -
            <h3>13. 
     | 
| 
      
 177 
     | 
    
         
            +
            <h3>13.3.5.4.10. prefix(v1, v2, arg, callback)<a class="headerlink" href="#prefix-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       178 
178 
     | 
    
         
             
            <p>v1の値がv2の値に対して前方一致することを表します。</p>
         
     | 
| 
       179 
179 
     | 
    
         
             
            </div>
         
     | 
| 
       180 
180 
     | 
    
         
             
            <div class="section" id="suffix-v1-v2-arg-callback">
         
     | 
| 
       181 
     | 
    
         
            -
            <h3>13. 
     | 
| 
      
 181 
     | 
    
         
            +
            <h3>13.3.5.4.11. suffix(v1, v2, arg, callback)<a class="headerlink" href="#suffix-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
         
     | 
| 
       182 
182 
     | 
    
         
             
            <p>v1の値がv2の値に対して後方一致することを表します。</p>
         
     | 
| 
       183 
183 
     | 
    
         
             
            </div>
         
     | 
| 
       184 
184 
     | 
    
         
             
            </div>
         
     | 
| 
       185 
185 
     | 
    
         
             
            </div>
         
     | 
| 
       186 
186 
     | 
    
         
             
            <div class="section" id="id5">
         
     | 
| 
       187 
     | 
    
         
            -
            <h1>13. 
     | 
| 
      
 187 
     | 
    
         
            +
            <h1>13.3.6. クエリの実例<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h1>
         
     | 
| 
       188 
188 
     | 
    
         
             
            <p>grn_exprを使って様々な検索クエリを表現することができます。</p>
         
     | 
| 
       189 
189 
     | 
    
         
             
            <div class="section" id="id6">
         
     | 
| 
       190 
     | 
    
         
            -
            <h2>13. 
     | 
| 
      
 190 
     | 
    
         
            +
            <h2>13.3.6.1. 検索例1<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       191 
191 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
         
     | 
| 
       192 
192 
     | 
    
         
             
            grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
         
     | 
| 
       193 
193 
     | 
    
         
             
            grn_expr_append_obj(ctx, query, column, GRN_OP_PUSH, 1);
         
     | 
| 
         @@ -199,7 +199,7 @@ result = grn_table_select(ctx, table, query, NULL, GRN_OP_OR); 
     | 
|
| 
       199 
199 
     | 
    
         
             
            <p>tableのcolumnの値がstringを含むレコードをresultに返します。columnの値が'needle in haystack'であるレコードr1と、columnの値が'haystack'であるレコードr2がtableに登録されていたとき、stringに'needle'を指定したなら、レコードr1のみがヒットします。</p>
         
     | 
| 
       200 
200 
     | 
    
         
             
            </div>
         
     | 
| 
       201 
201 
     | 
    
         
             
            <div class="section" id="id7">
         
     | 
| 
       202 
     | 
    
         
            -
            <h2>13. 
     | 
| 
      
 202 
     | 
    
         
            +
            <h2>13.3.6.2. 検索例2<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       203 
203 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
         
     | 
| 
       204 
204 
     | 
    
         
             
            grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
         
     | 
| 
       205 
205 
     | 
    
         
             
            grn_expr_append_obj(ctx, query, column1, GRN_OP_PUSH, 1);
         
     | 
| 
         @@ -223,7 +223,7 @@ grn_obj_close(ctx, query); 
     | 
|
| 
       223 
223 
     | 
    
         
             
            <p>tableのcolumn1の値がstringにexactモードでヒットするレコードについて得られるスコア値にscore1を積算してresultにセットします。次に、resultにセットされたレコードのうち、column2の値がstringにexactモードでヒットするレコードについては、得られたスコア値にscore2を積算したものを、元のスコア値に加えます。</p>
         
     | 
| 
       224 
224 
     | 
    
         
             
            </div>
         
     | 
| 
       225 
225 
     | 
    
         
             
            <div class="section" id="id8">
         
     | 
| 
       226 
     | 
    
         
            -
            <h2>13. 
     | 
| 
      
 226 
     | 
    
         
            +
            <h2>13.3.6.3. 検索例3<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       227 
227 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
         
     | 
| 
       228 
228 
     | 
    
         
             
            grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
         
     | 
| 
       229 
229 
     | 
    
         
             
            grn_expr_append_obj(ctx, query, column1, GRN_OP_PUSH, 1);
         
     | 
| 
         @@ -249,7 +249,7 @@ if (grn_table_size(ctx, result) < t1) { 
     | 
|
| 
       249 
249 
     | 
    
         
             
            <p>tableのcolumn1の値がstringにexactモードでヒットするレコードについて得られるスコア値にscore1を積算してresultにセットします。得られた検索結果数がt1よりも小さい場合は、partialモードで再度検索し、ヒットしたレコードについて得られるスコア値にscore2を積算してresultに追加します。</p>
         
     | 
| 
       250 
250 
     | 
    
         
             
            </div>
         
     | 
| 
       251 
251 
     | 
    
         
             
            <div class="section" id="id9">
         
     | 
| 
       252 
     | 
    
         
            -
            <h2>13. 
     | 
| 
      
 252 
     | 
    
         
            +
            <h2>13.3.6.4. 検索例4<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       253 
253 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
         
     | 
| 
       254 
254 
     | 
    
         
             
            grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
         
     | 
| 
       255 
255 
     | 
    
         
             
            grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
         
     | 
| 
         @@ -271,46 +271,46 @@ columnの値が'needle'であるレコードr1と、columnの値が'haystack'で 
     | 
|
| 
       271 
271 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       272 
272 
     | 
    
         
             
              <h3><a href="../../index.html">Table Of Contents</a></h3>
         
     | 
| 
       273 
273 
     | 
    
         
             
              <ul>
         
     | 
| 
       274 
     | 
    
         
            -
            <li><a class="reference internal" href="#">13. 
     | 
| 
       275 
     | 
    
         
            -
            <li><a class="reference internal" href="#id2">13. 
     | 
| 
       276 
     | 
    
         
            -
            <li><a class="reference internal" href="#db-api">13. 
     | 
| 
       277 
     | 
    
         
            -
            <li><a class="reference internal" href="#grn-expr">13. 
     | 
| 
       278 
     | 
    
         
            -
            <li><a class="reference internal" href="#groonga">13. 
     | 
| 
      
 274 
     | 
    
         
            +
            <li><a class="reference internal" href="#">13.3.5. クエリの実現</a><ul>
         
     | 
| 
      
 275 
     | 
    
         
            +
            <li><a class="reference internal" href="#id2">13.3.5.1. クエリ実行のためのインタフェース</a><ul>
         
     | 
| 
      
 276 
     | 
    
         
            +
            <li><a class="reference internal" href="#db-api">13.3.5.1.1. DB_API</a></li>
         
     | 
| 
      
 277 
     | 
    
         
            +
            <li><a class="reference internal" href="#grn-expr">13.3.5.1.2. grn_expr</a></li>
         
     | 
| 
      
 278 
     | 
    
         
            +
            <li><a class="reference internal" href="#groonga">13.3.5.1.3. Groonga実行ファイル</a></li>
         
     | 
| 
       279 
279 
     | 
    
         
             
            </ul>
         
     | 
| 
       280 
280 
     | 
    
         
             
            </li>
         
     | 
| 
       281 
     | 
    
         
            -
            <li><a class="reference internal" href="#id3">13. 
     | 
| 
       282 
     | 
    
         
            -
            <li><a class="reference internal" href="#grn-table-select">13. 
     | 
| 
       283 
     | 
    
         
            -
            <li><a class="reference internal" href="#id4">13. 
     | 
| 
       284 
     | 
    
         
            -
            <li><a class="reference internal" href="#equal-v1-v2-arg-callback">13. 
     | 
| 
       285 
     | 
    
         
            -
            <li><a class="reference internal" href="#not-equal-v1-v2-arg-callback">13. 
     | 
| 
       286 
     | 
    
         
            -
            <li><a class="reference internal" href="#less-v1-v2-arg-callback">13. 
     | 
| 
       287 
     | 
    
         
            -
            <li><a class="reference internal" href="#greater-v1-v2-arg-callback">13. 
     | 
| 
       288 
     | 
    
         
            -
            <li><a class="reference internal" href="#less-equal-v1-v2-arg-callback">13. 
     | 
| 
       289 
     | 
    
         
            -
            <li><a class="reference internal" href="#greater-equal-v1-v2-arg-callback">13. 
     | 
| 
       290 
     | 
    
         
            -
            <li><a class="reference internal" href="#contain-v1-v2-mode-arg-callback">13. 
     | 
| 
       291 
     | 
    
         
            -
            <li><a class="reference internal" href="#near-v1-v2-arg-callback">13. 
     | 
| 
       292 
     | 
    
         
            -
            <li><a class="reference internal" href="#similar-v1-v2-arg-callback">13. 
     | 
| 
       293 
     | 
    
         
            -
            <li><a class="reference internal" href="#prefix-v1-v2-arg-callback">13. 
     | 
| 
       294 
     | 
    
         
            -
            <li><a class="reference internal" href="#suffix-v1-v2-arg-callback">13. 
     | 
| 
      
 281 
     | 
    
         
            +
            <li><a class="reference internal" href="#id3">13.3.5.2. grn_exprで表現できるクエリ</a></li>
         
     | 
| 
      
 282 
     | 
    
         
            +
            <li><a class="reference internal" href="#grn-table-select">13.3.5.3. grn_table_select()</a></li>
         
     | 
| 
      
 283 
     | 
    
         
            +
            <li><a class="reference internal" href="#id4">13.3.5.4. 関係式</a><ul>
         
     | 
| 
      
 284 
     | 
    
         
            +
            <li><a class="reference internal" href="#equal-v1-v2-arg-callback">13.3.5.4.1. equal(v1, v2, arg, callback)</a></li>
         
     | 
| 
      
 285 
     | 
    
         
            +
            <li><a class="reference internal" href="#not-equal-v1-v2-arg-callback">13.3.5.4.2. not_equal(v1, v2, arg, callback)</a></li>
         
     | 
| 
      
 286 
     | 
    
         
            +
            <li><a class="reference internal" href="#less-v1-v2-arg-callback">13.3.5.4.3. less(v1, v2, arg, callback)</a></li>
         
     | 
| 
      
 287 
     | 
    
         
            +
            <li><a class="reference internal" href="#greater-v1-v2-arg-callback">13.3.5.4.4. greater(v1, v2, arg, callback)</a></li>
         
     | 
| 
      
 288 
     | 
    
         
            +
            <li><a class="reference internal" href="#less-equal-v1-v2-arg-callback">13.3.5.4.5. less_equal(v1, v2, arg, callback)</a></li>
         
     | 
| 
      
 289 
     | 
    
         
            +
            <li><a class="reference internal" href="#greater-equal-v1-v2-arg-callback">13.3.5.4.6. greater_equal(v1, v2, arg, callback)</a></li>
         
     | 
| 
      
 290 
     | 
    
         
            +
            <li><a class="reference internal" href="#contain-v1-v2-mode-arg-callback">13.3.5.4.7. contain(v1, v2, mode, arg, callback)</a></li>
         
     | 
| 
      
 291 
     | 
    
         
            +
            <li><a class="reference internal" href="#near-v1-v2-arg-callback">13.3.5.4.8. near(v1, v2, arg, callback)</a></li>
         
     | 
| 
      
 292 
     | 
    
         
            +
            <li><a class="reference internal" href="#similar-v1-v2-arg-callback">13.3.5.4.9. similar(v1, v2, arg, callback)</a></li>
         
     | 
| 
      
 293 
     | 
    
         
            +
            <li><a class="reference internal" href="#prefix-v1-v2-arg-callback">13.3.5.4.10. prefix(v1, v2, arg, callback)</a></li>
         
     | 
| 
      
 294 
     | 
    
         
            +
            <li><a class="reference internal" href="#suffix-v1-v2-arg-callback">13.3.5.4.11. suffix(v1, v2, arg, callback)</a></li>
         
     | 
| 
       295 
295 
     | 
    
         
             
            </ul>
         
     | 
| 
       296 
296 
     | 
    
         
             
            </li>
         
     | 
| 
       297 
297 
     | 
    
         
             
            </ul>
         
     | 
| 
       298 
298 
     | 
    
         
             
            </li>
         
     | 
| 
       299 
     | 
    
         
            -
            <li><a class="reference internal" href="#id5">13. 
     | 
| 
       300 
     | 
    
         
            -
            <li><a class="reference internal" href="#id6">13. 
     | 
| 
       301 
     | 
    
         
            -
            <li><a class="reference internal" href="#id7">13. 
     | 
| 
       302 
     | 
    
         
            -
            <li><a class="reference internal" href="#id8">13. 
     | 
| 
       303 
     | 
    
         
            -
            <li><a class="reference internal" href="#id9">13. 
     | 
| 
      
 299 
     | 
    
         
            +
            <li><a class="reference internal" href="#id5">13.3.6. クエリの実例</a><ul>
         
     | 
| 
      
 300 
     | 
    
         
            +
            <li><a class="reference internal" href="#id6">13.3.6.1. 検索例1</a></li>
         
     | 
| 
      
 301 
     | 
    
         
            +
            <li><a class="reference internal" href="#id7">13.3.6.2. 検索例2</a></li>
         
     | 
| 
      
 302 
     | 
    
         
            +
            <li><a class="reference internal" href="#id8">13.3.6.3. 検索例3</a></li>
         
     | 
| 
      
 303 
     | 
    
         
            +
            <li><a class="reference internal" href="#id9">13.3.6.4. 検索例4</a></li>
         
     | 
| 
       304 
304 
     | 
    
         
             
            </ul>
         
     | 
| 
       305 
305 
     | 
    
         
             
            </li>
         
     | 
| 
       306 
306 
     | 
    
         
             
            </ul>
         
     | 
| 
       307 
307 
     | 
    
         | 
| 
       308 
308 
     | 
    
         
             
              <h4>Previous topic</h4>
         
     | 
| 
       309 
309 
     | 
    
         
             
              <p class="topless"><a href="document.html"
         
     | 
| 
       310 
     | 
    
         
            -
                                    title="previous chapter">13. 
     | 
| 
      
 310 
     | 
    
         
            +
                                    title="previous chapter">13.3.4. ドキュメント作成</a></p>
         
     | 
| 
       311 
311 
     | 
    
         
             
              <h4>Next topic</h4>
         
     | 
| 
       312 
312 
     | 
    
         
             
              <p class="topless"><a href="release.html"
         
     | 
| 
       313 
     | 
    
         
            -
                                    title="next chapter">13. 
     | 
| 
      
 313 
     | 
    
         
            +
                                    title="next chapter">13.3.7. リリース手順</a></p>
         
     | 
| 
       314 
314 
     | 
    
         
             
              <h3>This Page</h3>
         
     | 
| 
       315 
315 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       316 
316 
     | 
    
         
             
                <li><a href="../../_sources/contribution/development/query.txt"
         
     | 
| 
         @@ -340,14 +340,14 @@ columnの値が'needle'であるレコードr1と、columnの値が'haystack'で 
     | 
|
| 
       340 
340 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       341 
341 
     | 
    
         
             
                         >index</a></li>
         
     | 
| 
       342 
342 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       343 
     | 
    
         
            -
                      <a href="release.html" title="13. 
     | 
| 
      
 343 
     | 
    
         
            +
                      <a href="release.html" title="13.3.7. リリース手順"
         
     | 
| 
       344 
344 
     | 
    
         
             
                         >next</a> |</li>
         
     | 
| 
       345 
345 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       346 
     | 
    
         
            -
                      <a href="document.html" title="13. 
     | 
| 
      
 346 
     | 
    
         
            +
                      <a href="document.html" title="13.3.4. ドキュメント作成"
         
     | 
| 
       347 
347 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       348 
     | 
    
         
            -
                    <li><a href="../../index.html">Groonga v3.1. 
     | 
| 
      
 348 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       349 
349 
     | 
    
         
             
                      <li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
         
     | 
| 
       350 
     | 
    
         
            -
                      <li><a href="../development.html" >13. 
     | 
| 
      
 350 
     | 
    
         
            +
                      <li><a href="../development.html" >13.3. groonga開発者向け情報</a> »</li> 
         
     | 
| 
       351 
351 
     | 
    
         
             
                  </ul>
         
     | 
| 
       352 
352 
     | 
    
         
             
                </div>
         
     | 
| 
       353 
353 
     | 
    
         
             
                <div class="footer">
         
     |