rroonga 5.0.2-x86-mingw32 → 5.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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_sjlj-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
@@ -1,6 +1,6 @@
|
|
1
1
|
.\" Man page generated from reStructuredText.
|
2
2
|
.
|
3
|
-
.TH "GROONGA" "1" "
|
3
|
+
.TH "GROONGA" "1" "May 28, 2015" "5.0.4" "Groonga"
|
4
4
|
.SH NAME
|
5
5
|
groonga \- Groonga documentation
|
6
6
|
.
|
@@ -110,7 +110,7 @@ packages.groonga.org:
|
|
110
110
|
.INDENT 3.5
|
111
111
|
.INDENT 0.0
|
112
112
|
.IP \(bu 2
|
113
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.
|
113
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.4\-x86.exe\fP
|
114
114
|
.UNINDENT
|
115
115
|
.UNINDENT
|
116
116
|
.UNINDENT
|
@@ -123,7 +123,7 @@ packages.goronga.org:
|
|
123
123
|
.INDENT 3.5
|
124
124
|
.INDENT 0.0
|
125
125
|
.IP \(bu 2
|
126
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.
|
126
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.4\-x64.exe\fP
|
127
127
|
.UNINDENT
|
128
128
|
.UNINDENT
|
129
129
|
.UNINDENT
|
@@ -140,7 +140,7 @@ packages.groonga.org:
|
|
140
140
|
.INDENT 3.5
|
141
141
|
.INDENT 0.0
|
142
142
|
.IP \(bu 2
|
143
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.
|
143
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.4\-x86.zip\fP
|
144
144
|
.UNINDENT
|
145
145
|
.UNINDENT
|
146
146
|
.UNINDENT
|
@@ -153,7 +153,7 @@ packages.groonga.org:
|
|
153
153
|
.INDENT 3.5
|
154
154
|
.INDENT 0.0
|
155
155
|
.IP \(bu 2
|
156
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.
|
156
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-5.0.4\-x64.zip\fP
|
157
157
|
.UNINDENT
|
158
158
|
.UNINDENT
|
159
159
|
.UNINDENT
|
@@ -181,7 +181,7 @@ Download zipped source from packages.groonga.org:
|
|
181
181
|
.INDENT 3.5
|
182
182
|
.INDENT 0.0
|
183
183
|
.IP \(bu 2
|
184
|
-
\fI\%http://packages.groonga.org/source/groonga/groonga\-5.0.
|
184
|
+
\fI\%http://packages.groonga.org/source/groonga/groonga\-5.0.4.zip\fP
|
185
185
|
.UNINDENT
|
186
186
|
.UNINDENT
|
187
187
|
.UNINDENT
|
@@ -194,7 +194,7 @@ Move to the Groonga\(aqs source folder:
|
|
194
194
|
.sp
|
195
195
|
.nf
|
196
196
|
.ft C
|
197
|
-
> cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-5.0.
|
197
|
+
> cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-5.0.4
|
198
198
|
.ft P
|
199
199
|
.fi
|
200
200
|
.UNINDENT
|
@@ -208,7 +208,7 @@ parameter instead:
|
|
208
208
|
.sp
|
209
209
|
.nf
|
210
210
|
.ft C
|
211
|
-
groonga\-5.0.
|
211
|
+
groonga\-5.0.4> cmake . \-G "Visual Studio 12 2013 Win64" \-DCMAKE_INSTALL_PREFIX=C:\eGroonga
|
212
212
|
.ft P
|
213
213
|
.fi
|
214
214
|
.UNINDENT
|
@@ -220,7 +220,7 @@ Build:
|
|
220
220
|
.sp
|
221
221
|
.nf
|
222
222
|
.ft C
|
223
|
-
groonga\-5.0.
|
223
|
+
groonga\-5.0.4> cmake \-\-build . \-\-config Release
|
224
224
|
.ft P
|
225
225
|
.fi
|
226
226
|
.UNINDENT
|
@@ -232,7 +232,7 @@ Install:
|
|
232
232
|
.sp
|
233
233
|
.nf
|
234
234
|
.ft C
|
235
|
-
groonga\-5.0.
|
235
|
+
groonga\-5.0.4> cmake \-\-build . \-\-config Release \-\-target Install
|
236
236
|
.ft P
|
237
237
|
.fi
|
238
238
|
.UNINDENT
|
@@ -294,9 +294,9 @@ Download source:
|
|
294
294
|
.sp
|
295
295
|
.nf
|
296
296
|
.ft C
|
297
|
-
% curl \-O http://packages.groonga.org/source/groonga/groonga\-5.0.
|
298
|
-
% tar xvzf groonga\-5.0.
|
299
|
-
% cd groonga\-5.0.
|
297
|
+
% curl \-O http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
298
|
+
% tar xvzf groonga\-5.0.4.tar.gz
|
299
|
+
% cd groonga\-5.0.4
|
300
300
|
.ft P
|
301
301
|
.fi
|
302
302
|
.UNINDENT
|
@@ -460,7 +460,7 @@ Install groonga\-normalizer\-mysql package:
|
|
460
460
|
.UNINDENT
|
461
461
|
.SS jessie
|
462
462
|
.sp
|
463
|
-
New in version 5.0.
|
463
|
+
New in version 5.0.4.
|
464
464
|
|
465
465
|
.sp
|
466
466
|
Add the Groonga apt repository.
|
@@ -592,9 +592,9 @@ Download source:
|
|
592
592
|
.sp
|
593
593
|
.nf
|
594
594
|
.ft C
|
595
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
596
|
-
% tar xvzf groonga\-5.0.
|
597
|
-
% cd groonga\-5.0.
|
595
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
596
|
+
% tar xvzf groonga\-5.0.4.tar.gz
|
597
|
+
% cd groonga\-5.0.4
|
598
598
|
.ft P
|
599
599
|
.fi
|
600
600
|
.UNINDENT
|
@@ -803,9 +803,9 @@ Download source:
|
|
803
803
|
.sp
|
804
804
|
.nf
|
805
805
|
.ft C
|
806
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
807
|
-
% tar xvzf groonga\-5.0.
|
808
|
-
% cd groonga\-5.0.
|
806
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
807
|
+
% tar xvzf groonga\-5.0.4.tar.gz
|
808
|
+
% cd groonga\-5.0.4
|
809
809
|
.ft P
|
810
810
|
.fi
|
811
811
|
.UNINDENT
|
@@ -1210,9 +1210,9 @@ Download source:
|
|
1210
1210
|
.sp
|
1211
1211
|
.nf
|
1212
1212
|
.ft C
|
1213
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
1214
|
-
% tar xvzf groonga\-5.0.
|
1215
|
-
% cd groonga\-5.0.
|
1213
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
1214
|
+
% tar xvzf groonga\-5.0.4.tar.gz
|
1215
|
+
% cd groonga\-5.0.4
|
1216
1216
|
.ft P
|
1217
1217
|
.fi
|
1218
1218
|
.UNINDENT
|
@@ -1413,9 +1413,9 @@ Download source:
|
|
1413
1413
|
.sp
|
1414
1414
|
.nf
|
1415
1415
|
.ft C
|
1416
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
1417
|
-
% tar xvzf groonga\-5.0.
|
1418
|
-
% cd groonga\-5.0.
|
1416
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
1417
|
+
% tar xvzf groonga\-5.0.4.tar.gz
|
1418
|
+
% cd groonga\-5.0.4
|
1419
1419
|
.ft P
|
1420
1420
|
.fi
|
1421
1421
|
.UNINDENT
|
@@ -1480,9 +1480,9 @@ Download source:
|
|
1480
1480
|
.sp
|
1481
1481
|
.nf
|
1482
1482
|
.ft C
|
1483
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
1484
|
-
% gtar xvzf groonga\-5.0.
|
1485
|
-
% cd groonga\-5.0.
|
1483
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
1484
|
+
% gtar xvzf groonga\-5.0.4.tar.gz
|
1485
|
+
% cd groonga\-5.0.4
|
1486
1486
|
.ft P
|
1487
1487
|
.fi
|
1488
1488
|
.UNINDENT
|
@@ -1622,9 +1622,9 @@ steps:
|
|
1622
1622
|
.sp
|
1623
1623
|
.nf
|
1624
1624
|
.ft C
|
1625
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.
|
1626
|
-
% tar xvzf groonga\-5.0.
|
1627
|
-
% cd groonga\-5.0.
|
1625
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-5.0.4.tar.gz
|
1626
|
+
% tar xvzf groonga\-5.0.4.tar.gz
|
1627
|
+
% cd groonga\-5.0.4
|
1628
1628
|
% ./configure
|
1629
1629
|
% make
|
1630
1630
|
% sudo make install
|
@@ -1912,7 +1912,7 @@ There are mailing lists for discussion about Groonga.
|
|
1912
1912
|
\fI\%groonga\-talk@lists.sourceforge.net\fP
|
1913
1913
|
.TP
|
1914
1914
|
.B For Japanese speakers
|
1915
|
-
\fI\%groonga\-dev@lists.
|
1915
|
+
\fI\%groonga\-dev@lists.osdn.me\fP
|
1916
1916
|
.UNINDENT
|
1917
1917
|
.SS Twitter
|
1918
1918
|
.sp
|
@@ -6280,13 +6280,13 @@ select \-\-table PatPrefix \-\-query _key:^Je
|
|
6280
6280
|
.fi
|
6281
6281
|
.UNINDENT
|
6282
6282
|
.UNINDENT
|
6283
|
-
.SS
|
6283
|
+
.SS Suffix search by primary key
|
6284
6284
|
.sp
|
6285
|
-
table_create
|
6285
|
+
table_create command which uses TABLE_PAT_KEY and KEY_WITH_SIS for flags option supports prefix search and suffix search by primary key.
|
6286
6286
|
.sp
|
6287
|
-
KEY_WITH_SIS
|
6287
|
+
If you set KEY_WITH_SIS flag, suffix search records also are added when you add the data. So if you search simply, the automatically added records are hit in addition to the original records. In order to search only the original records, you need a plan.
|
6288
6288
|
.sp
|
6289
|
-
|
6289
|
+
For example, in order to make this distinction between the original records and automatically added records, add the original column indicating that it is the original record, and add original column is \fBtrue\fP to the search condition. For attention, use \fB\-\-filter\fP option because \fB\-\-query\fP option is not specify \fBBool\fP type value intuitively.
|
6290
6290
|
.sp
|
6291
6291
|
Execution example:
|
6292
6292
|
.INDENT 0.0
|
@@ -8959,7 +8959,7 @@ usage.
|
|
8959
8959
|
.sp
|
8960
8960
|
In server mode, \fBgroonga\fP executable file runs in the foreground. If
|
8961
8961
|
you want to run Groonga server in the background, see
|
8962
|
-
\fIgroonga\-executable\-file\-
|
8962
|
+
\fIgroonga\-executable\-file\-daemon\-mode\fP\&.
|
8963
8963
|
.sp
|
8964
8964
|
Here is the syntax to run Groonga server with temporary database:
|
8965
8965
|
.INDENT 0.0
|
@@ -9001,7 +9001,7 @@ groonga [options] \-\-protocol http \-s DB_PATH
|
|
9001
9001
|
.sp
|
9002
9002
|
In daemon mode, \fBgroonga\fP executable file runs as a daemon. Daemon
|
9003
9003
|
is similar to server but it runs in the background. See
|
9004
|
-
\fI_groonga\-executable\-file\-
|
9004
|
+
\fI_groonga\-executable\-file\-server\-mode\fP about server.
|
9005
9005
|
.sp
|
9006
9006
|
Here is the syntax to run Groonga daemon with temporary database:
|
9007
9007
|
.INDENT 0.0
|
@@ -9222,11 +9222,27 @@ http,gqtpのいずれかを指定します。(デフォルトはgqtp)
|
|
9222
9222
|
.UNINDENT
|
9223
9223
|
.INDENT 0.0
|
9224
9224
|
.TP
|
9225
|
+
.B \-\-log\-rotate\-threshold\-size <threshold>
|
9226
|
+
New in version 5.0.3.
|
9227
|
+
|
9228
|
+
.sp
|
9229
|
+
Specifies threshold for log rotation. Log file is rotated when log file size is larger than or equals to the threshold (default: 0; disabled).
|
9230
|
+
.UNINDENT
|
9231
|
+
.INDENT 0.0
|
9232
|
+
.TP
|
9225
9233
|
.B \-\-query\-log\-path <path>
|
9226
9234
|
クエリーログを出力するファイルのパスを指定します。(デフォルトでは出力されません)
|
9227
9235
|
.UNINDENT
|
9228
9236
|
.INDENT 0.0
|
9229
9237
|
.TP
|
9238
|
+
.B \-\-query\-log\-rotate\-threshold\-size <threshold>
|
9239
|
+
New in version 5.0.3.
|
9240
|
+
|
9241
|
+
.sp
|
9242
|
+
Specifies threshold for query log rotation. Query log file is rotated when query log file size is larger than or equals to the threshold (default: 0; disabled).
|
9243
|
+
.UNINDENT
|
9244
|
+
.INDENT 0.0
|
9245
|
+
.TP
|
9230
9246
|
.B \-t, \-\-max\-threads <max threasd>
|
9231
9247
|
最大で利用するスレッド数を指定します。(デフォルトはマシンのCPUコア数と同じ数です)
|
9232
9248
|
.UNINDENT
|
@@ -10505,11 +10521,11 @@ All standard HTTP modules are available. HttpRewriteModule is
|
|
10505
10521
|
disabled when you don\(aqt have PCRE (Perl Compatible Regular
|
10506
10522
|
Expressions). For the list of standard HTTP modules, see
|
10507
10523
|
\fI\%http://wiki.nginx.org/Modules\fP\&.
|
10508
|
-
.SS
|
10509
|
-
.SS
|
10524
|
+
.SS Groonga HTTP server
|
10525
|
+
.SS Name
|
10510
10526
|
.sp
|
10511
|
-
|
10512
|
-
.SS
|
10527
|
+
Groonga HTTP server
|
10528
|
+
.SS Synopsis
|
10513
10529
|
.INDENT 0.0
|
10514
10530
|
.INDENT 3.5
|
10515
10531
|
.sp
|
@@ -10520,50 +10536,50 @@ groonga \-d \-\-protocol http DB_PATH
|
|
10520
10536
|
.fi
|
10521
10537
|
.UNINDENT
|
10522
10538
|
.UNINDENT
|
10523
|
-
.SS
|
10539
|
+
.SS Summary
|
10524
10540
|
.sp
|
10525
|
-
|
10541
|
+
You can communicate by HTTP if you specify \fBhttp\fP to \fB\-\-protocol\fP option. And output a file that is put under the path, and correspond to specified URI to HTTP request if you specify static page path by \fB\-\-document\-root\fP\&.
|
10526
10542
|
.sp
|
10527
|
-
|
10528
|
-
.SS
|
10543
|
+
Groonga has an Web\-based administration tool implemented with HTML and JavaScript. If you don\(aqt specify \fB\-\-document\-root\fP, regarded as administration tool installed path is specified, so you can use administration tool to access \fBhttp://HOSTNAME:PORT/\fP in Web browser.
|
10544
|
+
.SS Command
|
10529
10545
|
.sp
|
10530
|
-
|
10546
|
+
You can use the same commands of Groonga that starts of the other mode to Groonga server that starts to specify \fBhttp\fP\&.
|
10531
10547
|
.sp
|
10532
|
-
|
10548
|
+
A command takes the arguments. An argument has a name. And there are special arguments \fBoutput_type\fP and \fBcommand_version\fP\&.
|
10533
10549
|
.sp
|
10534
|
-
|
10550
|
+
In standalone mode or client mode, a command is specified by the following format.
|
10535
10551
|
.INDENT 0.0
|
10536
10552
|
.INDENT 3.5
|
10537
|
-
|
10553
|
+
Format 1: COMMAND_NAME VALUE1 VALUE2,..
|
10538
10554
|
.sp
|
10539
|
-
|
10555
|
+
Format 2: COMMAND_NAME \-\-PARAMETER_NAME1 VALUE1 \-\-PARAMETER_NAME2 VALUE2,..
|
10540
10556
|
.UNINDENT
|
10541
10557
|
.UNINDENT
|
10542
10558
|
.sp
|
10543
|
-
|
10559
|
+
Format 1 and Format 2 are possible to mix. Output type is specified by \fBoutput_type\fP in the formats.
|
10544
10560
|
.sp
|
10545
|
-
|
10561
|
+
In HTTP server mode, the following formats to specify command:
|
10546
10562
|
.INDENT 0.0
|
10547
10563
|
.INDENT 3.5
|
10548
10564
|
.sp
|
10549
10565
|
.nf
|
10550
10566
|
.ft C
|
10551
|
-
|
10567
|
+
Format: /d/COMMAND_NAME.OUTPUT_TYPE?ARGUMENT_NAME1=VALUE1&ARGUMENT_NAME2=VALUE2&...
|
10552
10568
|
.ft P
|
10553
10569
|
.fi
|
10554
10570
|
.UNINDENT
|
10555
10571
|
.UNINDENT
|
10556
10572
|
.sp
|
10557
|
-
|
10573
|
+
But, they need URL encode for command names, arguments names and values.
|
10558
10574
|
.sp
|
10559
|
-
GET
|
10575
|
+
You can use GET method only.
|
10560
10576
|
.sp
|
10561
|
-
|
10577
|
+
You can specify JSON, TSV and XML to output type.
|
10562
10578
|
.sp
|
10563
|
-
|
10564
|
-
.SS
|
10579
|
+
\fBcommand_version\fP is specified for command specification compatibility. See \fB/reference/command/command_version\fP for details.
|
10580
|
+
.SS Return value
|
10565
10581
|
.sp
|
10566
|
-
|
10582
|
+
The execution result is output that follows output type specification by the command.
|
10567
10583
|
.SS groonga\-suggest\-create\-dataset
|
10568
10584
|
.SS NAME
|
10569
10585
|
.sp
|
@@ -11050,8 +11066,8 @@ They provides different ways to change output format type.
|
|
11050
11066
|
.sp
|
11051
11067
|
You can use command line query interface by \fBgroonga
|
11052
11068
|
DB_PATH\fP or \fBgroonga \-c\fP\&. Those groonga commands shows
|
11053
|
-
\fB
|
11054
|
-
output format type by \
|
11069
|
+
\fB>\fP prompt. In this query interface, you can specify
|
11070
|
+
output format type by \fBoutput_type\fP option.
|
11055
11071
|
.sp
|
11056
11072
|
If you don\(aqt specify \fBoutput_type\fP option, you will get
|
11057
11073
|
a result in JSON format:
|
@@ -15028,7 +15044,7 @@ See \fB/reference/command/output_format\fP for \fBHEADER\fP\&.
|
|
15028
15044
|
.SS See also
|
15029
15045
|
.INDENT 0.0
|
15030
15046
|
.IP \(bu 2
|
15031
|
-
\
|
15047
|
+
\fBplugin_register\fP
|
15032
15048
|
.UNINDENT
|
15033
15049
|
.SS \fBquit\fP
|
15034
15050
|
.SS Summary
|
@@ -24037,133 +24053,133 @@ See \fB/reference/command/output_format\fP about \fBHEADER\fP\&.
|
|
24037
24053
|
If command succeeded, it returns true, otherwise it returns false on error.
|
24038
24054
|
.UNINDENT
|
24039
24055
|
.UNINDENT
|
24040
|
-
.SS
|
24041
|
-
.SS
|
24056
|
+
.SS Data types
|
24057
|
+
.SS Name
|
24042
24058
|
.sp
|
24043
|
-
Groonga
|
24044
|
-
.SS
|
24059
|
+
Groonga data types
|
24060
|
+
.SS Description
|
24045
24061
|
.sp
|
24046
|
-
Groonga
|
24062
|
+
Groonga identifies data types to store.
|
24047
24063
|
.sp
|
24048
|
-
Groonga
|
24064
|
+
A primary key of table and column value belong to some kind of data types in Groonga database. And normaly, column values become in common with all records in one table.
|
24049
24065
|
.sp
|
24050
|
-
|
24066
|
+
A primary key type and column type can be specified Groonga defined types, user defined types or user defined table.
|
24051
24067
|
.sp
|
24052
|
-
|
24068
|
+
If you specify other table to primary key type, this table becomes subset of the table of primary key type.
|
24053
24069
|
.sp
|
24054
|
-
|
24055
|
-
.SS
|
24070
|
+
If you specify other table to column type, this column becomes reference key of the table of column type.
|
24071
|
+
.SS Builtin types
|
24056
24072
|
.sp
|
24057
|
-
|
24073
|
+
The following types are defined as builtin types.
|
24058
24074
|
.sp
|
24059
24075
|
\fBObject\fP
|
24060
24076
|
.INDENT 0.0
|
24061
24077
|
.INDENT 3.5
|
24062
|
-
|
24078
|
+
All records that belong to any table. [1]
|
24063
24079
|
.UNINDENT
|
24064
24080
|
.UNINDENT
|
24065
24081
|
.sp
|
24066
24082
|
\fBBool\fP
|
24067
24083
|
.INDENT 0.0
|
24068
24084
|
.INDENT 3.5
|
24069
|
-
|
24085
|
+
Boolean type. The possible values are true and false. (default: false)
|
24070
24086
|
.sp
|
24071
|
-
\fB/reference/commands/load\fP
|
24087
|
+
To store a value by \fB/reference/commands/load\fP command, becomes false if you specify false, 0 or empty string, becomes true if you specify others.
|
24072
24088
|
.UNINDENT
|
24073
24089
|
.UNINDENT
|
24074
24090
|
.sp
|
24075
24091
|
\fBInt8\fP
|
24076
24092
|
.INDENT 0.0
|
24077
24093
|
.INDENT 3.5
|
24078
|
-
8bit
|
24094
|
+
Signed 8bit integer. It\(aqs \-128 or more and 127 or less. (default: 0)
|
24079
24095
|
.UNINDENT
|
24080
24096
|
.UNINDENT
|
24081
24097
|
.sp
|
24082
24098
|
\fBUInt8\fP
|
24083
24099
|
.INDENT 0.0
|
24084
24100
|
.INDENT 3.5
|
24085
|
-
8bit
|
24101
|
+
Unsigned 8bit integer. Is\(aqt 0 or more and 255 or less. (default: 0)
|
24086
24102
|
.UNINDENT
|
24087
24103
|
.UNINDENT
|
24088
24104
|
.sp
|
24089
24105
|
\fBInt16\fP
|
24090
24106
|
.INDENT 0.0
|
24091
24107
|
.INDENT 3.5
|
24092
|
-
16bit
|
24108
|
+
Signed 16bit integer. It\(aqs \-32,768 or more and 32,767 or less. (default: 0)
|
24093
24109
|
.UNINDENT
|
24094
24110
|
.UNINDENT
|
24095
24111
|
.sp
|
24096
24112
|
\fBUInt16\fP
|
24097
24113
|
.INDENT 0.0
|
24098
24114
|
.INDENT 3.5
|
24099
|
-
16bit
|
24115
|
+
Unsigned 16bit integer. It\(aqs 0 or more and 65,535 or less. (default: 0)
|
24100
24116
|
.UNINDENT
|
24101
24117
|
.UNINDENT
|
24102
24118
|
.sp
|
24103
24119
|
\fBInt32\fP
|
24104
24120
|
.INDENT 0.0
|
24105
24121
|
.INDENT 3.5
|
24106
|
-
32bit
|
24122
|
+
Signed 32bit integer. It\(aqs \-2,147,483,648 or more and 2,147,483,647 or less. (default: 0)
|
24107
24123
|
.UNINDENT
|
24108
24124
|
.UNINDENT
|
24109
24125
|
.sp
|
24110
24126
|
\fBUInt32\fP
|
24111
24127
|
.INDENT 0.0
|
24112
24128
|
.INDENT 3.5
|
24113
|
-
32bit
|
24129
|
+
Unsigned 32bit integer. It\(aqs 0 or more and 4,294,967,295 or less. (default: 0)
|
24114
24130
|
.UNINDENT
|
24115
24131
|
.UNINDENT
|
24116
24132
|
.sp
|
24117
24133
|
\fBInt64\fP
|
24118
24134
|
.INDENT 0.0
|
24119
24135
|
.INDENT 3.5
|
24120
|
-
64bit
|
24136
|
+
Signed 64bit integer. It\(aqs \-9,223,372,036,854,775,808 or more and 9,223,372,036,854,775,807 or less. (default: 0)
|
24121
24137
|
.UNINDENT
|
24122
24138
|
.UNINDENT
|
24123
24139
|
.sp
|
24124
24140
|
\fBUInt64\fP
|
24125
24141
|
.INDENT 0.0
|
24126
24142
|
.INDENT 3.5
|
24127
|
-
64bit
|
24143
|
+
Unsigned 64bit integer. It\(aqs 0 or more and 18,446,744,073,709,551,615 or less. (default: 0)
|
24128
24144
|
.UNINDENT
|
24129
24145
|
.UNINDENT
|
24130
24146
|
.sp
|
24131
24147
|
\fBFloat\fP
|
24132
24148
|
.INDENT 0.0
|
24133
24149
|
.INDENT 3.5
|
24134
|
-
IEEE 754
|
24150
|
+
Double\-precision floating\-point number of IEEE 754 as a real number. (default: 0.0)
|
24135
24151
|
.sp
|
24136
|
-
|
24152
|
+
See \fI\%IEEE floating point \- Wikipedia, the free encyclopedia\fP or \fI\%IEEE 754: Standard for Binary Floating\-Point\fP for details of IEEE 754 format.
|
24137
24153
|
.UNINDENT
|
24138
24154
|
.UNINDENT
|
24139
24155
|
.sp
|
24140
24156
|
\fBTime\fP
|
24141
24157
|
.INDENT 0.0
|
24142
24158
|
.INDENT 3.5
|
24143
|
-
|
24159
|
+
Date and Time, the number of seconds that have elapsed since 1970\-01\-01 00:00:00 by 64 bit signed integer. (default: 0)
|
24144
24160
|
.sp
|
24145
|
-
\fB/reference/commands/load\fP
|
24161
|
+
To store a value by \fB/reference/commands/load\fP command, specifies the number of elapsed seconds since 1970\-01\-01 00:00:00. To specify the detailed date and time than seconds, use the decimal.
|
24146
24162
|
.UNINDENT
|
24147
24163
|
.UNINDENT
|
24148
24164
|
.sp
|
24149
24165
|
\fBShortText\fP
|
24150
24166
|
.INDENT 0.0
|
24151
24167
|
.INDENT 3.5
|
24152
|
-
4,095
|
24168
|
+
String of 4,095 or less bytes. (default: "")
|
24153
24169
|
.UNINDENT
|
24154
24170
|
.UNINDENT
|
24155
24171
|
.sp
|
24156
24172
|
\fBText\fP
|
24157
24173
|
.INDENT 0.0
|
24158
24174
|
.INDENT 3.5
|
24159
|
-
65,535
|
24175
|
+
String of 65,535 or less bytes. (default: "")
|
24160
24176
|
.UNINDENT
|
24161
24177
|
.UNINDENT
|
24162
24178
|
.sp
|
24163
24179
|
\fBLongText\fP
|
24164
24180
|
.INDENT 0.0
|
24165
24181
|
.INDENT 3.5
|
24166
|
-
2,147,483,647
|
24182
|
+
String of 2,147,483,647 or less bytes. (default: "")
|
24167
24183
|
.UNINDENT
|
24168
24184
|
.UNINDENT
|
24169
24185
|
.sp
|
@@ -24187,10 +24203,10 @@ IEEE 754形式の詳細については、 \fI\%IEEE 754 \- Wikipedia\fP や \fI\
|
|
24187
24203
|
度分秒形式からミリ秒形式への変換方法や \fB/reference/commands/load\fP コマンドにおける指定方法はTokyoGeoPointと同じです。
|
24188
24204
|
.UNINDENT
|
24189
24205
|
.UNINDENT
|
24190
|
-
.SS
|
24191
|
-
.SS
|
24206
|
+
.SS Limitations about types
|
24207
|
+
.SS Types that can\(aqt be specified in primary key of table
|
24192
24208
|
.sp
|
24193
|
-
|
24209
|
+
\fBText\fP and \fBLongText\fP can\(aqt be specified in primary key of table.
|
24194
24210
|
.SS ベクターとして格納できない型
|
24195
24211
|
.sp
|
24196
24212
|
Groongaのカラムは、ある型のベクターを保存することができます。しかし、ShortText, Text, LongTextの3つの型についてはベクターとして保存したり出力したりすることはできますが、検索条件やドリルダウン条件に指定することができません。
|
@@ -30032,8 +30048,9 @@ True value: Convert it to \fBtrue\fP\&.
|
|
30032
30048
|
.IP \(bu 2
|
30033
30049
|
False value: Convert it to \fBfalse\fP\&.
|
30034
30050
|
.IP \(bu 2
|
30035
|
-
Numerical value: Convert it to
|
30036
|
-
|
30051
|
+
Numerical value: Convert it to \fIscript\-syntax\-literal\-integer\fP
|
30052
|
+
or \fIscript\-syntax\-literal\-float\fP\&. For example, \fB1.2\fP,
|
30053
|
+
\fB\-10\fP, \fB314e\-2\fP and so on.
|
30037
30054
|
.IP \(bu 2
|
30038
30055
|
String value: Replace \fB"\fP with \fB\e"\fP and \fB\e\fP with \fB\e\e\fP in
|
30039
30056
|
the string value and surround substituted string value by
|
@@ -36395,7 +36412,7 @@ plugin_register functions/vector
|
|
36395
36412
|
.UNINDENT
|
36396
36413
|
.UNINDENT
|
36397
36414
|
.sp
|
36398
|
-
Then, use \fBvector_size\fP function with \fB\-\-command_version 2\fP option.
|
36415
|
+
Then, use \fBvector_size\fP function with \fB\-\-command_version 2\fP option. Note that you must specify \fB\-\-command_version 2\fP to use \fBvector_size\fP function."
|
36399
36416
|
.SS Syntax
|
36400
36417
|
.sp
|
36401
36418
|
\fBvector_size\fP requires one argument \- \fBtarget\fP\&.
|
@@ -43582,7 +43599,7 @@ CUTTER_SOURCE_PATH=$HOME/work/cutter/cutter
|
|
43582
43599
|
.sp
|
43583
43600
|
.nf
|
43584
43601
|
.ft C
|
43585
|
-
% 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
|
43602
|
+
% 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
|
43586
43603
|
.ft P
|
43587
43604
|
.fi
|
43588
43605
|
.UNINDENT
|
@@ -43790,7 +43807,6 @@ Makefileを生成するためにconfigureスクリプトを実行します。
|
|
43790
43807
|
.nf
|
43791
43808
|
.ft C
|
43792
43809
|
% ./configure \e
|
43793
|
-
\-\-with\-debug \e
|
43794
43810
|
\-\-prefix=/tmp/local \e
|
43795
43811
|
\-\-with\-launchpad\-uploader\-pgp\-key=(Launchpadに登録したkeyID) \e
|
43796
43812
|
\-\-with\-groonga\-org\-path=$HOME/work/groonga/groonga.org \e
|
@@ -43814,7 +43830,6 @@ configureオプションである\-\-with\-cutter\-source\-pathにはcutterの
|
|
43814
43830
|
.nf
|
43815
43831
|
.ft C
|
43816
43832
|
% ./configure \e
|
43817
|
-
\-\-with\-debug \e
|
43818
43833
|
\-\-prefix=/tmp/local \e
|
43819
43834
|
\-\-with\-launchpad\-uploader\-pgp\-key=(Launchpadに登録したkeyID) \e
|
43820
43835
|
\-\-with\-groonga\-org\-path=../groonga.org \e
|
@@ -44345,7 +44360,7 @@ news.txtに変更点をまとめましたが、それを元にリリースアナ
|
|
44345
44360
|
.INDENT 3.5
|
44346
44361
|
.INDENT 0.0
|
44347
44362
|
.IP \(bu 2
|
44348
|
-
\fI\%http://
|
44363
|
+
\fI\%http://osdn.jp/projects/groonga/lists/archive/dev/2012\-April/000794.html\fP
|
44349
44364
|
.UNINDENT
|
44350
44365
|
.UNINDENT
|
44351
44366
|
.UNINDENT
|
@@ -44534,7 +44549,7 @@ Groonga 3.0.6のときは以下のように更新してpull requestを送りま
|
|
44534
44549
|
作成したリリースアナウンスをメーリングリストへと流します。
|
44535
44550
|
.INDENT 0.0
|
44536
44551
|
.IP \(bu 2
|
44537
|
-
groonga\-dev \fI\%groonga\-dev@lists.
|
44552
|
+
groonga\-dev \fI\%groonga\-dev@lists.osdn.me\fP
|
44538
44553
|
.IP \(bu 2
|
44539
44554
|
Groonga\-talk \fI\%groonga\-talk@lists.sourceforge.net\fP
|
44540
44555
|
.UNINDENT
|