rroonga 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Rakefile +13 -3
- data/doc/text/news.textile +8 -0
- data/ext/groonga/extconf.rb +1 -3
- data/ext/groonga/rb-grn-table-key-support.c +0 -4
- 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/rroonga-build.rb +3 -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-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +10 -2
- data/vendor/local/include/groonga/groonga.h +30 -1048
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +2 -2
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +2 -2
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +2 -2
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +1 -1
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +1 -1
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +1 -1
- data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/sbin/groonga-httpd-restart +85 -49
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +77 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +17 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +5 -0
- 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 +4 -4
- 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/limitations.txt +8 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +136 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +114 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +92 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +37 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +70 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +71 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +49 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +83 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +55 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +67 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +35 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +44 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +56 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +39 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +246 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +56 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +31 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +219 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +109 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +31 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +29 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +63 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +85 -34
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +77 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +218 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +19 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +16 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +5 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +12 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +18 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +9 -0
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +2 -4
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.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 +60 -55
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +11 -10
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +219 -0
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +61 -61
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +118 -105
- 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 +37 -37
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -9
- 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 +638 -6
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +50 -24
- data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
- 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 +11 -11
- 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 +13 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +308 -152
- 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 +37 -18
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +30 -12
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +322 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +284 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +197 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +190 -23
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +254 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +219 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +173 -16
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +237 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +244 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +186 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +196 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +237 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +200 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +648 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +227 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +180 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +546 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +321 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +179 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +177 -0
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +17 -16
- 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/return_code.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +71 -44
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
- 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 +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +203 -48
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.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/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +219 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +94 -94
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +39 -39
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.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/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +219 -12
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +31 -28
- 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 +22 -23
- 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 +9 -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 +17 -7
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/package.html +22 -8
- data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
- 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/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 +14 -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 +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +77 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +17 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +5 -0
- 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 +4 -4
- 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/limitations.txt +8 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +136 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +114 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +92 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +37 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +70 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +71 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +49 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +83 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +55 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +67 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +35 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +44 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +56 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +39 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +246 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +56 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +31 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +219 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +109 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +31 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +29 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +63 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +85 -34
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +77 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +218 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +19 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +16 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +5 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +12 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +18 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +9 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +2 -4
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +61 -56
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +12 -11
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +220 -0
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +62 -62
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +119 -106
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +642 -10
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/index.html +50 -25
- data/vendor/local/share/doc/groonga/ja/html/install.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +15 -6
- data/vendor/local/share/doc/groonga/ja/html/news.html +336 -154
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +38 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +31 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +319 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +285 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +198 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +191 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +255 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +220 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +172 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +238 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +245 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +187 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +197 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +238 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +201 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +649 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +228 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +181 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +547 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +322 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +180 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +178 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +18 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +64 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +207 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +222 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +95 -95
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +48 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +40 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +194 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +31 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +20 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +10 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +11 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +17 -10
- data/vendor/local/share/doc/groonga/ja/html/spec.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +16 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
- data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
- data/vendor/local/share/groonga/html/admin/css/groonga-admin.css +4 -0
- data/vendor/local/share/groonga/html/admin/index.html +28 -26
- data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +13 -5
- data/vendor/local/share/man/ja/man1/groonga.1 +3418 -350
- data/vendor/local/share/man/man1/groonga.1 +3485 -348
- metadata +116 -63
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 3420bf2c0abc82b26b4ee440b7239d69248707f5
|
4
|
+
data.tar.gz: bc8e0a681fe7c55c1268f1c5676bc7c4f6be2d85
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: bff9809d62e9d33899973d34bc7b8c5e7fd1abc6d24a97fb0fc8ffbcff0c97c9bef22d4e49057583c80a74b9e8efda9a11990be91996423ddaaf9c80ef811bd1
|
7
|
+
data.tar.gz: da72819a55b29f3cca27df59d9980fa991c969e9d7e4500c9181677fb03165362b20a1049524b9ade12b55ea3b00783536b13e0649e445337c625f1b8533227e
|
data/Rakefile
CHANGED
@@ -111,8 +111,8 @@ namespace :win32 do
|
|
111
111
|
namespace :groonga do
|
112
112
|
task :download do
|
113
113
|
require "open-uri"
|
114
|
-
require "rroonga-build"
|
115
|
-
groonga_version = RroongaBuild::
|
114
|
+
require "./rroonga-build"
|
115
|
+
groonga_version = RroongaBuild::LatestGroongaVersion::VERSION.join(".")
|
116
116
|
base_name = "groonga-#{groonga_version}-"
|
117
117
|
if groonga_win32_i386_p
|
118
118
|
base_name << "x86"
|
@@ -150,7 +150,17 @@ Rake::ExtensionTask.new("groonga", spec) do |ext|
|
|
150
150
|
ext.cross_compile = true
|
151
151
|
ext.cross_compiling do |_spec|
|
152
152
|
if windows?(_spec.platform.to_s)
|
153
|
-
|
153
|
+
binary_files = collect_binary_files(relative_binary_dir)
|
154
|
+
_spec.files += binary_files
|
155
|
+
stage_path = "#{ext.tmp_dir}/#{_spec.platform}/stage"
|
156
|
+
binary_files.each do |binary_file|
|
157
|
+
stage_binary_file = "#{stage_path}/#{binary_file}"
|
158
|
+
stage_binary_dir = File.dirname(stage_binary_file)
|
159
|
+
directory stage_binary_dir
|
160
|
+
file stage_binary_file => [stage_binary_dir, binary_file] do
|
161
|
+
cp binary_file, stage_binary_file
|
162
|
+
end
|
163
|
+
end
|
154
164
|
end
|
155
165
|
end
|
156
166
|
end
|
data/doc/text/news.textile
CHANGED
data/ext/groonga/extconf.rb
CHANGED
@@ -232,7 +232,7 @@ end
|
|
232
232
|
unless PKGConfig.have_package(package_name, major, minor, micro)
|
233
233
|
unless have_local_groonga?(package_name, major, minor, micro)
|
234
234
|
required_version = [major, minor, micro]
|
235
|
-
if (required_version <=> LatestGroongaVersion::VERSION)
|
235
|
+
if (required_version <=> LatestGroongaVersion::VERSION) < 0
|
236
236
|
target_version = LatestGroongaVersion::VERSION
|
237
237
|
else
|
238
238
|
target_version = required_version
|
@@ -258,8 +258,6 @@ have_header("ruby/st.h") unless have_macro("HAVE_RUBY_ST_H", "ruby.h")
|
|
258
258
|
have_func("rb_errinfo", "ruby.h")
|
259
259
|
have_type("enum ruby_value_type", "ruby.h")
|
260
260
|
|
261
|
-
have_func("grn_table_tokenize", "groonga.h")
|
262
|
-
|
263
261
|
checking_for(checking_message("--enable-debug-log option")) do
|
264
262
|
enable_debug_log = enable_config("debug-log", false)
|
265
263
|
if enable_debug_log
|
@@ -877,7 +877,6 @@ rb_grn_table_key_support_support_key_p (VALUE self)
|
|
877
877
|
return table->header.domain == GRN_ID_NIL ? Qfalse : Qtrue;
|
878
878
|
}
|
879
879
|
|
880
|
-
#ifdef HAVE_GRN_TABLE_TOKENIZE
|
881
880
|
/*
|
882
881
|
* Tokenize a string using the table as lexicon.
|
883
882
|
*
|
@@ -930,7 +929,6 @@ rb_grn_table_key_support_tokenize (int argc, VALUE *argv, VALUE self)
|
|
930
929
|
|
931
930
|
return rb_tokens;
|
932
931
|
}
|
933
|
-
#endif
|
934
932
|
|
935
933
|
void
|
936
934
|
rb_grn_init_table_key_support (VALUE mGrn)
|
@@ -984,8 +982,6 @@ rb_grn_init_table_key_support (VALUE mGrn)
|
|
984
982
|
rb_define_method(rb_mGrnTableKeySupport, "support_key?",
|
985
983
|
rb_grn_table_key_support_support_key_p, 0);
|
986
984
|
|
987
|
-
#ifdef HAVE_GRN_TABLE_TOKENIZE
|
988
985
|
rb_define_method(rb_mGrnTableKeySupport, "tokenize",
|
989
986
|
rb_grn_table_key_support_tokenize, -1);
|
990
|
-
#endif
|
991
987
|
}
|
data/ext/groonga/rb-grn.h
CHANGED
data/lib/1.9/groonga.so
CHANGED
Binary file
|
data/lib/2.0/groonga.so
CHANGED
Binary file
|
data/lib/2.1/groonga.so
ADDED
Binary file
|
data/rroonga-build.rb
CHANGED
@@ -19,15 +19,15 @@ module RroongaBuild
|
|
19
19
|
module RequiredGroongaVersion
|
20
20
|
MAJOR = 3
|
21
21
|
MINOR = 0
|
22
|
-
MICRO =
|
22
|
+
MICRO = 8
|
23
23
|
VERSION = [MAJOR, MINOR, MICRO]
|
24
|
-
RELEASED_DATE = Time.utc(2013,
|
24
|
+
RELEASED_DATE = Time.utc(2013, 9, 29)
|
25
25
|
end
|
26
26
|
|
27
27
|
module LatestGroongaVersion
|
28
28
|
MAJOR = 3
|
29
29
|
MINOR = 0
|
30
|
-
MICRO =
|
30
|
+
MICRO = 8
|
31
31
|
VERSION = [MAJOR, MINOR, MICRO]
|
32
32
|
end
|
33
33
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/bin/sh
|
2
2
|
|
3
|
-
prefix=/home/
|
3
|
+
prefix=/home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x86
|
4
4
|
exec_prefix=${prefix}
|
5
5
|
exec_prefix_set=no
|
6
6
|
|
@@ -107,7 +107,7 @@ while test $# -gt 0; do
|
|
107
107
|
;;
|
108
108
|
|
109
109
|
--libexecdir)
|
110
|
-
echo /home/
|
110
|
+
echo /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x86/libexec/mecab
|
111
111
|
;;
|
112
112
|
|
113
113
|
--sysconfdir)
|
data/vendor/local/bin/mecab.exe
CHANGED
Binary file
|
@@ -15,7 +15,7 @@ http {
|
|
15
15
|
keepalive_timeout 65;
|
16
16
|
|
17
17
|
# The default groonga database path.
|
18
|
-
groonga_database /home/
|
18
|
+
groonga_database /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x86/var/lib/groonga/db/db;
|
19
19
|
|
20
20
|
# Create a groonga database automatically if the groonga database doesn't
|
21
21
|
# exist.
|
@@ -26,18 +26,26 @@ http {
|
|
26
26
|
# groonga-httpd, you should do it.
|
27
27
|
groonga_database_auto_create on;
|
28
28
|
|
29
|
+
# The default groonga cache limit. The cache limit can be set
|
30
|
+
# for each worker. It can't be set for each groonga database.
|
31
|
+
# groonga_cache_limit 100;
|
32
|
+
|
29
33
|
server {
|
30
34
|
listen 10041;
|
31
35
|
server_name localhost;
|
32
36
|
|
33
37
|
location /d/ {
|
34
38
|
groonga on;
|
39
|
+
# You can disable log for groonga.
|
40
|
+
# groonga_log_path off;
|
41
|
+
# You can disable query log for groonga.
|
42
|
+
# groonga_query_log_path off;
|
35
43
|
# You can custom database path.
|
36
44
|
# groonga_database /path/to/groonga/db;
|
37
45
|
}
|
38
46
|
|
39
47
|
location / {
|
40
|
-
root /home/
|
48
|
+
root /home/kenhys/work/groonga/groonga.clean/packages/windows/dist-x86/share/groonga/html/admin;
|
41
49
|
index index.html;
|
42
50
|
}
|
43
51
|
|
@@ -220,64 +220,12 @@ struct _grn_ctx {
|
|
220
220
|
#define GRN_CTX_PER_DB (0x08)
|
221
221
|
|
222
222
|
GRN_API grn_rc grn_ctx_init(grn_ctx *ctx, int flags);
|
223
|
-
|
224
|
-
/**
|
225
|
-
* grn_ctx_fin:
|
226
|
-
* @ctx: 解放するctx構造体へのポインタを指定します。
|
227
|
-
*
|
228
|
-
* ctxの管理するメモリを解放し、使用を終了します。
|
229
|
-
*
|
230
|
-
* If @ctx is initialized by grn_ctx_open() not
|
231
|
-
* grn_ctx_init(). You need also to call grn_ctx_close().
|
232
|
-
**/
|
233
223
|
GRN_API grn_rc grn_ctx_fin(grn_ctx *ctx);
|
234
|
-
|
235
|
-
/**
|
236
|
-
* grn_ctx_open:
|
237
|
-
* @flags: 初期化するctxのオプションを指定します。
|
238
|
-
*
|
239
|
-
*
|
240
|
-
* 初期化されたgrn_ctxオブジェクトを返します。
|
241
|
-
* grn_ctx_initで初期化されたgrn_ctxオブジェクトは構造体の実体を
|
242
|
-
* APIの呼び元で確保するのに対して、grn_ctx_openではgroongaライブラリの内部で、
|
243
|
-
* 実体を確保します。どちらで初期化されたgrn_ctxも、grn_ctx_fin()で解放できます。
|
244
|
-
* grn_ctx_openで確保したgrn_ctx構造体に関しては、grn_ctx_fin()で解放した後に、
|
245
|
-
* そのgrn_ctxで作成したgrn_objをgrn_obj_close()によって解放しても問題ありません。
|
246
|
-
**/
|
247
|
-
|
248
224
|
GRN_API grn_ctx *grn_ctx_open(int flags);
|
249
|
-
|
250
|
-
/**
|
251
|
-
* grn_ctx_close:
|
252
|
-
* @ctx: no longer needed grn_ctx.
|
253
|
-
*
|
254
|
-
* It calls grn_ctx_fin() and frees allocated memory for
|
255
|
-
* @ctx by grn_ctx_open().
|
256
|
-
**/
|
257
225
|
GRN_API grn_rc grn_ctx_close(grn_ctx *ctx);
|
258
|
-
|
259
|
-
/**
|
260
|
-
* grn_ctx_set_finalizer:
|
261
|
-
* @ctx: 対象ctx
|
262
|
-
* @func: @ctxを破棄するときに呼ばれる関数
|
263
|
-
*
|
264
|
-
* @ctxを破棄するときに呼ばれる関数を設定する。
|
265
|
-
**/
|
266
226
|
GRN_API grn_rc grn_ctx_set_finalizer(grn_ctx *ctx, grn_proc_func *func);
|
267
227
|
|
268
|
-
/**
|
269
|
-
* grn_get_default_encoding:
|
270
|
-
*
|
271
|
-
* デフォルトのencodingを返します。
|
272
|
-
**/
|
273
228
|
GRN_API grn_encoding grn_get_default_encoding(void);
|
274
|
-
|
275
|
-
/**
|
276
|
-
* grn_set_default_encoding:
|
277
|
-
* @encoding: 変更後のデフォルトのencodingを指定します。
|
278
|
-
*
|
279
|
-
* デフォルトのencodingを変更します。
|
280
|
-
**/
|
281
229
|
GRN_API grn_rc grn_set_default_encoding(grn_encoding encoding);
|
282
230
|
|
283
231
|
#define GRN_CTX_GET_ENCODING(ctx) ((ctx)->encoding)
|
@@ -287,95 +235,34 @@ GRN_API grn_rc grn_set_default_encoding(grn_encoding encoding);
|
|
287
235
|
GRN_API const char *grn_get_version(void);
|
288
236
|
GRN_API const char *grn_get_package(void);
|
289
237
|
|
290
|
-
/**
|
291
|
-
* grn_get_default_command_version:
|
292
|
-
*
|
293
|
-
* デフォルトのcommand_versionを返します。
|
294
|
-
**/
|
295
238
|
GRN_API grn_command_version grn_get_default_command_version(void);
|
296
|
-
|
297
|
-
/**
|
298
|
-
* grn_set_default_command_version:
|
299
|
-
* @version: 変更後のデフォルトのcommand_versionを指定します。
|
300
|
-
*
|
301
|
-
* デフォルトのcommand_versionを変更します。
|
302
|
-
**/
|
303
239
|
GRN_API grn_rc grn_set_default_command_version(grn_command_version version);
|
304
|
-
|
305
|
-
/**
|
306
|
-
* grn_ctx_get_command_version:
|
307
|
-
*
|
308
|
-
* command_versionを返します。
|
309
|
-
**/
|
310
240
|
GRN_API grn_command_version grn_ctx_get_command_version(grn_ctx *ctx);
|
311
|
-
|
312
|
-
/**
|
313
|
-
* grn_ctx_set_command_version:
|
314
|
-
* @version: 変更後のcommand_versionを指定します。
|
315
|
-
*
|
316
|
-
* command_versionを変更します。
|
317
|
-
**/
|
318
241
|
GRN_API grn_rc grn_ctx_set_command_version(grn_ctx *ctx, grn_command_version version);
|
319
|
-
|
320
|
-
/**
|
321
|
-
* grn_ctx_get_match_escalation_threshold:
|
322
|
-
*
|
323
|
-
* 検索の挙動をエスカレーションする閾値を返します。エスカレー
|
324
|
-
* ションの詳細は検索の仕様に関するドキュメントを参照してく
|
325
|
-
* ださい。
|
326
|
-
**/
|
327
242
|
GRN_API long long int grn_ctx_get_match_escalation_threshold(grn_ctx *ctx);
|
328
|
-
|
329
|
-
/**
|
330
|
-
* grn_ctx_set_match_escalation_threshold:
|
331
|
-
* @threshold: 変更後の検索の挙動をエスカレーションする閾値を指定します。
|
332
|
-
*
|
333
|
-
* 検索の挙動をエスカレーションする閾値を変更します。エスカレー
|
334
|
-
* ションの詳細は検索の仕様に関するドキュメントを参照してくだ
|
335
|
-
* さい。
|
336
|
-
**/
|
337
243
|
GRN_API grn_rc grn_ctx_set_match_escalation_threshold(grn_ctx *ctx, long long int threshold);
|
338
|
-
|
339
|
-
/**
|
340
|
-
* grn_get_default_match_escalation_threshold:
|
341
|
-
*
|
342
|
-
* デフォルトの検索の挙動をエスカレーションする閾値を返します。
|
343
|
-
* エスカレーションの詳細は検索の仕様に関するドキュメントを参
|
344
|
-
* 照してください。
|
345
|
-
**/
|
346
244
|
GRN_API long long int grn_get_default_match_escalation_threshold(void);
|
347
|
-
|
348
|
-
/**
|
349
|
-
* grn_set_default_match_escalation_threshold:
|
350
|
-
* @threshold: 変更後のデフォルトの検索の挙動をエスカレーションする閾値を指定します。
|
351
|
-
*
|
352
|
-
* デフォルトの検索の挙動をエスカレーションする閾値を変更しま
|
353
|
-
* す。エスカレーションの詳細は詳細は検索の仕様に関するドキュ
|
354
|
-
* メントを参照してください。
|
355
|
-
**/
|
356
245
|
GRN_API grn_rc grn_set_default_match_escalation_threshold(long long int threshold);
|
357
246
|
|
247
|
+
/* cache */
|
248
|
+
#define GRN_CACHE_DEFAULT_MAX_N_ENTRIES 100
|
249
|
+
typedef struct _grn_cache grn_cache;
|
250
|
+
|
251
|
+
GRN_API grn_cache *grn_cache_open(grn_ctx *ctx);
|
252
|
+
GRN_API grn_rc grn_cache_close(grn_ctx *ctx, grn_cache *cache);
|
253
|
+
|
254
|
+
GRN_API grn_rc grn_cache_current_set(grn_ctx *ctx, grn_cache *cache);
|
255
|
+
GRN_API grn_cache *grn_cache_current_get(grn_ctx *ctx);
|
256
|
+
|
257
|
+
GRN_API grn_rc grn_cache_set_max_n_entries(grn_ctx *ctx,
|
258
|
+
grn_cache *cache,
|
259
|
+
unsigned int n);
|
260
|
+
GRN_API unsigned int grn_cache_get_max_n_entries(grn_ctx *ctx,
|
261
|
+
grn_cache *cache);
|
262
|
+
|
358
263
|
/* grn_encoding */
|
359
|
-
/**
|
360
|
-
* grn_encoding_to_string:
|
361
|
-
* @encoding: The encoding.
|
362
|
-
*
|
363
|
-
* Returns string representation for the encoding. For example,
|
364
|
-
* 'grn_encoding_to_string(GRN_ENC_UTF8)' returns '"utf8"'.
|
365
|
-
*
|
366
|
-
* "unknown" is returned for invalid encoding.
|
367
|
-
**/
|
368
|
-
GRN_API const char *grn_encoding_to_string(grn_encoding encoding);
|
369
264
|
|
370
|
-
|
371
|
-
* grn_encoding_parse:
|
372
|
-
* @name: The encoding name.
|
373
|
-
*
|
374
|
-
* Parses encoding name and returns grn_encoding.
|
375
|
-
* For example, 'grn_encoding_to_string("UTF8")' returns 'GRN_ENC_UTF8'.
|
376
|
-
*
|
377
|
-
* 'GRN_ENC_UTF8' is returned for invalid encoding name.
|
378
|
-
**/
|
265
|
+
GRN_API const char *grn_encoding_to_string(grn_encoding encoding);
|
379
266
|
GRN_API grn_encoding grn_encoding_parse(const char *name);
|
380
267
|
|
381
268
|
/* obj */
|
@@ -511,18 +398,6 @@ struct _grn_obj {
|
|
511
398
|
|
512
399
|
#define GRN_OBJ_FIN(ctx,obj) (grn_obj_close((ctx), (obj)))
|
513
400
|
|
514
|
-
/**
|
515
|
-
* grn_db_create:
|
516
|
-
* @path: 作成するdbを格納するファイルパス。NULLならtemporary dbとなる。
|
517
|
-
* NULL以外のパスを指定した場合はpersistent dbとなる。
|
518
|
-
* @optarg: 作成するdbの組み込み型の名前を変更する時に指定する。
|
519
|
-
* optarg.builtin_type_namesには組み込み型の名前となるnul終端文字列の配列を指定する。
|
520
|
-
* optarg.n_builtin_type_namesには、optarg.builtin_type_namesで指定する文字列の数を
|
521
|
-
* 指定する。配列のoffsetはenum型grn_builtin_typeの値に対応する。
|
522
|
-
*
|
523
|
-
* 新たなdbを作成する。
|
524
|
-
**/
|
525
|
-
|
526
401
|
typedef struct _grn_db_create_optarg grn_db_create_optarg;
|
527
402
|
|
528
403
|
struct _grn_db_create_optarg {
|
@@ -535,61 +410,13 @@ GRN_API grn_obj *grn_db_create(grn_ctx *ctx, const char *path, grn_db_create_opt
|
|
535
410
|
#define GRN_DB_OPEN_OR_CREATE(ctx,path,optarg,db) \
|
536
411
|
(((db) = grn_db_open((ctx), (path))) || (db = grn_db_create((ctx), (path), (optarg))))
|
537
412
|
|
538
|
-
/**
|
539
|
-
* grn_db_open:
|
540
|
-
* @path: 開こうとするdbを格納するファイルパス。
|
541
|
-
*
|
542
|
-
* 既存のdbを開く。
|
543
|
-
**/
|
544
413
|
GRN_API grn_obj *grn_db_open(grn_ctx *ctx, const char *path);
|
545
|
-
|
546
|
-
/**
|
547
|
-
* grn_db_touch:
|
548
|
-
* @db: 内容が変更されたdbを指定します。
|
549
|
-
*
|
550
|
-
* dbの内容の最終更新時刻を現在時刻にします。最終更新時刻は
|
551
|
-
* キャッシュが有効かどうかの判断などに利用されます。
|
552
|
-
**/
|
553
414
|
GRN_API void grn_db_touch(grn_ctx *ctx, grn_obj *db);
|
554
415
|
|
555
|
-
/**
|
556
|
-
* grn_ctx_use:
|
557
|
-
* @db: ctxが使用するdbを指定します。
|
558
|
-
*
|
559
|
-
* ctxが操作対象とするdbを指定します。NULLを指定した場合は、
|
560
|
-
* dbを操作しない状態(init直後の状態)になります。
|
561
|
-
*
|
562
|
-
* Don't use it with grn_ctx that has GRN_CTX_PER_DB flag.
|
563
|
-
**/
|
564
416
|
GRN_API grn_rc grn_ctx_use(grn_ctx *ctx, grn_obj *db);
|
565
|
-
|
566
|
-
/**
|
567
|
-
* grn_ctx_db:
|
568
|
-
*
|
569
|
-
* ctxが現在操作対象としているdbを返します。
|
570
|
-
* dbを使用していない場合はNULLを返します。
|
571
|
-
**/
|
572
417
|
GRN_API grn_obj *grn_ctx_db(grn_ctx *ctx);
|
573
|
-
|
574
|
-
/**
|
575
|
-
* grn_ctx_get:
|
576
|
-
* @name: 検索しようとするオブジェクトの名前。
|
577
|
-
* @name_size: The number of bytes of @name. If negative value is specified,
|
578
|
-
* @name is assumed that NULL-terminated string.
|
579
|
-
*
|
580
|
-
* ctxが使用するdbからnameに対応するオブジェクトを検索して返す。
|
581
|
-
* nameに一致するオブジェクトが存在しなければNULLを返す。
|
582
|
-
**/
|
583
418
|
GRN_API grn_obj *grn_ctx_get(grn_ctx *ctx, const char *name, int name_size);
|
584
419
|
|
585
|
-
/**
|
586
|
-
* grn_ctx_at:
|
587
|
-
* @id: 検索しようとするオブジェクトのid。
|
588
|
-
*
|
589
|
-
* ctx、またはctxが使用するdbからidに対応するオブジェクトを検索して返す。
|
590
|
-
* idに一致するオブジェクトが存在しなければNULLを返す。
|
591
|
-
**/
|
592
|
-
|
593
420
|
typedef enum {
|
594
421
|
GRN_DB_VOID = 0,
|
595
422
|
GRN_DB_DB,
|
@@ -622,17 +449,6 @@ typedef enum {
|
|
622
449
|
|
623
450
|
GRN_API grn_obj *grn_ctx_at(grn_ctx *ctx, grn_id id);
|
624
451
|
|
625
|
-
/**
|
626
|
-
* grn_type_create:
|
627
|
-
* @name: 作成するtypeの名前。
|
628
|
-
* @flags: GRN_OBJ_KEY_VAR_SIZE, GRN_OBJ_KEY_FLOAT, GRN_OBJ_KEY_INT, GRN_OBJ_KEY_UINT
|
629
|
-
* のいずれかを指定
|
630
|
-
* @size: GRN_OBJ_KEY_VAR_SIZEの場合は最大長、
|
631
|
-
* それ以外の場合は長さを指定(単位:byte)
|
632
|
-
*
|
633
|
-
* nameに対応する新たなtype(型)をdbに定義する。
|
634
|
-
**/
|
635
|
-
|
636
452
|
GRN_API grn_obj *grn_type_create(grn_ctx *ctx, const char *name, unsigned int name_size,
|
637
453
|
grn_obj_flags flags, unsigned int size);
|
638
454
|
|
@@ -641,21 +457,6 @@ GRN_API grn_rc grn_plugin_register_by_path(grn_ctx *ctx, const char *path);
|
|
641
457
|
GRN_API const char *grn_plugin_get_system_plugins_dir(void);
|
642
458
|
GRN_API const char *grn_plugin_get_suffix(void);
|
643
459
|
|
644
|
-
/**
|
645
|
-
* grn_proc_create:
|
646
|
-
* @name: 作成するprocの名前。
|
647
|
-
* @name_size: The number of bytes of @name. If negative value is specified,
|
648
|
-
* @name is assumed that NULL-terminated string.
|
649
|
-
* @type: procの種類。
|
650
|
-
* @init: 初期化関数のポインタ
|
651
|
-
* @next: 実処理関数のポインタ
|
652
|
-
* @fin: 終了関数のポインタ
|
653
|
-
* @nvars: procで使用する変数の数
|
654
|
-
* @vars: procで使用する変数の定義(grn_expr_var構造体の配列)
|
655
|
-
*
|
656
|
-
* nameに対応する新たなproc(手続き)をctxが使用するdbに定義する。
|
657
|
-
**/
|
658
|
-
|
659
460
|
typedef struct {
|
660
461
|
const char *name;
|
661
462
|
unsigned int name_size;
|
@@ -676,15 +477,6 @@ GRN_API grn_obj *grn_proc_create(grn_ctx *ctx,
|
|
676
477
|
const char *name, int name_size, grn_proc_type type,
|
677
478
|
grn_proc_func *init, grn_proc_func *next, grn_proc_func *fin,
|
678
479
|
unsigned int nvars, grn_expr_var *vars);
|
679
|
-
/**
|
680
|
-
* grn_proc_vars:
|
681
|
-
* @user_data: grn_proc_funcに渡されたuser_data
|
682
|
-
* @nvars: 変数の数
|
683
|
-
*
|
684
|
-
* user_dataをキーとして、現在実行中のgrn_proc_func関数および
|
685
|
-
* 定義されている変数(grn_expr_var)の配列とその数を取得する。
|
686
|
-
**/
|
687
|
-
|
688
480
|
GRN_API grn_obj *grn_proc_get_info(grn_ctx *ctx, grn_user_data *user_data,
|
689
481
|
grn_expr_var **vars, unsigned int *nvars, grn_obj **caller);
|
690
482
|
|
@@ -694,27 +486,6 @@ GRN_API grn_obj *grn_proc_get_info(grn_ctx *ctx, grn_user_data *user_data,
|
|
694
486
|
|
695
487
|
#define GRN_TABLE_MAX_KEY_SIZE (0x1000)
|
696
488
|
|
697
|
-
/**
|
698
|
-
* grn_table_create:
|
699
|
-
* @name: 作成するtableの名前。NULLなら無名tableとなる。
|
700
|
-
* persistent dbに対して名前をありのtableを作成するときには、
|
701
|
-
* flagsにGRN_OBJ_PERSISTENTが指定されていなければならない。
|
702
|
-
* @path: 作成するtableのファイルパス。
|
703
|
-
* flagsにGRN_OBJ_PERSISTENTが指定されている場合のみ有効。
|
704
|
-
* NULLなら自動的にファイルパスが付与される。
|
705
|
-
* @flags: GRN_OBJ_PERSISTENTを指定すると永続tableとなる。
|
706
|
-
* GRN_OBJ_TABLE_PAT_KEY,GRN_OBJ_TABLE_HASH_KEY,GRN_OBJ_TABLE_NO_KEY
|
707
|
-
* のいずれかを指定する。
|
708
|
-
* GRN_OBJ_KEY_NORMALIZEを指定すると正規化された文字列がkeyとなる。
|
709
|
-
* GRN_OBJ_KEY_WITH_SISを指定するとkey文字列の全suffixが自動的に登録される。
|
710
|
-
* @key_type: keyの型を指定する。GRN_OBJ_TABLE_NO_KEYが指定された場合は無効。
|
711
|
-
* 既存のtypeあるいはtableを指定できる。
|
712
|
-
* key_typeにtable Aを指定してtable Bを作成した場合、Bは必ずAのサブセットとなる。
|
713
|
-
* @value_type: keyに対応する値を格納する領域の型。tableはcolumnとは別に、
|
714
|
-
* keyに対応する値を格納する領域を一つだけ持つことができる。
|
715
|
-
*
|
716
|
-
* nameに対応する新たなtableをctxが使用するdbに定義する。
|
717
|
-
**/
|
718
489
|
GRN_API grn_obj *grn_table_create(grn_ctx *ctx,
|
719
490
|
const char *name, unsigned int name_size,
|
720
491
|
const char *path, grn_obj_flags flags,
|
@@ -724,134 +495,24 @@ GRN_API grn_obj *grn_table_create(grn_ctx *ctx,
|
|
724
495
|
(((table) = grn_ctx_get((ctx), (name), (name_size))) ||\
|
725
496
|
((table) = grn_table_create((ctx), (name), (name_size), (path), (flags), (key_type), (value_type))))
|
726
497
|
|
727
|
-
/**
|
728
|
-
* grn_table_add:
|
729
|
-
* @table: 対象table
|
730
|
-
* @key: 検索key
|
731
|
-
* @added: NULL以外の値が指定された場合、
|
732
|
-
* 新たにrecordが追加された時には1が、既存recordだった時には0がセットされる。
|
733
|
-
*
|
734
|
-
* keyに対応する新しいrecordをtableに追加し、そのIDを返す。
|
735
|
-
* keyに対応するrecordがすでにtableに存在するならば、そのrecordのIDを返す。
|
736
|
-
* GRN_OBJ_TABLE_NO_KEYが指定されたtableでは、key, key_size は無視される。
|
737
|
-
**/
|
738
498
|
/* TODO: int *added -> grn_bool *added */
|
739
499
|
GRN_API grn_id grn_table_add(grn_ctx *ctx, grn_obj *table,
|
740
500
|
const void *key, unsigned int key_size, int *added);
|
741
|
-
|
742
|
-
/**
|
743
|
-
* grn_table_get:
|
744
|
-
* @table: The table or database
|
745
|
-
* @key: The record or object key to be found
|
746
|
-
*
|
747
|
-
* It finds a record that has @key and returns ID of the
|
748
|
-
* found record. If @table is a database, it finds an object
|
749
|
-
* (table, column and so on) that has @key and returns ID of
|
750
|
-
* the found object.
|
751
|
-
**/
|
752
501
|
GRN_API grn_id grn_table_get(grn_ctx *ctx, grn_obj *table,
|
753
502
|
const void *key, unsigned int key_size);
|
754
|
-
|
755
|
-
|
756
|
-
/**
|
757
|
-
* grn_table_at:
|
758
|
-
* @table: 対象table
|
759
|
-
* @id: 検索id
|
760
|
-
*
|
761
|
-
* tableにidに対応するrecordが存在するか確認し、存在すれば指定されたIDを、
|
762
|
-
* 存在しなければGRN_ID_NILを返します。
|
763
|
-
* 注意: 実行には相応のコストがかかるのであまり頻繁に呼ばないようにして下さい。
|
764
|
-
**/
|
765
503
|
GRN_API grn_id grn_table_at(grn_ctx *ctx, grn_obj *table, grn_id id);
|
766
|
-
|
767
|
-
|
768
|
-
/**
|
769
|
-
* grn_table_lcp_search:
|
770
|
-
* @table: 対象table
|
771
|
-
* @key: 検索key
|
772
|
-
*
|
773
|
-
* tableがGRN_TABLE_PAT_KEYもしくはGRN_TABLE_DAT_KEYを指定して作ったtableなら、
|
774
|
-
* longest common prefix searchを行い、対応するIDを返す。
|
775
|
-
* tableがGRN_TABLE_HASH_KEYを指定して作ったtableなら、
|
776
|
-
* 完全に一致するキーを検索し、対応するIDを返す。
|
777
|
-
**/
|
778
504
|
GRN_API grn_id grn_table_lcp_search(grn_ctx *ctx, grn_obj *table,
|
779
505
|
const void *key, unsigned int key_size);
|
780
|
-
|
781
|
-
/**
|
782
|
-
* grn_table_get_key:
|
783
|
-
* @table: 対象table
|
784
|
-
* @id: 対象レコードのID
|
785
|
-
* @keybuf: keyを格納するバッファ(呼出側で準備する)
|
786
|
-
* @buf_size: keybufのサイズ(byte長)
|
787
|
-
*
|
788
|
-
* tableのIDに対応するレコードのkeyを取得する。対応するレコードが存在する場合はkey長を返す。
|
789
|
-
* 見つからない場合は0を返す。
|
790
|
-
* 対応するキーの検索に成功し、またbuf_sizeの長さがkey長以上であった場合は、
|
791
|
-
* keybufに該当するkeyをコピーする。
|
792
|
-
*
|
793
|
-
**/
|
794
506
|
GRN_API int grn_table_get_key(grn_ctx *ctx, grn_obj *table,
|
795
507
|
grn_id id, void *keybuf, int buf_size);
|
796
|
-
|
797
|
-
/**
|
798
|
-
* grn_table_delete:
|
799
|
-
* @table: 対象table
|
800
|
-
* @key: 検索key
|
801
|
-
* @key_size: 検索keyのサイズ
|
802
|
-
*
|
803
|
-
* tableのkeyに対応するレコードを削除する。
|
804
|
-
* 対応するレコードが存在しない場合はGRN_INVALID_ARGUMENTを返す。
|
805
|
-
**/
|
806
508
|
GRN_API grn_rc grn_table_delete(grn_ctx *ctx, grn_obj *table,
|
807
509
|
const void *key, unsigned int key_size);
|
808
|
-
|
809
|
-
/**
|
810
|
-
* grn_table_delete_by_id:
|
811
|
-
* @table: 対象table
|
812
|
-
* @id: レコードID
|
813
|
-
*
|
814
|
-
* tableのidに対応するレコードを削除する。
|
815
|
-
* 対応するレコードが存在しない場合はGRN_INVALID_ARGUMENTを返す。
|
816
|
-
**/
|
817
510
|
GRN_API grn_rc grn_table_delete_by_id(grn_ctx *ctx, grn_obj *table, grn_id id);
|
818
|
-
|
819
|
-
/**
|
820
|
-
* grn_table_update_by_id:
|
821
|
-
* @table: 対象table
|
822
|
-
* @id: レコードID
|
823
|
-
*
|
824
|
-
* tableのidに対応するレコードのkeyを変更する。
|
825
|
-
* 新しいkeyとそのbyte長をdest_keyとdest_key_sizeに指定する。
|
826
|
-
* この操作は、GRN_TABLE_DAT_KEY型のテーブルのみ使用できる。
|
827
|
-
**/
|
828
511
|
GRN_API grn_rc grn_table_update_by_id(grn_ctx *ctx, grn_obj *table, grn_id id,
|
829
512
|
const void *dest_key, unsigned int dest_key_size);
|
830
|
-
|
831
|
-
/**
|
832
|
-
* grn_table_update:
|
833
|
-
* @table: 対象table
|
834
|
-
* @src_key: 対象レコードのkey
|
835
|
-
* @src_key_size: 対象レコードのkeyの長さ(byte)
|
836
|
-
* @dest_key: 変更後のkey
|
837
|
-
* @dest_key_size: 変更後のkeyの長さ(byte)
|
838
|
-
*
|
839
|
-
* tableのsrc_keyに対応するレコードのkeyを変更する。
|
840
|
-
* 新しいkeyとそのbyte長をdest_keyとdest_key_sizeに指定する。
|
841
|
-
* この操作は、GRN_TABLE_DAT_KEY型のテーブルのみ使用できる。
|
842
|
-
**/
|
843
513
|
GRN_API grn_rc grn_table_update(grn_ctx *ctx, grn_obj *table,
|
844
514
|
const void *src_key, unsigned int src_key_size,
|
845
515
|
const void *dest_key, unsigned int dest_key_size);
|
846
|
-
|
847
|
-
/**
|
848
|
-
* grn_table_truncate:
|
849
|
-
* @table: 対象table
|
850
|
-
*
|
851
|
-
* tableの全レコードを一括して削除する。
|
852
|
-
* 注意: multithread環境では他のthreadのアクセスによって
|
853
|
-
* 存在しないアドレスへアクセスし、SIGSEGVが発生する可能性がある。
|
854
|
-
**/
|
855
516
|
GRN_API grn_rc grn_table_truncate(grn_ctx *ctx, grn_obj *table);
|
856
517
|
|
857
518
|
typedef grn_obj grn_table_cursor;
|
@@ -868,150 +529,17 @@ typedef grn_obj grn_table_cursor;
|
|
868
529
|
#define GRN_CURSOR_SIZE_BY_BIT (0x01<<5)
|
869
530
|
#define GRN_CURSOR_RK (0x01<<6)
|
870
531
|
|
871
|
-
/**
|
872
|
-
* grn_table_cursor_open:
|
873
|
-
* @table: 対象table
|
874
|
-
* @min: keyの下限 (NULLは下限なしと見なす)、GRN_CURSOR_PREFIXについては後述
|
875
|
-
* @min_size: @minのsize、GRN_CURSOR_PREFIXについては後述
|
876
|
-
* @max: keyの上限 (NULLは上限なしと見なす)、GRN_CURSOR_PREFIXについては後述
|
877
|
-
* @max_size: @maxのsize、GRN_CURSOR_PREFIXについては無視される場合がある
|
878
|
-
* @flags: GRN_CURSOR_ASCENDINGを指定すると昇順にレコードを取り出す。
|
879
|
-
*
|
880
|
-
* GRN_CURSOR_DESCENDINGを指定すると降順にレコードを取り出す。
|
881
|
-
* (下記GRN_CURSOR_PREFIXを指定し、
|
882
|
-
* keyが近いレコードを取得する場合、
|
883
|
-
* もしくは、common prefix searchを行う場合には、
|
884
|
-
* GRN_CURSOR_ASCENDING/DESCENDINGは無視される)
|
885
|
-
*
|
886
|
-
* GRN_CURSOR_GTを指定するとminに一致したkeyをcursorの範囲に含まない。
|
887
|
-
* (minがNULLの場合もしくは、下記GRN_CURSOR_PREFIXを指定し、
|
888
|
-
* keyが近いレコードを取得する場合、
|
889
|
-
* もしくは、common prefix searchを行う場合には、
|
890
|
-
* GRN_CURSOR_GTは無視される)
|
891
|
-
*
|
892
|
-
* GRN_CURSOR_LTを指定するとmaxに一致したkeyをcursorの範囲に含まない。
|
893
|
-
* (maxがNULLの場合もしくは、下記GRN_CURSOR_PREFIXを指定した場合には、
|
894
|
-
* GRN_CURSOR_LTは無視される)
|
895
|
-
*
|
896
|
-
* GRN_CURSOR_BY_IDを指定するとID順にレコードを取り出す。
|
897
|
-
* (下記GRN_CURSOR_PREFIXを指定した場合には、
|
898
|
-
* GRN_CURSOR_BY_IDは無視される)
|
899
|
-
* GRN_OBJ_TABLE_PAT_KEYを指定したtableについては、
|
900
|
-
* GRN_CURSOR_BY_KEYを指定するとkey順にレコードを取り出す。
|
901
|
-
* (GRN_OBJ_TABLE_HASH_KEY,GRN_OBJ_TABLE_NO_KEYを指定したテーブルでは
|
902
|
-
* GRN_CURSOR_BY_KEYは無視される)
|
903
|
-
*
|
904
|
-
* GRN_CURSOR_PREFIXを指定すると、
|
905
|
-
* GRN_OBJ_TABLE_PAT_KEYを指定したテーブルに関する
|
906
|
-
* 下記のレコードを取り出すカーソルが作成される。
|
907
|
-
*
|
908
|
-
* maxがNULLの場合には、keyがminと前方一致するレコードを取り出す。
|
909
|
-
* max_sizeパラメータは無視される。
|
910
|
-
*
|
911
|
-
* maxとmax_sizeが指定され、かつ、テーブルのkeyがShortText型である場合、
|
912
|
-
* maxとcommon prefix searchを行い、
|
913
|
-
* common prefixがmin_sizeバイト以上のレコードを取り出す。
|
914
|
-
* minは無視される。
|
915
|
-
*
|
916
|
-
* maxとmax_sizeが指定され、かつ、テーブルのkeyが固定長型の場合、
|
917
|
-
* maxとPAT木上で近い位置にあるノードから順番にレコードを取り出す。
|
918
|
-
* ただし、keyのパトリシア木で、min_sizeバイト未満のビットに対する
|
919
|
-
* ノードで、maxと異なった方向にあるノードに対応するレコードについては
|
920
|
-
* 取り出さない。
|
921
|
-
* PAT木上で位置が近いこととkeyの値が近いことは同一ではない。
|
922
|
-
* この場合、maxで与えられるポインタが指す値は、
|
923
|
-
* 対象テーブルのkeyサイズと同じか超える幅である必要がある。
|
924
|
-
* minは無視される。
|
925
|
-
*
|
926
|
-
* GRN_CURSOR_BY_ID/GRN_CURSOR_BY_KEY/GRN_CURSOR_PREFIXの3フラグは、
|
927
|
-
* 同時に指定することができない。
|
928
|
-
*
|
929
|
-
* GRN_OBJ_TABLE_PAT_KEYを指定して作ったテーブルで、
|
930
|
-
* GRN_CURSOR_PREFIXとGRN_CURSOR_RKを指定すると、
|
931
|
-
* 半角小文字のアルファベット文字列から、それを旧JIS X 4063:2000規格に
|
932
|
-
* 従って全角カタカナに変換した文字列に前方一致する値をkeyとするレコードを
|
933
|
-
* 取り出す。GRN_ENC_UTF8のみをサポートしている。
|
934
|
-
* GRN_CURSOR_ASCENDING/DESCENDINGは無効であり、レコードをkey値の昇降順で
|
935
|
-
* 取り出すことはできない。
|
936
|
-
*
|
937
|
-
* @offset: 該当する範囲のレコードのうち、
|
938
|
-
* (0ベースで)offset番目からレコードを取り出す。
|
939
|
-
*
|
940
|
-
* GRN_CURSOR_PREFIXを指定したときは負の数を指定する
|
941
|
-
* ことはできない。
|
942
|
-
* @limit: 該当する範囲のレコードのうち、limit件のみを取り出す。
|
943
|
-
* -1が指定された場合は、全件が指定されたものとみなす。
|
944
|
-
*
|
945
|
-
* GRN_CURSOR_PREFIXを指定したときは-1より小さい負の
|
946
|
-
* 数を指定することはできない。
|
947
|
-
*
|
948
|
-
* tableに登録されているレコードを順番に取り出すためのカーソルを生成して返す。
|
949
|
-
**/
|
950
532
|
GRN_API grn_table_cursor *grn_table_cursor_open(grn_ctx *ctx, grn_obj *table,
|
951
533
|
const void *min, unsigned int min_size,
|
952
534
|
const void *max, unsigned int max_size,
|
953
535
|
int offset, int limit, int flags);
|
954
|
-
|
955
|
-
/**
|
956
|
-
* grn_table_cursor_close:
|
957
|
-
* @tc: 対象cursor
|
958
|
-
*
|
959
|
-
* grn_table_cursor_openで生成したcursorを解放する。
|
960
|
-
**/
|
961
536
|
GRN_API grn_rc grn_table_cursor_close(grn_ctx *ctx, grn_table_cursor *tc);
|
962
|
-
|
963
|
-
/**
|
964
|
-
* grn_table_cursor_next:
|
965
|
-
* @tc: 対象cursor
|
966
|
-
*
|
967
|
-
* cursorのカレントレコードを一件進めてそのIDを返す。
|
968
|
-
* cursorの対象範囲の末尾に達するとGRN_ID_NILを返す。
|
969
|
-
**/
|
970
537
|
GRN_API grn_id grn_table_cursor_next(grn_ctx *ctx, grn_table_cursor *tc);
|
971
|
-
|
972
|
-
/**
|
973
|
-
* grn_table_cursor_get_key:
|
974
|
-
* @tc: 対象cursor
|
975
|
-
* @key: カレントレコードのkeyへのポインタがセットされる。
|
976
|
-
* cursorのカレントレコードのkeyを@keyにセットし、その長さを返す。
|
977
|
-
**/
|
978
538
|
GRN_API int grn_table_cursor_get_key(grn_ctx *ctx, grn_table_cursor *tc, void **key);
|
979
|
-
|
980
|
-
/**
|
981
|
-
* grn_table_cursor_get_value:
|
982
|
-
* @tc: 対象cursor
|
983
|
-
* @value: カレントレコードのvalueへのポインタがセットされる。
|
984
|
-
* cursorのカレントレコードのvalueを@valueにセットし、その長さを返す。
|
985
|
-
**/
|
986
539
|
GRN_API int grn_table_cursor_get_value(grn_ctx *ctx, grn_table_cursor *tc, void **value);
|
987
|
-
|
988
|
-
/**
|
989
|
-
* grn_table_cursor_set_value:
|
990
|
-
* @tc: 対象cursor
|
991
|
-
* @value: 新しいvalueの値。
|
992
|
-
* @flags: grn_obj_set_valueのflagsと同様の値を指定できる。
|
993
|
-
*
|
994
|
-
* cursorのカレントレコードのvalueを引数の内容に置き換える。
|
995
|
-
* cursorのカレントレコードが存在しない場合はGRN_INVALID_ARGUMENTを返す。
|
996
|
-
**/
|
997
540
|
GRN_API grn_rc grn_table_cursor_set_value(grn_ctx *ctx, grn_table_cursor *tc,
|
998
541
|
const void *value, int flags);
|
999
|
-
|
1000
|
-
/**
|
1001
|
-
* grn_table_cursor_delete:
|
1002
|
-
* @tc: 対象cursor
|
1003
|
-
*
|
1004
|
-
* cursorのカレントレコードを削除する。
|
1005
|
-
* cursorのカレントレコードが存在しない場合はGRN_INVALID_ARGUMENTを返す。
|
1006
|
-
**/
|
1007
542
|
GRN_API grn_rc grn_table_cursor_delete(grn_ctx *ctx, grn_table_cursor *tc);
|
1008
|
-
|
1009
|
-
/**
|
1010
|
-
* grn_table_cursor_table:
|
1011
|
-
* @tc: 対象cursor
|
1012
|
-
*
|
1013
|
-
* cursorが属するtableを返す。
|
1014
|
-
**/
|
1015
543
|
GRN_API grn_obj *grn_table_cursor_table(grn_ctx *ctx, grn_table_cursor *tc);
|
1016
544
|
|
1017
545
|
typedef struct {
|
@@ -1023,31 +551,8 @@ typedef struct {
|
|
1023
551
|
unsigned int rest;
|
1024
552
|
} grn_posting;
|
1025
553
|
|
1026
|
-
/**
|
1027
|
-
* grn_index_cursor_open
|
1028
|
-
* @tc: 対象cursor
|
1029
|
-
* @index: 対象インデックスカラム
|
1030
|
-
* @rid_min: 出力するレコードidの下限
|
1031
|
-
* @rid_max: 出力するレコードidの上限
|
1032
|
-
*
|
1033
|
-
* grn_table_cursorから取得できるそれぞれのレコードについて、
|
1034
|
-
* GRN_OBJ_COLUMN_INDEX型のカラムの値を順番に取り出すためのカーソルを生成して返す。
|
1035
|
-
* rid_min,rid_maxを指定して取得するレコードidの値を制限することができる。
|
1036
|
-
* 戻り値であるgrn_index_cursorはgrn_obj_closeを使って解放する。
|
1037
|
-
**/
|
1038
554
|
GRN_API grn_obj *grn_index_cursor_open(grn_ctx *ctx, grn_table_cursor *tc, grn_obj *index,
|
1039
555
|
grn_id rid_min, grn_id rid_max, int flags);
|
1040
|
-
|
1041
|
-
/**
|
1042
|
-
* grn_index_cursor_next
|
1043
|
-
* @ic: 対象cursor
|
1044
|
-
* @tid: テーブルレコードID
|
1045
|
-
*
|
1046
|
-
* cursorの範囲内のインデックスの値を順番に取り出す。
|
1047
|
-
* tidにNULL以外を指定した場合は、
|
1048
|
-
* index_cursorを作成するときに指定したtable_cursorの現在の対象レコードのidを返す。
|
1049
|
-
* 戻り値であるgrn_posting構造体は解放する必要はない。
|
1050
|
-
**/
|
1051
556
|
GRN_API grn_posting *grn_index_cursor_next(grn_ctx *ctx, grn_obj *ic, grn_id *tid);
|
1052
557
|
|
1053
558
|
#define GRN_TABLE_EACH(ctx,table,head,tail,id,key,key_size,value,block) do {\
|
@@ -1081,22 +586,6 @@ GRN_API grn_posting *grn_index_cursor_next(grn_ctx *ctx, grn_obj *ic, grn_id *ti
|
|
1081
586
|
}\
|
1082
587
|
} while (0)
|
1083
588
|
|
1084
|
-
/**
|
1085
|
-
* grn_table_sort:
|
1086
|
-
* @table: 対象table
|
1087
|
-
* @offset: sortされたレコードのうち、(0ベースで)offset番目から順にresにレコードを格納する
|
1088
|
-
* @limit: resに格納するレコードの上限
|
1089
|
-
* @result: 結果を格納するtable
|
1090
|
-
* @keys: ソートキー配列へのポインタ
|
1091
|
-
* @n_keys: ソートキー配列のサイズ
|
1092
|
-
*
|
1093
|
-
* table内のレコードをソートし、上位limit個の要素をresultに格納する。
|
1094
|
-
* keys.keyには、tableのcolumn,accessor,procのいずれかが指定できる。
|
1095
|
-
* keys.flagsには、GRN_TABLE_SORT_ASC/GRN_TABLE_SORT_DESCのいずれかを指定できる。
|
1096
|
-
* GRN_TABLE_SORT_ASCでは昇順、GRN_TABLE_SORT_DESCでは降順でソートされる。
|
1097
|
-
* keys.offsetは、内部利用のためのメンバである。
|
1098
|
-
**/
|
1099
|
-
|
1100
589
|
typedef struct _grn_table_sort_key grn_table_sort_key;
|
1101
590
|
typedef unsigned char grn_table_sort_flags;
|
1102
591
|
|
@@ -1112,17 +601,6 @@ struct _grn_table_sort_key {
|
|
1112
601
|
GRN_API int grn_table_sort(grn_ctx *ctx, grn_obj *table, int offset, int limit,
|
1113
602
|
grn_obj *result, grn_table_sort_key *keys, int n_keys);
|
1114
603
|
|
1115
|
-
/**
|
1116
|
-
* grn_table_group:
|
1117
|
-
* @table: 対象table
|
1118
|
-
* @keys: group化キー構造体の配列へのポインタ
|
1119
|
-
* @n_keys: group化キー構造体の配列のサイズ
|
1120
|
-
* @results: group化の結果を格納する構造体の配列へのポインタ
|
1121
|
-
* @n_results:group化の結果を格納する構造体の配列のサイズ
|
1122
|
-
*
|
1123
|
-
* tableのレコードを特定の条件でグループ化する
|
1124
|
-
**/
|
1125
|
-
|
1126
604
|
typedef struct _grn_table_group_result grn_table_group_result;
|
1127
605
|
typedef unsigned int grn_table_group_flags;
|
1128
606
|
|
@@ -1226,100 +704,23 @@ struct _grn_table_group_result {
|
|
1226
704
|
GRN_API grn_rc grn_table_group(grn_ctx *ctx, grn_obj *table,
|
1227
705
|
grn_table_sort_key *keys, int n_keys,
|
1228
706
|
grn_table_group_result *results, int n_results);
|
1229
|
-
|
1230
|
-
/**
|
1231
|
-
* grn_table_setoperation:
|
1232
|
-
* @table1: 対象table1
|
1233
|
-
* @table2: 対象table2
|
1234
|
-
* @res: 結果を格納するtable
|
1235
|
-
* @op: 実行する演算の種類
|
1236
|
-
*
|
1237
|
-
* table1とtable2をopの指定に従って集合演算した結果をresに格納する。
|
1238
|
-
* resにtable1あるいはtable2そのものを指定した場合を除けば、table1, table2は破壊されない。
|
1239
|
-
**/
|
1240
707
|
GRN_API grn_rc grn_table_setoperation(grn_ctx *ctx, grn_obj *table1, grn_obj *table2,
|
1241
708
|
grn_obj *res, grn_operator op);
|
1242
|
-
|
1243
|
-
/**
|
1244
|
-
* grn_table_difference:
|
1245
|
-
* @table1: 対象table1
|
1246
|
-
* @table2: 対象table2
|
1247
|
-
* @res1: 結果を格納するtable
|
1248
|
-
* @res2: 結果を格納するtable
|
1249
|
-
*
|
1250
|
-
* table1とtable2から重複するレコードを取り除いた結果をそれぞれres1, res2に格納する。
|
1251
|
-
**/
|
1252
709
|
GRN_API grn_rc grn_table_difference(grn_ctx *ctx, grn_obj *table1, grn_obj *table2,
|
1253
710
|
grn_obj *res1, grn_obj *res2);
|
1254
|
-
|
1255
|
-
/**
|
1256
|
-
* grn_table_columns:
|
1257
|
-
* @table: 対象table
|
1258
|
-
* @name: 取得したいカラム名のprefix
|
1259
|
-
* @name_size: @nameの長さ
|
1260
|
-
* @res: 結果を格納するGRN_TABLE_HASH_KEYのtable
|
1261
|
-
*
|
1262
|
-
* @nameから始まるtableのカラムIDを@resに格納する。
|
1263
|
-
* @name_sizeが0の場合はすべてのカラムIDを格納する。格納した
|
1264
|
-
* カラムIDの数を返す。
|
1265
|
-
**/
|
1266
711
|
GRN_API int grn_table_columns(grn_ctx *ctx, grn_obj *table,
|
1267
712
|
const char *name, unsigned int name_size,
|
1268
713
|
grn_obj *res);
|
1269
714
|
|
1270
|
-
/**
|
1271
|
-
* grn_obj_column:
|
1272
|
-
* @table: 対象table
|
1273
|
-
* @name: カラム名
|
1274
|
-
*
|
1275
|
-
* nameがカラム名の場合、それに対応するtableのカラムを返す。
|
1276
|
-
* 対応するカラムが存在しなければNULLを返す。
|
1277
|
-
* nameはアクセサ文字列の場合、それに対応するaccessorを返す。
|
1278
|
-
* アクセサ文字列とは、カラム名等を'.'で連結した文字列である。
|
1279
|
-
* '_id', '_key'は特殊なアクセサで、それぞれレコードID/keyを返す。
|
1280
|
-
* 例) 'col1' / 'col2.col3' / 'col2._id'
|
1281
|
-
**/
|
1282
715
|
GRN_API grn_obj *grn_obj_column(grn_ctx *ctx, grn_obj *table,
|
1283
716
|
const char *name, unsigned int name_size);
|
1284
717
|
|
1285
|
-
|
1286
|
-
/**
|
1287
|
-
* grn_table_size:
|
1288
|
-
* @table: 対象table
|
1289
|
-
*
|
1290
|
-
* tableに登録されているレコードの件数を返す。
|
1291
|
-
**/
|
1292
718
|
GRN_API unsigned int grn_table_size(grn_ctx *ctx, grn_obj *table);
|
1293
719
|
|
1294
720
|
/*-------------------------------------------------------------
|
1295
721
|
* column操作のための関数
|
1296
722
|
*/
|
1297
723
|
|
1298
|
-
/**
|
1299
|
-
* grn_column_create:
|
1300
|
-
* @table: 対象table
|
1301
|
-
* @name: カラム名
|
1302
|
-
* @name_size: @nameのsize(byte)
|
1303
|
-
* @path: カラムを格納するファイルパス。
|
1304
|
-
* flagsにGRN_OBJ_PERSISTENTが指定されている場合のみ有効。
|
1305
|
-
* NULLなら自動的にファイルパスが付与される。
|
1306
|
-
* @flags: GRN_OBJ_PERSISTENTを指定すると永続columnとなる。
|
1307
|
-
* GRN_OBJ_COLUMN_INDEXを指定すると転置インデックスとなる。
|
1308
|
-
* GRN_OBJ_COLUMN_SCALARを指定するとスカラ値(単独の値)を格納する。
|
1309
|
-
* GRN_OBJ_COLUMN_VECTORを指定すると値の配列を格納する。
|
1310
|
-
* GRN_OBJ_COMPRESS_ZLIBを指定すると値をzlib圧縮して格納する。
|
1311
|
-
* GRN_OBJ_COMPRESS_LZOを指定すると値をlzo圧縮して格納する。
|
1312
|
-
* GRN_OBJ_COLUMN_INDEXと共にGRN_OBJ_WITH_SECTIONを指定すると、
|
1313
|
-
* 転置索引にsection(段落情報)を合わせて格納する。
|
1314
|
-
* GRN_OBJ_COLUMN_INDEXと共にGRN_OBJ_WITH_WEIGHTを指定すると、
|
1315
|
-
* 転置索引にweight情報を合わせて格納する。
|
1316
|
-
* GRN_OBJ_COLUMN_INDEXと共にGRN_OBJ_WITH_POSITIONを指定すると、
|
1317
|
-
* 転置索引に出現位置情報を合わせて格納する。
|
1318
|
-
* @type: カラム値の型。定義済みのtypeあるいはtableを指定できる。
|
1319
|
-
*
|
1320
|
-
* tableに新たなカラムを定義する。nameは省略できない。
|
1321
|
-
* 一つのtableに同一のnameのcolumnを複数定義することはできない。
|
1322
|
-
**/
|
1323
724
|
GRN_API grn_obj *grn_column_create(grn_ctx *ctx, grn_obj *table,
|
1324
725
|
const char *name, unsigned int name_size,
|
1325
726
|
const char *path, grn_obj_flags flags, grn_obj *type);
|
@@ -1328,28 +729,9 @@ GRN_API grn_obj *grn_column_create(grn_ctx *ctx, grn_obj *table,
|
|
1328
729
|
(((column) = grn_obj_column((ctx), (table), (name), (name_size))) ||\
|
1329
730
|
((column) = grn_column_create((ctx), (table), (name), (name_size), (path), (flags), (type))))
|
1330
731
|
|
1331
|
-
/**
|
1332
|
-
* grn_column_index_update
|
1333
|
-
* @column: 対象column
|
1334
|
-
* @id: 対象レコードのID
|
1335
|
-
* @section: 対象レコードのセクション番号
|
1336
|
-
* @oldvalue: 更新前の値
|
1337
|
-
* @newvalue: 更新後の値
|
1338
|
-
*
|
1339
|
-
* oldvalue, newvalueの値から得られるキーに対応するcolumnの値の中の、
|
1340
|
-
* id, sectionに対応するエントリを更新する。
|
1341
|
-
* columnはGRN_OBJ_COLUMN_INDEX型のカラムでなければならない。
|
1342
|
-
**/
|
1343
732
|
GRN_API grn_rc grn_column_index_update(grn_ctx *ctx, grn_obj *column,
|
1344
733
|
grn_id id, unsigned int section,
|
1345
734
|
grn_obj *oldvalue, grn_obj *newvalue);
|
1346
|
-
|
1347
|
-
/**
|
1348
|
-
* grn_column_table:
|
1349
|
-
* @column: 対象column
|
1350
|
-
*
|
1351
|
-
* columnが属するtableを返す。
|
1352
|
-
**/
|
1353
735
|
GRN_API grn_obj *grn_column_table(grn_ctx *ctx, grn_obj *column);
|
1354
736
|
|
1355
737
|
/*-------------------------------------------------------------
|
@@ -1391,87 +773,16 @@ typedef enum {
|
|
1391
773
|
GRN_INFO_NORMALIZER
|
1392
774
|
} grn_info_type;
|
1393
775
|
|
1394
|
-
/**
|
1395
|
-
* grn_obj_get_info:
|
1396
|
-
* @obj: 対象obj
|
1397
|
-
* @type: 取得する情報の種類
|
1398
|
-
* @valuebuf: 値を格納するバッファ(呼出側で準備)
|
1399
|
-
*
|
1400
|
-
* objのtypeに対応する情報をvaluebufに格納する。
|
1401
|
-
**/
|
1402
776
|
GRN_API grn_obj *grn_obj_get_info(grn_ctx *ctx, grn_obj *obj, grn_info_type type, grn_obj *valuebuf);
|
1403
|
-
|
1404
|
-
/**
|
1405
|
-
* grn_obj_set_info:
|
1406
|
-
* @obj: 対象obj
|
1407
|
-
* @type: 設定する情報の種類
|
1408
|
-
* @value: 設定しようとする値
|
1409
|
-
*
|
1410
|
-
* objのtypeに対応する情報をvalueの内容に更新する。
|
1411
|
-
**/
|
1412
777
|
GRN_API grn_rc grn_obj_set_info(grn_ctx *ctx, grn_obj *obj, grn_info_type type, grn_obj *value);
|
1413
|
-
|
1414
|
-
/**
|
1415
|
-
* grn_obj_get_element_info:
|
1416
|
-
* @obj: 対象obj
|
1417
|
-
* @id: 対象ID
|
1418
|
-
* @type: 取得する情報の種類
|
1419
|
-
* @value: 値を格納するバッファ(呼出側で準備)
|
1420
|
-
*
|
1421
|
-
* objのidに対応するレコードの、typeに対応する情報をvaluebufに格納する。
|
1422
|
-
* 呼出側ではtypeに応じて十分なサイズのバッファを確保しなければならない。
|
1423
|
-
**/
|
1424
778
|
GRN_API grn_obj *grn_obj_get_element_info(grn_ctx *ctx, grn_obj *obj, grn_id id,
|
1425
779
|
grn_info_type type, grn_obj *value);
|
1426
|
-
|
1427
|
-
/**
|
1428
|
-
* grn_obj_set_element_info:
|
1429
|
-
* @obj: 対象object
|
1430
|
-
* @id: 対象ID
|
1431
|
-
* @type: 設定する情報の種類
|
1432
|
-
* @value: 設定しようとする値
|
1433
|
-
*
|
1434
|
-
* objのidに対応するレコードのtypeに対応する情報をvalueの内容に更新する。
|
1435
|
-
**/
|
1436
780
|
GRN_API grn_rc grn_obj_set_element_info(grn_ctx *ctx, grn_obj *obj, grn_id id,
|
1437
781
|
grn_info_type type, grn_obj *value);
|
1438
782
|
|
1439
|
-
/**
|
1440
|
-
* c:function:: grn_bool grn_obj_is_builtin(grn_ctx *ctx, grn_obj *obj)
|
1441
|
-
*
|
1442
|
-
* Check whether groonga built-in object.
|
1443
|
-
*
|
1444
|
-
* :param ctx: context
|
1445
|
-
* :param obj: target object
|
1446
|
-
* :retype: ``GRN_TRUE`` for built-in groonga object, ``GRN_FALSE`` otherwise.
|
1447
|
-
**/
|
1448
783
|
GRN_API grn_bool grn_obj_is_builtin(grn_ctx *ctx, grn_obj *obj);
|
1449
784
|
|
1450
|
-
/**
|
1451
|
-
* grn_obj_get_value:
|
1452
|
-
* @obj: 対象object
|
1453
|
-
* @id: 対象レコードのID
|
1454
|
-
* @value: 値を格納するバッファ(呼出側で準備する)
|
1455
|
-
*
|
1456
|
-
* objのIDに対応するレコードのvalueを取得する。
|
1457
|
-
* valueを戻り値として返す。
|
1458
|
-
**/
|
1459
785
|
GRN_API grn_obj *grn_obj_get_value(grn_ctx *ctx, grn_obj *obj, grn_id id, grn_obj *value);
|
1460
|
-
|
1461
|
-
/**
|
1462
|
-
* grn_obj_get_values:
|
1463
|
-
* @obj: 対象object
|
1464
|
-
* @offset: 値を取得する範囲の開始位置となるレコードID
|
1465
|
-
* @values: 値の配列がセットされる
|
1466
|
-
*
|
1467
|
-
* objに指定されたカラムについて、offsetに指定されたレコードIDを開始位置として、IDが連続
|
1468
|
-
* するレコードに対応するカラム値が昇順に格納された配列へのポインタをvaluesにセットします。
|
1469
|
-
* 取得できた件数が戻り値として返される。エラーが発生した場合は -1 が返されます。
|
1470
|
-
* 注意: 値が固定長であるカラムのみがobjに指定できます。
|
1471
|
-
* 範囲内のIDに対応するレコードが有効であるとは限りません。
|
1472
|
-
* delete操作を実行したことのあるテーブルに対しては、
|
1473
|
-
* grn_table_at()などによって各レコードの存否を別途確認しなければなりません。
|
1474
|
-
**/
|
1475
786
|
GRN_API int grn_obj_get_values(grn_ctx *ctx, grn_obj *obj, grn_id offset, void **values);
|
1476
787
|
|
1477
788
|
#define GRN_COLUMN_EACH(ctx,column,id,value,block) do {\
|
@@ -1484,27 +795,6 @@ GRN_API int grn_obj_get_values(grn_ctx *ctx, grn_obj *obj, grn_id offset, void *
|
|
1484
795
|
}\
|
1485
796
|
} while (0)
|
1486
797
|
|
1487
|
-
/**
|
1488
|
-
* grn_obj_set_value:
|
1489
|
-
* @obj: 対象object
|
1490
|
-
* @id: 対象レコードのID
|
1491
|
-
* @value: 格納する値
|
1492
|
-
* @flags: 以下の値を指定できる
|
1493
|
-
* GRN_OBJ_SET: レコードの値をvalueと置き換える。
|
1494
|
-
* GRN_OBJ_INCR: レコードの値にvalueを加算する。
|
1495
|
-
* GRN_OBJ_DECR: レコードの値にvalueを減算する。
|
1496
|
-
* GRN_OBJ_APPEND: レコードの値の末尾にvalueを追加する。
|
1497
|
-
* GRN_OBJ_PREPEND: レコードの値の先頭にvalueを追加する。
|
1498
|
-
* GRN_OBJ_GET: 新しいレコードの値をvalueにセットする。
|
1499
|
-
* GRN_OBJ_COMPARE: レコードの値とvalueが等しいか調べる。
|
1500
|
-
* GRN_OBJ_LOCK: 当該レコードをロックする。GRN_OBJ_COMPAREと共に指定された場合は、
|
1501
|
-
* レコードの値とvalueが等しい場合に限ってロックする。
|
1502
|
-
* GRN_OBJ_UNLOCK: 当該レコードのロックを解除する。
|
1503
|
-
*
|
1504
|
-
* objのIDに対応するレコードの値を更新する。
|
1505
|
-
* 対応するレコードが存在しない場合はGRN_INVALID_ARGUMENTを返す。
|
1506
|
-
**/
|
1507
|
-
|
1508
798
|
#define GRN_OBJ_SET_MASK (0x07)
|
1509
799
|
#define GRN_OBJ_SET (0x01)
|
1510
800
|
#define GRN_OBJ_INCR (0x02)
|
@@ -1517,231 +807,45 @@ GRN_API int grn_obj_get_values(grn_ctx *ctx, grn_obj *obj, grn_id offset, void *
|
|
1517
807
|
#define GRN_OBJ_UNLOCK (0x01<<7)
|
1518
808
|
|
1519
809
|
GRN_API grn_rc grn_obj_set_value(grn_ctx *ctx, grn_obj *obj, grn_id id, grn_obj *value, int flags);
|
1520
|
-
|
1521
|
-
/**
|
1522
|
-
* grn_obj_remove:
|
1523
|
-
* @obj: 対象object
|
1524
|
-
*
|
1525
|
-
* objをメモリから解放し、それが永続オブジェクトであった場合は、
|
1526
|
-
* 該当するファイル一式を削除する。
|
1527
|
-
**/
|
1528
810
|
GRN_API grn_rc grn_obj_remove(grn_ctx *ctx, grn_obj *obj);
|
1529
|
-
|
1530
|
-
/**
|
1531
|
-
* grn_obj_rename:
|
1532
|
-
* @obj: 対象object
|
1533
|
-
* @name: 新しい名前
|
1534
|
-
* @name_size: @nameのsize(byte)
|
1535
|
-
*
|
1536
|
-
* ctxが使用するdbにおいてobjに対応する名前をnameに更新する。
|
1537
|
-
* objは永続オブジェクトでなければならない。
|
1538
|
-
**/
|
1539
811
|
GRN_API grn_rc grn_obj_rename(grn_ctx *ctx, grn_obj *obj,
|
1540
812
|
const char *name, unsigned int name_size);
|
1541
|
-
|
1542
|
-
/**
|
1543
|
-
* grn_table_rename:
|
1544
|
-
* @table: 対象table
|
1545
|
-
* @name: 新しい名前
|
1546
|
-
* @name_size: @nameのsize(byte)
|
1547
|
-
*
|
1548
|
-
* ctxが使用するdbにおいてtableに対応する名前をnameに更新する。
|
1549
|
-
* tableの全てのcolumnも同時に名前が変更される。
|
1550
|
-
* tableは永続オブジェクトでなければならない。
|
1551
|
-
**/
|
1552
813
|
GRN_API grn_rc grn_table_rename(grn_ctx *ctx, grn_obj *table,
|
1553
814
|
const char *name, unsigned int name_size);
|
1554
815
|
|
1555
|
-
/**
|
1556
|
-
* grn_column_rename:
|
1557
|
-
* @column: 対象column
|
1558
|
-
* @name: 新しい名前
|
1559
|
-
* @name_size: @nameのsize(byte)
|
1560
|
-
*
|
1561
|
-
* ctxが使用するdbにおいてcolumnに対応する名前をnameに更新する。
|
1562
|
-
* columnは永続オブジェクトでなければならない。
|
1563
|
-
**/
|
1564
816
|
GRN_API grn_rc grn_column_rename(grn_ctx *ctx, grn_obj *column,
|
1565
817
|
const char *name, unsigned int name_size);
|
1566
818
|
|
1567
|
-
/**
|
1568
|
-
* grn_obj_close:
|
1569
|
-
* @obj: 対象object
|
1570
|
-
*
|
1571
|
-
* 一時的なobjectであるobjをメモリから解放する。
|
1572
|
-
* objに属するobjectも再帰的にメモリから解放される。
|
1573
|
-
* 永続的な、table・column・exprなどは解放してはならない。
|
1574
|
-
* 一般的には、一時的か永続的かを気にしなくてよいgrn_obj_unlinkを用いるべき。
|
1575
|
-
**/
|
1576
819
|
GRN_API grn_rc grn_obj_close(grn_ctx *ctx, grn_obj *obj);
|
1577
|
-
|
1578
|
-
/**
|
1579
|
-
* grn_obj_reinit:
|
1580
|
-
* @obj: 対象object
|
1581
|
-
* @domain: 変更後のobjの型
|
1582
|
-
* @flags: GRN_OBJ_VECTORを指定するとdomain型の値のベクタを格納するオブジェクトになる。
|
1583
|
-
*
|
1584
|
-
* objの型を変更する。objはGRN_OBJ_INITマクロなどで初期化済みでなければならない。
|
1585
|
-
**/
|
1586
820
|
GRN_API grn_rc grn_obj_reinit(grn_ctx *ctx, grn_obj *obj, grn_id domain, unsigned char flags);
|
1587
|
-
|
1588
|
-
/**
|
1589
|
-
* grn_obj_unlink:
|
1590
|
-
* @obj: 対象object
|
1591
|
-
*
|
1592
|
-
* objをメモリから解放する。
|
1593
|
-
* objに属するobjectも再帰的にメモリから解放される。
|
1594
|
-
**/
|
1595
821
|
GRN_API void grn_obj_unlink(grn_ctx *ctx, grn_obj *obj);
|
1596
822
|
|
1597
|
-
/**
|
1598
|
-
* grn_obj_user_data
|
1599
|
-
* @obj: 対象object
|
1600
|
-
*
|
1601
|
-
* objectに登録できるユーザデータへのポインタを返す。table, column, proc, exprのみ使用可能。
|
1602
|
-
**/
|
1603
823
|
GRN_API grn_user_data *grn_obj_user_data(grn_ctx *ctx, grn_obj *obj);
|
1604
824
|
|
1605
|
-
/**
|
1606
|
-
* grn_obj_set_finalizer
|
1607
|
-
* @obj: 対象object
|
1608
|
-
* @func: objectを破棄するときに呼ばれる関数
|
1609
|
-
*
|
1610
|
-
* objectを破棄するときに呼ばれる関数を設定する。table, column, proc, exprのみ設定可能。
|
1611
|
-
**/
|
1612
825
|
GRN_API grn_rc grn_obj_set_finalizer(grn_ctx *ctx, grn_obj *obj, grn_proc_func *func);
|
1613
826
|
|
1614
|
-
/**
|
1615
|
-
* grn_obj_path:
|
1616
|
-
* @obj: 対象object
|
1617
|
-
*
|
1618
|
-
* objに対応するファイルパスを返す。一時objectならNULLを返す。
|
1619
|
-
**/
|
1620
827
|
GRN_API const char *grn_obj_path(grn_ctx *ctx, grn_obj *obj);
|
1621
|
-
|
1622
|
-
/**
|
1623
|
-
* grn_obj_name:
|
1624
|
-
* @obj: 対象object
|
1625
|
-
* @namebuf: 名前を格納するバッファ(呼出側で準備する)
|
1626
|
-
* @buf_size: namebufのサイズ(byte長)
|
1627
|
-
*
|
1628
|
-
* objの名前の長さを返す。無名objectなら0を返す。
|
1629
|
-
* 名前付きのobjectであり、buf_sizeの長さが名前の長以上であった場合は、
|
1630
|
-
* namebufに該当する名前をコピーする。
|
1631
|
-
**/
|
1632
828
|
GRN_API int grn_obj_name(grn_ctx *ctx, grn_obj *obj, char *namebuf, int buf_size);
|
1633
829
|
|
1634
|
-
/**
|
1635
|
-
* grn_column_name:
|
1636
|
-
* @obj: 対象object
|
1637
|
-
* @namebuf: 名前を格納するバッファ(呼出側で準備する)
|
1638
|
-
* @buf_size: namebufのサイズ(byte長)
|
1639
|
-
*
|
1640
|
-
* カラムobjの名前の長さを返す。
|
1641
|
-
* buf_sizeの長さが名前の長以上であった場合は、
|
1642
|
-
* namebufに該当する名前をコピーする。
|
1643
|
-
**/
|
1644
830
|
GRN_API int grn_column_name(grn_ctx *ctx, grn_obj *obj, char *namebuf, int buf_size);
|
1645
831
|
|
1646
|
-
/**
|
1647
|
-
* grn_obj_get_range:
|
1648
|
-
* @obj: 対象object
|
1649
|
-
*
|
1650
|
-
* @objのとる値の範囲を表わしているオブジェクトのIDを返す。
|
1651
|
-
* 例えば、grn_builtin_typeにあるGRN_DB_INTなどを返す。
|
1652
|
-
**/
|
1653
832
|
GRN_API grn_id grn_obj_get_range(grn_ctx *ctx, grn_obj *obj);
|
1654
833
|
|
1655
834
|
#define GRN_OBJ_GET_DOMAIN(obj) \
|
1656
835
|
((obj)->header.type == GRN_TABLE_NO_KEY ? GRN_ID_NIL : (obj)->header.domain)
|
1657
836
|
|
1658
|
-
/**
|
1659
|
-
* grn_obj_expire:
|
1660
|
-
* @obj: 対象object
|
1661
|
-
*
|
1662
|
-
* objの占有するメモリのうち、可能な領域をthresholdを指標として解放する。
|
1663
|
-
**/
|
1664
837
|
GRN_API int grn_obj_expire(grn_ctx *ctx, grn_obj *obj, int threshold);
|
1665
|
-
|
1666
|
-
/**
|
1667
|
-
* grn_obj_check:
|
1668
|
-
* @obj: 対象object
|
1669
|
-
*
|
1670
|
-
* objに対応するファイルの整合性を検査する。
|
1671
|
-
**/
|
1672
838
|
GRN_API int grn_obj_check(grn_ctx *ctx, grn_obj *obj);
|
1673
|
-
|
1674
|
-
/**
|
1675
|
-
* grn_obj_lock:
|
1676
|
-
* @obj: 対象object
|
1677
|
-
*
|
1678
|
-
* objをlockする。timeout(秒)経過してもlockを取得できない場合は
|
1679
|
-
* GRN_RESOURCE_DEADLOCK_AVOIDEDを返す。
|
1680
|
-
**/
|
1681
839
|
GRN_API grn_rc grn_obj_lock(grn_ctx *ctx, grn_obj *obj, grn_id id, int timeout);
|
1682
|
-
|
1683
|
-
/**
|
1684
|
-
* grn_obj_unlock:
|
1685
|
-
* @obj: 対象object
|
1686
|
-
*
|
1687
|
-
* objをunlockする。
|
1688
|
-
**/
|
1689
840
|
GRN_API grn_rc grn_obj_unlock(grn_ctx *ctx, grn_obj *obj, grn_id id);
|
1690
|
-
|
1691
|
-
/**
|
1692
|
-
* grn_obj_clear_lock:
|
1693
|
-
* @obj: 対象object
|
1694
|
-
*
|
1695
|
-
* 強制的にロックをクリアする。
|
1696
|
-
**/
|
1697
841
|
GRN_API grn_rc grn_obj_clear_lock(grn_ctx *ctx, grn_obj *obj);
|
1698
|
-
|
1699
|
-
/**
|
1700
|
-
* grn_obj_is_locked;
|
1701
|
-
* @obj: 対象object
|
1702
|
-
*
|
1703
|
-
* objが現在lockされていれば0以外の値を返す。
|
1704
|
-
**/
|
1705
842
|
GRN_API unsigned int grn_obj_is_locked(grn_ctx *ctx, grn_obj *obj);
|
1706
|
-
|
1707
|
-
/**
|
1708
|
-
* grn_obj_defrag;
|
1709
|
-
* @obj: 対象object
|
1710
|
-
*
|
1711
|
-
* objの占有するDBファイル領域のうち、可能な領域をthresholdを指標としてフラグメントの解消を行う。
|
1712
|
-
* フラグメント解消が実行されたセグメントの数を返す。
|
1713
|
-
**/
|
1714
843
|
GRN_API int grn_obj_defrag(grn_ctx *ctx, grn_obj *obj, int threshold);
|
1715
844
|
|
1716
|
-
/**
|
1717
|
-
* grn_obj_db:
|
1718
|
-
* @obj: 対象object
|
1719
|
-
*
|
1720
|
-
* objの属するdbを返す。
|
1721
|
-
**/
|
1722
845
|
GRN_API grn_obj *grn_obj_db(grn_ctx *ctx, grn_obj *obj);
|
1723
846
|
|
1724
|
-
/**
|
1725
|
-
* grn_obj_id:
|
1726
|
-
* @obj: 対象object
|
1727
|
-
*
|
1728
|
-
* objのidを返す。
|
1729
|
-
**/
|
1730
847
|
GRN_API grn_id grn_obj_id(grn_ctx *ctx, grn_obj *obj);
|
1731
848
|
|
1732
|
-
|
1733
|
-
/**
|
1734
|
-
* grn_obj_search:
|
1735
|
-
* @obj: 検索対象のobject
|
1736
|
-
* @query: 検索クエリ
|
1737
|
-
* @res: 検索結果を格納するテーブル
|
1738
|
-
* @op: GRN_OP_OR, GRN_OP_AND, GRN_OP_AND_NOT, GRN_OP_ADJUSTのいずれかを指定する
|
1739
|
-
* @optarg: 詳細検索条件
|
1740
|
-
*
|
1741
|
-
* objを対象としてqueryにマッチするレコードを検索し、
|
1742
|
-
* opの指定に従ってresにレコードを追加あるいは削除する。
|
1743
|
-
**/
|
1744
|
-
|
1745
849
|
typedef struct _grn_search_optarg grn_search_optarg;
|
1746
850
|
|
1747
851
|
struct _grn_search_optarg {
|
@@ -1787,92 +891,19 @@ typedef enum {
|
|
1787
891
|
GRN_HOOK_SELECT
|
1788
892
|
} grn_hook_entry;
|
1789
893
|
|
1790
|
-
/**
|
1791
|
-
* grn_obj_add_hook:
|
1792
|
-
* @obj: 対象object
|
1793
|
-
* @entry: GRN_HOOK_GETは、objectの参照時に呼び出されるhookを定義する。
|
1794
|
-
GRN_HOOK_SETは、objectの更新時に呼び出されるhookを定義する。
|
1795
|
-
GRN_HOOK_SELECTは、検索処理の実行中に適時呼び出され、
|
1796
|
-
処理の実行状況を調べたり、実行の中断を指示することができる。
|
1797
|
-
* @offset: hookの実行順位。offsetに対応するhookの直前に新たなhookを挿入する。
|
1798
|
-
0を指定した場合は先頭に挿入される。-1を指定した場合は末尾に挿入される。
|
1799
|
-
objectに複数のhookが定義されている場合は順位の順に呼び出される。
|
1800
|
-
* @proc: 手続き
|
1801
|
-
* @data: hook固有情報
|
1802
|
-
*
|
1803
|
-
* objに対してhookを追加する。
|
1804
|
-
**/
|
1805
894
|
GRN_API grn_rc grn_obj_add_hook(grn_ctx *ctx, grn_obj *obj, grn_hook_entry entry,
|
1806
895
|
int offset, grn_obj *proc, grn_obj *data);
|
1807
|
-
|
1808
|
-
/**
|
1809
|
-
* grn_obj_get_nhooks:
|
1810
|
-
* @obj: 対象object
|
1811
|
-
* @entry: hookタイプ
|
1812
|
-
*
|
1813
|
-
* objに定義されているhookの数を返す。
|
1814
|
-
**/
|
1815
896
|
GRN_API int grn_obj_get_nhooks(grn_ctx *ctx, grn_obj *obj, grn_hook_entry entry);
|
1816
|
-
|
1817
|
-
/**
|
1818
|
-
* grn_obj_get_hook:
|
1819
|
-
* @obj: 対象object
|
1820
|
-
* @entry: hookタイプ
|
1821
|
-
* @offset: 実行順位
|
1822
|
-
* @data: hook固有情報格納バッファ
|
1823
|
-
*
|
1824
|
-
* objに定義されているhookの手続き(proc)を返す。hook固有情報が定義されている場合は、
|
1825
|
-
* その内容をdataにコピーして返す。
|
1826
|
-
**/
|
1827
897
|
GRN_API grn_obj *grn_obj_get_hook(grn_ctx *ctx, grn_obj *obj, grn_hook_entry entry,
|
1828
898
|
int offset, grn_obj *data);
|
1829
|
-
|
1830
|
-
/**
|
1831
|
-
* grn_obj_delete_hook:
|
1832
|
-
* @obj: 対象object
|
1833
|
-
* @entry: hookタイプ
|
1834
|
-
* @offset: 実行順位
|
1835
|
-
*
|
1836
|
-
* objに定義されているhookを削除する。
|
1837
|
-
**/
|
1838
899
|
GRN_API grn_rc grn_obj_delete_hook(grn_ctx *ctx, grn_obj *obj, grn_hook_entry entry, int offset);
|
1839
900
|
|
1840
901
|
GRN_API grn_obj *grn_obj_open(grn_ctx *ctx, unsigned char type, grn_obj_flags flags, grn_id domain);
|
1841
902
|
|
1842
|
-
/**
|
1843
|
-
* grn_column_index:
|
1844
|
-
* @column: 対象のcolumn
|
1845
|
-
* @op: indexで実行したい操作
|
1846
|
-
* @indexbuf: indexを格納するバッファ(呼出側で準備する)
|
1847
|
-
* @buf_size: namebufのサイズ(byte長)
|
1848
|
-
* @section: section番号を格納するint長バッファ(呼出側で準備する)
|
1849
|
-
*
|
1850
|
-
* columnに張られているindexのうち、opの操作を実行可能なものの数を返す。
|
1851
|
-
* またそれらのidを、buf_sizeに指定された個数を上限としてindexbufに返す。
|
1852
|
-
**/
|
1853
903
|
GRN_API int grn_column_index(grn_ctx *ctx, grn_obj *column, grn_operator op,
|
1854
904
|
grn_obj **indexbuf, int buf_size, int *section);
|
1855
905
|
|
1856
|
-
|
1857
|
-
/**
|
1858
|
-
* grn_obj_delete_by_id:
|
1859
|
-
* @db: The target database.
|
1860
|
-
* @id: The object (table, column and so on) ID to be deleted.
|
1861
|
-
* @removep: If GRN_TRUE, clear object cache and remove relation
|
1862
|
-
* between ID and key in database. Otherwise, just clear object cache.
|
1863
|
-
*
|
1864
|
-
* dbからidに対応するテーブルやカラムなどを削除します。mroonga向けに用意した内部APIです。
|
1865
|
-
**/
|
1866
906
|
GRN_API grn_rc grn_obj_delete_by_id(grn_ctx *ctx, grn_obj *db, grn_id id, grn_bool removep);
|
1867
|
-
|
1868
|
-
/**
|
1869
|
-
* grn_obj_path_by_id:
|
1870
|
-
* @db: The target database.
|
1871
|
-
* @id: The object (table, column and so on) ID to be deleted.
|
1872
|
-
* @buffer: path string corresponding to the id will be set in this buffer.
|
1873
|
-
*
|
1874
|
-
* dbのidに対応するpathを返します。mroonga向けに用意した内部APIです。
|
1875
|
-
**/
|
1876
907
|
GRN_API grn_rc grn_obj_path_by_id(grn_ctx *ctx, grn_obj *db, grn_id id, char *buffer);
|
1877
908
|
|
1878
909
|
/* geo */
|
@@ -1882,83 +913,22 @@ typedef struct {
|
|
1882
913
|
int longitude;
|
1883
914
|
} grn_geo_point;
|
1884
915
|
|
1885
|
-
|
1886
|
-
/**
|
1887
|
-
* grn_geo_select_in_rectangle:
|
1888
|
-
* @index: the index column for TokyoGeoPoint or WGS84GeoPpoint type.
|
1889
|
-
* @top_left_point: the top left point of the target
|
1890
|
-
* rectangle. (ShortText, Text, LongText, TokyoGeoPoint or
|
1891
|
-
* WGS84GeoPoint)
|
1892
|
-
* @bottom_right_point: the bottom right point of the target
|
1893
|
-
* rectangle. (ShortText, Text, LongText, TokyoGeoPoint or
|
1894
|
-
* WGS84GeoPoint)
|
1895
|
-
* @res: the table to store found record IDs. It must be
|
1896
|
-
* GRN_TABLE_HASH_KEY type table.
|
1897
|
-
* @op: the operator for matched records.
|
1898
|
-
*
|
1899
|
-
* It selects records that are in the rectangle specified by
|
1900
|
-
* @top_left_point and @bottom_right_point. Records are
|
1901
|
-
* searched by @index. Found records are added to @res table
|
1902
|
-
* with @op operation.
|
1903
|
-
**/
|
1904
916
|
GRN_API grn_rc grn_geo_select_in_rectangle(grn_ctx *ctx,
|
1905
917
|
grn_obj *index,
|
1906
918
|
grn_obj *top_left_point,
|
1907
919
|
grn_obj *bottom_right_point,
|
1908
920
|
grn_obj *res,
|
1909
921
|
grn_operator op);
|
1910
|
-
|
1911
|
-
/**
|
1912
|
-
* grn_geo_estimate_in_rectangle:
|
1913
|
-
* @index: the index column for TokyoGeoPoint or WGS84GeoPpoint type.
|
1914
|
-
* @top_left_point: the top left point of the target
|
1915
|
-
* rectangle. (ShortText, Text, LongText, TokyoGeoPoint or
|
1916
|
-
* WGS84GeoPoint)
|
1917
|
-
* @bottom_right_point: the bottom right point of the target
|
1918
|
-
* rectangle. (ShortText, Text, LongText, TokyoGeoPoint or
|
1919
|
-
* WGS84GeoPoint)
|
1920
|
-
*
|
1921
|
-
* It estimates number of records in the rectangle specified
|
1922
|
-
* by @top_left_point and @bottom_right_point. Number of
|
1923
|
-
* records is estimated by @index. If an error is occurred,
|
1924
|
-
* -1 is returned.
|
1925
|
-
**/
|
1926
922
|
GRN_API int grn_geo_estimate_in_rectangle(grn_ctx *ctx,
|
1927
923
|
grn_obj *index,
|
1928
924
|
grn_obj *top_left_point,
|
1929
925
|
grn_obj *bottom_right_point);
|
1930
|
-
|
1931
|
-
/**
|
1932
|
-
* grn_geo_cursor_open_in_rectangle:
|
1933
|
-
* @index: the index column for TokyoGeoPoint or WGS84GeoPpoint type.
|
1934
|
-
* @top_left_point: the top left point of the target
|
1935
|
-
* rectangle. (ShortText, Text, LongText, TokyoGeoPoint or
|
1936
|
-
* WGS84GeoPoint)
|
1937
|
-
* @bottom_right_point: the bottom right point of the target
|
1938
|
-
* rectangle. (ShortText, Text, LongText, TokyoGeoPoint or
|
1939
|
-
* WGS84GeoPoint)
|
1940
|
-
* @offset: the cursor returns records from @offset
|
1941
|
-
* position. @offset is based on 0.
|
1942
|
-
* @limit: the cursor returns at most @limit records. -1
|
1943
|
-
* means no limit.
|
1944
|
-
*
|
1945
|
-
* It opens a cursor to get records in the rectangle
|
1946
|
-
* specfied by @top_left_point and @bottom_right_point.
|
1947
|
-
**/
|
1948
926
|
GRN_API grn_obj *grn_geo_cursor_open_in_rectangle(grn_ctx *ctx,
|
1949
927
|
grn_obj *index,
|
1950
928
|
grn_obj *top_left_point,
|
1951
929
|
grn_obj *bottom_right_point,
|
1952
930
|
int offset,
|
1953
931
|
int limit);
|
1954
|
-
|
1955
|
-
/**
|
1956
|
-
* grn_geo_cursor_next:
|
1957
|
-
* @cursor: the geo cursor.
|
1958
|
-
*
|
1959
|
-
* It returns the next posting that has record ID. It
|
1960
|
-
* returns NULL after all records are returned.
|
1961
|
-
**/
|
1962
932
|
GRN_API grn_posting *grn_geo_cursor_next(grn_ctx *ctx, grn_obj *cursor);
|
1963
933
|
|
1964
934
|
|
@@ -2675,6 +1645,15 @@ GRN_API grn_obj *grn_expr_append_const_int(grn_ctx *ctx, grn_obj *expr, int i,
|
|
2675
1645
|
grn_operator op, int nargs);
|
2676
1646
|
GRN_API grn_rc grn_expr_append_op(grn_ctx *ctx, grn_obj *expr, grn_operator op, int nargs);
|
2677
1647
|
|
1648
|
+
GRN_API grn_rc grn_expr_syntax_escape(grn_ctx *ctx,
|
1649
|
+
const char *query, int query_size,
|
1650
|
+
const char *target_characters,
|
1651
|
+
char escape_character,
|
1652
|
+
grn_obj *escaped_query);
|
1653
|
+
GRN_API grn_rc grn_expr_syntax_escape_query(grn_ctx *ctx,
|
1654
|
+
const char *query, int query_size,
|
1655
|
+
grn_obj *escaped_query);
|
1656
|
+
|
2678
1657
|
GRN_API grn_rc grn_expr_compile(grn_ctx *ctx, grn_obj *expr);
|
2679
1658
|
GRN_API grn_obj *grn_expr_exec(grn_ctx *ctx, grn_obj *expr, int nargs);
|
2680
1659
|
GRN_API grn_rc grn_ctx_push(grn_ctx *ctx, grn_obj *obj);
|
@@ -2742,6 +1721,10 @@ GRN_API unsigned int grn_table_get_subrecs(grn_ctx *ctx, grn_obj *table,
|
|
2742
1721
|
grn_id id, grn_id *subrecbuf,
|
2743
1722
|
int *scorebuf, int buf_size);
|
2744
1723
|
|
1724
|
+
GRN_API grn_obj *grn_table_tokenize(grn_ctx *ctx, grn_obj *table,
|
1725
|
+
const char *str, unsigned int str_len,
|
1726
|
+
grn_obj *buf, grn_bool addp);
|
1727
|
+
|
2745
1728
|
GRN_API grn_rc grn_load(grn_ctx *ctx, grn_content_type input_type,
|
2746
1729
|
const char *table, unsigned int table_len,
|
2747
1730
|
const char *columns, unsigned int columns_len,
|
@@ -3043,7 +2026,6 @@ GRN_API grn_rc grn_dat_cursor_delete(grn_ctx *ctx, grn_dat_cursor *c,
|
|
3043
2026
|
} while (0)
|
3044
2027
|
|
3045
2028
|
/* buffered index builder */
|
3046
|
-
/* 特定のアプリケーション用に準備した内部APIです。 */
|
3047
2029
|
|
3048
2030
|
typedef struct _grn_ii grn_ii;
|
3049
2031
|
typedef struct _grn_ii_buffer grn_ii_buffer;
|