rroonga 5.0.3-x86-mingw32 → 5.0.4-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 +8 -8
- data/README.md +1 -1
- data/ext/groonga/rb-grn-column.c +2 -0
- data/ext/groonga/rb-grn-database.c +1 -0
- data/ext/groonga/rb-grn-flushable.c +81 -0
- data/ext/groonga/rb-grn-table.c +1 -0
- data/ext/groonga/rb-grn.h +3 -1
- data/ext/groonga/rb-groonga.c +1 -0
- 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/2.2/groonga.so +0 -0
- data/rroonga-build.rb +3 -3
- data/test/test-flushable.rb +49 -0
- data/vendor/local/bin/grndb.exe +0 -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-4.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/libonig-5.dll +0 -0
- data/vendor/local/bin/lz4.exe +0 -0
- data/vendor/local/bin/lz4c.exe +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/onig-config +1 -1
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/include/groonga/groonga/groonga.h +2 -0
- data/vendor/local/include/groonga/groonga/plugin.h +5 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.la +2 -2
- 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 +2 -2
- data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.la +2 -2
- data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.la +2 -2
- data/vendor/local/lib/groonga/plugins/sharding.rb +2 -0
- data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +135 -21
- data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +174 -0
- data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +70 -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 +2 -2
- 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 +2 -2
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +2 -2
- 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 +2 -2
- data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +1 -0
- data/vendor/local/lib/groonga/scripts/ruby/table.rb +77 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +2 -2
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +2 -2
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +2 -2
- data/vendor/local/lib/libonig.a +0 -0
- data/vendor/local/lib/libonig.dll.a +0 -0
- data/vendor/local/lib/libonig.la +2 -2
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
- data/vendor/local/lib/pkgconfig/liblz4.pc +5 -5
- data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
- data/vendor/local/lib/pkgconfig/oniguruma.pc +6 -6
- data/vendor/local/lib/pkgconfig/zlib.pc +3 -3
- 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 +1 -2
- data/vendor/local/sbin/groonga-httpd.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +6 -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 +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
- 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 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +67 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +11 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +60 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +100 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +94 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +32 -30
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +6 -6
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
- 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/cooperation.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/documentation/introduction.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 +11 -7
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +36 -33
- data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
- 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 +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +129 -46
- 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/1.3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/4.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 +36 -33
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
- 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 +5 -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_content_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
- 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 +5 -5
- 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/overview.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.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/column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +36 -33
- 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/request_id.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 +5 -5
- 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 +23 -12
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +197 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +43 -43
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +50 -50
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +238 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +232 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +107 -107
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +49 -49
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +39 -39
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +238 -105
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.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 +5 -5
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.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/highlight_full.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.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 +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +5 -5
- 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 +5 -5
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.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/regular_expression.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scoring_note.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.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/token_filters.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 +37 -35
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
- 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.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/memcached.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/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/troubleshooting/mmap_cannot_allocate_memory.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 +7 -7
- 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 +5 -5
- 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/development/travis-ci.txt +6 -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 +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
- 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 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +67 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +11 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +60 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +100 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +94 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +32 -30
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +6 -6
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
- 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/cooperation.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/documentation/introduction.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 +9 -7
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +37 -34
- data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
- 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 +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +126 -47
- 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/1.3.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/4.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 +37 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +5 -5
- 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 +5 -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_content_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +5 -5
- 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 +5 -5
- 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/overview.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.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/column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +36 -33
- 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/request_id.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 +5 -5
- 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 +23 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +198 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +43 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +50 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +236 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +230 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +107 -107
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +49 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +39 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +238 -105
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.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 +5 -5
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.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/highlight_full.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.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 +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.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/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/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/output.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/regular_expression.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scoring_note.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.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/token_filters.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 +41 -71
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
- 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.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/memcached.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/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/troubleshooting/mmap_cannot_allocate_memory.html +6 -6
- 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 +7 -7
- 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 +5 -5
- 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 +487 -164
- data/vendor/local/share/man/man1/groonga.1 +492 -129
- metadata +20 -2
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>4.10. マイクロブログ検索システムの作成 — Groonga v5.0.4ドキュメント</title>
|
10
|
+
<title>4.10. マイクロブログ検索システムの作成 — Groonga v5.0.4-139-g6629adbドキュメント</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: '5.0.4',
|
18
|
+
VERSION: '5.0.4-139-g6629adb',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.4ドキュメント" href="../index.html" />
|
29
|
+
<link rel="top" title="Groonga v5.0.4-139-g6629adbドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
31
31
|
<link rel="next" title="4.11. クエリ拡張" href="query_expansion.html" />
|
32
32
|
<link rel="prev" title="4.9. 全文検索用の語彙表の作成" href="lexicon.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="lexicon.html" title="4.9. 全文検索用の語彙表の作成"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
64
|
+
<li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
|
65
65
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -1034,7 +1034,7 @@ load --table Comments
|
|
1034
1034
|
<li class="right" >
|
1035
1035
|
<a href="lexicon.html" title="4.9. 全文検索用の語彙表の作成"
|
1036
1036
|
>前へ</a> |</li>
|
1037
|
-
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
1037
|
+
<li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
|
1038
1038
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
1039
1039
|
</ul>
|
1040
1040
|
</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>4.2. リモートアクセス — Groonga v5.0.4ドキュメント</title>
|
10
|
+
<title>4.2. リモートアクセス — Groonga v5.0.4-139-g6629adbドキュメント</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: '5.0.4',
|
18
|
+
VERSION: '5.0.4-139-g6629adb',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.4ドキュメント" href="../index.html" />
|
29
|
+
<link rel="top" title="Groonga v5.0.4-139-g6629adbドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
31
31
|
<link rel="next" title="4.3. いろいろなデータの保存" href="data.html" />
|
32
32
|
<link rel="prev" title="4.1. 基本的な操作" href="introduction.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="introduction.html" title="4.1. 基本的な操作"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
64
|
+
<li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
|
65
65
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -260,7 +260,7 @@ select --table Site --query title:@this
|
|
260
260
|
<li class="right" >
|
261
261
|
<a href="introduction.html" title="4.1. 基本的な操作"
|
262
262
|
>前へ</a> |</li>
|
263
|
-
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
263
|
+
<li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
|
264
264
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
265
265
|
</ul>
|
266
266
|
</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>4.8. パトリシア木による前方一致検索 — Groonga v5.0.4ドキュメント</title>
|
10
|
+
<title>4.8. パトリシア木による前方一致検索 — Groonga v5.0.4-139-g6629adbドキュメント</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: '5.0.4',
|
18
|
+
VERSION: '5.0.4-139-g6629adb',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.4ドキュメント" href="../index.html" />
|
29
|
+
<link rel="top" title="Groonga v5.0.4-139-g6629adbドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
31
31
|
<link rel="next" title="4.9. 全文検索用の語彙表の作成" href="lexicon.html" />
|
32
32
|
<link rel="prev" title="4.7. match_columnsパラメータ" href="match_columns.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="match_columns.html" title="4.7. match_columnsパラメータ"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
64
|
+
<li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
|
65
65
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -293,7 +293,7 @@ select --table PatSuffix --filter '_key @$ "ゆき" && ori
|
|
293
293
|
<li class="right" >
|
294
294
|
<a href="match_columns.html" title="4.7. match_columnsパラメータ"
|
295
295
|
>前へ</a> |</li>
|
296
|
-
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
296
|
+
<li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
|
297
297
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
298
298
|
</ul>
|
299
299
|
</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>4.11. クエリ拡張 — Groonga v5.0.4ドキュメント</title>
|
10
|
+
<title>4.11. クエリ拡張 — Groonga v5.0.4-139-g6629adbドキュメント</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: '5.0.4',
|
18
|
+
VERSION: '5.0.4-139-g6629adb',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.4ドキュメント" href="../index.html" />
|
29
|
+
<link rel="top" title="Groonga v5.0.4-139-g6629adbドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
31
31
|
<link rel="next" title="5. サーバー" href="../server.html" />
|
32
32
|
<link rel="prev" title="4.10. マイクロブログ検索システムの作成" href="micro_blog.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="micro_blog.html" title="4.10. マイクロブログ検索システムの作成"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
64
|
+
<li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
|
65
65
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -324,7 +324,7 @@ select Doc --match_columns body --query "theatre" --query_expander Syn
|
|
324
324
|
<li class="right" >
|
325
325
|
<a href="micro_blog.html" title="4.10. マイクロブログ検索システムの作成"
|
326
326
|
>前へ</a> |</li>
|
327
|
-
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
327
|
+
<li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
|
328
328
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
329
329
|
</ul>
|
330
330
|
</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>4.4. さまざまな検索条件 — Groonga v5.0.4ドキュメント</title>
|
10
|
+
<title>4.4. さまざまな検索条件 — Groonga v5.0.4-139-g6629adbドキュメント</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: '5.0.4',
|
18
|
+
VERSION: '5.0.4-139-g6629adb',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.4ドキュメント" href="../index.html" />
|
29
|
+
<link rel="top" title="Groonga v5.0.4-139-g6629adbドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
31
31
|
<link rel="next" title="4.5. ドリルダウン" href="drilldown.html" />
|
32
32
|
<link rel="prev" title="4.3. いろいろなデータの保存" href="data.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="data.html" title="4.3. いろいろなデータの保存"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
64
|
+
<li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
|
65
65
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -614,7 +614,7 @@ select --table Site --query "_id:1 OR _id:2" --output_columns _key,loc
|
|
614
614
|
<li class="right" >
|
615
615
|
<a href="data.html" title="4.3. いろいろなデータの保存"
|
616
616
|
>前へ</a> |</li>
|
617
|
-
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
617
|
+
<li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
|
618
618
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
619
619
|
</ul>
|
620
620
|
</div>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
.\" Man page generated from reStructuredText.
|
2
2
|
.
|
3
|
-
.TH "GROONGA" "1" "2015 年
|
3
|
+
.TH "GROONGA" "1" "2015 年 06 月 29 日" "5.0.5" "Groonga"
|
4
4
|
.SH NAME
|
5
5
|
groonga \- Groonga documentation
|
6
6
|
.
|
@@ -76,7 +76,7 @@ Groonga では転置索引を応用して高速な位置情報検索を実現し
|
|
76
76
|
Groonga の基本機能は C ライブラリとして提供されているので、任意のアプリケーションに組み込んで利用することができます。C/C++ 以外については、Ruby から Groonga を利用するライブラリなどが関連プロジェクトにおいて提供されています。詳しくは \fI\%関連プロジェクト\fP を参照してください。
|
77
77
|
.SS Groonga サーバ
|
78
78
|
.sp
|
79
|
-
Groonga にはサーバ機能があるため、レンタルサーバなどの新しいライブラリをインストールできない環境においても利用できます。対応しているのは HTTP
|
79
|
+
Groonga にはサーバ機能があるため、レンタルサーバなどの新しいライブラリをインストールできない環境においても利用できます。対応しているのは HTTP、memcached binary プロトコル、およびGroongaの独自プロトコルであるGroonga Query Transfer Protocol( \fB/spec/gqtp\fP )です。サーバとして利用するときはクエリのキャッシュ機能が有効になるため、同じクエリを受け取ったときは応答時間が短くなるという特徴があります。
|
80
80
|
.SS Mroonga ストレージエンジン
|
81
81
|
.sp
|
82
82
|
Groonga は独自のカラムストアを持つ列指向のデータベースとしての側面を持っていますが、既存の RDBMS のストレージエンジンとして利用することもできます。たとえば、Groonga をベースとする MySQL のストレージエンジンとして \fI\%Mroonga\fP が開発されています。Mroonga は MySQL のプラグインとして動的にロードすることが可能であり、Groonga のカラムストアをストレージとして利用したり、全文検索エンジンとして Groonga を MyISAM や InnoDB と連携させたりすることができます。Groonga 単体での利用、および MyISAM, InnoDB との連携には一長一短があるので、用途に応じて適切な組み合わせを選ぶことが大切です。詳しくは \fI\%関連プロジェクト\fP を参照してください。
|
@@ -97,7 +97,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
97
97
|
.INDENT 3.5
|
98
98
|
.INDENT 0.0
|
99
99
|
.IP \(bu 2
|
100
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.
|
100
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.5\-x86.exe\fP
|
101
101
|
.UNINDENT
|
102
102
|
.UNINDENT
|
103
103
|
.UNINDENT
|
@@ -109,7 +109,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
109
109
|
.INDENT 3.5
|
110
110
|
.INDENT 0.0
|
111
111
|
.IP \(bu 2
|
112
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.
|
112
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.5\-x64.exe\fP
|
113
113
|
.UNINDENT
|
114
114
|
.UNINDENT
|
115
115
|
.UNINDENT
|
@@ -124,7 +124,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
124
124
|
.INDENT 3.5
|
125
125
|
.INDENT 0.0
|
126
126
|
.IP \(bu 2
|
127
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.
|
127
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.5\-x86.zip\fP
|
128
128
|
.UNINDENT
|
129
129
|
.UNINDENT
|
130
130
|
.UNINDENT
|
@@ -136,7 +136,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
136
136
|
.INDENT 3.5
|
137
137
|
.INDENT 0.0
|
138
138
|
.IP \(bu 2
|
139
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.
|
139
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.5\-x64.zip\fP
|
140
140
|
.UNINDENT
|
141
141
|
.UNINDENT
|
142
142
|
.UNINDENT
|
@@ -163,7 +163,7 @@ zipアーカイブをpackages.groonga.orgからダウンロードしてくださ
|
|
163
163
|
.INDENT 3.5
|
164
164
|
.INDENT 0.0
|
165
165
|
.IP \(bu 2
|
166
|
-
\fI\%http://packages.groonga.org/source/groonga/groonga\-5.0.
|
166
|
+
\fI\%http://packages.groonga.org/source/groonga/groonga\-5.0.5.zip\fP
|
167
167
|
.UNINDENT
|
168
168
|
.UNINDENT
|
169
169
|
.UNINDENT
|
@@ -176,7 +176,7 @@ Groongaのソースフォルダへと移動します:
|
|
176
176
|
.sp
|
177
177
|
.nf
|
178
178
|
.ft C
|
179
|
-
> cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-5.0.
|
179
|
+
> cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-5.0.5
|
180
180
|
.ft P
|
181
181
|
.fi
|
182
182
|
.UNINDENT
|
@@ -188,7 +188,7 @@ Groongaのソースフォルダへと移動します:
|
|
188
188
|
.sp
|
189
189
|
.nf
|
190
190
|
.ft C
|
191
|
-
groonga\-5.0.
|
191
|
+
groonga\-5.0.5> cmake . \-G "Visual Studio 12 2013 Win64" \-DCMAKE_INSTALL_PREFIX=C:\eGroonga
|
192
192
|
.ft P
|
193
193
|
.fi
|
194
194
|
.UNINDENT
|
@@ -200,7 +200,7 @@ groonga\-5.0.4> cmake . \-G "Visual Studio 12 2013 Win64" \-DCMAKE_INSTALL_PREFI
|
|
200
200
|
.sp
|
201
201
|
.nf
|
202
202
|
.ft C
|
203
|
-
groonga\-5.0.
|
203
|
+
groonga\-5.0.5> cmake \-\-build . \-\-config Release
|
204
204
|
.ft P
|
205
205
|
.fi
|
206
206
|
.UNINDENT
|
@@ -212,7 +212,7 @@ groonga\-5.0.4> cmake \-\-build . \-\-config Release
|
|
212
212
|
.sp
|
213
213
|
.nf
|
214
214
|
.ft C
|
215
|
-
groonga\-5.0.
|
215
|
+
groonga\-5.0.5> cmake \-\-build . \-\-config Release \-\-target Install
|
216
216
|
.ft P
|
217
217
|
.fi
|
218
218
|
.UNINDENT
|
@@ -270,9 +270,9 @@ groonga\-5.0.4> cmake \-\-build . \-\-config Release \-\-target Install
|
|
270
270
|
.sp
|
271
271
|
.nf
|
272
272
|
.ft C
|
273
|
-
% curl \-O http://packages.groonga.org/source/groonga/groonga\-5.0.
|
274
|
-
% tar xvzf groonga\-5.0.
|
275
|
-
% cd groonga\-5.0.
|
273
|
+
% curl \-O http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
|
274
|
+
% tar xvzf groonga\-5.0.5.tar.gz
|
275
|
+
% cd groonga\-5.0.5
|
276
276
|
.ft P
|
277
277
|
.fi
|
278
278
|
.UNINDENT
|
@@ -424,7 +424,7 @@ groonga\-normalizer\-mysqlパッケージのインストール:
|
|
424
424
|
.UNINDENT
|
425
425
|
.SS jessie
|
426
426
|
.sp
|
427
|
-
バージョン 5.0.
|
427
|
+
バージョン 5.0.5 で追加.
|
428
428
|
|
429
429
|
.sp
|
430
430
|
Groongaのaptリポジトリを追加します。
|
@@ -549,9 +549,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
549
549
|
.sp
|
550
550
|
.nf
|
551
551
|
.ft C
|
552
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
553
|
-
% tar xvzf groonga\-5.0.
|
554
|
-
% cd groonga\-5.0.
|
552
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
|
553
|
+
% tar xvzf groonga\-5.0.5.tar.gz
|
554
|
+
% cd groonga\-5.0.5
|
555
555
|
.ft P
|
556
556
|
.fi
|
557
557
|
.UNINDENT
|
@@ -747,9 +747,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
747
747
|
.sp
|
748
748
|
.nf
|
749
749
|
.ft C
|
750
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
751
|
-
% tar xvzf groonga\-5.0.
|
752
|
-
% cd groonga\-5.0.
|
750
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
|
751
|
+
% tar xvzf groonga\-5.0.5.tar.gz
|
752
|
+
% cd groonga\-5.0.5
|
753
753
|
.ft P
|
754
754
|
.fi
|
755
755
|
.UNINDENT
|
@@ -1121,9 +1121,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
1121
1121
|
.sp
|
1122
1122
|
.nf
|
1123
1123
|
.ft C
|
1124
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
1125
|
-
% tar xvzf groonga\-5.0.
|
1126
|
-
% cd groonga\-5.0.
|
1124
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
|
1125
|
+
% tar xvzf groonga\-5.0.5.tar.gz
|
1126
|
+
% cd groonga\-5.0.5
|
1127
1127
|
.ft P
|
1128
1128
|
.fi
|
1129
1129
|
.UNINDENT
|
@@ -1307,9 +1307,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
1307
1307
|
.sp
|
1308
1308
|
.nf
|
1309
1309
|
.ft C
|
1310
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
1311
|
-
% tar xvzf groonga\-5.0.
|
1312
|
-
% cd groonga\-5.0.
|
1310
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
|
1311
|
+
% tar xvzf groonga\-5.0.5.tar.gz
|
1312
|
+
% cd groonga\-5.0.5
|
1313
1313
|
.ft P
|
1314
1314
|
.fi
|
1315
1315
|
.UNINDENT
|
@@ -1373,9 +1373,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
1373
1373
|
.sp
|
1374
1374
|
.nf
|
1375
1375
|
.ft C
|
1376
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
1377
|
-
% gtar xvzf groonga\-5.0.
|
1378
|
-
% cd groonga\-5.0.
|
1376
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
|
1377
|
+
% gtar xvzf groonga\-5.0.5.tar.gz
|
1378
|
+
% cd groonga\-5.0.5
|
1379
1379
|
.ft P
|
1380
1380
|
.fi
|
1381
1381
|
.UNINDENT
|
@@ -1496,9 +1496,9 @@ GroongaはGNUビルドシステムを使っています。以下は一番簡単
|
|
1496
1496
|
.sp
|
1497
1497
|
.nf
|
1498
1498
|
.ft C
|
1499
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
1500
|
-
% tar xvzf groonga\-5.0.
|
1501
|
-
% cd groonga\-5.0.
|
1499
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
|
1500
|
+
% tar xvzf groonga\-5.0.5.tar.gz
|
1501
|
+
% cd groonga\-5.0.5
|
1502
1502
|
% ./configure
|
1503
1503
|
% make
|
1504
1504
|
% sudo make install
|
@@ -5787,9 +5787,9 @@ select Articles \-\-match_columns comment.content \-\-query groonga \-\-output_c
|
|
5787
5787
|
.UNINDENT
|
5788
5788
|
.UNINDENT
|
5789
5789
|
.sp
|
5790
|
-
ArticlesテーブルのcommentカラムとCommentsテーブルのcontentカラムをピリオド(
|
5790
|
+
ArticlesテーブルのcommentカラムとCommentsテーブルのcontentカラムをピリオド( \fB\&.\fP )で連結し \fB\-\-match_columns\fP の引数とする必要があります。
|
5791
5791
|
.sp
|
5792
|
-
最初に、このクエリはCommentsテーブルのcontentを全文検索し、次にCommentsテーブルを検索した結果のレコードを参照するArticlesテーブルのレコードを取得します。(これにより、Comments
|
5792
|
+
最初に、このクエリはCommentsテーブルのcontentを全文検索し、次にCommentsテーブルを検索した結果のレコードを参照するArticlesテーブルのレコードを取得します。(これにより、Commentsテーブルの \fBarticle\fP インデックスカラムを生成するクエリをコメントアウトすると、意図した検索結果が得られません。)
|
5793
5793
|
.sp
|
5794
5794
|
実行例:
|
5795
5795
|
.INDENT 0.0
|
@@ -8717,7 +8717,7 @@ groonga [options] \-\-protocol http \-s DB_PATH
|
|
8717
8717
|
.sp
|
8718
8718
|
In daemon mode, \fBgroonga\fP executable file runs as a daemon. Daemon
|
8719
8719
|
is similar to server but it runs in the background. See
|
8720
|
-
\
|
8720
|
+
\fIgroonga\-executable\-file\-server\-mode\fP about server.
|
8721
8721
|
.sp
|
8722
8722
|
Here is the syntax to run Groonga daemon with temporary database:
|
8723
8723
|
.INDENT 0.0
|
@@ -13353,27 +13353,36 @@ table_create Lexicon TABLE_PAT_KEY ShortText
|
|
13353
13353
|
いくつか省略可能な引数があります。
|
13354
13354
|
.SS 省略可能引数
|
13355
13355
|
.SS \fBtables\fP
|
13356
|
-
.
|
13357
|
-
.INDENT 3.5
|
13356
|
+
.sp
|
13358
13357
|
出力対象のテーブルを「,」(カンマ)区切りで指定します。存在しないテーブルを指定した場合は無視されます。
|
13359
|
-
.UNINDENT
|
13360
|
-
.UNINDENT
|
13361
13358
|
.SS \fBdump_plugins\fP
|
13359
|
+
.sp
|
13360
|
+
バージョン 5.0.3 で追加.
|
13361
|
+
|
13362
13362
|
.sp
|
13363
13363
|
登録されたプラグインを出力に含めるかどうかをカスタマイズすることができます。登録されたプラグインを出力から除外する場合、 \fBno\fP を指定します。
|
13364
13364
|
.sp
|
13365
13365
|
デフォルト値は \fByes\fP です。
|
13366
13366
|
.SS \fBdump_schema\fP
|
13367
|
+
.sp
|
13368
|
+
バージョン 5.0.3 で追加.
|
13369
|
+
|
13367
13370
|
.sp
|
13368
13371
|
データベーススキーマを出力に含めるかどうかをカスタマイズすることができます。データベーススキーマを出力から除外する場合、 \fBno\fP を指定します。
|
13369
13372
|
.sp
|
13370
13373
|
デフォルト値は \fByes\fP です。
|
13371
13374
|
.SS \fBdump_records\fP
|
13375
|
+
.sp
|
13376
|
+
バージョン 5.0.3 で追加.
|
13377
|
+
|
13372
13378
|
.sp
|
13373
13379
|
レコードを出力に含めるかどうかをカスタマイズすることができます。レコードを出力から除外する場合、 \fBno\fP を指定します。
|
13374
13380
|
.sp
|
13375
13381
|
デフォルト値は \fByes\fP です。
|
13376
13382
|
.SS \fBdump_indexes\fP
|
13383
|
+
.sp
|
13384
|
+
バージョン 5.0.3 で追加.
|
13385
|
+
|
13377
13386
|
.sp
|
13378
13387
|
インデックスを出力に含めるかどうかをカスタマイズすることができます。インデックスを出力から除外する場合、 \fBno\fP を指定します。
|
13379
13388
|
.sp
|
@@ -13381,6 +13390,60 @@ table_create Lexicon TABLE_PAT_KEY ShortText
|
|
13381
13390
|
.SS 戻り値
|
13382
13391
|
.sp
|
13383
13392
|
データベースのスキーマとデータをGroongaの組み込みコマンド呼び出し形式で出力します。output_type指定は無視されます。
|
13393
|
+
.SS \fBio_flush\fP
|
13394
|
+
.SS 概要
|
13395
|
+
.sp
|
13396
|
+
\fB注釈:\fP
|
13397
|
+
.INDENT 0.0
|
13398
|
+
.INDENT 3.5
|
13399
|
+
このコマンドは実験的な機能です。
|
13400
|
+
.UNINDENT
|
13401
|
+
.UNINDENT
|
13402
|
+
.sp
|
13403
|
+
バージョン 5.0.5 で追加.
|
13404
|
+
|
13405
|
+
.sp
|
13406
|
+
TODO
|
13407
|
+
.SS 構文
|
13408
|
+
.sp
|
13409
|
+
\fBio_flush\fP コマンドには2つの引数があります。:
|
13410
|
+
.INDENT 0.0
|
13411
|
+
.INDENT 3.5
|
13412
|
+
.sp
|
13413
|
+
.nf
|
13414
|
+
.ft C
|
13415
|
+
io_flush [target_name]
|
13416
|
+
[recursive=yes]
|
13417
|
+
.ft P
|
13418
|
+
.fi
|
13419
|
+
.UNINDENT
|
13420
|
+
.UNINDENT
|
13421
|
+
.SS 使い方
|
13422
|
+
.sp
|
13423
|
+
TODO
|
13424
|
+
.SS 引数
|
13425
|
+
.sp
|
13426
|
+
このセクションでは \fBio_flush\fP の引数について説明します。
|
13427
|
+
.SS 省略可能引数
|
13428
|
+
.sp
|
13429
|
+
いくつか省略可能な引数があります。
|
13430
|
+
.SS \fBtarget_name\fP
|
13431
|
+
.sp
|
13432
|
+
TODO
|
13433
|
+
.SS \fBrecursive\fP
|
13434
|
+
.sp
|
13435
|
+
TODO
|
13436
|
+
.SS 戻り値
|
13437
|
+
.INDENT 0.0
|
13438
|
+
.INDENT 3.5
|
13439
|
+
.sp
|
13440
|
+
.nf
|
13441
|
+
.ft C
|
13442
|
+
[HEADER, true]
|
13443
|
+
.ft P
|
13444
|
+
.fi
|
13445
|
+
.UNINDENT
|
13446
|
+
.UNINDENT
|
13384
13447
|
.SS \fBload\fP
|
13385
13448
|
.SS 概要
|
13386
13449
|
.sp
|
@@ -14129,6 +14192,160 @@ logical_range_filter
|
|
14129
14192
|
.fi
|
14130
14193
|
.UNINDENT
|
14131
14194
|
.UNINDENT
|
14195
|
+
.SS \fBlogical_select\fP
|
14196
|
+
.SS 概要
|
14197
|
+
.sp
|
14198
|
+
\fB注釈:\fP
|
14199
|
+
.INDENT 0.0
|
14200
|
+
.INDENT 3.5
|
14201
|
+
このコマンドは実験的な機能です。
|
14202
|
+
.UNINDENT
|
14203
|
+
.UNINDENT
|
14204
|
+
.sp
|
14205
|
+
バージョン 5.0.5 で追加.
|
14206
|
+
|
14207
|
+
.sp
|
14208
|
+
TODO
|
14209
|
+
.SS 構文
|
14210
|
+
.sp
|
14211
|
+
\fBlogical_select\fP コマンドには7つの引数があります。
|
14212
|
+
.sp
|
14213
|
+
必須引数は二つあります。 \fBlogical_table\fP と \fBshard_key\fP です。
|
14214
|
+
.INDENT 0.0
|
14215
|
+
.INDENT 3.5
|
14216
|
+
.sp
|
14217
|
+
.nf
|
14218
|
+
.ft C
|
14219
|
+
logical_select logical_table
|
14220
|
+
shard_key
|
14221
|
+
[min]
|
14222
|
+
[min_border]
|
14223
|
+
[max]
|
14224
|
+
[max_border]
|
14225
|
+
[filter]
|
14226
|
+
.ft P
|
14227
|
+
.fi
|
14228
|
+
.UNINDENT
|
14229
|
+
.UNINDENT
|
14230
|
+
.SS 使い方
|
14231
|
+
.sp
|
14232
|
+
TODO
|
14233
|
+
.SS 引数
|
14234
|
+
.sp
|
14235
|
+
このセクションでは \fBlogical_select\fP の引数について説明します。
|
14236
|
+
.SS 必須引数
|
14237
|
+
.sp
|
14238
|
+
必須引数は二つあります。 \fBlogical_table\fP と \fBshard_key\fP です。
|
14239
|
+
.SS \fBlogical_table\fP
|
14240
|
+
.sp
|
14241
|
+
論理テーブル名を指定します。これは "_YYYYMMDD" をテーブル名から除いたものです。実際のテーブルが "Logs_20150203" や "Logs_20150203" といったものなら、論理テーブル名は "Logs" です。
|
14242
|
+
.SS \fBshard_key\fP
|
14243
|
+
.sp
|
14244
|
+
個々のテーブルで共通のキーとして扱うカラム名を指定します。
|
14245
|
+
.SS 省略可能引数
|
14246
|
+
.sp
|
14247
|
+
いくつか省略可能な引数があります。
|
14248
|
+
.SS \fBmin\fP
|
14249
|
+
.sp
|
14250
|
+
\fBshard_key\fP の最小値を指定します。
|
14251
|
+
.SS \fBmin_border\fP
|
14252
|
+
.sp
|
14253
|
+
最小値を境界値として含めるのか否かを指定します。 \fBinclude\fP もしくは \fBexclude\fP を指定します。
|
14254
|
+
.SS \fBmax\fP
|
14255
|
+
.sp
|
14256
|
+
\fBshard_key\fP の最大値を指定します。
|
14257
|
+
.SS \fBmax_border\fP
|
14258
|
+
.sp
|
14259
|
+
最大値を境界値として含めるのか否かを指定します。 \fBinclude\fP もしくは \fBexclude\fP を指定します。
|
14260
|
+
.SS \fBfilter\fP
|
14261
|
+
.SS 戻り値
|
14262
|
+
.sp
|
14263
|
+
TODO: add more description for RESULTS
|
14264
|
+
.INDENT 0.0
|
14265
|
+
.INDENT 3.5
|
14266
|
+
.sp
|
14267
|
+
.nf
|
14268
|
+
.ft C
|
14269
|
+
[HEADER, RESULTS]
|
14270
|
+
.ft P
|
14271
|
+
.fi
|
14272
|
+
.UNINDENT
|
14273
|
+
.UNINDENT
|
14274
|
+
.SS \fBlogical_table_remove\fP
|
14275
|
+
.SS 概要
|
14276
|
+
.sp
|
14277
|
+
\fB注釈:\fP
|
14278
|
+
.INDENT 0.0
|
14279
|
+
.INDENT 3.5
|
14280
|
+
このコマンドは実験的な機能です。
|
14281
|
+
.UNINDENT
|
14282
|
+
.UNINDENT
|
14283
|
+
.sp
|
14284
|
+
バージョン 5.0.5 で追加.
|
14285
|
+
|
14286
|
+
.sp
|
14287
|
+
TODO
|
14288
|
+
.SS 構文
|
14289
|
+
.sp
|
14290
|
+
\fBlogical_table_remove\fP コマンドには6つの引数があります。
|
14291
|
+
.sp
|
14292
|
+
必須引数は二つあります。 \fBlogical_table\fP と \fBshard_key\fP です。
|
14293
|
+
.INDENT 0.0
|
14294
|
+
.INDENT 3.5
|
14295
|
+
.sp
|
14296
|
+
.nf
|
14297
|
+
.ft C
|
14298
|
+
logical_table_remove logical_table
|
14299
|
+
shard_key
|
14300
|
+
[min]
|
14301
|
+
[min_border]
|
14302
|
+
[max]
|
14303
|
+
[max_border]
|
14304
|
+
.ft P
|
14305
|
+
.fi
|
14306
|
+
.UNINDENT
|
14307
|
+
.UNINDENT
|
14308
|
+
.SS 使い方
|
14309
|
+
.sp
|
14310
|
+
TODO
|
14311
|
+
.SS 引数
|
14312
|
+
.sp
|
14313
|
+
このセクションでは \fBlogical_table_remove\fP の引数について説明します。
|
14314
|
+
.SS 必須引数
|
14315
|
+
.sp
|
14316
|
+
必須引数は二つあります。 \fBlogical_table\fP と \fBshard_key\fP です。
|
14317
|
+
.SS \fBlogical_table\fP
|
14318
|
+
.sp
|
14319
|
+
論理テーブル名を指定します。これは "_YYYYMMDD" をテーブル名から除いたものです。実際のテーブルが "Logs_20150203" や "Logs_20150203" といったものなら、論理テーブル名は "Logs" です。
|
14320
|
+
.SS \fBshard_key\fP
|
14321
|
+
.sp
|
14322
|
+
個々のテーブルで共通のキーとして扱うカラム名を指定します。
|
14323
|
+
.SS 省略可能引数
|
14324
|
+
.sp
|
14325
|
+
いくつか省略可能な引数があります。
|
14326
|
+
.SS \fBmin\fP
|
14327
|
+
.sp
|
14328
|
+
\fBshard_key\fP の最小値を指定します。
|
14329
|
+
.SS \fBmin_border\fP
|
14330
|
+
.sp
|
14331
|
+
最小値を境界値として含めるのか否かを指定します。 \fBinclude\fP もしくは \fBexclude\fP を指定します。
|
14332
|
+
.SS \fBmax\fP
|
14333
|
+
.sp
|
14334
|
+
\fBshard_key\fP の最大値を指定します。
|
14335
|
+
.SS \fBmax_border\fP
|
14336
|
+
.sp
|
14337
|
+
最大値を境界値として含めるのか否かを指定します。 \fBinclude\fP もしくは \fBexclude\fP を指定します。
|
14338
|
+
.SS 戻り値
|
14339
|
+
.INDENT 0.0
|
14340
|
+
.INDENT 3.5
|
14341
|
+
.sp
|
14342
|
+
.nf
|
14343
|
+
.ft C
|
14344
|
+
[HEADER, true]
|
14345
|
+
.ft P
|
14346
|
+
.fi
|
14347
|
+
.UNINDENT
|
14348
|
+
.UNINDENT
|
14132
14349
|
.SS \fBnormalize\fP
|
14133
14350
|
.sp
|
14134
14351
|
\fB注釈:\fP
|
@@ -21785,62 +22002,77 @@ tokenize TokenBigram "Fulltext Search"
|
|
21785
22002
|
# [
|
21786
22003
|
# {
|
21787
22004
|
# "position": 0,
|
22005
|
+
# "force_prefix": false,
|
21788
22006
|
# "value": "Fu"
|
21789
22007
|
# },
|
21790
22008
|
# {
|
21791
22009
|
# "position": 1,
|
22010
|
+
# "force_prefix": false,
|
21792
22011
|
# "value": "ul"
|
21793
22012
|
# },
|
21794
22013
|
# {
|
21795
22014
|
# "position": 2,
|
22015
|
+
# "force_prefix": false,
|
21796
22016
|
# "value": "ll"
|
21797
22017
|
# },
|
21798
22018
|
# {
|
21799
22019
|
# "position": 3,
|
22020
|
+
# "force_prefix": false,
|
21800
22021
|
# "value": "lt"
|
21801
22022
|
# },
|
21802
22023
|
# {
|
21803
22024
|
# "position": 4,
|
22025
|
+
# "force_prefix": false,
|
21804
22026
|
# "value": "te"
|
21805
22027
|
# },
|
21806
22028
|
# {
|
21807
22029
|
# "position": 5,
|
22030
|
+
# "force_prefix": false,
|
21808
22031
|
# "value": "ex"
|
21809
22032
|
# },
|
21810
22033
|
# {
|
21811
22034
|
# "position": 6,
|
22035
|
+
# "force_prefix": false,
|
21812
22036
|
# "value": "xt"
|
21813
22037
|
# },
|
21814
22038
|
# {
|
21815
22039
|
# "position": 7,
|
22040
|
+
# "force_prefix": false,
|
21816
22041
|
# "value": "t "
|
21817
22042
|
# },
|
21818
22043
|
# {
|
21819
22044
|
# "position": 8,
|
22045
|
+
# "force_prefix": false,
|
21820
22046
|
# "value": " S"
|
21821
22047
|
# },
|
21822
22048
|
# {
|
21823
22049
|
# "position": 9,
|
22050
|
+
# "force_prefix": false,
|
21824
22051
|
# "value": "Se"
|
21825
22052
|
# },
|
21826
22053
|
# {
|
21827
22054
|
# "position": 10,
|
22055
|
+
# "force_prefix": false,
|
21828
22056
|
# "value": "ea"
|
21829
22057
|
# },
|
21830
22058
|
# {
|
21831
22059
|
# "position": 11,
|
22060
|
+
# "force_prefix": false,
|
21832
22061
|
# "value": "ar"
|
21833
22062
|
# },
|
21834
22063
|
# {
|
21835
22064
|
# "position": 12,
|
22065
|
+
# "force_prefix": false,
|
21836
22066
|
# "value": "rc"
|
21837
22067
|
# },
|
21838
22068
|
# {
|
21839
22069
|
# "position": 13,
|
22070
|
+
# "force_prefix": false,
|
21840
22071
|
# "value": "ch"
|
21841
22072
|
# },
|
21842
22073
|
# {
|
21843
22074
|
# "position": 14,
|
22075
|
+
# "force_prefix": false,
|
21844
22076
|
# "value": "h"
|
21845
22077
|
# }
|
21846
22078
|
# ]
|
@@ -21881,62 +22113,77 @@ tokenize TokenTrigram "Fulltext Search"
|
|
21881
22113
|
# [
|
21882
22114
|
# {
|
21883
22115
|
# "position": 0,
|
22116
|
+
# "force_prefix": false,
|
21884
22117
|
# "value": "Ful"
|
21885
22118
|
# },
|
21886
22119
|
# {
|
21887
22120
|
# "position": 1,
|
22121
|
+
# "force_prefix": false,
|
21888
22122
|
# "value": "ull"
|
21889
22123
|
# },
|
21890
22124
|
# {
|
21891
22125
|
# "position": 2,
|
22126
|
+
# "force_prefix": false,
|
21892
22127
|
# "value": "llt"
|
21893
22128
|
# },
|
21894
22129
|
# {
|
21895
22130
|
# "position": 3,
|
22131
|
+
# "force_prefix": false,
|
21896
22132
|
# "value": "lte"
|
21897
22133
|
# },
|
21898
22134
|
# {
|
21899
22135
|
# "position": 4,
|
22136
|
+
# "force_prefix": false,
|
21900
22137
|
# "value": "tex"
|
21901
22138
|
# },
|
21902
22139
|
# {
|
21903
22140
|
# "position": 5,
|
22141
|
+
# "force_prefix": false,
|
21904
22142
|
# "value": "ext"
|
21905
22143
|
# },
|
21906
22144
|
# {
|
21907
22145
|
# "position": 6,
|
22146
|
+
# "force_prefix": false,
|
21908
22147
|
# "value": "xt "
|
21909
22148
|
# },
|
21910
22149
|
# {
|
21911
22150
|
# "position": 7,
|
22151
|
+
# "force_prefix": false,
|
21912
22152
|
# "value": "t S"
|
21913
22153
|
# },
|
21914
22154
|
# {
|
21915
22155
|
# "position": 8,
|
22156
|
+
# "force_prefix": false,
|
21916
22157
|
# "value": " Se"
|
21917
22158
|
# },
|
21918
22159
|
# {
|
21919
22160
|
# "position": 9,
|
22161
|
+
# "force_prefix": false,
|
21920
22162
|
# "value": "Sea"
|
21921
22163
|
# },
|
21922
22164
|
# {
|
21923
22165
|
# "position": 10,
|
22166
|
+
# "force_prefix": false,
|
21924
22167
|
# "value": "ear"
|
21925
22168
|
# },
|
21926
22169
|
# {
|
21927
22170
|
# "position": 11,
|
22171
|
+
# "force_prefix": false,
|
21928
22172
|
# "value": "arc"
|
21929
22173
|
# },
|
21930
22174
|
# {
|
21931
22175
|
# "position": 12,
|
22176
|
+
# "force_prefix": false,
|
21932
22177
|
# "value": "rch"
|
21933
22178
|
# },
|
21934
22179
|
# {
|
21935
22180
|
# "position": 13,
|
22181
|
+
# "force_prefix": false,
|
21936
22182
|
# "value": "ch"
|
21937
22183
|
# },
|
21938
22184
|
# {
|
21939
22185
|
# "position": 14,
|
22186
|
+
# "force_prefix": false,
|
21940
22187
|
# "value": "h"
|
21941
22188
|
# }
|
21942
22189
|
# ]
|
@@ -21971,162 +22218,202 @@ tokenize TokenBigram "Groonga is a fast fulltext earch engine!"
|
|
21971
22218
|
# [
|
21972
22219
|
# {
|
21973
22220
|
# "position": 0,
|
22221
|
+
# "force_prefix": false,
|
21974
22222
|
# "value": "Gr"
|
21975
22223
|
# },
|
21976
22224
|
# {
|
21977
22225
|
# "position": 1,
|
22226
|
+
# "force_prefix": false,
|
21978
22227
|
# "value": "ro"
|
21979
22228
|
# },
|
21980
22229
|
# {
|
21981
22230
|
# "position": 2,
|
22231
|
+
# "force_prefix": false,
|
21982
22232
|
# "value": "oo"
|
21983
22233
|
# },
|
21984
22234
|
# {
|
21985
22235
|
# "position": 3,
|
22236
|
+
# "force_prefix": false,
|
21986
22237
|
# "value": "on"
|
21987
22238
|
# },
|
21988
22239
|
# {
|
21989
22240
|
# "position": 4,
|
22241
|
+
# "force_prefix": false,
|
21990
22242
|
# "value": "ng"
|
21991
22243
|
# },
|
21992
22244
|
# {
|
21993
22245
|
# "position": 5,
|
22246
|
+
# "force_prefix": false,
|
21994
22247
|
# "value": "ga"
|
21995
22248
|
# },
|
21996
22249
|
# {
|
21997
22250
|
# "position": 6,
|
22251
|
+
# "force_prefix": false,
|
21998
22252
|
# "value": "a "
|
21999
22253
|
# },
|
22000
22254
|
# {
|
22001
22255
|
# "position": 7,
|
22256
|
+
# "force_prefix": false,
|
22002
22257
|
# "value": " i"
|
22003
22258
|
# },
|
22004
22259
|
# {
|
22005
22260
|
# "position": 8,
|
22261
|
+
# "force_prefix": false,
|
22006
22262
|
# "value": "is"
|
22007
22263
|
# },
|
22008
22264
|
# {
|
22009
22265
|
# "position": 9,
|
22266
|
+
# "force_prefix": false,
|
22010
22267
|
# "value": "s "
|
22011
22268
|
# },
|
22012
22269
|
# {
|
22013
22270
|
# "position": 10,
|
22271
|
+
# "force_prefix": false,
|
22014
22272
|
# "value": " a"
|
22015
22273
|
# },
|
22016
22274
|
# {
|
22017
22275
|
# "position": 11,
|
22276
|
+
# "force_prefix": false,
|
22018
22277
|
# "value": "a "
|
22019
22278
|
# },
|
22020
22279
|
# {
|
22021
22280
|
# "position": 12,
|
22281
|
+
# "force_prefix": false,
|
22022
22282
|
# "value": " f"
|
22023
22283
|
# },
|
22024
22284
|
# {
|
22025
22285
|
# "position": 13,
|
22286
|
+
# "force_prefix": false,
|
22026
22287
|
# "value": "fa"
|
22027
22288
|
# },
|
22028
22289
|
# {
|
22029
22290
|
# "position": 14,
|
22291
|
+
# "force_prefix": false,
|
22030
22292
|
# "value": "as"
|
22031
22293
|
# },
|
22032
22294
|
# {
|
22033
22295
|
# "position": 15,
|
22296
|
+
# "force_prefix": false,
|
22034
22297
|
# "value": "st"
|
22035
22298
|
# },
|
22036
22299
|
# {
|
22037
22300
|
# "position": 16,
|
22301
|
+
# "force_prefix": false,
|
22038
22302
|
# "value": "t "
|
22039
22303
|
# },
|
22040
22304
|
# {
|
22041
22305
|
# "position": 17,
|
22306
|
+
# "force_prefix": false,
|
22042
22307
|
# "value": " f"
|
22043
22308
|
# },
|
22044
22309
|
# {
|
22045
22310
|
# "position": 18,
|
22311
|
+
# "force_prefix": false,
|
22046
22312
|
# "value": "fu"
|
22047
22313
|
# },
|
22048
22314
|
# {
|
22049
22315
|
# "position": 19,
|
22316
|
+
# "force_prefix": false,
|
22050
22317
|
# "value": "ul"
|
22051
22318
|
# },
|
22052
22319
|
# {
|
22053
22320
|
# "position": 20,
|
22321
|
+
# "force_prefix": false,
|
22054
22322
|
# "value": "ll"
|
22055
22323
|
# },
|
22056
22324
|
# {
|
22057
22325
|
# "position": 21,
|
22326
|
+
# "force_prefix": false,
|
22058
22327
|
# "value": "lt"
|
22059
22328
|
# },
|
22060
22329
|
# {
|
22061
22330
|
# "position": 22,
|
22331
|
+
# "force_prefix": false,
|
22062
22332
|
# "value": "te"
|
22063
22333
|
# },
|
22064
22334
|
# {
|
22065
22335
|
# "position": 23,
|
22336
|
+
# "force_prefix": false,
|
22066
22337
|
# "value": "ex"
|
22067
22338
|
# },
|
22068
22339
|
# {
|
22069
22340
|
# "position": 24,
|
22341
|
+
# "force_prefix": false,
|
22070
22342
|
# "value": "xt"
|
22071
22343
|
# },
|
22072
22344
|
# {
|
22073
22345
|
# "position": 25,
|
22346
|
+
# "force_prefix": false,
|
22074
22347
|
# "value": "t "
|
22075
22348
|
# },
|
22076
22349
|
# {
|
22077
22350
|
# "position": 26,
|
22351
|
+
# "force_prefix": false,
|
22078
22352
|
# "value": " e"
|
22079
22353
|
# },
|
22080
22354
|
# {
|
22081
22355
|
# "position": 27,
|
22356
|
+
# "force_prefix": false,
|
22082
22357
|
# "value": "ea"
|
22083
22358
|
# },
|
22084
22359
|
# {
|
22085
22360
|
# "position": 28,
|
22361
|
+
# "force_prefix": false,
|
22086
22362
|
# "value": "ar"
|
22087
22363
|
# },
|
22088
22364
|
# {
|
22089
22365
|
# "position": 29,
|
22366
|
+
# "force_prefix": false,
|
22090
22367
|
# "value": "rc"
|
22091
22368
|
# },
|
22092
22369
|
# {
|
22093
22370
|
# "position": 30,
|
22371
|
+
# "force_prefix": false,
|
22094
22372
|
# "value": "ch"
|
22095
22373
|
# },
|
22096
22374
|
# {
|
22097
22375
|
# "position": 31,
|
22376
|
+
# "force_prefix": false,
|
22098
22377
|
# "value": "h "
|
22099
22378
|
# },
|
22100
22379
|
# {
|
22101
22380
|
# "position": 32,
|
22381
|
+
# "force_prefix": false,
|
22102
22382
|
# "value": " e"
|
22103
22383
|
# },
|
22104
22384
|
# {
|
22105
22385
|
# "position": 33,
|
22386
|
+
# "force_prefix": false,
|
22106
22387
|
# "value": "en"
|
22107
22388
|
# },
|
22108
22389
|
# {
|
22109
22390
|
# "position": 34,
|
22391
|
+
# "force_prefix": false,
|
22110
22392
|
# "value": "ng"
|
22111
22393
|
# },
|
22112
22394
|
# {
|
22113
22395
|
# "position": 35,
|
22396
|
+
# "force_prefix": false,
|
22114
22397
|
# "value": "gi"
|
22115
22398
|
# },
|
22116
22399
|
# {
|
22117
22400
|
# "position": 36,
|
22401
|
+
# "force_prefix": false,
|
22118
22402
|
# "value": "in"
|
22119
22403
|
# },
|
22120
22404
|
# {
|
22121
22405
|
# "position": 37,
|
22406
|
+
# "force_prefix": false,
|
22122
22407
|
# "value": "ne"
|
22123
22408
|
# },
|
22124
22409
|
# {
|
22125
22410
|
# "position": 38,
|
22411
|
+
# "force_prefix": false,
|
22126
22412
|
# "value": "e!"
|
22127
22413
|
# },
|
22128
22414
|
# {
|
22129
22415
|
# "position": 39,
|
22416
|
+
# "force_prefix": false,
|
22130
22417
|
# "value": "!"
|
22131
22418
|
# }
|
22132
22419
|
# ]
|
@@ -22162,62 +22449,77 @@ tokenize TokenBigram "Fulltext Search"
|
|
22162
22449
|
# [
|
22163
22450
|
# {
|
22164
22451
|
# "position": 0,
|
22452
|
+
# "force_prefix": false,
|
22165
22453
|
# "value": "Fu"
|
22166
22454
|
# },
|
22167
22455
|
# {
|
22168
22456
|
# "position": 1,
|
22457
|
+
# "force_prefix": false,
|
22169
22458
|
# "value": "ul"
|
22170
22459
|
# },
|
22171
22460
|
# {
|
22172
22461
|
# "position": 2,
|
22462
|
+
# "force_prefix": false,
|
22173
22463
|
# "value": "ll"
|
22174
22464
|
# },
|
22175
22465
|
# {
|
22176
22466
|
# "position": 3,
|
22467
|
+
# "force_prefix": false,
|
22177
22468
|
# "value": "lt"
|
22178
22469
|
# },
|
22179
22470
|
# {
|
22180
22471
|
# "position": 4,
|
22472
|
+
# "force_prefix": false,
|
22181
22473
|
# "value": "te"
|
22182
22474
|
# },
|
22183
22475
|
# {
|
22184
22476
|
# "position": 5,
|
22477
|
+
# "force_prefix": false,
|
22185
22478
|
# "value": "ex"
|
22186
22479
|
# },
|
22187
22480
|
# {
|
22188
22481
|
# "position": 6,
|
22482
|
+
# "force_prefix": false,
|
22189
22483
|
# "value": "xt"
|
22190
22484
|
# },
|
22191
22485
|
# {
|
22192
22486
|
# "position": 7,
|
22487
|
+
# "force_prefix": false,
|
22193
22488
|
# "value": "t "
|
22194
22489
|
# },
|
22195
22490
|
# {
|
22196
22491
|
# "position": 8,
|
22492
|
+
# "force_prefix": false,
|
22197
22493
|
# "value": " S"
|
22198
22494
|
# },
|
22199
22495
|
# {
|
22200
22496
|
# "position": 9,
|
22497
|
+
# "force_prefix": false,
|
22201
22498
|
# "value": "Se"
|
22202
22499
|
# },
|
22203
22500
|
# {
|
22204
22501
|
# "position": 10,
|
22502
|
+
# "force_prefix": false,
|
22205
22503
|
# "value": "ea"
|
22206
22504
|
# },
|
22207
22505
|
# {
|
22208
22506
|
# "position": 11,
|
22507
|
+
# "force_prefix": false,
|
22209
22508
|
# "value": "ar"
|
22210
22509
|
# },
|
22211
22510
|
# {
|
22212
22511
|
# "position": 12,
|
22512
|
+
# "force_prefix": false,
|
22213
22513
|
# "value": "rc"
|
22214
22514
|
# },
|
22215
22515
|
# {
|
22216
22516
|
# "position": 13,
|
22517
|
+
# "force_prefix": false,
|
22217
22518
|
# "value": "ch"
|
22218
22519
|
# },
|
22219
22520
|
# {
|
22220
22521
|
# "position": 14,
|
22522
|
+
# "force_prefix": false,
|
22221
22523
|
# "value": "h"
|
22222
22524
|
# }
|
22223
22525
|
# ]
|
@@ -22247,10 +22549,12 @@ tokenize TokenBigram "Fulltext Search" NormalizerAuto
|
|
22247
22549
|
# [
|
22248
22550
|
# {
|
22249
22551
|
# "position": 0,
|
22552
|
+
# "force_prefix": false,
|
22250
22553
|
# "value": "fulltext"
|
22251
22554
|
# },
|
22252
22555
|
# {
|
22253
22556
|
# "position": 1,
|
22557
|
+
# "force_prefix": false,
|
22254
22558
|
# "value": "search"
|
22255
22559
|
# }
|
22256
22560
|
# ]
|
@@ -22280,58 +22584,72 @@ tokenize TokenBigramSplitSymbolAlpha "Fulltext Search" NormalizerAuto
|
|
22280
22584
|
# [
|
22281
22585
|
# {
|
22282
22586
|
# "position": 0,
|
22587
|
+
# "force_prefix": false,
|
22283
22588
|
# "value": "fu"
|
22284
22589
|
# },
|
22285
22590
|
# {
|
22286
22591
|
# "position": 1,
|
22592
|
+
# "force_prefix": false,
|
22287
22593
|
# "value": "ul"
|
22288
22594
|
# },
|
22289
22595
|
# {
|
22290
22596
|
# "position": 2,
|
22597
|
+
# "force_prefix": false,
|
22291
22598
|
# "value": "ll"
|
22292
22599
|
# },
|
22293
22600
|
# {
|
22294
22601
|
# "position": 3,
|
22602
|
+
# "force_prefix": false,
|
22295
22603
|
# "value": "lt"
|
22296
22604
|
# },
|
22297
22605
|
# {
|
22298
22606
|
# "position": 4,
|
22607
|
+
# "force_prefix": false,
|
22299
22608
|
# "value": "te"
|
22300
22609
|
# },
|
22301
22610
|
# {
|
22302
22611
|
# "position": 5,
|
22612
|
+
# "force_prefix": false,
|
22303
22613
|
# "value": "ex"
|
22304
22614
|
# },
|
22305
22615
|
# {
|
22306
22616
|
# "position": 6,
|
22617
|
+
# "force_prefix": false,
|
22307
22618
|
# "value": "xt"
|
22308
22619
|
# },
|
22309
22620
|
# {
|
22310
22621
|
# "position": 7,
|
22622
|
+
# "force_prefix": false,
|
22311
22623
|
# "value": "t"
|
22312
22624
|
# },
|
22313
22625
|
# {
|
22314
22626
|
# "position": 8,
|
22627
|
+
# "force_prefix": false,
|
22315
22628
|
# "value": "se"
|
22316
22629
|
# },
|
22317
22630
|
# {
|
22318
22631
|
# "position": 9,
|
22632
|
+
# "force_prefix": false,
|
22319
22633
|
# "value": "ea"
|
22320
22634
|
# },
|
22321
22635
|
# {
|
22322
22636
|
# "position": 10,
|
22637
|
+
# "force_prefix": false,
|
22323
22638
|
# "value": "ar"
|
22324
22639
|
# },
|
22325
22640
|
# {
|
22326
22641
|
# "position": 11,
|
22642
|
+
# "force_prefix": false,
|
22327
22643
|
# "value": "rc"
|
22328
22644
|
# },
|
22329
22645
|
# {
|
22330
22646
|
# "position": 12,
|
22647
|
+
# "force_prefix": false,
|
22331
22648
|
# "value": "ch"
|
22332
22649
|
# },
|
22333
22650
|
# {
|
22334
22651
|
# "position": 13,
|
22652
|
+
# "force_prefix": false,
|
22335
22653
|
# "value": "h"
|
22336
22654
|
# }
|
22337
22655
|
# ]
|
@@ -22389,14 +22707,17 @@ tokenize TokenDelimit "Full
|
|
22389
22707
|
# [
|
22390
22708
|
# {
|
22391
22709
|
# "position": 0,
|
22710
|
+
# "force_prefix": false,
|
22392
22711
|
# "value": "full"
|
22393
22712
|
# },
|
22394
22713
|
# {
|
22395
22714
|
# "position": 1,
|
22715
|
+
# "force_prefix": false,
|
22396
22716
|
# "value": "text sea"
|
22397
22717
|
# },
|
22398
22718
|
# {
|
22399
22719
|
# "position": 2,
|
22720
|
+
# "force_prefix": false,
|
22400
22721
|
# "value": "crch"
|
22401
22722
|
# }
|
22402
22723
|
# ]
|
@@ -22425,69 +22746,84 @@ tokenize TokenBigram "Fulltext Search" \-\-mode ADD
|
|
22425
22746
|
# [
|
22426
22747
|
# [
|
22427
22748
|
# 0,
|
22428
|
-
#
|
22429
|
-
# 0.
|
22749
|
+
# 1337566253.89858,
|
22750
|
+
# 0.000355720520019531
|
22430
22751
|
# ],
|
22431
22752
|
# [
|
22432
22753
|
# {
|
22433
|
-
# "
|
22434
|
-
# "
|
22754
|
+
# "position": 0,
|
22755
|
+
# "force_prefix": false,
|
22756
|
+
# "value": "Fu"
|
22435
22757
|
# },
|
22436
22758
|
# {
|
22437
|
-
# "
|
22438
|
-
# "
|
22759
|
+
# "position": 1,
|
22760
|
+
# "force_prefix": false,
|
22761
|
+
# "value": "ul"
|
22439
22762
|
# },
|
22440
22763
|
# {
|
22441
|
-
# "
|
22442
|
-
# "
|
22764
|
+
# "position": 2,
|
22765
|
+
# "force_prefix": false,
|
22766
|
+
# "value": "ll"
|
22443
22767
|
# },
|
22444
22768
|
# {
|
22445
|
-
# "
|
22446
|
-
# "
|
22769
|
+
# "position": 3,
|
22770
|
+
# "force_prefix": false,
|
22771
|
+
# "value": "lt"
|
22447
22772
|
# },
|
22448
22773
|
# {
|
22449
|
-
# "
|
22450
|
-
# "
|
22774
|
+
# "position": 4,
|
22775
|
+
# "force_prefix": false,
|
22776
|
+
# "value": "te"
|
22451
22777
|
# },
|
22452
22778
|
# {
|
22453
|
-
# "
|
22454
|
-
# "
|
22779
|
+
# "position": 5,
|
22780
|
+
# "force_prefix": false,
|
22781
|
+
# "value": "ex"
|
22455
22782
|
# },
|
22456
22783
|
# {
|
22457
|
-
# "
|
22458
|
-
# "
|
22784
|
+
# "position": 6,
|
22785
|
+
# "force_prefix": false,
|
22786
|
+
# "value": "xt"
|
22459
22787
|
# },
|
22460
22788
|
# {
|
22461
|
-
# "
|
22462
|
-
# "
|
22789
|
+
# "position": 7,
|
22790
|
+
# "force_prefix": false,
|
22791
|
+
# "value": "t "
|
22463
22792
|
# },
|
22464
22793
|
# {
|
22465
|
-
# "
|
22466
|
-
# "
|
22794
|
+
# "position": 8,
|
22795
|
+
# "force_prefix": false,
|
22796
|
+
# "value": " S"
|
22467
22797
|
# },
|
22468
22798
|
# {
|
22469
|
-
# "
|
22470
|
-
# "
|
22799
|
+
# "position": 9,
|
22800
|
+
# "force_prefix": false,
|
22801
|
+
# "value": "Se"
|
22471
22802
|
# },
|
22472
22803
|
# {
|
22473
|
-
# "
|
22474
|
-
# "
|
22804
|
+
# "position": 10,
|
22805
|
+
# "force_prefix": false,
|
22806
|
+
# "value": "ea"
|
22475
22807
|
# },
|
22476
22808
|
# {
|
22477
|
-
# "
|
22478
|
-
# "
|
22809
|
+
# "position": 11,
|
22810
|
+
# "force_prefix": false,
|
22811
|
+
# "value": "ar"
|
22479
22812
|
# },
|
22480
22813
|
# {
|
22481
|
-
# "
|
22482
|
-
# "
|
22814
|
+
# "position": 12,
|
22815
|
+
# "force_prefix": false,
|
22816
|
+
# "value": "rc"
|
22483
22817
|
# },
|
22484
22818
|
# {
|
22485
|
-
# "
|
22486
|
-
# "
|
22819
|
+
# "position": 13,
|
22820
|
+
# "force_prefix": false,
|
22821
|
+
# "value": "ch"
|
22487
22822
|
# },
|
22488
22823
|
# {
|
22489
|
-
# "
|
22490
|
-
# "
|
22824
|
+
# "position": 14,
|
22825
|
+
# "force_prefix": false,
|
22826
|
+
# "value": "h"
|
22491
22827
|
# }
|
22492
22828
|
# ]
|
22493
22829
|
# ]
|
@@ -22510,65 +22846,79 @@ tokenize TokenBigram "Fulltext Search" \-\-mode GET
|
|
22510
22846
|
# [
|
22511
22847
|
# [
|
22512
22848
|
# 0,
|
22513
|
-
#
|
22514
|
-
# 0.
|
22849
|
+
# 1337566253.89858,
|
22850
|
+
# 0.000355720520019531
|
22515
22851
|
# ],
|
22516
22852
|
# [
|
22517
22853
|
# {
|
22518
|
-
# "
|
22519
|
-
# "
|
22854
|
+
# "position": 0,
|
22855
|
+
# "force_prefix": false,
|
22856
|
+
# "value": "Fu"
|
22520
22857
|
# },
|
22521
22858
|
# {
|
22522
|
-
# "
|
22523
|
-
# "
|
22859
|
+
# "position": 1,
|
22860
|
+
# "force_prefix": false,
|
22861
|
+
# "value": "ul"
|
22524
22862
|
# },
|
22525
22863
|
# {
|
22526
|
-
# "
|
22527
|
-
# "
|
22864
|
+
# "position": 2,
|
22865
|
+
# "force_prefix": false,
|
22866
|
+
# "value": "ll"
|
22528
22867
|
# },
|
22529
22868
|
# {
|
22530
|
-
# "
|
22531
|
-
# "
|
22869
|
+
# "position": 3,
|
22870
|
+
# "force_prefix": false,
|
22871
|
+
# "value": "lt"
|
22532
22872
|
# },
|
22533
22873
|
# {
|
22534
|
-
# "
|
22535
|
-
# "
|
22874
|
+
# "position": 4,
|
22875
|
+
# "force_prefix": false,
|
22876
|
+
# "value": "te"
|
22536
22877
|
# },
|
22537
22878
|
# {
|
22538
|
-
# "
|
22539
|
-
# "
|
22879
|
+
# "position": 5,
|
22880
|
+
# "force_prefix": false,
|
22881
|
+
# "value": "ex"
|
22540
22882
|
# },
|
22541
22883
|
# {
|
22542
|
-
# "
|
22543
|
-
# "
|
22884
|
+
# "position": 6,
|
22885
|
+
# "force_prefix": false,
|
22886
|
+
# "value": "xt"
|
22544
22887
|
# },
|
22545
22888
|
# {
|
22546
|
-
# "
|
22547
|
-
# "
|
22889
|
+
# "position": 7,
|
22890
|
+
# "force_prefix": false,
|
22891
|
+
# "value": "t "
|
22548
22892
|
# },
|
22549
22893
|
# {
|
22550
|
-
# "
|
22551
|
-
# "
|
22894
|
+
# "position": 8,
|
22895
|
+
# "force_prefix": false,
|
22896
|
+
# "value": " S"
|
22552
22897
|
# },
|
22553
22898
|
# {
|
22554
|
-
# "
|
22555
|
-
# "
|
22899
|
+
# "position": 9,
|
22900
|
+
# "force_prefix": false,
|
22901
|
+
# "value": "Se"
|
22556
22902
|
# },
|
22557
22903
|
# {
|
22558
|
-
# "
|
22559
|
-
# "
|
22904
|
+
# "position": 10,
|
22905
|
+
# "force_prefix": false,
|
22906
|
+
# "value": "ea"
|
22560
22907
|
# },
|
22561
22908
|
# {
|
22562
|
-
# "
|
22563
|
-
# "
|
22909
|
+
# "position": 11,
|
22910
|
+
# "force_prefix": false,
|
22911
|
+
# "value": "ar"
|
22564
22912
|
# },
|
22565
22913
|
# {
|
22566
|
-
# "
|
22567
|
-
# "
|
22914
|
+
# "position": 12,
|
22915
|
+
# "force_prefix": false,
|
22916
|
+
# "value": "rc"
|
22568
22917
|
# },
|
22569
22918
|
# {
|
22570
|
-
# "
|
22571
|
-
# "
|
22919
|
+
# "position": 13,
|
22920
|
+
# "force_prefix": false,
|
22921
|
+
# "value": "ch"
|
22572
22922
|
# }
|
22573
22923
|
# ]
|
22574
22924
|
# ]
|
@@ -24512,7 +24862,7 @@ table_create NFKC51Lexicon TABLE_HASH_KEY ShortText \-\-normalizer NormalizerNFK
|
|
24512
24862
|
.INDENT 3.5
|
24513
24863
|
.INDENT 0.0
|
24514
24864
|
.IP \(bu 2
|
24515
|
-
\
|
24865
|
+
\fI\%groonga\-normalizer\-mysql\fP
|
24516
24866
|
.UNINDENT
|
24517
24867
|
.UNINDENT
|
24518
24868
|
.UNINDENT
|
@@ -36283,27 +36633,22 @@ rc=0
|
|
36283
36633
|
.fi
|
36284
36634
|
.UNINDENT
|
36285
36635
|
.UNINDENT
|
36286
|
-
.SS
|
36636
|
+
.SS チューニング
|
36287
36637
|
.SS 概要
|
36288
36638
|
.sp
|
36289
|
-
|
36290
|
-
handling a large database.
|
36639
|
+
大きなデータベースを扱うためのチューニングパラメーターがいくつかあります。
|
36291
36640
|
.SS 引数
|
36292
36641
|
.sp
|
36293
|
-
|
36294
|
-
.SS
|
36642
|
+
このセクションではチューニングパラメーターについて説明します。
|
36643
|
+
.SS 1プロセスで開ける最大ファイル数
|
36295
36644
|
.sp
|
36296
|
-
|
36645
|
+
このパラメーターは大きなデータベースを扱うためのパラメーターです。
|
36297
36646
|
.sp
|
36298
|
-
Groonga
|
36299
|
-
database has many tables and columns, groonga process needs to open
|
36300
|
-
many files.
|
36647
|
+
Groongaは1つのテーブル・カラムごとに1つ以上のファイルを作ります。もし、データベース内にたくさんのテーブル・カラムがある場合は、Groongaプロセスはたくさんのファイルを開く必要があります。
|
36301
36648
|
.sp
|
36302
|
-
|
36303
|
-
relax the limitation.
|
36649
|
+
システムでは1プロセスごとに開ける最大ファイル数を制限しています。そのため、この制限を緩和する必要があります。
|
36304
36650
|
.sp
|
36305
|
-
|
36306
|
-
groonga:
|
36651
|
+
Groongaがどのくらいファイルを開くのかを計算する式は次の通りです。:
|
36307
36652
|
.INDENT 0.0
|
36308
36653
|
.INDENT 3.5
|
36309
36654
|
.sp
|
@@ -36319,7 +36664,7 @@ groonga:
|
|
36319
36664
|
.UNINDENT
|
36320
36665
|
.UNINDENT
|
36321
36666
|
.sp
|
36322
|
-
|
36667
|
+
次のスキーマを例として考えます。:
|
36323
36668
|
.INDENT 0.0
|
36324
36669
|
.INDENT 3.5
|
36325
36670
|
.sp
|
@@ -36336,7 +36681,7 @@ column_create Terms entries_content_index COLUMN_INDEX|WITH_POSITION Entries con
|
|
36336
36681
|
.UNINDENT
|
36337
36682
|
.UNINDENT
|
36338
36683
|
.sp
|
36339
|
-
|
36684
|
+
この例では少なくとも11ファイル開きます。:
|
36340
36685
|
.INDENT 0.0
|
36341
36686
|
.INDENT 3.5
|
36342
36687
|
.sp
|
@@ -36353,27 +36698,21 @@ This example opens at least 11 files:
|
|
36353
36698
|
.UNINDENT
|
36354
36699
|
.SS メモリ使用量
|
36355
36700
|
.sp
|
36356
|
-
|
36701
|
+
このパラメーターは大きなデータベースを扱うためのパラメーターです。
|
36357
36702
|
.sp
|
36358
|
-
Groonga
|
36359
|
-
doesn\(aqt maps unnecessary files onto memory until they are nneded.
|
36703
|
+
Groongaはデータベースファイルをメモリー上にマップしてデータベース内のデータにアクセスします。Groongaはすべてのファイルをマップするわけではなく、そのファイルの内容が必要になった段階でマップします。
|
36360
36704
|
.sp
|
36361
|
-
|
36362
|
-
onto memory. If total size of your database files is 6GiB, your
|
36363
|
-
groonga process uses 6GiB memory.
|
36705
|
+
データベース内のすべてのデータにアクセスすると、データベースのすべてのファイルをメモリー上にマップします。もし、データベースファイルの総サイズが6GiBなら、Groongaプロセスも6GiBのメモリーを使います。
|
36364
36706
|
.sp
|
36365
|
-
|
36366
|
-
be occurred. It is an example case that you dump your database.
|
36707
|
+
通常、データベースのすべてのファイルをメモリー上にマップすることはありません。しかし、マップすることもあります。たとえば、データベースの内容をダンプするときです。
|
36367
36708
|
.sp
|
36368
|
-
|
36709
|
+
通常、メモリーとスワップをあわせてデータベースのサイズより大きな量を用意する必要があります。Linuxにはメモリーとスワップの総量がデータベースサイズよりも小さくても動くようにできるチューニングパラメーターがあります。
|
36369
36710
|
.SS Linux
|
36370
36711
|
.sp
|
36371
|
-
このセクションではLinux
|
36372
|
-
.SS
|
36712
|
+
このセクションではLinux上でパラメーターをカスタマイズする方法について説明します。
|
36713
|
+
.SS \fBnofile\fP
|
36373
36714
|
.sp
|
36374
|
-
|
36375
|
-
a configuration file \fB/etc/security/limits.d/groonga.conf\fP that has
|
36376
|
-
the following content:
|
36715
|
+
次の内容の \fB/etc/security/limits.d/groonga.conf\fP 設定ファイルを作ることで \fItuning\-max\-n\-open\-files\fP パラメーターの制限を緩和することができます。:
|
36377
36716
|
.INDENT 0.0
|
36378
36717
|
.INDENT 3.5
|
36379
36718
|
.sp
|
@@ -36386,9 +36725,7 @@ ${USER} hard nofile ${MAX_VALUE}
|
|
36386
36725
|
.UNINDENT
|
36387
36726
|
.UNINDENT
|
36388
36727
|
.sp
|
36389
|
-
|
36390
|
-
process needs to open less than 10000 files, use the following
|
36391
|
-
configuration:
|
36728
|
+
Groongaプロセスを \fBgroonga\fP ユーザーで動かし、Groongaプロセスが10000以下のファイルを開くなら、次の設定を使います。:
|
36392
36729
|
.INDENT 0.0
|
36393
36730
|
.INDENT 3.5
|
36394
36731
|
.sp
|
@@ -36401,22 +36738,14 @@ groonga hard nofile 10000
|
|
36401
36738
|
.UNINDENT
|
36402
36739
|
.UNINDENT
|
36403
36740
|
.sp
|
36404
|
-
|
36405
|
-
|
36406
|
-
.SS vm.overcommit_memory
|
36741
|
+
この設定はGroongaサービスが再起動したあと、あるいは、 \fBgroonga\fP ユーザーがログインし直したときに反映されます。
|
36742
|
+
.SS \fBvm.overcommit_memory\fP
|
36407
36743
|
.sp
|
36408
|
-
|
36409
|
-
database that is larger than your memory and swap by setting
|
36410
|
-
\fBvm.overcommit_memory\fP kernel parameter to 1. 1 means that Groonga
|
36411
|
-
can always map database files onto memory. It is no problem until
|
36412
|
-
groonga touch mapped database files that their size is larger than
|
36413
|
-
memory and swap. Groonga recommends the configuration.
|
36744
|
+
これは \fItuning\-memory\-usage\fP 関連のパラメーターです。 \fBvm.overcommit_memory\fP カーネルパラメーターを \fB1\fP に設定することで、メモリーとスワップの総量以上のサイズのデータベースを扱うことができます。 \fB1\fP は「Groongaは常にデータベースファイルをメモリー上にマップできる」という意味です。Groongaはこの設定を推奨しています。
|
36414
36745
|
.sp
|
36415
|
-
|
36416
|
-
about \fBvm.overcommit_memory\fP parameter details.
|
36746
|
+
\fBvm.overcommit_memory\fP パラメーターの詳細は \fI\%overcommitに関するLinuxカーネルのドキュメント\fP を参照してください。
|
36417
36747
|
.sp
|
36418
|
-
|
36419
|
-
\fB/etc/sysctl.d/groonga.conf\fP that has the following content:
|
36748
|
+
次の内容の \fB/etc/sysctl.d/groonga.conf\fP 設定ファイルを作成することでこの設定をすることができます。:
|
36420
36749
|
.INDENT 0.0
|
36421
36750
|
.INDENT 3.5
|
36422
36751
|
.sp
|
@@ -36439,21 +36768,13 @@ vm.overcommit_memory = 1
|
|
36439
36768
|
.fi
|
36440
36769
|
.UNINDENT
|
36441
36770
|
.UNINDENT
|
36442
|
-
.SS
|
36771
|
+
.SS \fBvm.max_map_count\fP
|
36443
36772
|
.sp
|
36444
|
-
|
36445
|
-
16GiB or more larger size database by increasing \fBvm.max_map_count\fP
|
36446
|
-
kernel parameter. The parameter limits the max number of memory maps.
|
36773
|
+
これは \fItuning\-memory\-usage\fP 関連のパラメーターです。 \fBvm.max_map_count\fP カーネルパラメーターの値を増やすことで16GiB以上のサイズのデータベースを扱うことができます。このパラメーターはメモリーマップの回数を制限します。
|
36447
36774
|
.sp
|
36448
|
-
|
36449
|
-
Groonga maps 256KiB memory chunk at one time. If a database is larger
|
36450
|
-
than 16GiB, groonga reaches the limitation. (\fB256KiB * 65536 = 16GiB\fP)
|
36775
|
+
このカーネルパラメーターのデフォルト値は \fB65530\fP か \fB65536\fP です。Groongaは一度に256KiBずつメモリー上にマップします。データベースが16GiBよりも大きい場合、Groongaはこの制限に達します。( \fB256KiB * 65536 = 16GiB\fP )
|
36451
36776
|
.sp
|
36452
|
-
|
36453
|
-
16GiB or more larger size database. For example, you can handle almost
|
36454
|
-
32GiB size database by \fB65536 * 2 = 131072\fP\&. You can set the
|
36455
|
-
configuration by putting a configuration file
|
36456
|
-
\fB/etc/sysctl.d/groonga.conf\fP that has the following content:
|
36777
|
+
16GiB以上のサイズのデータベースを扱う場合はこのカーネルパラメーターの値を増やす必要があります。たとえば、 \fB65536 * 2 = 131072\fP まで増やすと32GiBくらいのデータベースを扱うことができます。次の内容の設定ファイルを \fB/etc/sysctl.d/groonga.conf\fP に置くとこの設定適用できます。:
|
36457
36778
|
.INDENT 0.0
|
36458
36779
|
.INDENT 3.5
|
36459
36780
|
.sp
|
@@ -36465,8 +36786,7 @@ vm.max_map_count = 131072
|
|
36465
36786
|
.UNINDENT
|
36466
36787
|
.UNINDENT
|
36467
36788
|
.sp
|
36468
|
-
|
36469
|
-
you already have \fBvm.overcommit_memory\fP configuration:
|
36789
|
+
すでに \fBvm.overcommit_memory\fP の設定があるはずなので、実際の設定ファイルの内容は次のようになることに注意してください。:
|
36470
36790
|
.INDENT 0.0
|
36471
36791
|
.INDENT 3.5
|
36472
36792
|
.sp
|
@@ -36493,7 +36813,7 @@ vm.max_map_count = 131072
|
|
36493
36813
|
.SS FreeBSD
|
36494
36814
|
.sp
|
36495
36815
|
このセクションではFreeBSD上で引数をカスタマイズする方法を説明します。
|
36496
|
-
.SS
|
36816
|
+
.SS \fBkern.maxfileperproc\fP
|
36497
36817
|
.sp
|
36498
36818
|
TODO
|
36499
36819
|
.SS API
|
@@ -40606,12 +40926,13 @@ Travis CIは64\-bit版のUbuntu 12.04 LTS サーバ版を使っています。
|
|
40606
40926
|
.sp
|
40607
40927
|
\fB\&.travis.yml\fP でビルド方法を変更することができます。( \fI\%Travis CI: Conifugration your Travis CI build with .travis.yml\fP 参照。) \fBbefore_install\fP フックまたは \fBinstall\fP フックを使います。もし、Travis CIがサポートしている言語(例えばRuby)を使ったソフトウェアの場合は \fBbefore_install\fP を使います。そうでない場合は \fBinstall\fP を使います。
|
40608
40928
|
.sp
|
40609
|
-
以下の \fBbefore_install\fP の設定を \fB\&.travis.yml\fP に加えます:
|
40929
|
+
以下の \fBsudo\fP と \fBbefore_install\fP の設定を \fB\&.travis.yml\fP に加えます:
|
40610
40930
|
.INDENT 0.0
|
40611
40931
|
.INDENT 3.5
|
40612
40932
|
.sp
|
40613
40933
|
.nf
|
40614
40934
|
.ft C
|
40935
|
+
sudo: required
|
40615
40936
|
before_install:
|
40616
40937
|
\- curl \-\-silent \-\-location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
|
40617
40938
|
.ft P
|
@@ -40619,6 +40940,8 @@ before_install:
|
|
40619
40940
|
.UNINDENT
|
40620
40941
|
.UNINDENT
|
40621
40942
|
.sp
|
40943
|
+
ここで使っているセットアップスクリプトの中で \fBsudo\fP コマンドを使っているので、 \fBsudo: required\fP の設定が必要になります。
|
40944
|
+
.sp
|
40622
40945
|
\fBbefore_install\fP フックではなく \fBinstall\fP フックを使わなければいけない場合は、単に \fBbefore_install:\fP を \fBinstall:\fP に書き換えてください。
|
40623
40946
|
.sp
|
40624
40947
|
上記の設定でビルド中にGroongaを使えるようになります。
|