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