rroonga 4.0.0-x64-mingw32 → 4.0.1-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +6 -0
- data/doc/text/news.textile +26 -0
- data/ext/groonga/rb-grn-column.c +42 -2
- data/ext/groonga/rb-grn-index-column.c +57 -159
- data/ext/groonga/rb-grn-object.c +7 -0
- data/ext/groonga/rb-grn-table.c +19 -3
- data/ext/groonga/rb-grn-utils.c +4 -1
- data/ext/groonga/rb-grn-variable-size-column.c +405 -5
- data/ext/groonga/rb-grn.h +18 -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/groonga/dumper.rb +46 -22
- data/lib/groonga/expression-builder.rb +2 -4
- data/lib/groonga/schema.rb +16 -234
- data/rroonga-build.rb +3 -3
- data/rroonga.gemspec +1 -1
- data/test/test-array.rb +6 -5
- data/test/test-column.rb +0 -14
- data/test/test-database.rb +6 -5
- data/test/test-double-array-trie.rb +6 -5
- data/test/test-expression.rb +2 -2
- data/test/test-hash.rb +6 -5
- data/test/test-index-column.rb +163 -33
- data/test/test-patricia-trie.rb +6 -5
- data/test/test-schema-dumper.rb +39 -7
- data/test/test-table-dumper.rb +46 -1
- data/test/test-table-select-weight.rb +12 -0
- data/test/test-variable-size-column.rb +87 -3
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +6 -1
- 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/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/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/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +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/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/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
- 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 +41 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +25 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt +333 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +1 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +37 -17
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +4 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +1 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +99 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +1 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +128 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +11 -1
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/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 +11 -11
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +68 -67
- 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 +8 -8
- 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 +247 -200
- 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/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 +69 -68
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +153 -0
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +857 -0
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +47 -26
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +193 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +7 -7
- 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 +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +165 -13
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +25 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +40 -40
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +50 -50
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +46 -46
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +62 -62
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +140 -140
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +18 -18
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +13 -13
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +8 -8
- 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 +9 -9
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.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 +9 -9
- 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/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +8 -8
- 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 +12 -12
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
- 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 +41 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +25 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt +333 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +1 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +37 -17
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +4 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +1 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +99 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +1 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +128 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +11 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/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 +11 -11
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +67 -66
- 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 +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +262 -200
- 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/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 +69 -68
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +35 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +20 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +150 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +824 -0
- 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/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +6 -6
- 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 +6 -6
- 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 +45 -24
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.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/normalize.html +8 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.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/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 +174 -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 +10 -10
- 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 +6 -6
- 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/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.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 +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +167 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +23 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +48 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +44 -44
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +60 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +138 -138
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +35 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -9
- 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/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +8 -8
- 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 +12 -12
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/man/ja/man1/groonga.1 +526 -73
- data/vendor/local/share/man/man1/groonga.1 +552 -80
- metadata +148 -139
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.3.8. テスト方法 — Groonga
|
10
|
+
<title>13.3.8. テスト方法 — Groonga v4.0.1ドキュメント</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: '
|
18
|
+
VERSION: '4.0.1',
|
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
|
29
|
+
<link rel="top" title="Groonga v4.0.1ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="13.3. groonga開発者向け情報" href="../development.html" />
|
31
31
|
<link rel="prev" title="13.3.7. リリース手順" href="release.html" />
|
32
32
|
</head>
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<li class="right" >
|
58
58
|
<a href="release.html" title="13.3.7. リリース手順"
|
59
59
|
accesskey="P">前へ</a> |</li>
|
60
|
-
<li><a href="../../index.html">Groonga
|
60
|
+
<li><a href="../../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
61
61
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
62
62
|
<li><a href="../development.html" accesskey="U">13.3. groonga開発者向け情報</a> »</li>
|
63
63
|
</ul>
|
@@ -232,7 +232,7 @@
|
|
232
232
|
<li class="right" >
|
233
233
|
<a href="release.html" title="13.3.7. リリース手順"
|
234
234
|
>前へ</a> |</li>
|
235
|
-
<li><a href="../../index.html">Groonga
|
235
|
+
<li><a href="../../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
236
236
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
237
237
|
<li><a href="../development.html" >13.3. groonga開発者向け情報</a> »</li>
|
238
238
|
</ul>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.2. ドキュメント関連のコントリビュート方法 — Groonga
|
10
|
+
<title>13.2. ドキュメント関連のコントリビュート方法 — Groonga v4.0.1ドキュメント</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: '
|
18
|
+
VERSION: '4.0.1',
|
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
|
29
|
+
<link rel="top" title="Groonga v4.0.1ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="13. Groongaへのコントリビュート方法" href="../contribution.html" />
|
31
31
|
<link rel="next" title="13.2.1. C API" href="documentation/c-api.html" />
|
32
32
|
<link rel="prev" title="13.1. バグレポートの送り方" href="report.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="report.html" title="13.1. バグレポートの送り方"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga
|
64
|
+
<li><a href="../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
65
65
|
<li><a href="../contribution.html" accesskey="U">13. Groongaへのコントリビュート方法</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -130,7 +130,7 @@
|
|
130
130
|
<li class="right" >
|
131
131
|
<a href="report.html" title="13.1. バグレポートの送り方"
|
132
132
|
>前へ</a> |</li>
|
133
|
-
<li><a href="../index.html">Groonga
|
133
|
+
<li><a href="../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
134
134
|
<li><a href="../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
135
135
|
</ul>
|
136
136
|
</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>13.2.1. C API — Groonga
|
10
|
+
<title>13.2.1. C API — Groonga v4.0.1ドキュメント</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: '
|
18
|
+
VERSION: '4.0.1',
|
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
|
29
|
+
<link rel="top" title="Groonga v4.0.1ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="13.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
31
31
|
<link rel="next" title="13.2.2. 国際化" href="i18n.html" />
|
32
32
|
<link rel="prev" title="13.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="../documentation.html" title="13.2. ドキュメント関連のコントリビュート方法"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">Groonga
|
64
|
+
<li><a href="../../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
66
66
|
<li><a href="../documentation.html" accesskey="U">13.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
67
67
|
</ul>
|
@@ -126,7 +126,7 @@
|
|
126
126
|
<li class="right" >
|
127
127
|
<a href="../documentation.html" title="13.2. ドキュメント関連のコントリビュート方法"
|
128
128
|
>前へ</a> |</li>
|
129
|
-
<li><a href="../../index.html">Groonga
|
129
|
+
<li><a href="../../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
130
130
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
131
131
|
<li><a href="../documentation.html" >13.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
132
132
|
</ul>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.2.2. 国際化 — Groonga
|
10
|
+
<title>13.2.2. 国際化 — Groonga v4.0.1ドキュメント</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: '
|
18
|
+
VERSION: '4.0.1',
|
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
|
29
|
+
<link rel="top" title="Groonga v4.0.1ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="13.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
31
31
|
<link rel="next" title="13.3. groonga開発者向け情報" href="../development.html" />
|
32
32
|
<link rel="prev" title="13.2.1. C API" href="c-api.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="c-api.html" title="13.2.1. C API"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">Groonga
|
64
|
+
<li><a href="../../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
66
66
|
<li><a href="../documentation.html" accesskey="U">13.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
67
67
|
</ul>
|
@@ -298,7 +298,7 @@
|
|
298
298
|
<li class="right" >
|
299
299
|
<a href="c-api.html" title="13.2.1. C API"
|
300
300
|
>前へ</a> |</li>
|
301
|
-
<li><a href="../../index.html">Groonga
|
301
|
+
<li><a href="../../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
302
302
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
303
303
|
<li><a href="../documentation.html" >13.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
304
304
|
</ul>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.1. バグレポートの送り方 — Groonga
|
10
|
+
<title>13.1. バグレポートの送り方 — Groonga v4.0.1ドキュメント</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: '
|
18
|
+
VERSION: '4.0.1',
|
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
|
29
|
+
<link rel="top" title="Groonga v4.0.1ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="13. Groongaへのコントリビュート方法" href="../contribution.html" />
|
31
31
|
<link rel="next" title="13.2. ドキュメント関連のコントリビュート方法" href="documentation.html" />
|
32
32
|
<link rel="prev" title="13. Groongaへのコントリビュート方法" href="../contribution.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="../contribution.html" title="13. Groongaへのコントリビュート方法"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga
|
64
|
+
<li><a href="../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
65
65
|
<li><a href="../contribution.html" accesskey="U">13. Groongaへのコントリビュート方法</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -150,7 +150,7 @@
|
|
150
150
|
<li class="right" >
|
151
151
|
<a href="../contribution.html" title="13. Groongaへのコントリビュート方法"
|
152
152
|
>前へ</a> |</li>
|
153
|
-
<li><a href="../index.html">Groonga
|
153
|
+
<li><a href="../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
154
154
|
<li><a href="../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
155
155
|
</ul>
|
156
156
|
</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>12. 開発 — Groonga
|
10
|
+
<title>12. 開発 — Groonga v4.0.1ドキュメント</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: '
|
18
|
+
VERSION: '4.0.1',
|
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
|
29
|
+
<link rel="top" title="Groonga v4.0.1ドキュメント" href="index.html" />
|
30
30
|
<link rel="next" title="12.1. Travis CI" href="development/travis-ci.html" />
|
31
31
|
<link rel="prev" title="11.2. mmap Cannot allocate memoryエラーを回避するには" href="troubleshooting/mmap_cannot_allocate_memory.html" />
|
32
32
|
</head>
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="troubleshooting/mmap_cannot_allocate_memory.html" title="11.2. mmap Cannot allocate memoryエラーを回避するには"
|
62
62
|
accesskey="P">前へ</a> |</li>
|
63
|
-
<li><a href="index.html">Groonga
|
63
|
+
<li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
64
64
|
</ul>
|
65
65
|
</div>
|
66
66
|
|
@@ -131,7 +131,7 @@
|
|
131
131
|
<li class="right" >
|
132
132
|
<a href="troubleshooting/mmap_cannot_allocate_memory.html" title="11.2. mmap Cannot allocate memoryエラーを回避するには"
|
133
133
|
>前へ</a> |</li>
|
134
|
-
<li><a href="index.html">Groonga
|
134
|
+
<li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
135
135
|
</ul>
|
136
136
|
</div>
|
137
137
|
<div class="footer" role="contentinfo">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>12.1. Travis CI — Groonga
|
10
|
+
<title>12.1. Travis CI — Groonga v4.0.1ドキュメント</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: '
|
18
|
+
VERSION: '4.0.1',
|
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
|
29
|
+
<link rel="top" title="Groonga v4.0.1ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="12. 開発" href="../development.html" />
|
31
31
|
<link rel="next" title="13. Groongaへのコントリビュート方法" href="../contribution.html" />
|
32
32
|
<link rel="prev" title="12. 開発" href="../development.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="../development.html" title="12. 開発"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga
|
64
|
+
<li><a href="../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
65
65
|
<li><a href="../development.html" accesskey="U">12. 開発</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -177,7 +177,7 @@
|
|
177
177
|
<li class="right" >
|
178
178
|
<a href="../development.html" title="12. 開発"
|
179
179
|
>前へ</a> |</li>
|
180
|
-
<li><a href="../index.html">Groonga
|
180
|
+
<li><a href="../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
181
181
|
<li><a href="../development.html" >12. 開発</a> »</li>
|
182
182
|
</ul>
|
183
183
|
</div>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<head>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
|
11
|
-
<title>索引 — Groonga
|
11
|
+
<title>索引 — Groonga v4.0.1ドキュメント</title>
|
12
12
|
|
13
13
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
14
14
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<script type="text/javascript">
|
17
17
|
var DOCUMENTATION_OPTIONS = {
|
18
18
|
URL_ROOT: './',
|
19
|
-
VERSION: '
|
19
|
+
VERSION: '4.0.1',
|
20
20
|
COLLAPSE_INDEX: false,
|
21
21
|
FILE_SUFFIX: '.html',
|
22
22
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
28
28
|
<script type="text/javascript" src="_static/translations.js"></script>
|
29
29
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="Groonga
|
30
|
+
<link rel="top" title="Groonga v4.0.1ドキュメント" href="index.html" />
|
31
31
|
</head>
|
32
32
|
<body role="document">
|
33
33
|
<div class="header">
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<li class="right" style="margin-right: 10px">
|
54
54
|
<a href="#" title="総合索引"
|
55
55
|
accesskey="I">索引</a></li>
|
56
|
-
<li><a href="index.html">Groonga
|
56
|
+
<li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
57
57
|
</ul>
|
58
58
|
</div>
|
59
59
|
|
@@ -295,7 +295,7 @@
|
|
295
295
|
|
296
296
|
<dd><dl>
|
297
297
|
|
298
|
-
<dt><a href="reference/executables/groonga-suggest-
|
298
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-d">コマンドラインオプション</a>, <a href="reference/executables/groonga-suggest-httpd.html#cmdoption-d">[1]</a>
|
299
299
|
</dt>
|
300
300
|
|
301
301
|
</dl></dd>
|
@@ -427,7 +427,7 @@
|
|
427
427
|
|
428
428
|
<dd><dl>
|
429
429
|
|
430
|
-
<dt><a href="reference/executables/groonga-suggest-
|
430
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-r">コマンドラインオプション</a>, <a href="reference/executables/groonga-suggest-httpd.html#cmdoption-r">[1]</a>
|
431
431
|
</dt>
|
432
432
|
|
433
433
|
</dl></dd>
|
@@ -449,7 +449,7 @@
|
|
449
449
|
|
450
450
|
<dd><dl>
|
451
451
|
|
452
|
-
<dt><a href="reference/executables/groonga-suggest-
|
452
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-s">コマンドラインオプション</a>, <a href="reference/executables/groonga-suggest-httpd.html#cmdoption-s">[1]</a>
|
453
453
|
</dt>
|
454
454
|
|
455
455
|
</dl></dd>
|
@@ -1328,7 +1328,7 @@
|
|
1328
1328
|
</dt>
|
1329
1329
|
|
1330
1330
|
|
1331
|
-
<dt><a href="reference/executables/groonga-suggest-
|
1331
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-d">-d, --daemon</a>, <a href="reference/executables/groonga-suggest-httpd.html#cmdoption-d">[1]</a>
|
1332
1332
|
</dt>
|
1333
1333
|
|
1334
1334
|
|
@@ -1372,7 +1372,7 @@
|
|
1372
1372
|
</dt>
|
1373
1373
|
|
1374
1374
|
|
1375
|
-
<dt><a href="reference/executables/groonga-suggest-
|
1375
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-r">-r, --receive-endpoint</a>, <a href="reference/executables/groonga-suggest-httpd.html#cmdoption-r">[1]</a>
|
1376
1376
|
</dt>
|
1377
1377
|
|
1378
1378
|
|
@@ -1380,7 +1380,7 @@
|
|
1380
1380
|
</dt>
|
1381
1381
|
|
1382
1382
|
|
1383
|
-
<dt><a href="reference/executables/groonga-suggest-
|
1383
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-s">-s, --send-endpoint</a>, <a href="reference/executables/groonga-suggest-httpd.html#cmdoption-s">[1]</a>
|
1384
1384
|
</dt>
|
1385
1385
|
|
1386
1386
|
|
@@ -1444,7 +1444,7 @@
|
|
1444
1444
|
<li class="right" style="margin-right: 10px">
|
1445
1445
|
<a href="#" title="総合索引"
|
1446
1446
|
>索引</a></li>
|
1447
|
-
<li><a href="index.html">Groonga
|
1447
|
+
<li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
1448
1448
|
</ul>
|
1449
1449
|
</div>
|
1450
1450
|
<div class="footer" role="contentinfo">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>6. 位置情報検索 — Groonga
|
10
|
+
<title>6. 位置情報検索 — Groonga v4.0.1ドキュメント</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: '
|
18
|
+
VERSION: '4.0.1',
|
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
|
29
|
+
<link rel="top" title="Groonga v4.0.1ドキュメント" href="index.html" />
|
30
30
|
<link rel="next" title="7. サーバー" href="server.html" />
|
31
31
|
<link rel="prev" title="5.5. 提案" href="suggest/suggestion.html" />
|
32
32
|
</head>
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="suggest/suggestion.html" title="5.5. 提案"
|
62
62
|
accesskey="P">前へ</a> |</li>
|
63
|
-
<li><a href="index.html">Groonga
|
63
|
+
<li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
64
64
|
</ul>
|
65
65
|
</div>
|
66
66
|
|
@@ -164,7 +164,7 @@
|
|
164
164
|
<li class="right" >
|
165
165
|
<a href="suggest/suggestion.html" title="5.5. 提案"
|
166
166
|
>前へ</a> |</li>
|
167
|
-
<li><a href="index.html">Groonga
|
167
|
+
<li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
168
168
|
</ul>
|
169
169
|
</div>
|
170
170
|
<div class="footer" role="contentinfo">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>Groonga ドキュメント — Groonga
|
10
|
+
<title>Groonga ドキュメント — Groonga v4.0.1ドキュメント</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: '
|
18
|
+
VERSION: '4.0.1',
|
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
|
29
|
+
<link rel="top" title="Groonga v4.0.1ドキュメント" href="#" />
|
30
30
|
<link rel="next" title="1. Groongaの特徴" href="characteristic.html" />
|
31
31
|
</head>
|
32
32
|
<body role="document">
|
@@ -56,7 +56,7 @@
|
|
56
56
|
<li class="right" >
|
57
57
|
<a href="characteristic.html" title="1. Groongaの特徴"
|
58
58
|
accesskey="N">次へ</a> |</li>
|
59
|
-
<li><a href="#">Groonga
|
59
|
+
<li><a href="#">Groonga v4.0.1ドキュメント</a> »</li>
|
60
60
|
</ul>
|
61
61
|
</div>
|
62
62
|
|
@@ -339,83 +339,84 @@
|
|
339
339
|
<li class="toctree-l3"><a class="reference internal" href="reference/tables.html#see-also">8.5.6. 参考</a></li>
|
340
340
|
</ul>
|
341
341
|
</li>
|
342
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/
|
343
|
-
<li class="toctree-
|
344
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/normalizers.html#
|
345
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/normalizers.html#
|
346
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/normalizers.html#
|
342
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/column.html">8.6. カラム</a></li>
|
343
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/normalizers.html">8.7. ノーマライザー</a><ul>
|
344
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/normalizers.html#summary">8.7.1. 概要</a></li>
|
345
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/normalizers.html#built-in-normalizers">8.7.2. 組み込みノーマライザー</a></li>
|
346
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/normalizers.html#additional-normalizers">8.7.3. 追加のノーマライザー</a></li>
|
347
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/normalizers.html#see-also">8.7.4. 参考</a></li>
|
347
348
|
</ul>
|
348
349
|
</li>
|
349
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers.html">8.
|
350
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/query_expanders.html">8.
|
351
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/query_expanders/tsv.html">8.
|
350
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/tokenizers.html">8.8. Tokenizers</a></li>
|
351
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/query_expanders.html">8.9. クエリー展開オブジェクト一覧</a><ul>
|
352
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/query_expanders/tsv.html">8.9.1. QueryExpanderTSV</a></li>
|
352
353
|
</ul>
|
353
354
|
</li>
|
354
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/pseudo_column.html">8.
|
355
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/pseudo_column.html#id1">8.
|
356
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/pseudo_column.html#id2">8.
|
355
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/pseudo_column.html">8.10. 疑似カラム (pseudo_column)</a><ul>
|
356
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/pseudo_column.html#id1">8.10.1. 名前</a></li>
|
357
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/pseudo_column.html#id2">8.10.2. 説明</a></li>
|
357
358
|
</ul>
|
358
359
|
</li>
|
359
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/grn_expr.html">8.
|
360
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/grn_expr/query_syntax.html">8.
|
361
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/grn_expr/script_syntax.html">8.
|
362
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/grn_expr.html#see-also">8.
|
360
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/grn_expr.html">8.11. grn_expr</a><ul>
|
361
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/grn_expr/query_syntax.html">8.11.1. クエリー構文</a></li>
|
362
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/grn_expr/script_syntax.html">8.11.2. スクリプト構文</a></li>
|
363
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/grn_expr.html#see-also">8.11.3. 参考</a></li>
|
363
364
|
</ul>
|
364
365
|
</li>
|
365
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/function.html">8.
|
366
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/functions/between.html">8.
|
367
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/functions/edit_distance.html">8.
|
368
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/functions/geo_distance.html">8.
|
369
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/functions/geo_in_circle.html">8.
|
370
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/functions/geo_in_rectangle.html">8.
|
371
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/functions/html_untag.html">8.
|
372
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/functions/now.html">8.
|
373
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/functions/query.html">8.
|
374
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/functions/rand.html">8.
|
375
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/functions/snippet_html.html">8.
|
376
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/functions/sub_filter.html">8.
|
366
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/function.html">8.12. 関数</a><ul>
|
367
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/functions/between.html">8.12.1. between</a></li>
|
368
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/functions/edit_distance.html">8.12.2. edit_distance</a></li>
|
369
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/functions/geo_distance.html">8.12.3. geo_distance</a></li>
|
370
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/functions/geo_in_circle.html">8.12.4. geo_in_circle</a></li>
|
371
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/functions/geo_in_rectangle.html">8.12.5. geo_in_rectangle</a></li>
|
372
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/functions/html_untag.html">8.12.6. html_untag</a></li>
|
373
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/functions/now.html">8.12.7. now</a></li>
|
374
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/functions/query.html">8.12.8. query</a></li>
|
375
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/functions/rand.html">8.12.9. rand</a></li>
|
376
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/functions/snippet_html.html">8.12.10. snippet_html</a></li>
|
377
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/functions/sub_filter.html">8.12.11. sub_filter</a></li>
|
377
378
|
</ul>
|
378
379
|
</li>
|
379
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/indexing.html">8.
|
380
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/indexing.html#online-index-construction">8.
|
381
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/indexing.html#offline-index-construction">8.
|
382
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/indexing.html#how-to-use">8.
|
380
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/indexing.html">8.13. インデックス構築</a><ul>
|
381
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/indexing.html#online-index-construction">8.13.1. 動的なインデックス構築方法</a></li>
|
382
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/indexing.html#offline-index-construction">8.13.2. 静的なインデックス構築方法</a></li>
|
383
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/indexing.html#how-to-use">8.13.3. 使い方</a></li>
|
383
384
|
</ul>
|
384
385
|
</li>
|
385
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/log.html">8.
|
386
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/log.html#process-log">8.
|
387
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/log.html#query-log">8.
|
386
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/log.html">8.14. Log</a><ul>
|
387
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/log.html#process-log">8.14.1. Process log</a></li>
|
388
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/log.html#query-log">8.14.2. Query log</a></li>
|
388
389
|
</ul>
|
389
390
|
</li>
|
390
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/tuning.html">8.
|
391
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/tuning.html#summary">8.
|
392
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/tuning.html#parameters">8.
|
393
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/tuning.html#linux">8.
|
394
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/tuning.html#freebsd">8.
|
391
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/tuning.html">8.15. Tuning</a><ul>
|
392
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/tuning.html#summary">8.15.1. 概要</a></li>
|
393
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/tuning.html#parameters">8.15.2. 引数</a></li>
|
394
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/tuning.html#linux">8.15.3. Linux</a></li>
|
395
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/tuning.html#freebsd">8.15.4. FreeBSD</a></li>
|
395
396
|
</ul>
|
396
397
|
</li>
|
397
|
-
<li class="toctree-l2"><a class="reference internal" href="reference/api.html">8.
|
398
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/global_configurations.html">8.
|
399
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_cache.html">8.
|
400
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_column.html">8.
|
401
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_command_version.html">8.
|
402
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_ctx.html">8.
|
403
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_db.html">8.
|
404
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_encoding.html">8.
|
405
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_expr.html">8.
|
406
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_geo.html">8.
|
407
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_hook.html">8.
|
408
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_ii.html">8.
|
409
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_index_cursor.html">8.
|
410
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_info.html">8.
|
411
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_match_escalation.html">8.
|
412
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_obj.html">8.
|
413
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_proc.html">8.
|
414
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_search.html">8.
|
415
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_table.html">8.
|
416
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_table_cursor.html">8.
|
417
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_type.html">8.
|
418
|
-
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_user_data.html">8.
|
398
|
+
<li class="toctree-l2"><a class="reference internal" href="reference/api.html">8.16. API</a><ul>
|
399
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/global_configurations.html">8.16.1. 全体設定</a></li>
|
400
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_cache.html">8.16.2. <tt class="docutils literal"><span class="pre">grn_cache</span></tt></a></li>
|
401
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_column.html">8.16.3. <tt class="docutils literal"><span class="pre">grn_column</span></tt></a></li>
|
402
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_command_version.html">8.16.4. <tt class="docutils literal"><span class="pre">grn_command_version</span></tt></a></li>
|
403
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_ctx.html">8.16.5. <tt class="docutils literal"><span class="pre">grn_ctx</span></tt></a></li>
|
404
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_db.html">8.16.6. <tt class="docutils literal"><span class="pre">grn_db</span></tt></a></li>
|
405
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_encoding.html">8.16.7. <tt class="docutils literal"><span class="pre">grn_encoding</span></tt></a></li>
|
406
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_expr.html">8.16.8. grn_expr</a></li>
|
407
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_geo.html">8.16.9. <tt class="docutils literal"><span class="pre">grn_geo</span></tt></a></li>
|
408
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_hook.html">8.16.10. <tt class="docutils literal"><span class="pre">grn_hook</span></tt></a></li>
|
409
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_ii.html">8.16.11. <tt class="docutils literal"><span class="pre">grn_ii</span></tt></a></li>
|
410
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_index_cursor.html">8.16.12. <tt class="docutils literal"><span class="pre">grn_index_cursor</span></tt></a></li>
|
411
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_info.html">8.16.13. <tt class="docutils literal"><span class="pre">grn_info</span></tt></a></li>
|
412
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_match_escalation.html">8.16.14. <tt class="docutils literal"><span class="pre">grn_match_escalation</span></tt></a></li>
|
413
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_obj.html">8.16.15. <tt class="docutils literal"><span class="pre">grn_obj</span></tt></a></li>
|
414
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_proc.html">8.16.16. <tt class="docutils literal"><span class="pre">grn_proc</span></tt></a></li>
|
415
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_search.html">8.16.17. <tt class="docutils literal"><span class="pre">grn_search</span></tt></a></li>
|
416
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_table.html">8.16.18. <tt class="docutils literal"><span class="pre">grn_table</span></tt></a></li>
|
417
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_table_cursor.html">8.16.19. <tt class="docutils literal"><span class="pre">grn_table_cursor</span></tt></a></li>
|
418
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_type.html">8.16.20. <tt class="docutils literal"><span class="pre">grn_type</span></tt></a></li>
|
419
|
+
<li class="toctree-l3"><a class="reference internal" href="reference/api/grn_user_data.html">8.16.21. <tt class="docutils literal"><span class="pre">grn_user_data</span></tt></a></li>
|
419
420
|
</ul>
|
420
421
|
</li>
|
421
422
|
</ul>
|
@@ -538,7 +539,7 @@
|
|
538
539
|
<li class="right" >
|
539
540
|
<a href="characteristic.html" title="1. Groongaの特徴"
|
540
541
|
>次へ</a> |</li>
|
541
|
-
<li><a href="#">Groonga
|
542
|
+
<li><a href="#">Groonga v4.0.1ドキュメント</a> »</li>
|
542
543
|
</ul>
|
543
544
|
</div>
|
544
545
|
<div class="footer" role="contentinfo">
|