rroonga 2.1.3-x86-mingw32 → 3.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/grndump +1 -1
- data/doc/text/news.textile +22 -4
- data/ext/groonga/rb-grn-accessor.c +1 -1
- data/ext/groonga/rb-grn-array-cursor.c +1 -1
- data/ext/groonga/rb-grn-array.c +218 -2
- data/ext/groonga/rb-grn-column.c +1 -1
- data/ext/groonga/rb-grn-context.c +1 -1
- data/ext/groonga/rb-grn-database.c +1 -1
- data/ext/groonga/rb-grn-double-array-trie-cursor.c +1 -1
- data/ext/groonga/rb-grn-double-array-trie.c +1 -1
- data/ext/groonga/rb-grn-encoding-support.c +1 -1
- data/ext/groonga/rb-grn-encoding.c +1 -1
- data/ext/groonga/rb-grn-exception.c +1 -1
- data/ext/groonga/rb-grn-expression-builder.c +1 -1
- data/ext/groonga/rb-grn-expression.c +1 -1
- data/ext/groonga/rb-grn-fix-size-column.c +1 -1
- data/ext/groonga/rb-grn-geo-point.c +1 -1
- data/ext/groonga/rb-grn-hash-cursor.c +1 -1
- data/ext/groonga/rb-grn-hash.c +1 -1
- data/ext/groonga/rb-grn-index-column.c +1 -1
- data/ext/groonga/rb-grn-index-cursor.c +1 -1
- data/ext/groonga/rb-grn-logger.c +1 -1
- data/ext/groonga/rb-grn-normalizer.c +1 -1
- data/ext/groonga/rb-grn-object.c +7 -7
- data/ext/groonga/rb-grn-operator.c +1 -1
- data/ext/groonga/rb-grn-patricia-trie-cursor.c +1 -1
- data/ext/groonga/rb-grn-patricia-trie.c +1 -1
- data/ext/groonga/rb-grn-plugin.c +1 -1
- data/ext/groonga/rb-grn-posting.c +1 -1
- data/ext/groonga/rb-grn-procedure.c +1 -1
- data/ext/groonga/rb-grn-record.c +1 -1
- data/ext/groonga/rb-grn-snippet.c +1 -1
- data/ext/groonga/rb-grn-table-cursor-key-support.c +1 -1
- data/ext/groonga/rb-grn-table-cursor.c +1 -1
- data/ext/groonga/rb-grn-table-key-support.c +1 -1
- data/ext/groonga/rb-grn-table.c +1 -1
- data/ext/groonga/rb-grn-type.c +1 -1
- data/ext/groonga/rb-grn-utils.c +1 -1
- data/ext/groonga/rb-grn-variable-size-column.c +1 -1
- data/ext/groonga/rb-grn-variable.c +1 -1
- data/ext/groonga/rb-grn.h +4 -4
- data/ext/groonga/rb-groonga.c +1 -1
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/groonga/context.rb +93 -13
- data/rroonga-build.rb +2 -2
- data/test/groonga-test-utils.rb +2 -1
- data/test/test-array.rb +86 -2
- data/test/test-context.rb +22 -2
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
- data/vendor/local/include/groonga/groonga.h +16 -8
- data/vendor/local/include/groonga/groonga/nfkc.h +32 -0
- data/vendor/local/include/groonga/groonga/plugin.h +39 -21
- data/vendor/local/include/groonga/groonga/tokenizer.h +4 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +9 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +12 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +20 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +28 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +12 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +8 -4
- 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 +36 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -11
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +112 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +79 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +51 -51
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +85 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +98 -89
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +73 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +124 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +24 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +5 -5
- 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 +58 -57
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +17 -16
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +18 -18
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +25 -25
- 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 +104 -95
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +138 -0
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +36 -30
- data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +23 -9
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +30 -9
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +16 -9
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -13
- 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 +37 -9
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +251 -120
- 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 +28 -23
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +25 -22
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +71 -87
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +13 -14
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +321 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +35 -36
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +70 -69
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -35
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -35
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +37 -38
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +218 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +294 -288
- 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 +38 -41
- 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 +33 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +268 -0
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +11 -9
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +6 -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/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +292 -0
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +32 -7
- 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 +10 -10
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +9 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +12 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +20 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +28 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +12 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +8 -4
- 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 +36 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -11
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +112 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +79 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +51 -51
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +85 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +98 -89
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +73 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +124 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +24 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +58 -57
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +17 -16
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +18 -18
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +61 -61
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +104 -95
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +139 -0
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +37 -37
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +36 -30
- data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +19 -9
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +24 -9
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +14 -9
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +29 -9
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +225 -124
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +28 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +25 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +8 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +71 -87
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +8 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +8 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +13 -14
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +321 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +35 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +56 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +37 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +213 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +235 -229
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +38 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +47 -47
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +33 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +268 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +11 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +291 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +30 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/man/ja/man1/groonga.1 +1231 -420
- data/vendor/local/share/man/man1/groonga.1 +1370 -521
- metadata +1025 -998
- data/lib/1.8/groonga.so +0 -0
metadata
CHANGED
@@ -1,15 +1,10 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rroonga
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.0.0
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 2
|
8
|
-
- 1
|
9
|
-
- 3
|
10
|
-
version: 2.1.3
|
11
6
|
platform: x86-mingw32
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Kouhei Sutou
|
14
9
|
- Tasuku SUENAGA
|
15
10
|
- daijiro
|
@@ -18,1188 +13,1220 @@ authors:
|
|
18
13
|
autorequire:
|
19
14
|
bindir: bin
|
20
15
|
cert_chain: []
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
dependencies:
|
25
|
-
- !ruby/object:Gem::Dependency
|
26
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
27
|
-
none: false
|
28
|
-
requirements:
|
29
|
-
- - ">="
|
30
|
-
- !ruby/object:Gem::Version
|
31
|
-
hash: 3
|
32
|
-
segments:
|
33
|
-
- 0
|
34
|
-
version: "0"
|
35
|
-
version_requirements: *id001
|
16
|
+
date: 2013-03-29 00:00:00.000000000 Z
|
17
|
+
dependencies:
|
18
|
+
- !ruby/object:Gem::Dependency
|
36
19
|
name: pkg-config
|
37
|
-
|
20
|
+
requirement: !ruby/object:Gem::Requirement
|
21
|
+
none: false
|
22
|
+
requirements:
|
23
|
+
- - ! '>='
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: '0'
|
38
26
|
type: :runtime
|
39
|
-
|
40
|
-
|
27
|
+
prerelease: false
|
28
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
29
|
none: false
|
42
|
-
requirements:
|
43
|
-
- -
|
44
|
-
- !ruby/object:Gem::Version
|
45
|
-
|
46
|
-
|
47
|
-
- 0
|
48
|
-
version: "0"
|
49
|
-
version_requirements: *id002
|
30
|
+
requirements:
|
31
|
+
- - ! '>='
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
- !ruby/object:Gem::Dependency
|
50
35
|
name: json
|
51
|
-
|
36
|
+
requirement: !ruby/object:Gem::Requirement
|
37
|
+
none: false
|
38
|
+
requirements:
|
39
|
+
- - ! '>='
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
52
42
|
type: :runtime
|
53
|
-
|
54
|
-
|
43
|
+
prerelease: false
|
44
|
+
version_requirements: !ruby/object:Gem::Requirement
|
55
45
|
none: false
|
56
|
-
requirements:
|
57
|
-
- -
|
58
|
-
- !ruby/object:Gem::Version
|
59
|
-
|
60
|
-
|
61
|
-
- 0
|
62
|
-
version: "0"
|
63
|
-
version_requirements: *id003
|
46
|
+
requirements:
|
47
|
+
- - ! '>='
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '0'
|
50
|
+
- !ruby/object:Gem::Dependency
|
64
51
|
name: archive-zip
|
65
|
-
|
52
|
+
requirement: !ruby/object:Gem::Requirement
|
53
|
+
none: false
|
54
|
+
requirements:
|
55
|
+
- - ! '>='
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
version: '0'
|
66
58
|
type: :runtime
|
67
|
-
|
68
|
-
|
59
|
+
prerelease: false
|
60
|
+
version_requirements: !ruby/object:Gem::Requirement
|
69
61
|
none: false
|
70
|
-
requirements:
|
71
|
-
- -
|
72
|
-
- !ruby/object:Gem::Version
|
73
|
-
|
74
|
-
|
75
|
-
- 2
|
76
|
-
- 4
|
77
|
-
- 6
|
78
|
-
version: 2.4.6
|
79
|
-
version_requirements: *id004
|
62
|
+
requirements:
|
63
|
+
- - ! '>='
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '0'
|
66
|
+
- !ruby/object:Gem::Dependency
|
80
67
|
name: test-unit
|
81
|
-
|
68
|
+
requirement: !ruby/object:Gem::Requirement
|
69
|
+
none: false
|
70
|
+
requirements:
|
71
|
+
- - ! '>='
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: 2.4.6
|
82
74
|
type: :development
|
83
|
-
|
84
|
-
|
75
|
+
prerelease: false
|
76
|
+
version_requirements: !ruby/object:Gem::Requirement
|
85
77
|
none: false
|
86
|
-
requirements:
|
87
|
-
- -
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
|
90
|
-
|
91
|
-
- 0
|
92
|
-
version: "0"
|
93
|
-
version_requirements: *id005
|
78
|
+
requirements:
|
79
|
+
- - ! '>='
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: 2.4.6
|
82
|
+
- !ruby/object:Gem::Dependency
|
94
83
|
name: test-unit-notify
|
95
|
-
|
84
|
+
requirement: !ruby/object:Gem::Requirement
|
85
|
+
none: false
|
86
|
+
requirements:
|
87
|
+
- - ! '>='
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
96
90
|
type: :development
|
97
|
-
|
98
|
-
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
99
93
|
none: false
|
100
|
-
requirements:
|
101
|
-
- -
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
|
104
|
-
|
105
|
-
- 0
|
106
|
-
version: "0"
|
107
|
-
version_requirements: *id006
|
94
|
+
requirements:
|
95
|
+
- - ! '>='
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
version: '0'
|
98
|
+
- !ruby/object:Gem::Dependency
|
108
99
|
name: rake
|
109
|
-
|
100
|
+
requirement: !ruby/object:Gem::Requirement
|
101
|
+
none: false
|
102
|
+
requirements:
|
103
|
+
- - ! '>='
|
104
|
+
- !ruby/object:Gem::Version
|
105
|
+
version: '0'
|
110
106
|
type: :development
|
111
|
-
|
112
|
-
|
107
|
+
prerelease: false
|
108
|
+
version_requirements: !ruby/object:Gem::Requirement
|
113
109
|
none: false
|
114
|
-
requirements:
|
115
|
-
- -
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
|
118
|
-
|
119
|
-
- 0
|
120
|
-
version: "0"
|
121
|
-
version_requirements: *id007
|
110
|
+
requirements:
|
111
|
+
- - ! '>='
|
112
|
+
- !ruby/object:Gem::Version
|
113
|
+
version: '0'
|
114
|
+
- !ruby/object:Gem::Dependency
|
122
115
|
name: rake-compiler
|
123
|
-
|
116
|
+
requirement: !ruby/object:Gem::Requirement
|
117
|
+
none: false
|
118
|
+
requirements:
|
119
|
+
- - ! '>='
|
120
|
+
- !ruby/object:Gem::Version
|
121
|
+
version: '0'
|
124
122
|
type: :development
|
125
|
-
|
126
|
-
|
123
|
+
prerelease: false
|
124
|
+
version_requirements: !ruby/object:Gem::Requirement
|
127
125
|
none: false
|
128
|
-
requirements:
|
129
|
-
- -
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
|
132
|
-
|
133
|
-
- 0
|
134
|
-
version: "0"
|
135
|
-
version_requirements: *id008
|
126
|
+
requirements:
|
127
|
+
- - ! '>='
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
version: '0'
|
130
|
+
- !ruby/object:Gem::Dependency
|
136
131
|
name: bundler
|
137
|
-
|
132
|
+
requirement: !ruby/object:Gem::Requirement
|
133
|
+
none: false
|
134
|
+
requirements:
|
135
|
+
- - ! '>='
|
136
|
+
- !ruby/object:Gem::Version
|
137
|
+
version: '0'
|
138
138
|
type: :development
|
139
|
-
|
140
|
-
|
139
|
+
prerelease: false
|
140
|
+
version_requirements: !ruby/object:Gem::Requirement
|
141
141
|
none: false
|
142
|
-
requirements:
|
143
|
-
- -
|
144
|
-
- !ruby/object:Gem::Version
|
145
|
-
|
146
|
-
|
147
|
-
- 0
|
148
|
-
version: "0"
|
149
|
-
version_requirements: *id009
|
142
|
+
requirements:
|
143
|
+
- - ! '>='
|
144
|
+
- !ruby/object:Gem::Version
|
145
|
+
version: '0'
|
146
|
+
- !ruby/object:Gem::Dependency
|
150
147
|
name: yard
|
151
|
-
|
148
|
+
requirement: !ruby/object:Gem::Requirement
|
149
|
+
none: false
|
150
|
+
requirements:
|
151
|
+
- - ! '>='
|
152
|
+
- !ruby/object:Gem::Version
|
153
|
+
version: '0'
|
152
154
|
type: :development
|
153
|
-
|
154
|
-
|
155
|
+
prerelease: false
|
156
|
+
version_requirements: !ruby/object:Gem::Requirement
|
155
157
|
none: false
|
156
|
-
requirements:
|
157
|
-
- -
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
|
160
|
-
|
161
|
-
- 0
|
162
|
-
version: "0"
|
163
|
-
version_requirements: *id010
|
158
|
+
requirements:
|
159
|
+
- - ! '>='
|
160
|
+
- !ruby/object:Gem::Version
|
161
|
+
version: '0'
|
162
|
+
- !ruby/object:Gem::Dependency
|
164
163
|
name: packnga
|
165
|
-
|
164
|
+
requirement: !ruby/object:Gem::Requirement
|
165
|
+
none: false
|
166
|
+
requirements:
|
167
|
+
- - ! '>='
|
168
|
+
- !ruby/object:Gem::Version
|
169
|
+
version: '0'
|
166
170
|
type: :development
|
167
|
-
|
168
|
-
|
171
|
+
prerelease: false
|
172
|
+
version_requirements: !ruby/object:Gem::Requirement
|
169
173
|
none: false
|
170
|
-
requirements:
|
171
|
-
- -
|
172
|
-
- !ruby/object:Gem::Version
|
173
|
-
|
174
|
-
|
175
|
-
- 0
|
176
|
-
version: "0"
|
177
|
-
version_requirements: *id011
|
174
|
+
requirements:
|
175
|
+
- - ! '>='
|
176
|
+
- !ruby/object:Gem::Version
|
177
|
+
version: '0'
|
178
|
+
- !ruby/object:Gem::Dependency
|
178
179
|
name: RedCloth
|
179
|
-
|
180
|
+
requirement: !ruby/object:Gem::Requirement
|
181
|
+
none: false
|
182
|
+
requirements:
|
183
|
+
- - ! '>='
|
184
|
+
- !ruby/object:Gem::Version
|
185
|
+
version: '0'
|
180
186
|
type: :development
|
181
|
-
|
182
|
-
|
187
|
+
prerelease: false
|
188
|
+
version_requirements: !ruby/object:Gem::Requirement
|
189
|
+
none: false
|
190
|
+
requirements:
|
191
|
+
- - ! '>='
|
192
|
+
- !ruby/object:Gem::Version
|
193
|
+
version: '0'
|
194
|
+
description: ! 'rroonga is an extension library to use groonga''s DB-API
|
195
|
+
|
183
196
|
layer. rroonga provides Rubyish readable and writable API
|
184
|
-
|
185
|
-
|
186
|
-
|
197
|
+
|
198
|
+
not C like API. You can use groonga''s fast and highly
|
199
|
+
|
200
|
+
functional features from Ruby with Rubyish form.'
|
201
|
+
email:
|
187
202
|
- kou@clear-code.com
|
188
203
|
- a@razil.jp
|
189
204
|
- morita@razil.jp
|
190
205
|
- y.hayamizu@gmail.com
|
191
206
|
- dara@shidara.net
|
192
|
-
executables:
|
193
|
-
- grntest-log-analyze
|
207
|
+
executables:
|
194
208
|
- groonga-index-dump
|
209
|
+
- grntest-log-analyze
|
195
210
|
- grndump
|
196
211
|
extensions: []
|
197
|
-
|
198
|
-
extra_rdoc_files:
|
212
|
+
extra_rdoc_files:
|
199
213
|
- README.textile
|
200
|
-
files:
|
201
|
-
- doc/text/tutorial.textile
|
214
|
+
files:
|
202
215
|
- doc/text/news.textile
|
216
|
+
- doc/text/tutorial.textile
|
203
217
|
- rroonga.gemspec
|
204
218
|
- rroonga-build.rb
|
205
219
|
- extconf.rb
|
206
|
-
- lib/groonga/
|
207
|
-
- lib/groonga/view-record.rb
|
208
|
-
- lib/groonga/index-column.rb
|
209
|
-
- lib/groonga/expression-builder.rb
|
210
|
-
- lib/groonga/record.rb
|
211
|
-
- lib/groonga/dumper.rb
|
220
|
+
- lib/groonga/schema.rb
|
212
221
|
- lib/groonga/database.rb
|
222
|
+
- lib/groonga/geo-point.rb
|
213
223
|
- lib/groonga/expression-builder-19.rb
|
214
|
-
- lib/groonga/
|
215
|
-
- lib/groonga/
|
224
|
+
- lib/groonga/pagination.rb
|
225
|
+
- lib/groonga/index-column.rb
|
226
|
+
- lib/groonga/view-record.rb
|
216
227
|
- lib/groonga/patricia-trie.rb
|
217
|
-
- lib/groonga/context.rb
|
218
228
|
- lib/groonga/grntest-log.rb
|
219
|
-
- lib/groonga/geo-point.rb
|
220
|
-
- lib/groonga/pagination.rb
|
221
229
|
- lib/groonga/command.rb
|
222
|
-
- lib/groonga/
|
230
|
+
- lib/groonga/dumper.rb
|
231
|
+
- lib/groonga/posting.rb
|
232
|
+
- lib/groonga/query-logger.rb
|
233
|
+
- lib/groonga/context.rb
|
234
|
+
- lib/groonga/record.rb
|
235
|
+
- lib/groonga/expression-builder.rb
|
236
|
+
- lib/groonga/logger.rb
|
223
237
|
- lib/groonga.rb
|
224
|
-
- benchmark/read-write-many-small-items.rb
|
225
|
-
- benchmark/write-many-small-items.rb
|
226
238
|
- benchmark/common.rb
|
227
|
-
- benchmark/create-wikipedia-database.rb
|
228
239
|
- benchmark/repeat-load.rb
|
240
|
+
- benchmark/read-write-many-small-items.rb
|
241
|
+
- benchmark/create-wikipedia-database.rb
|
242
|
+
- benchmark/write-many-small-items.rb
|
229
243
|
- benchmark/select.rb
|
230
244
|
- misc/grnop2ruby.rb
|
231
|
-
- example/bookmark.rb
|
232
245
|
- example/index-html.rb
|
246
|
+
- example/bookmark.rb
|
247
|
+
- ext/groonga/rb-grn-procedure.c
|
248
|
+
- ext/groonga/rb-grn-column.c
|
249
|
+
- ext/groonga/rb-grn-index-column.c
|
233
250
|
- ext/groonga/rb-grn-encoding-support.c
|
251
|
+
- ext/groonga/rb-grn-variable.c
|
252
|
+
- ext/groonga/rb-grn-table.c
|
253
|
+
- ext/groonga/rb-grn-hash-cursor.c
|
254
|
+
- ext/groonga/rb-grn-table-cursor-key-support.c
|
255
|
+
- ext/groonga/rb-grn-object.c
|
256
|
+
- ext/groonga/rb-grn-double-array-trie.c
|
257
|
+
- ext/groonga/rb-grn-table-key-support.c
|
258
|
+
- ext/groonga/rb-grn-array.c
|
234
259
|
- ext/groonga/rb-grn-patricia-trie.c
|
260
|
+
- ext/groonga/rb-grn-double-array-trie-cursor.c
|
261
|
+
- ext/groonga/rb-grn-utils.c
|
262
|
+
- ext/groonga/rb-grn-record.c
|
263
|
+
- ext/groonga/rb-grn-normalizer.c
|
264
|
+
- ext/groonga/rb-groonga.c
|
265
|
+
- ext/groonga/rb-grn-exception.c
|
266
|
+
- ext/groonga/rb-grn-variable-size-column.c
|
267
|
+
- ext/groonga/rb-grn-encoding.c
|
235
268
|
- ext/groonga/rb-grn-geo-point.c
|
269
|
+
- ext/groonga/rb-grn-expression-builder.c
|
270
|
+
- ext/groonga/rb-grn-operator.c
|
236
271
|
- ext/groonga/rb-grn-snippet.c
|
237
|
-
- ext/groonga/rb-grn-
|
272
|
+
- ext/groonga/rb-grn-array-cursor.c
|
273
|
+
- ext/groonga/rb-grn-type.c
|
274
|
+
- ext/groonga/rb-grn-table-cursor.c
|
238
275
|
- ext/groonga/rb-grn-fix-size-column.c
|
239
|
-
- ext/groonga/rb-grn-
|
276
|
+
- ext/groonga/rb-grn-logger.c
|
240
277
|
- ext/groonga/rb-grn-plugin.c
|
241
|
-
- ext/groonga/rb-grn-table.c
|
242
|
-
- ext/groonga/rb-grn-operator.c
|
243
278
|
- ext/groonga/rb-grn-database.c
|
244
|
-
- ext/groonga/rb-grn-
|
245
|
-
- ext/groonga/rb-grn-
|
246
|
-
- ext/groonga/rb-grn-
|
279
|
+
- ext/groonga/rb-grn-patricia-trie-cursor.c
|
280
|
+
- ext/groonga/rb-grn-index-cursor.c
|
281
|
+
- ext/groonga/rb-grn-accessor.c
|
247
282
|
- ext/groonga/rb-grn-context.c
|
248
|
-
- ext/groonga/rb-grn-
|
249
|
-
- ext/groonga/rb-grn-table-key-support.c
|
283
|
+
- ext/groonga/rb-grn-query-logger.c
|
250
284
|
- ext/groonga/rb-grn-posting.c
|
251
|
-
- ext/groonga/rb-grn-hash-cursor.c
|
252
|
-
- ext/groonga/rb-grn-expression-builder.c
|
253
285
|
- ext/groonga/rb-grn-expression.c
|
254
|
-
- ext/groonga/rb-grn-array-cursor.c
|
255
|
-
- ext/groonga/rb-grn-encoding.c
|
256
|
-
- ext/groonga/rb-grn-utils.c
|
257
|
-
- ext/groonga/rb-groonga.c
|
258
|
-
- ext/groonga/rb-grn-patricia-trie-cursor.c
|
259
|
-
- ext/groonga/rb-grn-array.c
|
260
|
-
- ext/groonga/rb-grn-normalizer.c
|
261
|
-
- ext/groonga/rb-grn-object.c
|
262
|
-
- ext/groonga/rb-grn-type.c
|
263
|
-
- ext/groonga/rb-grn-column.c
|
264
|
-
- ext/groonga/rb-grn-index-cursor.c
|
265
286
|
- ext/groonga/rb-grn-hash.c
|
266
|
-
- ext/groonga/rb-grn-logger.c
|
267
|
-
- ext/groonga/rb-grn-variable.c
|
268
|
-
- ext/groonga/rb-grn-index-column.c
|
269
|
-
- ext/groonga/rb-grn-table-cursor-key-support.c
|
270
|
-
- ext/groonga/rb-grn-double-array-trie.c
|
271
|
-
- ext/groonga/rb-grn-procedure.c
|
272
|
-
- ext/groonga/rb-grn-table-cursor.c
|
273
287
|
- ext/groonga/rb-grn.h
|
274
288
|
- ext/groonga/extconf.rb
|
275
289
|
- ext/groonga/groonga.def
|
276
|
-
- test/test-
|
277
|
-
- test/test-
|
278
|
-
- test/
|
290
|
+
- test/test-normalizer.rb
|
291
|
+
- test/test-schema.rb
|
292
|
+
- test/test-vector-column.rb
|
279
293
|
- test/test-schema-dumper.rb
|
280
|
-
- test/test
|
281
|
-
- test/test-record.rb
|
282
|
-
- test/test-schema-create-table.rb
|
283
|
-
- test/test-geo-point.rb
|
294
|
+
- test/run-test.rb
|
284
295
|
- test/test-procedure.rb
|
285
|
-
- test/test-
|
286
|
-
- test/test-expression
|
287
|
-
- test/test-
|
288
|
-
- test/test-
|
289
|
-
- test/test-accessor.rb
|
290
|
-
- test/test-table-select.rb
|
291
|
-
- test/test-array.rb
|
292
|
-
- test/test-gqtp.rb
|
296
|
+
- test/test-hash.rb
|
297
|
+
- test/test-expression.rb
|
298
|
+
- test/test-version.rb
|
299
|
+
- test/test-remote.rb
|
293
300
|
- test/test-table-offset-and-limit.rb
|
301
|
+
- test/test-expression-builder.rb
|
302
|
+
- test/test-encoding.rb
|
303
|
+
- test/test-snippet.rb
|
304
|
+
- test/test-index-cursor.rb
|
305
|
+
- test/test-type.rb
|
306
|
+
- test/test-table-dumper.rb
|
307
|
+
- test/test-table-traverse.rb
|
308
|
+
- test/test-table.rb
|
294
309
|
- test/test-pagination.rb
|
310
|
+
- test/groonga-test-utils.rb
|
311
|
+
- test/test-logger.rb
|
312
|
+
- test/test-context.rb
|
295
313
|
- test/test-table-select-weight.rb
|
296
|
-
- test/test-
|
297
|
-
- test/test-
|
298
|
-
- test/test-
|
299
|
-
- test/test-
|
314
|
+
- test/test-exception.rb
|
315
|
+
- test/test-table-select-normalize.rb
|
316
|
+
- test/test-command-select.rb
|
317
|
+
- test/test-gqtp.rb
|
318
|
+
- test/test-database-dumper.rb
|
319
|
+
- test/test-index-column.rb
|
320
|
+
- test/test-geo-point.rb
|
300
321
|
- test/test-plugin.rb
|
301
322
|
- test/test-variable-size-column.rb
|
302
|
-
- test/
|
303
|
-
- test/test-
|
304
|
-
- test/test-
|
323
|
+
- test/test-schema-create-table.rb
|
324
|
+
- test/test-array.rb
|
325
|
+
- test/test-fix-size-column.rb
|
305
326
|
- test/test-schema-type.rb
|
327
|
+
- test/test-table-select.rb
|
328
|
+
- test/test-variable.rb
|
329
|
+
- test/test-column.rb
|
306
330
|
- test/test-patricia-trie.rb
|
307
|
-
- test/test-version.rb
|
308
|
-
- test/test-table-traverse.rb
|
309
|
-
- test/test-context.rb
|
310
331
|
- test/test-table-select-mecab.rb
|
332
|
+
- test/test-accessor.rb
|
311
333
|
- test/test-database.rb
|
312
|
-
- test/test-
|
313
|
-
- test/test-
|
314
|
-
- test/test-remote.rb
|
315
|
-
- test/test-snippet.rb
|
316
|
-
- test/test-vector-column.rb
|
317
|
-
- test/test-fix-size-column.rb
|
318
|
-
- test/test-exception.rb
|
319
|
-
- test/test-encoding.rb
|
320
|
-
- test/test-schema.rb
|
321
|
-
- test/test-index-column.rb
|
322
|
-
- bin/grntest-log-analyze
|
334
|
+
- test/test-double-array-trie.rb
|
335
|
+
- test/test-record.rb
|
323
336
|
- bin/groonga-index-dump
|
337
|
+
- bin/grntest-log-analyze
|
324
338
|
- bin/grndump
|
325
339
|
- README.textile
|
326
|
-
- lib/1.8/groonga.so
|
327
340
|
- lib/1.9/groonga.so
|
328
|
-
-
|
329
|
-
- vendor/local/
|
330
|
-
- vendor/local/
|
331
|
-
- vendor/local/
|
332
|
-
- vendor/local/
|
333
|
-
- vendor/local/
|
334
|
-
- vendor/local/
|
335
|
-
- vendor/local/
|
336
|
-
- vendor/local/
|
337
|
-
- vendor/local/
|
338
|
-
- vendor/local/
|
339
|
-
- vendor/local/
|
340
|
-
- vendor/local/
|
341
|
-
- vendor/local/
|
342
|
-
- vendor/local/
|
343
|
-
- vendor/local/
|
344
|
-
- vendor/local/
|
345
|
-
- vendor/local/
|
346
|
-
- vendor/local/
|
347
|
-
- vendor/local/
|
348
|
-
- vendor/local/
|
349
|
-
- vendor/local/
|
350
|
-
- vendor/local/
|
351
|
-
- vendor/local/
|
352
|
-
- vendor/local/
|
353
|
-
- vendor/local/
|
354
|
-
- vendor/local/
|
355
|
-
- vendor/local/
|
356
|
-
- vendor/local/
|
357
|
-
- vendor/local/
|
358
|
-
- vendor/local/
|
359
|
-
- vendor/local/
|
360
|
-
- vendor/local/
|
361
|
-
- vendor/local/
|
362
|
-
- vendor/local/
|
363
|
-
- vendor/local/
|
364
|
-
- vendor/local/
|
365
|
-
- vendor/local/
|
366
|
-
- vendor/local/
|
367
|
-
- vendor/local/
|
368
|
-
- vendor/local/
|
369
|
-
- vendor/local/
|
370
|
-
- vendor/local/
|
371
|
-
- vendor/local/
|
372
|
-
- vendor/local/
|
373
|
-
- vendor/local/
|
374
|
-
- vendor/local/
|
375
|
-
- vendor/local/
|
376
|
-
- vendor/local/
|
377
|
-
- vendor/local/
|
378
|
-
- vendor/local/
|
379
|
-
- vendor/local/
|
380
|
-
- vendor/local/
|
381
|
-
- vendor/local/
|
382
|
-
- vendor/local/
|
383
|
-
- vendor/local/
|
384
|
-
- vendor/local/
|
385
|
-
- vendor/local/
|
386
|
-
- vendor/local/
|
387
|
-
- vendor/local/
|
388
|
-
- vendor/local/
|
389
|
-
- vendor/local/
|
390
|
-
- vendor/local/
|
391
|
-
- vendor/local/
|
392
|
-
- vendor/local/
|
393
|
-
- vendor/local/
|
394
|
-
- vendor/local/
|
395
|
-
- vendor/local/
|
396
|
-
- vendor/local/
|
397
|
-
- vendor/local/
|
398
|
-
- vendor/local/
|
399
|
-
- vendor/local/
|
400
|
-
- vendor/local/
|
401
|
-
- vendor/local/
|
402
|
-
- vendor/local/
|
403
|
-
- vendor/local/
|
404
|
-
- vendor/local/
|
405
|
-
- vendor/local/
|
406
|
-
- vendor/local/
|
407
|
-
- vendor/local/
|
408
|
-
- vendor/local/
|
409
|
-
- vendor/local/
|
410
|
-
- vendor/local/
|
411
|
-
- vendor/local/
|
412
|
-
- vendor/local/
|
413
|
-
- vendor/local/
|
414
|
-
- vendor/local/
|
415
|
-
- vendor/local/
|
416
|
-
- vendor/local/
|
417
|
-
- vendor/local/
|
418
|
-
- vendor/local/
|
419
|
-
- vendor/local/
|
420
|
-
- vendor/local/
|
421
|
-
- vendor/local/
|
422
|
-
- vendor/local/
|
423
|
-
- vendor/local/
|
424
|
-
- vendor/local/share/doc/groonga/en/html
|
425
|
-
- vendor/local/share/doc/groonga/en/html/
|
426
|
-
- vendor/local/share/doc/groonga/en/html/
|
427
|
-
- vendor/local/share/doc/groonga/en/html/
|
428
|
-
- vendor/local/share/doc/groonga/en/html/
|
429
|
-
- vendor/local/share/doc/groonga/en/html/
|
430
|
-
- vendor/local/share/doc/groonga/en/html/
|
431
|
-
- vendor/local/share/doc/groonga/en/html/
|
432
|
-
- vendor/local/share/doc/groonga/en/html/
|
433
|
-
- vendor/local/share/doc/groonga/en/html/
|
434
|
-
- vendor/local/share/doc/groonga/en/html/
|
435
|
-
- vendor/local/share/doc/groonga/en/html/
|
436
|
-
- vendor/local/share/doc/groonga/en/html/
|
437
|
-
- vendor/local/share/doc/groonga/en/html/
|
438
|
-
- vendor/local/share/doc/groonga/en/html/
|
439
|
-
- vendor/local/share/doc/groonga/en/html/
|
440
|
-
- vendor/local/share/doc/groonga/en/html/
|
441
|
-
- vendor/local/share/doc/groonga/en/html/
|
442
|
-
- vendor/local/share/doc/groonga/en/html/
|
443
|
-
- vendor/local/share/doc/groonga/en/html/
|
444
|
-
- vendor/local/share/doc/groonga/en/html/
|
445
|
-
- vendor/local/share/doc/groonga/en/html/
|
446
|
-
- vendor/local/share/doc/groonga/en/html/
|
447
|
-
- vendor/local/share/doc/groonga/en/html/
|
448
|
-
- vendor/local/share/doc/groonga/en/html/
|
449
|
-
- vendor/local/share/doc/groonga/en/html/
|
450
|
-
- vendor/local/share/doc/groonga/en/html/
|
451
|
-
- vendor/local/share/doc/groonga/en/html/
|
452
|
-
- vendor/local/share/doc/groonga/en/html/install.
|
453
|
-
- vendor/local/share/doc/groonga/en/html/
|
454
|
-
- vendor/local/share/doc/groonga/en/html/index.html
|
455
|
-
- vendor/local/share/doc/groonga/en/html/contribution/development/com.html
|
456
|
-
- vendor/local/share/doc/groonga/en/html/contribution/development/release.html
|
457
|
-
- vendor/local/share/doc/groonga/en/html/contribution/development/test.html
|
458
|
-
- vendor/local/share/doc/groonga/en/html/contribution/development/query.html
|
459
|
-
- vendor/local/share/doc/groonga/en/html/contribution/development/document.html
|
460
|
-
- vendor/local/share/doc/groonga/en/html/contribution/development.html
|
461
|
-
- vendor/local/share/doc/groonga/en/html/contribution/report.html
|
462
|
-
- vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html
|
463
|
-
- vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html
|
464
|
-
- vendor/local/share/doc/groonga/en/html/contribution/documentation.html
|
465
|
-
- vendor/local/share/doc/groonga/en/html/server/http.html
|
466
|
-
- vendor/local/share/doc/groonga/en/html/server/http/groonga.html
|
467
|
-
- vendor/local/share/doc/groonga/en/html/server/http/comparison.html
|
468
|
-
- vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html
|
469
|
-
- vendor/local/share/doc/groonga/en/html/server/gqtp.html
|
470
|
-
- vendor/local/share/doc/groonga/en/html/server/package.html
|
471
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news.txt
|
472
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt
|
473
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt
|
341
|
+
- lib/2.0/groonga.so
|
342
|
+
- vendor/local/bin/groonga-benchmark.exe
|
343
|
+
- vendor/local/bin/groonga.exe
|
344
|
+
- vendor/local/bin/libgcc_s_sjlj-1.dll
|
345
|
+
- vendor/local/bin/libgroonga-0.dll
|
346
|
+
- vendor/local/bin/libmecab-1.dll
|
347
|
+
- vendor/local/bin/libmsgpack-3.dll
|
348
|
+
- vendor/local/bin/libmsgpackc-2.dll
|
349
|
+
- vendor/local/bin/libstdc++-6.dll
|
350
|
+
- vendor/local/bin/mecab-config
|
351
|
+
- vendor/local/bin/mecab.exe
|
352
|
+
- vendor/local/bin/mecabrc
|
353
|
+
- vendor/local/etc/groonga/groonga.conf
|
354
|
+
- vendor/local/etc/groonga/httpd/groonga-httpd.conf
|
355
|
+
- vendor/local/etc/groonga/synonyms.tsv
|
356
|
+
- vendor/local/include/groonga/groonga/nfkc.h
|
357
|
+
- vendor/local/include/groonga/groonga/normalizer.h
|
358
|
+
- vendor/local/include/groonga/groonga/plugin.h
|
359
|
+
- vendor/local/include/groonga/groonga/tokenizer.h
|
360
|
+
- vendor/local/include/groonga/groonga.h
|
361
|
+
- vendor/local/include/mecab.h
|
362
|
+
- vendor/local/include/msgpack/object.h
|
363
|
+
- vendor/local/include/msgpack/object.hpp
|
364
|
+
- vendor/local/include/msgpack/pack.h
|
365
|
+
- vendor/local/include/msgpack/pack.hpp
|
366
|
+
- vendor/local/include/msgpack/pack_define.h
|
367
|
+
- vendor/local/include/msgpack/pack_template.h
|
368
|
+
- vendor/local/include/msgpack/sbuffer.h
|
369
|
+
- vendor/local/include/msgpack/sbuffer.hpp
|
370
|
+
- vendor/local/include/msgpack/sysdep.h
|
371
|
+
- vendor/local/include/msgpack/type/bool.hpp
|
372
|
+
- vendor/local/include/msgpack/type/define.hpp
|
373
|
+
- vendor/local/include/msgpack/type/deque.hpp
|
374
|
+
- vendor/local/include/msgpack/type/fixint.hpp
|
375
|
+
- vendor/local/include/msgpack/type/float.hpp
|
376
|
+
- vendor/local/include/msgpack/type/int.hpp
|
377
|
+
- vendor/local/include/msgpack/type/list.hpp
|
378
|
+
- vendor/local/include/msgpack/type/map.hpp
|
379
|
+
- vendor/local/include/msgpack/type/nil.hpp
|
380
|
+
- vendor/local/include/msgpack/type/pair.hpp
|
381
|
+
- vendor/local/include/msgpack/type/raw.hpp
|
382
|
+
- vendor/local/include/msgpack/type/set.hpp
|
383
|
+
- vendor/local/include/msgpack/type/string.hpp
|
384
|
+
- vendor/local/include/msgpack/type/tr1/unordered_map.hpp
|
385
|
+
- vendor/local/include/msgpack/type/tr1/unordered_set.hpp
|
386
|
+
- vendor/local/include/msgpack/type/tuple.hpp
|
387
|
+
- vendor/local/include/msgpack/type/vector.hpp
|
388
|
+
- vendor/local/include/msgpack/type.hpp
|
389
|
+
- vendor/local/include/msgpack/unpack.h
|
390
|
+
- vendor/local/include/msgpack/unpack.hpp
|
391
|
+
- vendor/local/include/msgpack/unpack_define.h
|
392
|
+
- vendor/local/include/msgpack/unpack_template.h
|
393
|
+
- vendor/local/include/msgpack/version.h
|
394
|
+
- vendor/local/include/msgpack/vrefbuffer.h
|
395
|
+
- vendor/local/include/msgpack/vrefbuffer.hpp
|
396
|
+
- vendor/local/include/msgpack/zbuffer.h
|
397
|
+
- vendor/local/include/msgpack/zbuffer.hpp
|
398
|
+
- vendor/local/include/msgpack/zone.h
|
399
|
+
- vendor/local/include/msgpack/zone.hpp
|
400
|
+
- vendor/local/include/msgpack.h
|
401
|
+
- vendor/local/include/msgpack.hpp
|
402
|
+
- vendor/local/lib/groonga/plugins/query_expanders/tsv.a
|
403
|
+
- vendor/local/lib/groonga/plugins/query_expanders/tsv.dll
|
404
|
+
- vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a
|
405
|
+
- vendor/local/lib/groonga/plugins/query_expanders/tsv.la
|
406
|
+
- vendor/local/lib/groonga/plugins/suggest/suggest.a
|
407
|
+
- vendor/local/lib/groonga/plugins/suggest/suggest.dll
|
408
|
+
- vendor/local/lib/groonga/plugins/suggest/suggest.dll.a
|
409
|
+
- vendor/local/lib/groonga/plugins/suggest/suggest.la
|
410
|
+
- vendor/local/lib/groonga/plugins/table/table.a
|
411
|
+
- vendor/local/lib/groonga/plugins/table/table.dll
|
412
|
+
- vendor/local/lib/groonga/plugins/table/table.dll.a
|
413
|
+
- vendor/local/lib/groonga/plugins/table/table.la
|
414
|
+
- vendor/local/lib/groonga/plugins/tokenizers/mecab.a
|
415
|
+
- vendor/local/lib/groonga/plugins/tokenizers/mecab.dll
|
416
|
+
- vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a
|
417
|
+
- vendor/local/lib/groonga/plugins/tokenizers/mecab.la
|
418
|
+
- vendor/local/lib/libgroonga.a
|
419
|
+
- vendor/local/lib/libgroonga.dll.a
|
420
|
+
- vendor/local/lib/libgroonga.la
|
421
|
+
- vendor/local/lib/libmecab.a
|
422
|
+
- vendor/local/lib/libmecab.dll.a
|
423
|
+
- vendor/local/lib/libmecab.la
|
424
|
+
- vendor/local/lib/libmsgpack.a
|
425
|
+
- vendor/local/lib/libmsgpack.dll.a
|
426
|
+
- vendor/local/lib/libmsgpack.la
|
427
|
+
- vendor/local/lib/libmsgpackc.a
|
428
|
+
- vendor/local/lib/libmsgpackc.dll.a
|
429
|
+
- vendor/local/lib/libmsgpackc.la
|
430
|
+
- vendor/local/lib/pkgconfig/groonga.pc
|
431
|
+
- vendor/local/libexec/mecab/mecab-cost-train.exe
|
432
|
+
- vendor/local/libexec/mecab/mecab-dict-gen.exe
|
433
|
+
- vendor/local/libexec/mecab/mecab-dict-index.exe
|
434
|
+
- vendor/local/libexec/mecab/mecab-system-eval.exe
|
435
|
+
- vendor/local/libexec/mecab/mecab-test-gen.exe
|
436
|
+
- vendor/local/sbin/groonga-httpd-restart
|
437
|
+
- vendor/local/share/doc/groonga/en/html/.buildinfo
|
438
|
+
- vendor/local/share/doc/groonga/en/html/_images/geo-points.png
|
439
|
+
- vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt
|
440
|
+
- vendor/local/share/doc/groonga/en/html/_sources/community.txt
|
441
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt
|
442
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt
|
443
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt
|
444
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt
|
445
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt
|
446
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt
|
447
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt
|
448
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt
|
449
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt
|
450
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt
|
451
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt
|
452
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution.txt
|
453
|
+
- vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt
|
454
|
+
- vendor/local/share/doc/groonga/en/html/_sources/development.txt
|
455
|
+
- vendor/local/share/doc/groonga/en/html/_sources/geolocation_search.txt
|
456
|
+
- vendor/local/share/doc/groonga/en/html/_sources/index.txt
|
457
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt
|
458
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt
|
459
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt
|
460
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt
|
461
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/others.txt
|
462
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt
|
463
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt
|
464
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt
|
465
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install.txt
|
466
|
+
- vendor/local/share/doc/groonga/en/html/_sources/limitations.txt
|
474
467
|
- vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt
|
475
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/
|
468
|
+
- vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt
|
469
|
+
- vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt
|
476
470
|
- vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt
|
477
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
478
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
479
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt
|
471
|
+
- vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt
|
472
|
+
- vendor/local/share/doc/groonga/en/html/_sources/news.txt
|
480
473
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt
|
481
474
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt
|
482
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt
|
483
475
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt
|
484
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
485
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
486
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
487
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/get.txt
|
488
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/add.txt
|
489
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/set.txt
|
490
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt
|
491
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt
|
492
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt
|
493
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt
|
494
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt
|
495
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt
|
496
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt
|
497
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt
|
498
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt
|
499
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt
|
500
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt
|
501
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt
|
502
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt
|
503
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt
|
504
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/pseudo_column.txt
|
505
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt
|
506
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt
|
507
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
|
508
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt
|
509
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt
|
510
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt
|
511
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt
|
476
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt
|
477
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt
|
478
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt
|
512
479
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt
|
513
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt
|
514
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt
|
515
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt
|
516
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt
|
517
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt
|
518
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt
|
519
480
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt
|
481
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt
|
482
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt
|
483
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt
|
484
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt
|
485
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt
|
486
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt
|
487
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt
|
520
488
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
|
521
489
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt
|
490
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt
|
491
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt
|
492
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt
|
493
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt
|
494
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt
|
495
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt
|
496
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt
|
522
497
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt
|
498
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt
|
499
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt
|
523
500
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt
|
524
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/
|
525
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt
|
501
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt
|
526
502
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt
|
527
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/
|
528
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt
|
503
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt
|
529
504
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
|
530
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/
|
531
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
532
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
533
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
534
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
535
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
505
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt
|
506
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/add.txt
|
507
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/get.txt
|
508
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/set.txt
|
509
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt
|
510
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt
|
511
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt
|
512
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt
|
513
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
|
514
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt
|
515
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt
|
516
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt
|
517
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt
|
518
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt
|
519
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt
|
520
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt
|
521
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt
|
522
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt
|
523
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt
|
524
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt
|
525
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt
|
526
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt
|
527
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt
|
528
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt
|
529
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt
|
536
530
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt
|
537
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
538
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
539
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
540
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
541
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
542
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
543
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
544
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
545
|
-
- vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt
|
546
|
-
- vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt
|
531
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt
|
532
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt
|
533
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/pseudo_column.txt
|
534
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt
|
535
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt
|
536
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt
|
537
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt
|
538
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt
|
547
539
|
- vendor/local/share/doc/groonga/en/html/_sources/reference.txt
|
548
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
549
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt
|
550
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt
|
551
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt
|
552
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt
|
553
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt
|
554
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt
|
555
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt
|
556
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt
|
557
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt
|
558
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt
|
559
|
-
- vendor/local/share/doc/groonga/en/html/_sources/suggest.txt
|
560
|
-
- vendor/local/share/doc/groonga/en/html/_sources/community.txt
|
561
|
-
- vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt
|
562
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server.txt
|
563
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt
|
564
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt
|
565
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt
|
566
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt
|
567
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt
|
568
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt
|
569
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt
|
570
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt
|
571
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt
|
572
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt
|
573
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/http.txt
|
574
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/package.txt
|
540
|
+
- vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt
|
575
541
|
- vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt
|
576
542
|
- vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt
|
577
543
|
- vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt
|
578
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/
|
579
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
580
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
581
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
582
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
583
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
584
|
-
- vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt
|
544
|
+
- vendor/local/share/doc/groonga/en/html/_sources/server/http.txt
|
545
|
+
- vendor/local/share/doc/groonga/en/html/_sources/server/package.txt
|
546
|
+
- vendor/local/share/doc/groonga/en/html/_sources/server.txt
|
547
|
+
- vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt
|
548
|
+
- vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt
|
549
|
+
- vendor/local/share/doc/groonga/en/html/_sources/spec.txt
|
585
550
|
- vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt
|
586
|
-
- vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt
|
587
551
|
- vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt
|
552
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt
|
588
553
|
- vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt
|
589
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
590
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
591
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
592
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
593
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
594
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
595
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
596
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
554
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt
|
555
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest.txt
|
556
|
+
- vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
|
557
|
+
- vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt
|
558
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt
|
559
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt
|
560
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt
|
561
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt
|
562
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt
|
563
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt
|
564
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt
|
565
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt
|
566
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt
|
567
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt
|
568
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt
|
569
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt
|
570
|
+
- vendor/local/share/doc/groonga/en/html/_static/ajax-loader.gif
|
571
|
+
- vendor/local/share/doc/groonga/en/html/_static/basic.css
|
572
|
+
- vendor/local/share/doc/groonga/en/html/_static/comment-bright.png
|
573
|
+
- vendor/local/share/doc/groonga/en/html/_static/comment-close.png
|
574
|
+
- vendor/local/share/doc/groonga/en/html/_static/comment.png
|
575
|
+
- vendor/local/share/doc/groonga/en/html/_static/doctools.js
|
597
576
|
- vendor/local/share/doc/groonga/en/html/_static/down-pressed.png
|
598
|
-
- vendor/local/share/doc/groonga/en/html/_static/favicon.ico
|
599
577
|
- vendor/local/share/doc/groonga/en/html/_static/down.png
|
600
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
601
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
602
|
-
- vendor/local/share/doc/groonga/en/html/_static/minus.png
|
578
|
+
- vendor/local/share/doc/groonga/en/html/_static/favicon.ico
|
579
|
+
- vendor/local/share/doc/groonga/en/html/_static/file.png
|
603
580
|
- vendor/local/share/doc/groonga/en/html/_static/groonga.css
|
581
|
+
- vendor/local/share/doc/groonga/en/html/_static/header-background.png
|
604
582
|
- vendor/local/share/doc/groonga/en/html/_static/jp.png
|
605
|
-
- vendor/local/share/doc/groonga/en/html/_static/logo.png
|
606
|
-
- vendor/local/share/doc/groonga/en/html/_static/underscore.js
|
607
583
|
- vendor/local/share/doc/groonga/en/html/_static/jquery.js
|
608
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
584
|
+
- vendor/local/share/doc/groonga/en/html/_static/logo.png
|
585
|
+
- vendor/local/share/doc/groonga/en/html/_static/minus.png
|
609
586
|
- vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png
|
587
|
+
- vendor/local/share/doc/groonga/en/html/_static/plus.png
|
588
|
+
- vendor/local/share/doc/groonga/en/html/_static/pygments.css
|
589
|
+
- vendor/local/share/doc/groonga/en/html/_static/searchtools.js
|
590
|
+
- vendor/local/share/doc/groonga/en/html/_static/underscore.js
|
610
591
|
- vendor/local/share/doc/groonga/en/html/_static/up-pressed.png
|
611
|
-
- vendor/local/share/doc/groonga/en/html/_static/us.png
|
612
|
-
- vendor/local/share/doc/groonga/en/html/_static/comment-bright.png
|
613
592
|
- vendor/local/share/doc/groonga/en/html/_static/up.png
|
614
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
615
|
-
- vendor/local/share/doc/groonga/en/html/_static/file.png
|
616
|
-
- vendor/local/share/doc/groonga/en/html/_static/comment.png
|
617
|
-
- vendor/local/share/doc/groonga/en/html/_static/header-background.png
|
618
|
-
- vendor/local/share/doc/groonga/en/html/_static/doctools.js
|
619
|
-
- vendor/local/share/doc/groonga/en/html/_static/ajax-loader.gif
|
593
|
+
- vendor/local/share/doc/groonga/en/html/_static/us.png
|
620
594
|
- vendor/local/share/doc/groonga/en/html/_static/websupport.js
|
621
|
-
- vendor/local/share/doc/groonga/en/html/
|
622
|
-
- vendor/local/share/doc/groonga/en/html/_images/geo-points.png
|
623
|
-
- vendor/local/share/doc/groonga/en/html/limitations.html
|
624
|
-
- vendor/local/share/doc/groonga/en/html/.buildinfo
|
625
|
-
- vendor/local/share/doc/groonga/en/html/troubleshooting.html
|
626
|
-
- vendor/local/share/doc/groonga/en/html/suggest/introduction.html
|
627
|
-
- vendor/local/share/doc/groonga/en/html/suggest/tutorial.html
|
628
|
-
- vendor/local/share/doc/groonga/en/html/suggest/completion.html
|
629
|
-
- vendor/local/share/doc/groonga/en/html/suggest/correction.html
|
630
|
-
- vendor/local/share/doc/groonga/en/html/suggest/suggestion.html
|
595
|
+
- vendor/local/share/doc/groonga/en/html/characteristic.html
|
631
596
|
- vendor/local/share/doc/groonga/en/html/community.html
|
632
|
-
- vendor/local/share/doc/groonga/en/html/
|
633
|
-
- vendor/local/share/doc/groonga/en/html/
|
597
|
+
- vendor/local/share/doc/groonga/en/html/contribution/development/com.html
|
598
|
+
- vendor/local/share/doc/groonga/en/html/contribution/development/document.html
|
599
|
+
- vendor/local/share/doc/groonga/en/html/contribution/development/query.html
|
600
|
+
- vendor/local/share/doc/groonga/en/html/contribution/development/release.html
|
601
|
+
- vendor/local/share/doc/groonga/en/html/contribution/development/repository.html
|
602
|
+
- vendor/local/share/doc/groonga/en/html/contribution/development/test.html
|
603
|
+
- vendor/local/share/doc/groonga/en/html/contribution/development.html
|
604
|
+
- vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html
|
605
|
+
- vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html
|
606
|
+
- vendor/local/share/doc/groonga/en/html/contribution/documentation.html
|
607
|
+
- vendor/local/share/doc/groonga/en/html/contribution/report.html
|
608
|
+
- vendor/local/share/doc/groonga/en/html/contribution.html
|
609
|
+
- vendor/local/share/doc/groonga/en/html/development/travis-ci.html
|
610
|
+
- vendor/local/share/doc/groonga/en/html/development.html
|
611
|
+
- vendor/local/share/doc/groonga/en/html/genindex.html
|
612
|
+
- vendor/local/share/doc/groonga/en/html/geolocation_search.html
|
613
|
+
- vendor/local/share/doc/groonga/en/html/index.html
|
634
614
|
- vendor/local/share/doc/groonga/en/html/install/centos.html
|
635
|
-
- vendor/local/share/doc/groonga/en/html/install/windows.html
|
636
|
-
- vendor/local/share/doc/groonga/en/html/install/fedora.html
|
637
615
|
- vendor/local/share/doc/groonga/en/html/install/debian.html
|
638
|
-
- vendor/local/share/doc/groonga/en/html/install/
|
616
|
+
- vendor/local/share/doc/groonga/en/html/install/fedora.html
|
639
617
|
- vendor/local/share/doc/groonga/en/html/install/mac_os_x.html
|
640
|
-
- vendor/local/share/doc/groonga/
|
641
|
-
- vendor/local/share/doc/groonga/
|
642
|
-
- vendor/local/share/doc/groonga/
|
643
|
-
- vendor/local/share/doc/groonga/
|
644
|
-
- vendor/local/share/doc/groonga/
|
645
|
-
- vendor/local/share/doc/groonga/
|
646
|
-
- vendor/local/share/doc/groonga/
|
647
|
-
- vendor/local/share/doc/groonga/
|
648
|
-
- vendor/local/share/doc/groonga/
|
649
|
-
- vendor/local/share/doc/groonga/
|
650
|
-
- vendor/local/share/doc/groonga/
|
651
|
-
- vendor/local/share/doc/groonga/
|
652
|
-
- vendor/local/share/doc/groonga/
|
653
|
-
- vendor/local/share/doc/groonga/
|
654
|
-
- vendor/local/share/doc/groonga/
|
655
|
-
- vendor/local/share/doc/groonga/
|
656
|
-
- vendor/local/share/doc/groonga/
|
657
|
-
- vendor/local/share/doc/groonga/
|
658
|
-
- vendor/local/share/doc/groonga/
|
659
|
-
- vendor/local/share/doc/groonga/
|
660
|
-
- vendor/local/share/doc/groonga/
|
661
|
-
- vendor/local/share/doc/groonga/
|
662
|
-
- vendor/local/share/doc/groonga/
|
663
|
-
- vendor/local/share/doc/groonga/
|
664
|
-
- vendor/local/share/doc/groonga/
|
665
|
-
- vendor/local/share/doc/groonga/
|
666
|
-
- vendor/local/share/doc/groonga/
|
667
|
-
- vendor/local/share/doc/groonga/
|
668
|
-
- vendor/local/share/doc/groonga/
|
669
|
-
- vendor/local/share/doc/groonga/
|
670
|
-
- vendor/local/share/doc/groonga/
|
671
|
-
- vendor/local/share/doc/groonga/
|
672
|
-
- vendor/local/share/doc/groonga/
|
673
|
-
- vendor/local/share/doc/groonga/
|
674
|
-
- vendor/local/share/doc/groonga/
|
675
|
-
- vendor/local/share/doc/groonga/
|
676
|
-
- vendor/local/share/doc/groonga/
|
677
|
-
- vendor/local/share/doc/groonga/
|
678
|
-
- vendor/local/share/doc/groonga/
|
679
|
-
- vendor/local/share/doc/groonga/
|
680
|
-
- vendor/local/share/doc/groonga/
|
681
|
-
- vendor/local/share/doc/groonga/
|
682
|
-
- vendor/local/share/doc/groonga/
|
683
|
-
- vendor/local/share/doc/groonga/
|
684
|
-
- vendor/local/share/doc/groonga/
|
685
|
-
- vendor/local/share/doc/groonga/
|
686
|
-
- vendor/local/share/doc/groonga/
|
687
|
-
- vendor/local/share/doc/groonga/
|
688
|
-
- vendor/local/share/doc/groonga/
|
689
|
-
- vendor/local/share/doc/groonga/
|
690
|
-
- vendor/local/share/doc/groonga/
|
691
|
-
- vendor/local/share/doc/groonga/
|
692
|
-
- vendor/local/share/doc/groonga/
|
693
|
-
- vendor/local/share/doc/groonga/
|
694
|
-
- vendor/local/share/doc/groonga/
|
695
|
-
- vendor/local/share/doc/groonga/
|
696
|
-
- vendor/local/share/doc/groonga/
|
697
|
-
- vendor/local/share/doc/groonga/
|
698
|
-
- vendor/local/share/doc/groonga/
|
699
|
-
- vendor/local/share/doc/groonga/
|
700
|
-
- vendor/local/share/doc/groonga/
|
701
|
-
- vendor/local/share/doc/groonga/
|
702
|
-
- vendor/local/share/doc/groonga/
|
703
|
-
- vendor/local/share/doc/groonga/
|
704
|
-
- vendor/local/share/doc/groonga/
|
705
|
-
- vendor/local/share/doc/groonga/
|
706
|
-
- vendor/local/share/doc/groonga/
|
707
|
-
- vendor/local/share/doc/groonga/
|
708
|
-
- vendor/local/share/doc/groonga/
|
709
|
-
- vendor/local/share/doc/groonga/
|
710
|
-
- vendor/local/share/doc/groonga/
|
711
|
-
- vendor/local/share/doc/groonga/
|
712
|
-
- vendor/local/share/doc/groonga/
|
713
|
-
- vendor/local/share/doc/groonga/
|
714
|
-
- vendor/local/share/doc/groonga/
|
715
|
-
- vendor/local/share/doc/groonga/
|
716
|
-
- vendor/local/share/doc/groonga/
|
717
|
-
- vendor/local/share/doc/groonga/
|
718
|
-
- vendor/local/share/doc/groonga/
|
719
|
-
- vendor/local/share/doc/groonga/
|
720
|
-
- vendor/local/share/doc/groonga/
|
721
|
-
- vendor/local/share/doc/groonga/
|
722
|
-
- vendor/local/share/doc/groonga/
|
723
|
-
- vendor/local/share/doc/groonga/
|
724
|
-
- vendor/local/share/doc/groonga/
|
725
|
-
- vendor/local/share/doc/groonga/
|
726
|
-
- vendor/local/share/doc/groonga/
|
727
|
-
- vendor/local/share/doc/groonga/
|
728
|
-
- vendor/local/share/doc/groonga/
|
729
|
-
- vendor/local/share/doc/groonga/
|
730
|
-
- vendor/local/share/doc/groonga/
|
731
|
-
- vendor/local/share/doc/groonga/
|
732
|
-
- vendor/local/share/doc/groonga/
|
733
|
-
- vendor/local/share/doc/groonga/
|
734
|
-
- vendor/local/share/doc/groonga/
|
735
|
-
- vendor/local/share/doc/groonga/
|
736
|
-
- vendor/local/share/doc/groonga/
|
737
|
-
- vendor/local/share/doc/groonga/
|
738
|
-
- vendor/local/share/doc/groonga/
|
739
|
-
- vendor/local/share/doc/groonga/
|
740
|
-
- vendor/local/share/doc/groonga/
|
741
|
-
- vendor/local/share/doc/groonga/
|
742
|
-
- vendor/local/share/doc/groonga/
|
743
|
-
- vendor/local/share/doc/groonga/
|
744
|
-
- vendor/local/share/doc/groonga/
|
745
|
-
- vendor/local/share/doc/groonga/
|
746
|
-
- vendor/local/share/doc/groonga/
|
747
|
-
- vendor/local/share/doc/groonga/
|
748
|
-
- vendor/local/share/doc/groonga/
|
749
|
-
- vendor/local/share/doc/groonga/
|
750
|
-
- vendor/local/share/doc/groonga/
|
751
|
-
- vendor/local/share/doc/groonga/
|
752
|
-
- vendor/local/share/doc/groonga/ja/html
|
753
|
-
- vendor/local/share/doc/groonga/ja/html/
|
754
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
755
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
756
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
618
|
+
- vendor/local/share/doc/groonga/en/html/install/others.html
|
619
|
+
- vendor/local/share/doc/groonga/en/html/install/solaris.html
|
620
|
+
- vendor/local/share/doc/groonga/en/html/install/ubuntu.html
|
621
|
+
- vendor/local/share/doc/groonga/en/html/install/windows.html
|
622
|
+
- vendor/local/share/doc/groonga/en/html/install.html
|
623
|
+
- vendor/local/share/doc/groonga/en/html/limitations.html
|
624
|
+
- vendor/local/share/doc/groonga/en/html/news/0.x.html
|
625
|
+
- vendor/local/share/doc/groonga/en/html/news/1.0.x.html
|
626
|
+
- vendor/local/share/doc/groonga/en/html/news/1.1.x.html
|
627
|
+
- vendor/local/share/doc/groonga/en/html/news/1.2.x.html
|
628
|
+
- vendor/local/share/doc/groonga/en/html/news/senna.html
|
629
|
+
- vendor/local/share/doc/groonga/en/html/news.html
|
630
|
+
- vendor/local/share/doc/groonga/en/html/objects.inv
|
631
|
+
- vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html
|
632
|
+
- vendor/local/share/doc/groonga/en/html/reference/api.html
|
633
|
+
- vendor/local/share/doc/groonga/en/html/reference/cast.html
|
634
|
+
- vendor/local/share/doc/groonga/en/html/reference/command/command_version.html
|
635
|
+
- vendor/local/share/doc/groonga/en/html/reference/command/output_format.html
|
636
|
+
- vendor/local/share/doc/groonga/en/html/reference/command/return_code.html
|
637
|
+
- vendor/local/share/doc/groonga/en/html/reference/command.html
|
638
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html
|
639
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/check.html
|
640
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html
|
641
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html
|
642
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html
|
643
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html
|
644
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html
|
645
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html
|
646
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html
|
647
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/delete.html
|
648
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/dump.html
|
649
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/load.html
|
650
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html
|
651
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html
|
652
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html
|
653
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html
|
654
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/quit.html
|
655
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/register.html
|
656
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/select.html
|
657
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html
|
658
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/status.html
|
659
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html
|
660
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html
|
661
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html
|
662
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html
|
663
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html
|
664
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html
|
665
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html
|
666
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html
|
667
|
+
- vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html
|
668
|
+
- vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html
|
669
|
+
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html
|
670
|
+
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html
|
671
|
+
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html
|
672
|
+
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html
|
673
|
+
- vendor/local/share/doc/groonga/en/html/reference/executables.html
|
674
|
+
- vendor/local/share/doc/groonga/en/html/reference/function.html
|
675
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html
|
676
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html
|
677
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html
|
678
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html
|
679
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/now.html
|
680
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/query.html
|
681
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/rand.html
|
682
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html
|
683
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html
|
684
|
+
- vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html
|
685
|
+
- vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html
|
686
|
+
- vendor/local/share/doc/groonga/en/html/reference/grn_expr.html
|
687
|
+
- vendor/local/share/doc/groonga/en/html/reference/indexing.html
|
688
|
+
- vendor/local/share/doc/groonga/en/html/reference/log.html
|
689
|
+
- vendor/local/share/doc/groonga/en/html/reference/normalizers.html
|
690
|
+
- vendor/local/share/doc/groonga/en/html/reference/output.html
|
691
|
+
- vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html
|
692
|
+
- vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html
|
693
|
+
- vendor/local/share/doc/groonga/en/html/reference/query_expanders.html
|
694
|
+
- vendor/local/share/doc/groonga/en/html/reference/tables.html
|
695
|
+
- vendor/local/share/doc/groonga/en/html/reference/tokenizers.html
|
696
|
+
- vendor/local/share/doc/groonga/en/html/reference/types.html
|
697
|
+
- vendor/local/share/doc/groonga/en/html/reference.html
|
698
|
+
- vendor/local/share/doc/groonga/en/html/search.html
|
699
|
+
- vendor/local/share/doc/groonga/en/html/searchindex.js
|
700
|
+
- vendor/local/share/doc/groonga/en/html/server/gqtp.html
|
701
|
+
- vendor/local/share/doc/groonga/en/html/server/http/comparison.html
|
702
|
+
- vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html
|
703
|
+
- vendor/local/share/doc/groonga/en/html/server/http/groonga.html
|
704
|
+
- vendor/local/share/doc/groonga/en/html/server/http.html
|
705
|
+
- vendor/local/share/doc/groonga/en/html/server/package.html
|
706
|
+
- vendor/local/share/doc/groonga/en/html/server.html
|
707
|
+
- vendor/local/share/doc/groonga/en/html/spec/gqtp.html
|
708
|
+
- vendor/local/share/doc/groonga/en/html/spec/search.html
|
709
|
+
- vendor/local/share/doc/groonga/en/html/spec.html
|
710
|
+
- vendor/local/share/doc/groonga/en/html/suggest/completion.html
|
711
|
+
- vendor/local/share/doc/groonga/en/html/suggest/correction.html
|
712
|
+
- vendor/local/share/doc/groonga/en/html/suggest/introduction.html
|
713
|
+
- vendor/local/share/doc/groonga/en/html/suggest/suggestion.html
|
714
|
+
- vendor/local/share/doc/groonga/en/html/suggest/tutorial.html
|
715
|
+
- vendor/local/share/doc/groonga/en/html/suggest.html
|
716
|
+
- vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html
|
717
|
+
- vendor/local/share/doc/groonga/en/html/troubleshooting.html
|
718
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/data.html
|
719
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html
|
720
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/index.html
|
721
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/introduction.html
|
722
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html
|
723
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html
|
724
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html
|
725
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/network.html
|
726
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html
|
727
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html
|
728
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/search.html
|
729
|
+
- vendor/local/share/doc/groonga/en/html/tutorial.html
|
730
|
+
- vendor/local/share/doc/groonga/ja/html/.buildinfo
|
731
|
+
- vendor/local/share/doc/groonga/ja/html/_images/geo-points.png
|
732
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt
|
733
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/community.txt
|
734
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt
|
735
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt
|
736
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt
|
737
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt
|
738
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt
|
739
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt
|
740
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt
|
741
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt
|
742
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt
|
743
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt
|
744
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt
|
745
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt
|
746
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt
|
747
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/development.txt
|
748
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/geolocation_search.txt
|
749
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/index.txt
|
750
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt
|
751
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt
|
752
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt
|
753
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt
|
754
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt
|
755
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt
|
756
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt
|
757
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt
|
758
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install.txt
|
759
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt
|
757
760
|
- vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt
|
758
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/
|
761
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt
|
762
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt
|
759
763
|
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt
|
760
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
761
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
762
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt
|
764
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt
|
765
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/news.txt
|
763
766
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt
|
764
767
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt
|
765
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt
|
766
768
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt
|
767
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/
|
768
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/
|
769
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/
|
770
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/get.txt
|
771
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/add.txt
|
772
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/set.txt
|
773
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt
|
774
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt
|
775
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt
|
776
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt
|
777
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt
|
778
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt
|
779
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt
|
780
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt
|
781
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt
|
782
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt
|
783
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt
|
784
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt
|
785
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt
|
786
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt
|
787
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/pseudo_column.txt
|
788
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt
|
789
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt
|
790
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
|
791
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt
|
792
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt
|
793
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt
|
794
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt
|
769
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt
|
770
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt
|
771
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt
|
795
772
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt
|
796
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt
|
797
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt
|
798
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt
|
799
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt
|
800
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt
|
801
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt
|
802
773
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt
|
774
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt
|
775
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt
|
776
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt
|
777
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt
|
778
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt
|
779
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt
|
780
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt
|
803
781
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
|
804
782
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt
|
783
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt
|
784
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt
|
785
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt
|
786
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt
|
787
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt
|
788
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt
|
789
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt
|
805
790
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt
|
791
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt
|
792
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt
|
806
793
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt
|
807
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/
|
808
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt
|
794
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt
|
809
795
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt
|
810
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/
|
811
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt
|
796
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt
|
812
797
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
|
813
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/
|
814
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/
|
815
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/
|
816
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/
|
817
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/
|
818
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/
|
798
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt
|
799
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/add.txt
|
800
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/get.txt
|
801
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/set.txt
|
802
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt
|
803
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt
|
804
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt
|
805
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt
|
806
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
|
807
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt
|
808
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt
|
809
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt
|
810
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt
|
811
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt
|
812
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt
|
813
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt
|
814
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt
|
815
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt
|
816
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt
|
817
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt
|
818
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt
|
819
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt
|
820
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt
|
821
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt
|
822
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt
|
819
823
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt
|
820
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/
|
821
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/
|
822
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/
|
823
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
824
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
825
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
826
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
827
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
828
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt
|
829
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt
|
824
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt
|
825
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt
|
826
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/pseudo_column.txt
|
827
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt
|
828
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt
|
829
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt
|
830
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt
|
831
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt
|
830
832
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference.txt
|
831
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
832
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt
|
833
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt
|
834
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt
|
835
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt
|
836
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt
|
837
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt
|
838
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt
|
839
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt
|
840
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt
|
841
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt
|
842
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt
|
843
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/community.txt
|
844
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt
|
845
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server.txt
|
846
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt
|
847
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt
|
848
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt
|
849
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt
|
850
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt
|
851
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt
|
852
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt
|
853
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt
|
854
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt
|
855
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt
|
856
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt
|
857
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt
|
833
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt
|
858
834
|
- vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt
|
859
835
|
- vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt
|
860
836
|
- vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt
|
861
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/
|
862
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
863
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
864
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
865
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
866
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
867
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt
|
837
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt
|
838
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt
|
839
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/server.txt
|
840
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt
|
841
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt
|
842
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/spec.txt
|
868
843
|
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt
|
869
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt
|
870
844
|
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt
|
845
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt
|
871
846
|
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt
|
872
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
873
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
874
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
875
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
876
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
877
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
878
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
879
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/
|
847
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt
|
848
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt
|
849
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
|
850
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt
|
851
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt
|
852
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt
|
853
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt
|
854
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt
|
855
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt
|
856
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt
|
857
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt
|
858
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt
|
859
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt
|
860
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt
|
861
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt
|
862
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt
|
863
|
+
- vendor/local/share/doc/groonga/ja/html/_static/ajax-loader.gif
|
864
|
+
- vendor/local/share/doc/groonga/ja/html/_static/basic.css
|
865
|
+
- vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png
|
866
|
+
- vendor/local/share/doc/groonga/ja/html/_static/comment-close.png
|
867
|
+
- vendor/local/share/doc/groonga/ja/html/_static/comment.png
|
868
|
+
- vendor/local/share/doc/groonga/ja/html/_static/doctools.js
|
880
869
|
- vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png
|
881
|
-
- vendor/local/share/doc/groonga/ja/html/_static/favicon.ico
|
882
870
|
- vendor/local/share/doc/groonga/ja/html/_static/down.png
|
883
|
-
- vendor/local/share/doc/groonga/ja/html/_static/
|
884
|
-
- vendor/local/share/doc/groonga/ja/html/_static/
|
885
|
-
- vendor/local/share/doc/groonga/ja/html/_static/minus.png
|
871
|
+
- vendor/local/share/doc/groonga/ja/html/_static/favicon.ico
|
872
|
+
- vendor/local/share/doc/groonga/ja/html/_static/file.png
|
886
873
|
- vendor/local/share/doc/groonga/ja/html/_static/groonga.css
|
874
|
+
- vendor/local/share/doc/groonga/ja/html/_static/header-background.png
|
887
875
|
- vendor/local/share/doc/groonga/ja/html/_static/jp.png
|
888
|
-
- vendor/local/share/doc/groonga/ja/html/_static/logo.png
|
889
|
-
- vendor/local/share/doc/groonga/ja/html/_static/underscore.js
|
890
876
|
- vendor/local/share/doc/groonga/ja/html/_static/jquery.js
|
891
|
-
- vendor/local/share/doc/groonga/ja/html/_static/
|
877
|
+
- vendor/local/share/doc/groonga/ja/html/_static/logo.png
|
878
|
+
- vendor/local/share/doc/groonga/ja/html/_static/minus.png
|
892
879
|
- vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png
|
893
|
-
- vendor/local/share/doc/groonga/ja/html/_static/
|
894
|
-
- vendor/local/share/doc/groonga/ja/html/_static/
|
895
|
-
- vendor/local/share/doc/groonga/ja/html/_static/
|
896
|
-
- vendor/local/share/doc/groonga/ja/html/_static/
|
897
|
-
- vendor/local/share/doc/groonga/ja/html/_static/
|
898
|
-
- vendor/local/share/doc/groonga/ja/html/_static/
|
899
|
-
- vendor/local/share/doc/groonga/ja/html/_static/
|
900
|
-
- vendor/local/share/doc/groonga/ja/html/_static/header-background.png
|
901
|
-
- vendor/local/share/doc/groonga/ja/html/_static/doctools.js
|
902
|
-
- vendor/local/share/doc/groonga/ja/html/_static/ajax-loader.gif
|
880
|
+
- vendor/local/share/doc/groonga/ja/html/_static/plus.png
|
881
|
+
- vendor/local/share/doc/groonga/ja/html/_static/pygments.css
|
882
|
+
- vendor/local/share/doc/groonga/ja/html/_static/searchtools.js
|
883
|
+
- vendor/local/share/doc/groonga/ja/html/_static/underscore.js
|
884
|
+
- vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png
|
885
|
+
- vendor/local/share/doc/groonga/ja/html/_static/up.png
|
886
|
+
- vendor/local/share/doc/groonga/ja/html/_static/us.png
|
903
887
|
- vendor/local/share/doc/groonga/ja/html/_static/websupport.js
|
904
|
-
- vendor/local/share/doc/groonga/ja/html/
|
905
|
-
- vendor/local/share/doc/groonga/ja/html/_images/geo-points.png
|
906
|
-
- vendor/local/share/doc/groonga/ja/html/limitations.html
|
907
|
-
- vendor/local/share/doc/groonga/ja/html/.buildinfo
|
908
|
-
- vendor/local/share/doc/groonga/ja/html/troubleshooting.html
|
909
|
-
- vendor/local/share/doc/groonga/ja/html/suggest/introduction.html
|
910
|
-
- vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html
|
911
|
-
- vendor/local/share/doc/groonga/ja/html/suggest/completion.html
|
912
|
-
- vendor/local/share/doc/groonga/ja/html/suggest/correction.html
|
913
|
-
- vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html
|
888
|
+
- vendor/local/share/doc/groonga/ja/html/characteristic.html
|
914
889
|
- vendor/local/share/doc/groonga/ja/html/community.html
|
915
|
-
- vendor/local/share/doc/groonga/ja/html/
|
916
|
-
- vendor/local/share/doc/groonga/ja/html/
|
890
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development/com.html
|
891
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development/document.html
|
892
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development/query.html
|
893
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development/release.html
|
894
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html
|
895
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development/test.html
|
896
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development.html
|
897
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html
|
898
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html
|
899
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/documentation.html
|
900
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/report.html
|
901
|
+
- vendor/local/share/doc/groonga/ja/html/contribution.html
|
902
|
+
- vendor/local/share/doc/groonga/ja/html/development/travis-ci.html
|
903
|
+
- vendor/local/share/doc/groonga/ja/html/development.html
|
904
|
+
- vendor/local/share/doc/groonga/ja/html/genindex.html
|
905
|
+
- vendor/local/share/doc/groonga/ja/html/geolocation_search.html
|
906
|
+
- vendor/local/share/doc/groonga/ja/html/index.html
|
917
907
|
- vendor/local/share/doc/groonga/ja/html/install/centos.html
|
918
|
-
- vendor/local/share/doc/groonga/ja/html/install/windows.html
|
919
|
-
- vendor/local/share/doc/groonga/ja/html/install/fedora.html
|
920
908
|
- vendor/local/share/doc/groonga/ja/html/install/debian.html
|
921
|
-
- vendor/local/share/doc/groonga/ja/html/install/
|
909
|
+
- vendor/local/share/doc/groonga/ja/html/install/fedora.html
|
922
910
|
- vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html
|
923
|
-
- vendor/local/share/
|
924
|
-
- vendor/local/share/
|
925
|
-
- vendor/local/share/
|
926
|
-
- vendor/local/share/groonga/
|
927
|
-
- vendor/local/share/groonga/
|
928
|
-
- vendor/local/share/groonga/
|
929
|
-
- vendor/local/share/groonga/
|
911
|
+
- vendor/local/share/doc/groonga/ja/html/install/others.html
|
912
|
+
- vendor/local/share/doc/groonga/ja/html/install/solaris.html
|
913
|
+
- vendor/local/share/doc/groonga/ja/html/install/ubuntu.html
|
914
|
+
- vendor/local/share/doc/groonga/ja/html/install/windows.html
|
915
|
+
- vendor/local/share/doc/groonga/ja/html/install.html
|
916
|
+
- vendor/local/share/doc/groonga/ja/html/limitations.html
|
917
|
+
- vendor/local/share/doc/groonga/ja/html/news/0.x.html
|
918
|
+
- vendor/local/share/doc/groonga/ja/html/news/1.0.x.html
|
919
|
+
- vendor/local/share/doc/groonga/ja/html/news/1.1.x.html
|
920
|
+
- vendor/local/share/doc/groonga/ja/html/news/1.2.x.html
|
921
|
+
- vendor/local/share/doc/groonga/ja/html/news/senna.html
|
922
|
+
- vendor/local/share/doc/groonga/ja/html/news.html
|
923
|
+
- vendor/local/share/doc/groonga/ja/html/objects.inv
|
924
|
+
- vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html
|
925
|
+
- vendor/local/share/doc/groonga/ja/html/reference/api.html
|
926
|
+
- vendor/local/share/doc/groonga/ja/html/reference/cast.html
|
927
|
+
- vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html
|
928
|
+
- vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html
|
929
|
+
- vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html
|
930
|
+
- vendor/local/share/doc/groonga/ja/html/reference/command.html
|
931
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html
|
932
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/check.html
|
933
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html
|
934
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html
|
935
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html
|
936
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html
|
937
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html
|
938
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html
|
939
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html
|
940
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html
|
941
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html
|
942
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/load.html
|
943
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html
|
944
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html
|
945
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html
|
946
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html
|
947
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html
|
948
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/register.html
|
949
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/select.html
|
950
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html
|
951
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/status.html
|
952
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html
|
953
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html
|
954
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html
|
955
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html
|
956
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html
|
957
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html
|
958
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html
|
959
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html
|
960
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html
|
961
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html
|
962
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html
|
963
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html
|
964
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html
|
965
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html
|
966
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables.html
|
967
|
+
- vendor/local/share/doc/groonga/ja/html/reference/function.html
|
968
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html
|
969
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html
|
970
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html
|
971
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html
|
972
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/now.html
|
973
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/query.html
|
974
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html
|
975
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html
|
976
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html
|
977
|
+
- vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html
|
978
|
+
- vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html
|
979
|
+
- vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html
|
980
|
+
- vendor/local/share/doc/groonga/ja/html/reference/indexing.html
|
981
|
+
- vendor/local/share/doc/groonga/ja/html/reference/log.html
|
982
|
+
- vendor/local/share/doc/groonga/ja/html/reference/normalizers.html
|
983
|
+
- vendor/local/share/doc/groonga/ja/html/reference/output.html
|
984
|
+
- vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html
|
985
|
+
- vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html
|
986
|
+
- vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html
|
987
|
+
- vendor/local/share/doc/groonga/ja/html/reference/tables.html
|
988
|
+
- vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html
|
989
|
+
- vendor/local/share/doc/groonga/ja/html/reference/types.html
|
990
|
+
- vendor/local/share/doc/groonga/ja/html/reference.html
|
991
|
+
- vendor/local/share/doc/groonga/ja/html/search.html
|
992
|
+
- vendor/local/share/doc/groonga/ja/html/searchindex.js
|
993
|
+
- vendor/local/share/doc/groonga/ja/html/server/gqtp.html
|
994
|
+
- vendor/local/share/doc/groonga/ja/html/server/http/comparison.html
|
995
|
+
- vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html
|
996
|
+
- vendor/local/share/doc/groonga/ja/html/server/http/groonga.html
|
997
|
+
- vendor/local/share/doc/groonga/ja/html/server/http.html
|
998
|
+
- vendor/local/share/doc/groonga/ja/html/server/package.html
|
999
|
+
- vendor/local/share/doc/groonga/ja/html/server.html
|
1000
|
+
- vendor/local/share/doc/groonga/ja/html/spec/gqtp.html
|
1001
|
+
- vendor/local/share/doc/groonga/ja/html/spec/search.html
|
1002
|
+
- vendor/local/share/doc/groonga/ja/html/spec.html
|
1003
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/completion.html
|
1004
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/correction.html
|
1005
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/introduction.html
|
1006
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html
|
1007
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html
|
1008
|
+
- vendor/local/share/doc/groonga/ja/html/suggest.html
|
1009
|
+
- vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html
|
1010
|
+
- vendor/local/share/doc/groonga/ja/html/troubleshooting.html
|
1011
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/data.html
|
1012
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html
|
1013
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/index.html
|
1014
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html
|
1015
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html
|
1016
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html
|
1017
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html
|
1018
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/network.html
|
1019
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html
|
1020
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html
|
1021
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/search.html
|
1022
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial.html
|
1023
|
+
- vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh
|
1024
|
+
- vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb
|
1025
|
+
- vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh
|
1026
|
+
- vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
|
1027
|
+
- vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh
|
1028
|
+
- vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb
|
930
1029
|
- vendor/local/share/groonga/examples/dictionary/html/css/dictionary.css
|
931
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/
|
1030
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
|
1031
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
|
932
1032
|
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
|
933
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-
|
1033
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
|
934
1034
|
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
|
935
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
|
936
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
|
937
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
|
938
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
|
939
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
|
940
1035
|
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
|
941
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
|
942
1036
|
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
|
943
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-
|
1037
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
|
1038
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
|
944
1039
|
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
|
1040
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
|
1041
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
|
1042
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
|
1043
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
|
945
1044
|
- vendor/local/share/groonga/examples/dictionary/html/index.html
|
946
|
-
- vendor/local/share/groonga/examples/dictionary/
|
947
|
-
- vendor/local/share/groonga/examples/dictionary/
|
948
|
-
- vendor/local/share/groonga/examples/dictionary/
|
949
|
-
- vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb
|
950
|
-
- vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh
|
951
|
-
- vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh
|
952
|
-
- vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
|
1045
|
+
- vendor/local/share/groonga/examples/dictionary/html/js/dictionary.js
|
1046
|
+
- vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.6.0.min.js
|
1047
|
+
- vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.12.min.js
|
953
1048
|
- vendor/local/share/groonga/examples/dictionary/init-db.sh
|
954
|
-
- vendor/local/share/groonga/
|
955
|
-
- vendor/local/share/groonga/
|
956
|
-
- vendor/local/share/groonga/
|
957
|
-
- vendor/local/share/groonga/images/
|
958
|
-
- vendor/local/share/groonga/images/
|
959
|
-
- vendor/local/share/groonga/images/logo/groonga-icon.svg
|
960
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg
|
961
|
-
- vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg
|
962
|
-
- vendor/local/share/groonga/images/logo/groonga-logo.png
|
963
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png
|
964
|
-
- vendor/local/share/groonga/images/logo/nroonga-icon.png
|
965
|
-
- vendor/local/share/groonga/images/logo/rroonga-icon.svg
|
966
|
-
- vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png
|
967
|
-
- vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg
|
968
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png
|
969
|
-
- vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg
|
970
|
-
- vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png
|
971
|
-
- vendor/local/share/groonga/images/logo/nroonga-logo.svg
|
972
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png
|
973
|
-
- vendor/local/share/groonga/images/logo/mroonga-logo.svg
|
974
|
-
- vendor/local/share/groonga/images/logo/groonga-icon.png
|
975
|
-
- vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg
|
976
|
-
- vendor/local/share/groonga/images/logo/nroonga-logo.png
|
977
|
-
- vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg
|
978
|
-
- vendor/local/share/groonga/images/logo/rroonga-icon.png
|
979
|
-
- vendor/local/share/groonga/images/logo/mroonga-logo.png
|
980
|
-
- vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png
|
981
|
-
- vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png
|
982
|
-
- vendor/local/share/groonga/images/logo/rroonga-logo.svg
|
983
|
-
- vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg
|
984
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg
|
985
|
-
- vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg
|
986
|
-
- vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg
|
987
|
-
- vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png
|
988
|
-
- vendor/local/share/groonga/images/logo/groonga-icon-full-size.png
|
989
|
-
- vendor/local/share/groonga/images/logo/rroonga-logo.png
|
990
|
-
- vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png
|
991
|
-
- vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png
|
992
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg
|
993
|
-
- vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png
|
994
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png
|
995
|
-
- vendor/local/share/groonga/images/logo/nroonga-icon.svg
|
996
|
-
- vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg
|
997
|
-
- vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png
|
998
|
-
- vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png
|
999
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg
|
1000
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png
|
1001
|
-
- vendor/local/share/groonga/images/logo/groonga-logo.svg
|
1002
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg
|
1003
|
-
- vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg
|
1004
|
-
- vendor/local/share/groonga/html/admin/favicon.svg
|
1005
|
-
- vendor/local/share/groonga/html/admin/favicon.ico
|
1006
|
-
- vendor/local/share/groonga/html/admin/favicon.png
|
1007
|
-
- vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js
|
1008
|
-
- vendor/local/share/groonga/html/admin/js/jquery.flot.license.txt
|
1009
|
-
- vendor/local/share/groonga/html/admin/js/groonga-admin.js
|
1010
|
-
- vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js
|
1011
|
-
- vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js
|
1012
|
-
- vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js
|
1013
|
-
- vendor/local/share/groonga/html/admin/css/redmond/jquery-ui-1.8.18.custom.css
|
1014
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png
|
1015
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
|
1016
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png
|
1017
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
|
1018
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
|
1019
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
|
1020
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png
|
1021
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
|
1049
|
+
- vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb
|
1050
|
+
- vendor/local/share/groonga/examples/dictionary/readme.txt
|
1051
|
+
- vendor/local/share/groonga/html/admin/css/groonga-admin.css
|
1052
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
|
1053
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
|
1022
1054
|
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
|
1023
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-
|
1055
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
|
1056
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
|
1024
1057
|
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
|
1058
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
|
1025
1059
|
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
|
1026
1060
|
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png
|
1027
1061
|
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png
|
1028
1062
|
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png
|
1029
|
-
- vendor/local/share/groonga/html/admin/css/
|
1030
|
-
- vendor/local/share/groonga/html/admin/images/
|
1063
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png
|
1064
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png
|
1065
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png
|
1066
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png
|
1067
|
+
- vendor/local/share/groonga/html/admin/css/redmond/jquery-ui-1.8.18.custom.css
|
1068
|
+
- vendor/local/share/groonga/html/admin/favicon.ico
|
1069
|
+
- vendor/local/share/groonga/html/admin/favicon.png
|
1070
|
+
- vendor/local/share/groonga/html/admin/favicon.svg
|
1031
1071
|
- vendor/local/share/groonga/html/admin/images/groonga.png
|
1072
|
+
- vendor/local/share/groonga/html/admin/images/groonga.svg
|
1032
1073
|
- vendor/local/share/groonga/html/admin/images/loading.gif
|
1033
1074
|
- vendor/local/share/groonga/html/admin/index.html
|
1034
|
-
- vendor/local/share/
|
1035
|
-
- vendor/local/share/
|
1036
|
-
- vendor/local/share/
|
1075
|
+
- vendor/local/share/groonga/html/admin/js/groonga-admin.js
|
1076
|
+
- vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js
|
1077
|
+
- vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js
|
1078
|
+
- vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js
|
1079
|
+
- vendor/local/share/groonga/html/admin/js/jquery.flot.license.txt
|
1080
|
+
- vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js
|
1081
|
+
- vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png
|
1082
|
+
- vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg
|
1083
|
+
- vendor/local/share/groonga/images/logo/groonga-icon-full-size.png
|
1084
|
+
- vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg
|
1085
|
+
- vendor/local/share/groonga/images/logo/groonga-icon.png
|
1086
|
+
- vendor/local/share/groonga/images/logo/groonga-icon.svg
|
1087
|
+
- vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png
|
1088
|
+
- vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg
|
1089
|
+
- vendor/local/share/groonga/images/logo/groonga-logo.png
|
1090
|
+
- vendor/local/share/groonga/images/logo/groonga-logo.svg
|
1091
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png
|
1092
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg
|
1093
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png
|
1094
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg
|
1095
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png
|
1096
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg
|
1097
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png
|
1098
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg
|
1099
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png
|
1100
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg
|
1101
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png
|
1102
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg
|
1103
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png
|
1104
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg
|
1105
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon.png
|
1106
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon.svg
|
1107
|
+
- vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png
|
1108
|
+
- vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg
|
1109
|
+
- vendor/local/share/groonga/images/logo/mroonga-logo.png
|
1110
|
+
- vendor/local/share/groonga/images/logo/mroonga-logo.svg
|
1111
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png
|
1112
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg
|
1113
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png
|
1114
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg
|
1115
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon.png
|
1116
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon.svg
|
1117
|
+
- vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png
|
1118
|
+
- vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg
|
1119
|
+
- vendor/local/share/groonga/images/logo/nroonga-logo.png
|
1120
|
+
- vendor/local/share/groonga/images/logo/nroonga-logo.svg
|
1121
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png
|
1122
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg
|
1123
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png
|
1124
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg
|
1125
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon.png
|
1126
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon.svg
|
1127
|
+
- vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png
|
1128
|
+
- vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg
|
1129
|
+
- vendor/local/share/groonga/images/logo/rroonga-logo.png
|
1130
|
+
- vendor/local/share/groonga/images/logo/rroonga-logo.svg
|
1131
|
+
- vendor/local/share/license/groonga/AUTHORS
|
1132
|
+
- vendor/local/share/license/groonga/COPYING
|
1133
|
+
- vendor/local/share/license/mecab/AUTHORS
|
1134
|
+
- vendor/local/share/license/mecab/BSD
|
1135
|
+
- vendor/local/share/license/mecab/COPYING
|
1136
|
+
- vendor/local/share/license/mecab/GPL
|
1137
|
+
- vendor/local/share/license/mecab/LGPL
|
1138
|
+
- vendor/local/share/license/msgpack/AUTHORS
|
1139
|
+
- vendor/local/share/license/msgpack/COPYING
|
1140
|
+
- vendor/local/share/license/msgpack/LICENSE
|
1141
|
+
- vendor/local/share/license/naist-jdic/AUTHORS
|
1142
|
+
- vendor/local/share/license/naist-jdic/COPYING
|
1143
|
+
- vendor/local/share/man/ja/man1/groonga.1
|
1144
|
+
- vendor/local/share/man/man1/groonga.1
|
1145
|
+
- vendor/local/share/man/man1/mecab.1
|
1146
|
+
- vendor/local/share/mecab/dic/naist-jdic/char.bin
|
1147
|
+
- vendor/local/share/mecab/dic/naist-jdic/char.def
|
1148
|
+
- vendor/local/share/mecab/dic/naist-jdic/dicrc
|
1037
1149
|
- vendor/local/share/mecab/dic/naist-jdic/feature.def
|
1038
|
-
- vendor/local/share/mecab/dic/naist-jdic/matrix.def
|
1039
1150
|
- vendor/local/share/mecab/dic/naist-jdic/left-id.def
|
1040
|
-
- vendor/local/share/mecab/dic/naist-jdic/
|
1041
|
-
- vendor/local/share/mecab/dic/naist-jdic/
|
1042
|
-
- vendor/local/share/mecab/dic/naist-jdic/sys.dic
|
1151
|
+
- vendor/local/share/mecab/dic/naist-jdic/matrix.bin
|
1152
|
+
- vendor/local/share/mecab/dic/naist-jdic/matrix.def
|
1043
1153
|
- vendor/local/share/mecab/dic/naist-jdic/naist-jdic.csv
|
1154
|
+
- vendor/local/share/mecab/dic/naist-jdic/pos-id.def
|
1044
1155
|
- vendor/local/share/mecab/dic/naist-jdic/rewrite.def
|
1045
|
-
- vendor/local/share/mecab/dic/naist-jdic/dicrc
|
1046
1156
|
- vendor/local/share/mecab/dic/naist-jdic/right-id.def
|
1047
|
-
- vendor/local/share/mecab/dic/naist-jdic/
|
1048
|
-
- vendor/local/share/
|
1049
|
-
- vendor/local/share/
|
1050
|
-
- vendor/local/share/license/msgpack/AUTHORS
|
1051
|
-
- vendor/local/share/license/naist-jdic/COPYING
|
1052
|
-
- vendor/local/share/license/naist-jdic/AUTHORS
|
1053
|
-
- vendor/local/share/license/groonga/COPYING
|
1054
|
-
- vendor/local/share/license/groonga/AUTHORS
|
1055
|
-
- vendor/local/share/license/mecab/GPL
|
1056
|
-
- vendor/local/share/license/mecab/BSD
|
1057
|
-
- vendor/local/share/license/mecab/COPYING
|
1058
|
-
- vendor/local/share/license/mecab/LGPL
|
1059
|
-
- vendor/local/share/license/mecab/AUTHORS
|
1060
|
-
- vendor/local/sbin/groonga-httpd-restart
|
1061
|
-
- vendor/local/libexec/mecab/mecab-test-gen.exe
|
1062
|
-
- vendor/local/libexec/mecab/mecab-system-eval.exe
|
1063
|
-
- vendor/local/libexec/mecab/mecab-cost-train.exe
|
1064
|
-
- vendor/local/libexec/mecab/mecab-dict-index.exe
|
1065
|
-
- vendor/local/libexec/mecab/mecab-dict-gen.exe
|
1066
|
-
- vendor/local/include/msgpack.hpp
|
1067
|
-
- vendor/local/include/msgpack.h
|
1068
|
-
- vendor/local/include/msgpack/unpack.h
|
1069
|
-
- vendor/local/include/msgpack/object.hpp
|
1070
|
-
- vendor/local/include/msgpack/sbuffer.hpp
|
1071
|
-
- vendor/local/include/msgpack/pack_template.h
|
1072
|
-
- vendor/local/include/msgpack/unpack_define.h
|
1073
|
-
- vendor/local/include/msgpack/pack.h
|
1074
|
-
- vendor/local/include/msgpack/vrefbuffer.h
|
1075
|
-
- vendor/local/include/msgpack/zone.h
|
1076
|
-
- vendor/local/include/msgpack/pack_define.h
|
1077
|
-
- vendor/local/include/msgpack/unpack_template.h
|
1078
|
-
- vendor/local/include/msgpack/zbuffer.h
|
1079
|
-
- vendor/local/include/msgpack/type/bool.hpp
|
1080
|
-
- vendor/local/include/msgpack/type/raw.hpp
|
1081
|
-
- vendor/local/include/msgpack/type/pair.hpp
|
1082
|
-
- vendor/local/include/msgpack/type/float.hpp
|
1083
|
-
- vendor/local/include/msgpack/type/nil.hpp
|
1084
|
-
- vendor/local/include/msgpack/type/tuple.hpp
|
1085
|
-
- vendor/local/include/msgpack/type/map.hpp
|
1086
|
-
- vendor/local/include/msgpack/type/fixint.hpp
|
1087
|
-
- vendor/local/include/msgpack/type/list.hpp
|
1088
|
-
- vendor/local/include/msgpack/type/set.hpp
|
1089
|
-
- vendor/local/include/msgpack/type/vector.hpp
|
1090
|
-
- vendor/local/include/msgpack/type/string.hpp
|
1091
|
-
- vendor/local/include/msgpack/type/int.hpp
|
1092
|
-
- vendor/local/include/msgpack/type/tr1/unordered_map.hpp
|
1093
|
-
- vendor/local/include/msgpack/type/tr1/unordered_set.hpp
|
1094
|
-
- vendor/local/include/msgpack/type/define.hpp
|
1095
|
-
- vendor/local/include/msgpack/type/deque.hpp
|
1096
|
-
- vendor/local/include/msgpack/zbuffer.hpp
|
1097
|
-
- vendor/local/include/msgpack/type.hpp
|
1098
|
-
- vendor/local/include/msgpack/vrefbuffer.hpp
|
1099
|
-
- vendor/local/include/msgpack/pack.hpp
|
1100
|
-
- vendor/local/include/msgpack/zone.hpp
|
1101
|
-
- vendor/local/include/msgpack/version.h
|
1102
|
-
- vendor/local/include/msgpack/sysdep.h
|
1103
|
-
- vendor/local/include/msgpack/unpack.hpp
|
1104
|
-
- vendor/local/include/msgpack/sbuffer.h
|
1105
|
-
- vendor/local/include/msgpack/object.h
|
1106
|
-
- vendor/local/include/mecab.h
|
1107
|
-
- vendor/local/include/groonga/groonga/plugin.h
|
1108
|
-
- vendor/local/include/groonga/groonga/tokenizer.h
|
1109
|
-
- vendor/local/include/groonga/groonga/normalizer.h
|
1110
|
-
- vendor/local/include/groonga/groonga.h
|
1111
|
-
- vendor/local/etc/groonga/httpd/groonga-httpd.conf
|
1112
|
-
- vendor/local/etc/groonga/groonga.conf
|
1113
|
-
- vendor/local/etc/groonga/synonyms.tsv
|
1114
|
-
- vendor/local/bin/libgroonga-0.dll
|
1115
|
-
- vendor/local/bin/libmsgpack-3.dll
|
1116
|
-
- vendor/local/bin/libstdc++-6.dll
|
1117
|
-
- vendor/local/bin/groonga-benchmark.exe
|
1118
|
-
- vendor/local/bin/mecab-config
|
1119
|
-
- vendor/local/bin/mecab.exe
|
1120
|
-
- vendor/local/bin/libgcc_s_sjlj-1.dll
|
1121
|
-
- vendor/local/bin/mecabrc
|
1122
|
-
- vendor/local/bin/libmecab-1.dll
|
1123
|
-
- vendor/local/bin/libmsgpackc-2.dll
|
1124
|
-
- vendor/local/bin/groonga.exe
|
1125
|
-
has_rdoc: true
|
1157
|
+
- vendor/local/share/mecab/dic/naist-jdic/sys.dic
|
1158
|
+
- vendor/local/share/mecab/dic/naist-jdic/unk.def
|
1159
|
+
- vendor/local/share/mecab/dic/naist-jdic/unk.dic
|
1126
1160
|
homepage: http://groonga.rubyforge.org/#about-rroonga
|
1127
|
-
licenses:
|
1161
|
+
licenses:
|
1128
1162
|
- LGPLv2
|
1129
1163
|
post_install_message:
|
1130
1164
|
rdoc_options: []
|
1131
|
-
|
1132
|
-
require_paths:
|
1165
|
+
require_paths:
|
1133
1166
|
- lib
|
1134
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
1167
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
1135
1168
|
none: false
|
1136
|
-
requirements:
|
1137
|
-
- -
|
1138
|
-
- !ruby/object:Gem::Version
|
1139
|
-
|
1140
|
-
|
1141
|
-
- 0
|
1142
|
-
version: "0"
|
1143
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
1169
|
+
requirements:
|
1170
|
+
- - ! '>='
|
1171
|
+
- !ruby/object:Gem::Version
|
1172
|
+
version: '0'
|
1173
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
1144
1174
|
none: false
|
1145
|
-
requirements:
|
1146
|
-
- -
|
1147
|
-
- !ruby/object:Gem::Version
|
1148
|
-
|
1149
|
-
segments:
|
1150
|
-
- 0
|
1151
|
-
version: "0"
|
1175
|
+
requirements:
|
1176
|
+
- - ! '>='
|
1177
|
+
- !ruby/object:Gem::Version
|
1178
|
+
version: '0'
|
1152
1179
|
requirements: []
|
1153
|
-
|
1154
1180
|
rubyforge_project: groonga
|
1155
|
-
rubygems_version: 1.
|
1181
|
+
rubygems_version: 1.8.23
|
1156
1182
|
signing_key:
|
1157
1183
|
specification_version: 3
|
1158
|
-
summary: Ruby bindings for groonga that provide full text search and column store
|
1159
|
-
|
1160
|
-
|
1161
|
-
- test/test-
|
1162
|
-
- test/
|
1184
|
+
summary: Ruby bindings for groonga that provide full text search and column store
|
1185
|
+
features.
|
1186
|
+
test_files:
|
1187
|
+
- test/test-normalizer.rb
|
1188
|
+
- test/test-schema.rb
|
1189
|
+
- test/test-vector-column.rb
|
1163
1190
|
- test/test-schema-dumper.rb
|
1164
|
-
- test/test
|
1165
|
-
- test/test-record.rb
|
1166
|
-
- test/test-schema-create-table.rb
|
1167
|
-
- test/test-geo-point.rb
|
1191
|
+
- test/run-test.rb
|
1168
1192
|
- test/test-procedure.rb
|
1169
|
-
- test/test-
|
1170
|
-
- test/test-expression
|
1171
|
-
- test/test-
|
1172
|
-
- test/test-
|
1173
|
-
- test/test-accessor.rb
|
1174
|
-
- test/test-table-select.rb
|
1175
|
-
- test/test-array.rb
|
1176
|
-
- test/test-gqtp.rb
|
1193
|
+
- test/test-hash.rb
|
1194
|
+
- test/test-expression.rb
|
1195
|
+
- test/test-version.rb
|
1196
|
+
- test/test-remote.rb
|
1177
1197
|
- test/test-table-offset-and-limit.rb
|
1198
|
+
- test/test-expression-builder.rb
|
1199
|
+
- test/test-encoding.rb
|
1200
|
+
- test/test-snippet.rb
|
1201
|
+
- test/test-index-cursor.rb
|
1202
|
+
- test/test-type.rb
|
1203
|
+
- test/test-table-dumper.rb
|
1204
|
+
- test/test-table-traverse.rb
|
1205
|
+
- test/test-table.rb
|
1178
1206
|
- test/test-pagination.rb
|
1207
|
+
- test/groonga-test-utils.rb
|
1208
|
+
- test/test-logger.rb
|
1209
|
+
- test/test-context.rb
|
1179
1210
|
- test/test-table-select-weight.rb
|
1180
|
-
- test/test-
|
1181
|
-
- test/test-
|
1182
|
-
- test/test-
|
1183
|
-
- test/test-
|
1211
|
+
- test/test-exception.rb
|
1212
|
+
- test/test-table-select-normalize.rb
|
1213
|
+
- test/test-command-select.rb
|
1214
|
+
- test/test-gqtp.rb
|
1215
|
+
- test/test-database-dumper.rb
|
1216
|
+
- test/test-index-column.rb
|
1217
|
+
- test/test-geo-point.rb
|
1184
1218
|
- test/test-plugin.rb
|
1185
1219
|
- test/test-variable-size-column.rb
|
1186
|
-
- test/
|
1187
|
-
- test/test-
|
1188
|
-
- test/test-
|
1220
|
+
- test/test-schema-create-table.rb
|
1221
|
+
- test/test-array.rb
|
1222
|
+
- test/test-fix-size-column.rb
|
1189
1223
|
- test/test-schema-type.rb
|
1224
|
+
- test/test-table-select.rb
|
1225
|
+
- test/test-variable.rb
|
1226
|
+
- test/test-column.rb
|
1190
1227
|
- test/test-patricia-trie.rb
|
1191
|
-
- test/test-version.rb
|
1192
|
-
- test/test-table-traverse.rb
|
1193
|
-
- test/test-context.rb
|
1194
1228
|
- test/test-table-select-mecab.rb
|
1229
|
+
- test/test-accessor.rb
|
1195
1230
|
- test/test-database.rb
|
1196
|
-
- test/test-
|
1197
|
-
- test/test-
|
1198
|
-
- test/test-remote.rb
|
1199
|
-
- test/test-snippet.rb
|
1200
|
-
- test/test-vector-column.rb
|
1201
|
-
- test/test-fix-size-column.rb
|
1202
|
-
- test/test-exception.rb
|
1203
|
-
- test/test-encoding.rb
|
1204
|
-
- test/test-schema.rb
|
1205
|
-
- test/test-index-column.rb
|
1231
|
+
- test/test-double-array-trie.rb
|
1232
|
+
- test/test-record.rb
|