rroonga 5.0.3-x64-mingw32 → 5.0.4-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/README.md +1 -1
- data/ext/groonga/rb-grn-column.c +2 -0
- data/ext/groonga/rb-grn-database.c +1 -0
- data/ext/groonga/rb-grn-flushable.c +81 -0
- data/ext/groonga/rb-grn-table.c +1 -0
- data/ext/groonga/rb-grn.h +3 -1
- data/ext/groonga/rb-groonga.c +1 -0
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/rroonga-build.rb +3 -3
- data/test/test-flushable.rb +49 -0
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-4.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/libonig-5.dll +0 -0
- data/vendor/local/bin/lz4.exe +0 -0
- data/vendor/local/bin/lz4c.exe +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/onig-config +1 -1
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/include/groonga/groonga/groonga.h +2 -0
- data/vendor/local/include/groonga/groonga/plugin.h +5 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.la +2 -2
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +2 -2
- data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.la +2 -2
- data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.la +2 -2
- data/vendor/local/lib/groonga/plugins/sharding.rb +2 -0
- data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +135 -21
- data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +174 -0
- data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +70 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +2 -2
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +2 -2
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
- data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +1 -0
- data/vendor/local/lib/groonga/scripts/ruby/table.rb +77 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +2 -2
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +2 -2
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +2 -2
- data/vendor/local/lib/libonig.a +0 -0
- data/vendor/local/lib/libonig.dll.a +0 -0
- data/vendor/local/lib/libonig.la +2 -2
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
- data/vendor/local/lib/pkgconfig/liblz4.pc +5 -5
- data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
- data/vendor/local/lib/pkgconfig/oniguruma.pc +6 -6
- data/vendor/local/lib/pkgconfig/zlib.pc +3 -3
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/sbin/groonga-httpd-restart +1 -2
- data/vendor/local/sbin/groonga-httpd.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +6 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +67 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +11 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +60 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +100 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +94 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +32 -30
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +6 -6
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +11 -7
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +36 -33
- data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +129 -46
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +36 -33
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +36 -33
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +23 -12
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +197 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +43 -43
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +50 -50
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +238 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +232 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +107 -107
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +49 -49
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +39 -39
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +238 -105
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scoring_note.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +37 -35
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +6 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +67 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +11 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +60 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +100 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +94 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +32 -30
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +6 -6
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +9 -7
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +37 -34
- data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +126 -47
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +37 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +36 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +23 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +198 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +43 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +50 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +236 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +230 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +107 -107
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +49 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +39 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +238 -105
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scoring_note.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +41 -71
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/man/ja/man1/groonga.1 +487 -164
- data/vendor/local/share/man/man1/groonga.1 +492 -129
- metadata +20 -2
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>7.3.
|
10
|
+
<title>7.3.44. tokenize — Groonga v5.0.4-139-g6629adb documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '5.0.4',
|
18
|
+
VERSION: '5.0.4-139-g6629adb',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,10 +25,10 @@
|
|
25
25
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v5.0.4 documentation" href="../../index.html" />
|
28
|
+
<link rel="top" title="Groonga v5.0.4-139-g6629adb documentation" href="../../index.html" />
|
29
29
|
<link rel="up" title="7.3. Command" href="../command.html" />
|
30
|
-
<link rel="next" title="7.3.
|
31
|
-
<link rel="prev" title="7.3.
|
30
|
+
<link rel="next" title="7.3.45. tokenizer_list" href="tokenizer_list.html" />
|
31
|
+
<link rel="prev" title="7.3.43. table_tokenize" href="table_tokenize.html" />
|
32
32
|
</head>
|
33
33
|
<body>
|
34
34
|
<div class="header">
|
@@ -55,12 +55,12 @@
|
|
55
55
|
<a href="../../genindex.html" title="General Index"
|
56
56
|
accesskey="I">index</a></li>
|
57
57
|
<li class="right" >
|
58
|
-
<a href="tokenizer_list.html" title="7.3.
|
58
|
+
<a href="tokenizer_list.html" title="7.3.45. tokenizer_list"
|
59
59
|
accesskey="N">next</a> |</li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="table_tokenize.html" title="7.3.
|
61
|
+
<a href="table_tokenize.html" title="7.3.43. table_tokenize"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../../index.html">Groonga v5.0.4 documentation</a> »</li>
|
63
|
+
<li><a href="../../index.html">Groonga v5.0.4-139-g6629adb documentation</a> »</li>
|
64
64
|
<li><a href="../../reference.html" >7. Reference manual</a> »</li>
|
65
65
|
<li><a href="../command.html" accesskey="U">7.3. Command</a> »</li>
|
66
66
|
</ul>
|
@@ -72,14 +72,14 @@
|
|
72
72
|
<div class="body">
|
73
73
|
|
74
74
|
<div class="section" id="tokenize">
|
75
|
-
<h1>7.3.
|
75
|
+
<h1>7.3.44. <tt class="docutils literal"><span class="pre">tokenize</span></tt><a class="headerlink" href="#tokenize" title="Permalink to this headline">¶</a></h1>
|
76
76
|
<div class="section" id="summary">
|
77
|
-
<h2>7.3.
|
77
|
+
<h2>7.3.44.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
|
78
78
|
<p><tt class="docutils literal"><span class="pre">tokenize</span></tt> command tokenizes text by the specified tokenizer.
|
79
79
|
It is useful to debug tokenization.</p>
|
80
80
|
</div>
|
81
81
|
<div class="section" id="syntax">
|
82
|
-
<h2>7.3.
|
82
|
+
<h2>7.3.44.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
83
83
|
<p><tt class="docutils literal"><span class="pre">tokenize</span></tt> command has required parameters and optional parameters.
|
84
84
|
<tt class="docutils literal"><span class="pre">tokenizer</span></tt> and <tt class="docutils literal"><span class="pre">string</span></tt> are required parameters. Others are
|
85
85
|
optional:</p>
|
@@ -93,7 +93,7 @@ optional:</p>
|
|
93
93
|
</div>
|
94
94
|
</div>
|
95
95
|
<div class="section" id="usage">
|
96
|
-
<h2>7.3.
|
96
|
+
<h2>7.3.44.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
97
97
|
<p>Here is a simple example.</p>
|
98
98
|
<p>Execution example:</p>
|
99
99
|
<div class="highlight-none"><div class="highlight"><pre>tokenize TokenBigram "Fulltext Search"
|
@@ -106,62 +106,77 @@ optional:</p>
|
|
106
106
|
# [
|
107
107
|
# {
|
108
108
|
# "position": 0,
|
109
|
+
# "force_prefix": false,
|
109
110
|
# "value": "Fu"
|
110
111
|
# },
|
111
112
|
# {
|
112
113
|
# "position": 1,
|
114
|
+
# "force_prefix": false,
|
113
115
|
# "value": "ul"
|
114
116
|
# },
|
115
117
|
# {
|
116
118
|
# "position": 2,
|
119
|
+
# "force_prefix": false,
|
117
120
|
# "value": "ll"
|
118
121
|
# },
|
119
122
|
# {
|
120
123
|
# "position": 3,
|
124
|
+
# "force_prefix": false,
|
121
125
|
# "value": "lt"
|
122
126
|
# },
|
123
127
|
# {
|
124
128
|
# "position": 4,
|
129
|
+
# "force_prefix": false,
|
125
130
|
# "value": "te"
|
126
131
|
# },
|
127
132
|
# {
|
128
133
|
# "position": 5,
|
134
|
+
# "force_prefix": false,
|
129
135
|
# "value": "ex"
|
130
136
|
# },
|
131
137
|
# {
|
132
138
|
# "position": 6,
|
139
|
+
# "force_prefix": false,
|
133
140
|
# "value": "xt"
|
134
141
|
# },
|
135
142
|
# {
|
136
143
|
# "position": 7,
|
144
|
+
# "force_prefix": false,
|
137
145
|
# "value": "t "
|
138
146
|
# },
|
139
147
|
# {
|
140
148
|
# "position": 8,
|
149
|
+
# "force_prefix": false,
|
141
150
|
# "value": " S"
|
142
151
|
# },
|
143
152
|
# {
|
144
153
|
# "position": 9,
|
154
|
+
# "force_prefix": false,
|
145
155
|
# "value": "Se"
|
146
156
|
# },
|
147
157
|
# {
|
148
158
|
# "position": 10,
|
159
|
+
# "force_prefix": false,
|
149
160
|
# "value": "ea"
|
150
161
|
# },
|
151
162
|
# {
|
152
163
|
# "position": 11,
|
164
|
+
# "force_prefix": false,
|
153
165
|
# "value": "ar"
|
154
166
|
# },
|
155
167
|
# {
|
156
168
|
# "position": 12,
|
169
|
+
# "force_prefix": false,
|
157
170
|
# "value": "rc"
|
158
171
|
# },
|
159
172
|
# {
|
160
173
|
# "position": 13,
|
174
|
+
# "force_prefix": false,
|
161
175
|
# "value": "ch"
|
162
176
|
# },
|
163
177
|
# {
|
164
178
|
# "position": 14,
|
179
|
+
# "force_prefix": false,
|
165
180
|
# "value": "h"
|
166
181
|
# }
|
167
182
|
# ]
|
@@ -174,13 +189,13 @@ generated by tokenizing <tt class="docutils literal"><span class="pre">"Ful
|
|
174
189
|
tokenizer. It doesn't normalize <tt class="docutils literal"><span class="pre">"Fulltext</span> <span class="pre">Search"</span></tt>.</p>
|
175
190
|
</div>
|
176
191
|
<div class="section" id="parameters">
|
177
|
-
<h2>7.3.
|
192
|
+
<h2>7.3.44.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
|
178
193
|
<p>This section describes all parameters. Parameters are categorized.</p>
|
179
194
|
<div class="section" id="required-parameters">
|
180
|
-
<h3>7.3.
|
195
|
+
<h3>7.3.44.4.1. Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
|
181
196
|
<p>There are required parameters, <tt class="docutils literal"><span class="pre">tokenizer</span></tt> and <tt class="docutils literal"><span class="pre">string</span></tt>.</p>
|
182
197
|
<div class="section" id="tokenizer">
|
183
|
-
<span id="tokenize-tokenizer"></span><h4>7.3.
|
198
|
+
<span id="tokenize-tokenizer"></span><h4>7.3.44.4.1.1. <tt class="docutils literal"><span class="pre">tokenizer</span></tt><a class="headerlink" href="#tokenizer" title="Permalink to this headline">¶</a></h4>
|
184
199
|
<p>Specifies the tokenizer name. <tt class="docutils literal"><span class="pre">tokenize</span></tt> command uses the
|
185
200
|
tokenizer that is named <tt class="docutils literal"><span class="pre">tokenizer</span></tt>.</p>
|
186
201
|
<p>See <a class="reference internal" href="../tokenizers.html"><em>Tokenizers</em></a> about built-in tokenizers.</p>
|
@@ -196,62 +211,77 @@ tokenizer that is named <tt class="docutils literal"><span class="pre">tokenizer
|
|
196
211
|
# [
|
197
212
|
# {
|
198
213
|
# "position": 0,
|
214
|
+
# "force_prefix": false,
|
199
215
|
# "value": "Ful"
|
200
216
|
# },
|
201
217
|
# {
|
202
218
|
# "position": 1,
|
219
|
+
# "force_prefix": false,
|
203
220
|
# "value": "ull"
|
204
221
|
# },
|
205
222
|
# {
|
206
223
|
# "position": 2,
|
224
|
+
# "force_prefix": false,
|
207
225
|
# "value": "llt"
|
208
226
|
# },
|
209
227
|
# {
|
210
228
|
# "position": 3,
|
229
|
+
# "force_prefix": false,
|
211
230
|
# "value": "lte"
|
212
231
|
# },
|
213
232
|
# {
|
214
233
|
# "position": 4,
|
234
|
+
# "force_prefix": false,
|
215
235
|
# "value": "tex"
|
216
236
|
# },
|
217
237
|
# {
|
218
238
|
# "position": 5,
|
239
|
+
# "force_prefix": false,
|
219
240
|
# "value": "ext"
|
220
241
|
# },
|
221
242
|
# {
|
222
243
|
# "position": 6,
|
244
|
+
# "force_prefix": false,
|
223
245
|
# "value": "xt "
|
224
246
|
# },
|
225
247
|
# {
|
226
248
|
# "position": 7,
|
249
|
+
# "force_prefix": false,
|
227
250
|
# "value": "t S"
|
228
251
|
# },
|
229
252
|
# {
|
230
253
|
# "position": 8,
|
254
|
+
# "force_prefix": false,
|
231
255
|
# "value": " Se"
|
232
256
|
# },
|
233
257
|
# {
|
234
258
|
# "position": 9,
|
259
|
+
# "force_prefix": false,
|
235
260
|
# "value": "Sea"
|
236
261
|
# },
|
237
262
|
# {
|
238
263
|
# "position": 10,
|
264
|
+
# "force_prefix": false,
|
239
265
|
# "value": "ear"
|
240
266
|
# },
|
241
267
|
# {
|
242
268
|
# "position": 11,
|
269
|
+
# "force_prefix": false,
|
243
270
|
# "value": "arc"
|
244
271
|
# },
|
245
272
|
# {
|
246
273
|
# "position": 12,
|
274
|
+
# "force_prefix": false,
|
247
275
|
# "value": "rch"
|
248
276
|
# },
|
249
277
|
# {
|
250
278
|
# "position": 13,
|
279
|
+
# "force_prefix": false,
|
251
280
|
# "value": "ch"
|
252
281
|
# },
|
253
282
|
# {
|
254
283
|
# "position": 14,
|
284
|
+
# "force_prefix": false,
|
255
285
|
# "value": "h"
|
256
286
|
# }
|
257
287
|
# ]
|
@@ -264,7 +294,7 @@ tokenizer plugin by <a class="reference internal" href="register.html"><em>regis
|
|
264
294
|
registering <tt class="docutils literal"><span class="pre">tokenizers/kytea</span></tt>.</p>
|
265
295
|
</div>
|
266
296
|
<div class="section" id="string">
|
267
|
-
<span id="tokenize-string"></span><h4>7.3.
|
297
|
+
<span id="tokenize-string"></span><h4>7.3.44.4.1.2. <tt class="docutils literal"><span class="pre">string</span></tt><a class="headerlink" href="#string" title="Permalink to this headline">¶</a></h4>
|
268
298
|
<p>Specifies any string which you want to tokenize.</p>
|
269
299
|
<p>If you want to include spaces in <tt class="docutils literal"><span class="pre">string</span></tt>, you need to quote
|
270
300
|
<tt class="docutils literal"><span class="pre">string</span></tt> by single quotation (<tt class="docutils literal"><span class="pre">'</span></tt>) or double quotation (<tt class="docutils literal"><span class="pre">"</span></tt>).</p>
|
@@ -280,162 +310,202 @@ registering <tt class="docutils literal"><span class="pre">tokenizers/kytea</spa
|
|
280
310
|
# [
|
281
311
|
# {
|
282
312
|
# "position": 0,
|
313
|
+
# "force_prefix": false,
|
283
314
|
# "value": "Gr"
|
284
315
|
# },
|
285
316
|
# {
|
286
317
|
# "position": 1,
|
318
|
+
# "force_prefix": false,
|
287
319
|
# "value": "ro"
|
288
320
|
# },
|
289
321
|
# {
|
290
322
|
# "position": 2,
|
323
|
+
# "force_prefix": false,
|
291
324
|
# "value": "oo"
|
292
325
|
# },
|
293
326
|
# {
|
294
327
|
# "position": 3,
|
328
|
+
# "force_prefix": false,
|
295
329
|
# "value": "on"
|
296
330
|
# },
|
297
331
|
# {
|
298
332
|
# "position": 4,
|
333
|
+
# "force_prefix": false,
|
299
334
|
# "value": "ng"
|
300
335
|
# },
|
301
336
|
# {
|
302
337
|
# "position": 5,
|
338
|
+
# "force_prefix": false,
|
303
339
|
# "value": "ga"
|
304
340
|
# },
|
305
341
|
# {
|
306
342
|
# "position": 6,
|
343
|
+
# "force_prefix": false,
|
307
344
|
# "value": "a "
|
308
345
|
# },
|
309
346
|
# {
|
310
347
|
# "position": 7,
|
348
|
+
# "force_prefix": false,
|
311
349
|
# "value": " i"
|
312
350
|
# },
|
313
351
|
# {
|
314
352
|
# "position": 8,
|
353
|
+
# "force_prefix": false,
|
315
354
|
# "value": "is"
|
316
355
|
# },
|
317
356
|
# {
|
318
357
|
# "position": 9,
|
358
|
+
# "force_prefix": false,
|
319
359
|
# "value": "s "
|
320
360
|
# },
|
321
361
|
# {
|
322
362
|
# "position": 10,
|
363
|
+
# "force_prefix": false,
|
323
364
|
# "value": " a"
|
324
365
|
# },
|
325
366
|
# {
|
326
367
|
# "position": 11,
|
368
|
+
# "force_prefix": false,
|
327
369
|
# "value": "a "
|
328
370
|
# },
|
329
371
|
# {
|
330
372
|
# "position": 12,
|
373
|
+
# "force_prefix": false,
|
331
374
|
# "value": " f"
|
332
375
|
# },
|
333
376
|
# {
|
334
377
|
# "position": 13,
|
378
|
+
# "force_prefix": false,
|
335
379
|
# "value": "fa"
|
336
380
|
# },
|
337
381
|
# {
|
338
382
|
# "position": 14,
|
383
|
+
# "force_prefix": false,
|
339
384
|
# "value": "as"
|
340
385
|
# },
|
341
386
|
# {
|
342
387
|
# "position": 15,
|
388
|
+
# "force_prefix": false,
|
343
389
|
# "value": "st"
|
344
390
|
# },
|
345
391
|
# {
|
346
392
|
# "position": 16,
|
393
|
+
# "force_prefix": false,
|
347
394
|
# "value": "t "
|
348
395
|
# },
|
349
396
|
# {
|
350
397
|
# "position": 17,
|
398
|
+
# "force_prefix": false,
|
351
399
|
# "value": " f"
|
352
400
|
# },
|
353
401
|
# {
|
354
402
|
# "position": 18,
|
403
|
+
# "force_prefix": false,
|
355
404
|
# "value": "fu"
|
356
405
|
# },
|
357
406
|
# {
|
358
407
|
# "position": 19,
|
408
|
+
# "force_prefix": false,
|
359
409
|
# "value": "ul"
|
360
410
|
# },
|
361
411
|
# {
|
362
412
|
# "position": 20,
|
413
|
+
# "force_prefix": false,
|
363
414
|
# "value": "ll"
|
364
415
|
# },
|
365
416
|
# {
|
366
417
|
# "position": 21,
|
418
|
+
# "force_prefix": false,
|
367
419
|
# "value": "lt"
|
368
420
|
# },
|
369
421
|
# {
|
370
422
|
# "position": 22,
|
423
|
+
# "force_prefix": false,
|
371
424
|
# "value": "te"
|
372
425
|
# },
|
373
426
|
# {
|
374
427
|
# "position": 23,
|
428
|
+
# "force_prefix": false,
|
375
429
|
# "value": "ex"
|
376
430
|
# },
|
377
431
|
# {
|
378
432
|
# "position": 24,
|
433
|
+
# "force_prefix": false,
|
379
434
|
# "value": "xt"
|
380
435
|
# },
|
381
436
|
# {
|
382
437
|
# "position": 25,
|
438
|
+
# "force_prefix": false,
|
383
439
|
# "value": "t "
|
384
440
|
# },
|
385
441
|
# {
|
386
442
|
# "position": 26,
|
443
|
+
# "force_prefix": false,
|
387
444
|
# "value": " e"
|
388
445
|
# },
|
389
446
|
# {
|
390
447
|
# "position": 27,
|
448
|
+
# "force_prefix": false,
|
391
449
|
# "value": "ea"
|
392
450
|
# },
|
393
451
|
# {
|
394
452
|
# "position": 28,
|
453
|
+
# "force_prefix": false,
|
395
454
|
# "value": "ar"
|
396
455
|
# },
|
397
456
|
# {
|
398
457
|
# "position": 29,
|
458
|
+
# "force_prefix": false,
|
399
459
|
# "value": "rc"
|
400
460
|
# },
|
401
461
|
# {
|
402
462
|
# "position": 30,
|
463
|
+
# "force_prefix": false,
|
403
464
|
# "value": "ch"
|
404
465
|
# },
|
405
466
|
# {
|
406
467
|
# "position": 31,
|
468
|
+
# "force_prefix": false,
|
407
469
|
# "value": "h "
|
408
470
|
# },
|
409
471
|
# {
|
410
472
|
# "position": 32,
|
473
|
+
# "force_prefix": false,
|
411
474
|
# "value": " e"
|
412
475
|
# },
|
413
476
|
# {
|
414
477
|
# "position": 33,
|
478
|
+
# "force_prefix": false,
|
415
479
|
# "value": "en"
|
416
480
|
# },
|
417
481
|
# {
|
418
482
|
# "position": 34,
|
483
|
+
# "force_prefix": false,
|
419
484
|
# "value": "ng"
|
420
485
|
# },
|
421
486
|
# {
|
422
487
|
# "position": 35,
|
488
|
+
# "force_prefix": false,
|
423
489
|
# "value": "gi"
|
424
490
|
# },
|
425
491
|
# {
|
426
492
|
# "position": 36,
|
493
|
+
# "force_prefix": false,
|
427
494
|
# "value": "in"
|
428
495
|
# },
|
429
496
|
# {
|
430
497
|
# "position": 37,
|
498
|
+
# "force_prefix": false,
|
431
499
|
# "value": "ne"
|
432
500
|
# },
|
433
501
|
# {
|
434
502
|
# "position": 38,
|
503
|
+
# "force_prefix": false,
|
435
504
|
# "value": "e!"
|
436
505
|
# },
|
437
506
|
# {
|
438
507
|
# "position": 39,
|
508
|
+
# "force_prefix": false,
|
439
509
|
# "value": "!"
|
440
510
|
# }
|
441
511
|
# ]
|
@@ -445,10 +515,10 @@ registering <tt class="docutils literal"><span class="pre">tokenizers/kytea</spa
|
|
445
515
|
</div>
|
446
516
|
</div>
|
447
517
|
<div class="section" id="optional-parameters">
|
448
|
-
<h3>7.3.
|
518
|
+
<h3>7.3.44.4.2. Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
|
449
519
|
<p>There are optional parameters.</p>
|
450
520
|
<div class="section" id="normalizer">
|
451
|
-
<span id="tokenize-normalizer"></span><h4>7.3.
|
521
|
+
<span id="tokenize-normalizer"></span><h4>7.3.44.4.2.1. <tt class="docutils literal"><span class="pre">normalizer</span></tt><a class="headerlink" href="#normalizer" title="Permalink to this headline">¶</a></h4>
|
452
522
|
<p>Specifies the normalizer name. <tt class="docutils literal"><span class="pre">tokenize</span></tt> command uses the
|
453
523
|
normalizer that is named <tt class="docutils literal"><span class="pre">normalizer</span></tt>. Normalizer is important for
|
454
524
|
N-gram family tokenizers such as <tt class="docutils literal"><span class="pre">TokenBigram</span></tt>.</p>
|
@@ -467,62 +537,77 @@ tokenizing.</p>
|
|
467
537
|
# [
|
468
538
|
# {
|
469
539
|
# "position": 0,
|
540
|
+
# "force_prefix": false,
|
470
541
|
# "value": "Fu"
|
471
542
|
# },
|
472
543
|
# {
|
473
544
|
# "position": 1,
|
545
|
+
# "force_prefix": false,
|
474
546
|
# "value": "ul"
|
475
547
|
# },
|
476
548
|
# {
|
477
549
|
# "position": 2,
|
550
|
+
# "force_prefix": false,
|
478
551
|
# "value": "ll"
|
479
552
|
# },
|
480
553
|
# {
|
481
554
|
# "position": 3,
|
555
|
+
# "force_prefix": false,
|
482
556
|
# "value": "lt"
|
483
557
|
# },
|
484
558
|
# {
|
485
559
|
# "position": 4,
|
560
|
+
# "force_prefix": false,
|
486
561
|
# "value": "te"
|
487
562
|
# },
|
488
563
|
# {
|
489
564
|
# "position": 5,
|
565
|
+
# "force_prefix": false,
|
490
566
|
# "value": "ex"
|
491
567
|
# },
|
492
568
|
# {
|
493
569
|
# "position": 6,
|
570
|
+
# "force_prefix": false,
|
494
571
|
# "value": "xt"
|
495
572
|
# },
|
496
573
|
# {
|
497
574
|
# "position": 7,
|
575
|
+
# "force_prefix": false,
|
498
576
|
# "value": "t "
|
499
577
|
# },
|
500
578
|
# {
|
501
579
|
# "position": 8,
|
580
|
+
# "force_prefix": false,
|
502
581
|
# "value": " S"
|
503
582
|
# },
|
504
583
|
# {
|
505
584
|
# "position": 9,
|
585
|
+
# "force_prefix": false,
|
506
586
|
# "value": "Se"
|
507
587
|
# },
|
508
588
|
# {
|
509
589
|
# "position": 10,
|
590
|
+
# "force_prefix": false,
|
510
591
|
# "value": "ea"
|
511
592
|
# },
|
512
593
|
# {
|
513
594
|
# "position": 11,
|
595
|
+
# "force_prefix": false,
|
514
596
|
# "value": "ar"
|
515
597
|
# },
|
516
598
|
# {
|
517
599
|
# "position": 12,
|
600
|
+
# "force_prefix": false,
|
518
601
|
# "value": "rc"
|
519
602
|
# },
|
520
603
|
# {
|
521
604
|
# "position": 13,
|
605
|
+
# "force_prefix": false,
|
522
606
|
# "value": "ch"
|
523
607
|
# },
|
524
608
|
# {
|
525
609
|
# "position": 14,
|
610
|
+
# "force_prefix": false,
|
526
611
|
# "value": "h"
|
527
612
|
# }
|
528
613
|
# ]
|
@@ -543,10 +628,12 @@ a token.</p>
|
|
543
628
|
# [
|
544
629
|
# {
|
545
630
|
# "position": 0,
|
631
|
+
# "force_prefix": false,
|
546
632
|
# "value": "fulltext"
|
547
633
|
# },
|
548
634
|
# {
|
549
635
|
# "position": 1,
|
636
|
+
# "force_prefix": false,
|
550
637
|
# "value": "search"
|
551
638
|
# }
|
552
639
|
# ]
|
@@ -568,58 +655,72 @@ a token.</p>
|
|
568
655
|
# [
|
569
656
|
# {
|
570
657
|
# "position": 0,
|
658
|
+
# "force_prefix": false,
|
571
659
|
# "value": "fu"
|
572
660
|
# },
|
573
661
|
# {
|
574
662
|
# "position": 1,
|
663
|
+
# "force_prefix": false,
|
575
664
|
# "value": "ul"
|
576
665
|
# },
|
577
666
|
# {
|
578
667
|
# "position": 2,
|
668
|
+
# "force_prefix": false,
|
579
669
|
# "value": "ll"
|
580
670
|
# },
|
581
671
|
# {
|
582
672
|
# "position": 3,
|
673
|
+
# "force_prefix": false,
|
583
674
|
# "value": "lt"
|
584
675
|
# },
|
585
676
|
# {
|
586
677
|
# "position": 4,
|
678
|
+
# "force_prefix": false,
|
587
679
|
# "value": "te"
|
588
680
|
# },
|
589
681
|
# {
|
590
682
|
# "position": 5,
|
683
|
+
# "force_prefix": false,
|
591
684
|
# "value": "ex"
|
592
685
|
# },
|
593
686
|
# {
|
594
687
|
# "position": 6,
|
688
|
+
# "force_prefix": false,
|
595
689
|
# "value": "xt"
|
596
690
|
# },
|
597
691
|
# {
|
598
692
|
# "position": 7,
|
693
|
+
# "force_prefix": false,
|
599
694
|
# "value": "t"
|
600
695
|
# },
|
601
696
|
# {
|
602
697
|
# "position": 8,
|
698
|
+
# "force_prefix": false,
|
603
699
|
# "value": "se"
|
604
700
|
# },
|
605
701
|
# {
|
606
702
|
# "position": 9,
|
703
|
+
# "force_prefix": false,
|
607
704
|
# "value": "ea"
|
608
705
|
# },
|
609
706
|
# {
|
610
707
|
# "position": 10,
|
708
|
+
# "force_prefix": false,
|
611
709
|
# "value": "ar"
|
612
710
|
# },
|
613
711
|
# {
|
614
712
|
# "position": 11,
|
713
|
+
# "force_prefix": false,
|
615
714
|
# "value": "rc"
|
616
715
|
# },
|
617
716
|
# {
|
618
717
|
# "position": 12,
|
718
|
+
# "force_prefix": false,
|
619
719
|
# "value": "ch"
|
620
720
|
# },
|
621
721
|
# {
|
622
722
|
# "position": 13,
|
723
|
+
# "force_prefix": false,
|
623
724
|
# "value": "h"
|
624
725
|
# }
|
625
726
|
# ]
|
@@ -630,7 +731,7 @@ a token.</p>
|
|
630
731
|
to lower case characters. For example, <tt class="docutils literal"><span class="pre">fu</span></tt> is a token.</p>
|
631
732
|
</div>
|
632
733
|
<div class="section" id="flags">
|
633
|
-
<span id="tokenize-flags"></span><h4>7.3.
|
734
|
+
<span id="tokenize-flags"></span><h4>7.3.44.4.2.2. <tt class="docutils literal"><span class="pre">flags</span></tt><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h4>
|
634
735
|
<p>Specifies a tokenization customize options. You can specify
|
635
736
|
multiple options separated by "<tt class="docutils literal"><span class="pre">|</span></tt>". For example,
|
636
737
|
<tt class="docutils literal"><span class="pre">NONE|ENABLE_TOKENIZED_DELIMITER</span></tt>.</p>
|
@@ -667,14 +768,17 @@ tokenized delimiter details.</td>
|
|
667
768
|
# [
|
668
769
|
# {
|
669
770
|
# "position": 0,
|
771
|
+
# "force_prefix": false,
|
670
772
|
# "value": "full"
|
671
773
|
# },
|
672
774
|
# {
|
673
775
|
# "position": 1,
|
776
|
+
# "force_prefix": false,
|
674
777
|
# "value": "text sea"
|
675
778
|
# },
|
676
779
|
# {
|
677
780
|
# "position": 2,
|
781
|
+
# "force_prefix": false,
|
678
782
|
# "value": "crch"
|
679
783
|
# }
|
680
784
|
# ]
|
@@ -692,7 +796,7 @@ treated as already tokenized string. Tokenizer just tokenizes by
|
|
692
796
|
tokenized delimiter.</p>
|
693
797
|
</div>
|
694
798
|
<div class="section" id="mode">
|
695
|
-
<span id="tokenize-mode"></span><h4>7.3.
|
799
|
+
<span id="tokenize-mode"></span><h4>7.3.44.4.2.3. <tt class="docutils literal"><span class="pre">mode</span></tt><a class="headerlink" href="#mode" title="Permalink to this headline">¶</a></h4>
|
696
800
|
<p>Specifies a tokenize mode. If the mode is specified <tt class="docutils literal"><span class="pre">ADD</span></tt>, the text
|
697
801
|
is tokenized by the rule that adding a document. If the mode is specified
|
698
802
|
<tt class="docutils literal"><span class="pre">GET</span></tt>, the text is tokenized by the rule that searching a document. If
|
@@ -704,69 +808,84 @@ the mode is omitted, the text is tokenized by the <tt class="docutils literal"><
|
|
704
808
|
# [
|
705
809
|
# [
|
706
810
|
# 0,
|
707
|
-
#
|
708
|
-
# 0.
|
811
|
+
# 1337566253.89858,
|
812
|
+
# 0.000355720520019531
|
709
813
|
# ],
|
710
814
|
# [
|
711
815
|
# {
|
712
|
-
# "
|
713
|
-
# "
|
816
|
+
# "position": 0,
|
817
|
+
# "force_prefix": false,
|
818
|
+
# "value": "Fu"
|
714
819
|
# },
|
715
820
|
# {
|
716
|
-
# "
|
717
|
-
# "
|
821
|
+
# "position": 1,
|
822
|
+
# "force_prefix": false,
|
823
|
+
# "value": "ul"
|
718
824
|
# },
|
719
825
|
# {
|
720
|
-
# "
|
721
|
-
# "
|
826
|
+
# "position": 2,
|
827
|
+
# "force_prefix": false,
|
828
|
+
# "value": "ll"
|
722
829
|
# },
|
723
830
|
# {
|
724
|
-
# "
|
725
|
-
# "
|
831
|
+
# "position": 3,
|
832
|
+
# "force_prefix": false,
|
833
|
+
# "value": "lt"
|
726
834
|
# },
|
727
835
|
# {
|
728
|
-
# "
|
729
|
-
# "
|
836
|
+
# "position": 4,
|
837
|
+
# "force_prefix": false,
|
838
|
+
# "value": "te"
|
730
839
|
# },
|
731
840
|
# {
|
732
|
-
# "
|
733
|
-
# "
|
841
|
+
# "position": 5,
|
842
|
+
# "force_prefix": false,
|
843
|
+
# "value": "ex"
|
734
844
|
# },
|
735
845
|
# {
|
736
|
-
# "
|
737
|
-
# "
|
846
|
+
# "position": 6,
|
847
|
+
# "force_prefix": false,
|
848
|
+
# "value": "xt"
|
738
849
|
# },
|
739
850
|
# {
|
740
|
-
# "
|
741
|
-
# "
|
851
|
+
# "position": 7,
|
852
|
+
# "force_prefix": false,
|
853
|
+
# "value": "t "
|
742
854
|
# },
|
743
855
|
# {
|
744
|
-
# "
|
745
|
-
# "
|
856
|
+
# "position": 8,
|
857
|
+
# "force_prefix": false,
|
858
|
+
# "value": " S"
|
746
859
|
# },
|
747
860
|
# {
|
748
|
-
# "
|
749
|
-
# "
|
861
|
+
# "position": 9,
|
862
|
+
# "force_prefix": false,
|
863
|
+
# "value": "Se"
|
750
864
|
# },
|
751
865
|
# {
|
752
|
-
# "
|
753
|
-
# "
|
866
|
+
# "position": 10,
|
867
|
+
# "force_prefix": false,
|
868
|
+
# "value": "ea"
|
754
869
|
# },
|
755
870
|
# {
|
756
|
-
# "
|
757
|
-
# "
|
871
|
+
# "position": 11,
|
872
|
+
# "force_prefix": false,
|
873
|
+
# "value": "ar"
|
758
874
|
# },
|
759
875
|
# {
|
760
|
-
# "
|
761
|
-
# "
|
876
|
+
# "position": 12,
|
877
|
+
# "force_prefix": false,
|
878
|
+
# "value": "rc"
|
762
879
|
# },
|
763
880
|
# {
|
764
|
-
# "
|
765
|
-
# "
|
881
|
+
# "position": 13,
|
882
|
+
# "force_prefix": false,
|
883
|
+
# "value": "ch"
|
766
884
|
# },
|
767
885
|
# {
|
768
|
-
# "
|
769
|
-
# "
|
886
|
+
# "position": 14,
|
887
|
+
# "force_prefix": false,
|
888
|
+
# "value": "h"
|
770
889
|
# }
|
771
890
|
# ]
|
772
891
|
# ]
|
@@ -779,65 +898,79 @@ the mode is omitted, the text is tokenized by the <tt class="docutils literal"><
|
|
779
898
|
# [
|
780
899
|
# [
|
781
900
|
# 0,
|
782
|
-
#
|
783
|
-
# 0.
|
901
|
+
# 1337566253.89858,
|
902
|
+
# 0.000355720520019531
|
784
903
|
# ],
|
785
904
|
# [
|
786
905
|
# {
|
787
|
-
# "
|
788
|
-
# "
|
906
|
+
# "position": 0,
|
907
|
+
# "force_prefix": false,
|
908
|
+
# "value": "Fu"
|
789
909
|
# },
|
790
910
|
# {
|
791
|
-
# "
|
792
|
-
# "
|
911
|
+
# "position": 1,
|
912
|
+
# "force_prefix": false,
|
913
|
+
# "value": "ul"
|
793
914
|
# },
|
794
915
|
# {
|
795
|
-
# "
|
796
|
-
# "
|
916
|
+
# "position": 2,
|
917
|
+
# "force_prefix": false,
|
918
|
+
# "value": "ll"
|
797
919
|
# },
|
798
920
|
# {
|
799
|
-
# "
|
800
|
-
# "
|
921
|
+
# "position": 3,
|
922
|
+
# "force_prefix": false,
|
923
|
+
# "value": "lt"
|
801
924
|
# },
|
802
925
|
# {
|
803
|
-
# "
|
804
|
-
# "
|
926
|
+
# "position": 4,
|
927
|
+
# "force_prefix": false,
|
928
|
+
# "value": "te"
|
805
929
|
# },
|
806
930
|
# {
|
807
|
-
# "
|
808
|
-
# "
|
931
|
+
# "position": 5,
|
932
|
+
# "force_prefix": false,
|
933
|
+
# "value": "ex"
|
809
934
|
# },
|
810
935
|
# {
|
811
|
-
# "
|
812
|
-
# "
|
936
|
+
# "position": 6,
|
937
|
+
# "force_prefix": false,
|
938
|
+
# "value": "xt"
|
813
939
|
# },
|
814
940
|
# {
|
815
|
-
# "
|
816
|
-
# "
|
941
|
+
# "position": 7,
|
942
|
+
# "force_prefix": false,
|
943
|
+
# "value": "t "
|
817
944
|
# },
|
818
945
|
# {
|
819
|
-
# "
|
820
|
-
# "
|
946
|
+
# "position": 8,
|
947
|
+
# "force_prefix": false,
|
948
|
+
# "value": " S"
|
821
949
|
# },
|
822
950
|
# {
|
823
|
-
# "
|
824
|
-
# "
|
951
|
+
# "position": 9,
|
952
|
+
# "force_prefix": false,
|
953
|
+
# "value": "Se"
|
825
954
|
# },
|
826
955
|
# {
|
827
|
-
# "
|
828
|
-
# "
|
956
|
+
# "position": 10,
|
957
|
+
# "force_prefix": false,
|
958
|
+
# "value": "ea"
|
829
959
|
# },
|
830
960
|
# {
|
831
|
-
# "
|
832
|
-
# "
|
961
|
+
# "position": 11,
|
962
|
+
# "force_prefix": false,
|
963
|
+
# "value": "ar"
|
833
964
|
# },
|
834
965
|
# {
|
835
|
-
# "
|
836
|
-
# "
|
966
|
+
# "position": 12,
|
967
|
+
# "force_prefix": false,
|
968
|
+
# "value": "rc"
|
837
969
|
# },
|
838
970
|
# {
|
839
|
-
# "
|
840
|
-
# "
|
971
|
+
# "position": 13,
|
972
|
+
# "force_prefix": false,
|
973
|
+
# "value": "ch"
|
841
974
|
# }
|
842
975
|
# ]
|
843
976
|
# ]
|
@@ -846,7 +979,7 @@ the mode is omitted, the text is tokenized by the <tt class="docutils literal"><
|
|
846
979
|
<p>The last alphabet is tokenized by two characters.</p>
|
847
980
|
</div>
|
848
981
|
<div class="section" id="token-filters">
|
849
|
-
<span id="tokenize-token-filters"></span><h4>7.3.
|
982
|
+
<span id="tokenize-token-filters"></span><h4>7.3.44.4.2.4. <tt class="docutils literal"><span class="pre">token_filters</span></tt><a class="headerlink" href="#token-filters" title="Permalink to this headline">¶</a></h4>
|
850
983
|
<p>Specifies the token filter names. <tt class="docutils literal"><span class="pre">tokenize</span></tt> command uses the
|
851
984
|
tokenizer that is named <tt class="docutils literal"><span class="pre">token_filters</span></tt>.</p>
|
852
985
|
<p>See <a class="reference internal" href="../token_filters.html"><em>Token filters</em></a> about token filters.</p>
|
@@ -854,7 +987,7 @@ tokenizer that is named <tt class="docutils literal"><span class="pre">token_fil
|
|
854
987
|
</div>
|
855
988
|
</div>
|
856
989
|
<div class="section" id="return-value">
|
857
|
-
<span id="tokenize-return-value"></span><h2>7.3.
|
990
|
+
<span id="tokenize-return-value"></span><h2>7.3.44.5. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
|
858
991
|
<p><tt class="docutils literal"><span class="pre">tokenize</span></tt> command returns tokenized tokens. Each token has some
|
859
992
|
attributes except token itself. The attributes will be increased in
|
860
993
|
the feature:</p>
|
@@ -890,7 +1023,7 @@ attributes.</p>
|
|
890
1023
|
</div></blockquote>
|
891
1024
|
</div>
|
892
1025
|
<div class="section" id="see-also">
|
893
|
-
<h2>7.3.
|
1026
|
+
<h2>7.3.44.6. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
|
894
1027
|
<ul class="simple">
|
895
1028
|
<li><a class="reference internal" href="../tokenizers.html"><em>Tokenizers</em></a></li>
|
896
1029
|
</ul>
|
@@ -905,37 +1038,37 @@ attributes.</p>
|
|
905
1038
|
<div class="sphinxsidebarwrapper">
|
906
1039
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
907
1040
|
<ul>
|
908
|
-
<li><a class="reference internal" href="#">7.3.
|
909
|
-
<li><a class="reference internal" href="#summary">7.3.
|
910
|
-
<li><a class="reference internal" href="#syntax">7.3.
|
911
|
-
<li><a class="reference internal" href="#usage">7.3.
|
912
|
-
<li><a class="reference internal" href="#parameters">7.3.
|
913
|
-
<li><a class="reference internal" href="#required-parameters">7.3.
|
914
|
-
<li><a class="reference internal" href="#tokenizer">7.3.
|
915
|
-
<li><a class="reference internal" href="#string">7.3.
|
1041
|
+
<li><a class="reference internal" href="#">7.3.44. <tt class="docutils literal"><span class="pre">tokenize</span></tt></a><ul>
|
1042
|
+
<li><a class="reference internal" href="#summary">7.3.44.1. Summary</a></li>
|
1043
|
+
<li><a class="reference internal" href="#syntax">7.3.44.2. Syntax</a></li>
|
1044
|
+
<li><a class="reference internal" href="#usage">7.3.44.3. Usage</a></li>
|
1045
|
+
<li><a class="reference internal" href="#parameters">7.3.44.4. Parameters</a><ul>
|
1046
|
+
<li><a class="reference internal" href="#required-parameters">7.3.44.4.1. Required parameters</a><ul>
|
1047
|
+
<li><a class="reference internal" href="#tokenizer">7.3.44.4.1.1. <tt class="docutils literal"><span class="pre">tokenizer</span></tt></a></li>
|
1048
|
+
<li><a class="reference internal" href="#string">7.3.44.4.1.2. <tt class="docutils literal"><span class="pre">string</span></tt></a></li>
|
916
1049
|
</ul>
|
917
1050
|
</li>
|
918
|
-
<li><a class="reference internal" href="#optional-parameters">7.3.
|
919
|
-
<li><a class="reference internal" href="#normalizer">7.3.
|
920
|
-
<li><a class="reference internal" href="#flags">7.3.
|
921
|
-
<li><a class="reference internal" href="#mode">7.3.
|
922
|
-
<li><a class="reference internal" href="#token-filters">7.3.
|
1051
|
+
<li><a class="reference internal" href="#optional-parameters">7.3.44.4.2. Optional parameters</a><ul>
|
1052
|
+
<li><a class="reference internal" href="#normalizer">7.3.44.4.2.1. <tt class="docutils literal"><span class="pre">normalizer</span></tt></a></li>
|
1053
|
+
<li><a class="reference internal" href="#flags">7.3.44.4.2.2. <tt class="docutils literal"><span class="pre">flags</span></tt></a></li>
|
1054
|
+
<li><a class="reference internal" href="#mode">7.3.44.4.2.3. <tt class="docutils literal"><span class="pre">mode</span></tt></a></li>
|
1055
|
+
<li><a class="reference internal" href="#token-filters">7.3.44.4.2.4. <tt class="docutils literal"><span class="pre">token_filters</span></tt></a></li>
|
923
1056
|
</ul>
|
924
1057
|
</li>
|
925
1058
|
</ul>
|
926
1059
|
</li>
|
927
|
-
<li><a class="reference internal" href="#return-value">7.3.
|
928
|
-
<li><a class="reference internal" href="#see-also">7.3.
|
1060
|
+
<li><a class="reference internal" href="#return-value">7.3.44.5. Return value</a></li>
|
1061
|
+
<li><a class="reference internal" href="#see-also">7.3.44.6. See also</a></li>
|
929
1062
|
</ul>
|
930
1063
|
</li>
|
931
1064
|
</ul>
|
932
1065
|
|
933
1066
|
<h4>Previous topic</h4>
|
934
1067
|
<p class="topless"><a href="table_tokenize.html"
|
935
|
-
title="previous chapter">7.3.
|
1068
|
+
title="previous chapter">7.3.43. <tt class="docutils literal"><span class="pre">table_tokenize</span></tt></a></p>
|
936
1069
|
<h4>Next topic</h4>
|
937
1070
|
<p class="topless"><a href="tokenizer_list.html"
|
938
|
-
title="next chapter">7.3.
|
1071
|
+
title="next chapter">7.3.45. <tt class="docutils literal"><span class="pre">tokenizer_list</span></tt></a></p>
|
939
1072
|
<h3>This Page</h3>
|
940
1073
|
<ul class="this-page-menu">
|
941
1074
|
<li><a href="../../_sources/reference/commands/tokenize.txt"
|
@@ -965,12 +1098,12 @@ attributes.</p>
|
|
965
1098
|
<a href="../../genindex.html" title="General Index"
|
966
1099
|
>index</a></li>
|
967
1100
|
<li class="right" >
|
968
|
-
<a href="tokenizer_list.html" title="7.3.
|
1101
|
+
<a href="tokenizer_list.html" title="7.3.45. tokenizer_list"
|
969
1102
|
>next</a> |</li>
|
970
1103
|
<li class="right" >
|
971
|
-
<a href="table_tokenize.html" title="7.3.
|
1104
|
+
<a href="table_tokenize.html" title="7.3.43. table_tokenize"
|
972
1105
|
>previous</a> |</li>
|
973
|
-
<li><a href="../../index.html">Groonga v5.0.4 documentation</a> »</li>
|
1106
|
+
<li><a href="../../index.html">Groonga v5.0.4-139-g6629adb documentation</a> »</li>
|
974
1107
|
<li><a href="../../reference.html" >7. Reference manual</a> »</li>
|
975
1108
|
<li><a href="../command.html" >7.3. Command</a> »</li>
|
976
1109
|
</ul>
|