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
 
| 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            .\" Man page generated from reStructuredText.
         
     | 
| 
       2 
2 
     | 
    
         
             
            .
         
     | 
| 
       3 
     | 
    
         
            -
            .TH "GROONGA" "1" " 
     | 
| 
      
 3 
     | 
    
         
            +
            .TH "GROONGA" "1" "June 29, 2015" "5.0.5" "Groonga"
         
     | 
| 
       4 
4 
     | 
    
         
             
            .SH NAME
         
     | 
| 
       5 
5 
     | 
    
         
             
            groonga \- Groonga documentation
         
     | 
| 
       6 
6 
     | 
    
         
             
            .
         
     | 
| 
         @@ -110,7 +110,7 @@ packages.groonga.org: 
     | 
|
| 
       110 
110 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       111 
111 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       112 
112 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       113 
     | 
    
         
            -
            \fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0. 
     | 
| 
      
 113 
     | 
    
         
            +
            \fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.5\-x86.exe\fP
         
     | 
| 
       114 
114 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       115 
115 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       116 
116 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -123,7 +123,7 @@ packages.goronga.org: 
     | 
|
| 
       123 
123 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       124 
124 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       125 
125 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       126 
     | 
    
         
            -
            \fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0. 
     | 
| 
      
 126 
     | 
    
         
            +
            \fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.5\-x64.exe\fP
         
     | 
| 
       127 
127 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       128 
128 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       129 
129 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -140,7 +140,7 @@ packages.groonga.org: 
     | 
|
| 
       140 
140 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       141 
141 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       142 
142 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       143 
     | 
    
         
            -
            \fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0. 
     | 
| 
      
 143 
     | 
    
         
            +
            \fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.5\-x86.zip\fP
         
     | 
| 
       144 
144 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       145 
145 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       146 
146 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -153,7 +153,7 @@ packages.groonga.org: 
     | 
|
| 
       153 
153 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       154 
154 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       155 
155 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       156 
     | 
    
         
            -
            \fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0. 
     | 
| 
      
 156 
     | 
    
         
            +
            \fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.5\-x64.zip\fP
         
     | 
| 
       157 
157 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       158 
158 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       159 
159 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -181,7 +181,7 @@ Download zipped source from packages.groonga.org: 
     | 
|
| 
       181 
181 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       182 
182 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       183 
183 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       184 
     | 
    
         
            -
            \fI\%http://packages.groonga.org/source/groonga/groonga\-5.0. 
     | 
| 
      
 184 
     | 
    
         
            +
            \fI\%http://packages.groonga.org/source/groonga/groonga\-5.0.5.zip\fP
         
     | 
| 
       185 
