rroonga 3.0.0-x86-mingw32 → 3.0.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/text/news.textile +22 -1
- data/ext/groonga/rb-grn-array.c +1 -1
- data/ext/groonga/rb-grn-logger.c +41 -89
- data/ext/groonga/rb-grn-object.c +1 -1
- data/ext/groonga/rb-grn-plugin.c +1 -1
- data/ext/groonga/rb-grn-query-logger.c +75 -2
- data/ext/groonga/rb-grn-table.c +658 -511
- data/ext/groonga/rb-grn-utils.c +113 -22
- data/ext/groonga/rb-grn.h +7 -1
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/groonga.rb +18 -18
- data/lib/groonga/context.rb +11 -3
- data/lib/groonga/logger.rb +26 -0
- data/lib/groonga/record.rb +25 -2
- data/rroonga-build.rb +1 -1
- data/rroonga.gemspec +1 -1
- data/test/test-column.rb +103 -1
- data/test/test-logger.rb +9 -8
- 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.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +20 -4
- data/vendor/local/include/groonga/groonga/plugin.h +4 -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/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/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/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/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +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/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.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 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +18 -11
- 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 +50 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -11
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +20 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +32 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +2 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +185 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +2 -0
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +19 -12
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +7 -6
- data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +24 -16
- 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 +54 -10
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +163 -140
- 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 +5 -5
- 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/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.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/api/grn_expr.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.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- 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/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
- 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/select.html +5 -5
- 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 +9 -9
- 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 +5 -5
- 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/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.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/grntest.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.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +39 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +34 -13
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- 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 +632 -7
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +7 -5
- 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.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/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/types.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/search.html +7 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.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/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/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.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/suggest.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/troubleshooting.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/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.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 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +18 -11
- 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 +50 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -11
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +20 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +32 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +2 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +185 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +2 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +19 -12
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/install.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +16 -10
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +50 -10
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +160 -140
- 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 +5 -5
- 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/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api.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/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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/select.html +8 -8
- 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 +9 -9
- 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 +5 -5
- 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/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.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/grntest.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.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +39 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
- 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 +614 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +7 -5
- 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.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/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/types.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/search.html +7 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.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/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/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.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/suggest.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/troubleshooting.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/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/man/ja/man1/groonga.1 +920 -150
- data/vendor/local/share/man/man1/groonga.1 +974 -179
- metadata +4 -4
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>8.10. grn_expr — groonga v3.0.
|
10
|
+
<title>8.10. grn_expr — groonga v3.0.3 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.0.
|
18
|
+
VERSION: '3.0.3',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
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.0.
|
28
|
+
<link rel="top" title="groonga v3.0.3 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
|
30
30
|
<link rel="next" title="8.10.1. Query syntax" href="grn_expr/query_syntax.html" />
|
31
31
|
<link rel="prev" title="8.9. 疑似カラム (pseudo_column)" href="pseudo_column.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="pseudo_column.html" title="8.9. 疑似カラム (pseudo_column)"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">groonga v3.0.
|
63
|
+
<li><a href="../index.html">groonga v3.0.3 documentation</a> »</li>
|
64
64
|
<li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -179,7 +179,7 @@ parsing string.</p>
|
|
179
179
|
<li class="right" >
|
180
180
|
<a href="pseudo_column.html" title="8.9. 疑似カラム (pseudo_column)"
|
181
181
|
>previous</a> |</li>
|
182
|
-
<li><a href="../index.html">groonga v3.0.
|
182
|
+
<li><a href="../index.html">groonga v3.0.3 documentation</a> »</li>
|
183
183
|
<li><a href="../reference.html" >8. リファレンスマニュアル</a> »</li>
|
184
184
|
</ul>
|
185
185
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>8.10.1. Query syntax — groonga v3.0.
|
10
|
+
<title>8.10.1. Query syntax — groonga v3.0.3 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.0.
|
18
|
+
VERSION: '3.0.3',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
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.0.
|
28
|
+
<link rel="top" title="groonga v3.0.3 documentation" href="../../index.html" />
|
29
29
|
<link rel="up" title="8.10. grn_expr" href="../grn_expr.html" />
|
30
30
|
<link rel="next" title="8.10.2. Script syntax" href="script_syntax.html" />
|
31
31
|
<link rel="prev" title="8.10. grn_expr" href="../grn_expr.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="../grn_expr.html" title="8.10. grn_expr"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../../index.html">groonga v3.0.
|
63
|
+
<li><a href="../../index.html">groonga v3.0.3 documentation</a> »</li>
|
64
64
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
65
65
|
<li><a href="../grn_expr.html" accesskey="U">8.10. grn_expr</a> »</li>
|
66
66
|
</ul>
|
@@ -1351,7 +1351,7 @@ doesn't support <tt class="docutils literal"><span class="pre">column:=</span></
|
|
1351
1351
|
<li class="right" >
|
1352
1352
|
<a href="../grn_expr.html" title="8.10. grn_expr"
|
1353
1353
|
>previous</a> |</li>
|
1354
|
-
<li><a href="../../index.html">groonga v3.0.
|
1354
|
+
<li><a href="../../index.html">groonga v3.0.3 documentation</a> »</li>
|
1355
1355
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
1356
1356
|
<li><a href="../grn_expr.html" >8.10. grn_expr</a> »</li>
|
1357
1357
|
</ul>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>8.10.2. Script syntax — groonga v3.0.
|
10
|
+
<title>8.10.2. Script syntax — groonga v3.0.3 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.0.
|
18
|
+
VERSION: '3.0.3',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
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.0.
|
28
|
+
<link rel="top" title="groonga v3.0.3 documentation" href="../../index.html" />
|
29
29
|
<link rel="up" title="8.10. grn_expr" href="../grn_expr.html" />
|
30
30
|
<link rel="next" title="8.11. Function" href="../function.html" />
|
31
31
|
<link rel="prev" title="8.10.1. Query syntax" href="query_syntax.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="query_syntax.html" title="8.10.1. Query syntax"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../../index.html">groonga v3.0.
|
63
|
+
<li><a href="../../index.html">groonga v3.0.3 documentation</a> »</li>
|
64
64
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
65
65
|
<li><a href="../grn_expr.html" accesskey="U">8.10. grn_expr</a> »</li>
|
66
66
|
</ul>
|
@@ -1477,7 +1477,619 @@ equal to <tt class="docutils literal"><span class="pre">5</span></tt>.</p>
|
|
1477
1477
|
</div>
|
1478
1478
|
<div class="section" id="assignment-operators">
|
1479
1479
|
<h2>8.10.2.7. Assignment operators<a class="headerlink" href="#assignment-operators" title="Permalink to this headline">¶</a></h2>
|
1480
|
-
<
|
1480
|
+
<div class="section" id="addition-assignment-operator">
|
1481
|
+
<h3>8.10.2.7.1. Addition assignment operator<a class="headerlink" href="#addition-assignment-operator" title="Permalink to this headline">¶</a></h3>
|
1482
|
+
<p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">+=</span> <span class="pre">column2</span></tt>.</p>
|
1483
|
+
<p>The operator performs addition assginment operation on column1 by column2.</p>
|
1484
|
+
<p>Execution example:</p>
|
1485
|
+
<div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score += n_likes'
|
1486
|
+
# [
|
1487
|
+
# [
|
1488
|
+
# 0,
|
1489
|
+
# 1337566253.89858,
|
1490
|
+
# 0.000355720520019531
|
1491
|
+
# ],
|
1492
|
+
# [
|
1493
|
+
# [
|
1494
|
+
# [
|
1495
|
+
# 5
|
1496
|
+
# ],
|
1497
|
+
# [
|
1498
|
+
# [
|
1499
|
+
# "_key",
|
1500
|
+
# "ShortText"
|
1501
|
+
# ],
|
1502
|
+
# [
|
1503
|
+
# "n_likes",
|
1504
|
+
# "UInt32"
|
1505
|
+
# ],
|
1506
|
+
# [
|
1507
|
+
# "_score",
|
1508
|
+
# "Int32"
|
1509
|
+
# ]
|
1510
|
+
# ],
|
1511
|
+
# [
|
1512
|
+
# "Good-bye Senna",
|
1513
|
+
# 3,
|
1514
|
+
# 4
|
1515
|
+
# ],
|
1516
|
+
# [
|
1517
|
+
# "Good-bye Tritonn",
|
1518
|
+
# 3,
|
1519
|
+
# 4
|
1520
|
+
# ],
|
1521
|
+
# [
|
1522
|
+
# "Groonga",
|
1523
|
+
# 10,
|
1524
|
+
# 11
|
1525
|
+
# ],
|
1526
|
+
# [
|
1527
|
+
# "Mroonga",
|
1528
|
+
# 15,
|
1529
|
+
# 16
|
1530
|
+
# ],
|
1531
|
+
# [
|
1532
|
+
# "The first post!",
|
1533
|
+
# 5,
|
1534
|
+
# 6
|
1535
|
+
# ]
|
1536
|
+
# ]
|
1537
|
+
# ]
|
1538
|
+
# ]
|
1539
|
+
</pre></div>
|
1540
|
+
</div>
|
1541
|
+
<p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
|
1542
|
+
then performs addition assignment operation such as '_score = _score + n_likes' for each records.</p>
|
1543
|
+
<p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores "Good-bye Senna" as the <tt class="docutils literal"><span class="pre">_key</span></tt>
|
1544
|
+
is 3.</p>
|
1545
|
+
<p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">+</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
|
1546
|
+
</div>
|
1547
|
+
<div class="section" id="subtraction-assignment-operator">
|
1548
|
+
<h3>8.10.2.7.2. Subtraction assignment operator<a class="headerlink" href="#subtraction-assignment-operator" title="Permalink to this headline">¶</a></h3>
|
1549
|
+
<p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">-=</span> <span class="pre">column2</span></tt>.</p>
|
1550
|
+
<p>The operator performs subtraction assginment operation on column1 by column2.</p>
|
1551
|
+
<p>Execution example:</p>
|
1552
|
+
<div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score -= n_likes'
|
1553
|
+
# [
|
1554
|
+
# [
|
1555
|
+
# 0,
|
1556
|
+
# 1337566253.89858,
|
1557
|
+
# 0.000355720520019531
|
1558
|
+
# ],
|
1559
|
+
# [
|
1560
|
+
# [
|
1561
|
+
# [
|
1562
|
+
# 5
|
1563
|
+
# ],
|
1564
|
+
# [
|
1565
|
+
# [
|
1566
|
+
# "_key",
|
1567
|
+
# "ShortText"
|
1568
|
+
# ],
|
1569
|
+
# [
|
1570
|
+
# "n_likes",
|
1571
|
+
# "UInt32"
|
1572
|
+
# ],
|
1573
|
+
# [
|
1574
|
+
# "_score",
|
1575
|
+
# "Int32"
|
1576
|
+
# ]
|
1577
|
+
# ],
|
1578
|
+
# [
|
1579
|
+
# "Good-bye Senna",
|
1580
|
+
# 3,
|
1581
|
+
# -2
|
1582
|
+
# ],
|
1583
|
+
# [
|
1584
|
+
# "Good-bye Tritonn",
|
1585
|
+
# 3,
|
1586
|
+
# -2
|
1587
|
+
# ],
|
1588
|
+
# [
|
1589
|
+
# "Groonga",
|
1590
|
+
# 10,
|
1591
|
+
# -9
|
1592
|
+
# ],
|
1593
|
+
# [
|
1594
|
+
# "Mroonga",
|
1595
|
+
# 15,
|
1596
|
+
# -14
|
1597
|
+
# ],
|
1598
|
+
# [
|
1599
|
+
# "The first post!",
|
1600
|
+
# 5,
|
1601
|
+
# -4
|
1602
|
+
# ]
|
1603
|
+
# ]
|
1604
|
+
# ]
|
1605
|
+
# ]
|
1606
|
+
</pre></div>
|
1607
|
+
</div>
|
1608
|
+
<p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
|
1609
|
+
then performs subtraction assignment operation such as '_score = _score - n_likes' for each records.</p>
|
1610
|
+
<p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores "Good-bye Senna" as the <tt class="docutils literal"><span class="pre">_key</span></tt>
|
1611
|
+
is 3.</p>
|
1612
|
+
<p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">-</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
|
1613
|
+
</div>
|
1614
|
+
<div class="section" id="multiplication-assignment-operator">
|
1615
|
+
<h3>8.10.2.7.3. Multiplication assignment operator<a class="headerlink" href="#multiplication-assignment-operator" title="Permalink to this headline">¶</a></h3>
|
1616
|
+
<p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">*=</span> <span class="pre">column2</span></tt>.</p>
|
1617
|
+
<p>The operator performs multiplication assginment operation on column1 by column2.</p>
|
1618
|
+
<p>Execution example:</p>
|
1619
|
+
<div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score *= n_likes'
|
1620
|
+
# [
|
1621
|
+
# [
|
1622
|
+
# 0,
|
1623
|
+
# 1337566253.89858,
|
1624
|
+
# 0.000355720520019531
|
1625
|
+
# ],
|
1626
|
+
# [
|
1627
|
+
# [
|
1628
|
+
# [
|
1629
|
+
# 5
|
1630
|
+
# ],
|
1631
|
+
# [
|
1632
|
+
# [
|
1633
|
+
# "_key",
|
1634
|
+
# "ShortText"
|
1635
|
+
# ],
|
1636
|
+
# [
|
1637
|
+
# "n_likes",
|
1638
|
+
# "UInt32"
|
1639
|
+
# ],
|
1640
|
+
# [
|
1641
|
+
# "_score",
|
1642
|
+
# "Int32"
|
1643
|
+
# ]
|
1644
|
+
# ],
|
1645
|
+
# [
|
1646
|
+
# "Good-bye Senna",
|
1647
|
+
# 3,
|
1648
|
+
# 3
|
1649
|
+
# ],
|
1650
|
+
# [
|
1651
|
+
# "Good-bye Tritonn",
|
1652
|
+
# 3,
|
1653
|
+
# 3
|
1654
|
+
# ],
|
1655
|
+
# [
|
1656
|
+
# "Groonga",
|
1657
|
+
# 10,
|
1658
|
+
# 10
|
1659
|
+
# ],
|
1660
|
+
# [
|
1661
|
+
# "Mroonga",
|
1662
|
+
# 15,
|
1663
|
+
# 15
|
1664
|
+
# ],
|
1665
|
+
# [
|
1666
|
+
# "The first post!",
|
1667
|
+
# 5,
|
1668
|
+
# 5
|
1669
|
+
# ]
|
1670
|
+
# ]
|
1671
|
+
# ]
|
1672
|
+
# ]
|
1673
|
+
</pre></div>
|
1674
|
+
</div>
|
1675
|
+
<p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
|
1676
|
+
then performs subtraction assignment operation such as '_score = _score * n_likes' for each records.</p>
|
1677
|
+
<p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores "Good-bye Senna" as the <tt class="docutils literal"><span class="pre">_key</span></tt>
|
1678
|
+
is 3.</p>
|
1679
|
+
<p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">*</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
|
1680
|
+
</div>
|
1681
|
+
<div class="section" id="division-assignment-operator">
|
1682
|
+
<h3>8.10.2.7.4. Division assignment operator<a class="headerlink" href="#division-assignment-operator" title="Permalink to this headline">¶</a></h3>
|
1683
|
+
<p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">/=</span> <span class="pre">column2</span></tt>.</p>
|
1684
|
+
<p>The operator performs division assginment operation on column1 by column2.</p>
|
1685
|
+
<p>Execution example:</p>
|
1686
|
+
<div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score /= n_likes'
|
1687
|
+
# [
|
1688
|
+
# [
|
1689
|
+
# 0,
|
1690
|
+
# 1337566253.89858,
|
1691
|
+
# 0.000355720520019531
|
1692
|
+
# ],
|
1693
|
+
# [
|
1694
|
+
# [
|
1695
|
+
# [
|
1696
|
+
# 5
|
1697
|
+
# ],
|
1698
|
+
# [
|
1699
|
+
# [
|
1700
|
+
# "_key",
|
1701
|
+
# "ShortText"
|
1702
|
+
# ],
|
1703
|
+
# [
|
1704
|
+
# "n_likes",
|
1705
|
+
# "UInt32"
|
1706
|
+
# ],
|
1707
|
+
# [
|
1708
|
+
# "_score",
|
1709
|
+
# "Int32"
|
1710
|
+
# ]
|
1711
|
+
# ],
|
1712
|
+
# [
|
1713
|
+
# "Good-bye Senna",
|
1714
|
+
# 3,
|
1715
|
+
# 0
|
1716
|
+
# ],
|
1717
|
+
# [
|
1718
|
+
# "Good-bye Tritonn",
|
1719
|
+
# 3,
|
1720
|
+
# 0
|
1721
|
+
# ],
|
1722
|
+
# [
|
1723
|
+
# "Groonga",
|
1724
|
+
# 10,
|
1725
|
+
# 0
|
1726
|
+
# ],
|
1727
|
+
# [
|
1728
|
+
# "Mroonga",
|
1729
|
+
# 15,
|
1730
|
+
# 0
|
1731
|
+
# ],
|
1732
|
+
# [
|
1733
|
+
# "The first post!",
|
1734
|
+
# 5,
|
1735
|
+
# 0
|
1736
|
+
# ]
|
1737
|
+
# ]
|
1738
|
+
# ]
|
1739
|
+
# ]
|
1740
|
+
</pre></div>
|
1741
|
+
</div>
|
1742
|
+
<p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
|
1743
|
+
then performs subtraction assignment operation such as '_score = _score / n_likes' for each records.</p>
|
1744
|
+
<p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores "Good-bye Senna" as the <tt class="docutils literal"><span class="pre">_key</span></tt>
|
1745
|
+
is 3.</p>
|
1746
|
+
<p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">/</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
|
1747
|
+
</div>
|
1748
|
+
<div class="section" id="modulo-assignment-operator">
|
1749
|
+
<h3>8.10.2.7.5. Modulo assignment operator<a class="headerlink" href="#modulo-assignment-operator" title="Permalink to this headline">¶</a></h3>
|
1750
|
+
<p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">%=</span> <span class="pre">column2</span></tt>.</p>
|
1751
|
+
<p>The operator performs modulo assginment operation on column1 by column2.</p>
|
1752
|
+
<p>Execution example:</p>
|
1753
|
+
<div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score %= n_likes'
|
1754
|
+
# [
|
1755
|
+
# [
|
1756
|
+
# 0,
|
1757
|
+
# 1337566253.89858,
|
1758
|
+
# 0.000355720520019531
|
1759
|
+
# ],
|
1760
|
+
# [
|
1761
|
+
# [
|
1762
|
+
# [
|
1763
|
+
# 5
|
1764
|
+
# ],
|
1765
|
+
# [
|
1766
|
+
# [
|
1767
|
+
# "_key",
|
1768
|
+
# "ShortText"
|
1769
|
+
# ],
|
1770
|
+
# [
|
1771
|
+
# "n_likes",
|
1772
|
+
# "UInt32"
|
1773
|
+
# ],
|
1774
|
+
# [
|
1775
|
+
# "_score",
|
1776
|
+
# "Int32"
|
1777
|
+
# ]
|
1778
|
+
# ],
|
1779
|
+
# [
|
1780
|
+
# "Good-bye Senna",
|
1781
|
+
# 3,
|
1782
|
+
# 1
|
1783
|
+
# ],
|
1784
|
+
# [
|
1785
|
+
# "Good-bye Tritonn",
|
1786
|
+
# 3,
|
1787
|
+
# 1
|
1788
|
+
# ],
|
1789
|
+
# [
|
1790
|
+
# "Groonga",
|
1791
|
+
# 10,
|
1792
|
+
# 1
|
1793
|
+
# ],
|
1794
|
+
# [
|
1795
|
+
# "Mroonga",
|
1796
|
+
# 15,
|
1797
|
+
# 1
|
1798
|
+
# ],
|
1799
|
+
# [
|
1800
|
+
# "The first post!",
|
1801
|
+
# 5,
|
1802
|
+
# 1
|
1803
|
+
# ]
|
1804
|
+
# ]
|
1805
|
+
# ]
|
1806
|
+
# ]
|
1807
|
+
</pre></div>
|
1808
|
+
</div>
|
1809
|
+
<p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
|
1810
|
+
then performs subtraction assignment operation such as '_score = _score % n_likes' for each records.</p>
|
1811
|
+
<p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores "Good-bye Senna" as the <tt class="docutils literal"><span class="pre">_key</span></tt>
|
1812
|
+
is 3.</p>
|
1813
|
+
<p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">%</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
|
1814
|
+
</div>
|
1815
|
+
<div class="section" id="bitwise-left-shift-assignment-operator">
|
1816
|
+
<h3>8.10.2.7.6. Bitwise left shift assignment operator<a class="headerlink" href="#bitwise-left-shift-assignment-operator" title="Permalink to this headline">¶</a></h3>
|
1817
|
+
<p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre"><<=</span> <span class="pre">column2</span></tt>.</p>
|
1818
|
+
<p>The operator performs left shift assginment operation on column1 by column2.</p>
|
1819
|
+
<p>Execution example:</p>
|
1820
|
+
<div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score <<= n_likes'
|
1821
|
+
# [
|
1822
|
+
# [
|
1823
|
+
# 0,
|
1824
|
+
# 1337566253.89858,
|
1825
|
+
# 0.000355720520019531
|
1826
|
+
# ],
|
1827
|
+
# [
|
1828
|
+
# [
|
1829
|
+
# [
|
1830
|
+
# 5
|
1831
|
+
# ],
|
1832
|
+
# [
|
1833
|
+
# [
|
1834
|
+
# "_key",
|
1835
|
+
# "ShortText"
|
1836
|
+
# ],
|
1837
|
+
# [
|
1838
|
+
# "n_likes",
|
1839
|
+
# "UInt32"
|
1840
|
+
# ],
|
1841
|
+
# [
|
1842
|
+
# "_score",
|
1843
|
+
# "Int32"
|
1844
|
+
# ]
|
1845
|
+
# ],
|
1846
|
+
# [
|
1847
|
+
# "Good-bye Senna",
|
1848
|
+
# 3,
|
1849
|
+
# 8
|
1850
|
+
# ],
|
1851
|
+
# [
|
1852
|
+
# "Good-bye Tritonn",
|
1853
|
+
# 3,
|
1854
|
+
# 8
|
1855
|
+
# ],
|
1856
|
+
# [
|
1857
|
+
# "Groonga",
|
1858
|
+
# 10,
|
1859
|
+
# 1024
|
1860
|
+
# ],
|
1861
|
+
# [
|
1862
|
+
# "Mroonga",
|
1863
|
+
# 15,
|
1864
|
+
# 32768
|
1865
|
+
# ],
|
1866
|
+
# [
|
1867
|
+
# "The first post!",
|
1868
|
+
# 5,
|
1869
|
+
# 32
|
1870
|
+
# ]
|
1871
|
+
# ]
|
1872
|
+
# ]
|
1873
|
+
# ]
|
1874
|
+
</pre></div>
|
1875
|
+
</div>
|
1876
|
+
<p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
|
1877
|
+
then performs subtraction assignment operation such as '_score = _score << n_likes' for each records.</p>
|
1878
|
+
<p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores "Good-bye Senna" as the <tt class="docutils literal"><span class="pre">_key</span></tt>
|
1879
|
+
is 3.</p>
|
1880
|
+
<p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre"><<</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
|
1881
|
+
</div>
|
1882
|
+
<div class="section" id="bitwise-signed-right-shift-assignment-operator">
|
1883
|
+
<h3>8.10.2.7.7. Bitwise signed right shift assignment operator<a class="headerlink" href="#bitwise-signed-right-shift-assignment-operator" title="Permalink to this headline">¶</a></h3>
|
1884
|
+
<p>Its syntax is <tt class="docutils literal"><span class="pre">column2</span> <span class="pre">>>=</span> <span class="pre">column2</span></tt>.</p>
|
1885
|
+
<p>The operator performs signed right shift assginment operation on column1 by column2.</p>
|
1886
|
+
</div>
|
1887
|
+
<div class="section" id="bitwise-unsigned-right-shift-assignment-operator">
|
1888
|
+
<h3>8.10.2.7.8. Bitwise unsigned right shift assignment operator<a class="headerlink" href="#bitwise-unsigned-right-shift-assignment-operator" title="Permalink to this headline">¶</a></h3>
|
1889
|
+
<p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">>>>=</span> <span class="pre">column2</span></tt>.</p>
|
1890
|
+
<p>The operator performs unsigned right shift assginment operation on column1 by column2.</p>
|
1891
|
+
</div>
|
1892
|
+
<div class="section" id="bitwise-and-assignment-operator">
|
1893
|
+
<h3>8.10.2.7.9. Bitwise AND assignment operator<a class="headerlink" href="#bitwise-and-assignment-operator" title="Permalink to this headline">¶</a></h3>
|
1894
|
+
<p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">&=</span> <span class="pre">column2</span></tt>.</p>
|
1895
|
+
<p>The operator performs bitwise AND assignment operation on column1 by column2.</p>
|
1896
|
+
<p>Execution example:</p>
|
1897
|
+
<div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score &= n_likes'
|
1898
|
+
# [
|
1899
|
+
# [
|
1900
|
+
# 0,
|
1901
|
+
# 1337566253.89858,
|
1902
|
+
# 0.000355720520019531
|
1903
|
+
# ],
|
1904
|
+
# [
|
1905
|
+
# [
|
1906
|
+
# [
|
1907
|
+
# 5
|
1908
|
+
# ],
|
1909
|
+
# [
|
1910
|
+
# [
|
1911
|
+
# "_key",
|
1912
|
+
# "ShortText"
|
1913
|
+
# ],
|
1914
|
+
# [
|
1915
|
+
# "n_likes",
|
1916
|
+
# "UInt32"
|
1917
|
+
# ],
|
1918
|
+
# [
|
1919
|
+
# "_score",
|
1920
|
+
# "Int32"
|
1921
|
+
# ]
|
1922
|
+
# ],
|
1923
|
+
# [
|
1924
|
+
# "Good-bye Senna",
|
1925
|
+
# 3,
|
1926
|
+
# 1
|
1927
|
+
# ],
|
1928
|
+
# [
|
1929
|
+
# "Good-bye Tritonn",
|
1930
|
+
# 3,
|
1931
|
+
# 1
|
1932
|
+
# ],
|
1933
|
+
# [
|
1934
|
+
# "Groonga",
|
1935
|
+
# 10,
|
1936
|
+
# 0
|
1937
|
+
# ],
|
1938
|
+
# [
|
1939
|
+
# "Mroonga",
|
1940
|
+
# 15,
|
1941
|
+
# 1
|
1942
|
+
# ],
|
1943
|
+
# [
|
1944
|
+
# "The first post!",
|
1945
|
+
# 5,
|
1946
|
+
# 1
|
1947
|
+
# ]
|
1948
|
+
# ]
|
1949
|
+
# ]
|
1950
|
+
# ]
|
1951
|
+
</pre></div>
|
1952
|
+
</div>
|
1953
|
+
<p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
|
1954
|
+
then performs subtraction assignment operation such as '_score = _score & n_likes' for each records.</p>
|
1955
|
+
<p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores "Groonga" as the <tt class="docutils literal"><span class="pre">_key</span></tt>
|
1956
|
+
is 10.</p>
|
1957
|
+
<p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">&</span> <span class="pre">10</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
|
1958
|
+
</div>
|
1959
|
+
<div class="section" id="bitwise-or-assignment-operator">
|
1960
|
+
<h3>8.10.2.7.10. Bitwise OR assignment operator<a class="headerlink" href="#bitwise-or-assignment-operator" title="Permalink to this headline">¶</a></h3>
|
1961
|
+
<p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">|=</span> <span class="pre">column2</span></tt>.</p>
|
1962
|
+
<p>The operator performs bitwise OR assignment operation on column1 by column2.</p>
|
1963
|
+
<p>Execution example:</p>
|
1964
|
+
<div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score |= n_likes'
|
1965
|
+
# [
|
1966
|
+
# [
|
1967
|
+
# 0,
|
1968
|
+
# 1337566253.89858,
|
1969
|
+
# 0.000355720520019531
|
1970
|
+
# ],
|
1971
|
+
# [
|
1972
|
+
# [
|
1973
|
+
# [
|
1974
|
+
# 5
|
1975
|
+
# ],
|
1976
|
+
# [
|
1977
|
+
# [
|
1978
|
+
# "_key",
|
1979
|
+
# "ShortText"
|
1980
|
+
# ],
|
1981
|
+
# [
|
1982
|
+
# "n_likes",
|
1983
|
+
# "UInt32"
|
1984
|
+
# ],
|
1985
|
+
# [
|
1986
|
+
# "_score",
|
1987
|
+
# "Int32"
|
1988
|
+
# ]
|
1989
|
+
# ],
|
1990
|
+
# [
|
1991
|
+
# "Good-bye Senna",
|
1992
|
+
# 3,
|
1993
|
+
# 3
|
1994
|
+
# ],
|
1995
|
+
# [
|
1996
|
+
# "Good-bye Tritonn",
|
1997
|
+
# 3,
|
1998
|
+
# 3
|
1999
|
+
# ],
|
2000
|
+
# [
|
2001
|
+
# "Groonga",
|
2002
|
+
# 10,
|
2003
|
+
# 11
|
2004
|
+
# ],
|
2005
|
+
# [
|
2006
|
+
# "Mroonga",
|
2007
|
+
# 15,
|
2008
|
+
# 15
|
2009
|
+
# ],
|
2010
|
+
# [
|
2011
|
+
# "The first post!",
|
2012
|
+
# 5,
|
2013
|
+
# 5
|
2014
|
+
# ]
|
2015
|
+
# ]
|
2016
|
+
# ]
|
2017
|
+
# ]
|
2018
|
+
</pre></div>
|
2019
|
+
</div>
|
2020
|
+
<p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
|
2021
|
+
then performs subtraction assignment operation such as '_score = _score | n_likes' for each records.</p>
|
2022
|
+
<p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores "Groonga" as the <tt class="docutils literal"><span class="pre">_key</span></tt>
|
2023
|
+
is 10.</p>
|
2024
|
+
<p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">|</span> <span class="pre">10</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
|
2025
|
+
</div>
|
2026
|
+
<div class="section" id="bitwise-xor-assignment-operator">
|
2027
|
+
<h3>8.10.2.7.11. Bitwise XOR assignment operator<a class="headerlink" href="#bitwise-xor-assignment-operator" title="Permalink to this headline">¶</a></h3>
|
2028
|
+
<p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">^=</span> <span class="pre">column2</span></tt>.</p>
|
2029
|
+
<p>The operator performs bitwise XOR assginment operation on column1 by column2.</p>
|
2030
|
+
<p>Execution example:</p>
|
2031
|
+
<div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer '_score ^= n_likes'
|
2032
|
+
# [
|
2033
|
+
# [
|
2034
|
+
# 0,
|
2035
|
+
# 1337566253.89858,
|
2036
|
+
# 0.000355720520019531
|
2037
|
+
# ],
|
2038
|
+
# [
|
2039
|
+
# [
|
2040
|
+
# [
|
2041
|
+
# 5
|
2042
|
+
# ],
|
2043
|
+
# [
|
2044
|
+
# [
|
2045
|
+
# "_key",
|
2046
|
+
# "ShortText"
|
2047
|
+
# ],
|
2048
|
+
# [
|
2049
|
+
# "n_likes",
|
2050
|
+
# "UInt32"
|
2051
|
+
# ],
|
2052
|
+
# [
|
2053
|
+
# "_score",
|
2054
|
+
# "Int32"
|
2055
|
+
# ]
|
2056
|
+
# ],
|
2057
|
+
# [
|
2058
|
+
# "Good-bye Senna",
|
2059
|
+
# 3,
|
2060
|
+
# 2
|
2061
|
+
# ],
|
2062
|
+
# [
|
2063
|
+
# "Good-bye Tritonn",
|
2064
|
+
# 3,
|
2065
|
+
# 2
|
2066
|
+
# ],
|
2067
|
+
# [
|
2068
|
+
# "Groonga",
|
2069
|
+
# 10,
|
2070
|
+
# 11
|
2071
|
+
# ],
|
2072
|
+
# [
|
2073
|
+
# "Mroonga",
|
2074
|
+
# 15,
|
2075
|
+
# 14
|
2076
|
+
# ],
|
2077
|
+
# [
|
2078
|
+
# "The first post!",
|
2079
|
+
# 5,
|
2080
|
+
# 4
|
2081
|
+
# ]
|
2082
|
+
# ]
|
2083
|
+
# ]
|
2084
|
+
# ]
|
2085
|
+
</pre></div>
|
2086
|
+
</div>
|
2087
|
+
<p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
|
2088
|
+
then performs subtraction assignment operation such as '_score = _score ^ n_likes' for each records.</p>
|
2089
|
+
<p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores "Good-bye Senna" as the <tt class="docutils literal"><span class="pre">_key</span></tt>
|
2090
|
+
is 3.</p>
|
2091
|
+
<p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">^</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
|
2092
|
+
</div>
|
1481
2093
|
</div>
|
1482
2094
|
<div class="section" id="original-operators">
|
1483
2095
|
<h2>8.10.2.8. Original operators<a class="headerlink" href="#original-operators" title="Permalink to this headline">¶</a></h2>
|
@@ -1909,7 +2521,20 @@ are also normalized.</p>
|
|
1909
2521
|
</li>
|
1910
2522
|
</ul>
|
1911
2523
|
</li>
|
1912
|
-
<li><a class="reference internal" href="#assignment-operators">8.10.2.7. Assignment operators</a
|
2524
|
+
<li><a class="reference internal" href="#assignment-operators">8.10.2.7. Assignment operators</a><ul>
|
2525
|
+
<li><a class="reference internal" href="#addition-assignment-operator">8.10.2.7.1. Addition assignment operator</a></li>
|
2526
|
+
<li><a class="reference internal" href="#subtraction-assignment-operator">8.10.2.7.2. Subtraction assignment operator</a></li>
|
2527
|
+
<li><a class="reference internal" href="#multiplication-assignment-operator">8.10.2.7.3. Multiplication assignment operator</a></li>
|
2528
|
+
<li><a class="reference internal" href="#division-assignment-operator">8.10.2.7.4. Division assignment operator</a></li>
|
2529
|
+
<li><a class="reference internal" href="#modulo-assignment-operator">8.10.2.7.5. Modulo assignment operator</a></li>
|
2530
|
+
<li><a class="reference internal" href="#bitwise-left-shift-assignment-operator">8.10.2.7.6. Bitwise left shift assignment operator</a></li>
|
2531
|
+
<li><a class="reference internal" href="#bitwise-signed-right-shift-assignment-operator">8.10.2.7.7. Bitwise signed right shift assignment operator</a></li>
|
2532
|
+
<li><a class="reference internal" href="#bitwise-unsigned-right-shift-assignment-operator">8.10.2.7.8. Bitwise unsigned right shift assignment operator</a></li>
|
2533
|
+
<li><a class="reference internal" href="#bitwise-and-assignment-operator">8.10.2.7.9. Bitwise AND assignment operator</a></li>
|
2534
|
+
<li><a class="reference internal" href="#bitwise-or-assignment-operator">8.10.2.7.10. Bitwise OR assignment operator</a></li>
|
2535
|
+
<li><a class="reference internal" href="#bitwise-xor-assignment-operator">8.10.2.7.11. Bitwise XOR assignment operator</a></li>
|
2536
|
+
</ul>
|
2537
|
+
</li>
|
1913
2538
|
<li><a class="reference internal" href="#original-operators">8.10.2.8. Original operators</a><ul>
|
1914
2539
|
<li><a class="reference internal" href="#match-operator">8.10.2.8.1. Match operator</a></li>
|
1915
2540
|
<li><a class="reference internal" href="#prefix-search-operator">8.10.2.8.2. Prefix search operator</a></li>
|
@@ -1963,7 +2588,7 @@ are also normalized.</p>
|
|
1963
2588
|
<li class="right" >
|
1964
2589
|
<a href="query_syntax.html" title="8.10.1. Query syntax"
|
1965
2590
|
>previous</a> |</li>
|
1966
|
-
<li><a href="../../index.html">groonga v3.0.
|
2591
|
+
<li><a href="../../index.html">groonga v3.0.3 documentation</a> »</li>
|
1967
2592
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
1968
2593
|
<li><a href="../grn_expr.html" >8.10. grn_expr</a> »</li>
|
1969
2594
|
</ul>
|