rroonga 5.0.2-x64-mingw32 → 5.0.3-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/bin/groonga-database-inspect +5 -0
- data/ext/groonga/rb-grn-logger.c +1 -1
- data/ext/groonga/rb-grn-table.c +1 -0
- data/ext/groonga/rb-grn.h +1 -1
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/groonga/database-inspector.rb +41 -3
- data/rroonga-build.rb +2 -2
- data/rroonga.gemspec +0 -1
- data/test/test-database-inspector.rb +57 -0
- data/test/test-database.rb +2 -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/libgcc_s_seh-1.dll +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/libstdc++-6.dll +0 -0
- data/vendor/local/bin/libwinpthread-1.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.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -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/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/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/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/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/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/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/scripts/ruby/expression_size_estimator.rb +6 -1
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/liblz4.a +0 -0
- 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.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libonig.a +0 -0
- data/vendor/local/lib/libonig.dll.a +0 -0
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/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/community.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +3 -5
- 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 +63 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +28 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +16 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +23 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +37 -37
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +5 -5
- 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 +6 -6
- 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 +8 -10
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +37 -7
- data/vendor/local/share/doc/groonga/en/html/index.html +12 -12
- 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 +103 -33
- 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 +9 -9
- 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 +11 -11
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +6 -6
- 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 +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +39 -39
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +9 -9
- 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 +25 -7
- 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 +7 -7
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +18 -17
- 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 +5 -5
- 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 +7 -7
- 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 +9 -9
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +54 -54
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +9 -9
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +11 -11
- 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/community.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +3 -5
- 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 +63 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +28 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +16 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +23 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +37 -37
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
- 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 +8 -10
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +37 -7
- data/vendor/local/share/doc/groonga/ja/html/index.html +11 -11
- 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 +13 -16
- 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 +115 -33
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +8 -8
- 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 +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/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 +19 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -6
- 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 +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +9 -9
- 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 +31 -11
- 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 +13 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +16 -16
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
- 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 +6 -6
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +51 -39
- 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 +7 -8
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +8 -8
- 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/groonga/examples/dictionary/edict/edict2grn.rb +17 -39
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +25 -38
- data/vendor/local/share/man/ja/man1/groonga.1 +105 -100
- data/vendor/local/share/man/man1/groonga.1 +119 -104
- metadata +4 -4
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>4.7. match_columnsパラメータ — Groonga v5.0.
|
10
|
+
<title>4.7. match_columnsパラメータ — Groonga v5.0.4ドキュメント</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.
|
18
|
+
VERSION: '5.0.4',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.
|
29
|
+
<link rel="top" title="Groonga v5.0.4ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
31
31
|
<link rel="next" title="4.8. パトリシア木による前方一致検索" href="patricia_trie.html" />
|
32
32
|
<link rel="prev" title="4.6. タグ検索・参照関係の逆引き" href="index.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="index.html" title="4.6. タグ検索・参照関係の逆引き"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v5.0.
|
64
|
+
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
65
65
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -743,7 +743,7 @@ select Articles2 --match_columns comment.comment.content --query mroonga --outpu
|
|
743
743
|
<li class="right" >
|
744
744
|
<a href="index.html" title="4.6. タグ検索・参照関係の逆引き"
|
745
745
|
>前へ</a> |</li>
|
746
|
-
<li><a href="../index.html">Groonga v5.0.
|
746
|
+
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
747
747
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
748
748
|
</ul>
|
749
749
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>4.10. マイクロブログ検索システムの作成 — Groonga v5.0.
|
10
|
+
<title>4.10. マイクロブログ検索システムの作成 — Groonga v5.0.4ドキュメント</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.
|
18
|
+
VERSION: '5.0.4',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.
|
29
|
+
<link rel="top" title="Groonga v5.0.4ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
31
31
|
<link rel="next" title="4.11. クエリ拡張" href="query_expansion.html" />
|
32
32
|
<link rel="prev" title="4.9. 全文検索用の語彙表の作成" href="lexicon.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="lexicon.html" title="4.9. 全文検索用の語彙表の作成"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v5.0.
|
64
|
+
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
65
65
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -1034,7 +1034,7 @@ load --table Comments
|
|
1034
1034
|
<li class="right" >
|
1035
1035
|
<a href="lexicon.html" title="4.9. 全文検索用の語彙表の作成"
|
1036
1036
|
>前へ</a> |</li>
|
1037
|
-
<li><a href="../index.html">Groonga v5.0.
|
1037
|
+
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
1038
1038
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
1039
1039
|
</ul>
|
1040
1040
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>4.2. リモートアクセス — Groonga v5.0.
|
10
|
+
<title>4.2. リモートアクセス — Groonga v5.0.4ドキュメント</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.
|
18
|
+
VERSION: '5.0.4',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.
|
29
|
+
<link rel="top" title="Groonga v5.0.4ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
31
31
|
<link rel="next" title="4.3. いろいろなデータの保存" href="data.html" />
|
32
32
|
<link rel="prev" title="4.1. 基本的な操作" href="introduction.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="introduction.html" title="4.1. 基本的な操作"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v5.0.
|
64
|
+
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
65
65
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -260,7 +260,7 @@ select --table Site --query title:@this
|
|
260
260
|
<li class="right" >
|
261
261
|
<a href="introduction.html" title="4.1. 基本的な操作"
|
262
262
|
>前へ</a> |</li>
|
263
|
-
<li><a href="../index.html">Groonga v5.0.
|
263
|
+
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
264
264
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
265
265
|
</ul>
|
266
266
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>4.8. パトリシア木による前方一致検索 — Groonga v5.0.
|
10
|
+
<title>4.8. パトリシア木による前方一致検索 — Groonga v5.0.4ドキュメント</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.
|
18
|
+
VERSION: '5.0.4',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.
|
29
|
+
<link rel="top" title="Groonga v5.0.4ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
31
31
|
<link rel="next" title="4.9. 全文検索用の語彙表の作成" href="lexicon.html" />
|
32
32
|
<link rel="prev" title="4.7. match_columnsパラメータ" href="match_columns.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="match_columns.html" title="4.7. match_columnsパラメータ"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v5.0.
|
64
|
+
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
65
65
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -127,8 +127,8 @@ select --table PatPrefix --query _key:^Je
|
|
127
127
|
</pre></div>
|
128
128
|
</div>
|
129
129
|
</div>
|
130
|
-
<div class="section" id="
|
131
|
-
<h2>4.8.2. 主キーによる後方一致検索<a class="headerlink" href="#
|
130
|
+
<div class="section" id="suffix-search-by-primary-key">
|
131
|
+
<h2>4.8.2. 主キーによる後方一致検索<a class="headerlink" href="#suffix-search-by-primary-key" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
132
132
|
<p>table_createコマンドのflagsオプションにTABLE_PAT_KEYとKEY_WITH_SISを指定することで、主キーによる前方一致検索・後方一致検索の両方が可能となります。</p>
|
133
133
|
<p>KEY_WITH_SISフラグを付与すると、データを追加する際に後方一致用のレコードも追加されてしまいます。そのため、単純に検索すると、元のレコードに加えて自動的に追加されたレコードまでヒットしてしまいます。元のレコードのみ検索するために、一工夫必要になります。</p>
|
134
134
|
<p>例えば、元のレコードと自動的に追加されたレコードとの区別をつけるために、元のレコードであることを示すoriginalカラムを追加して、検索時にはoriginalカラムが <tt class="docutils literal"><span class="pre">true</span></tt> も検索条件に加えます。 <tt class="docutils literal"><span class="pre">--query</span></tt> オプションでは <tt class="docutils literal"><span class="pre">Bool</span></tt> 型の値を直感的に指定することができないので <tt class="docutils literal"><span class="pre">--filter</span></tt> オプションを使っていることに注意してください。</p>
|
@@ -248,7 +248,7 @@ select --table PatSuffix --filter '_key @$ "ゆき" && ori
|
|
248
248
|
<ul>
|
249
249
|
<li><a class="reference internal" href="#">4.8. パトリシア木による前方一致検索</a><ul>
|
250
250
|
<li><a class="reference internal" href="#prefix-search-by-primary-key">4.8.1. 主キーによる前方一致検索</a></li>
|
251
|
-
<li><a class="reference internal" href="#
|
251
|
+
<li><a class="reference internal" href="#suffix-search-by-primary-key">4.8.2. 主キーによる後方一致検索</a></li>
|
252
252
|
</ul>
|
253
253
|
</li>
|
254
254
|
</ul>
|
@@ -293,7 +293,7 @@ select --table PatSuffix --filter '_key @$ "ゆき" && ori
|
|
293
293
|
<li class="right" >
|
294
294
|
<a href="match_columns.html" title="4.7. match_columnsパラメータ"
|
295
295
|
>前へ</a> |</li>
|
296
|
-
<li><a href="../index.html">Groonga v5.0.
|
296
|
+
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
297
297
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
298
298
|
</ul>
|
299
299
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>4.11. クエリ拡張 — Groonga v5.0.
|
10
|
+
<title>4.11. クエリ拡張 — Groonga v5.0.4ドキュメント</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.
|
18
|
+
VERSION: '5.0.4',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.
|
29
|
+
<link rel="top" title="Groonga v5.0.4ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
31
31
|
<link rel="next" title="5. サーバー" href="../server.html" />
|
32
32
|
<link rel="prev" title="4.10. マイクロブログ検索システムの作成" href="micro_blog.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="micro_blog.html" title="4.10. マイクロブログ検索システムの作成"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v5.0.
|
64
|
+
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
65
65
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -324,7 +324,7 @@ select Doc --match_columns body --query "theatre" --query_expander Syn
|
|
324
324
|
<li class="right" >
|
325
325
|
<a href="micro_blog.html" title="4.10. マイクロブログ検索システムの作成"
|
326
326
|
>前へ</a> |</li>
|
327
|
-
<li><a href="../index.html">Groonga v5.0.
|
327
|
+
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
328
328
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
329
329
|
</ul>
|
330
330
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>4.4. さまざまな検索条件 — Groonga v5.0.
|
10
|
+
<title>4.4. さまざまな検索条件 — Groonga v5.0.4ドキュメント</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.
|
18
|
+
VERSION: '5.0.4',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.
|
29
|
+
<link rel="top" title="Groonga v5.0.4ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="4. チュートリアル" href="../tutorial.html" />
|
31
31
|
<link rel="next" title="4.5. ドリルダウン" href="drilldown.html" />
|
32
32
|
<link rel="prev" title="4.3. いろいろなデータの保存" href="data.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="data.html" title="4.3. いろいろなデータの保存"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v5.0.
|
64
|
+
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
65
65
|
<li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -614,7 +614,7 @@ select --table Site --query "_id:1 OR _id:2" --output_columns _key,loc
|
|
614
614
|
<li class="right" >
|
615
615
|
<a href="data.html" title="4.3. いろいろなデータの保存"
|
616
616
|
>前へ</a> |</li>
|
617
|
-
<li><a href="../index.html">Groonga v5.0.
|
617
|
+
<li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
|
618
618
|
<li><a href="../tutorial.html" >4. チュートリアル</a> »</li>
|
619
619
|
</ul>
|
620
620
|
</div>
|
@@ -1,47 +1,23 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
|
-
# -*- coding: utf-8 -*-
|
3
2
|
|
4
|
-
|
3
|
+
require "English"
|
4
|
+
require "nkf"
|
5
|
+
require "json"
|
5
6
|
|
6
|
-
|
7
|
-
require 'kconv'
|
8
|
-
|
9
|
-
class String
|
10
|
-
def to_json
|
11
|
-
a = split(//).map {|char|
|
12
|
-
case char
|
13
|
-
when '"' then '\\"'
|
14
|
-
when '\\' then '\\\\'
|
15
|
-
when "\b" then '\b'
|
16
|
-
when "\f" then '\f'
|
17
|
-
when "\n" then '\n'
|
18
|
-
when "\r" then ''
|
19
|
-
when "\t" then '\t'
|
20
|
-
else char
|
21
|
-
end
|
22
|
-
}
|
23
|
-
"\"#{a.join('')}\""
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
class Array
|
28
|
-
def to_json
|
29
|
-
'[' + map {|element|
|
30
|
-
element.to_json
|
31
|
-
}.join(',') + ']'
|
32
|
-
end
|
33
|
-
end
|
34
|
-
|
35
|
-
puts <<END
|
7
|
+
print(<<HEADER.chomp)
|
36
8
|
column_create item_dictionary edict_desc COLUMN_SCALAR ShortText
|
37
9
|
column_create bigram item_dictionary_edict_desc COLUMN_INDEX|WITH_POSITION item_dictionary edict_desc
|
38
10
|
load --table item_dictionary
|
39
|
-
[
|
40
|
-
|
11
|
+
[
|
12
|
+
["_key","edict_desc","kana"]
|
13
|
+
HEADER
|
14
|
+
|
15
|
+
loop do
|
16
|
+
raw_line = gets
|
17
|
+
break if raw_line.nil?
|
41
18
|
|
42
|
-
|
43
|
-
|
44
|
-
key, body = line.strip.split('/', 2)
|
19
|
+
line = raw_line.encode("UTF-8", "EUC-JP")
|
20
|
+
key, body = line.strip.split("/", 2)
|
45
21
|
key = key.strip
|
46
22
|
if /\s*\[(.+)\]\z/ =~ key
|
47
23
|
key = $PREMATCH
|
@@ -51,6 +27,8 @@ while !STDIN.eof?
|
|
51
27
|
else
|
52
28
|
kana = NKF.nkf("-Ww --katakana", key)
|
53
29
|
end
|
54
|
-
puts
|
30
|
+
puts(",")
|
31
|
+
puts([key, body, kana].to_json)
|
55
32
|
end
|
56
|
-
puts
|
33
|
+
puts
|
34
|
+
puts("]")
|
@@ -1,46 +1,33 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
|
-
# -*- coding: utf-8 -*-
|
3
2
|
|
4
|
-
|
3
|
+
require "json"
|
5
4
|
|
6
|
-
|
7
|
-
|
8
|
-
class String
|
9
|
-
def to_json
|
10
|
-
a = split(//).map {|char|
|
11
|
-
case char
|
12
|
-
when '"' then '\\"'
|
13
|
-
when '\\' then '\\\\'
|
14
|
-
when "\b" then '\b'
|
15
|
-
when "\f" then '\f'
|
16
|
-
when "\n" then '\n'
|
17
|
-
when "\r" then ''
|
18
|
-
when "\t" then '\t'
|
19
|
-
else char
|
20
|
-
end
|
21
|
-
}
|
22
|
-
"\"#{a.join('')}\""
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
class Array
|
27
|
-
def to_json
|
28
|
-
'[' + map {|element|
|
29
|
-
element.to_json
|
30
|
-
}.join(',') + ']'
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
puts <<END
|
5
|
+
print(<<HEADER.chomp)
|
35
6
|
column_create item_dictionary gene95_desc COLUMN_SCALAR ShortText
|
36
7
|
column_create bigram item_dictionary_gene95_desc COLUMN_INDEX|WITH_POSITION item_dictionary gene95_desc
|
37
8
|
load --table item_dictionary
|
38
|
-
[
|
39
|
-
|
9
|
+
[
|
10
|
+
["_key","gene95_desc"]
|
11
|
+
HEADER
|
40
12
|
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
13
|
+
loop do
|
14
|
+
raw_key = gets
|
15
|
+
break if raw_key.nil?
|
16
|
+
raw_body = gets
|
17
|
+
|
18
|
+
key = nil
|
19
|
+
body = nil
|
20
|
+
begin
|
21
|
+
key = raw_key.encode("UTF-8", "Windows-31J").strip
|
22
|
+
body = raw_body.encode("UTF-8", "Windows-31J").strip
|
23
|
+
rescue EncodingError
|
24
|
+
$stderr.puts("Ignore:")
|
25
|
+
$stderr.puts(" key: <#{raw_key}>")
|
26
|
+
$stderr.puts(" body: <#{raw_body}>")
|
27
|
+
next
|
28
|
+
end
|
29
|
+
puts(",")
|
30
|
+
print([key, body].to_json)
|
45
31
|
end
|
46
|
-
puts
|
32
|
+
puts
|
33
|
+
puts("]")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
.\" Man page generated from reStructuredText.
|
2
2
|
.
|
3
|
-
.TH "GROONGA" "1" "2015 年
|
3
|
+
.TH "GROONGA" "1" "2015 年 05 月 28 日" "5.0.4" "Groonga"
|
4
4
|
.SH NAME
|
5
5
|
groonga \- Groonga documentation
|
6
6
|
.
|
@@ -97,7 +97,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
97
97
|
.INDENT 3.5
|
98
98
|
.INDENT 0.0
|
99
99
|
.IP \(bu 2
|
100
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.
|
100
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.4\-x86.exe\fP
|
101
101
|
.UNINDENT
|
102
102
|
.UNINDENT
|
103
103
|
.UNINDENT
|
@@ -109,7 +109,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
109
109
|
.INDENT 3.5
|
110
110
|
.INDENT 0.0
|
111
111
|
.IP \(bu 2
|
112
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.
|
112
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.4\-x64.exe\fP
|
113
113
|
.UNINDENT
|
114
114
|
.UNINDENT
|
115
115
|
.UNINDENT
|
@@ -124,7 +124,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
124
124
|
.INDENT 3.5
|
125
125
|
.INDENT 0.0
|
126
126
|
.IP \(bu 2
|
127
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.
|
127
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.4\-x86.zip\fP
|
128
128
|
.UNINDENT
|
129
129
|
.UNINDENT
|
130
130
|
.UNINDENT
|
@@ -136,7 +136,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
136
136
|
.INDENT 3.5
|
137
137
|
.INDENT 0.0
|
138
138
|
.IP \(bu 2
|
139
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.
|
139
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.4\-x64.zip\fP
|
140
140
|
.UNINDENT
|
141
141
|
.UNINDENT
|
142
142
|
.UNINDENT
|
@@ -163,7 +163,7 @@ zipアーカイブをpackages.groonga.orgからダウンロードしてくださ
|
|
163
163
|
.INDENT 3.5
|
164
164
|
.INDENT 0.0
|
165
165
|
.IP \(bu 2
|
166
|
-
\fI\%http://packages.groonga.org/source/groonga/groonga\-5.0.
|
166
|
+
\fI\%http://packages.groonga.org/source/groonga/groonga\-5.0.4.zip\fP
|
167
167
|
.UNINDENT
|
168
168
|
.UNINDENT
|
169
169
|
.UNINDENT
|
@@ -176,7 +176,7 @@ Groongaのソースフォルダへと移動します:
|
|
176
176
|
.sp
|
177
177
|
.nf
|
178
178
|
.ft C
|
179
|
-
> cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-5.0.
|
179
|
+
> cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-5.0.4
|
180
180
|
.ft P
|
181
181
|
.fi
|
182
182
|
.UNINDENT
|
@@ -188,7 +188,7 @@ Groongaのソースフォルダへと移動します:
|
|
188
188
|
.sp
|
189
189
|
.nf
|
190
190
|
.ft C
|
191
|
-
groonga\-5.0.
|
191
|
+
groonga\-5.0.4> cmake . \-G "Visual Studio 12 2013 Win64" \-DCMAKE_INSTALL_PREFIX=C:\eGroonga
|
192
192
|
.ft P
|
193
193
|
.fi
|
194
194
|
.UNINDENT
|
@@ -200,7 +200,7 @@ groonga\-5.0.3> cmake . \-G "Visual Studio 12 2013 Win64" \-DCMAKE_INSTALL_PREFI
|
|
200
200
|
.sp
|
201
201
|
.nf
|
202
202
|
.ft C
|
203
|
-
groonga\-5.0.
|
203
|
+
groonga\-5.0.4> cmake \-\-build . \-\-config Release
|
204
204
|
.ft P
|
205
205
|
.fi
|
206
206
|
.UNINDENT
|
@@ -212,7 +212,7 @@ groonga\-5.0.3> cmake \-\-build . \-\-config Release
|
|
212
212
|
.sp
|
213
213
|
.nf
|
214
214
|
.ft C
|
215
|
-
groonga\-5.0.
|
215
|
+
groonga\-5.0.4> cmake \-\-build . \-\-config Release \-\-target Install
|
216
216
|
.ft P
|
217
217
|
.fi
|
218
218
|
.UNINDENT
|
@@ -270,9 +270,9 @@ groonga\-5.0.3> cmake \-\-build . \-\-config Release \-\-target Install
|
|
270
270
|
.sp
|
271
271
|
.nf
|
272
272
|
.ft C
|
273
|
-
% curl \-O http://packages.groonga.org/source/groonga/groonga\-5.0.
|
274
|
-
% tar xvzf groonga\-5.0.
|
275
|
-
% cd groonga\-5.0.
|
273
|
+
% curl \-O http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
274
|
+
% tar xvzf groonga\-5.0.4.tar.gz
|
275
|
+
% cd groonga\-5.0.4
|
276
276
|
.ft P
|
277
277
|
.fi
|
278
278
|
.UNINDENT
|
@@ -424,7 +424,7 @@ groonga\-normalizer\-mysqlパッケージのインストール:
|
|
424
424
|
.UNINDENT
|
425
425
|
.SS jessie
|
426
426
|
.sp
|
427
|
-
バージョン 5.0.
|
427
|
+
バージョン 5.0.4 で追加.
|
428
428
|
|
429
429
|
.sp
|
430
430
|
Groongaのaptリポジトリを追加します。
|
@@ -549,9 +549,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
549
549
|
.sp
|
550
550
|
.nf
|
551
551
|
.ft C
|
552
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
553
|
-
% tar xvzf groonga\-5.0.
|
554
|
-
% cd groonga\-5.0.
|
552
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
553
|
+
% tar xvzf groonga\-5.0.4.tar.gz
|
554
|
+
% cd groonga\-5.0.4
|
555
555
|
.ft P
|
556
556
|
.fi
|
557
557
|
.UNINDENT
|
@@ -747,9 +747,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
747
747
|
.sp
|
748
748
|
.nf
|
749
749
|
.ft C
|
750
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
751
|
-
% tar xvzf groonga\-5.0.
|
752
|
-
% cd groonga\-5.0.
|
750
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
751
|
+
% tar xvzf groonga\-5.0.4.tar.gz
|
752
|
+
% cd groonga\-5.0.4
|
753
753
|
.ft P
|
754
754
|
.fi
|
755
755
|
.UNINDENT
|
@@ -1121,9 +1121,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
1121
1121
|
.sp
|
1122
1122
|
.nf
|
1123
1123
|
.ft C
|
1124
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
1125
|
-
% tar xvzf groonga\-5.0.
|
1126
|
-
% cd groonga\-5.0.
|
1124
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
1125
|
+
% tar xvzf groonga\-5.0.4.tar.gz
|
1126
|
+
% cd groonga\-5.0.4
|
1127
1127
|
.ft P
|
1128
1128
|
.fi
|
1129
1129
|
.UNINDENT
|
@@ -1307,9 +1307,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
1307
1307
|
.sp
|
1308
1308
|
.nf
|
1309
1309
|
.ft C
|
1310
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
1311
|
-
% tar xvzf groonga\-5.0.
|
1312
|
-
% cd groonga\-5.0.
|
1310
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
1311
|
+
% tar xvzf groonga\-5.0.4.tar.gz
|
1312
|
+
% cd groonga\-5.0.4
|
1313
1313
|
.ft P
|
1314
1314
|
.fi
|
1315
1315
|
.UNINDENT
|
@@ -1373,9 +1373,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
1373
1373
|
.sp
|
1374
1374
|
.nf
|
1375
1375
|
.ft C
|
1376
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
1377
|
-
% gtar xvzf groonga\-5.0.
|
1378
|
-
% cd groonga\-5.0.
|
1376
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
1377
|
+
% gtar xvzf groonga\-5.0.4.tar.gz
|
1378
|
+
% cd groonga\-5.0.4
|
1379
1379
|
.ft P
|
1380
1380
|
.fi
|
1381
1381
|
.UNINDENT
|
@@ -1455,8 +1455,7 @@ CコンパイラーとC++コンパイラー ( \fBgcc\fP と \fBg++\fP がサ
|
|
1455
1455
|
.IP \(bu 2
|
1456
1456
|
\fI\%pkg\-config\fP (ライブラリを検出するため)
|
1457
1457
|
.IP \(bu 2
|
1458
|
-
\fI\%sudo\fP
|
1459
|
-
Groonga
|
1458
|
+
\fI\%sudo\fP (ビルドしたGroongaをインストールするため)
|
1460
1459
|
.UNINDENT
|
1461
1460
|
.UNINDENT
|
1462
1461
|
.UNINDENT
|
@@ -1497,9 +1496,9 @@ GroongaはGNUビルドシステムを使っています。以下は一番簡単
|
|
1497
1496
|
.sp
|
1498
1497
|
.nf
|
1499
1498
|
.ft C
|
1500
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
1501
|
-
% tar xvzf groonga\-5.0.
|
1502
|
-
% cd groonga\-5.0.
|
1499
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
1500
|
+
% tar xvzf groonga\-5.0.4.tar.gz
|
1501
|
+
% cd groonga\-5.0.4
|
1503
1502
|
% ./configure
|
1504
1503
|
% make
|
1505
1504
|
% sudo make install
|
@@ -1510,8 +1509,7 @@ GroongaはGNUビルドシステムを使っています。以下は一番簡単
|
|
1510
1509
|
.sp
|
1511
1510
|
上記の手順を実行すると \fB/usr/local/bin/groonga\fP に \fB/reference/executables/groonga\fP がインストールされます。
|
1512
1511
|
.sp
|
1513
|
-
|
1514
|
-
\fBconfigure\fP step.
|
1512
|
+
デフォルトのビルドでもうまく動くでしょうが、 \fBconfigure\fP のときにGroongaをカスタマイズすることができます。
|
1515
1513
|
.sp
|
1516
1514
|
以下、それぞれの手順の詳細を説明します。
|
1517
1515
|
.SS \fBconfigure\fP
|
@@ -1640,9 +1638,7 @@ LZ4を使ってカラム値を圧縮する機能を有効にします。
|
|
1640
1638
|
.sp
|
1641
1639
|
MessagePackがどこにインストールされているかを指定します。MessagePackを \fB\-\-prefix=/usr\fP という \fBconfigure\fP オプションでインストールしていない場合は、MessagePackをビルドするときに指定したパスをこのオプションで指定してください。
|
1642
1640
|
.sp
|
1643
|
-
|
1644
|
-
should specify \fB\-\-with\-message\-pack=$HOME/local\fP to Groonga\(aqs
|
1645
|
-
\fBconfigure\fP\&.
|
1641
|
+
もし、MessagePackを \fB\-\-prefix=$HOME/local\fP という \fBconfigure\fP オプションでインストールした場合は、Groongaの \fBconfigure\fP では \fB\-\-with\-message\-pack=$HOME/local\fP と指定してください。
|
1646
1642
|
.sp
|
1647
1643
|
デフォルトは \fB/usr\fP です。
|
1648
1644
|
.sp
|
@@ -1696,7 +1692,7 @@ initスクリプトなどプラットフォーム依存のシステム管理フ
|
|
1696
1692
|
すべての \fBconfigure\fP オプションを表示します。
|
1697
1693
|
.SS \fBmake\fP
|
1698
1694
|
.sp
|
1699
|
-
\fBconfigure\fP
|
1695
|
+
\fBconfigure\fP が成功したら \fBmake\fP でGroongaをビルドします:
|
1700
1696
|
.INDENT 0.0
|
1701
1697
|
.INDENT 3.5
|
1702
1698
|
.sp
|
@@ -1758,7 +1754,7 @@ Groongaに関する話題を扱うメーリングリストがあります。
|
|
1758
1754
|
\fI\%groonga\-talk@lists.sourceforge.net\fP
|
1759
1755
|
.TP
|
1760
1756
|
.B For Japanese speakers
|
1761
|
-
\fI\%groonga\-dev@lists.
|
1757
|
+
\fI\%groonga\-dev@lists.osdn.me\fP
|
1762
1758
|
.UNINDENT
|
1763
1759
|
.SS Twitter
|
1764
1760
|
.sp
|
@@ -8307,8 +8303,7 @@ C/C++: Groonga (Groonga can be also used as library)
|
|
8307
8303
|
.UNINDENT
|
8308
8304
|
.UNINDENT
|
8309
8305
|
.sp
|
8310
|
-
|
8311
|
-
\fB/reference/executables/groonga\fP as a GQTP client.
|
8306
|
+
ライブラリではありませんが、\fB/reference/executables/groonga\fP をGQTPクライアントとして使えます。
|
8312
8307
|
.SS How to run
|
8313
8308
|
.sp
|
8314
8309
|
\fB/reference/executables/groonga\fP is a GQTP server implementation.
|
@@ -8337,7 +8332,7 @@ groonga \-\-protocol gqtp \-d [options] DB_PATH
|
|
8337
8332
|
.UNINDENT
|
8338
8333
|
.UNINDENT
|
8339
8334
|
.sp
|
8340
|
-
|
8335
|
+
利用可能なオプションについては、 \fB/reference/executables/groonga\fP を参照してください。
|
8341
8336
|
.SS Memcachedバイナリプロトコル
|
8342
8337
|
.sp
|
8343
8338
|
Groongaはmemcachedバイナリプロトコルをサポートしています。以下の書式はmemcachedバイナリプロトコルのサーバをデーモンとして起動する方法を示しています。
|
@@ -8544,14 +8539,14 @@ gqtpでリクエストします。gqtpのリクエストをLF区切り形式で
|
|
8544
8539
|
.SS \fBgroonga\fP executable file
|
8545
8540
|
.SS 概要
|
8546
8541
|
.sp
|
8547
|
-
\fBgroonga\fP
|
8542
|
+
\fBgroonga\fP 実行ファイルは以下の機能を提供します。:
|
8548
8543
|
.INDENT 0.0
|
8549
8544
|
.INDENT 3.5
|
8550
8545
|
.INDENT 0.0
|
8551
8546
|
.IP \(bu 2
|
8552
|
-
|
8547
|
+
全文検索(サーバー)
|
8553
8548
|
.IP \(bu 2
|
8554
|
-
|
8549
|
+
全文検索(シェル)
|
8555
8550
|
.IP \(bu 2
|
8556
8551
|
Client for Groonga fulltext search server
|
8557
8552
|
.UNINDENT
|
@@ -8592,7 +8587,7 @@ System). Client\-server model is a popular architecture.
|
|
8592
8587
|
Normally, client for Groonga fulltext server usage isn\(aqt used.
|
8593
8588
|
.SS 構文
|
8594
8589
|
.sp
|
8595
|
-
\fBgroonga\fP
|
8590
|
+
\fBgroonga\fP 実行ファイルには以下の4つのモードがあります。
|
8596
8591
|
.INDENT 0.0
|
8597
8592
|
.INDENT 3.5
|
8598
8593
|
.INDENT 0.0
|
@@ -8680,7 +8675,7 @@ usage.
|
|
8680
8675
|
.sp
|
8681
8676
|
In server mode, \fBgroonga\fP executable file runs in the foreground. If
|
8682
8677
|
you want to run Groonga server in the background, see
|
8683
|
-
\fIgroonga\-executable\-file\-
|
8678
|
+
\fIgroonga\-executable\-file\-daemon\-mode\fP\&.
|
8684
8679
|
.sp
|
8685
8680
|
Here is the syntax to run Groonga server with temporary database:
|
8686
8681
|
.INDENT 0.0
|
@@ -8722,7 +8717,7 @@ groonga [options] \-\-protocol http \-s DB_PATH
|
|
8722
8717
|
.sp
|
8723
8718
|
In daemon mode, \fBgroonga\fP executable file runs as a daemon. Daemon
|
8724
8719
|
is similar to server but it runs in the background. See
|
8725
|
-
\fI_groonga\-executable\-file\-
|
8720
|
+
\fI_groonga\-executable\-file\-server\-mode\fP about server.
|
8726
8721
|
.sp
|
8727
8722
|
Here is the syntax to run Groonga daemon with temporary database:
|
8728
8723
|
.INDENT 0.0
|
@@ -8943,11 +8938,27 @@ http,gqtpのいずれかを指定します。(デフォルトはgqtp)
|
|
8943
8938
|
.UNINDENT
|
8944
8939
|
.INDENT 0.0
|
8945
8940
|
.TP
|
8941
|
+
.B \-\-log\-rotate\-threshold\-size <threshold>
|
8942
|
+
バージョン 5.0.3 で追加.
|
8943
|
+
|
8944
|
+
.sp
|
8945
|
+
ログローテーションの閾値を指定します。ログファイルのサイズが閾値に指定した値以上になると、ローテートされます。(デフォルトは0(無効)です)
|
8946
|
+
.UNINDENT
|
8947
|
+
.INDENT 0.0
|
8948
|
+
.TP
|
8946
8949
|
.B \-\-query\-log\-path <path>
|
8947
8950
|
クエリーログを出力するファイルのパスを指定します。(デフォルトでは出力されません)
|
8948
8951
|
.UNINDENT
|
8949
8952
|
.INDENT 0.0
|
8950
8953
|
.TP
|
8954
|
+
.B \-\-query\-log\-rotate\-threshold\-size <threshold>
|
8955
|
+
バージョン 5.0.3 で追加.
|
8956
|
+
|
8957
|
+
.sp
|
8958
|
+
クエリーログのローテーションの閾値を指定します。クエリーログファイルのサイズが閾値に指定した値以上になると、ローテートされます。(デフォルトは0(無効)です)
|
8959
|
+
.UNINDENT
|
8960
|
+
.INDENT 0.0
|
8961
|
+
.TP
|
8951
8962
|
.B \-t, \-\-max\-threads <max threasd>
|
8952
8963
|
最大で利用するスレッド数を指定します。(デフォルトはマシンのCPUコア数と同じ数です)
|
8953
8964
|
.UNINDENT
|
@@ -10162,10 +10173,10 @@ Groongaのクエリーキャッシュ機能を使うと、手動でキャッシ
|
|
10162
10173
|
.SS 利用可能なnginxモジュール
|
10163
10174
|
.sp
|
10164
10175
|
全てのHTTPの標準モジュールが利用可能です。PCRE(Perl Compatible Regular Expressions)がない場合はHttpRewriteModuleは無効になります。標準モジュールの一覧は、 \fI\%http://wiki.nginx.org/Modules\fP を参照してください。
|
10165
|
-
.SS
|
10176
|
+
.SS Groonga HTTPサーバー
|
10166
10177
|
.SS 名前
|
10167
10178
|
.sp
|
10168
|
-
|
10179
|
+
Groonga HTTPサーバー
|
10169
10180
|
.SS 書式
|
10170
10181
|
.INDENT 0.0
|
10171
10182
|
.INDENT 3.5
|
@@ -10177,16 +10188,16 @@ groonga \-d \-\-protocol http DB_PATH
|
|
10177
10188
|
.fi
|
10178
10189
|
.UNINDENT
|
10179
10190
|
.UNINDENT
|
10180
|
-
.SS
|
10191
|
+
.SS 概要
|
10181
10192
|
.sp
|
10182
|
-
|
10193
|
+
Groongaサーバを起動する時に \fB\-\-protocol\fP オプションに \fBhttp\fP を指定すると、HTTPで通信可能になります。また、 \fB\-\-document\-root\fP によって静的ページのパスを指定すると、HTTPリクエストに指定されたURIに対応する、パス配下に置かれたファイルを出力します。
|
10183
10194
|
.sp
|
10184
|
-
|
10195
|
+
GroongaにはHTML + JavaScriptで実装された管理ツールが標準で付属しています。 \fB\-\-document\-root\fP を指定しない場合は管理ツールがインストールされているパスが指定されたとみなされますので、ウェブブラウザで \fBhttp://HOSTNAME:PORT/\fP にアクセスすると、管理ツールを利用できます。
|
10185
10196
|
.SS コマンド
|
10186
10197
|
.sp
|
10187
|
-
|
10198
|
+
\fBhttp\fP を指定して起動したGroongaサーバーに対しても、他のモードで起動したGroongaと同じコマンドが使用できます。
|
10188
10199
|
.sp
|
10189
|
-
|
10200
|
+
コマンドは、複数の引数をとります。引数にはそれぞれ名前があります。また、特殊な引数である \fBoutput_type\fP と \fBcommand_version\fP があります。
|
10190
10201
|
.sp
|
10191
10202
|
スタンドアロンやクライアントモードでは、コマンドは以下のような形式で指定します。
|
10192
10203
|
.INDENT 0.0
|
@@ -10197,15 +10208,15 @@ httpを指定して起動したgroongaサーバに対しても、他のモード
|
|
10197
10208
|
.UNINDENT
|
10198
10209
|
.UNINDENT
|
10199
10210
|
.sp
|
10200
|
-
形式1と形式2は混在させることができます。これらの形式では、
|
10211
|
+
形式1と形式2は混在させることができます。これらの形式では、 \fBoutput_type\fP という引数名を用いて出力形式を指定します。
|
10201
10212
|
.sp
|
10202
|
-
|
10213
|
+
HTTPでGroongaサーバーと通信する際には、以下のような形式でコマンドを指定します。:
|
10203
10214
|
.INDENT 0.0
|
10204
10215
|
.INDENT 3.5
|
10205
10216
|
.sp
|
10206
10217
|
.nf
|
10207
10218
|
.ft C
|
10208
|
-
|
10219
|
+
Format: /d/COMMAND_NAME.OUTPUT_TYPE?ARGUMENT_NAME1=VALUE1&ARGUMENT_NAME2=VALUE2&...
|
10209
10220
|
.ft P
|
10210
10221
|
.fi
|
10211
10222
|
.UNINDENT
|
@@ -10215,12 +10226,12 @@ httpでgroongaサーバと通信する際には、以下のような形式でコ
|
|
10215
10226
|
.sp
|
10216
10227
|
GETメソッドのみが使用可能です。
|
10217
10228
|
.sp
|
10218
|
-
|
10229
|
+
出力形式にはJSON, TSV, XMLが指定可能です。
|
10219
10230
|
.sp
|
10220
|
-
|
10221
|
-
.SS
|
10231
|
+
\fBcommand_version\fP はコマンドの仕様の互換性を指定します。詳細は \fB/reference/command/command_version\fP を参照してください。
|
10232
|
+
.SS 戻り値
|
10222
10233
|
.sp
|
10223
|
-
|
10234
|
+
出力形式の指定に従って、コマンドの実行結果を出力します。
|
10224
10235
|
.SS groonga\-suggest\-create\-dataset
|
10225
10236
|
.SS 名前
|
10226
10237
|
.sp
|
@@ -10705,7 +10716,7 @@ HTTP
|
|
10705
10716
|
それぞれのインターフェイスで出力形式を変更する方法は異なります。
|
10706
10717
|
.SS コマンドライン
|
10707
10718
|
.sp
|
10708
|
-
\fBgroonga DB_PATH\fP または \fBgroonga \-c\fP でコマンドラインクエリーインターフェイスを使うことができます。これらのgroongaコマンドでは \fB
|
10719
|
+
\fBgroonga DB_PATH\fP または \fBgroonga \-c\fP でコマンドラインクエリーインターフェイスを使うことができます。これらのgroongaコマンドでは \fB>\fP というプロンプトが表示されます。クエリーインターフェイスでは \fBoutput_type\fP オプションで出力形式を指定できます。
|
10709
10720
|
.sp
|
10710
10721
|
\fBoutput_type\fP オプションを指定しない場合はJSON形式の出力になります:
|
10711
10722
|
.INDENT 0.0
|
@@ -13186,7 +13197,7 @@ dump [tables]
|
|
13186
13197
|
.UNINDENT
|
13187
13198
|
.SS 使い方
|
13188
13199
|
.sp
|
13189
|
-
|
13200
|
+
dumpの挙動を確認するためのスキーマ定義とサンプルデータは以下の通りです。
|
13190
13201
|
.INDENT 0.0
|
13191
13202
|
.INDENT 3.5
|
13192
13203
|
.sp
|
@@ -13214,7 +13225,7 @@ load \-\-table Sites
|
|
13214
13225
|
.UNINDENT
|
13215
13226
|
.UNINDENT
|
13216
13227
|
.sp
|
13217
|
-
|
13228
|
+
データベースのすべてのデータをダンプ:
|
13218
13229
|
.INDENT 0.0
|
13219
13230
|
.INDENT 3.5
|
13220
13231
|
.sp
|
@@ -13251,7 +13262,7 @@ create Lexicon bookmark_title COLUMN_INDEX Bookmarks title
|
|
13251
13262
|
.UNINDENT
|
13252
13263
|
.UNINDENT
|
13253
13264
|
.sp
|
13254
|
-
|
13265
|
+
スキーマと指定したテーブルのデータをダンプ:
|
13255
13266
|
.INDENT 0.0
|
13256
13267
|
.INDENT 3.5
|
13257
13268
|
.sp
|
@@ -13281,7 +13292,7 @@ column_create Lexicon bookmark_title COLUMN_INDEX Bookmarks title
|
|
13281
13292
|
.UNINDENT
|
13282
13293
|
.UNINDENT
|
13283
13294
|
.sp
|
13284
|
-
|
13295
|
+
プラグインのみダンプ:
|
13285
13296
|
.INDENT 0.0
|
13286
13297
|
.INDENT 3.5
|
13287
13298
|
.sp
|
@@ -13294,7 +13305,7 @@ plugin_register token_filters/stop_word
|
|
13294
13305
|
.UNINDENT
|
13295
13306
|
.UNINDENT
|
13296
13307
|
.sp
|
13297
|
-
|
13308
|
+
レコードのみダンプ:
|
13298
13309
|
.INDENT 0.0
|
13299
13310
|
.INDENT 3.5
|
13300
13311
|
.sp
|
@@ -13319,7 +13330,7 @@ load \-\-table Bookmarks
|
|
13319
13330
|
.UNINDENT
|
13320
13331
|
.UNINDENT
|
13321
13332
|
.sp
|
13322
|
-
|
13333
|
+
スキーマのみダンプ:
|
13323
13334
|
.INDENT 0.0
|
13324
13335
|
.INDENT 3.5
|
13325
13336
|
.sp
|
@@ -13349,28 +13360,24 @@ table_create Lexicon TABLE_PAT_KEY ShortText
|
|
13349
13360
|
.UNINDENT
|
13350
13361
|
.SS \fBdump_plugins\fP
|
13351
13362
|
.sp
|
13352
|
-
|
13353
|
-
To exclude registered plugins from the output, specify \fBno\fP\&.
|
13363
|
+
登録されたプラグインを出力に含めるかどうかをカスタマイズすることができます。登録されたプラグインを出力から除外する場合、 \fBno\fP を指定します。
|
13354
13364
|
.sp
|
13355
|
-
|
13365
|
+
デフォルト値は \fByes\fP です。
|
13356
13366
|
.SS \fBdump_schema\fP
|
13357
13367
|
.sp
|
13358
|
-
|
13359
|
-
To exclude database schema from the output, specify \fBno\fP\&.
|
13368
|
+
データベーススキーマを出力に含めるかどうかをカスタマイズすることができます。データベーススキーマを出力から除外する場合、 \fBno\fP を指定します。
|
13360
13369
|
.sp
|
13361
|
-
|
13370
|
+
デフォルト値は \fByes\fP です。
|
13362
13371
|
.SS \fBdump_records\fP
|
13363
13372
|
.sp
|
13364
|
-
|
13365
|
-
To exclude records from the output, specify \fBno\fP\&.
|
13373
|
+
レコードを出力に含めるかどうかをカスタマイズすることができます。レコードを出力から除外する場合、 \fBno\fP を指定します。
|
13366
13374
|
.sp
|
13367
|
-
|
13375
|
+
デフォルト値は \fByes\fP です。
|
13368
13376
|
.SS \fBdump_indexes\fP
|
13369
13377
|
.sp
|
13370
|
-
|
13371
|
-
To exclude indexes from the output, specify \fBno\fP\&.
|
13378
|
+
インデックスを出力に含めるかどうかをカスタマイズすることができます。インデックスを出力から除外する場合、 \fBno\fP を指定します。
|
13372
13379
|
.sp
|
13373
|
-
|
13380
|
+
デフォルト値は \fByes\fP です。
|
13374
13381
|
.SS 戻り値
|
13375
13382
|
.sp
|
13376
13383
|
データベースのスキーマとデータをGroongaの組み込みコマンド呼び出し形式で出力します。output_type指定は無視されます。
|
@@ -14552,7 +14559,7 @@ plugin_unregister query_expanders/tsv
|
|
14552
14559
|
.SS 参考
|
14553
14560
|
.INDENT 0.0
|
14554
14561
|
.IP \(bu 2
|
14555
|
-
\
|
14562
|
+
\fBplugin_register\fP
|
14556
14563
|
.UNINDENT
|
14557
14564
|
.SS \fBquit\fP
|
14558
14565
|
.SS 概要
|
@@ -23062,7 +23069,7 @@ Groongaのデータベースでは、テーブルの主キーや、カラムの
|
|
23062
23069
|
\fBObject\fP
|
23063
23070
|
.INDENT 0.0
|
23064
23071
|
.INDENT 3.5
|
23065
|
-
|
23072
|
+
以下の型が組込型としてあらかじめ定義されています。 [1]
|
23066
23073
|
.UNINDENT
|
23067
23074
|
.UNINDENT
|
23068
23075
|
.sp
|
@@ -25772,7 +25779,7 @@ MeCabは日本語に依存していません。その言語用の辞書を用意
|
|
25772
25779
|
.sp
|
25773
25780
|
\fBTokenMecab\fP は再現率より適合率に優れています。 \fItoken\-bigram\fP では \fB京都\fP というクエリーで \fB東京都\fP も \fB京都\fP も見つかりますが、この場合は \fB東京都\fP は期待した結果ではありません。 \fBTokenMecab\fP を使うと \fB京都\fP というクエリーで \fB京都\fP だけを見つけられます。
|
25774
25781
|
.sp
|
25775
|
-
新語をサポートしたい場合は、MeCab
|
25782
|
+
新語をサポートしたい場合は、MeCabの辞書を更新し続ける必要があります。これはメンテナンスコストがかかります。( \fItoken\-bigram\fP には辞書のメンテナンスコストはありません。なぜなら、 \fItoken\-bigram\fP は辞書を使っていないからです。)新語への対応に \fI\%mecab\-ipadic\-NEologd : Neologism dictionary for MeCab\fP が役に立つかもしれません。
|
25776
25783
|
.sp
|
25777
25784
|
以下は \fBTokenMeCab\fP の例です。 \fB東京都\fP は \fB東京\fP と \fB都\fP にトークナイズされています。 \fB京都\fP というトークンはありません。
|
25778
25785
|
.sp
|
@@ -28534,7 +28541,7 @@ column @ "x" || true || ""
|
|
28534
28541
|
.IP \(bu 2
|
28535
28542
|
負の値: \fBfalse\fP に変換してください。
|
28536
28543
|
.IP \(bu 2
|
28537
|
-
|
28544
|
+
数値: \fIscript\-syntax\-literal\-integer\fP または \fIscript\-syntax\-literal\-float\fP に変換してください。例えば、 \fB1.2\fP 、 \fB\-10\fP 、 \fB314e\-2\fP といった具合です。
|
28538
28545
|
.IP \(bu 2
|
28539
28546
|
文字列:文字列中の \fB"\fP を \fB\e"\fP で、 \fB\e\fP を \fB\e\e\fP で置換してください。その後、置換した文字列を \fB"\fP で囲んでください。例えば、 \fBdouble " quote and back \e slash\fP は \fB"double \e" quote and back \e\e slash"\fP に変換します。
|
28540
28547
|
.UNINDENT
|
@@ -34490,9 +34497,9 @@ sub_filterは以下の条件が満たされていることを要求します。
|
|
34490
34497
|
バージョン 5.0.3 で追加.
|
34491
34498
|
|
34492
34499
|
.sp
|
34493
|
-
\fBvector_size\fP
|
34500
|
+
\fBvector_size\fP はベクターカラムのサイズを返します。
|
34494
34501
|
.sp
|
34495
|
-
|
34502
|
+
この関数を有効にするには、以下のコマンドで \fBfunctions/vector\fP プラグインを登録します:
|
34496
34503
|
.INDENT 0.0
|
34497
34504
|
.INDENT 3.5
|
34498
34505
|
.sp
|
@@ -34504,10 +34511,10 @@ plugin_register functions/vector
|
|
34504
34511
|
.UNINDENT
|
34505
34512
|
.UNINDENT
|
34506
34513
|
.sp
|
34507
|
-
|
34514
|
+
その後、 \fB\-\-command_version 2\fP オプションと一緒に \fBvector_size\fP 関数を使ってください。\fBvector_size\fP を使うには \fB\-\-command_vesion 2\fP を指定しなければならないことに注意してください。
|
34508
34515
|
.SS 構文
|
34509
34516
|
.sp
|
34510
|
-
\fBvector_size\fP
|
34517
|
+
\fBvector_size\fP は引数を一つだけとります。 それは \fBtarget\fP です。
|
34511
34518
|
.INDENT 0.0
|
34512
34519
|
.INDENT 3.5
|
34513
34520
|
.sp
|
@@ -34559,7 +34566,7 @@ load \-\-table Memos
|
|
34559
34566
|
.UNINDENT
|
34560
34567
|
.UNINDENT
|
34561
34568
|
.sp
|
34562
|
-
|
34569
|
+
\fBvector_size\fP 関数が \fBtag\fP カラムの値とそのサイズを返す例です。
|
34563
34570
|
.sp
|
34564
34571
|
実行例:
|
34565
34572
|
.INDENT 0.0
|
@@ -34615,13 +34622,13 @@ select Memos \-\-output_columns \(aqtags, vector_size(tags)\(aq \-\-command_vers
|
|
34615
34622
|
.UNINDENT
|
34616
34623
|
.SS 引数
|
34617
34624
|
.sp
|
34618
|
-
|
34625
|
+
必須引数が一つあり、それは \fBtarget\fP です。
|
34619
34626
|
.SS \fBtarget\fP
|
34620
34627
|
.sp
|
34621
|
-
|
34628
|
+
\fBselect\fP 対象の \fBtable\fP に指定されたテーブルのベクターカラムを指定します。
|
34622
34629
|
.SS 戻り値
|
34623
34630
|
.sp
|
34624
|
-
\fBvector_size\fP
|
34631
|
+
\fBvector_size\fP は対象のベクターカラムのサイズを返します。
|
34625
34632
|
.SS 操作方法
|
34626
34633
|
.sp
|
34627
34634
|
Groongaには複数の検索機能があります。このセクションではこの検索の操作方法を説明します。
|
@@ -41417,7 +41424,7 @@ CUTTER_SOURCE_PATH=$HOME/work/cutter/cutter
|
|
41417
41424
|
.sp
|
41418
41425
|
.nf
|
41419
41426
|
.ft C
|
41420
|
-
% sudo apt\-get install \-V debootstrap createrepo rpm mercurial python\-docutils python\-jinja2 ruby\-full mingw\-w64 g++\-mingw\-w64 mecab libmecab\-dev nsis gnupg2
|
41427
|
+
% sudo apt\-get install \-V debootstrap createrepo rpm mercurial python\-docutils python\-jinja2 ruby\-full mingw\-w64 g++\-mingw\-w64 mecab libmecab\-dev nsis gnupg2 dh\-autoreconf python\-sphinx bison
|
41421
41428
|
.ft P
|
41422
41429
|
.fi
|
41423
41430
|
.UNINDENT
|
@@ -41625,7 +41632,6 @@ Makefileを生成するためにconfigureスクリプトを実行します。
|
|
41625
41632
|
.nf
|
41626
41633
|
.ft C
|
41627
41634
|
% ./configure \e
|
41628
|
-
\-\-with\-debug \e
|
41629
41635
|
\-\-prefix=/tmp/local \e
|
41630
41636
|
\-\-with\-launchpad\-uploader\-pgp\-key=(Launchpadに登録したkeyID) \e
|
41631
41637
|
\-\-with\-groonga\-org\-path=$HOME/work/groonga/groonga.org \e
|
@@ -41649,7 +41655,6 @@ configureオプションである\-\-with\-cutter\-source\-pathにはcutterの
|
|
41649
41655
|
.nf
|
41650
41656
|
.ft C
|
41651
41657
|
% ./configure \e
|
41652
|
-
\-\-with\-debug \e
|
41653
41658
|
\-\-prefix=/tmp/local \e
|
41654
41659
|
\-\-with\-launchpad\-uploader\-pgp\-key=(Launchpadに登録したkeyID) \e
|
41655
41660
|
\-\-with\-groonga\-org\-path=../groonga.org \e
|
@@ -42180,7 +42185,7 @@ news.txtに変更点をまとめましたが、それを元にリリースアナ
|
|
42180
42185
|
.INDENT 3.5
|
42181
42186
|
.INDENT 0.0
|
42182
42187
|
.IP \(bu 2
|
42183
|
-
\fI\%http://
|
42188
|
+
\fI\%http://osdn.jp/projects/groonga/lists/archive/dev/2012\-April/000794.html\fP
|
42184
42189
|
.UNINDENT
|
42185
42190
|
.UNINDENT
|
42186
42191
|
.UNINDENT
|
@@ -42369,7 +42374,7 @@ Groonga 3.0.6のときは以下のように更新してpull requestを送りま
|
|
42369
42374
|
作成したリリースアナウンスをメーリングリストへと流します。
|
42370
42375
|
.INDENT 0.0
|
42371
42376
|
.IP \(bu 2
|
42372
|
-
groonga\-dev \fI\%groonga\-dev@lists.
|
42377
|
+
groonga\-dev \fI\%groonga\-dev@lists.osdn.me\fP
|
42373
42378
|
.IP \(bu 2
|
42374
42379
|
Groonga\-talk \fI\%groonga\-talk@lists.sourceforge.net\fP
|
42375
42380
|
.UNINDENT
|