185 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       186 
186 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       187 
187 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -194,7 +194,7 @@ Move to the Groonga\(aqs source folder: 
     | 
|
| 
       194 
194 
     | 
    
         
             
            .sp
         
     | 
| 
       195 
195 
     | 
    
         
             
            .nf
         
     | 
| 
       196 
196 
     | 
    
         
             
            .ft C
         
     | 
| 
       197 
     | 
    
         
            -
            > cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-5.0. 
     | 
| 
      
 197 
     | 
    
         
            +
            > cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-5.0.5
         
     | 
| 
       198 
198 
     | 
    
         
             
            .ft P
         
     | 
| 
       199 
199 
     | 
    
         
             
            .fi
         
     | 
| 
       200 
200 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -208,7 +208,7 @@ parameter instead: 
     | 
|
| 
       208 
208 
     | 
    
         
             
            .sp
         
     | 
| 
       209 
209 
     | 
    
         
             
            .nf
         
     | 
| 
       210 
210 
     | 
    
         
             
            .ft C
         
     | 
| 
       211 
     | 
    
         
            -
            groonga\-5.0. 
     | 
| 
      
 211 
     | 
    
         
            +
            groonga\-5.0.5> cmake . \-G "Visual Studio 12 2013 Win64" \-DCMAKE_INSTALL_PREFIX=C:\eGroonga
         
     | 
| 
       212 
212 
     | 
    
         
             
            .ft P
         
     | 
| 
       213 
213 
     | 
    
         
             
            .fi
         
     | 
| 
       214 
214 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -220,7 +220,7 @@ Build: 
     | 
|
| 
       220 
220 
     | 
    
         
             
            .sp
         
     | 
| 
       221 
221 
     | 
    
         
             
            .nf
         
     | 
| 
       222 
222 
     | 
    
         
             
            .ft C
         
     | 
| 
       223 
     | 
    
         
            -
            groonga\-5.0. 
     | 
| 
      
 223 
     | 
    
         
            +
            groonga\-5.0.5> cmake \-\-build . \-\-config Release
         
     | 
| 
       224 
224 
     | 
    
         
             
            .ft P
         
     | 
| 
       225 
225 
     | 
    
         
             
            .fi
         
     | 
| 
       226 
226 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -232,7 +232,7 @@ Install: 
     | 
|
| 
       232 
232 
     | 
    
         
             
            .sp
         
     | 
| 
       233 
233 
     | 
    
         
             
            .nf
         
     | 
| 
       234 
234 
     | 
    
         
             
            .ft C
         
     | 
| 
       235 
     | 
    
         
            -
            groonga\-5.0. 
     | 
| 
      
 235 
     | 
    
         
            +
            groonga\-5.0.5> cmake \-\-build . \-\-config Release \-\-target Install
         
     | 
| 
       236 
236 
     | 
    
         
             
            .ft P
         
     | 
| 
       237 
237 
     | 
    
         
             
            .fi
         
     | 
| 
       238 
238 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -294,9 +294,9 @@ Download source: 
     | 
|
| 
       294 
294 
     | 
    
         
             
            .sp
         
     | 
| 
       295 
295 
     | 
    
         
             
            .nf
         
     | 
| 
       296 
296 
     | 
    
         
             
            .ft C
         
     | 
| 
       297 
     | 
    
         
            -
            % curl \-O http://packages.groonga.org/source/groonga/groonga\-5.0. 
     | 
| 
       298 
     | 
    
         
            -
            % tar xvzf groonga\-5.0. 
     | 
| 
       299 
     | 
    
         
            -
            % cd groonga\-5.0. 
     | 
| 
      
 297 
     | 
    
         
            +
            % curl \-O http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
         
     | 
| 
      
 298 
     | 
    
         
            +
            % tar xvzf groonga\-5.0.5.tar.gz
         
     | 
| 
      
 299 
     | 
    
         
            +
            % cd groonga\-5.0.5
         
     | 
| 
       300 
300 
     | 
    
         
             
            .ft P
         
     | 
| 
       301 
301 
     | 
    
         
             
            .fi
         
     | 
| 
       302 
302 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -460,7 +460,7 @@ Install groonga\-normalizer\-mysql package: 
     | 
|
| 
       460 
460 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       461 
461 
     | 
    
         
             
            .SS jessie
         
     | 
| 
       462 
462 
     | 
    
         
             
            .sp
         
     | 
| 
       463 
     | 
    
         
            -
            New in version 5.0. 
     | 
| 
      
 463 
     | 
    
         
            +
            New in version 5.0.5.
         
     | 
| 
       464 
464 
     | 
    
         | 
| 
       465 
465 
     | 
    
         
             
            .sp
         
     | 
| 
       466 
466 
     | 
    
         
             
            Add the Groonga apt repository.
         
     | 
| 
         @@ -592,9 +592,9 @@ Download source: 
     | 
|
| 
       592 
592 
     | 
    
         
             
            .sp
         
     | 
| 
       593 
593 
     | 
    
         
             
            .nf
         
     | 
| 
       594 
594 
     | 
    
         
             
            .ft C
         
     | 
| 
       595 
     | 
    
         
            -
            % wget http://packages.groonga.org/source/groonga/groonga\-5.0. 
     | 
| 
       596 
     | 
    
         
            -
            % tar xvzf groonga\-5.0. 
     | 
| 
       597 
     | 
    
         
            -
            % cd groonga\-5.0. 
     | 
| 
      
 595 
     | 
    
         
            +
            % wget http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
         
     | 
| 
      
 596 
     | 
    
         
            +
            % tar xvzf groonga\-5.0.5.tar.gz
         
     | 
| 
      
 597 
     | 
    
         
            +
            % cd groonga\-5.0.5
         
     | 
| 
       598 
598 
     | 
    
         
             
            .ft P
         
     | 
| 
       599 
599 
     | 
    
         
             
            .fi
         
     | 
| 
       600 
600 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -803,9 +803,9 @@ Download source: 
     | 
|
| 
       803 
803 
     | 
    
         
             
            .sp
         
     | 
| 
       804 
804 
     | 
    
         
             
            .nf
         
     | 
| 
       805 
805 
     | 
    
         
             
            .ft C
         
     | 
| 
       806 
     | 
    
         
            -
            % wget http://packages.groonga.org/source/groonga/groonga\-5.0. 
     | 
| 
       807 
     | 
    
         
            -
            % tar xvzf groonga\-5.0. 
     | 
| 
       808 
     | 
    
         
            -
            % cd groonga\-5.0. 
     | 
| 
      
 806 
     | 
    
         
            +
            % wget http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
         
     | 
| 
      
 807 
     | 
    
         
            +
            % tar xvzf groonga\-5.0.5.tar.gz
         
     | 
| 
      
 808 
     | 
    
         
            +
            % cd groonga\-5.0.5
         
     | 
| 
       809 
809 
     | 
    
         
             
            .ft P
         
     | 
| 
       810 
810 
     | 
    
         
             
            .fi
         
     | 
| 
       811 
811 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -1210,9 +1210,9 @@ Download source: 
     | 
|
| 
       1210 
1210 
     | 
    
         
             
            .sp
         
     | 
| 
       1211 
1211 
     | 
    
         
             
            .nf
         
     | 
| 
       1212 
1212 
     | 
    
         
             
            .ft C
         
     | 
| 
       1213 
     | 
    
         
            -
            % wget http://packages.groonga.org/source/groonga/groonga\-5.0. 
     | 
| 
       1214 
     | 
    
         
            -
            % tar xvzf groonga\-5.0. 
     | 
| 
       1215 
     | 
    
         
            -
            % cd groonga\-5.0. 
     | 
| 
      
 1213 
     | 
    
         
            +
            % wget http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
         
     | 
| 
      
 1214 
     | 
    
         
            +
            % tar xvzf groonga\-5.0.5.tar.gz
         
     | 
| 
      
 1215 
     | 
    
         
            +
            % cd groonga\-5.0.5
         
     | 
| 
       1216 
1216 
     | 
    
         
             
            .ft P
         
     | 
| 
       1217 
1217 
     | 
    
         
             
            .fi
         
     | 
| 
       1218 
1218 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -1413,9 +1413,9 @@ Download source: 
     | 
|
| 
       1413 
1413 
     | 
    
         
             
            .sp
         
     | 
| 
       1414 
1414 
     | 
    
         
             
            .nf
         
     | 
| 
       1415 
1415 
     | 
    
         
             
            .ft C
         
     | 
| 
       1416 
     | 
    
         
            -
            % wget http://packages.groonga.org/source/groonga/groonga\-5.0. 
     | 
| 
       1417 
     | 
    
         
            -
            % tar xvzf groonga\-5.0. 
     | 
| 
       1418 
     | 
    
         
            -
            % cd groonga\-5.0. 
     | 
| 
      
 1416 
     | 
    
         
            +
            % wget http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
         
     | 
| 
      
 1417 
     | 
    
         
            +
            % tar xvzf groonga\-5.0.5.tar.gz
         
     | 
| 
      
 1418 
     | 
    
         
            +
            % cd groonga\-5.0.5
         
     | 
| 
       1419 
1419 
     | 
    
         
             
            .ft P
         
     | 
| 
       1420 
1420 
     | 
    
         
             
            .fi
         
     | 
| 
       1421 
1421 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -1480,9 +1480,9 @@ Download source: 
     | 
|
| 
       1480 
1480 
     | 
    
         
             
            .sp
         
     | 
| 
       1481 
1481 
     | 
    
         
             
            .nf
         
     | 
| 
       1482 
1482 
     | 
    
         
             
            .ft C
         
     | 
| 
       1483 
     | 
    
         
            -
            % wget http://packages.groonga.org/source/groonga/groonga\-5.0. 
     | 
| 
       1484 
     | 
    
         
            -
            % gtar xvzf groonga\-5.0. 
     | 
| 
       1485 
     | 
    
         
            -
            % cd groonga\-5.0. 
     | 
| 
      
 1483 
     | 
    
         
            +
            % wget http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
         
     | 
| 
      
 1484 
     | 
    
         
            +
            % gtar xvzf groonga\-5.0.5.tar.gz
         
     | 
| 
      
 1485 
     | 
    
         
            +
            % cd groonga\-5.0.5
         
     | 
| 
       1486 
1486 
     | 
    
         
             
            .ft P
         
     | 
| 
       1487 
1487 
     | 
    
         
             
            .fi
         
     | 
| 
       1488 
1488 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -1622,9 +1622,9 @@ steps: 
     | 
|
| 
       1622 
1622 
     | 
    
         
             
            .sp
         
     | 
| 
       1623 
1623 
     | 
    
         
             
            .nf
         
     | 
| 
       1624 
1624 
     | 
    
         
             
            .ft C
         
     | 
| 
       1625 
     | 
    
         
            -
            % wget http://packages.groonga.org/source/groonga/groonga\-5.0. 
     | 
| 
       1626 
     | 
    
         
            -
            % tar xvzf groonga\-5.0. 
     | 
| 
       1627 
     | 
    
         
            -
            % cd groonga\-5.0. 
     | 
| 
      
 1625 
     | 
    
         
            +
            % wget http://packages.groonga.org/source/groonga/groonga\-5.0.5.tar.gz
         
     | 
| 
      
 1626 
     | 
    
         
            +
            % tar xvzf groonga\-5.0.5.tar.gz
         
     | 
| 
      
 1627 
     | 
    
         
            +
            % cd groonga\-5.0.5
         
     | 
| 
       1628 
1628 
     | 
    
         
             
            % ./configure
         
     | 
| 
       1629 
1629 
     | 
    
         
             
            % make
         
     | 
| 
       1630 
1630 
     | 
    
         
             
            % sudo make install
         
     | 
| 
         @@ -5965,10 +5965,10 @@ select Articles \-\-match_columns comment.content \-\-query groonga \-\-output_c 
     | 
|
| 
       5965 
5965 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       5966 
5966 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       5967 
5967 
     | 
    
         
             
            .sp
         
     | 
| 
       5968 
     | 
    
         
            -
            You need to concatenate comment column of Articles table and content column of Comments table with period( 
     | 
| 
      
 5968 
     | 
    
         
            +
            You need to concatenate comment column of Articles table and content column of Comments table with period( \fB\&.\fP ) as \fB\-\-match_columns\fP arguments.
         
     | 
| 
       5969 
5969 
     | 
    
         
             
            .sp
         
     | 
| 
       5970 
5970 
     | 
    
         
             
            At first, this query execute fulltext search from content of Comments table, then fetch the records of Articles table which refers to already searched records of Comments table.
         
     | 
| 
       5971 
     | 
    
         
            -
            (Because of this, if you comment out the query which  
     | 
| 
      
 5971 
     | 
    
         
            +
            (Because of this, if you comment out the query which creates index column \fBarticle\fP of Comments table, you can\(aqt get intended search results.)
         
     | 
| 
       5972 
5972 
     | 
    
         
             
            .sp
         
     | 
| 
       5973 
5973 
     | 
    
         
             
            Execution example:
         
     | 
| 
       5974 
5974 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
         @@ -9001,7 +9001,7 @@ groonga [options] \-\-protocol http \-s DB_PATH 
     | 
|
| 
       9001 
9001 
     | 
    
         
             
            .sp
         
     | 
| 
       9002 
9002 
     | 
    
         
             
            In daemon mode, \fBgroonga\fP executable file runs as a daemon. Daemon
         
     | 
| 
       9003 
9003 
     | 
    
         
             
            is similar to server but it runs in the background. See
         
     | 
| 
       9004 
     | 
    
         
            -
            \ 
     | 
| 
      
 9004 
     | 
    
         
            +
            \fIgroonga\-executable\-file\-server\-mode\fP about server.
         
     | 
| 
       9005 
9005 
     | 
    
         
             
            .sp
         
     | 
| 
       9006 
9006 
     | 
    
         
             
            Here is the syntax to run Groonga daemon with temporary database:
         
     | 
| 
       9007 
9007 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
         @@ -13798,30 +13798,39 @@ table_create Lexicon TABLE_PAT_KEY ShortText 
     | 
|
| 
       13798 
13798 
     | 
    
         
             
            There are optional parameters.
         
     | 
| 
       13799 
13799 
     | 
    
         
             
            .SS Optional parameters
         
     | 
| 
       13800 
13800 
     | 
    
         
             
            .SS \fBtables\fP
         
     | 
| 
       13801 
     | 
    
         
            -
            . 
     | 
| 
       13802 
     | 
    
         
            -
            .INDENT 3.5
         
     | 
| 
      
 13801 
     | 
    
         
            +
            .sp
         
     | 
| 
       13803 
13802 
     | 
    
         
             
            出力対象のテーブルを「,」(カンマ)区切りで指定します。存在しないテーブルを指定した場合は無視されます。
         
     | 
| 
       13804 
     | 
    
         
            -
            .UNINDENT
         
     | 
| 
       13805 
     | 
    
         
            -
            .UNINDENT
         
     | 
| 
       13806 
13803 
     | 
    
         
             
            .SS \fBdump_plugins\fP
         
     | 
| 
      
 13804 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13805 
     | 
    
         
            +
            New in version 5.0.3.
         
     | 
| 
      
 13806 
     | 
    
         
            +
             
     | 
| 
       13807 
13807 
     | 
    
         
             
            .sp
         
     | 
| 
       13808 
13808 
     | 
    
         
             
            You can customize the output whether it contains registered plugins or not.
         
     | 
| 
       13809 
13809 
     | 
    
         
             
            To exclude registered plugins from the output, specify \fBno\fP\&.
         
     | 
| 
       13810 
13810 
     | 
    
         
             
            .sp
         
     | 
| 
       13811 
13811 
     | 
    
         
             
            The default value is \fByes\fP\&.
         
     | 
| 
       13812 
13812 
     | 
    
         
             
            .SS \fBdump_schema\fP
         
     | 
| 
      
 13813 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13814 
     | 
    
         
            +
            New in version 5.0.3.
         
     | 
| 
      
 13815 
     | 
    
         
            +
             
     | 
| 
       13813 
13816 
     | 
    
         
             
            .sp
         
     | 
| 
       13814 
13817 
     | 
    
         
             
            You can customize the output whether it contains database schema or not.
         
     | 
| 
       13815 
13818 
     | 
    
         
             
            To exclude database schema from the output, specify \fBno\fP\&.
         
     | 
| 
       13816 
13819 
     | 
    
         
             
            .sp
         
     | 
| 
       13817 
13820 
     | 
    
         
             
            The default value is \fByes\fP\&.
         
     | 
| 
       13818 
13821 
     | 
    
         
             
            .SS \fBdump_records\fP
         
     | 
| 
      
 13822 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13823 
     | 
    
         
            +
            New in version 5.0.3.
         
     | 
| 
      
 13824 
     | 
    
         
            +
             
     | 
| 
       13819 
13825 
     | 
    
         
             
            .sp
         
     | 
| 
       13820 
13826 
     | 
    
         
             
            You can customize the output whether it contains records or not.
         
     | 
| 
       13821 
13827 
     | 
    
         
             
            To exclude records from the output, specify \fBno\fP\&.
         
     | 
| 
       13822 
13828 
     | 
    
         
             
            .sp
         
     | 
| 
       13823 
13829 
     | 
    
         
             
            The default value is \fByes\fP\&.
         
     | 
| 
       13824 
13830 
     | 
    
         
             
            .SS \fBdump_indexes\fP
         
     | 
| 
      
 13831 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13832 
     | 
    
         
            +
            New in version 5.0.3.
         
     | 
| 
      
 13833 
     | 
    
         
            +
             
     | 
| 
       13825 
13834 
     | 
    
         
             
            .sp
         
     | 
| 
       13826 
13835 
     | 
    
         
             
            You can customize the output whether it contains indexes or not.
         
     | 
| 
       13827 
13836 
     | 
    
         
             
            To exclude indexes from the output, specify \fBno\fP\&.
         
     | 
| 
         @@ -13830,6 +13839,60 @@ The default value is \fByes\fP\&. 
     | 
|
| 
       13830 
13839 
     | 
    
         
             
            .SS Return value
         
     | 
| 
       13831 
13840 
     | 
    
         
             
            .sp
         
     | 
| 
       13832 
13841 
     | 
    
         
             
            データベースのスキーマとデータをGroongaの組み込みコマンド呼び出し形式で出力します。output_type指定は無視されます。
         
     | 
| 
      
 13842 
     | 
    
         
            +
            .SS \fBio_flush\fP
         
     | 
| 
      
 13843 
     | 
    
         
            +
            .SS Summary
         
     | 
| 
      
 13844 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13845 
     | 
    
         
            +
            \fBNOTE:\fP
         
     | 
| 
      
 13846 
     | 
    
         
            +
            .INDENT 0.0
         
     | 
| 
      
 13847 
     | 
    
         
            +
            .INDENT 3.5
         
     | 
| 
      
 13848 
     | 
    
         
            +
            This command is an experimental feature.
         
     | 
| 
      
 13849 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 13850 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 13851 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13852 
     | 
    
         
            +
            New in version 5.0.5.
         
     | 
| 
      
 13853 
     | 
    
         
            +
             
     | 
| 
      
 13854 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13855 
     | 
    
         
            +
            TODO
         
     | 
| 
      
 13856 
     | 
    
         
            +
            .SS Syntax
         
     | 
| 
      
 13857 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13858 
     | 
    
         
            +
            \fBio_flush\fP command has two parameters.
         
     | 
| 
      
 13859 
     | 
    
         
            +
            .INDENT 0.0
         
     | 
| 
      
 13860 
     | 
    
         
            +
            .INDENT 3.5
         
     | 
| 
      
 13861 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13862 
     | 
    
         
            +
            .nf
         
     | 
| 
      
 13863 
     | 
    
         
            +
            .ft C
         
     | 
| 
      
 13864 
     | 
    
         
            +
            io_flush [target_name]
         
     | 
| 
      
 13865 
     | 
    
         
            +
                     [recursive=yes]
         
     | 
| 
      
 13866 
     | 
    
         
            +
            .ft P
         
     | 
| 
      
 13867 
     | 
    
         
            +
            .fi
         
     | 
| 
      
 13868 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 13869 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 13870 
     | 
    
         
            +
            .SS Usage
         
     | 
| 
      
 13871 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13872 
     | 
    
         
            +
            TODO
         
     | 
| 
      
 13873 
     | 
    
         
            +
            .SS Parameters
         
     | 
| 
      
 13874 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13875 
     | 
    
         
            +
            This section describes parameters of \fBio_flush\fP\&.
         
     | 
| 
      
 13876 
     | 
    
         
            +
            .SS Optional parameters
         
     | 
| 
      
 13877 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13878 
     | 
    
         
            +
            There are optional parameters.
         
     | 
| 
      
 13879 
     | 
    
         
            +
            .SS \fBtarget_name\fP
         
     | 
| 
      
 13880 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13881 
     | 
    
         
            +
            TODO
         
     | 
| 
      
 13882 
     | 
    
         
            +
            .SS \fBrecursive\fP
         
     | 
| 
      
 13883 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13884 
     | 
    
         
            +
            TODO
         
     | 
| 
      
 13885 
     | 
    
         
            +
            .SS Return value
         
     | 
| 
      
 13886 
     | 
    
         
            +
            .INDENT 0.0
         
     | 
| 
      
 13887 
     | 
    
         
            +
            .INDENT 3.5
         
     | 
| 
      
 13888 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 13889 
     | 
    
         
            +
            .nf
         
     | 
| 
      
 13890 
     | 
    
         
            +
            .ft C
         
     | 
| 
      
 13891 
     | 
    
         
            +
            [HEADER, true]
         
     | 
| 
      
 13892 
     | 
    
         
            +
            .ft P
         
     | 
| 
      
 13893 
     | 
    
         
            +
            .fi
         
     | 
| 
      
 13894 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 13895 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
       13833 
13896 
     | 
    
         
             
            .SS \fBload\fP
         
     | 
| 
       13834 
13897 
     | 
    
         
             
            .SS Summary
         
     | 
| 
       13835 
13898 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -14591,6 +14654,166 @@ Specify \fBinclude\fP or \fBexclude\fP as the value of this parameter. 
     | 
|
| 
       14591 
14654 
     | 
    
         
             
            .fi
         
     | 
| 
       14592 
14655 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       14593 
14656 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
      
 14657 
     | 
    
         
            +
            .SS \fBlogical_select\fP
         
     | 
| 
      
 14658 
     | 
    
         
            +
            .SS Summary
         
     | 
| 
      
 14659 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14660 
     | 
    
         
            +
            \fBNOTE:\fP
         
     | 
| 
      
 14661 
     | 
    
         
            +
            .INDENT 0.0
         
     | 
| 
      
 14662 
     | 
    
         
            +
            .INDENT 3.5
         
     | 
| 
      
 14663 
     | 
    
         
            +
            This command is an experimental feature.
         
     | 
| 
      
 14664 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 14665 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 14666 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14667 
     | 
    
         
            +
            New in version 5.0.5.
         
     | 
| 
      
 14668 
     | 
    
         
            +
             
     | 
| 
      
 14669 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14670 
     | 
    
         
            +
            TODO
         
     | 
| 
      
 14671 
     | 
    
         
            +
            .SS Syntax
         
     | 
| 
      
 14672 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14673 
     | 
    
         
            +
            \fBlogical_select\fP command has seven parameters.
         
     | 
| 
      
 14674 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14675 
     | 
    
         
            +
            The required parameters are \fBlogical_table\fP and \fBshard_key\fP:
         
     | 
| 
      
 14676 
     | 
    
         
            +
            .INDENT 0.0
         
     | 
| 
      
 14677 
     | 
    
         
            +
            .INDENT 3.5
         
     | 
| 
      
 14678 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14679 
     | 
    
         
            +
            .nf
         
     | 
| 
      
 14680 
     | 
    
         
            +
            .ft C
         
     | 
| 
      
 14681 
     | 
    
         
            +
            logical_select logical_table
         
     | 
| 
      
 14682 
     | 
    
         
            +
                           shard_key
         
     | 
| 
      
 14683 
     | 
    
         
            +
                           [min]
         
     | 
| 
      
 14684 
     | 
    
         
            +
                           [min_border]
         
     | 
| 
      
 14685 
     | 
    
         
            +
                           [max]
         
     | 
| 
      
 14686 
     | 
    
         
            +
                           [max_border]
         
     | 
| 
      
 14687 
     | 
    
         
            +
                           [filter]
         
     | 
| 
      
 14688 
     | 
    
         
            +
            .ft P
         
     | 
| 
      
 14689 
     | 
    
         
            +
            .fi
         
     | 
| 
      
 14690 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 14691 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 14692 
     | 
    
         
            +
            .SS Usage
         
     | 
| 
      
 14693 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14694 
     | 
    
         
            +
            TODO
         
     | 
| 
      
 14695 
     | 
    
         
            +
            .SS Parameters
         
     | 
| 
      
 14696 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14697 
     | 
    
         
            +
            This section describes parameters of \fBlogical_select\fP\&.
         
     | 
| 
      
 14698 
     | 
    
         
            +
            .SS Required parameter
         
     | 
| 
      
 14699 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14700 
     | 
    
         
            +
            There are required parameters, \fBlogical_table\fP and \fBshard_key\fP\&.
         
     | 
| 
      
 14701 
     | 
    
         
            +
            .SS \fBlogical_table\fP
         
     | 
| 
      
 14702 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14703 
     | 
    
         
            +
            Specifies logical table name. It means table name without "_YYYYMMDD" postfix.
         
     | 
| 
      
 14704 
     | 
    
         
            +
            If you use actual table such as "Logs_20150203", "Logs_20150203" and so on, logical table name is "Logs".
         
     | 
| 
      
 14705 
     | 
    
         
            +
            .SS \fBshard_key\fP
         
     | 
| 
      
 14706 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14707 
     | 
    
         
            +
            Specifies column name which is treated as shared key in each parted table.
         
     | 
| 
      
 14708 
     | 
    
         
            +
            .SS Optional parameters
         
     | 
| 
      
 14709 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14710 
     | 
    
         
            +
            There are optional parameters.
         
     | 
| 
      
 14711 
     | 
    
         
            +
            .SS \fBmin\fP
         
     | 
| 
      
 14712 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14713 
     | 
    
         
            +
            Specifies the min value of \fBshard_key\fP
         
     | 
| 
      
 14714 
     | 
    
         
            +
            .SS \fBmin_border\fP
         
     | 
| 
      
 14715 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14716 
     | 
    
         
            +
            Specifies whether the min value of borderline must be include or not.
         
     | 
| 
      
 14717 
     | 
    
         
            +
            Specify \fBinclude\fP or \fBexclude\fP as the value of this parameter.
         
     | 
| 
      
 14718 
     | 
    
         
            +
            .SS \fBmax\fP
         
     | 
| 
      
 14719 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14720 
     | 
    
         
            +
            Specifies the max value of \fBshard_key\fP\&.
         
     | 
| 
      
 14721 
     | 
    
         
            +
            .SS \fBmax_border\fP
         
     | 
| 
      
 14722 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14723 
     | 
    
         
            +
            Specifies whether the max value of borderline must be include or not.
         
     | 
| 
      
 14724 
     | 
    
         
            +
            Specify \fBinclude\fP or \fBexclude\fP as the value of this parameter.
         
     | 
| 
      
 14725 
     | 
    
         
            +
            .SS \fBfilter\fP
         
     | 
| 
      
 14726 
     | 
    
         
            +
            .SS Return value
         
     | 
| 
      
 14727 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14728 
     | 
    
         
            +
            TODO: add more description for RESULTS
         
     | 
| 
      
 14729 
     | 
    
         
            +
            .INDENT 0.0
         
     | 
| 
      
 14730 
     | 
    
         
            +
            .INDENT 3.5
         
     | 
| 
      
 14731 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14732 
     | 
    
         
            +
            .nf
         
     | 
| 
      
 14733 
     | 
    
         
            +
            .ft C
         
     | 
| 
      
 14734 
     | 
    
         
            +
            [HEADER, RESULTS]
         
     | 
| 
      
 14735 
     | 
    
         
            +
            .ft P
         
     | 
| 
      
 14736 
     | 
    
         
            +
            .fi
         
     | 
| 
      
 14737 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 14738 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 14739 
     | 
    
         
            +
            .SS \fBlogical_table_remove\fP
         
     | 
| 
      
 14740 
     | 
    
         
            +
            .SS Summary
         
     | 
| 
      
 14741 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14742 
     | 
    
         
            +
            \fBNOTE:\fP
         
     | 
| 
      
 14743 
     | 
    
         
            +
            .INDENT 0.0
         
     | 
| 
      
 14744 
     | 
    
         
            +
            .INDENT 3.5
         
     | 
| 
      
 14745 
     | 
    
         
            +
            This command is an experimental feature.
         
     | 
| 
      
 14746 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 14747 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 14748 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14749 
     | 
    
         
            +
            New in version 5.0.5.
         
     | 
| 
      
 14750 
     | 
    
         
            +
             
     | 
| 
      
 14751 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14752 
     | 
    
         
            +
            TODO
         
     | 
| 
      
 14753 
     | 
    
         
            +
            .SS Syntax
         
     | 
| 
      
 14754 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14755 
     | 
    
         
            +
            \fBlogical_table_remove\fP command has six parameters.
         
     | 
| 
      
 14756 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14757 
     | 
    
         
            +
            The required parameters are \fBlogical_table\fP and \fBshard_key\fP:
         
     | 
| 
      
 14758 
     | 
    
         
            +
            .INDENT 0.0
         
     | 
| 
      
 14759 
     | 
    
         
            +
            .INDENT 3.5
         
     | 
| 
      
 14760 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14761 
     | 
    
         
            +
            .nf
         
     | 
| 
      
 14762 
     | 
    
         
            +
            .ft C
         
     | 
| 
      
 14763 
     | 
    
         
            +
            logical_table_remove logical_table
         
     | 
| 
      
 14764 
     | 
    
         
            +
                                 shard_key
         
     | 
| 
      
 14765 
     | 
    
         
            +
                                 [min]
         
     | 
| 
      
 14766 
     | 
    
         
            +
                                 [min_border]
         
     | 
| 
      
 14767 
     | 
    
         
            +
                                 [max]
         
     | 
| 
      
 14768 
     | 
    
         
            +
                                 [max_border]
         
     | 
| 
      
 14769 
     | 
    
         
            +
            .ft P
         
     | 
| 
      
 14770 
     | 
    
         
            +
            .fi
         
     | 
| 
      
 14771 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 14772 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 14773 
     | 
    
         
            +
            .SS Usage
         
     | 
| 
      
 14774 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14775 
     | 
    
         
            +
            TODO
         
     | 
| 
      
 14776 
     | 
    
         
            +
            .SS Parameters
         
     | 
| 
      
 14777 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14778 
     | 
    
         
            +
            This section describes parameters of \fBlogical_table_remove\fP\&.
         
     | 
| 
      
 14779 
     | 
    
         
            +
            .SS Required parameter
         
     | 
| 
      
 14780 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14781 
     | 
    
         
            +
            There are required parameters, \fBlogical_table\fP and \fBshard_key\fP\&.
         
     | 
| 
      
 14782 
     | 
    
         
            +
            .SS \fBlogical_table\fP
         
     | 
| 
      
 14783 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14784 
     | 
    
         
            +
            Specifies logical table name. It means table name without "_YYYYMMDD" postfix.
         
     | 
| 
      
 14785 
     | 
    
         
            +
            If you use actual table such as "Logs_20150203", "Logs_20150203" and so on, logical table name is "Logs".
         
     | 
| 
      
 14786 
     | 
    
         
            +
            .SS \fBshard_key\fP
         
     | 
| 
      
 14787 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14788 
     | 
    
         
            +
            Specifies column name which is treated as shared key in each parted table.
         
     | 
| 
      
 14789 
     | 
    
         
            +
            .SS Optional parameters
         
     | 
| 
      
 14790 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14791 
     | 
    
         
            +
            There are optional parameters.
         
     | 
| 
      
 14792 
     | 
    
         
            +
            .SS \fBmin\fP
         
     | 
| 
      
 14793 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14794 
     | 
    
         
            +
            Specifies the min value of \fBshard_key\fP
         
     | 
| 
      
 14795 
     | 
    
         
            +
            .SS \fBmin_border\fP
         
     | 
| 
      
 14796 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14797 
     | 
    
         
            +
            Specifies whether the min value of borderline must be include or not.
         
     | 
| 
      
 14798 
     | 
    
         
            +
            Specify \fBinclude\fP or \fBexclude\fP as the value of this parameter.
         
     | 
| 
      
 14799 
     | 
    
         
            +
            .SS \fBmax\fP
         
     | 
| 
      
 14800 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14801 
     | 
    
         
            +
            Specifies the max value of \fBshard_key\fP\&.
         
     | 
| 
      
 14802 
     | 
    
         
            +
            .SS \fBmax_border\fP
         
     | 
| 
      
 14803 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14804 
     | 
    
         
            +
            Specifies whether the max value of borderline must be include or not.
         
     | 
| 
      
 14805 
     | 
    
         
            +
            Specify \fBinclude\fP or \fBexclude\fP as the value of this parameter.
         
     | 
| 
      
 14806 
     | 
    
         
            +
            .SS Return value
         
     | 
| 
      
 14807 
     | 
    
         
            +
            .INDENT 0.0
         
     | 
| 
      
 14808 
     | 
    
         
            +
            .INDENT 3.5
         
     | 
| 
      
 14809 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 14810 
     | 
    
         
            +
            .nf
         
     | 
| 
      
 14811 
     | 
    
         
            +
            .ft C
         
     | 
| 
      
 14812 
     | 
    
         
            +
            [HEADER, true]
         
     | 
| 
      
 14813 
     | 
    
         
            +
            .ft P
         
     | 
| 
      
 14814 
     | 
    
         
            +
            .fi
         
     | 
| 
      
 14815 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 14816 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
       14594 
14817 
     | 
    
         
             
            .SS \fBnormalize\fP
         
     | 
| 
       14595 
14818 
     | 
    
         
             
            .sp
         
     | 
| 
       14596 
14819 
     | 
    
         
             
            \fBNOTE:\fP
         
     | 
| 
         @@ -22754,62 +22977,77 @@ tokenize TokenBigram "Fulltext Search" 
     | 
|
| 
       22754 
22977 
     | 
    
         
             
            #   [
         
     | 
| 
       22755 
22978 
     | 
    
         
             
            #     {
         
     | 
| 
       22756 
22979 
     | 
    
         
             
            #       "position": 0,
         
     | 
| 
      
 22980 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22757 
22981 
     | 
    
         
             
            #       "value": "Fu"
         
     | 
| 
       22758 
22982 
     | 
    
         
             
            #     },
         
     | 
| 
       22759 
22983 
     | 
    
         
             
            #     {
         
     | 
| 
       22760 
22984 
     | 
    
         
             
            #       "position": 1,
         
     | 
| 
      
 22985 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22761 
22986 
     | 
    
         
             
            #       "value": "ul"
         
     | 
| 
       22762 
22987 
     | 
    
         
             
            #     },
         
     | 
| 
       22763 
22988 
     | 
    
         
             
            #     {
         
     | 
| 
       22764 
22989 
     | 
    
         
             
            #       "position": 2,
         
     | 
| 
      
 22990 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22765 
22991 
     | 
    
         
             
            #       "value": "ll"
         
     | 
| 
       22766 
22992 
     | 
    
         
             
            #     },
         
     | 
| 
       22767 
22993 
     | 
    
         
             
            #     {
         
     | 
| 
       22768 
22994 
     | 
    
         
             
            #       "position": 3,
         
     | 
| 
      
 22995 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22769 
22996 
     | 
    
         
             
            #       "value": "lt"
         
     | 
| 
       22770 
22997 
     | 
    
         
             
            #     },
         
     | 
| 
       22771 
22998 
     | 
    
         
             
            #     {
         
     | 
| 
       22772 
22999 
     | 
    
         
             
            #       "position": 4,
         
     | 
| 
      
 23000 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22773 
23001 
     | 
    
         
             
            #       "value": "te"
         
     | 
| 
       22774 
23002 
     | 
    
         
             
            #     },
         
     | 
| 
       22775 
23003 
     | 
    
         
             
            #     {
         
     | 
| 
       22776 
23004 
     | 
    
         
             
            #       "position": 5,
         
     | 
| 
      
 23005 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22777 
23006 
     | 
    
         
             
            #       "value": "ex"
         
     | 
| 
       22778 
23007 
     | 
    
         
             
            #     },
         
     | 
| 
       22779 
23008 
     | 
    
         
             
            #     {
         
     | 
| 
       22780 
23009 
     | 
    
         
             
            #       "position": 6,
         
     | 
| 
      
 23010 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22781 
23011 
     | 
    
         
             
            #       "value": "xt"
         
     | 
| 
       22782 
23012 
     | 
    
         
             
            #     },
         
     | 
| 
       22783 
23013 
     | 
    
         
             
            #     {
         
     | 
| 
       22784 
23014 
     | 
    
         
             
            #       "position": 7,
         
     | 
| 
      
 23015 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22785 
23016 
     | 
    
         
             
            #       "value": "t "
         
     | 
| 
       22786 
23017 
     | 
    
         
             
            #     },
         
     | 
| 
       22787 
23018 
     | 
    
         
             
            #     {
         
     | 
| 
       22788 
23019 
     | 
    
         
             
            #       "position": 8,
         
     | 
| 
      
 23020 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22789 
23021 
     | 
    
         
             
            #       "value": " S"
         
     | 
| 
       22790 
23022 
     | 
    
         
             
            #     },
         
     | 
| 
       22791 
23023 
     | 
    
         
             
            #     {
         
     | 
| 
       22792 
23024 
     | 
    
         
             
            #       "position": 9,
         
     | 
| 
      
 23025 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22793 
23026 
     | 
    
         
             
            #       "value": "Se"
         
     | 
| 
       22794 
23027 
     | 
    
         
             
            #     },
         
     | 
| 
       22795 
23028 
     | 
    
         
             
            #     {
         
     | 
| 
       22796 
23029 
     | 
    
         
             
            #       "position": 10,
         
     | 
| 
      
 23030 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22797 
23031 
     | 
    
         
             
            #       "value": "ea"
         
     | 
| 
       22798 
23032 
     | 
    
         
             
            #     },
         
     | 
| 
       22799 
23033 
     | 
    
         
             
            #     {
         
     | 
| 
       22800 
23034 
     | 
    
         
             
            #       "position": 11,
         
     | 
| 
      
 23035 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22801 
23036 
     | 
    
         
             
            #       "value": "ar"
         
     | 
| 
       22802 
23037 
     | 
    
         
             
            #     },
         
     | 
| 
       22803 
23038 
     | 
    
         
             
            #     {
         
     | 
| 
       22804 
23039 
     | 
    
         
             
            #       "position": 12,
         
     | 
| 
      
 23040 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22805 
23041 
     | 
    
         
             
            #       "value": "rc"
         
     | 
| 
       22806 
23042 
     | 
    
         
             
            #     },
         
     | 
| 
       22807 
23043 
     | 
    
         
             
            #     {
         
     | 
| 
       22808 
23044 
     | 
    
         
             
            #       "position": 13,
         
     | 
| 
      
 23045 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22809 
23046 
     | 
    
         
             
            #       "value": "ch"
         
     | 
| 
       22810 
23047 
     | 
    
         
             
            #     },
         
     | 
| 
       22811 
23048 
     | 
    
         
             
            #     {
         
     | 
| 
       22812 
23049 
     | 
    
         
             
            #       "position": 14,
         
     | 
| 
      
 23050 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22813 
23051 
     | 
    
         
             
            #       "value": "h"
         
     | 
| 
       22814 
23052 
     | 
    
         
             
            #     }
         
     | 
| 
       22815 
23053 
     | 
    
         
             
            #   ]
         
     | 
| 
         @@ -22854,62 +23092,77 @@ tokenize TokenTrigram "Fulltext Search" 
     | 
|
| 
       22854 
23092 
     | 
    
         
             
            #   [
         
     | 
| 
       22855 
23093 
     | 
    
         
             
            #     {
         
     | 
| 
       22856 
23094 
     | 
    
         
             
            #       "position": 0,
         
     | 
| 
      
 23095 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22857 
23096 
     | 
    
         
             
            #       "value": "Ful"
         
     | 
| 
       22858 
23097 
     | 
    
         
             
            #     },
         
     | 
| 
       22859 
23098 
     | 
    
         
             
            #     {
         
     | 
| 
       22860 
23099 
     | 
    
         
             
            #       "position": 1,
         
     | 
| 
      
 23100 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22861 
23101 
     | 
    
         
             
            #       "value": "ull"
         
     | 
| 
       22862 
23102 
     | 
    
         
             
            #     },
         
     | 
| 
       22863 
23103 
     | 
    
         
             
            #     {
         
     | 
| 
       22864 
23104 
     | 
    
         
             
            #       "position": 2,
         
     | 
| 
      
 23105 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22865 
23106 
     | 
    
         
             
            #       "value": "llt"
         
     | 
| 
       22866 
23107 
     | 
    
         
             
            #     },
         
     | 
| 
       22867 
23108 
     | 
    
         
             
            #     {
         
     | 
| 
       22868 
23109 
     | 
    
         
             
            #       "position": 3,
         
     | 
| 
      
 23110 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22869 
23111 
     | 
    
         
             
            #       "value": "lte"
         
     | 
| 
       22870 
23112 
     | 
    
         
             
            #     },
         
     | 
| 
       22871 
23113 
     | 
    
         
             
            #     {
         
     | 
| 
       22872 
23114 
     | 
    
         
             
            #       "position": 4,
         
     | 
| 
      
 23115 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22873 
23116 
     | 
    
         
             
            #       "value": "tex"
         
     | 
| 
       22874 
23117 
     | 
    
         
             
            #     },
         
     | 
| 
       22875 
23118 
     | 
    
         
             
            #     {
         
     | 
| 
       22876 
23119 
     | 
    
         
             
            #       "position": 5,
         
     | 
| 
      
 23120 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22877 
23121 
     | 
    
         
             
            #       "value": "ext"
         
     | 
| 
       22878 
23122 
     | 
    
         
             
            #     },
         
     | 
| 
       22879 
23123 
     | 
    
         
             
            #     {
         
     | 
| 
       22880 
23124 
     | 
    
         
             
            #       "position": 6,
         
     | 
| 
      
 23125 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22881 
23126 
     | 
    
         
             
            #       "value": "xt "
         
     | 
| 
       22882 
23127 
     | 
    
         
             
            #     },
         
     | 
| 
       22883 
23128 
     | 
    
         
             
            #     {
         
     | 
| 
       22884 
23129 
     | 
    
         
             
            #       "position": 7,
         
     | 
| 
      
 23130 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22885 
23131 
     | 
    
         
             
            #       "value": "t S"
         
     | 
| 
       22886 
23132 
     | 
    
         
             
            #     },
         
     | 
| 
       22887 
23133 
     | 
    
         
             
            #     {
         
     | 
| 
       22888 
23134 
     | 
    
         
             
            #       "position": 8,
         
     | 
| 
      
 23135 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22889 
23136 
     | 
    
         
             
            #       "value": " Se"
         
     | 
| 
       22890 
23137 
     | 
    
         
             
            #     },
         
     | 
| 
       22891 
23138 
     | 
    
         
             
            #     {
         
     | 
| 
       22892 
23139 
     | 
    
         
             
            #       "position": 9,
         
     | 
| 
      
 23140 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22893 
23141 
     | 
    
         
             
            #       "value": "Sea"
         
     | 
| 
       22894 
23142 
     | 
    
         
             
            #     },
         
     | 
| 
       22895 
23143 
     | 
    
         
             
            #     {
         
     | 
| 
       22896 
23144 
     | 
    
         
             
            #       "position": 10,
         
     | 
| 
      
 23145 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22897 
23146 
     | 
    
         
             
            #       "value": "ear"
         
     | 
| 
       22898 
23147 
     | 
    
         
             
            #     },
         
     | 
| 
       22899 
23148 
     | 
    
         
             
            #     {
         
     | 
| 
       22900 
23149 
     | 
    
         
             
            #       "position": 11,
         
     | 
| 
      
 23150 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22901 
23151 
     | 
    
         
             
            #       "value": "arc"
         
     | 
| 
       22902 
23152 
     | 
    
         
             
            #     },
         
     | 
| 
       22903 
23153 
     | 
    
         
             
            #     {
         
     | 
| 
       22904 
23154 
     | 
    
         
             
            #       "position": 12,
         
     | 
| 
      
 23155 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22905 
23156 
     | 
    
         
             
            #       "value": "rch"
         
     | 
| 
       22906 
23157 
     | 
    
         
             
            #     },
         
     | 
| 
       22907 
23158 
     | 
    
         
             
            #     {
         
     | 
| 
       22908 
23159 
     | 
    
         
             
            #       "position": 13,
         
     | 
| 
      
 23160 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22909 
23161 
     | 
    
         
             
            #       "value": "ch"
         
     | 
| 
       22910 
23162 
     | 
    
         
             
            #     },
         
     | 
| 
       22911 
23163 
     | 
    
         
             
            #     {
         
     | 
| 
       22912 
23164 
     | 
    
         
             
            #       "position": 14,
         
     | 
| 
      
 23165 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22913 
23166 
     | 
    
         
             
            #       "value": "h"
         
     | 
| 
       22914 
23167 
     | 
    
         
             
            #     }
         
     | 
| 
       22915 
23168 
     | 
    
         
             
            #   ]
         
     | 
| 
         @@ -22948,162 +23201,202 @@ tokenize TokenBigram "Groonga is a fast fulltext earch engine!" 
     | 
|
| 
       22948 
23201 
     | 
    
         
             
            #   [
         
     | 
| 
       22949 
23202 
     | 
    
         
             
            #     {
         
     | 
| 
       22950 
23203 
     | 
    
         
             
            #       "position": 0,
         
     | 
| 
      
 23204 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22951 
23205 
     | 
    
         
             
            #       "value": "Gr"
         
     | 
| 
       22952 
23206 
     | 
    
         
             
            #     },
         
     | 
| 
       22953 
23207 
     | 
    
         
             
            #     {
         
     | 
| 
       22954 
23208 
     | 
    
         
             
            #       "position": 1,
         
     | 
| 
      
 23209 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22955 
23210 
     | 
    
         
             
            #       "value": "ro"
         
     | 
| 
       22956 
23211 
     | 
    
         
             
            #     },
         
     | 
| 
       22957 
23212 
     | 
    
         
             
            #     {
         
     | 
| 
       22958 
23213 
     | 
    
         
             
            #       "position": 2,
         
     | 
| 
      
 23214 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22959 
23215 
     | 
    
         
             
            #       "value": "oo"
         
     | 
| 
       22960 
23216 
     | 
    
         
             
            #     },
         
     | 
| 
       22961 
23217 
     | 
    
         
             
            #     {
         
     | 
| 
       22962 
23218 
     | 
    
         
             
            #       "position": 3,
         
     | 
| 
      
 23219 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22963 
23220 
     | 
    
         
             
            #       "value": "on"
         
     | 
| 
       22964 
23221 
     | 
    
         
             
            #     },
         
     | 
| 
       22965 
23222 
     | 
    
         
             
            #     {
         
     | 
| 
       22966 
23223 
     | 
    
         
             
            #       "position": 4,
         
     | 
| 
      
 23224 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22967 
23225 
     | 
    
         
             
            #       "value": "ng"
         
     | 
| 
       22968 
23226 
     | 
    
         
             
            #     },
         
     | 
| 
       22969 
23227 
     | 
    
         
             
            #     {
         
     | 
| 
       22970 
23228 
     | 
    
         
             
            #       "position": 5,
         
     | 
| 
      
 23229 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22971 
23230 
     | 
    
         
             
            #       "value": "ga"
         
     | 
| 
       22972 
23231 
     | 
    
         
             
            #     },
         
     | 
| 
       22973 
23232 
     | 
    
         
             
            #     {
         
     | 
| 
       22974 
23233 
     | 
    
         
             
            #       "position": 6,
         
     | 
| 
      
 23234 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22975 
23235 
     | 
    
         
             
            #       "value": "a "
         
     | 
| 
       22976 
23236 
     | 
    
         
             
            #     },
         
     | 
| 
       22977 
23237 
     | 
    
         
             
            #     {
         
     | 
| 
       22978 
23238 
     | 
    
         
             
            #       "position": 7,
         
     | 
| 
      
 23239 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22979 
23240 
     | 
    
         
             
            #       "value": " i"
         
     | 
| 
       22980 
23241 
     | 
    
         
             
            #     },
         
     | 
| 
       22981 
23242 
     | 
    
         
             
            #     {
         
     | 
| 
       22982 
23243 
     | 
    
         
             
            #       "position": 8,
         
     | 
| 
      
 23244 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22983 
23245 
     | 
    
         
             
            #       "value": "is"
         
     | 
| 
       22984 
23246 
     | 
    
         
             
            #     },
         
     | 
| 
       22985 
23247 
     | 
    
         
             
            #     {
         
     | 
| 
       22986 
23248 
     | 
    
         
             
            #       "position": 9,
         
     | 
| 
      
 23249 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22987 
23250 
     | 
    
         
             
            #       "value": "s "
         
     | 
| 
       22988 
23251 
     | 
    
         
             
            #     },
         
     | 
| 
       22989 
23252 
     | 
    
         
             
            #     {
         
     | 
| 
       22990 
23253 
     | 
    
         
             
            #       "position": 10,
         
     | 
| 
      
 23254 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22991 
23255 
     | 
    
         
             
            #       "value": " a"
         
     | 
| 
       22992 
23256 
     | 
    
         
             
            #     },
         
     | 
| 
       22993 
23257 
     | 
    
         
             
            #     {
         
     | 
| 
       22994 
23258 
     | 
    
         
             
            #       "position": 11,
         
     | 
| 
      
 23259 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22995 
23260 
     | 
    
         
             
            #       "value": "a "
         
     | 
| 
       22996 
23261 
     | 
    
         
             
            #     },
         
     | 
| 
       22997 
23262 
     | 
    
         
             
            #     {
         
     | 
| 
       22998 
23263 
     | 
    
         
             
            #       "position": 12,
         
     | 
| 
      
 23264 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       22999 
23265 
     | 
    
         
             
            #       "value": " f"
         
     | 
| 
       23000 
23266 
     | 
    
         
             
            #     },
         
     | 
| 
       23001 
23267 
     | 
    
         
             
            #     {
         
     | 
| 
       23002 
23268 
     | 
    
         
             
            #       "position": 13,
         
     | 
| 
      
 23269 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23003 
23270 
     | 
    
         
             
            #       "value": "fa"
         
     | 
| 
       23004 
23271 
     | 
    
         
             
            #     },
         
     | 
| 
       23005 
23272 
     | 
    
         
             
            #     {
         
     | 
| 
       23006 
23273 
     | 
    
         
             
            #       "position": 14,
         
     | 
| 
      
 23274 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23007 
23275 
     | 
    
         
             
            #       "value": "as"
         
     | 
| 
       23008 
23276 
     | 
    
         
             
            #     },
         
     | 
| 
       23009 
23277 
     | 
    
         
             
            #     {
         
     | 
| 
       23010 
23278 
     | 
    
         
             
            #       "position": 15,
         
     | 
| 
      
 23279 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23011 
23280 
     | 
    
         
             
            #       "value": "st"
         
     | 
| 
       23012 
23281 
     | 
    
         
             
            #     },
         
     | 
| 
       23013 
23282 
     | 
    
         
             
            #     {
         
     | 
| 
       23014 
23283 
     | 
    
         
             
            #       "position": 16,
         
     | 
| 
      
 23284 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23015 
23285 
     | 
    
         
             
            #       "value": "t "
         
     | 
| 
       23016 
23286 
     | 
    
         
             
            #     },
         
     | 
| 
       23017 
23287 
     | 
    
         
             
            #     {
         
     | 
| 
       23018 
23288 
     | 
    
         
             
            #       "position": 17,
         
     | 
| 
      
 23289 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23019 
23290 
     | 
    
         
             
            #       "value": " f"
         
     | 
| 
       23020 
23291 
     | 
    
         
             
            #     },
         
     | 
| 
       23021 
23292 
     | 
    
         
             
            #     {
         
     | 
| 
       23022 
23293 
     | 
    
         
             
            #       "position": 18,
         
     | 
| 
      
 23294 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23023 
23295 
     | 
    
         
             
            #       "value": "fu"
         
     | 
| 
       23024 
23296 
     | 
    
         
             
            #     },
         
     | 
| 
       23025 
23297 
     | 
    
         
             
            #     {
         
     | 
| 
       23026 
23298 
     | 
    
         
             
            #       "position": 19,
         
     | 
| 
      
 23299 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23027 
23300 
     | 
    
         
             
            #       "value": "ul"
         
     | 
| 
       23028 
23301 
     | 
    
         
             
            #     },
         
     | 
| 
       23029 
23302 
     | 
    
         
             
            #     {
         
     | 
| 
       23030 
23303 
     | 
    
         
             
            #       "position": 20,
         
     | 
| 
      
 23304 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23031 
23305 
     | 
    
         
             
            #       "value": "ll"
         
     | 
| 
       23032 
23306 
     | 
    
         
             
            #     },
         
     | 
| 
       23033 
23307 
     | 
    
         
             
            #     {
         
     | 
| 
       23034 
23308 
     | 
    
         
             
            #       "position": 21,
         
     | 
| 
      
 23309 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23035 
23310 
     | 
    
         
             
            #       "value": "lt"
         
     | 
| 
       23036 
23311 
     | 
    
         
             
            #     },
         
     | 
| 
       23037 
23312 
     | 
    
         
             
            #     {
         
     | 
| 
       23038 
23313 
     | 
    
         
             
            #       "position": 22,
         
     | 
| 
      
 23314 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23039 
23315 
     | 
    
         
             
            #       "value": "te"
         
     | 
| 
       23040 
23316 
     | 
    
         
             
            #     },
         
     | 
| 
       23041 
23317 
     | 
    
         
             
            #     {
         
     | 
| 
       23042 
23318 
     | 
    
         
             
            #       "position": 23,
         
     | 
| 
      
 23319 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23043 
23320 
     | 
    
         
             
            #       "value": "ex"
         
     | 
| 
       23044 
23321 
     | 
    
         
             
            #     },
         
     | 
| 
       23045 
23322 
     | 
    
         
             
            #     {
         
     | 
| 
       23046 
23323 
     | 
    
         
             
            #       "position": 24,
         
     | 
| 
      
 23324 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23047 
23325 
     | 
    
         
             
            #       "value": "xt"
         
     | 
| 
       23048 
23326 
     | 
    
         
             
            #     },
         
     | 
| 
       23049 
23327 
     | 
    
         
             
            #     {
         
     | 
| 
       23050 
23328 
     | 
    
         
             
            #       "position": 25,
         
     | 
| 
      
 23329 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23051 
23330 
     | 
    
         
             
            #       "value": "t "
         
     | 
| 
       23052 
23331 
     | 
    
         
             
            #     },
         
     | 
| 
       23053 
23332 
     | 
    
         
             
            #     {
         
     | 
| 
       23054 
23333 
     | 
    
         
             
            #       "position": 26,
         
     | 
| 
      
 23334 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23055 
23335 
     | 
    
         
             
            #       "value": " e"
         
     | 
| 
       23056 
23336 
     | 
    
         
             
            #     },
         
     | 
| 
       23057 
23337 
     | 
    
         
             
            #     {
         
     | 
| 
       23058 
23338 
     | 
    
         
             
            #       "position": 27,
         
     | 
| 
      
 23339 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23059 
23340 
     | 
    
         
             
            #       "value": "ea"
         
     | 
| 
       23060 
23341 
     | 
    
         
             
            #     },
         
     | 
| 
       23061 
23342 
     | 
    
         
             
            #     {
         
     | 
| 
       23062 
23343 
     | 
    
         
             
            #       "position": 28,
         
     | 
| 
      
 23344 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23063 
23345 
     | 
    
         
             
            #       "value": "ar"
         
     | 
| 
       23064 
23346 
     | 
    
         
             
            #     },
         
     | 
| 
       23065 
23347 
     | 
    
         
             
            #     {
         
     | 
| 
       23066 
23348 
     | 
    
         
             
            #       "position": 29,
         
     | 
| 
      
 23349 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23067 
23350 
     | 
    
         
             
            #       "value": "rc"
         
     | 
| 
       23068 
23351 
     | 
    
         
             
            #     },
         
     | 
| 
       23069 
23352 
     | 
    
         
             
            #     {
         
     | 
| 
       23070 
23353 
     | 
    
         
             
            #       "position": 30,
         
     | 
| 
      
 23354 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23071 
23355 
     | 
    
         
             
            #       "value": "ch"
         
     | 
| 
       23072 
23356 
     | 
    
         
             
            #     },
         
     | 
| 
       23073 
23357 
     | 
    
         
             
            #     {
         
     | 
| 
       23074 
23358 
     | 
    
         
             
            #       "position": 31,
         
     | 
| 
      
 23359 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23075 
23360 
     | 
    
         
             
            #       "value": "h "
         
     | 
| 
       23076 
23361 
     | 
    
         
             
            #     },
         
     | 
| 
       23077 
23362 
     | 
    
         
             
            #     {
         
     | 
| 
       23078 
23363 
     | 
    
         
             
            #       "position": 32,
         
     | 
| 
      
 23364 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23079 
23365 
     | 
    
         
             
            #       "value": " e"
         
     | 
| 
       23080 
23366 
     | 
    
         
             
            #     },
         
     | 
| 
       23081 
23367 
     | 
    
         
             
            #     {
         
     | 
| 
       23082 
23368 
     | 
    
         
             
            #       "position": 33,
         
     | 
| 
      
 23369 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23083 
23370 
     | 
    
         
             
            #       "value": "en"
         
     | 
| 
       23084 
23371 
     | 
    
         
             
            #     },
         
     | 
| 
       23085 
23372 
     | 
    
         
             
            #     {
         
     | 
| 
       23086 
23373 
     | 
    
         
             
            #       "position": 34,
         
     | 
| 
      
 23374 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23087 
23375 
     | 
    
         
             
            #       "value": "ng"
         
     | 
| 
       23088 
23376 
     | 
    
         
             
            #     },
         
     | 
| 
       23089 
23377 
     | 
    
         
             
            #     {
         
     | 
| 
       23090 
23378 
     | 
    
         
             
            #       "position": 35,
         
     | 
| 
      
 23379 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23091 
23380 
     | 
    
         
             
            #       "value": "gi"
         
     | 
| 
       23092 
23381 
     | 
    
         
             
            #     },
         
     | 
| 
       23093 
23382 
     | 
    
         
             
            #     {
         
     | 
| 
       23094 
23383 
     | 
    
         
             
            #       "position": 36,
         
     | 
| 
      
 23384 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23095 
23385 
     | 
    
         
             
            #       "value": "in"
         
     | 
| 
       23096 
23386 
     | 
    
         
             
            #     },
         
     | 
| 
       23097 
23387 
     | 
    
         
             
            #     {
         
     | 
| 
       23098 
23388 
     | 
    
         
             
            #       "position": 37,
         
     | 
| 
      
 23389 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23099 
23390 
     | 
    
         
             
            #       "value": "ne"
         
     | 
| 
       23100 
23391 
     | 
    
         
             
            #     },
         
     | 
| 
       23101 
23392 
     | 
    
         
             
            #     {
         
     | 
| 
       23102 
23393 
     | 
    
         
             
            #       "position": 38,
         
     | 
| 
      
 23394 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23103 
23395 
     | 
    
         
             
            #       "value": "e!"
         
     | 
| 
       23104 
23396 
     | 
    
         
             
            #     },
         
     | 
| 
       23105 
23397 
     | 
    
         
             
            #     {
         
     | 
| 
       23106 
23398 
     | 
    
         
             
            #       "position": 39,
         
     | 
| 
      
 23399 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23107 
23400 
     | 
    
         
             
            #       "value": "!"
         
     | 
| 
       23108 
23401 
     | 
    
         
             
            #     }
         
     | 
| 
       23109 
23402 
     | 
    
         
             
            #   ]
         
     | 
| 
         @@ -23143,62 +23436,77 @@ tokenize TokenBigram "Fulltext Search" 
     | 
|
| 
       23143 
23436 
     | 
    
         
             
            #   [
         
     | 
| 
       23144 
23437 
     | 
    
         
             
            #     {
         
     | 
| 
       23145 
23438 
     | 
    
         
             
            #       "position": 0,
         
     | 
| 
      
 23439 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23146 
23440 
     | 
    
         
             
            #       "value": "Fu"
         
     | 
| 
       23147 
23441 
     | 
    
         
             
            #     },
         
     | 
| 
       23148 
23442 
     | 
    
         
             
            #     {
         
     | 
| 
       23149 
23443 
     | 
    
         
             
            #       "position": 1,
         
     | 
| 
      
 23444 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23150 
23445 
     | 
    
         
             
            #       "value": "ul"
         
     | 
| 
       23151 
23446 
     | 
    
         
             
            #     },
         
     | 
| 
       23152 
23447 
     | 
    
         
             
            #     {
         
     | 
| 
       23153 
23448 
     | 
    
         
             
            #       "position": 2,
         
     | 
| 
      
 23449 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23154 
23450 
     | 
    
         
             
            #       "value": "ll"
         
     | 
| 
       23155 
23451 
     | 
    
         
             
            #     },
         
     | 
| 
       23156 
23452 
     | 
    
         
             
            #     {
         
     | 
| 
       23157 
23453 
     | 
    
         
             
            #       "position": 3,
         
     | 
| 
      
 23454 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23158 
23455 
     | 
    
         
             
            #       "value": "lt"
         
     | 
| 
       23159 
23456 
     | 
    
         
             
            #     },
         
     | 
| 
       23160 
23457 
     | 
    
         
             
            #     {
         
     | 
| 
       23161 
23458 
     | 
    
         
             
            #       "position": 4,
         
     | 
| 
      
 23459 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23162 
23460 
     | 
    
         
             
            #       "value": "te"
         
     | 
| 
       23163 
23461 
     | 
    
         
             
            #     },
         
     | 
| 
       23164 
23462 
     | 
    
         
             
            #     {
         
     | 
| 
       23165 
23463 
     | 
    
         
             
            #       "position": 5,
         
     | 
| 
      
 23464 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23166 
23465 
     | 
    
         
             
            #       "value": "ex"
         
     | 
| 
       23167 
23466 
     | 
    
         
             
            #     },
         
     | 
| 
       23168 
23467 
     | 
    
         
             
            #     {
         
     | 
| 
       23169 
23468 
     | 
    
         
             
            #       "position": 6,
         
     | 
| 
      
 23469 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23170 
23470 
     | 
    
         
             
            #       "value": "xt"
         
     | 
| 
       23171 
23471 
     | 
    
         
             
            #     },
         
     | 
| 
       23172 
23472 
     | 
    
         
             
            #     {
         
     | 
| 
       23173 
23473 
     | 
    
         
             
            #       "position": 7,
         
     | 
| 
      
 23474 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23174 
23475 
     | 
    
         
             
            #       "value": "t "
         
     | 
| 
       23175 
23476 
     | 
    
         
             
            #     },
         
     | 
| 
       23176 
23477 
     | 
    
         
             
            #     {
         
     | 
| 
       23177 
23478 
     | 
    
         
             
            #       "position": 8,
         
     | 
| 
      
 23479 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23178 
23480 
     | 
    
         
             
            #       "value": " S"
         
     | 
| 
       23179 
23481 
     | 
    
         
             
            #     },
         
     | 
| 
       23180 
23482 
     | 
    
         
             
            #     {
         
     | 
| 
       23181 
23483 
     | 
    
         
             
            #       "position": 9,
         
     | 
| 
      
 23484 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23182 
23485 
     | 
    
         
             
            #       "value": "Se"
         
     | 
| 
       23183 
23486 
     | 
    
         
             
            #     },
         
     | 
| 
       23184 
23487 
     | 
    
         
             
            #     {
         
     | 
| 
       23185 
23488 
     | 
    
         
             
            #       "position": 10,
         
     | 
| 
      
 23489 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23186 
23490 
     | 
    
         
             
            #       "value": "ea"
         
     | 
| 
       23187 
23491 
     | 
    
         
             
            #     },
         
     | 
| 
       23188 
23492 
     | 
    
         
             
            #     {
         
     | 
| 
       23189 
23493 
     | 
    
         
             
            #       "position": 11,
         
     | 
| 
      
 23494 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23190 
23495 
     | 
    
         
             
            #       "value": "ar"
         
     | 
| 
       23191 
23496 
     | 
    
         
             
            #     },
         
     | 
| 
       23192 
23497 
     | 
    
         
             
            #     {
         
     | 
| 
       23193 
23498 
     | 
    
         
             
            #       "position": 12,
         
     | 
| 
      
 23499 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23194 
23500 
     | 
    
         
             
            #       "value": "rc"
         
     | 
| 
       23195 
23501 
     | 
    
         
             
            #     },
         
     | 
| 
       23196 
23502 
     | 
    
         
             
            #     {
         
     | 
| 
       23197 
23503 
     | 
    
         
             
            #       "position": 13,
         
     | 
| 
      
 23504 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23198 
23505 
     | 
    
         
             
            #       "value": "ch"
         
     | 
| 
       23199 
23506 
     | 
    
         
             
            #     },
         
     | 
| 
       23200 
23507 
     | 
    
         
             
            #     {
         
     | 
| 
       23201 
23508 
     | 
    
         
             
            #       "position": 14,
         
     | 
| 
      
 23509 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23202 
23510 
     | 
    
         
             
            #       "value": "h"
         
     | 
| 
       23203 
23511 
     | 
    
         
             
            #     }
         
     | 
| 
       23204 
23512 
     | 
    
         
             
            #   ]
         
     | 
| 
         @@ -23229,10 +23537,12 @@ tokenize TokenBigram "Fulltext Search" NormalizerAuto 
     | 
|
| 
       23229 
23537 
     | 
    
         
             
            #   [
         
     | 
| 
       23230 
23538 
     | 
    
         
             
            #     {
         
     | 
| 
       23231 
23539 
     | 
    
         
             
            #       "position": 0,
         
     | 
| 
      
 23540 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23232 
23541 
     | 
    
         
             
            #       "value": "fulltext"
         
     | 
| 
       23233 
23542 
     | 
    
         
             
            #     },
         
     | 
| 
       23234 
23543 
     | 
    
         
             
            #     {
         
     | 
| 
       23235 
23544 
     | 
    
         
             
            #       "position": 1,
         
     | 
| 
      
 23545 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23236 
23546 
     | 
    
         
             
            #       "value": "search"
         
     | 
| 
       23237 
23547 
     | 
    
         
             
            #     }
         
     | 
| 
       23238 
23548 
     | 
    
         
             
            #   ]
         
     | 
| 
         @@ -23264,58 +23574,72 @@ tokenize TokenBigramSplitSymbolAlpha "Fulltext Search" NormalizerAuto 
     | 
|
| 
       23264 
23574 
     | 
    
         
             
            #   [
         
     | 
| 
       23265 
23575 
     | 
    
         
             
            #     {
         
     | 
| 
       23266 
23576 
     | 
    
         
             
            #       "position": 0,
         
     | 
| 
      
 23577 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23267 
23578 
     | 
    
         
             
            #       "value": "fu"
         
     | 
| 
       23268 
23579 
     | 
    
         
             
            #     },
         
     | 
| 
       23269 
23580 
     | 
    
         
             
            #     {
         
     | 
| 
       23270 
23581 
     | 
    
         
             
            #       "position": 1,
         
     | 
| 
      
 23582 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23271 
23583 
     | 
    
         
             
            #       "value": "ul"
         
     | 
| 
       23272 
23584 
     | 
    
         
             
            #     },
         
     | 
| 
       23273 
23585 
     | 
    
         
             
            #     {
         
     | 
| 
       23274 
23586 
     | 
    
         
             
            #       "position": 2,
         
     | 
| 
      
 23587 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23275 
23588 
     | 
    
         
             
            #       "value": "ll"
         
     | 
| 
       23276 
23589 
     | 
    
         
             
            #     },
         
     | 
| 
       23277 
23590 
     | 
    
         
             
            #     {
         
     | 
| 
       23278 
23591 
     | 
    
         
             
            #       "position": 3,
         
     | 
| 
      
 23592 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23279 
23593 
     | 
    
         
             
            #       "value": "lt"
         
     | 
| 
       23280 
23594 
     | 
    
         
             
            #     },
         
     | 
| 
       23281 
23595 
     | 
    
         
             
            #     {
         
     | 
| 
       23282 
23596 
     | 
    
         
             
            #       "position": 4,
         
     | 
| 
      
 23597 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23283 
23598 
     | 
    
         
             
            #       "value": "te"
         
     | 
| 
       23284 
23599 
     | 
    
         
             
            #     },
         
     | 
| 
       23285 
23600 
     | 
    
         
             
            #     {
         
     | 
| 
       23286 
23601 
     | 
    
         
             
            #       "position": 5,
         
     | 
| 
      
 23602 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23287 
23603 
     | 
    
         
             
            #       "value": "ex"
         
     | 
| 
       23288 
23604 
     | 
    
         
             
            #     },
         
     | 
| 
       23289 
23605 
     | 
    
         
             
            #     {
         
     | 
| 
       23290 
23606 
     | 
    
         
             
            #       "position": 6,
         
     | 
| 
      
 23607 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23291 
23608 
     | 
    
         
             
            #       "value": "xt"
         
     | 
| 
       23292 
23609 
     | 
    
         
             
            #     },
         
     | 
| 
       23293 
23610 
     | 
    
         
             
            #     {
         
     | 
| 
       23294 
23611 
     | 
    
         
             
            #       "position": 7,
         
     | 
| 
      
 23612 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23295 
23613 
     | 
    
         
             
            #       "value": "t"
         
     | 
| 
       23296 
23614 
     | 
    
         
             
            #     },
         
     | 
| 
       23297 
23615 
     | 
    
         
             
            #     {
         
     | 
| 
       23298 
23616 
     | 
    
         
             
            #       "position": 8,
         
     | 
| 
      
 23617 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23299 
23618 
     | 
    
         
             
            #       "value": "se"
         
     | 
| 
       23300 
23619 
     | 
    
         
             
            #     },
         
     | 
| 
       23301 
23620 
     | 
    
         
             
            #     {
         
     | 
| 
       23302 
23621 
     | 
    
         
             
            #       "position": 9,
         
     | 
| 
      
 23622 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23303 
23623 
     | 
    
         
             
            #       "value": "ea"
         
     | 
| 
       23304 
23624 
     | 
    
         
             
            #     },
         
     | 
| 
       23305 
23625 
     | 
    
         
             
            #     {
         
     | 
| 
       23306 
23626 
     | 
    
         
             
            #       "position": 10,
         
     | 
| 
      
 23627 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23307 
23628 
     | 
    
         
             
            #       "value": "ar"
         
     | 
| 
       23308 
23629 
     | 
    
         
             
            #     },
         
     | 
| 
       23309 
23630 
     | 
    
         
             
            #     {
         
     | 
| 
       23310 
23631 
     | 
    
         
             
            #       "position": 11,
         
     | 
| 
      
 23632 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23311 
23633 
     | 
    
         
             
            #       "value": "rc"
         
     | 
| 
       23312 
23634 
     | 
    
         
             
            #     },
         
     | 
| 
       23313 
23635 
     | 
    
         
             
            #     {
         
     | 
| 
       23314 
23636 
     | 
    
         
             
            #       "position": 12,
         
     | 
| 
      
 23637 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23315 
23638 
     | 
    
         
             
            #       "value": "ch"
         
     | 
| 
       23316 
23639 
     | 
    
         
             
            #     },
         
     | 
| 
       23317 
23640 
     | 
    
         
             
            #     {
         
     | 
| 
       23318 
23641 
     | 
    
         
             
            #       "position": 13,
         
     | 
| 
      
 23642 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23319 
23643 
     | 
    
         
             
            #       "value": "h"
         
     | 
| 
       23320 
23644 
     | 
    
         
             
            #     }
         
     | 
| 
       23321 
23645 
     | 
    
         
             
            #   ]
         
     | 
| 
         @@ -23377,14 +23701,17 @@ tokenize TokenDelimit "Full 
     | 
|
| 
       23377 
23701 
     | 
    
         
             
            #   [
         
     | 
| 
       23378 
23702 
     | 
    
         
             
            #     {
         
     | 
| 
       23379 
23703 
     | 
    
         
             
            #       "position": 0,
         
     | 
| 
      
 23704 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23380 
23705 
     | 
    
         
             
            #       "value": "full"
         
     | 
| 
       23381 
23706 
     | 
    
         
             
            #     },
         
     | 
| 
       23382 
23707 
     | 
    
         
             
            #     {
         
     | 
| 
       23383 
23708 
     | 
    
         
             
            #       "position": 1,
         
     | 
| 
      
 23709 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23384 
23710 
     | 
    
         
             
            #       "value": "text sea"
         
     | 
| 
       23385 
23711 
     | 
    
         
             
            #     },
         
     | 
| 
       23386 
23712 
     | 
    
         
             
            #     {
         
     | 
| 
       23387 
23713 
     | 
    
         
             
            #       "position": 2,
         
     | 
| 
      
 23714 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
       23388 
23715 
     | 
    
         
             
            #       "value": "crch"
         
     | 
| 
       23389 
23716 
     | 
    
         
             
            #     }
         
     | 
| 
       23390 
23717 
     | 
    
         
             
            #   ]
         
     | 
| 
         @@ -23424,69 +23751,84 @@ tokenize TokenBigram "Fulltext Search" \-\-mode ADD 
     | 
|
| 
       23424 
23751 
     | 
    
         
             
            # [
         
     | 
| 
       23425 
23752 
     | 
    
         
             
            #   [
         
     | 
| 
       23426 
23753 
     | 
    
         
             
            #     0,
         
     | 
| 
       23427 
     | 
    
         
            -
            #      
     | 
| 
       23428 
     | 
    
         
            -
            #     0. 
     | 
| 
      
 23754 
     | 
    
         
            +
            #     1337566253.89858,
         
     | 
| 
      
 23755 
     | 
    
         
            +
            #     0.000355720520019531
         
     | 
| 
       23429 
23756 
     | 
    
         
             
            #   ],
         
     | 
| 
       23430 
23757 
     | 
    
         
             
            #   [
         
     | 
| 
       23431 
23758 
     | 
    
         
             
            #     {
         
     | 
| 
       23432 
     | 
    
         
            -
            #       " 
     | 
| 
       23433 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23759 
     | 
    
         
            +
            #       "position": 0,
         
     | 
| 
      
 23760 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23761 
     | 
    
         
            +
            #       "value": "Fu"
         
     | 
| 
       23434 
23762 
     | 
    
         
             
            #     },
         
     | 
| 
       23435 
23763 
     | 
    
         
             
            #     {
         
     | 
| 
       23436 
     | 
    
         
            -
            #       " 
     | 
| 
       23437 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23764 
     | 
    
         
            +
            #       "position": 1,
         
     | 
| 
      
 23765 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23766 
     | 
    
         
            +
            #       "value": "ul"
         
     | 
| 
       23438 
23767 
     | 
    
         
             
            #     },
         
     | 
| 
       23439 
23768 
     | 
    
         
             
            #     {
         
     | 
| 
       23440 
     | 
    
         
            -
            #       " 
     | 
| 
       23441 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23769 
     | 
    
         
            +
            #       "position": 2,
         
     | 
| 
      
 23770 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23771 
     | 
    
         
            +
            #       "value": "ll"
         
     | 
| 
       23442 
23772 
     | 
    
         
             
            #     },
         
     | 
| 
       23443 
23773 
     | 
    
         
             
            #     {
         
     | 
| 
       23444 
     | 
    
         
            -
            #       " 
     | 
| 
       23445 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23774 
     | 
    
         
            +
            #       "position": 3,
         
     | 
| 
      
 23775 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23776 
     | 
    
         
            +
            #       "value": "lt"
         
     | 
| 
       23446 
23777 
     | 
    
         
             
            #     },
         
     | 
| 
       23447 
23778 
     | 
    
         
             
            #     {
         
     | 
| 
       23448 
     | 
    
         
            -
            #       " 
     | 
| 
       23449 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23779 
     | 
    
         
            +
            #       "position": 4,
         
     | 
| 
      
 23780 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23781 
     | 
    
         
            +
            #       "value": "te"
         
     | 
| 
       23450 
23782 
     | 
    
         
             
            #     },
         
     | 
| 
       23451 
23783 
     | 
    
         
             
            #     {
         
     | 
| 
       23452 
     | 
    
         
            -
            #       " 
     | 
| 
       23453 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23784 
     | 
    
         
            +
            #       "position": 5,
         
     | 
| 
      
 23785 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23786 
     | 
    
         
            +
            #       "value": "ex"
         
     | 
| 
       23454 
23787 
     | 
    
         
             
            #     },
         
     | 
| 
       23455 
23788 
     | 
    
         
             
            #     {
         
     | 
| 
       23456 
     | 
    
         
            -
            #       " 
     | 
| 
       23457 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23789 
     | 
    
         
            +
            #       "position": 6,
         
     | 
| 
      
 23790 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23791 
     | 
    
         
            +
            #       "value": "xt"
         
     | 
| 
       23458 
23792 
     | 
    
         
             
            #     },
         
     | 
| 
       23459 
23793 
     | 
    
         
             
            #     {
         
     | 
| 
       23460 
     | 
    
         
            -
            #       " 
     | 
| 
       23461 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23794 
     | 
    
         
            +
            #       "position": 7,
         
     | 
| 
      
 23795 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23796 
     | 
    
         
            +
            #       "value": "t "
         
     | 
| 
       23462 
23797 
     | 
    
         
             
            #     },
         
     | 
| 
       23463 
23798 
     | 
    
         
             
            #     {
         
     | 
| 
       23464 
     | 
    
         
            -
            #       " 
     | 
| 
       23465 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23799 
     | 
    
         
            +
            #       "position": 8,
         
     | 
| 
      
 23800 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23801 
     | 
    
         
            +
            #       "value": " S"
         
     | 
| 
       23466 
23802 
     | 
    
         
             
            #     },
         
     | 
| 
       23467 
23803 
     | 
    
         
             
            #     {
         
     | 
| 
       23468 
     | 
    
         
            -
            #       " 
     | 
| 
       23469 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23804 
     | 
    
         
            +
            #       "position": 9,
         
     | 
| 
      
 23805 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23806 
     | 
    
         
            +
            #       "value": "Se"
         
     | 
| 
       23470 
23807 
     | 
    
         
             
            #     },
         
     | 
| 
       23471 
23808 
     | 
    
         
             
            #     {
         
     | 
| 
       23472 
     | 
    
         
            -
            #       " 
     | 
| 
       23473 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23809 
     | 
    
         
            +
            #       "position": 10,
         
     | 
| 
      
 23810 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23811 
     | 
    
         
            +
            #       "value": "ea"
         
     | 
| 
       23474 
23812 
     | 
    
         
             
            #     },
         
     | 
| 
       23475 
23813 
     | 
    
         
             
            #     {
         
     | 
| 
       23476 
     | 
    
         
            -
            #       " 
     | 
| 
       23477 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23814 
     | 
    
         
            +
            #       "position": 11,
         
     | 
| 
      
 23815 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23816 
     | 
    
         
            +
            #       "value": "ar"
         
     | 
| 
       23478 
23817 
     | 
    
         
             
            #     },
         
     | 
| 
       23479 
23818 
     | 
    
         
             
            #     {
         
     | 
| 
       23480 
     | 
    
         
            -
            #       " 
     | 
| 
       23481 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23819 
     | 
    
         
            +
            #       "position": 12,
         
     | 
| 
      
 23820 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23821 
     | 
    
         
            +
            #       "value": "rc"
         
     | 
| 
       23482 
23822 
     | 
    
         
             
            #     },
         
     | 
| 
       23483 
23823 
     | 
    
         
             
            #     {
         
     | 
| 
       23484 
     | 
    
         
            -
            #       " 
     | 
| 
       23485 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23824 
     | 
    
         
            +
            #       "position": 13,
         
     | 
| 
      
 23825 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23826 
     | 
    
         
            +
            #       "value": "ch"
         
     | 
| 
       23486 
23827 
     | 
    
         
             
            #     },
         
     | 
| 
       23487 
23828 
     | 
    
         
             
            #     {
         
     | 
| 
       23488 
     | 
    
         
            -
            #       " 
     | 
| 
       23489 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23829 
     | 
    
         
            +
            #       "position": 14,
         
     | 
| 
      
 23830 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23831 
     | 
    
         
            +
            #       "value": "h"
         
     | 
| 
       23490 
23832 
     | 
    
         
             
            #     }
         
     | 
| 
       23491 
23833 
     | 
    
         
             
            #   ]
         
     | 
| 
       23492 
23834 
     | 
    
         
             
            # ]
         
     | 
| 
         @@ -23509,65 +23851,79 @@ tokenize TokenBigram "Fulltext Search" \-\-mode GET 
     | 
|
| 
       23509 
23851 
     | 
    
         
             
            # [
         
     | 
| 
       23510 
23852 
     | 
    
         
             
            #   [
         
     | 
| 
       23511 
23853 
     | 
    
         
             
            #     0,
         
     | 
| 
       23512 
     | 
    
         
            -
            #      
     | 
| 
       23513 
     | 
    
         
            -
            #     0. 
     | 
| 
      
 23854 
     | 
    
         
            +
            #     1337566253.89858,
         
     | 
| 
      
 23855 
     | 
    
         
            +
            #     0.000355720520019531
         
     | 
| 
       23514 
23856 
     | 
    
         
             
            #   ],
         
     | 
| 
       23515 
23857 
     | 
    
         
             
            #   [
         
     | 
| 
       23516 
23858 
     | 
    
         
             
            #     {
         
     | 
| 
       23517 
     | 
    
         
            -
            #       " 
     | 
| 
       23518 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23859 
     | 
    
         
            +
            #       "position": 0,
         
     | 
| 
      
 23860 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23861 
     | 
    
         
            +
            #       "value": "Fu"
         
     | 
| 
       23519 
23862 
     | 
    
         
             
            #     },
         
     | 
| 
       23520 
23863 
     | 
    
         
             
            #     {
         
     | 
| 
       23521 
     | 
    
         
            -
            #       " 
     | 
| 
       23522 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23864 
     | 
    
         
            +
            #       "position": 1,
         
     | 
| 
      
 23865 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23866 
     | 
    
         
            +
            #       "value": "ul"
         
     | 
| 
       23523 
23867 
     | 
    
         
             
            #     },
         
     | 
| 
       23524 
23868 
     | 
    
         
             
            #     {
         
     | 
| 
       23525 
     | 
    
         
            -
            #       " 
     | 
| 
       23526 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23869 
     | 
    
         
            +
            #       "position": 2,
         
     | 
| 
      
 23870 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23871 
     | 
    
         
            +
            #       "value": "ll"
         
     | 
| 
       23527 
23872 
     | 
    
         
             
            #     },
         
     | 
| 
       23528 
23873 
     | 
    
         
             
            #     {
         
     | 
| 
       23529 
     | 
    
         
            -
            #       " 
     | 
| 
       23530 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23874 
     | 
    
         
            +
            #       "position": 3,
         
     | 
| 
      
 23875 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23876 
     | 
    
         
            +
            #       "value": "lt"
         
     | 
| 
       23531 
23877 
     | 
    
         
             
            #     },
         
     | 
| 
       23532 
23878 
     | 
    
         
             
            #     {
         
     | 
| 
       23533 
     | 
    
         
            -
            #       " 
     | 
| 
       23534 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23879 
     | 
    
         
            +
            #       "position": 4,
         
     | 
| 
      
 23880 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23881 
     | 
    
         
            +
            #       "value": "te"
         
     | 
| 
       23535 
23882 
     | 
    
         
             
            #     },
         
     | 
| 
       23536 
23883 
     | 
    
         
             
            #     {
         
     | 
| 
       23537 
     | 
    
         
            -
            #       " 
     | 
| 
       23538 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23884 
     | 
    
         
            +
            #       "position": 5,
         
     | 
| 
      
 23885 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23886 
     | 
    
         
            +
            #       "value": "ex"
         
     | 
| 
       23539 
23887 
     | 
    
         
             
            #     },
         
     | 
| 
       23540 
23888 
     | 
    
         
             
            #     {
         
     | 
| 
       23541 
     | 
    
         
            -
            #       " 
     | 
| 
       23542 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23889 
     | 
    
         
            +
            #       "position": 6,
         
     | 
| 
      
 23890 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23891 
     | 
    
         
            +
            #       "value": "xt"
         
     | 
| 
       23543 
23892 
     | 
    
         
             
            #     },
         
     | 
| 
       23544 
23893 
     | 
    
         
             
            #     {
         
     | 
| 
       23545 
     | 
    
         
            -
            #       " 
     | 
| 
       23546 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23894 
     | 
    
         
            +
            #       "position": 7,
         
     | 
| 
      
 23895 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23896 
     | 
    
         
            +
            #       "value": "t "
         
     | 
| 
       23547 
23897 
     | 
    
         
             
            #     },
         
     | 
| 
       23548 
23898 
     | 
    
         
             
            #     {
         
     | 
| 
       23549 
     | 
    
         
            -
            #       " 
     | 
| 
       23550 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23899 
     | 
    
         
            +
            #       "position": 8,
         
     | 
| 
      
 23900 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23901 
     | 
    
         
            +
            #       "value": " S"
         
     | 
| 
       23551 
23902 
     | 
    
         
             
            #     },
         
     | 
| 
       23552 
23903 
     | 
    
         
             
            #     {
         
     | 
| 
       23553 
     | 
    
         
            -
            #       " 
     | 
| 
       23554 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23904 
     | 
    
         
            +
            #       "position": 9,
         
     | 
| 
      
 23905 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23906 
     | 
    
         
            +
            #       "value": "Se"
         
     | 
| 
       23555 
23907 
     | 
    
         
             
            #     },
         
     | 
| 
       23556 
23908 
     | 
    
         
             
            #     {
         
     | 
| 
       23557 
     | 
    
         
            -
            #       " 
     | 
| 
       23558 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23909 
     | 
    
         
            +
            #       "position": 10,
         
     | 
| 
      
 23910 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23911 
     | 
    
         
            +
            #       "value": "ea"
         
     | 
| 
       23559 
23912 
     | 
    
         
             
            #     },
         
     | 
| 
       23560 
23913 
     | 
    
         
             
            #     {
         
     | 
| 
       23561 
     | 
    
         
            -
            #       " 
     | 
| 
       23562 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23914 
     | 
    
         
            +
            #       "position": 11,
         
     | 
| 
      
 23915 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23916 
     | 
    
         
            +
            #       "value": "ar"
         
     | 
| 
       23563 
23917 
     | 
    
         
             
            #     },
         
     | 
| 
       23564 
23918 
     | 
    
         
             
            #     {
         
     | 
| 
       23565 
     | 
    
         
            -
            #       " 
     | 
| 
       23566 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23919 
     | 
    
         
            +
            #       "position": 12,
         
     | 
| 
      
 23920 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23921 
     | 
    
         
            +
            #       "value": "rc"
         
     | 
| 
       23567 
23922 
     | 
    
         
             
            #     },
         
     | 
| 
       23568 
23923 
     | 
    
         
             
            #     {
         
     | 
| 
       23569 
     | 
    
         
            -
            #       " 
     | 
| 
       23570 
     | 
    
         
            -
            #       " 
     | 
| 
      
 23924 
     | 
    
         
            +
            #       "position": 13,
         
     | 
| 
      
 23925 
     | 
    
         
            +
            #       "force_prefix": false,
         
     | 
| 
      
 23926 
     | 
    
         
            +
            #       "value": "ch"
         
     | 
| 
       23571 
23927 
     | 
    
         
             
            #     }
         
     | 
| 
       23572 
23928 
     | 
    
         
             
            #   ]
         
     | 
| 
       23573 
23929 
     | 
    
         
             
            # ]
         
     | 
| 
         @@ -25644,7 +26000,7 @@ There are additional normalizers: 
     | 
|
| 
       25644 
26000 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       25645 
26001 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       25646 
26002 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       25647 
     | 
    
         
            -
            \ 
     | 
| 
      
 26003 
     | 
    
         
            +
            \fI\%groonga\-normalizer\-mysql\fP
         
     | 
| 
       25648 
26004 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       25649 
26005 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       25650 
26006 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -38337,24 +38693,23 @@ Example: 
     | 
|
| 
       38337 
38693 
     | 
    
         
             
            .SS Tuning
         
     | 
| 
       38338 
38694 
     | 
    
         
             
            .SS Summary
         
     | 
| 
       38339 
38695 
     | 
    
         
             
            .sp
         
     | 
| 
       38340 
     | 
    
         
            -
            There are some tuning parameters for  
     | 
| 
       38341 
     | 
    
         
            -
            handling a large database.
         
     | 
| 
      
 38696 
     | 
    
         
            +
            There are some tuning parameters for handling a large database.
         
     | 
| 
       38342 
38697 
     | 
    
         
             
            .SS Parameters
         
     | 
| 
       38343 
38698 
     | 
    
         
             
            .sp
         
     | 
| 
       38344 
     | 
    
         
            -
            This section describes parameters.
         
     | 
| 
      
 38699 
     | 
    
         
            +
            This section describes tuning parameters.
         
     | 
| 
       38345 
38700 
     | 
    
         
             
            .SS The max number of open files per process
         
     | 
| 
       38346 
38701 
     | 
    
         
             
            .sp
         
     | 
| 
       38347 
38702 
     | 
    
         
             
            This parameter is for handling a large database.
         
     | 
| 
       38348 
38703 
     | 
    
         
             
            .sp
         
     | 
| 
       38349 
     | 
    
         
            -
            Groonga creates one or more files per table and  
     | 
| 
       38350 
     | 
    
         
            -
            database has many tables and columns,  
     | 
| 
      
 38704 
     | 
    
         
            +
            Groonga creates one or more files per table and column. If your
         
     | 
| 
      
 38705 
     | 
    
         
            +
            database has many tables and columns, Groonga process needs to open
         
     | 
| 
       38351 
38706 
     | 
    
         
             
            many files.
         
     | 
| 
       38352 
38707 
     | 
    
         
             
            .sp
         
     | 
| 
       38353 
38708 
     | 
    
         
             
            System limits the max number of open files per process. So you need to
         
     | 
| 
       38354 
38709 
     | 
    
         
             
            relax the limitation.
         
     | 
| 
       38355 
38710 
     | 
    
         
             
            .sp
         
     | 
| 
       38356 
38711 
     | 
    
         
             
            Here is an expression that compute how many files are opened by
         
     | 
| 
       38357 
     | 
    
         
            -
             
     | 
| 
      
 38712 
     | 
    
         
            +
            Groonga:
         
     | 
| 
       38358 
38713 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       38359 
38714 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       38360 
38715 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -38407,20 +38762,23 @@ This example opens at least 11 files: 
     | 
|
| 
       38407 
38762 
     | 
    
         
             
            This parameter is for handling a large database.
         
     | 
| 
       38408 
38763 
     | 
    
         
             
            .sp
         
     | 
| 
       38409 
38764 
     | 
    
         
             
            Groonga maps database files onto memory and accesses to them. Groonga
         
     | 
| 
       38410 
     | 
    
         
            -
            doesn\(aqt maps unnecessary files onto memory  
     | 
| 
      
 38765 
     | 
    
         
            +
            doesn\(aqt maps unnecessary files onto memory. Groonga maps files when
         
     | 
| 
      
 38766 
     | 
    
         
            +
            they are needed.
         
     | 
| 
       38411 
38767 
     | 
    
         
             
            .sp
         
     | 
| 
       38412 
38768 
     | 
    
         
             
            If you access to all data in database, all database files are mapped
         
     | 
| 
       38413 
     | 
    
         
            -
            onto memory. 
     | 
| 
       38414 
     | 
    
         
            -
             
     | 
| 
      
 38769 
     | 
    
         
            +
            onto memory. If total size of your database files is 6GiB, your
         
     | 
| 
      
 38770 
     | 
    
         
            +
            Groonga process uses 6GiB memory.
         
     | 
| 
       38415 
38771 
     | 
    
         
             
            .sp
         
     | 
| 
       38416 
     | 
    
         
            -
            Normally, your all database files aren\(aqt mapped onto  
     | 
| 
      
 38772 
     | 
    
         
            +
            Normally, your all database files aren\(aqt mapped onto memory. But it may
         
     | 
| 
       38417 
38773 
     | 
    
         
             
            be occurred. It is an example case that you dump your database.
         
     | 
| 
       38418 
38774 
     | 
    
         
             
            .sp
         
     | 
| 
       38419 
     | 
    
         
            -
             
     | 
| 
      
 38775 
     | 
    
         
            +
            Normally, you must have memory and swap that is larger than
         
     | 
| 
      
 38776 
     | 
    
         
            +
            database. Linux has tuning parameter to work with less memory and swap
         
     | 
| 
      
 38777 
     | 
    
         
            +
            than database size.
         
     | 
| 
       38420 
38778 
     | 
    
         
             
            .SS Linux
         
     | 
| 
       38421 
38779 
     | 
    
         
             
            .sp
         
     | 
| 
       38422 
38780 
     | 
    
         
             
            This section describes how to configure parameters on Linux.
         
     | 
| 
       38423 
     | 
    
         
            -
            .SS  
     | 
| 
      
 38781 
     | 
    
         
            +
            .SS \fBnofile\fP
         
     | 
| 
       38424 
38782 
     | 
    
         
             
            .sp
         
     | 
| 
       38425 
38783 
     | 
    
         
             
            You can relax the \fItuning\-max\-n\-open\-files\fP parameter by creating
         
     | 
| 
       38426 
38784 
     | 
    
         
             
            a configuration file \fB/etc/security/limits.d/groonga.conf\fP that has
         
     | 
| 
         @@ -38437,7 +38795,7 @@ ${USER} hard nofile ${MAX_VALUE} 
     | 
|
| 
       38437 
38795 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       38438 
38796 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       38439 
38797 
     | 
    
         
             
            .sp
         
     | 
| 
       38440 
     | 
    
         
            -
            If you run  
     | 
| 
      
 38798 
     | 
    
         
            +
            If you run Groonga process by \fBgroonga\fP user and your Groonga
         
     | 
| 
       38441 
38799 
     | 
    
         
             
            process needs to open less than 10000 files, use the following
         
     | 
| 
       38442 
38800 
     | 
    
         
             
            configuration:
         
     | 
| 
       38443 
38801 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
         @@ -38452,16 +38810,15 @@ groonga hard nofile 10000 
     | 
|
| 
       38452 
38810 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       38453 
38811 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       38454 
38812 
     | 
    
         
             
            .sp
         
     | 
| 
       38455 
     | 
    
         
            -
            The configuration is applied after your  
     | 
| 
       38456 
     | 
    
         
            -
            or re\-login as your  
     | 
| 
       38457 
     | 
    
         
            -
            .SS  
     | 
| 
      
 38813 
     | 
    
         
            +
            The configuration is applied after your Groonga service is restarted
         
     | 
| 
      
 38814 
     | 
    
         
            +
            or re\-login as your \fBgroonga\fP user.
         
     | 
| 
      
 38815 
     | 
    
         
            +
            .SS \fBvm.overcommit_memory\fP
         
     | 
| 
       38458 
38816 
     | 
    
         
             
            .sp
         
     | 
| 
       38459 
38817 
     | 
    
         
             
            This is \fItuning\-memory\-usage\fP related parameter. You can handle a
         
     | 
| 
       38460 
38818 
     | 
    
         
             
            database that is larger than your memory and swap by setting
         
     | 
| 
       38461 
     | 
    
         
            -
            \fBvm.overcommit_memory\fP kernel parameter to  
     | 
| 
       38462 
     | 
    
         
            -
            can always map database files onto memory.  
     | 
| 
       38463 
     | 
    
         
            -
             
     | 
| 
       38464 
     | 
    
         
            -
            memory and swap. Groonga recommends the configuration.
         
     | 
| 
      
 38819 
     | 
    
         
            +
            \fBvm.overcommit_memory\fP kernel parameter to \fB1\fP\&. \fB1\fP means that
         
     | 
| 
      
 38820 
     | 
    
         
            +
            Groonga can always map database files onto memory. Groonga recommends
         
     | 
| 
      
 38821 
     | 
    
         
            +
            the configuration.
         
     | 
| 
       38465 
38822 
     | 
    
         
             
            .sp
         
     | 
| 
       38466 
38823 
     | 
    
         
             
            See \fI\%Linux kernel documentation about overcommit\fP
         
     | 
| 
       38467 
38824 
     | 
    
         
             
            about \fBvm.overcommit_memory\fP parameter details.
         
     | 
| 
         @@ -38491,15 +38848,16 @@ following command: 
     | 
|
| 
       38491 
38848 
     | 
    
         
             
            .fi
         
     | 
| 
       38492 
38849 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       38493 
38850 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       38494 
     | 
    
         
            -
            .SS  
     | 
| 
      
 38851 
     | 
    
         
            +
            .SS \fBvm.max_map_count\fP
         
     | 
| 
       38495 
38852 
     | 
    
         
             
            .sp
         
     | 
| 
       38496 
38853 
     | 
    
         
             
            This is \fItuning\-memory\-usage\fP related parameter. You can handle a
         
     | 
| 
       38497 
38854 
     | 
    
         
             
            16GiB or more larger size database by increasing \fBvm.max_map_count\fP
         
     | 
| 
       38498 
38855 
     | 
    
         
             
            kernel parameter. The parameter limits the max number of memory maps.
         
     | 
| 
       38499 
38856 
     | 
    
         
             
            .sp
         
     | 
| 
       38500 
     | 
    
         
            -
            The default value of the kernel parameter may be  
     | 
| 
       38501 
     | 
    
         
            -
            Groonga maps 256KiB memory chunk at one time. If a 
     | 
| 
       38502 
     | 
    
         
            -
            than 16GiB,  
     | 
| 
      
 38857 
     | 
    
         
            +
            The default value of the kernel parameter may be \fB65530\fP or
         
     | 
| 
      
 38858 
     | 
    
         
            +
            \fB65536\fP\&.  Groonga maps 256KiB memory chunk at one time. If a
         
     | 
| 
      
 38859 
     | 
    
         
            +
            database is larger than 16GiB, Groonga reaches the
         
     | 
| 
      
 38860 
     | 
    
         
            +
            limitation. (\fB256KiB * 65536 = 16GiB\fP)
         
     | 
| 
       38503 
38861 
     | 
    
         
             
            .sp
         
     | 
| 
       38504 
38862 
     | 
    
         
             
            You needs to increase the value of the kernel parameter to handle
         
     | 
| 
       38505 
38863 
     | 
    
         
             
            16GiB or more larger size database. For example, you can handle almost
         
     | 
| 
         @@ -38517,7 +38875,7 @@ vm.max_map_count = 131072 
     | 
|
| 
       38517 
38875 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       38518 
38876 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       38519 
38877 
     | 
    
         
             
            .sp
         
     | 
| 
       38520 
     | 
    
         
            -
            Note that your real  
     | 
| 
      
 38878 
     | 
    
         
            +
            Note that your real configuration file will be the following because
         
     | 
| 
       38521 
38879 
     | 
    
         
             
            you already have \fBvm.overcommit_memory\fP configuration:
         
     | 
| 
       38522 
38880 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       38523 
38881 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
         @@ -38546,7 +38904,7 @@ following command: 
     | 
|
| 
       38546 
38904 
     | 
    
         
             
            .SS FreeBSD
         
     | 
| 
       38547 
38905 
     | 
    
         
             
            .sp
         
     | 
| 
       38548 
38906 
     | 
    
         
             
            This section describes how to configure parameters on FreeBSD.
         
     | 
| 
       38549 
     | 
    
         
            -
            .SS  
     | 
| 
      
 38907 
     | 
    
         
            +
            .SS \fBkern.maxfileperproc\fP
         
     | 
| 
       38550 
38908 
     | 
    
         
             
            .sp
         
     | 
| 
       38551 
38909 
     | 
    
         
             
            TODO
         
     | 
| 
       38552 
38910 
     | 
    
         
             
            .SS API
         
     | 
| 
         @@ -42740,12 +43098,14 @@ can use \fBbefore_install\fP hook or \fBinstall\fP hook. You should use 
     | 
|
| 
       42740 
43098 
     | 
    
         
             
            \fBbefore_install\fP if your software uses a language that is supported
         
     | 
| 
       42741 
43099 
     | 
    
         
             
            by Travis CI such as Ruby. You should use \fBinstall\fP otherwise.
         
     | 
| 
       42742 
43100 
     | 
    
         
             
            .sp
         
     | 
| 
       42743 
     | 
    
         
            -
            Add the following \fBbefore_install\fP configuration to 
     | 
| 
      
 43101 
     | 
    
         
            +
            Add the following \fBsudo\fP and \fBbefore_install\fP configuration to
         
     | 
| 
      
 43102 
     | 
    
         
            +
            \fB\&.travis.yml\fP:
         
     | 
| 
       42744 
43103 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       42745 
43104 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       42746 
43105 
     | 
    
         
             
            .sp
         
     | 
| 
       42747 
43106 
     | 
    
         
             
            .nf
         
     | 
| 
       42748 
43107 
     | 
    
         
             
            .ft C
         
     | 
| 
      
 43108 
     | 
    
         
            +
            sudo: required
         
     | 
| 
       42749 
43109 
     | 
    
         
             
            before_install:
         
     | 
| 
       42750 
43110 
     | 
    
         
             
              \- curl \-\-silent \-\-location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
         
     | 
| 
       42751 
43111 
     | 
    
         
             
            .ft P
         
     | 
| 
         @@ -42753,6 +43113,9 @@ before_install: 
     | 
|
| 
       42753 
43113 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       42754 
43114 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       42755 
43115 
     | 
    
         
             
            .sp
         
     | 
| 
      
 43116 
     | 
    
         
            +
            \fBsudo: required\fP configuration is required because \fBsudo\fP command
         
     | 
| 
      
 43117 
     | 
    
         
            +
            is used in the setup script.
         
     | 
| 
      
 43118 
     | 
    
         
            +
            .sp
         
     | 
| 
       42756 
43119 
     | 
    
         
             
            If you need to use \fBinstall\fP hook instead of \fBbefore_install\fP, you
         
     | 
| 
       42757 
43120 
     | 
    
         
             
            just substitute \fBbefore_install:\fP with \fBinstall:\fP\&.
         
     | 
| 
       42758 
43121 
     | 
    
         
             
            .sp
         
     |