rroonga 2.1.2-x86-mingw32 → 2.1.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/text/news.textile +29 -0
- data/doc/text/tutorial.textile +176 -199
- data/ext/groonga/extconf.rb +16 -2
- data/ext/groonga/rb-grn-logger.c +214 -202
- data/ext/groonga/rb-grn-object.c +1 -23
- data/ext/groonga/rb-grn-table-cursor.c +1 -2
- data/ext/groonga/rb-grn-table.c +1 -2
- data/ext/groonga/rb-grn-utils.c +3 -7
- data/ext/groonga/rb-grn.h +2 -16
- data/ext/groonga/rb-groonga.c +1 -3
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/lib/groonga/context.rb +27 -0
- data/lib/groonga/dumper.rb +35 -3
- data/lib/groonga/logger.rb +142 -0
- data/lib/groonga.rb +2 -1
- data/rroonga-build.rb +2 -2
- data/test/groonga-test-utils.rb +3 -1
- data/test/test-context.rb +63 -0
- data/test/test-logger.rb +1 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-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 +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/include/groonga/groonga.h +48 -7
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
- 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 +3 -3
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
- 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 +3 -3
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +3 -3
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +1 -1
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +2 -2
- data/vendor/local/lib/pkgconfig/groonga.pc +5 -3
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +6 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +50 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +46 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +4 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +135 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +4 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +17 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +192 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +2 -14
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +193 -138
- data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/community.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +8 -18
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/contribution.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/development.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/genindex.html +7 -10
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/index.html +22 -18
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +25 -14
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +9 -11
- data/vendor/local/share/doc/groonga/en/html/install/others.html +9 -11
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -11
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +47 -25
- data/vendor/local/share/doc/groonga/en/html/install.html +8 -10
- data/vendor/local/share/doc/groonga/en/html/limitations.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/news.html +148 -97
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +6 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +8 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +9 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +403 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +29 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +24 -26
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -12
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +37 -44
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +11 -13
- data/vendor/local/share/doc/groonga/en/html/reference.html +14 -16
- data/vendor/local/share/doc/groonga/en/html/search.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +16 -18
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +43 -45
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +14 -16
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +18 -20
- data/vendor/local/share/doc/groonga/en/html/server/http.html +30 -32
- data/vendor/local/share/doc/groonga/en/html/server/package.html +375 -0
- data/vendor/local/share/doc/groonga/en/html/server.html +23 -19
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/spec.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/suggest.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +6 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +6 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +50 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +46 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +4 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +135 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +4 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +17 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +192 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +2 -14
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +192 -137
- data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/community.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +11 -21
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +10 -12
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/development.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +7 -10
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/index.html +28 -24
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +20 -11
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +20 -11
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +23 -14
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -11
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -11
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -11
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +20 -11
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +47 -20
- data/vendor/local/share/doc/groonga/ja/html/install.html +8 -10
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/news.html +135 -97
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +13 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +11 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +9 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +11 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +394 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +29 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +24 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +10 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +11 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +31 -68
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +82 -134
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +10 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +15 -17
- data/vendor/local/share/doc/groonga/ja/html/reference.html +20 -22
- data/vendor/local/share/doc/groonga/ja/html/search.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +16 -18
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +43 -45
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +14 -16
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +30 -32
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +372 -0
- data/vendor/local/share/doc/groonga/ja/html/server.html +23 -19
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/spec.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +7 -9
- data/vendor/local/share/man/ja/man1/groonga.1 +849 -276
- data/vendor/local/share/man/man1/groonga.1 +814 -144
- 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 +883 -1287
- data/ext/groonga/rb-grn-view-accessor.c +0 -53
- data/ext/groonga/rb-grn-view-cursor.c +0 -35
- data/ext/groonga/rb-grn-view-record.c +0 -41
- data/ext/groonga/rb-grn-view.c +0 -414
- data/test/test-schema-view.rb +0 -90
- data/test/test-view.rb +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/view_add.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +0 -196
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/view_add.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +0 -197
- data/vendor/local/share/doc/groonga/source/__init__.py +0 -0
- data/vendor/local/share/doc/groonga/source/characteristic.txt +0 -69
- data/vendor/local/share/doc/groonga/source/community.txt +0 -37
- data/vendor/local/share/doc/groonga/source/conf.py +0 -272
- data/vendor/local/share/doc/groonga/source/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/source/contribution/development/document.txt +0 -40
- data/vendor/local/share/doc/groonga/source/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/source/contribution/development/release.txt +0 -661
- data/vendor/local/share/doc/groonga/source/contribution/development/test.txt +0 -116
- data/vendor/local/share/doc/groonga/source/contribution/development.txt +0 -12
- data/vendor/local/share/doc/groonga/source/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/source/contribution/documentation/i18n.txt +0 -198
- data/vendor/local/share/doc/groonga/source/contribution/documentation.txt +0 -16
- data/vendor/local/share/doc/groonga/source/contribution/report.txt +0 -28
- data/vendor/local/share/doc/groonga/source/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/source/development/travis-ci.txt +0 -61
- data/vendor/local/share/doc/groonga/source/development.txt +0 -15
- data/vendor/local/share/doc/groonga/source/example/completion-1.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/correction-1.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/filter_equal.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/filter_less_than.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/limit_negative.log +0 -65
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/limit_simple.log +0 -32
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_simple.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_some_columns.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_weight.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/match_escalation_threshold.log +0 -74
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/no_limit.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/offset_negative.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/offset_simple.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/output_columns_asterisk.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/output_columns_simple.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/paging.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_and.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_equal.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_complex.log +0 -52
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_substitute.log +0 -131
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_substitution_table.log +0 -12
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_column.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_leading_not.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_update.log +0 -90
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_none.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_less_than.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/query_or.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_filter.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_query.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_usage.log +0 -65
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_descending.log +0 -65
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_score_with_query.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_simple.log +0 -65
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/table_nonexistent.log +0 -18
- data/vendor/local/share/doc/groonga/source/example/reference/commands/select/usage_setup.log +0 -33
- data/vendor/local/share/doc/groonga/source/example/reference/commands/status.log +0 -21
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-completion.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-correction.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-completion.log +0 -12
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-correction.log +0 -14
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-suggestion.log +0 -8
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-mixed.log +0 -77
- data/vendor/local/share/doc/groonga/source/example/reference/commands/suggest-suggestion.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log +0 -86
- data/vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log +0 -21
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_ellipsoid.log +0 -16
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_sphere.log +0 -15
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_ellipsoid.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_rectangle.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_sphere.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_distance.log +0 -13
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_location.log +0 -16
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log +0 -28
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log +0 -17
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log +0 -28
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/setup.log +0 -33
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_equal.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_full_text_search.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_full_text_search_with_explicit_match_column.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_greater_than.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_greater_than_or_equal_to.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_grouping.log +0 -92
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_less_than.log +0 -53
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_less_than_or_equal_to.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_and.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_not.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_or.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_not_equal.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_phrase_search.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_phrase_search_with_explicit_match_column.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_prefix_search.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_suffix_search.log +0 -51
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_addition_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_and_operator.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_not_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_or_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_xor_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_control_syntax_ternary_operator.log +0 -53
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_division_operator_quotient.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_division_operator_remainder.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_equal_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_function.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_grouping.log +0 -92
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_left_shift_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_and_operator.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_but_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_not_operator.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_or_operator.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_match_operator.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_multiplication_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_near_search_operator.log +0 -52
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_not_equal_operator.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_prefix_search_operator.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_right_shift_operator.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_signed_right_shift_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_similar_search_operator.log +0 -29
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_subtraction_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_suffix_search_operator.log +0 -51
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_term_extract_operator.log +0 -39
- data/vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_unsigned_right_shift_operator.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-data.log +0 -9
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-offline-index-construction.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-online-index-construction.log +0 -8
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-schema.log +0 -8
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-after-offline-index-construction.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-after-online-index-construction.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/reference/indexing-search-without-index.log +0 -27
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log +0 -46
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +0 -48
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +0 -57
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +0 -47
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +0 -46
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +0 -54
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log +0 -23
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-2.log +0 -78
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-3.log +0 -85
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-4.log +0 -113
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-5.log +0 -86
- data/vendor/local/share/doc/groonga/source/example/tutorial/drilldown-6.log +0 -74
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-1.log +0 -24
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-2.log +0 -105
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-3.log +0 -20
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-4.log +0 -84
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-5.log +0 -78
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-6.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-7.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +0 -129
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +0 -22
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +0 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +0 -27
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +0 -33
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +0 -15
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +0 -76
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +0 -36
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log +0 -21
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log +0 -137
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log +0 -19
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-4.log +0 -137
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-data-with-three-relationship.log +0 -23
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-data.log +0 -16
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-schema-with-three-relationship.log +0 -30
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-schema.log +0 -20
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log +0 -86
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-select.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-1.log +0 -59
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-10.log +0 -98
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-2.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-3.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-4.log +0 -89
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-5.log +0 -35
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-6.log +0 -73
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-7.log +0 -54
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-8.log +0 -58
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-9.log +0 -37
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +0 -24
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-2.log +0 -5
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +0 -89
- data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-1.log +0 -45
- data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log +0 -102
- data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log +0 -26
- data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-2.log +0 -70
- data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-3.log +0 -80
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-1.log +0 -31
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-2.log +0 -84
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-3.log +0 -150
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-4.log +0 -43
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-5.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-6.log +0 -41
- data/vendor/local/share/doc/groonga/source/example/tutorial/search-7.log +0 -31
- data/vendor/local/share/doc/groonga/source/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.svg +0 -188
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.svg +0 -501
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.svg +0 -275
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.svg +0 -899
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.svg +0 -249
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.svg +0 -275
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.svg +0 -743
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.svg +0 -261
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.svg +0 -228
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.svg +0 -241
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.svg +0 -879
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.svg +0 -879
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.svg +0 -879
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.svg +0 -602
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.svg +0 -917
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.svg +0 -561
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.svg +0 -389
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.svg +0 -469
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.svg +0 -514
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.svg +0 -595
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.svg +0 -600
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.svg +0 -424
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.svg +0 -549
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.svg +0 -241
- data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.svg +0 -203
- data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.svg +0 -264
- data/vendor/local/share/doc/groonga/source/images/geo-in-rectangle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-distance.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-distance.svg +0 -317
- data/vendor/local/share/doc/groonga/source/images/geo-points-in-circle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-in-circle.svg +0 -306
- data/vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.svg +0 -304
- data/vendor/local/share/doc/groonga/source/images/geo-points-sort.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points-sort.svg +0 -383
- data/vendor/local/share/doc/groonga/source/images/geo-points.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-points.svg +0 -296
- data/vendor/local/share/doc/groonga/source/images/geo-search-in-circle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-search-in-circle.svg +0 -287
- data/vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.png +0 -0
- data/vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.svg +0 -174
- data/vendor/local/share/doc/groonga/source/index.txt +0 -33
- data/vendor/local/share/doc/groonga/source/install/centos.txt +0 -152
- data/vendor/local/share/doc/groonga/source/install/debian.txt +0 -136
- data/vendor/local/share/doc/groonga/source/install/fedora.txt +0 -82
- data/vendor/local/share/doc/groonga/source/install/mac_os_x.txt +0 -53
- data/vendor/local/share/doc/groonga/source/install/others.txt +0 -267
- data/vendor/local/share/doc/groonga/source/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/source/install/ubuntu.txt +0 -196
- data/vendor/local/share/doc/groonga/source/install/windows.txt +0 -87
- data/vendor/local/share/doc/groonga/source/install.txt +0 -28
- data/vendor/local/share/doc/groonga/source/limitations.txt +0 -29
- data/vendor/local/share/doc/groonga/source/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/source/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/source/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/source/news/1.2.x.txt +0 -386
- data/vendor/local/share/doc/groonga/source/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/source/news.txt +0 -632
- data/vendor/local/share/doc/groonga/source/rdoc.py +0 -762
- data/vendor/local/share/doc/groonga/source/reference/api/grn_expr.txt +0 -8
- data/vendor/local/share/doc/groonga/source/reference/api.txt +0 -8
- data/vendor/local/share/doc/groonga/source/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/source/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/source/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/source/reference/command/return_code.txt +0 -110
- data/vendor/local/share/doc/groonga/source/reference/command.txt +0 -20
- data/vendor/local/share/doc/groonga/source/reference/commands/cache_limit.txt +0 -54
- data/vendor/local/share/doc/groonga/source/reference/commands/check.txt +0 -166
- data/vendor/local/share/doc/groonga/source/reference/commands/clearlock.txt +0 -63
- data/vendor/local/share/doc/groonga/source/reference/commands/column_create.txt +0 -95
- data/vendor/local/share/doc/groonga/source/reference/commands/column_list.txt +0 -111
- data/vendor/local/share/doc/groonga/source/reference/commands/column_remove.txt +0 -60
- data/vendor/local/share/doc/groonga/source/reference/commands/define_selector.txt +0 -116
- data/vendor/local/share/doc/groonga/source/reference/commands/defrag.txt +0 -59
- data/vendor/local/share/doc/groonga/source/reference/commands/delete.txt +0 -72
- data/vendor/local/share/doc/groonga/source/reference/commands/dump.txt +0 -91
- data/vendor/local/share/doc/groonga/source/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/source/reference/commands/log_level.txt +0 -67
- data/vendor/local/share/doc/groonga/source/reference/commands/log_put.txt +0 -71
- data/vendor/local/share/doc/groonga/source/reference/commands/log_reopen.txt +0 -68
- data/vendor/local/share/doc/groonga/source/reference/commands/quit.txt +0 -40
- data/vendor/local/share/doc/groonga/source/reference/commands/register.txt +0 -59
- data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +0 -894
- data/vendor/local/share/doc/groonga/source/reference/commands/shutdown.txt +0 -40
- data/vendor/local/share/doc/groonga/source/reference/commands/status.txt +0 -60
- data/vendor/local/share/doc/groonga/source/reference/commands/suggest.txt +0 -270
- data/vendor/local/share/doc/groonga/source/reference/commands/table_create.txt +0 -286
- data/vendor/local/share/doc/groonga/source/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/source/reference/commands/table_remove.txt +0 -52
- data/vendor/local/share/doc/groonga/source/reference/commands/view_add.txt +0 -55
- data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/add.txt +0 -104
- data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/get.txt +0 -80
- data/vendor/local/share/doc/groonga/source/reference/commands_not_implemented/set.txt +0 -105
- data/vendor/local/share/doc/groonga/source/reference/executables/grnslap.txt +0 -66
- data/vendor/local/share/doc/groonga/source/reference/executables/grntest.txt +0 -273
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga-httpd.txt +0 -209
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt +0 -56
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga-suggest-create-dataset.txt +0 -50
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga.txt +0 -248
- data/vendor/local/share/doc/groonga/source/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/source/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/source/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +0 -301
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/source/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/source/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt +0 -120
- data/vendor/local/share/doc/groonga/source/reference/grn_expr/query_syntax.txt +0 -584
- data/vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt +0 -805
- data/vendor/local/share/doc/groonga/source/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/source/reference/indexing.txt +0 -110
- data/vendor/local/share/doc/groonga/source/reference/log.txt +0 -214
- data/vendor/local/share/doc/groonga/source/reference/normalizers.txt +0 -122
- data/vendor/local/share/doc/groonga/source/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/source/reference/pseudo_column.txt +0 -40
- data/vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/source/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/source/reference/tables.txt +0 -163
- data/vendor/local/share/doc/groonga/source/reference/tokenizers.txt +0 -8
- data/vendor/local/share/doc/groonga/source/reference/types.txt +0 -129
- data/vendor/local/share/doc/groonga/source/reference.txt +0 -24
- data/vendor/local/share/doc/groonga/source/server/gqtp.txt +0 -16
- data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/source/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/source/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/source/server/http.txt +0 -29
- data/vendor/local/share/doc/groonga/source/server.txt +0 -12
- data/vendor/local/share/doc/groonga/source/spec/gqtp.txt +0 -214
- data/vendor/local/share/doc/groonga/source/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/source/spec.txt +0 -12
- data/vendor/local/share/doc/groonga/source/suggest/completion.txt +0 -195
- data/vendor/local/share/doc/groonga/source/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/source/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/source/suggest/suggestion.txt +0 -115
- data/vendor/local/share/doc/groonga/source/suggest/tutorial.txt +0 -8
- data/vendor/local/share/doc/groonga/source/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/source/textile.py +0 -771
- data/vendor/local/share/doc/groonga/source/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/source/troubleshooting.txt +0 -12
- data/vendor/local/share/doc/groonga/source/tutorial/data.txt +0 -155
- data/vendor/local/share/doc/groonga/source/tutorial/drilldown.txt +0 -66
- data/vendor/local/share/doc/groonga/source/tutorial/index.txt +0 -118
- data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +0 -286
- data/vendor/local/share/doc/groonga/source/tutorial/lexicon.txt +0 -11
- data/vendor/local/share/doc/groonga/source/tutorial/match_columns.txt +0 -220
- data/vendor/local/share/doc/groonga/source/tutorial/micro_blog.txt +0 -487
- data/vendor/local/share/doc/groonga/source/tutorial/network.txt +0 -142
- data/vendor/local/share/doc/groonga/source/tutorial/patricia_trie.txt +0 -53
- data/vendor/local/share/doc/groonga/source/tutorial/query_expansion.txt +0 -62
- data/vendor/local/share/doc/groonga/source/tutorial/search.txt +0 -121
- data/vendor/local/share/doc/groonga/source/tutorial.txt +0 -21
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rroonga
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 2.1.
|
9
|
+
- 3
|
10
|
+
version: 2.1.3
|
11
11
|
platform: x86-mingw32
|
12
12
|
authors:
|
13
13
|
- Kouhei Sutou
|
@@ -19,11 +19,11 @@ autorequire:
|
|
19
19
|
bindir: bin
|
20
20
|
cert_chain: []
|
21
21
|
|
22
|
-
date: 2013-01-
|
22
|
+
date: 2013-01-29 00:00:00 +09:00
|
23
|
+
default_executable:
|
23
24
|
dependencies:
|
24
25
|
- !ruby/object:Gem::Dependency
|
25
|
-
|
26
|
-
version_requirements: &id001 !ruby/object:Gem::Requirement
|
26
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
27
27
|
none: false
|
28
28
|
requirements:
|
29
29
|
- - ">="
|
@@ -32,12 +32,12 @@ dependencies:
|
|
32
32
|
segments:
|
33
33
|
- 0
|
34
34
|
version: "0"
|
35
|
+
version_requirements: *id001
|
36
|
+
name: pkg-config
|
35
37
|
prerelease: false
|
36
38
|
type: :runtime
|
37
|
-
requirement: *id001
|
38
39
|
- !ruby/object:Gem::Dependency
|
39
|
-
|
40
|
-
version_requirements: &id002 !ruby/object:Gem::Requirement
|
40
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
41
41
|
none: false
|
42
42
|
requirements:
|
43
43
|
- - ">="
|
@@ -46,12 +46,12 @@ dependencies:
|
|
46
46
|
segments:
|
47
47
|
- 0
|
48
48
|
version: "0"
|
49
|
+
version_requirements: *id002
|
50
|
+
name: json
|
49
51
|
prerelease: false
|
50
52
|
type: :runtime
|
51
|
-
requirement: *id002
|
52
53
|
- !ruby/object:Gem::Dependency
|
53
|
-
|
54
|
-
version_requirements: &id003 !ruby/object:Gem::Requirement
|
54
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
55
55
|
none: false
|
56
56
|
requirements:
|
57
57
|
- - ">="
|
@@ -60,12 +60,12 @@ dependencies:
|
|
60
60
|
segments:
|
61
61
|
- 0
|
62
62
|
version: "0"
|
63
|
+
version_requirements: *id003
|
64
|
+
name: archive-zip
|
63
65
|
prerelease: false
|
64
66
|
type: :runtime
|
65
|
-
requirement: *id003
|
66
67
|
- !ruby/object:Gem::Dependency
|
67
|
-
|
68
|
-
version_requirements: &id004 !ruby/object:Gem::Requirement
|
68
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
69
69
|
none: false
|
70
70
|
requirements:
|
71
71
|
- - ">="
|
@@ -76,12 +76,12 @@ dependencies:
|
|
76
76
|
- 4
|
77
77
|
- 6
|
78
78
|
version: 2.4.6
|
79
|
+
version_requirements: *id004
|
80
|
+
name: test-unit
|
79
81
|
prerelease: false
|
80
82
|
type: :development
|
81
|
-
requirement: *id004
|
82
83
|
- !ruby/object:Gem::Dependency
|
83
|
-
|
84
|
-
version_requirements: &id005 !ruby/object:Gem::Requirement
|
84
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
85
85
|
none: false
|
86
86
|
requirements:
|
87
87
|
- - ">="
|
@@ -90,12 +90,12 @@ dependencies:
|
|
90
90
|
segments:
|
91
91
|
- 0
|
92
92
|
version: "0"
|
93
|
+
version_requirements: *id005
|
94
|
+
name: test-unit-notify
|
93
95
|
prerelease: false
|
94
96
|
type: :development
|
95
|
-
requirement: *id005
|
96
97
|
- !ruby/object:Gem::Dependency
|
97
|
-
|
98
|
-
version_requirements: &id006 !ruby/object:Gem::Requirement
|
98
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
99
99
|
none: false
|
100
100
|
requirements:
|
101
101
|
- - ">="
|
@@ -104,12 +104,12 @@ dependencies:
|
|
104
104
|
segments:
|
105
105
|
- 0
|
106
106
|
version: "0"
|
107
|
+
version_requirements: *id006
|
108
|
+
name: rake
|
107
109
|
prerelease: false
|
108
110
|
type: :development
|
109
|
-
requirement: *id006
|
110
111
|
- !ruby/object:Gem::Dependency
|
111
|
-
|
112
|
-
version_requirements: &id007 !ruby/object:Gem::Requirement
|
112
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
113
113
|
none: false
|
114
114
|
requirements:
|
115
115
|
- - ">="
|
@@ -118,12 +118,12 @@ dependencies:
|
|
118
118
|
segments:
|
119
119
|
- 0
|
120
120
|
version: "0"
|
121
|
+
version_requirements: *id007
|
122
|
+
name: rake-compiler
|
121
123
|
prerelease: false
|
122
124
|
type: :development
|
123
|
-
requirement: *id007
|
124
125
|
- !ruby/object:Gem::Dependency
|
125
|
-
|
126
|
-
version_requirements: &id008 !ruby/object:Gem::Requirement
|
126
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
127
127
|
none: false
|
128
128
|
requirements:
|
129
129
|
- - ">="
|
@@ -132,12 +132,12 @@ dependencies:
|
|
132
132
|
segments:
|
133
133
|
- 0
|
134
134
|
version: "0"
|
135
|
+
version_requirements: *id008
|
136
|
+
name: bundler
|
135
137
|
prerelease: false
|
136
138
|
type: :development
|
137
|
-
requirement: *id008
|
138
139
|
- !ruby/object:Gem::Dependency
|
139
|
-
|
140
|
-
version_requirements: &id009 !ruby/object:Gem::Requirement
|
140
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
141
141
|
none: false
|
142
142
|
requirements:
|
143
143
|
- - ">="
|
@@ -146,12 +146,12 @@ dependencies:
|
|
146
146
|
segments:
|
147
147
|
- 0
|
148
148
|
version: "0"
|
149
|
+
version_requirements: *id009
|
150
|
+
name: yard
|
149
151
|
prerelease: false
|
150
152
|
type: :development
|
151
|
-
requirement: *id009
|
152
153
|
- !ruby/object:Gem::Dependency
|
153
|
-
|
154
|
-
version_requirements: &id010 !ruby/object:Gem::Requirement
|
154
|
+
requirement: &id010 !ruby/object:Gem::Requirement
|
155
155
|
none: false
|
156
156
|
requirements:
|
157
157
|
- - ">="
|
@@ -160,12 +160,12 @@ dependencies:
|
|
160
160
|
segments:
|
161
161
|
- 0
|
162
162
|
version: "0"
|
163
|
+
version_requirements: *id010
|
164
|
+
name: packnga
|
163
165
|
prerelease: false
|
164
166
|
type: :development
|
165
|
-
requirement: *id010
|
166
167
|
- !ruby/object:Gem::Dependency
|
167
|
-
|
168
|
-
version_requirements: &id011 !ruby/object:Gem::Requirement
|
168
|
+
requirement: &id011 !ruby/object:Gem::Requirement
|
169
169
|
none: false
|
170
170
|
requirements:
|
171
171
|
- - ">="
|
@@ -174,9 +174,10 @@ dependencies:
|
|
174
174
|
segments:
|
175
175
|
- 0
|
176
176
|
version: "0"
|
177
|
+
version_requirements: *id011
|
178
|
+
name: RedCloth
|
177
179
|
prerelease: false
|
178
180
|
type: :development
|
179
|
-
requirement: *id011
|
180
181
|
description: |-
|
181
182
|
rroonga is an extension library to use groonga's DB-API
|
182
183
|
layer. rroonga provides Rubyish readable and writable API
|
@@ -202,1329 +203,926 @@ files:
|
|
202
203
|
- rroonga.gemspec
|
203
204
|
- rroonga-build.rb
|
204
205
|
- extconf.rb
|
205
|
-
- lib/groonga.rb
|
206
|
-
- lib/groonga/geo-point.rb
|
207
|
-
- lib/groonga/record.rb
|
208
|
-
- lib/groonga/index-column.rb
|
206
|
+
- lib/groonga/posting.rb
|
209
207
|
- lib/groonga/view-record.rb
|
208
|
+
- lib/groonga/index-column.rb
|
209
|
+
- lib/groonga/expression-builder.rb
|
210
|
+
- lib/groonga/record.rb
|
211
|
+
- lib/groonga/dumper.rb
|
212
|
+
- lib/groonga/database.rb
|
213
|
+
- lib/groonga/expression-builder-19.rb
|
214
|
+
- lib/groonga/query-logger.rb
|
215
|
+
- lib/groonga/logger.rb
|
216
|
+
- lib/groonga/patricia-trie.rb
|
210
217
|
- lib/groonga/context.rb
|
211
218
|
- lib/groonga/grntest-log.rb
|
219
|
+
- lib/groonga/geo-point.rb
|
212
220
|
- lib/groonga/pagination.rb
|
213
|
-
- lib/groonga/database.rb
|
214
|
-
- lib/groonga/schema.rb
|
215
221
|
- lib/groonga/command.rb
|
216
|
-
- lib/groonga/
|
217
|
-
- lib/groonga
|
218
|
-
- lib/groonga/expression-builder.rb
|
219
|
-
- lib/groonga/dumper.rb
|
220
|
-
- lib/groonga/query-logger.rb
|
221
|
-
- lib/groonga/expression-builder-19.rb
|
222
|
-
- benchmark/create-wikipedia-database.rb
|
223
|
-
- benchmark/common.rb
|
224
|
-
- benchmark/write-many-small-items.rb
|
222
|
+
- lib/groonga/schema.rb
|
223
|
+
- lib/groonga.rb
|
225
224
|
- benchmark/read-write-many-small-items.rb
|
226
|
-
- benchmark/
|
225
|
+
- benchmark/write-many-small-items.rb
|
226
|
+
- benchmark/common.rb
|
227
|
+
- benchmark/create-wikipedia-database.rb
|
227
228
|
- benchmark/repeat-load.rb
|
229
|
+
- benchmark/select.rb
|
228
230
|
- misc/grnop2ruby.rb
|
229
|
-
- example/index-html.rb
|
230
231
|
- example/bookmark.rb
|
231
|
-
-
|
232
|
-
- ext/groonga/rb-grn-
|
233
|
-
- ext/groonga/rb-grn-
|
234
|
-
- ext/groonga/rb-grn-
|
235
|
-
- ext/groonga/rb-grn-
|
236
|
-
- ext/groonga/rb-grn-
|
237
|
-
- ext/groonga/rb-grn-table-cursor-key-support.c
|
238
|
-
- ext/groonga/rb-grn-normalizer.c
|
232
|
+
- example/index-html.rb
|
233
|
+
- ext/groonga/rb-grn-encoding-support.c
|
234
|
+
- ext/groonga/rb-grn-patricia-trie.c
|
235
|
+
- ext/groonga/rb-grn-geo-point.c
|
236
|
+
- ext/groonga/rb-grn-snippet.c
|
237
|
+
- ext/groonga/rb-grn-double-array-trie-cursor.c
|
239
238
|
- ext/groonga/rb-grn-fix-size-column.c
|
240
|
-
- ext/groonga/rb-grn-
|
239
|
+
- ext/groonga/rb-grn-accessor.c
|
241
240
|
- ext/groonga/rb-grn-plugin.c
|
242
|
-
- ext/groonga/rb-grn-hash.c
|
243
|
-
- ext/groonga/rb-grn-variable-size-column.c
|
244
|
-
- ext/groonga/rb-grn-index-column.c
|
245
|
-
- ext/groonga/rb-grn-operator.c
|
246
|
-
- ext/groonga/rb-grn-table-key-support.c
|
247
|
-
- ext/groonga/rb-grn-patricia-trie.c
|
248
|
-
- ext/groonga/rb-grn-table-cursor.c
|
249
|
-
- ext/groonga/rb-grn-object.c
|
250
241
|
- ext/groonga/rb-grn-table.c
|
251
|
-
- ext/groonga/rb-grn-
|
252
|
-
- ext/groonga/rb-grn-snippet.c
|
253
|
-
- ext/groonga/rb-grn-encoding-support.c
|
254
|
-
- ext/groonga/rb-grn-view-record.c
|
255
|
-
- ext/groonga/rb-grn-patricia-trie-cursor.c
|
256
|
-
- ext/groonga/rb-grn-array.c
|
242
|
+
- ext/groonga/rb-grn-operator.c
|
257
243
|
- ext/groonga/rb-grn-database.c
|
244
|
+
- ext/groonga/rb-grn-variable-size-column.c
|
258
245
|
- ext/groonga/rb-grn-query-logger.c
|
259
|
-
- ext/groonga/rb-grn-
|
260
|
-
- ext/groonga/rb-grn-
|
261
|
-
- ext/groonga/rb-grn-
|
262
|
-
- ext/groonga/rb-grn-
|
263
|
-
- ext/groonga/rb-grn-accessor.c
|
264
|
-
- ext/groonga/rb-grn-double-array-trie-cursor.c
|
246
|
+
- ext/groonga/rb-grn-record.c
|
247
|
+
- ext/groonga/rb-grn-context.c
|
248
|
+
- ext/groonga/rb-grn-exception.c
|
249
|
+
- ext/groonga/rb-grn-table-key-support.c
|
265
250
|
- ext/groonga/rb-grn-posting.c
|
266
|
-
- ext/groonga/rb-
|
267
|
-
- ext/groonga/rb-grn-
|
251
|
+
- ext/groonga/rb-grn-hash-cursor.c
|
252
|
+
- ext/groonga/rb-grn-expression-builder.c
|
253
|
+
- ext/groonga/rb-grn-expression.c
|
268
254
|
- ext/groonga/rb-grn-array-cursor.c
|
255
|
+
- ext/groonga/rb-grn-encoding.c
|
269
256
|
- ext/groonga/rb-grn-utils.c
|
257
|
+
- ext/groonga/rb-groonga.c
|
258
|
+
- ext/groonga/rb-grn-patricia-trie-cursor.c
|
259
|
+
- ext/groonga/rb-grn-array.c
|
260
|
+
- ext/groonga/rb-grn-normalizer.c
|
261
|
+
- ext/groonga/rb-grn-object.c
|
262
|
+
- ext/groonga/rb-grn-type.c
|
263
|
+
- ext/groonga/rb-grn-column.c
|
264
|
+
- ext/groonga/rb-grn-index-cursor.c
|
265
|
+
- ext/groonga/rb-grn-hash.c
|
270
266
|
- ext/groonga/rb-grn-logger.c
|
271
|
-
- ext/groonga/rb-grn-
|
272
|
-
- ext/groonga/rb-grn-
|
273
|
-
- ext/groonga/rb-grn-
|
267
|
+
- ext/groonga/rb-grn-variable.c
|
268
|
+
- ext/groonga/rb-grn-index-column.c
|
269
|
+
- ext/groonga/rb-grn-table-cursor-key-support.c
|
274
270
|
- ext/groonga/rb-grn-double-array-trie.c
|
271
|
+
- ext/groonga/rb-grn-procedure.c
|
272
|
+
- ext/groonga/rb-grn-table-cursor.c
|
275
273
|
- ext/groonga/rb-grn.h
|
276
274
|
- ext/groonga/extconf.rb
|
277
275
|
- ext/groonga/groonga.def
|
278
|
-
- test/test-
|
279
|
-
- test/test-accessor.rb
|
280
|
-
- test/test-database-dumper.rb
|
281
|
-
- test/test-index-column.rb
|
282
|
-
- test/groonga-test-utils.rb
|
283
|
-
- test/test-pagination.rb
|
284
|
-
- test/test-table.rb
|
285
|
-
- test/test-variable-size-column.rb
|
286
|
-
- test/test-plugin.rb
|
287
|
-
- test/test-hash.rb
|
288
|
-
- test/test-table-traverse.rb
|
289
|
-
- test/test-encoding.rb
|
290
|
-
- test/test-schema-create-table.rb
|
276
|
+
- test/test-expression.rb
|
291
277
|
- test/test-type.rb
|
292
|
-
- test/test
|
293
|
-
- test/test-
|
294
|
-
- test/test-
|
295
|
-
- test/test-
|
278
|
+
- test/run-test.rb
|
279
|
+
- test/test-schema-dumper.rb
|
280
|
+
- test/test-command-select.rb
|
281
|
+
- test/test-record.rb
|
282
|
+
- test/test-schema-create-table.rb
|
296
283
|
- test/test-geo-point.rb
|
297
|
-
- test/test-
|
284
|
+
- test/test-procedure.rb
|
298
285
|
- test/test-logger.rb
|
299
|
-
- test/test-
|
300
|
-
- test/test-record.rb
|
286
|
+
- test/test-expression-builder.rb
|
301
287
|
- test/test-column.rb
|
302
|
-
- test/test-
|
303
|
-
- test/
|
304
|
-
- test/test-
|
305
|
-
- test/test-
|
306
|
-
- test/test-
|
307
|
-
- test/test-
|
308
|
-
- test/test-
|
309
|
-
- test/test-
|
310
|
-
- test/test-
|
311
|
-
- test/test-expression.rb
|
312
|
-
- test/test-normalizer.rb
|
313
|
-
- test/test-vector-column.rb
|
314
|
-
- test/test-version.rb
|
315
|
-
- test/test-schema-view.rb
|
288
|
+
- test/test-database-dumper.rb
|
289
|
+
- test/test-accessor.rb
|
290
|
+
- test/test-table-select.rb
|
291
|
+
- test/test-array.rb
|
292
|
+
- test/test-gqtp.rb
|
293
|
+
- test/test-table-offset-and-limit.rb
|
294
|
+
- test/test-pagination.rb
|
295
|
+
- test/test-table-select-weight.rb
|
296
|
+
- test/test-variable.rb
|
316
297
|
- test/test-index-cursor.rb
|
298
|
+
- test/test-hash.rb
|
317
299
|
- test/test-double-array-trie.rb
|
318
|
-
- test/test-
|
319
|
-
- test/test-
|
300
|
+
- test/test-plugin.rb
|
301
|
+
- test/test-variable-size-column.rb
|
302
|
+
- test/groonga-test-utils.rb
|
303
|
+
- test/test-table-dumper.rb
|
304
|
+
- test/test-normalizer.rb
|
320
305
|
- test/test-schema-type.rb
|
321
|
-
- test/test-
|
322
|
-
- test/test-
|
306
|
+
- test/test-patricia-trie.rb
|
307
|
+
- test/test-version.rb
|
308
|
+
- test/test-table-traverse.rb
|
323
309
|
- test/test-context.rb
|
310
|
+
- test/test-table-select-mecab.rb
|
311
|
+
- test/test-database.rb
|
312
|
+
- test/test-table-select-normalize.rb
|
313
|
+
- test/test-table.rb
|
314
|
+
- test/test-remote.rb
|
324
315
|
- test/test-snippet.rb
|
325
|
-
- test/test-
|
316
|
+
- test/test-vector-column.rb
|
317
|
+
- test/test-fix-size-column.rb
|
318
|
+
- test/test-exception.rb
|
319
|
+
- test/test-encoding.rb
|
320
|
+
- test/test-schema.rb
|
321
|
+
- test/test-index-column.rb
|
326
322
|
- bin/grntest-log-analyze
|
327
323
|
- bin/groonga-index-dump
|
328
324
|
- bin/grndump
|
329
325
|
- README.textile
|
330
326
|
- lib/1.8/groonga.so
|
331
327
|
- lib/1.9/groonga.so
|
332
|
-
- vendor/local/
|
333
|
-
- vendor/local/
|
334
|
-
- vendor/local/
|
335
|
-
- vendor/local/
|
336
|
-
- vendor/local/
|
337
|
-
- vendor/local/
|
338
|
-
- vendor/local/
|
339
|
-
- vendor/local/
|
340
|
-
- vendor/local/
|
341
|
-
- vendor/local/
|
342
|
-
- vendor/local/
|
343
|
-
- vendor/local/
|
344
|
-
- vendor/local/
|
345
|
-
- vendor/local/
|
346
|
-
- vendor/local/
|
347
|
-
- vendor/local/
|
348
|
-
- vendor/local/
|
349
|
-
- vendor/local/
|
350
|
-
- vendor/local/
|
351
|
-
- vendor/local/
|
352
|
-
- vendor/local/
|
353
|
-
- vendor/local/
|
354
|
-
- vendor/local/
|
355
|
-
- vendor/local/
|
356
|
-
- vendor/local/
|
357
|
-
- vendor/local/
|
358
|
-
- vendor/local/
|
359
|
-
- vendor/local/
|
360
|
-
- vendor/local/
|
361
|
-
- vendor/local/share/groonga/
|
362
|
-
- vendor/local/share/groonga/
|
363
|
-
- vendor/local/share/groonga/
|
364
|
-
- vendor/local/share/groonga/
|
365
|
-
- vendor/local/share/groonga/
|
366
|
-
- vendor/local/share/groonga/
|
367
|
-
- vendor/local/share/groonga/
|
368
|
-
- vendor/local/share/groonga/
|
369
|
-
- vendor/local/share/groonga/
|
370
|
-
- vendor/local/share/groonga/
|
371
|
-
- vendor/local/share/groonga/
|
372
|
-
- vendor/local/share/groonga/
|
373
|
-
- vendor/local/share/groonga/
|
374
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
|
375
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
|
376
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
|
377
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
|
378
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
|
379
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
|
380
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
|
381
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
|
382
|
-
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
|
383
|
-
- vendor/local/share/groonga/examples/dictionary/html/index.html
|
384
|
-
- vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb
|
385
|
-
- vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb
|
386
|
-
- vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh
|
387
|
-
- vendor/local/share/groonga/images/logo/groonga-logo.png
|
388
|
-
- vendor/local/share/groonga/images/logo/rroonga-icon.png
|
389
|
-
- vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg
|
390
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg
|
391
|
-
- vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg
|
392
|
-
- vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png
|
393
|
-
- vendor/local/share/groonga/images/logo/nroonga-logo.svg
|
394
|
-
- vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png
|
395
|
-
- vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png
|
396
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg
|
397
|
-
- vendor/local/share/groonga/images/logo/groonga-icon.png
|
398
|
-
- vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg
|
399
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg
|
400
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png
|
401
|
-
- vendor/local/share/groonga/images/logo/rroonga-logo.svg
|
402
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png
|
403
|
-
- vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg
|
404
|
-
- vendor/local/share/groonga/images/logo/rroonga-logo.png
|
405
|
-
- vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg
|
406
|
-
- vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg
|
407
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png
|
408
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png
|
409
|
-
- vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png
|
410
|
-
- vendor/local/share/groonga/images/logo/groonga-logo.svg
|
411
|
-
- vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg
|
412
|
-
- vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png
|
413
|
-
- vendor/local/share/groonga/images/logo/groonga-icon-full-size.png
|
414
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png
|
415
|
-
- vendor/local/share/groonga/images/logo/mroonga-logo.svg
|
416
|
-
- vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg
|
417
|
-
- vendor/local/share/groonga/images/logo/mroonga-icon.svg
|
418
|
-
- vendor/local/share/groonga/images/logo/nroonga-icon.png
|
419
|
-
- vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg
|
420
|
-
- vendor/local/share/groonga/images/logo/rroonga-icon.svg
|
421
|
-
- vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg
|
422
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg
|
423
|
-
- vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png
|
424
|
-
- vendor/local/share/groonga/images/logo/nroonga-icon.svg
|
425
|
-
- vendor/local/share/groonga/images/logo/mroonga-logo.png
|
426
|
-
- vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png
|
427
|
-
- vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg
|
428
|
-
- vendor/local/share/groonga/images/logo/nroonga-logo.png
|
429
|
-
- vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png
|
430
|
-
- vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg
|
431
|
-
- vendor/local/share/groonga/images/logo/mroonga-icon.png
|
432
|
-
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg
|
433
|
-
- vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png
|
434
|
-
- vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png
|
435
|
-
- vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png
|
436
|
-
- vendor/local/share/groonga/images/logo/groonga-icon.svg
|
437
|
-
- vendor/local/share/groonga/html/admin/favicon.ico
|
438
|
-
- vendor/local/share/groonga/html/admin/favicon.png
|
439
|
-
- vendor/local/share/groonga/html/admin/favicon.svg
|
440
|
-
- vendor/local/share/groonga/html/admin/js/groonga-admin.js
|
441
|
-
- vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js
|
442
|
-
- vendor/local/share/groonga/html/admin/js/jquery.flot.license.txt
|
443
|
-
- vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js
|
444
|
-
- vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js
|
445
|
-
- vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js
|
446
|
-
- vendor/local/share/groonga/html/admin/css/redmond/jquery-ui-1.8.18.custom.css
|
447
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
|
448
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
|
449
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png
|
450
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png
|
451
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png
|
452
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
|
453
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png
|
454
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
|
455
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
|
456
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
|
457
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
|
458
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png
|
459
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png
|
460
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
|
461
|
-
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png
|
462
|
-
- vendor/local/share/groonga/html/admin/css/groonga-admin.css
|
463
|
-
- vendor/local/share/groonga/html/admin/index.html
|
464
|
-
- vendor/local/share/groonga/html/admin/images/groonga.svg
|
465
|
-
- vendor/local/share/groonga/html/admin/images/groonga.png
|
466
|
-
- vendor/local/share/groonga/html/admin/images/loading.gif
|
467
|
-
- vendor/local/share/doc/groonga/source/index.txt
|
468
|
-
- vendor/local/share/doc/groonga/source/install/mac_os_x.txt
|
469
|
-
- vendor/local/share/doc/groonga/source/install/debian.txt
|
470
|
-
- vendor/local/share/doc/groonga/source/install/others.txt
|
471
|
-
- vendor/local/share/doc/groonga/source/install/ubuntu.txt
|
472
|
-
- vendor/local/share/doc/groonga/source/install/windows.txt
|
473
|
-
- vendor/local/share/doc/groonga/source/install/fedora.txt
|
474
|
-
- vendor/local/share/doc/groonga/source/install/centos.txt
|
475
|
-
- vendor/local/share/doc/groonga/source/install/solaris.txt
|
476
|
-
- vendor/local/share/doc/groonga/source/rdoc.py
|
477
|
-
- vendor/local/share/doc/groonga/source/reference/api.txt
|
478
|
-
- vendor/local/share/doc/groonga/source/reference/commands/clearlock.txt
|
479
|
-
- vendor/local/share/doc/groonga/source/reference/commands/check.txt
|
480
|
-
- vendor/local/share/doc/groonga/source/reference/commands/column_remove.txt
|
481
|
-
- vendor/local/share/doc/groonga/source/reference/commands/define_selector.txt
|
482
|
-
- vendor/local/share/doc/groonga/source/reference/commands/column_list.txt
|
483
|
-
- vendor/local/share/doc/groonga/source/reference/commands/shutdown.txt
|
484
|
-
- vendor/local/share/doc/groonga/source/reference/commands/table_create.txt
|
485
|
-
- vendor/local/share/doc/groonga/source/reference/commands/log_reopen.txt
|
486
|
-
- vendor/local/share/doc/groonga/source/reference/commands/quit.txt
|
487
|
-
- vendor/local/share/doc/groonga/source/reference/commands/register.txt
|
488
|
-
- vendor/local/share/doc/groonga/source/reference/commands/dump.txt
|
489
|
-
- vendor/local/share/doc/groonga/source/reference/commands/delete.txt
|
490
|
-
- vendor/local/share/doc/groonga/source/reference/commands/table_remove.txt
|
491
|
-
- vendor/local/share/doc/groonga/source/reference/commands/table_list.txt
|
492
|
-
- vendor/local/share/doc/groonga/source/reference/commands/log_level.txt
|
493
|
-
- vendor/local/share/doc/groonga/source/reference/commands/suggest.txt
|
494
|
-
- vendor/local/share/doc/groonga/source/reference/commands/cache_limit.txt
|
495
|
-
- vendor/local/share/doc/groonga/source/reference/commands/select.txt
|
496
|
-
- vendor/local/share/doc/groonga/source/reference/commands/load.txt
|
497
|
-
- vendor/local/share/doc/groonga/source/reference/commands/log_put.txt
|
498
|
-
- vendor/local/share/doc/groonga/source/reference/commands/defrag.txt
|
499
|
-
- vendor/local/share/doc/groonga/source/reference/commands/column_create.txt
|
500
|
-
- vendor/local/share/doc/groonga/source/reference/commands/status.txt
|
501
|
-
- vendor/local/share/doc/groonga/source/reference/commands/view_add.txt
|
502
|
-
- vendor/local/share/doc/groonga/source/reference/api/grn_expr.txt
|
503
|
-
- vendor/local/share/doc/groonga/source/reference/indexing.txt
|
504
|
-
- vendor/local/share/doc/groonga/source/reference/pseudo_column.txt
|
505
|
-
- vendor/local/share/doc/groonga/source/reference/tokenizers.txt
|
506
|
-
- vendor/local/share/doc/groonga/source/reference/grn_expr.txt
|
507
|
-
- vendor/local/share/doc/groonga/source/reference/function.txt
|
508
|
-
- vendor/local/share/doc/groonga/source/reference/query_expanders.txt
|
509
|
-
- vendor/local/share/doc/groonga/source/reference/command.txt
|
510
|
-
- vendor/local/share/doc/groonga/source/reference/grn_expr/query_syntax.txt
|
511
|
-
- vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt
|
512
|
-
- vendor/local/share/doc/groonga/source/reference/functions/edit_distance.txt
|
513
|
-
- vendor/local/share/doc/groonga/source/reference/functions/now.txt
|
514
|
-
- vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt
|
515
|
-
- vendor/local/share/doc/groonga/source/reference/functions/geo_in_circle.txt
|
516
|
-
- vendor/local/share/doc/groonga/source/reference/functions/geo_in_rectangle.txt
|
517
|
-
- vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt
|
518
|
-
- vendor/local/share/doc/groonga/source/reference/functions/rand.txt
|
519
|
-
- vendor/local/share/doc/groonga/source/reference/cast.txt
|
520
|
-
- vendor/local/share/doc/groonga/source/reference/commands_not_implemented/set.txt
|
521
|
-
- vendor/local/share/doc/groonga/source/reference/commands_not_implemented/get.txt
|
522
|
-
- vendor/local/share/doc/groonga/source/reference/commands_not_implemented/add.txt
|
523
|
-
- vendor/local/share/doc/groonga/source/reference/log.txt
|
524
|
-
- vendor/local/share/doc/groonga/source/reference/output.txt
|
525
|
-
- vendor/local/share/doc/groonga/source/reference/executables/groonga-suggest-create-dataset.txt
|
526
|
-
- vendor/local/share/doc/groonga/source/reference/executables/groonga.txt
|
527
|
-
- vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt
|
528
|
-
- vendor/local/share/doc/groonga/source/reference/executables/grnslap.txt
|
529
|
-
- vendor/local/share/doc/groonga/source/reference/executables/grntest.txt
|
530
|
-
- vendor/local/share/doc/groonga/source/reference/executables/groonga-httpd.txt
|
531
|
-
- vendor/local/share/doc/groonga/source/reference/types.txt
|
532
|
-
- vendor/local/share/doc/groonga/source/reference/executables.txt
|
533
|
-
- vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt
|
534
|
-
- vendor/local/share/doc/groonga/source/reference/normalizers.txt
|
535
|
-
- vendor/local/share/doc/groonga/source/reference/tables.txt
|
536
|
-
- vendor/local/share/doc/groonga/source/reference/command/return_code.txt
|
537
|
-
- vendor/local/share/doc/groonga/source/reference/command/output_format.txt
|
538
|
-
- vendor/local/share/doc/groonga/source/reference/command/command_version.txt
|
539
|
-
- vendor/local/share/doc/groonga/source/server/http.txt
|
540
|
-
- vendor/local/share/doc/groonga/source/server/gqtp.txt
|
541
|
-
- vendor/local/share/doc/groonga/source/server/http/groonga.txt
|
542
|
-
- vendor/local/share/doc/groonga/source/server/http/comparison.txt
|
543
|
-
- vendor/local/share/doc/groonga/source/server/http/groonga-httpd.txt
|
544
|
-
- vendor/local/share/doc/groonga/source/server.txt
|
545
|
-
- vendor/local/share/doc/groonga/source/conf.py
|
546
|
-
- vendor/local/share/doc/groonga/source/development/travis-ci.txt
|
547
|
-
- vendor/local/share/doc/groonga/source/troubleshooting/different_results_with_the_same_keyword.txt
|
548
|
-
- vendor/local/share/doc/groonga/source/troubleshooting.txt
|
549
|
-
- vendor/local/share/doc/groonga/source/example/reference/indexing-offline-index-construction.log
|
550
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log
|
551
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log
|
552
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log
|
553
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/suggest-completion.log
|
554
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log
|
555
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/suggest-suggestion.log
|
556
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log
|
557
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/status.log
|
558
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/suggest-correction.log
|
559
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-correction.log
|
560
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-completion.log
|
561
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/suggest-mixed.log
|
562
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/suggest-learn-suggestion.log
|
563
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_update.log
|
564
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_query.log
|
565
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/table_nonexistent.log
|
566
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_simple.log
|
567
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/usage_setup.log
|
568
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_leading_not.log
|
569
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_filter.log
|
570
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/filter_less_than.log
|
571
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_score_with_query.log
|
572
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/simple_usage.log
|
573
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/query_less_than.log
|
574
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_substitute.log
|
575
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/limit_simple.log
|
576
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/paging.log
|
577
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/filter_equal.log
|
578
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/no_limit.log
|
579
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_simple.log
|
580
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_none.log
|
581
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/output_columns_asterisk.log
|
582
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/query_or.log
|
583
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_weight.log
|
584
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/query_flags_allow_column.log
|
585
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_substitution_table.log
|
586
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/offset_simple.log
|
587
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/sortby_descending.log
|
588
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/query_equal.log
|
589
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/output_columns_simple.log
|
590
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/query_and.log
|
591
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/offset_negative.log
|
592
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/query_expansion_complex.log
|
593
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/match_escalation_threshold.log
|
594
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/match_columns_some_columns.log
|
595
|
-
- vendor/local/share/doc/groonga/source/example/reference/commands/select/limit_negative.log
|
596
|
-
- vendor/local/share/doc/groonga/source/example/reference/indexing-online-index-construction.log
|
597
|
-
- vendor/local/share/doc/groonga/source/example/reference/indexing-data.log
|
598
|
-
- vendor/local/share/doc/groonga/source/example/reference/indexing-search-after-online-index-construction.log
|
599
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_prefix_search_operator.log
|
600
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_and_operator.log
|
601
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_multiplication_operator.log
|
602
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_term_extract_operator.log
|
603
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_left_shift_operator.log
|
604
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_similar_search_operator.log
|
605
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_not_equal_operator.log
|
606
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_not_operator.log
|
607
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_unsigned_right_shift_operator.log
|
608
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_suffix_search_operator.log
|
609
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_xor_operator.log
|
610
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_near_search_operator.log
|
611
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_subtraction_operator.log
|
612
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_grouping.log
|
613
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_bitwise_or_operator.log
|
614
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_function.log
|
615
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_but_operator.log
|
616
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_match_operator.log
|
617
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_and_operator.log
|
618
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_or_operator.log
|
619
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_division_operator_remainder.log
|
620
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_control_syntax_ternary_operator.log
|
621
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_addition_operator.log
|
622
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_right_shift_operator.log
|
623
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_logical_not_operator.log
|
624
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_signed_right_shift_operator.log
|
625
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_equal_operator.log
|
626
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/script_syntax/simple_division_operator_quotient.log
|
627
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_prefix_search.log
|
628
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_and.log
|
629
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_not.log
|
630
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_phrase_search.log
|
631
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_suffix_search.log
|
632
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_logical_or.log
|
633
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_greater_than.log
|
634
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_equal.log
|
635
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_not_equal.log
|
636
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_grouping.log
|
637
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_full_text_search.log
|
638
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_greater_than_or_equal_to.log
|
639
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_full_text_search_with_explicit_match_column.log
|
640
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_less_than.log
|
641
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_phrase_search_with_explicit_match_column.log
|
642
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/simple_less_than_or_equal_to.log
|
643
|
-
- vendor/local/share/doc/groonga/source/example/reference/grn_expr/query_syntax/setup.log
|
644
|
-
- vendor/local/share/doc/groonga/source/example/reference/indexing-search-without-index.log
|
645
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_sphere.log
|
646
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_ellipsoid.log
|
647
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log
|
648
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log
|
649
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log
|
650
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log
|
651
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log
|
652
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log
|
653
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log
|
654
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_ellipsoid.log
|
655
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_location.log
|
656
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_rectangle.log
|
657
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_location_sphere.log
|
658
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle.log
|
659
|
-
- vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_setup_distance.log
|
660
|
-
- vendor/local/share/doc/groonga/source/example/reference/indexing-search-after-offline-index-construction.log
|
661
|
-
- vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log
|
662
|
-
- vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log
|
663
|
-
- vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log
|
664
|
-
- vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log
|
665
|
-
- vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log
|
666
|
-
- vendor/local/share/doc/groonga/source/example/reference/indexing-schema.log
|
667
|
-
- vendor/local/share/doc/groonga/source/example/suggestion-1.log
|
668
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-9.log
|
669
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-2.log
|
670
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/network-3.log
|
671
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/search-1.log
|
672
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/index-5.log
|
673
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-3.log
|
674
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/network-2.log
|
675
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-7.log
|
676
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log
|
677
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/drilldown-5.log
|
678
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/data-6.log
|
679
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/drilldown-3.log
|
680
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/index-7.log
|
681
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log
|
682
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-data.log
|
683
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-select.log
|
684
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log
|
685
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/search-2.log
|
686
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-4.log
|
687
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-3.log
|
688
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-8.log
|
689
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/search-5.log
|
690
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/search-7.log
|
691
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log
|
692
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/index-3.log
|
693
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/data-5.log
|
694
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/data-3.log
|
695
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-2.log
|
696
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/index-4.log
|
697
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log
|
698
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-1.log
|
699
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log
|
700
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/data-8.log
|
701
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-5.log
|
702
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log
|
703
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log
|
704
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log
|
705
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/data-1.log
|
706
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/drilldown-2.log
|
707
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log
|
708
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/match_columns-4.log
|
709
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/search-6.log
|
710
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/data-4.log
|
711
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/index-2.log
|
712
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log
|
713
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log
|
714
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/data-2.log
|
715
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log
|
716
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-schema-with-three-relationship.log
|
717
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log
|
718
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log
|
719
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log
|
720
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/search-3.log
|
721
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log
|
722
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/drilldown-6.log
|
723
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log
|
724
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/index-6.log
|
725
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-data-with-three-relationship.log
|
726
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log
|
727
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/match_columns-nested-index-schema.log
|
728
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log
|
729
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-10.log
|
730
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log
|
731
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/network-1.log
|
732
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log
|
733
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/data-7.log
|
734
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-1.log
|
735
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/search-4.log
|
736
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log
|
737
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/drilldown-4.log
|
738
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log
|
739
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-6.log
|
740
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log
|
741
|
-
- vendor/local/share/doc/groonga/source/example/tutorial/index-1.log
|
742
|
-
- vendor/local/share/doc/groonga/source/example/correction-1.log
|
743
|
-
- vendor/local/share/doc/groonga/source/example/completion-1.log
|
744
|
-
- vendor/local/share/doc/groonga/source/limitations.txt
|
745
|
-
- vendor/local/share/doc/groonga/source/geolocation_search.txt
|
746
|
-
- vendor/local/share/doc/groonga/source/contribution.txt
|
747
|
-
- vendor/local/share/doc/groonga/source/tutorial/index.txt
|
748
|
-
- vendor/local/share/doc/groonga/source/tutorial/network.txt
|
749
|
-
- vendor/local/share/doc/groonga/source/tutorial/lexicon.txt
|
750
|
-
- vendor/local/share/doc/groonga/source/tutorial/query_expansion.txt
|
751
|
-
- vendor/local/share/doc/groonga/source/tutorial/match_columns.txt
|
752
|
-
- vendor/local/share/doc/groonga/source/tutorial/data.txt
|
753
|
-
- vendor/local/share/doc/groonga/source/tutorial/micro_blog.txt
|
754
|
-
- vendor/local/share/doc/groonga/source/tutorial/drilldown.txt
|
755
|
-
- vendor/local/share/doc/groonga/source/tutorial/search.txt
|
756
|
-
- vendor/local/share/doc/groonga/source/tutorial/patricia_trie.txt
|
757
|
-
- vendor/local/share/doc/groonga/source/tutorial/introduction.txt
|
758
|
-
- vendor/local/share/doc/groonga/source/news.txt
|
759
|
-
- vendor/local/share/doc/groonga/source/suggest.txt
|
760
|
-
- vendor/local/share/doc/groonga/source/install.txt
|
761
|
-
- vendor/local/share/doc/groonga/source/development.txt
|
762
|
-
- vendor/local/share/doc/groonga/source/tutorial.txt
|
763
|
-
- vendor/local/share/doc/groonga/source/community.txt
|
764
|
-
- vendor/local/share/doc/groonga/source/suggest/suggestion.txt
|
765
|
-
- vendor/local/share/doc/groonga/source/suggest/tutorial.txt
|
766
|
-
- vendor/local/share/doc/groonga/source/suggest/correction.txt
|
767
|
-
- vendor/local/share/doc/groonga/source/suggest/completion.txt
|
768
|
-
- vendor/local/share/doc/groonga/source/suggest/introduction.txt
|
769
|
-
- vendor/local/share/doc/groonga/source/spec.txt
|
770
|
-
- vendor/local/share/doc/groonga/source/contribution/development/com.txt
|
771
|
-
- vendor/local/share/doc/groonga/source/contribution/development/document.txt
|
772
|
-
- vendor/local/share/doc/groonga/source/contribution/development/query.txt
|
773
|
-
- vendor/local/share/doc/groonga/source/contribution/development/release.txt
|
774
|
-
- vendor/local/share/doc/groonga/source/contribution/development/test.txt
|
775
|
-
- vendor/local/share/doc/groonga/source/contribution/documentation/i18n.txt
|
776
|
-
- vendor/local/share/doc/groonga/source/contribution/documentation/c-api.txt
|
777
|
-
- vendor/local/share/doc/groonga/source/contribution/development.txt
|
778
|
-
- vendor/local/share/doc/groonga/source/contribution/report.txt
|
779
|
-
- vendor/local/share/doc/groonga/source/contribution/documentation.txt
|
780
|
-
- vendor/local/share/doc/groonga/source/images/geo-points-in-circle.png
|
781
|
-
- vendor/local/share/doc/groonga/source/images/geo-points-sort.png
|
782
|
-
- vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.png
|
783
|
-
- vendor/local/share/doc/groonga/source/images/geo-points-distance.svg
|
784
|
-
- vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.svg
|
785
|
-
- vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.svg
|
786
|
-
- vendor/local/share/doc/groonga/source/images/geo-points.svg
|
787
|
-
- vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.png
|
788
|
-
- vendor/local/share/doc/groonga/source/images/geo-search-in-circle.png
|
789
|
-
- vendor/local/share/doc/groonga/source/images/geo-points.png
|
790
|
-
- vendor/local/share/doc/groonga/source/images/geo-search-in-rectangle.svg
|
791
|
-
- vendor/local/share/doc/groonga/source/images/geo-points-distance.png
|
792
|
-
- vendor/local/share/doc/groonga/source/images/geo-encode-leading-2bit.png
|
793
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.png
|
794
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.svg
|
795
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.png
|
796
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.svg
|
797
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.png
|
798
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-index-column-value.png
|
799
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.svg
|
800
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.png
|
801
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.png
|
802
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.svg
|
803
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.svg
|
804
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.svg
|
805
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.png
|
806
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.png
|
807
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-second-token-id.png
|
808
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/index-column.svg
|
809
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.svg
|
810
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/record.svg
|
811
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.svg
|
812
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.svg
|
813
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.svg
|
814
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/columns.svg
|
815
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.png
|
816
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-initial-state.png
|
817
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.png
|
818
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-first-token.png
|
819
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-first-token.png
|
820
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-index-column-value.svg
|
821
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.svg
|
822
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.png
|
823
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-first-data.svg
|
824
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.svg
|
825
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.png
|
826
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.svg
|
827
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-first-data-second-token.svg
|
828
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-token-id.png
|
829
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram.svg
|
830
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.svg
|
831
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/inverted-index.png
|
832
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-initial.svg
|
833
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-choose-tokenizer.png
|
834
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.svg
|
835
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/prefix-search.png
|
836
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/record-id.png
|
837
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/array.svg
|
838
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.svg
|
839
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-bigram-index-column-value.png
|
840
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.png
|
841
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-first-token-id.svg
|
842
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-process-second-data-second-token.png
|
843
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.png
|
844
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/update-save-second-data.svg
|
845
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/vector-column.png
|
846
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/hash-table.svg
|
847
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-result.png
|
848
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/search-on-key-table.png
|
849
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/scalar-column.png
|
850
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.svg
|
851
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/tokenizer.png
|
852
|
-
- vendor/local/share/doc/groonga/source/images/fulltext-introduction/patricia-trie.svg
|
853
|
-
- vendor/local/share/doc/groonga/source/images/geo-search-in-circle.svg
|
854
|
-
- vendor/local/share/doc/groonga/source/images/geo-in-rectangle.png
|
855
|
-
- vendor/local/share/doc/groonga/source/images/geo-encode-leading-4bit.png
|
856
|
-
- vendor/local/share/doc/groonga/source/images/geo-points-in-circle.svg
|
857
|
-
- vendor/local/share/doc/groonga/source/images/geo-points-in-rectangle.svg
|
858
|
-
- vendor/local/share/doc/groonga/source/images/geo-points-sort.svg
|
859
|
-
- vendor/local/share/doc/groonga/source/textile.py
|
860
|
-
- vendor/local/share/doc/groonga/source/news/0.x.txt
|
861
|
-
- vendor/local/share/doc/groonga/source/news/1.1.x.txt
|
862
|
-
- vendor/local/share/doc/groonga/source/news/1.0.x.txt
|
863
|
-
- vendor/local/share/doc/groonga/source/news/senna.txt
|
864
|
-
- vendor/local/share/doc/groonga/source/news/1.2.x.txt
|
865
|
-
- vendor/local/share/doc/groonga/source/spec/gqtp.txt
|
866
|
-
- vendor/local/share/doc/groonga/source/spec/search.txt
|
867
|
-
- vendor/local/share/doc/groonga/source/reference.txt
|
868
|
-
- vendor/local/share/doc/groonga/source/characteristic.txt
|
869
|
-
- vendor/local/share/doc/groonga/source/__init__.py
|
870
|
-
- vendor/local/share/doc/groonga/ja/html/development.html
|
871
|
-
- vendor/local/share/doc/groonga/ja/html/install/others.html
|
872
|
-
- vendor/local/share/doc/groonga/ja/html/install/solaris.html
|
873
|
-
- vendor/local/share/doc/groonga/ja/html/install/centos.html
|
874
|
-
- vendor/local/share/doc/groonga/ja/html/install/fedora.html
|
875
|
-
- vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html
|
876
|
-
- vendor/local/share/doc/groonga/ja/html/install/windows.html
|
877
|
-
- vendor/local/share/doc/groonga/ja/html/install/ubuntu.html
|
878
|
-
- vendor/local/share/doc/groonga/ja/html/install/debian.html
|
879
|
-
- vendor/local/share/doc/groonga/ja/html/reference/output.html
|
880
|
-
- vendor/local/share/doc/groonga/ja/html/reference/api.html
|
881
|
-
- vendor/local/share/doc/groonga/ja/html/reference/log.html
|
882
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html
|
883
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html
|
884
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html
|
885
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html
|
886
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html
|
887
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html
|
888
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html
|
889
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html
|
890
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html
|
891
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html
|
892
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html
|
893
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html
|
894
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html
|
895
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/status.html
|
896
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/register.html
|
897
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/check.html
|
898
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html
|
899
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/select.html
|
900
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html
|
901
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html
|
902
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html
|
903
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/load.html
|
904
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html
|
905
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html
|
906
|
-
- vendor/local/share/doc/groonga/ja/html/reference/types.html
|
907
|
-
- vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html
|
908
|
-
- vendor/local/share/doc/groonga/ja/html/reference/executables.html
|
909
|
-
- vendor/local/share/doc/groonga/ja/html/reference/tables.html
|
910
|
-
- vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html
|
911
|
-
- vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html
|
912
|
-
- vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html
|
913
|
-
- vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html
|
914
|
-
- vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html
|
915
|
-
- vendor/local/share/doc/groonga/ja/html/reference/functions/now.html
|
916
|
-
- vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html
|
917
|
-
- vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html
|
918
|
-
- vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html
|
919
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html
|
920
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html
|
921
|
-
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html
|
922
|
-
- vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html
|
923
|
-
- vendor/local/share/doc/groonga/ja/html/reference/function.html
|
924
|
-
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html
|
925
|
-
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html
|
926
|
-
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html
|
927
|
-
- vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html
|
928
|
-
- vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html
|
929
|
-
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html
|
930
|
-
- vendor/local/share/doc/groonga/ja/html/reference/normalizers.html
|
931
|
-
- vendor/local/share/doc/groonga/ja/html/reference/command.html
|
932
|
-
- vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html
|
933
|
-
- vendor/local/share/doc/groonga/ja/html/reference/indexing.html
|
934
|
-
- vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html
|
935
|
-
- vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html
|
936
|
-
- vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html
|
937
|
-
- vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html
|
938
|
-
- vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html
|
939
|
-
- vendor/local/share/doc/groonga/ja/html/reference/cast.html
|
940
|
-
- vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html
|
941
|
-
- vendor/local/share/doc/groonga/ja/html/server/gqtp.html
|
942
|
-
- vendor/local/share/doc/groonga/ja/html/server/http.html
|
943
|
-
- vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html
|
944
|
-
- vendor/local/share/doc/groonga/ja/html/server/http/comparison.html
|
945
|
-
- vendor/local/share/doc/groonga/ja/html/server/http/groonga.html
|
946
|
-
- vendor/local/share/doc/groonga/ja/html/troubleshooting.html
|
947
|
-
- vendor/local/share/doc/groonga/ja/html/development/travis-ci.html
|
948
|
-
- vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html
|
949
|
-
- vendor/local/share/doc/groonga/ja/html/objects.inv
|
950
|
-
- vendor/local/share/doc/groonga/ja/html/genindex.html
|
951
|
-
- vendor/local/share/doc/groonga/ja/html/spec.html
|
952
|
-
- vendor/local/share/doc/groonga/ja/html/reference.html
|
953
|
-
- vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html
|
954
|
-
- vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html
|
955
|
-
- vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html
|
956
|
-
- vendor/local/share/doc/groonga/ja/html/tutorial/data.html
|
957
|
-
- vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html
|
958
|
-
- vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html
|
959
|
-
- vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html
|
960
|
-
- vendor/local/share/doc/groonga/ja/html/tutorial/index.html
|
961
|
-
- vendor/local/share/doc/groonga/ja/html/tutorial/search.html
|
962
|
-
- vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html
|
963
|
-
- vendor/local/share/doc/groonga/ja/html/tutorial/network.html
|
964
|
-
- vendor/local/share/doc/groonga/ja/html/index.html
|
965
|
-
- vendor/local/share/doc/groonga/ja/html/searchindex.js
|
966
|
-
- vendor/local/share/doc/groonga/ja/html/news.html
|
967
|
-
- vendor/local/share/doc/groonga/ja/html/limitations.html
|
968
|
-
- vendor/local/share/doc/groonga/ja/html/tutorial.html
|
969
|
-
- vendor/local/share/doc/groonga/ja/html/suggest.html
|
970
|
-
- vendor/local/share/doc/groonga/ja/html/characteristic.html
|
971
|
-
- vendor/local/share/doc/groonga/ja/html/suggest/introduction.html
|
972
|
-
- vendor/local/share/doc/groonga/ja/html/suggest/correction.html
|
973
|
-
- vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html
|
974
|
-
- vendor/local/share/doc/groonga/ja/html/suggest/completion.html
|
975
|
-
- vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html
|
976
|
-
- vendor/local/share/doc/groonga/ja/html/contribution/development.html
|
977
|
-
- vendor/local/share/doc/groonga/ja/html/contribution/development/query.html
|
978
|
-
- vendor/local/share/doc/groonga/ja/html/contribution/development/release.html
|
979
|
-
- vendor/local/share/doc/groonga/ja/html/contribution/development/test.html
|
980
|
-
- vendor/local/share/doc/groonga/ja/html/contribution/development/com.html
|
981
|
-
- vendor/local/share/doc/groonga/ja/html/contribution/development/document.html
|
982
|
-
- vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html
|
983
|
-
- vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html
|
984
|
-
- vendor/local/share/doc/groonga/ja/html/contribution/documentation.html
|
985
|
-
- vendor/local/share/doc/groonga/ja/html/contribution/report.html
|
986
|
-
- vendor/local/share/doc/groonga/ja/html/geolocation_search.html
|
987
|
-
- vendor/local/share/doc/groonga/ja/html/search.html
|
988
|
-
- vendor/local/share/doc/groonga/ja/html/news/senna.html
|
989
|
-
- vendor/local/share/doc/groonga/ja/html/news/1.0.x.html
|
990
|
-
- vendor/local/share/doc/groonga/ja/html/news/0.x.html
|
991
|
-
- vendor/local/share/doc/groonga/ja/html/news/1.1.x.html
|
992
|
-
- vendor/local/share/doc/groonga/ja/html/news/1.2.x.html
|
993
|
-
- vendor/local/share/doc/groonga/ja/html/contribution.html
|
994
|
-
- vendor/local/share/doc/groonga/ja/html/spec/gqtp.html
|
995
|
-
- vendor/local/share/doc/groonga/ja/html/spec/search.html
|
996
|
-
- vendor/local/share/doc/groonga/ja/html/.buildinfo
|
997
|
-
- vendor/local/share/doc/groonga/ja/html/install.html
|
998
|
-
- vendor/local/share/doc/groonga/ja/html/community.html
|
999
|
-
- vendor/local/share/doc/groonga/ja/html/_images/geo-points.png
|
1000
|
-
- vendor/local/share/doc/groonga/ja/html/server.html
|
1001
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/index.txt
|
1002
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt
|
1003
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt
|
1004
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt
|
1005
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt
|
1006
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt
|
1007
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt
|
1008
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt
|
1009
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt
|
1010
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt
|
1011
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt
|
1012
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt
|
1013
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt
|
1014
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt
|
1015
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt
|
1016
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt
|
1017
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt
|
1018
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt
|
1019
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt
|
1020
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt
|
1021
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt
|
1022
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt
|
1023
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
|
1024
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt
|
1025
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt
|
1026
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt
|
1027
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt
|
1028
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt
|
1029
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt
|
1030
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt
|
1031
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
|
1032
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt
|
1033
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt
|
1034
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/view_add.txt
|
1035
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt
|
1036
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt
|
1037
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/pseudo_column.txt
|
1038
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt
|
1039
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt
|
1040
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt
|
1041
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt
|
1042
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt
|
1043
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt
|
1044
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt
|
1045
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt
|
1046
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt
|
1047
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt
|
1048
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt
|
1049
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt
|
1050
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt
|
1051
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt
|
1052
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt
|
1053
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/set.txt
|
1054
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/get.txt
|
1055
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/add.txt
|
1056
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt
|
1057
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt
|
1058
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
|
1059
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt
|
1060
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt
|
1061
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt
|
1062
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt
|
1063
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt
|
1064
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt
|
1065
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt
|
1066
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt
|
1067
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt
|
1068
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt
|
1069
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt
|
1070
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt
|
1071
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt
|
1072
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt
|
1073
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt
|
1074
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt
|
1075
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt
|
1076
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt
|
1077
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server.txt
|
1078
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt
|
1079
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
|
1080
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt
|
1081
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt
|
1082
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/geolocation_search.txt
|
1083
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt
|
1084
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt
|
1085
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt
|
1086
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt
|
1087
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt
|
1088
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt
|
1089
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt
|
1090
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt
|
1091
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt
|
1092
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt
|
1093
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt
|
1094
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt
|
1095
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news.txt
|
1096
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt
|
1097
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install.txt
|
1098
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/development.txt
|
1099
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt
|
1100
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/community.txt
|
1101
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt
|
1102
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt
|
1103
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt
|
1104
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt
|
1105
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt
|
1106
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/spec.txt
|
1107
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt
|
1108
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt
|
1109
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt
|
1110
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt
|
1111
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt
|
1112
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt
|
1113
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt
|
1114
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt
|
1115
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt
|
1116
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt
|
1117
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt
|
1118
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt
|
1119
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt
|
1120
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt
|
1121
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt
|
1122
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt
|
1123
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt
|
1124
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference.txt
|
1125
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt
|
1126
|
-
- vendor/local/share/doc/groonga/ja/html/_static/file.png
|
1127
|
-
- vendor/local/share/doc/groonga/ja/html/_static/basic.css
|
1128
|
-
- vendor/local/share/doc/groonga/ja/html/_static/websupport.js
|
1129
|
-
- vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png
|
1130
|
-
- vendor/local/share/doc/groonga/ja/html/_static/favicon.ico
|
1131
|
-
- vendor/local/share/doc/groonga/ja/html/_static/doctools.js
|
1132
|
-
- vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png
|
1133
|
-
- vendor/local/share/doc/groonga/ja/html/_static/comment-close.png
|
1134
|
-
- vendor/local/share/doc/groonga/ja/html/_static/underscore.js
|
1135
|
-
- vendor/local/share/doc/groonga/ja/html/_static/us.png
|
1136
|
-
- vendor/local/share/doc/groonga/ja/html/_static/logo.png
|
1137
|
-
- vendor/local/share/doc/groonga/ja/html/_static/ajax-loader.gif
|
1138
|
-
- vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png
|
1139
|
-
- vendor/local/share/doc/groonga/ja/html/_static/header-background.png
|
1140
|
-
- vendor/local/share/doc/groonga/ja/html/_static/comment.png
|
1141
|
-
- vendor/local/share/doc/groonga/ja/html/_static/searchtools.js
|
1142
|
-
- vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png
|
1143
|
-
- vendor/local/share/doc/groonga/ja/html/_static/down.png
|
1144
|
-
- vendor/local/share/doc/groonga/ja/html/_static/jquery.js
|
1145
|
-
- vendor/local/share/doc/groonga/ja/html/_static/plus.png
|
1146
|
-
- vendor/local/share/doc/groonga/ja/html/_static/minus.png
|
1147
|
-
- vendor/local/share/doc/groonga/ja/html/_static/jp.png
|
1148
|
-
- vendor/local/share/doc/groonga/ja/html/_static/groonga.css
|
1149
|
-
- vendor/local/share/doc/groonga/ja/html/_static/up.png
|
1150
|
-
- vendor/local/share/doc/groonga/ja/html/_static/pygments.css
|
1151
|
-
- vendor/local/share/doc/groonga/en/html/development.html
|
1152
|
-
- vendor/local/share/doc/groonga/en/html/install/others.html
|
1153
|
-
- vendor/local/share/doc/groonga/en/html/install/solaris.html
|
1154
|
-
- vendor/local/share/doc/groonga/en/html/install/centos.html
|
1155
|
-
- vendor/local/share/doc/groonga/en/html/install/fedora.html
|
1156
|
-
- vendor/local/share/doc/groonga/en/html/install/mac_os_x.html
|
1157
|
-
- vendor/local/share/doc/groonga/en/html/install/windows.html
|
1158
|
-
- vendor/local/share/doc/groonga/en/html/install/ubuntu.html
|
1159
|
-
- vendor/local/share/doc/groonga/en/html/install/debian.html
|
1160
|
-
- vendor/local/share/doc/groonga/en/html/reference/output.html
|
1161
|
-
- vendor/local/share/doc/groonga/en/html/reference/api.html
|
1162
|
-
- vendor/local/share/doc/groonga/en/html/reference/log.html
|
1163
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/dump.html
|
1164
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html
|
1165
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html
|
1166
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html
|
1167
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html
|
1168
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/delete.html
|
1169
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html
|
1170
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html
|
1171
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/quit.html
|
1172
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html
|
1173
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html
|
1174
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html
|
1175
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html
|
1176
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/status.html
|
1177
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/register.html
|
1178
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/check.html
|
1179
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html
|
1180
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/select.html
|
1181
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html
|
1182
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html
|
1183
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html
|
1184
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/load.html
|
1185
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html
|
1186
|
-
- vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html
|
1187
|
-
- vendor/local/share/doc/groonga/en/html/reference/types.html
|
328
|
+
- vendor/local/lib/libmecab.la
|
329
|
+
- vendor/local/lib/libgroonga.dll.a
|
330
|
+
- vendor/local/lib/libmecab.dll.a
|
331
|
+
- vendor/local/lib/libmsgpackc.a
|
332
|
+
- vendor/local/lib/pkgconfig/groonga.pc
|
333
|
+
- vendor/local/lib/libmsgpack.la
|
334
|
+
- vendor/local/lib/libmsgpackc.la
|
335
|
+
- vendor/local/lib/libmsgpackc.dll.a
|
336
|
+
- vendor/local/lib/libmsgpack.dll.a
|
337
|
+
- vendor/local/lib/groonga/plugins/query_expanders/tsv.a
|
338
|
+
- vendor/local/lib/groonga/plugins/query_expanders/tsv.la
|
339
|
+
- vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a
|
340
|
+
- vendor/local/lib/groonga/plugins/query_expanders/tsv.dll
|
341
|
+
- vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a
|
342
|
+
- vendor/local/lib/groonga/plugins/tokenizers/mecab.la
|
343
|
+
- vendor/local/lib/groonga/plugins/tokenizers/mecab.a
|
344
|
+
- vendor/local/lib/groonga/plugins/tokenizers/mecab.dll
|
345
|
+
- vendor/local/lib/groonga/plugins/table/table.dll.a
|
346
|
+
- vendor/local/lib/groonga/plugins/table/table.dll
|
347
|
+
- vendor/local/lib/groonga/plugins/table/table.a
|
348
|
+
- vendor/local/lib/groonga/plugins/table/table.la
|
349
|
+
- vendor/local/lib/groonga/plugins/suggest/suggest.dll.a
|
350
|
+
- vendor/local/lib/groonga/plugins/suggest/suggest.dll
|
351
|
+
- vendor/local/lib/groonga/plugins/suggest/suggest.a
|
352
|
+
- vendor/local/lib/groonga/plugins/suggest/suggest.la
|
353
|
+
- vendor/local/lib/libmsgpack.a
|
354
|
+
- vendor/local/lib/libmecab.a
|
355
|
+
- vendor/local/lib/libgroonga.la
|
356
|
+
- vendor/local/lib/libgroonga.a
|
357
|
+
- vendor/local/share/doc/groonga/en/html/reference.html
|
358
|
+
- vendor/local/share/doc/groonga/en/html/searchindex.js
|
359
|
+
- vendor/local/share/doc/groonga/en/html/news/senna.html
|
360
|
+
- vendor/local/share/doc/groonga/en/html/news/1.0.x.html
|
361
|
+
- vendor/local/share/doc/groonga/en/html/news/1.1.x.html
|
362
|
+
- vendor/local/share/doc/groonga/en/html/news/0.x.html
|
363
|
+
- vendor/local/share/doc/groonga/en/html/news/1.2.x.html
|
364
|
+
- vendor/local/share/doc/groonga/en/html/contribution.html
|
365
|
+
- vendor/local/share/doc/groonga/en/html/geolocation_search.html
|
366
|
+
- vendor/local/share/doc/groonga/en/html/reference/api.html
|
367
|
+
- vendor/local/share/doc/groonga/en/html/reference/output.html
|
368
|
+
- vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html
|
369
|
+
- vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html
|
1188
370
|
- vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html
|
1189
371
|
- vendor/local/share/doc/groonga/en/html/reference/executables.html
|
372
|
+
- vendor/local/share/doc/groonga/en/html/reference/types.html
|
373
|
+
- vendor/local/share/doc/groonga/en/html/reference/log.html
|
374
|
+
- vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html
|
375
|
+
- vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html
|
376
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html
|
377
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html
|
378
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html
|
379
|
+
- vendor/local/share/doc/groonga/en/html/reference/cast.html
|
1190
380
|
- vendor/local/share/doc/groonga/en/html/reference/tables.html
|
1191
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1192
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1193
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1194
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
381
|
+
- vendor/local/share/doc/groonga/en/html/reference/command.html
|
382
|
+
- vendor/local/share/doc/groonga/en/html/reference/function.html
|
383
|
+
- vendor/local/share/doc/groonga/en/html/reference/grn_expr.html
|
384
|
+
- vendor/local/share/doc/groonga/en/html/reference/normalizers.html
|
1195
385
|
- vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html
|
1196
|
-
- vendor/local/share/doc/groonga/en/html/reference/functions/
|
386
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html
|
387
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html
|
1197
388
|
- vendor/local/share/doc/groonga/en/html/reference/functions/rand.html
|
1198
389
|
- vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html
|
1199
|
-
- vendor/local/share/doc/groonga/en/html/reference/functions/
|
1200
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1201
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1202
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1203
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1204
|
-
- vendor/local/share/doc/groonga/en/html/reference/function.html
|
1205
|
-
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html
|
1206
|
-
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html
|
390
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/query.html
|
391
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/now.html
|
392
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html
|
393
|
+
- vendor/local/share/doc/groonga/en/html/reference/indexing.html
|
394
|
+
- vendor/local/share/doc/groonga/en/html/reference/tokenizers.html
|
1207
395
|
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html
|
396
|
+
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html
|
1208
397
|
- vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html
|
398
|
+
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html
|
399
|
+
- vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html
|
1209
400
|
- vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html
|
1210
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1211
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1212
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1213
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1214
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1215
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
401
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html
|
402
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html
|
403
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html
|
404
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/load.html
|
405
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/dump.html
|
406
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/check.html
|
407
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html
|
408
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html
|
409
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html
|
410
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html
|
411
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html
|
412
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/select.html
|
413
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/quit.html
|
414
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html
|
415
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/delete.html
|
416
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html
|
417
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html
|
418
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html
|
419
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html
|
420
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/register.html
|
421
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html
|
422
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/status.html
|
423
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html
|
1216
424
|
- vendor/local/share/doc/groonga/en/html/reference/query_expanders.html
|
1217
|
-
- vendor/local/share/doc/groonga/en/html/reference/command/output_format.html
|
1218
|
-
- vendor/local/share/doc/groonga/en/html/reference/command/return_code.html
|
1219
425
|
- vendor/local/share/doc/groonga/en/html/reference/command/command_version.html
|
1220
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1221
|
-
- vendor/local/share/doc/groonga/en/html/reference/
|
1222
|
-
- vendor/local/share/doc/groonga/en/html/server/gqtp.html
|
1223
|
-
- vendor/local/share/doc/groonga/en/html/server/http.html
|
1224
|
-
- vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html
|
1225
|
-
- vendor/local/share/doc/groonga/en/html/server/http/comparison.html
|
1226
|
-
- vendor/local/share/doc/groonga/en/html/server/http/groonga.html
|
1227
|
-
- vendor/local/share/doc/groonga/en/html/troubleshooting.html
|
1228
|
-
- vendor/local/share/doc/groonga/en/html/development/travis-ci.html
|
426
|
+
- vendor/local/share/doc/groonga/en/html/reference/command/return_code.html
|
427
|
+
- vendor/local/share/doc/groonga/en/html/reference/command/output_format.html
|
1229
428
|
- vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html
|
429
|
+
- vendor/local/share/doc/groonga/en/html/tutorial.html
|
430
|
+
- vendor/local/share/doc/groonga/en/html/server.html
|
1230
431
|
- vendor/local/share/doc/groonga/en/html/objects.inv
|
432
|
+
- vendor/local/share/doc/groonga/en/html/spec/gqtp.html
|
433
|
+
- vendor/local/share/doc/groonga/en/html/spec/search.html
|
434
|
+
- vendor/local/share/doc/groonga/en/html/suggest.html
|
1231
435
|
- vendor/local/share/doc/groonga/en/html/genindex.html
|
1232
|
-
- vendor/local/share/doc/groonga/en/html/
|
1233
|
-
- vendor/local/share/doc/groonga/en/html/reference.html
|
1234
|
-
- vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html
|
436
|
+
- vendor/local/share/doc/groonga/en/html/characteristic.html
|
1235
437
|
- vendor/local/share/doc/groonga/en/html/tutorial/introduction.html
|
1236
|
-
- vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html
|
1237
|
-
- vendor/local/share/doc/groonga/en/html/tutorial/data.html
|
1238
|
-
- vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html
|
1239
438
|
- vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html
|
1240
|
-
- vendor/local/share/doc/groonga/en/html/tutorial/
|
1241
|
-
- vendor/local/share/doc/groonga/en/html/tutorial/index.html
|
439
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html
|
1242
440
|
- vendor/local/share/doc/groonga/en/html/tutorial/search.html
|
1243
441
|
- vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html
|
1244
442
|
- vendor/local/share/doc/groonga/en/html/tutorial/network.html
|
1245
|
-
- vendor/local/share/doc/groonga/en/html/index.html
|
1246
|
-
- vendor/local/share/doc/groonga/en/html/
|
443
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/index.html
|
444
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html
|
445
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/data.html
|
446
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html
|
447
|
+
- vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html
|
448
|
+
- vendor/local/share/doc/groonga/en/html/search.html
|
449
|
+
- vendor/local/share/doc/groonga/en/html/development/travis-ci.html
|
450
|
+
- vendor/local/share/doc/groonga/en/html/spec.html
|
451
|
+
- vendor/local/share/doc/groonga/en/html/development.html
|
452
|
+
- vendor/local/share/doc/groonga/en/html/install.html
|
1247
453
|
- vendor/local/share/doc/groonga/en/html/news.html
|
1248
|
-
- vendor/local/share/doc/groonga/en/html/
|
1249
|
-
- vendor/local/share/doc/groonga/en/html/
|
1250
|
-
- vendor/local/share/doc/groonga/en/html/suggest.html
|
1251
|
-
- vendor/local/share/doc/groonga/en/html/characteristic.html
|
1252
|
-
- vendor/local/share/doc/groonga/en/html/suggest/introduction.html
|
1253
|
-
- vendor/local/share/doc/groonga/en/html/suggest/correction.html
|
1254
|
-
- vendor/local/share/doc/groonga/en/html/suggest/suggestion.html
|
1255
|
-
- vendor/local/share/doc/groonga/en/html/suggest/completion.html
|
1256
|
-
- vendor/local/share/doc/groonga/en/html/suggest/tutorial.html
|
1257
|
-
- vendor/local/share/doc/groonga/en/html/contribution/development.html
|
1258
|
-
- vendor/local/share/doc/groonga/en/html/contribution/development/query.html
|
454
|
+
- vendor/local/share/doc/groonga/en/html/index.html
|
455
|
+
- vendor/local/share/doc/groonga/en/html/contribution/development/com.html
|
1259
456
|
- vendor/local/share/doc/groonga/en/html/contribution/development/release.html
|
1260
457
|
- vendor/local/share/doc/groonga/en/html/contribution/development/test.html
|
1261
|
-
- vendor/local/share/doc/groonga/en/html/contribution/development/
|
458
|
+
- vendor/local/share/doc/groonga/en/html/contribution/development/query.html
|
1262
459
|
- vendor/local/share/doc/groonga/en/html/contribution/development/document.html
|
460
|
+
- vendor/local/share/doc/groonga/en/html/contribution/development.html
|
461
|
+
- vendor/local/share/doc/groonga/en/html/contribution/report.html
|
1263
462
|
- vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html
|
1264
463
|
- vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html
|
1265
464
|
- vendor/local/share/doc/groonga/en/html/contribution/documentation.html
|
1266
|
-
- vendor/local/share/doc/groonga/en/html/
|
1267
|
-
- vendor/local/share/doc/groonga/en/html/
|
1268
|
-
- vendor/local/share/doc/groonga/en/html/
|
1269
|
-
- vendor/local/share/doc/groonga/en/html/
|
1270
|
-
- vendor/local/share/doc/groonga/en/html/
|
1271
|
-
- vendor/local/share/doc/groonga/en/html/
|
1272
|
-
- vendor/local/share/doc/groonga/en/html/news
|
1273
|
-
- vendor/local/share/doc/groonga/en/html/news/1.
|
1274
|
-
- vendor/local/share/doc/groonga/en/html/
|
1275
|
-
- vendor/local/share/doc/groonga/en/html/
|
1276
|
-
- vendor/local/share/doc/groonga/en/html/
|
1277
|
-
- vendor/local/share/doc/groonga/en/html
|
1278
|
-
- vendor/local/share/doc/groonga/en/html/
|
1279
|
-
- vendor/local/share/doc/groonga/en/html/
|
1280
|
-
- vendor/local/share/doc/groonga/en/html/
|
1281
|
-
- vendor/local/share/doc/groonga/en/html/server.html
|
1282
|
-
- vendor/local/share/doc/groonga/en/html/_sources/index.txt
|
1283
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt
|
1284
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt
|
1285
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/others.txt
|
1286
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt
|
1287
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt
|
1288
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt
|
1289
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt
|
1290
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt
|
1291
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt
|
1292
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt
|
1293
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt
|
1294
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt
|
1295
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt
|
1296
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt
|
1297
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt
|
1298
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt
|
1299
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt
|
1300
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt
|
1301
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt
|
1302
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt
|
1303
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt
|
1304
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
|
1305
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt
|
1306
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt
|
1307
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt
|
1308
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt
|
1309
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt
|
1310
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt
|
1311
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt
|
1312
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
|
1313
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt
|
1314
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt
|
1315
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/view_add.txt
|
465
|
+
- vendor/local/share/doc/groonga/en/html/server/http.html
|
466
|
+
- vendor/local/share/doc/groonga/en/html/server/http/groonga.html
|
467
|
+
- vendor/local/share/doc/groonga/en/html/server/http/comparison.html
|
468
|
+
- vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html
|
469
|
+
- vendor/local/share/doc/groonga/en/html/server/gqtp.html
|
470
|
+
- vendor/local/share/doc/groonga/en/html/server/package.html
|
471
|
+
- vendor/local/share/doc/groonga/en/html/_sources/news.txt
|
472
|
+
- vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt
|
473
|
+
- vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt
|
474
|
+
- vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt
|
475
|
+
- vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt
|
476
|
+
- vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt
|
477
|
+
- vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt
|
478
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt
|
479
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt
|
1316
480
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt
|
1317
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
1318
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
1319
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
1320
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt
|
481
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt
|
482
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt
|
483
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt
|
1321
484
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt
|
485
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt
|
486
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt
|
487
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/get.txt
|
488
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/add.txt
|
489
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/set.txt
|
490
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt
|
491
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt
|
492
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt
|
1322
493
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt
|
1323
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
1324
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt
|
1325
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt
|
494
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt
|
1326
495
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt
|
1327
496
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt
|
1328
497
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt
|
1329
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt
|
1330
498
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt
|
499
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt
|
1331
500
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt
|
501
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt
|
1332
502
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt
|
1333
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
1334
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
1335
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
1336
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/
|
503
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt
|
504
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/pseudo_column.txt
|
505
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt
|
506
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt
|
507
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
|
508
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt
|
509
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt
|
510
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt
|
511
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt
|
512
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt
|
513
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt
|
514
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt
|
515
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt
|
516
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt
|
517
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt
|
518
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt
|
519
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt
|
520
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
|
521
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt
|
522
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt
|
523
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt
|
524
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt
|
525
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt
|
526
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt
|
527
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt
|
528
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt
|
529
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
|
530
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt
|
531
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt
|
532
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt
|
533
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt
|
534
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt
|
535
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt
|
1337
536
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt
|
1338
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt
|
1339
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
|
1340
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt
|
1341
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt
|
1342
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt
|
1343
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt
|
1344
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt
|
1345
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt
|
1346
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt
|
1347
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt
|
1348
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt
|
1349
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt
|
1350
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt
|
1351
537
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt
|
1352
538
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt
|
1353
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1354
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1355
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt
|
1356
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt
|
1357
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt
|
1358
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server.txt
|
1359
|
-
- vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt
|
539
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt
|
540
|
+
- vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt
|
1360
541
|
- vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
|
1361
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1362
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
542
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt
|
543
|
+
- vendor/local/share/doc/groonga/en/html/_sources/spec.txt
|
1363
544
|
- vendor/local/share/doc/groonga/en/html/_sources/geolocation_search.txt
|
1364
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1365
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
545
|
+
- vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt
|
546
|
+
- vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt
|
547
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference.txt
|
548
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt
|
549
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt
|
550
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt
|
1366
551
|
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt
|
1367
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt
|
1368
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt
|
1369
552
|
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt
|
553
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt
|
1370
554
|
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt
|
1371
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt
|
1372
555
|
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt
|
1373
556
|
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt
|
1374
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/
|
1375
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/
|
1376
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news.txt
|
557
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt
|
558
|
+
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt
|
1377
559
|
- vendor/local/share/doc/groonga/en/html/_sources/suggest.txt
|
1378
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install.txt
|
1379
|
-
- vendor/local/share/doc/groonga/en/html/_sources/development.txt
|
1380
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt
|
1381
560
|
- vendor/local/share/doc/groonga/en/html/_sources/community.txt
|
1382
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1383
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1384
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1385
|
-
- vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt
|
1386
|
-
- vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt
|
1387
|
-
- vendor/local/share/doc/groonga/en/html/_sources/spec.txt
|
1388
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt
|
561
|
+
- vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt
|
562
|
+
- vendor/local/share/doc/groonga/en/html/_sources/server.txt
|
563
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt
|
1389
564
|
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt
|
1390
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt
|
1391
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt
|
1392
565
|
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt
|
1393
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/
|
566
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt
|
567
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt
|
568
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt
|
569
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt
|
1394
570
|
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt
|
571
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt
|
1395
572
|
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt
|
1396
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1397
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1398
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1399
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1400
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1401
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1402
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1403
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1404
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1405
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1406
|
-
- vendor/local/share/doc/groonga/en/html/_sources/
|
1407
|
-
- vendor/local/share/doc/groonga/en/html/
|
1408
|
-
- vendor/local/share/doc/groonga/en/html/
|
1409
|
-
- vendor/local/share/doc/groonga/en/html/
|
1410
|
-
- vendor/local/share/doc/groonga/en/html/
|
573
|
+
- vendor/local/share/doc/groonga/en/html/_sources/server/http.txt
|
574
|
+
- vendor/local/share/doc/groonga/en/html/_sources/server/package.txt
|
575
|
+
- vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt
|
576
|
+
- vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt
|
577
|
+
- vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt
|
578
|
+
- vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt
|
579
|
+
- vendor/local/share/doc/groonga/en/html/_sources/index.txt
|
580
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install.txt
|
581
|
+
- vendor/local/share/doc/groonga/en/html/_sources/contribution.txt
|
582
|
+
- vendor/local/share/doc/groonga/en/html/_sources/limitations.txt
|
583
|
+
- vendor/local/share/doc/groonga/en/html/_sources/development.txt
|
584
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt
|
585
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt
|
586
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt
|
587
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt
|
588
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt
|
589
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt
|
590
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt
|
591
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt
|
592
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt
|
593
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/others.txt
|
594
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt
|
595
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt
|
596
|
+
- vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt
|
597
|
+
- vendor/local/share/doc/groonga/en/html/_static/down-pressed.png
|
1411
598
|
- vendor/local/share/doc/groonga/en/html/_static/favicon.ico
|
1412
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
1413
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
599
|
+
- vendor/local/share/doc/groonga/en/html/_static/down.png
|
600
|
+
- vendor/local/share/doc/groonga/en/html/_static/pygments.css
|
1414
601
|
- vendor/local/share/doc/groonga/en/html/_static/comment-close.png
|
1415
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
1416
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
602
|
+
- vendor/local/share/doc/groonga/en/html/_static/minus.png
|
603
|
+
- vendor/local/share/doc/groonga/en/html/_static/groonga.css
|
604
|
+
- vendor/local/share/doc/groonga/en/html/_static/jp.png
|
1417
605
|
- vendor/local/share/doc/groonga/en/html/_static/logo.png
|
1418
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
1419
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
1420
|
-
- vendor/local/share/doc/groonga/en/html/_static/header-background.png
|
1421
|
-
- vendor/local/share/doc/groonga/en/html/_static/comment.png
|
606
|
+
- vendor/local/share/doc/groonga/en/html/_static/underscore.js
|
607
|
+
- vendor/local/share/doc/groonga/en/html/_static/jquery.js
|
1422
608
|
- vendor/local/share/doc/groonga/en/html/_static/searchtools.js
|
609
|
+
- vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png
|
1423
610
|
- vendor/local/share/doc/groonga/en/html/_static/up-pressed.png
|
1424
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
1425
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
1426
|
-
- vendor/local/share/doc/groonga/en/html/_static/plus.png
|
1427
|
-
- vendor/local/share/doc/groonga/en/html/_static/minus.png
|
1428
|
-
- vendor/local/share/doc/groonga/en/html/_static/jp.png
|
1429
|
-
- vendor/local/share/doc/groonga/en/html/_static/groonga.css
|
611
|
+
- vendor/local/share/doc/groonga/en/html/_static/us.png
|
612
|
+
- vendor/local/share/doc/groonga/en/html/_static/comment-bright.png
|
1430
613
|
- vendor/local/share/doc/groonga/en/html/_static/up.png
|
1431
|
-
- vendor/local/share/doc/groonga/en/html/_static/
|
614
|
+
- vendor/local/share/doc/groonga/en/html/_static/basic.css
|
615
|
+
- vendor/local/share/doc/groonga/en/html/_static/file.png
|
616
|
+
- vendor/local/share/doc/groonga/en/html/_static/comment.png
|
617
|
+
- vendor/local/share/doc/groonga/en/html/_static/header-background.png
|
618
|
+
- vendor/local/share/doc/groonga/en/html/_static/doctools.js
|
619
|
+
- vendor/local/share/doc/groonga/en/html/_static/ajax-loader.gif
|
620
|
+
- vendor/local/share/doc/groonga/en/html/_static/websupport.js
|
621
|
+
- vendor/local/share/doc/groonga/en/html/_static/plus.png
|
622
|
+
- vendor/local/share/doc/groonga/en/html/_images/geo-points.png
|
623
|
+
- vendor/local/share/doc/groonga/en/html/limitations.html
|
624
|
+
- vendor/local/share/doc/groonga/en/html/.buildinfo
|
625
|
+
- vendor/local/share/doc/groonga/en/html/troubleshooting.html
|
626
|
+
- vendor/local/share/doc/groonga/en/html/suggest/introduction.html
|
627
|
+
- vendor/local/share/doc/groonga/en/html/suggest/tutorial.html
|
628
|
+
- vendor/local/share/doc/groonga/en/html/suggest/completion.html
|
629
|
+
- vendor/local/share/doc/groonga/en/html/suggest/correction.html
|
630
|
+
- vendor/local/share/doc/groonga/en/html/suggest/suggestion.html
|
631
|
+
- vendor/local/share/doc/groonga/en/html/community.html
|
632
|
+
- vendor/local/share/doc/groonga/en/html/install/others.html
|
633
|
+
- vendor/local/share/doc/groonga/en/html/install/ubuntu.html
|
634
|
+
- vendor/local/share/doc/groonga/en/html/install/centos.html
|
635
|
+
- vendor/local/share/doc/groonga/en/html/install/windows.html
|
636
|
+
- vendor/local/share/doc/groonga/en/html/install/fedora.html
|
637
|
+
- vendor/local/share/doc/groonga/en/html/install/debian.html
|
638
|
+
- vendor/local/share/doc/groonga/en/html/install/solaris.html
|
639
|
+
- vendor/local/share/doc/groonga/en/html/install/mac_os_x.html
|
640
|
+
- vendor/local/share/doc/groonga/ja/html/reference.html
|
641
|
+
- vendor/local/share/doc/groonga/ja/html/searchindex.js
|
642
|
+
- vendor/local/share/doc/groonga/ja/html/news/senna.html
|
643
|
+
- vendor/local/share/doc/groonga/ja/html/news/1.0.x.html
|
644
|
+
- vendor/local/share/doc/groonga/ja/html/news/1.1.x.html
|
645
|
+
- vendor/local/share/doc/groonga/ja/html/news/0.x.html
|
646
|
+
- vendor/local/share/doc/groonga/ja/html/news/1.2.x.html
|
647
|
+
- vendor/local/share/doc/groonga/ja/html/contribution.html
|
648
|
+
- vendor/local/share/doc/groonga/ja/html/geolocation_search.html
|
649
|
+
- vendor/local/share/doc/groonga/ja/html/reference/api.html
|
650
|
+
- vendor/local/share/doc/groonga/ja/html/reference/output.html
|
651
|
+
- vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html
|
652
|
+
- vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html
|
653
|
+
- vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html
|
654
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables.html
|
655
|
+
- vendor/local/share/doc/groonga/ja/html/reference/types.html
|
656
|
+
- vendor/local/share/doc/groonga/ja/html/reference/log.html
|
657
|
+
- vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html
|
658
|
+
- vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html
|
659
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html
|
660
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html
|
661
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html
|
662
|
+
- vendor/local/share/doc/groonga/ja/html/reference/cast.html
|
663
|
+
- vendor/local/share/doc/groonga/ja/html/reference/tables.html
|
664
|
+
- vendor/local/share/doc/groonga/ja/html/reference/command.html
|
665
|
+
- vendor/local/share/doc/groonga/ja/html/reference/function.html
|
666
|
+
- vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html
|
667
|
+
- vendor/local/share/doc/groonga/ja/html/reference/normalizers.html
|
668
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html
|
669
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html
|
670
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html
|
671
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html
|
672
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html
|
673
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/query.html
|
674
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/now.html
|
675
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html
|
676
|
+
- vendor/local/share/doc/groonga/ja/html/reference/indexing.html
|
677
|
+
- vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html
|
678
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html
|
679
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html
|
680
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html
|
681
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html
|
682
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html
|
683
|
+
- vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html
|
684
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html
|
685
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html
|
686
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html
|
687
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/load.html
|
688
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html
|
689
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/check.html
|
690
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html
|
691
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html
|
692
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html
|
693
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html
|
694
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html
|
695
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/select.html
|
696
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html
|
697
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html
|
698
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html
|
699
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html
|
700
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html
|
701
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html
|
702
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html
|
703
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/register.html
|
704
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html
|
705
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/status.html
|
706
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html
|
707
|
+
- vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html
|
708
|
+
- vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html
|
709
|
+
- vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html
|
710
|
+
- vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html
|
711
|
+
- vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html
|
712
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial.html
|
713
|
+
- vendor/local/share/doc/groonga/ja/html/server.html
|
714
|
+
- vendor/local/share/doc/groonga/ja/html/objects.inv
|
715
|
+
- vendor/local/share/doc/groonga/ja/html/spec/gqtp.html
|
716
|
+
- vendor/local/share/doc/groonga/ja/html/spec/search.html
|
717
|
+
- vendor/local/share/doc/groonga/ja/html/suggest.html
|
718
|
+
- vendor/local/share/doc/groonga/ja/html/genindex.html
|
719
|
+
- vendor/local/share/doc/groonga/ja/html/characteristic.html
|
720
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html
|
721
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html
|
722
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html
|
723
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/search.html
|
724
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html
|
725
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/network.html
|
726
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/index.html
|
727
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html
|
728
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/data.html
|
729
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html
|
730
|
+
- vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html
|
731
|
+
- vendor/local/share/doc/groonga/ja/html/search.html
|
732
|
+
- vendor/local/share/doc/groonga/ja/html/development/travis-ci.html
|
733
|
+
- vendor/local/share/doc/groonga/ja/html/spec.html
|
734
|
+
- vendor/local/share/doc/groonga/ja/html/development.html
|
735
|
+
- vendor/local/share/doc/groonga/ja/html/install.html
|
736
|
+
- vendor/local/share/doc/groonga/ja/html/news.html
|
737
|
+
- vendor/local/share/doc/groonga/ja/html/index.html
|
738
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development/com.html
|
739
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development/release.html
|
740
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development/test.html
|
741
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development/query.html
|
742
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development/document.html
|
743
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/development.html
|
744
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/report.html
|
745
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html
|
746
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html
|
747
|
+
- vendor/local/share/doc/groonga/ja/html/contribution/documentation.html
|
748
|
+
- vendor/local/share/doc/groonga/ja/html/server/http.html
|
749
|
+
- vendor/local/share/doc/groonga/ja/html/server/http/groonga.html
|
750
|
+
- vendor/local/share/doc/groonga/ja/html/server/http/comparison.html
|
751
|
+
- vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html
|
752
|
+
- vendor/local/share/doc/groonga/ja/html/server/gqtp.html
|
753
|
+
- vendor/local/share/doc/groonga/ja/html/server/package.html
|
754
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/news.txt
|
755
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt
|
756
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt
|
757
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt
|
758
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt
|
759
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt
|
760
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt
|
761
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt
|
762
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt
|
763
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt
|
764
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt
|
765
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt
|
766
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt
|
767
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt
|
768
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt
|
769
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt
|
770
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/get.txt
|
771
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/add.txt
|
772
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/set.txt
|
773
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt
|
774
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt
|
775
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt
|
776
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt
|
777
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt
|
778
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt
|
779
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt
|
780
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt
|
781
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt
|
782
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt
|
783
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt
|
784
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt
|
785
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt
|
786
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt
|
787
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/pseudo_column.txt
|
788
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt
|
789
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt
|
790
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
|
791
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt
|
792
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt
|
793
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt
|
794
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt
|
795
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt
|
796
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt
|
797
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt
|
798
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt
|
799
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt
|
800
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt
|
801
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt
|
802
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt
|
803
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
|
804
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt
|
805
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt
|
806
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt
|
807
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt
|
808
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt
|
809
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt
|
810
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt
|
811
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt
|
812
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
|
813
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt
|
814
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt
|
815
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt
|
816
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt
|
817
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt
|
818
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt
|
819
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt
|
820
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt
|
821
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt
|
822
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt
|
823
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt
|
824
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
|
825
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt
|
826
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/spec.txt
|
827
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/geolocation_search.txt
|
828
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt
|
829
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt
|
830
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference.txt
|
831
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt
|
832
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt
|
833
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt
|
834
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt
|
835
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt
|
836
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt
|
837
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt
|
838
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt
|
839
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt
|
840
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt
|
841
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt
|
842
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt
|
843
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/community.txt
|
844
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt
|
845
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/server.txt
|
846
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt
|
847
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt
|
848
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt
|
849
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt
|
850
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt
|
851
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt
|
852
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt
|
853
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt
|
854
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt
|
855
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt
|
856
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt
|
857
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt
|
858
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt
|
859
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt
|
860
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt
|
861
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt
|
862
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/index.txt
|
863
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install.txt
|
864
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt
|
865
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt
|
866
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/development.txt
|
867
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt
|
868
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt
|
869
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt
|
870
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt
|
871
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt
|
872
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt
|
873
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt
|
874
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt
|
875
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt
|
876
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt
|
877
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt
|
878
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt
|
879
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt
|
880
|
+
- vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png
|
881
|
+
- vendor/local/share/doc/groonga/ja/html/_static/favicon.ico
|
882
|
+
- vendor/local/share/doc/groonga/ja/html/_static/down.png
|
883
|
+
- vendor/local/share/doc/groonga/ja/html/_static/pygments.css
|
884
|
+
- vendor/local/share/doc/groonga/ja/html/_static/comment-close.png
|
885
|
+
- vendor/local/share/doc/groonga/ja/html/_static/minus.png
|
886
|
+
- vendor/local/share/doc/groonga/ja/html/_static/groonga.css
|
887
|
+
- vendor/local/share/doc/groonga/ja/html/_static/jp.png
|
888
|
+
- vendor/local/share/doc/groonga/ja/html/_static/logo.png
|
889
|
+
- vendor/local/share/doc/groonga/ja/html/_static/underscore.js
|
890
|
+
- vendor/local/share/doc/groonga/ja/html/_static/jquery.js
|
891
|
+
- vendor/local/share/doc/groonga/ja/html/_static/searchtools.js
|
892
|
+
- vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png
|
893
|
+
- vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png
|
894
|
+
- vendor/local/share/doc/groonga/ja/html/_static/us.png
|
895
|
+
- vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png
|
896
|
+
- vendor/local/share/doc/groonga/ja/html/_static/up.png
|
897
|
+
- vendor/local/share/doc/groonga/ja/html/_static/basic.css
|
898
|
+
- vendor/local/share/doc/groonga/ja/html/_static/file.png
|
899
|
+
- vendor/local/share/doc/groonga/ja/html/_static/comment.png
|
900
|
+
- vendor/local/share/doc/groonga/ja/html/_static/header-background.png
|
901
|
+
- vendor/local/share/doc/groonga/ja/html/_static/doctools.js
|
902
|
+
- vendor/local/share/doc/groonga/ja/html/_static/ajax-loader.gif
|
903
|
+
- vendor/local/share/doc/groonga/ja/html/_static/websupport.js
|
904
|
+
- vendor/local/share/doc/groonga/ja/html/_static/plus.png
|
905
|
+
- vendor/local/share/doc/groonga/ja/html/_images/geo-points.png
|
906
|
+
- vendor/local/share/doc/groonga/ja/html/limitations.html
|
907
|
+
- vendor/local/share/doc/groonga/ja/html/.buildinfo
|
908
|
+
- vendor/local/share/doc/groonga/ja/html/troubleshooting.html
|
909
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/introduction.html
|
910
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html
|
911
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/completion.html
|
912
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/correction.html
|
913
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html
|
914
|
+
- vendor/local/share/doc/groonga/ja/html/community.html
|
915
|
+
- vendor/local/share/doc/groonga/ja/html/install/others.html
|
916
|
+
- vendor/local/share/doc/groonga/ja/html/install/ubuntu.html
|
917
|
+
- vendor/local/share/doc/groonga/ja/html/install/centos.html
|
918
|
+
- vendor/local/share/doc/groonga/ja/html/install/windows.html
|
919
|
+
- vendor/local/share/doc/groonga/ja/html/install/fedora.html
|
920
|
+
- vendor/local/share/doc/groonga/ja/html/install/debian.html
|
921
|
+
- vendor/local/share/doc/groonga/ja/html/install/solaris.html
|
922
|
+
- vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html
|
1432
923
|
- vendor/local/share/man/ja/man1/groonga.1
|
1433
|
-
- vendor/local/share/man/man1/groonga.1
|
1434
924
|
- vendor/local/share/man/man1/mecab.1
|
1435
|
-
- vendor/local/
|
1436
|
-
- vendor/local/
|
1437
|
-
- vendor/local/
|
1438
|
-
- vendor/local/
|
1439
|
-
- vendor/local/
|
1440
|
-
- vendor/local/
|
1441
|
-
- vendor/local/
|
1442
|
-
- vendor/local/
|
1443
|
-
- vendor/local/
|
1444
|
-
- vendor/local/
|
1445
|
-
- vendor/local/
|
1446
|
-
- vendor/local/
|
1447
|
-
- vendor/local/
|
1448
|
-
- vendor/local/
|
1449
|
-
- vendor/local/
|
1450
|
-
- vendor/local/
|
1451
|
-
- vendor/local/
|
1452
|
-
- vendor/local/
|
1453
|
-
- vendor/local/
|
1454
|
-
- vendor/local/
|
1455
|
-
- vendor/local/
|
1456
|
-
- vendor/local/
|
1457
|
-
- vendor/local/
|
1458
|
-
- vendor/local/
|
1459
|
-
- vendor/local/
|
1460
|
-
- vendor/local/
|
1461
|
-
- vendor/local/
|
1462
|
-
- vendor/local/
|
1463
|
-
- vendor/local/
|
1464
|
-
- vendor/local/
|
1465
|
-
- vendor/local/
|
1466
|
-
- vendor/local/
|
1467
|
-
- vendor/local/
|
1468
|
-
- vendor/local/
|
1469
|
-
- vendor/local/
|
1470
|
-
- vendor/local/
|
1471
|
-
- vendor/local/
|
1472
|
-
- vendor/local/
|
1473
|
-
- vendor/local/
|
1474
|
-
- vendor/local/
|
1475
|
-
- vendor/local/
|
1476
|
-
- vendor/local/
|
1477
|
-
- vendor/local/
|
925
|
+
- vendor/local/share/man/man1/groonga.1
|
926
|
+
- vendor/local/share/groonga/examples/dictionary/readme.txt
|
927
|
+
- vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.6.0.min.js
|
928
|
+
- vendor/local/share/groonga/examples/dictionary/html/js/dictionary.js
|
929
|
+
- vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.12.min.js
|
930
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/dictionary.css
|
931
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
|
932
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
|
933
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
|
934
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
|
935
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
|
936
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
|
937
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
|
938
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
|
939
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
|
940
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
|
941
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
|
942
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
|
943
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
|
944
|
+
- vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
|
945
|
+
- vendor/local/share/groonga/examples/dictionary/html/index.html
|
946
|
+
- vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb
|
947
|
+
- vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh
|
948
|
+
- vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb
|
949
|
+
- vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb
|
950
|
+
- vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh
|
951
|
+
- vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh
|
952
|
+
- vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
|
953
|
+
- vendor/local/share/groonga/examples/dictionary/init-db.sh
|
954
|
+
- vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg
|
955
|
+
- vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png
|
956
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon.svg
|
957
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg
|
958
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon.png
|
959
|
+
- vendor/local/share/groonga/images/logo/groonga-icon.svg
|
960
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg
|
961
|
+
- vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg
|
962
|
+
- vendor/local/share/groonga/images/logo/groonga-logo.png
|
963
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png
|
964
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon.png
|
965
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon.svg
|
966
|
+
- vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png
|
967
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg
|
968
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png
|
969
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg
|
970
|
+
- vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png
|
971
|
+
- vendor/local/share/groonga/images/logo/nroonga-logo.svg
|
972
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png
|
973
|
+
- vendor/local/share/groonga/images/logo/mroonga-logo.svg
|
974
|
+
- vendor/local/share/groonga/images/logo/groonga-icon.png
|
975
|
+
- vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg
|
976
|
+
- vendor/local/share/groonga/images/logo/nroonga-logo.png
|
977
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg
|
978
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon.png
|
979
|
+
- vendor/local/share/groonga/images/logo/mroonga-logo.png
|
980
|
+
- vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png
|
981
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png
|
982
|
+
- vendor/local/share/groonga/images/logo/rroonga-logo.svg
|
983
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg
|
984
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg
|
985
|
+
- vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg
|
986
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg
|
987
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png
|
988
|
+
- vendor/local/share/groonga/images/logo/groonga-icon-full-size.png
|
989
|
+
- vendor/local/share/groonga/images/logo/rroonga-logo.png
|
990
|
+
- vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png
|
991
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png
|
992
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg
|
993
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png
|
994
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png
|
995
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon.svg
|
996
|
+
- vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg
|
997
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png
|
998
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png
|
999
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg
|
1000
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png
|
1001
|
+
- vendor/local/share/groonga/images/logo/groonga-logo.svg
|
1002
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg
|
1003
|
+
- vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg
|
1004
|
+
- vendor/local/share/groonga/html/admin/favicon.svg
|
1005
|
+
- vendor/local/share/groonga/html/admin/favicon.ico
|
1006
|
+
- vendor/local/share/groonga/html/admin/favicon.png
|
1007
|
+
- vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js
|
1008
|
+
- vendor/local/share/groonga/html/admin/js/jquery.flot.license.txt
|
1009
|
+
- vendor/local/share/groonga/html/admin/js/groonga-admin.js
|
1010
|
+
- vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js
|
1011
|
+
- vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js
|
1012
|
+
- vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js
|
1013
|
+
- vendor/local/share/groonga/html/admin/css/redmond/jquery-ui-1.8.18.custom.css
|
1014
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png
|
1015
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
|
1016
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png
|
1017
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
|
1018
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
|
1019
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
|
1020
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png
|
1021
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
|
1022
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
|
1023
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png
|
1024
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
|
1025
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
|
1026
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png
|
1027
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png
|
1028
|
+
- vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png
|
1029
|
+
- vendor/local/share/groonga/html/admin/css/groonga-admin.css
|
1030
|
+
- vendor/local/share/groonga/html/admin/images/groonga.svg
|
1031
|
+
- vendor/local/share/groonga/html/admin/images/groonga.png
|
1032
|
+
- vendor/local/share/groonga/html/admin/images/loading.gif
|
1033
|
+
- vendor/local/share/groonga/html/admin/index.html
|
1034
|
+
- vendor/local/share/mecab/dic/naist-jdic/unk.dic
|
1035
|
+
- vendor/local/share/mecab/dic/naist-jdic/matrix.bin
|
1036
|
+
- vendor/local/share/mecab/dic/naist-jdic/unk.def
|
1037
|
+
- vendor/local/share/mecab/dic/naist-jdic/feature.def
|
1038
|
+
- vendor/local/share/mecab/dic/naist-jdic/matrix.def
|
1039
|
+
- vendor/local/share/mecab/dic/naist-jdic/left-id.def
|
1040
|
+
- vendor/local/share/mecab/dic/naist-jdic/pos-id.def
|
1041
|
+
- vendor/local/share/mecab/dic/naist-jdic/char.bin
|
1042
|
+
- vendor/local/share/mecab/dic/naist-jdic/sys.dic
|
1043
|
+
- vendor/local/share/mecab/dic/naist-jdic/naist-jdic.csv
|
1044
|
+
- vendor/local/share/mecab/dic/naist-jdic/rewrite.def
|
1045
|
+
- vendor/local/share/mecab/dic/naist-jdic/dicrc
|
1046
|
+
- vendor/local/share/mecab/dic/naist-jdic/right-id.def
|
1047
|
+
- vendor/local/share/mecab/dic/naist-jdic/char.def
|
1048
|
+
- vendor/local/share/license/msgpack/COPYING
|
1049
|
+
- vendor/local/share/license/msgpack/LICENSE
|
1050
|
+
- vendor/local/share/license/msgpack/AUTHORS
|
1051
|
+
- vendor/local/share/license/naist-jdic/COPYING
|
1052
|
+
- vendor/local/share/license/naist-jdic/AUTHORS
|
1053
|
+
- vendor/local/share/license/groonga/COPYING
|
1054
|
+
- vendor/local/share/license/groonga/AUTHORS
|
1055
|
+
- vendor/local/share/license/mecab/GPL
|
1056
|
+
- vendor/local/share/license/mecab/BSD
|
1057
|
+
- vendor/local/share/license/mecab/COPYING
|
1058
|
+
- vendor/local/share/license/mecab/LGPL
|
1059
|
+
- vendor/local/share/license/mecab/AUTHORS
|
1060
|
+
- vendor/local/sbin/groonga-httpd-restart
|
1478
1061
|
- vendor/local/libexec/mecab/mecab-test-gen.exe
|
1479
|
-
- vendor/local/libexec/mecab/mecab-dict-index.exe
|
1480
|
-
- vendor/local/libexec/mecab/mecab-cost-train.exe
|
1481
1062
|
- vendor/local/libexec/mecab/mecab-system-eval.exe
|
1063
|
+
- vendor/local/libexec/mecab/mecab-cost-train.exe
|
1064
|
+
- vendor/local/libexec/mecab/mecab-dict-index.exe
|
1482
1065
|
- vendor/local/libexec/mecab/mecab-dict-gen.exe
|
1483
|
-
- vendor/local/include/mecab.h
|
1484
|
-
- vendor/local/include/groonga/groonga/normalizer.h
|
1485
|
-
- vendor/local/include/groonga/groonga/tokenizer.h
|
1486
|
-
- vendor/local/include/groonga/groonga/plugin.h
|
1487
|
-
- vendor/local/include/groonga/groonga.h
|
1488
1066
|
- vendor/local/include/msgpack.hpp
|
1489
1067
|
- vendor/local/include/msgpack.h
|
1490
|
-
- vendor/local/include/msgpack/
|
1491
|
-
- vendor/local/include/msgpack/
|
1492
|
-
- vendor/local/include/msgpack/type.hpp
|
1493
|
-
- vendor/local/include/msgpack/pack_define.h
|
1494
|
-
- vendor/local/include/msgpack/pack_template.h
|
1068
|
+
- vendor/local/include/msgpack/unpack.h
|
1069
|
+
- vendor/local/include/msgpack/object.hpp
|
1495
1070
|
- vendor/local/include/msgpack/sbuffer.hpp
|
1496
|
-
- vendor/local/include/msgpack/
|
1497
|
-
- vendor/local/include/msgpack/
|
1071
|
+
- vendor/local/include/msgpack/pack_template.h
|
1072
|
+
- vendor/local/include/msgpack/unpack_define.h
|
1073
|
+
- vendor/local/include/msgpack/pack.h
|
1498
1074
|
- vendor/local/include/msgpack/vrefbuffer.h
|
1499
|
-
- vendor/local/include/msgpack/
|
1500
|
-
- vendor/local/include/msgpack/
|
1075
|
+
- vendor/local/include/msgpack/zone.h
|
1076
|
+
- vendor/local/include/msgpack/pack_define.h
|
1501
1077
|
- vendor/local/include/msgpack/unpack_template.h
|
1502
|
-
- vendor/local/include/msgpack/
|
1503
|
-
- vendor/local/include/msgpack/object.h
|
1504
|
-
- vendor/local/include/msgpack/type/define.hpp
|
1078
|
+
- vendor/local/include/msgpack/zbuffer.h
|
1505
1079
|
- vendor/local/include/msgpack/type/bool.hpp
|
1506
|
-
- vendor/local/include/msgpack/type/tuple.hpp
|
1507
1080
|
- vendor/local/include/msgpack/type/raw.hpp
|
1508
|
-
- vendor/local/include/msgpack/type/
|
1081
|
+
- vendor/local/include/msgpack/type/pair.hpp
|
1509
1082
|
- vendor/local/include/msgpack/type/float.hpp
|
1510
|
-
- vendor/local/include/msgpack/type/
|
1083
|
+
- vendor/local/include/msgpack/type/nil.hpp
|
1084
|
+
- vendor/local/include/msgpack/type/tuple.hpp
|
1511
1085
|
- vendor/local/include/msgpack/type/map.hpp
|
1512
|
-
- vendor/local/include/msgpack/type/pair.hpp
|
1513
|
-
- vendor/local/include/msgpack/type/tr1/unordered_set.hpp
|
1514
|
-
- vendor/local/include/msgpack/type/tr1/unordered_map.hpp
|
1515
|
-
- vendor/local/include/msgpack/type/set.hpp
|
1516
|
-
- vendor/local/include/msgpack/type/int.hpp
|
1517
1086
|
- vendor/local/include/msgpack/type/fixint.hpp
|
1087
|
+
- vendor/local/include/msgpack/type/list.hpp
|
1088
|
+
- vendor/local/include/msgpack/type/set.hpp
|
1518
1089
|
- vendor/local/include/msgpack/type/vector.hpp
|
1519
|
-
- vendor/local/include/msgpack/type/nil.hpp
|
1520
1090
|
- vendor/local/include/msgpack/type/string.hpp
|
1521
|
-
- vendor/local/include/msgpack/
|
1522
|
-
- vendor/local/include/msgpack/
|
1523
|
-
- vendor/local/include/msgpack/
|
1091
|
+
- vendor/local/include/msgpack/type/int.hpp
|
1092
|
+
- vendor/local/include/msgpack/type/tr1/unordered_map.hpp
|
1093
|
+
- vendor/local/include/msgpack/type/tr1/unordered_set.hpp
|
1094
|
+
- vendor/local/include/msgpack/type/define.hpp
|
1095
|
+
- vendor/local/include/msgpack/type/deque.hpp
|
1096
|
+
- vendor/local/include/msgpack/zbuffer.hpp
|
1097
|
+
- vendor/local/include/msgpack/type.hpp
|
1524
1098
|
- vendor/local/include/msgpack/vrefbuffer.hpp
|
1525
|
-
- vendor/local/include/msgpack/pack.
|
1099
|
+
- vendor/local/include/msgpack/pack.hpp
|
1100
|
+
- vendor/local/include/msgpack/zone.hpp
|
1101
|
+
- vendor/local/include/msgpack/version.h
|
1526
1102
|
- vendor/local/include/msgpack/sysdep.h
|
1527
|
-
- vendor/local/include/msgpack/
|
1103
|
+
- vendor/local/include/msgpack/unpack.hpp
|
1104
|
+
- vendor/local/include/msgpack/sbuffer.h
|
1105
|
+
- vendor/local/include/msgpack/object.h
|
1106
|
+
- vendor/local/include/mecab.h
|
1107
|
+
- vendor/local/include/groonga/groonga/plugin.h
|
1108
|
+
- vendor/local/include/groonga/groonga/tokenizer.h
|
1109
|
+
- vendor/local/include/groonga/groonga/normalizer.h
|
1110
|
+
- vendor/local/include/groonga/groonga.h
|
1111
|
+
- vendor/local/etc/groonga/httpd/groonga-httpd.conf
|
1112
|
+
- vendor/local/etc/groonga/groonga.conf
|
1113
|
+
- vendor/local/etc/groonga/synonyms.tsv
|
1114
|
+
- vendor/local/bin/libgroonga-0.dll
|
1115
|
+
- vendor/local/bin/libmsgpack-3.dll
|
1116
|
+
- vendor/local/bin/libstdc++-6.dll
|
1117
|
+
- vendor/local/bin/groonga-benchmark.exe
|
1118
|
+
- vendor/local/bin/mecab-config
|
1119
|
+
- vendor/local/bin/mecab.exe
|
1120
|
+
- vendor/local/bin/libgcc_s_sjlj-1.dll
|
1121
|
+
- vendor/local/bin/mecabrc
|
1122
|
+
- vendor/local/bin/libmecab-1.dll
|
1123
|
+
- vendor/local/bin/libmsgpackc-2.dll
|
1124
|
+
- vendor/local/bin/groonga.exe
|
1125
|
+
has_rdoc: true
|
1528
1126
|
homepage: http://groonga.rubyforge.org/#about-rroonga
|
1529
1127
|
licenses:
|
1530
1128
|
- LGPLv2
|
@@ -1554,56 +1152,54 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1554
1152
|
requirements: []
|
1555
1153
|
|
1556
1154
|
rubyforge_project: groonga
|
1557
|
-
rubygems_version: 1.
|
1155
|
+
rubygems_version: 1.6.2
|
1558
1156
|
signing_key:
|
1559
1157
|
specification_version: 3
|
1560
1158
|
summary: Ruby bindings for groonga that provide full text search and column store features.
|
1561
1159
|
test_files:
|
1562
|
-
- test/test-
|
1563
|
-
- test/test-accessor.rb
|
1564
|
-
- test/test-database-dumper.rb
|
1565
|
-
- test/test-index-column.rb
|
1566
|
-
- test/groonga-test-utils.rb
|
1567
|
-
- test/test-pagination.rb
|
1568
|
-
- test/test-table.rb
|
1569
|
-
- test/test-variable-size-column.rb
|
1570
|
-
- test/test-plugin.rb
|
1571
|
-
- test/test-hash.rb
|
1572
|
-
- test/test-table-traverse.rb
|
1573
|
-
- test/test-encoding.rb
|
1574
|
-
- test/test-schema-create-table.rb
|
1160
|
+
- test/test-expression.rb
|
1575
1161
|
- test/test-type.rb
|
1576
|
-
- test/test
|
1577
|
-
- test/test-
|
1578
|
-
- test/test-
|
1579
|
-
- test/test-
|
1162
|
+
- test/run-test.rb
|
1163
|
+
- test/test-schema-dumper.rb
|
1164
|
+
- test/test-command-select.rb
|
1165
|
+
- test/test-record.rb
|
1166
|
+
- test/test-schema-create-table.rb
|
1580
1167
|
- test/test-geo-point.rb
|
1581
|
-
- test/test-
|
1168
|
+
- test/test-procedure.rb
|
1582
1169
|
- test/test-logger.rb
|
1583
|
-
- test/test-
|
1584
|
-
- test/test-record.rb
|
1170
|
+
- test/test-expression-builder.rb
|
1585
1171
|
- test/test-column.rb
|
1586
|
-
- test/test-
|
1587
|
-
- test/
|
1588
|
-
- test/test-
|
1589
|
-
- test/test-
|
1590
|
-
- test/test-
|
1591
|
-
- test/test-
|
1592
|
-
- test/test-
|
1593
|
-
- test/test-
|
1594
|
-
- test/test-
|
1595
|
-
- test/test-expression.rb
|
1596
|
-
- test/test-normalizer.rb
|
1597
|
-
- test/test-vector-column.rb
|
1598
|
-
- test/test-version.rb
|
1599
|
-
- test/test-schema-view.rb
|
1172
|
+
- test/test-database-dumper.rb
|
1173
|
+
- test/test-accessor.rb
|
1174
|
+
- test/test-table-select.rb
|
1175
|
+
- test/test-array.rb
|
1176
|
+
- test/test-gqtp.rb
|
1177
|
+
- test/test-table-offset-and-limit.rb
|
1178
|
+
- test/test-pagination.rb
|
1179
|
+
- test/test-table-select-weight.rb
|
1180
|
+
- test/test-variable.rb
|
1600
1181
|
- test/test-index-cursor.rb
|
1182
|
+
- test/test-hash.rb
|
1601
1183
|
- test/test-double-array-trie.rb
|
1602
|
-
- test/test-
|
1603
|
-
- test/test-
|
1184
|
+
- test/test-plugin.rb
|
1185
|
+
- test/test-variable-size-column.rb
|
1186
|
+
- test/groonga-test-utils.rb
|
1187
|
+
- test/test-table-dumper.rb
|
1188
|
+
- test/test-normalizer.rb
|
1604
1189
|
- test/test-schema-type.rb
|
1605
|
-
- test/test-
|
1606
|
-
- test/test-
|
1190
|
+
- test/test-patricia-trie.rb
|
1191
|
+
- test/test-version.rb
|
1192
|
+
- test/test-table-traverse.rb
|
1607
1193
|
- test/test-context.rb
|
1194
|
+
- test/test-table-select-mecab.rb
|
1195
|
+
- test/test-database.rb
|
1196
|
+
- test/test-table-select-normalize.rb
|
1197
|
+
- test/test-table.rb
|
1198
|
+
- test/test-remote.rb
|
1608
1199
|
- test/test-snippet.rb
|
1609
|
-
- test/test-
|
1200
|
+
- test/test-vector-column.rb
|
1201
|
+
- test/test-fix-size-column.rb
|
1202
|
+
- test/test-exception.rb
|
1203
|
+
- test/test-encoding.rb
|
1204
|
+
- test/test-schema.rb
|
1205
|
+
- test/test-index-column.rb
|