--- !ruby/object:Gem::Specification name: rroonga version: !ruby/object:Gem::Version version: 5.0.1 platform: x64-mingw32 authors: - Kouhei Sutou - Tasuku SUENAGA - daijiro - Yuto HAYAMIZU - SHIDARA Yoji autorequire: bindir: bin cert_chain: [] date: 2015-04-15 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: pkg-config requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: groonga-client requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.0.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.0.3 - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: archive-zip requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: test-unit requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.0.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.0.0 - !ruby/object:Gem::Dependency name: test-unit-notify requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake-compiler requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.9.5 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.9.5 - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: yard requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: packnga requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.0.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.0.0 - !ruby/object:Gem::Dependency name: kramdown requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: ! 'Rroonga is an extension library to use Groonga''s DB-API layer. Rroonga provides Rubyish readable and writable API not C like API. You can use Groonga''s fast and highly functional features from Ruby with Rubyish form.' email: - kou@clear-code.com - a@razil.jp - morita@razil.jp - y.hayamizu@gmail.com - dara@shidara.net executables: - groonga-database-inspect - groonga-index-dump - grndump - grntest-log-analyze extensions: [] extra_rdoc_files: - README.md files: - .yardopts - AUTHORS - Gemfile - README.md - Rakefile - benchmark/common.rb - benchmark/create-wikipedia-database.rb - benchmark/read-write-many-small-items.rb - benchmark/repeat-load.rb - benchmark/select.rb - benchmark/write-many-small-items.rb - bin/grndump - bin/grntest-log-analyze - bin/groonga-database-inspect - bin/groonga-index-dump - doc/images/sample-schema.png - doc/text/install.textile - doc/text/tutorial.textile - example/bookmark.rb - example/index-html.rb - ext/groonga/extconf.rb - ext/groonga/groonga.def - ext/groonga/rb-grn-accessor.c - ext/groonga/rb-grn-array-cursor.c - ext/groonga/rb-grn-array.c - ext/groonga/rb-grn-column.c - ext/groonga/rb-grn-context.c - ext/groonga/rb-grn-database.c - ext/groonga/rb-grn-double-array-trie-cursor.c - ext/groonga/rb-grn-double-array-trie.c - ext/groonga/rb-grn-encoding-support.c - ext/groonga/rb-grn-encoding.c - ext/groonga/rb-grn-equal-operator.c - ext/groonga/rb-grn-exception.c - ext/groonga/rb-grn-expression-builder.c - ext/groonga/rb-grn-expression.c - ext/groonga/rb-grn-fix-size-column.c - ext/groonga/rb-grn-geo-point.c - ext/groonga/rb-grn-greater-equal-operator.c - ext/groonga/rb-grn-greater-operator.c - ext/groonga/rb-grn-hash-cursor.c - ext/groonga/rb-grn-hash.c - ext/groonga/rb-grn-index-column.c - ext/groonga/rb-grn-index-cursor.c - ext/groonga/rb-grn-less-equal-operator.c - ext/groonga/rb-grn-less-operator.c - ext/groonga/rb-grn-logger.c - ext/groonga/rb-grn-match-operator.c - ext/groonga/rb-grn-normalizer.c - ext/groonga/rb-grn-not-equal-operator.c - ext/groonga/rb-grn-object.c - ext/groonga/rb-grn-operator.c - ext/groonga/rb-grn-patricia-trie-cursor.c - ext/groonga/rb-grn-patricia-trie.c - ext/groonga/rb-grn-plugin.c - ext/groonga/rb-grn-posting.c - ext/groonga/rb-grn-prefix-operator.c - ext/groonga/rb-grn-procedure-type.c - ext/groonga/rb-grn-procedure.c - ext/groonga/rb-grn-query-logger.c - ext/groonga/rb-grn-record.c - ext/groonga/rb-grn-regexp-operator.c - ext/groonga/rb-grn-snippet.c - ext/groonga/rb-grn-table-cursor-key-support.c - ext/groonga/rb-grn-table-cursor.c - ext/groonga/rb-grn-table-key-support.c - ext/groonga/rb-grn-table.c - ext/groonga/rb-grn-type.c - ext/groonga/rb-grn-utils.c - ext/groonga/rb-grn-variable-size-column.c - ext/groonga/rb-grn-variable.c - ext/groonga/rb-grn.h - ext/groonga/rb-groonga.c - extconf.rb - lib/1.9/groonga.so - lib/2.0/groonga.so - lib/2.1/groonga.so - lib/2.2/groonga.so - lib/groonga.rb - lib/groonga/column.rb - lib/groonga/context.rb - lib/groonga/context/command-executor.rb - lib/groonga/database-inspector.rb - lib/groonga/database.rb - lib/groonga/dumper.rb - lib/groonga/expression-builder-19.rb - lib/groonga/expression-builder.rb - lib/groonga/geo-point.rb - lib/groonga/grntest-log.rb - lib/groonga/index-column.rb - lib/groonga/logger.rb - lib/groonga/memory-pool.rb - lib/groonga/pagination.rb - lib/groonga/patricia-trie.rb - lib/groonga/posting.rb - lib/groonga/query-logger.rb - lib/groonga/record.rb - lib/groonga/schema.rb - lib/groonga/statistic-measurer.rb - lib/groonga/sub-records.rb - lib/groonga/table.rb - misc/grnop2ruby.rb - rroonga-build.rb - rroonga.gemspec - test/groonga-test-utils.rb - test/run-test.rb - test/test-accessor.rb - test/test-array.rb - test/test-column.rb - test/test-command-select.rb - test/test-context.rb - test/test-convert.rb - test/test-database-dumper.rb - test/test-database-inspector.rb - test/test-database.rb - test/test-double-array-trie.rb - test/test-encoding.rb - test/test-exception.rb - test/test-expression-builder.rb - test/test-expression.rb - test/test-fix-size-column.rb - test/test-geo-point.rb - test/test-gqtp.rb - test/test-hash.rb - test/test-index-column.rb - test/test-index-cursor.rb - test/test-lock-timeout.rb - test/test-logger.rb - test/test-memory-pool.rb - test/test-normalizer.rb - test/test-operator.rb - test/test-pagination.rb - test/test-patricia-trie.rb - test/test-plugin.rb - test/test-procedure.rb - test/test-record.rb - test/test-remote.rb - test/test-schema-create-table.rb - test/test-schema-dumper.rb - test/test-schema-type.rb - test/test-schema.rb - test/test-snippet.rb - test/test-statistic-measurer.rb - test/test-sub-records.rb - test/test-table-dumper.rb - test/test-table-group.rb - test/test-table-key-support.rb - test/test-table-offset-and-limit.rb - test/test-table-select-mecab.rb - test/test-table-select-normalize.rb - test/test-table-select-weight.rb - test/test-table-select.rb - test/test-table-traverse.rb - test/test-table.rb - test/test-token-regexp.rb - test/test-type.rb - test/test-variable-size-column.rb - test/test-variable.rb - test/test-vector-column.rb - test/test-version.rb - vendor/local/bin/grndb.exe - vendor/local/bin/groonga-benchmark.exe - vendor/local/bin/groonga.exe - vendor/local/bin/libgcc_s_seh-1.dll - vendor/local/bin/libgroonga-0.dll - vendor/local/bin/libmecab-1.dll - vendor/local/bin/libmsgpack-3.dll - vendor/local/bin/libmsgpackc-2.dll - vendor/local/bin/libonig-5.dll - vendor/local/bin/libstdc++-6.dll - vendor/local/bin/libwinpthread-1.dll - vendor/local/bin/lz4.exe - vendor/local/bin/lz4c.exe - vendor/local/bin/lz4cat - vendor/local/bin/mecab-config - vendor/local/bin/mecab.exe - vendor/local/bin/mecabrc - vendor/local/bin/onig-config - vendor/local/bin/zlib1.dll - vendor/local/etc/groonga/groonga.conf - vendor/local/etc/groonga/httpd/fastcgi.conf - vendor/local/etc/groonga/httpd/fastcgi.conf.default - vendor/local/etc/groonga/httpd/fastcgi_params - vendor/local/etc/groonga/httpd/fastcgi_params.default - vendor/local/etc/groonga/httpd/groonga-httpd.conf - vendor/local/etc/groonga/httpd/html/50x.html - vendor/local/etc/groonga/httpd/html/index.html - vendor/local/etc/groonga/httpd/koi-utf - vendor/local/etc/groonga/httpd/koi-win - vendor/local/etc/groonga/httpd/mime.types - vendor/local/etc/groonga/httpd/mime.types.default - vendor/local/etc/groonga/httpd/nginx.conf.default - vendor/local/etc/groonga/httpd/scgi_params - vendor/local/etc/groonga/httpd/scgi_params.default - vendor/local/etc/groonga/httpd/uwsgi_params - vendor/local/etc/groonga/httpd/uwsgi_params.default - vendor/local/etc/groonga/httpd/win-utf - vendor/local/etc/groonga/synonyms.tsv - vendor/local/include/groonga/groonga.h - vendor/local/include/groonga/groonga/command.h - vendor/local/include/groonga/groonga/expr.h - vendor/local/include/groonga/groonga/groonga.h - vendor/local/include/groonga/groonga/ii.h - vendor/local/include/groonga/groonga/nfkc.h - vendor/local/include/groonga/groonga/normalizer.h - vendor/local/include/groonga/groonga/obj.h - vendor/local/include/groonga/groonga/output.h - vendor/local/include/groonga/groonga/plugin.h - vendor/local/include/groonga/groonga/request_canceler.h - vendor/local/include/groonga/groonga/scorer.h - vendor/local/include/groonga/groonga/token.h - vendor/local/include/groonga/groonga/token_filter.h - vendor/local/include/groonga/groonga/tokenizer.h - vendor/local/include/groonga/groonga/util.h - vendor/local/include/lz4.h - vendor/local/include/lz4frame.h - vendor/local/include/lz4hc.h - vendor/local/include/mecab.h - vendor/local/include/msgpack.h - vendor/local/include/msgpack.hpp - vendor/local/include/msgpack/fbuffer.h - vendor/local/include/msgpack/fbuffer.hpp - vendor/local/include/msgpack/object.h - vendor/local/include/msgpack/object.hpp - vendor/local/include/msgpack/pack.h - vendor/local/include/msgpack/pack.hpp - vendor/local/include/msgpack/pack_define.h - vendor/local/include/msgpack/pack_template.h - vendor/local/include/msgpack/sbuffer.h - vendor/local/include/msgpack/sbuffer.hpp - vendor/local/include/msgpack/sysdep.h - vendor/local/include/msgpack/type.hpp - vendor/local/include/msgpack/type/bool.hpp - vendor/local/include/msgpack/type/define.hpp - vendor/local/include/msgpack/type/deque.hpp - vendor/local/include/msgpack/type/fixint.hpp - vendor/local/include/msgpack/type/float.hpp - vendor/local/include/msgpack/type/int.hpp - vendor/local/include/msgpack/type/list.hpp - vendor/local/include/msgpack/type/map.hpp - vendor/local/include/msgpack/type/nil.hpp - vendor/local/include/msgpack/type/pair.hpp - vendor/local/include/msgpack/type/raw.hpp - vendor/local/include/msgpack/type/set.hpp - vendor/local/include/msgpack/type/string.hpp - vendor/local/include/msgpack/type/tr1/unordered_map.hpp - vendor/local/include/msgpack/type/tr1/unordered_set.hpp - vendor/local/include/msgpack/type/tuple.hpp - vendor/local/include/msgpack/type/vector.hpp - vendor/local/include/msgpack/unpack.h - vendor/local/include/msgpack/unpack.hpp - vendor/local/include/msgpack/unpack_define.h - vendor/local/include/msgpack/unpack_template.h - vendor/local/include/msgpack/version.h - vendor/local/include/msgpack/vrefbuffer.h - vendor/local/include/msgpack/vrefbuffer.hpp - vendor/local/include/msgpack/zbuffer.h - vendor/local/include/msgpack/zbuffer.hpp - vendor/local/include/msgpack/zone.h - vendor/local/include/msgpack/zone.hpp - vendor/local/include/oniggnu.h - vendor/local/include/onigposix.h - vendor/local/include/oniguruma.h - vendor/local/include/zconf.h - vendor/local/include/zlib.h - vendor/local/lib/groonga/plugins/query_expanders/tsv.a - vendor/local/lib/groonga/plugins/query_expanders/tsv.dll - vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a - vendor/local/lib/groonga/plugins/query_expanders/tsv.la - vendor/local/lib/groonga/plugins/ruby/eval.a - vendor/local/lib/groonga/plugins/ruby/eval.dll - vendor/local/lib/groonga/plugins/ruby/eval.dll.a - vendor/local/lib/groonga/plugins/ruby/eval.la - vendor/local/lib/groonga/plugins/ruby/load.a - vendor/local/lib/groonga/plugins/ruby/load.dll - vendor/local/lib/groonga/plugins/ruby/load.dll.a - vendor/local/lib/groonga/plugins/ruby/load.la - vendor/local/lib/groonga/plugins/sharding.rb - vendor/local/lib/groonga/plugins/sharding/logical_count.rb - vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb - vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb - vendor/local/lib/groonga/plugins/suggest/suggest.a - vendor/local/lib/groonga/plugins/suggest/suggest.dll - vendor/local/lib/groonga/plugins/suggest/suggest.dll.a - vendor/local/lib/groonga/plugins/suggest/suggest.la - vendor/local/lib/groonga/plugins/table/table.a - vendor/local/lib/groonga/plugins/table/table.dll - vendor/local/lib/groonga/plugins/table/table.dll.a - vendor/local/lib/groonga/plugins/table/table.la - vendor/local/lib/groonga/plugins/token_filters/stop_word.a - vendor/local/lib/groonga/plugins/token_filters/stop_word.dll - vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a - vendor/local/lib/groonga/plugins/token_filters/stop_word.la - vendor/local/lib/groonga/plugins/tokenizers/mecab.a - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll - vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a - vendor/local/lib/groonga/plugins/tokenizers/mecab.la - vendor/local/lib/groonga/scripts/ruby/backtrace_entry.rb - vendor/local/lib/groonga/scripts/ruby/command.rb - vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb - vendor/local/lib/groonga/scripts/ruby/context.rb - vendor/local/lib/groonga/scripts/ruby/context/error_level.rb - vendor/local/lib/groonga/scripts/ruby/context/rc.rb - vendor/local/lib/groonga/scripts/ruby/database.rb - vendor/local/lib/groonga/scripts/ruby/error.rb - vendor/local/lib/groonga/scripts/ruby/eval_context.rb - vendor/local/lib/groonga/scripts/ruby/expression.rb - vendor/local/lib/groonga/scripts/ruby/expression_size_estimator.rb - vendor/local/lib/groonga/scripts/ruby/index_column.rb - vendor/local/lib/groonga/scripts/ruby/index_cursor.rb - vendor/local/lib/groonga/scripts/ruby/index_info.rb - vendor/local/lib/groonga/scripts/ruby/initialize/post.rb - vendor/local/lib/groonga/scripts/ruby/initialize/pre.rb - vendor/local/lib/groonga/scripts/ruby/logger.rb - vendor/local/lib/groonga/scripts/ruby/logger/level.rb - vendor/local/lib/groonga/scripts/ruby/object.rb - vendor/local/lib/groonga/scripts/ruby/operator.rb - vendor/local/lib/groonga/scripts/ruby/plugin_loader.rb - vendor/local/lib/groonga/scripts/ruby/require.rb - vendor/local/lib/groonga/scripts/ruby/scan_info.rb - vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb - vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb - vendor/local/lib/groonga/scripts/ruby/scan_info_search_index.rb - vendor/local/lib/groonga/scripts/ruby/table_cursor.rb - vendor/local/lib/groonga/scripts/ruby/writer.rb - vendor/local/lib/libgroonga.a - vendor/local/lib/libgroonga.dll.a - vendor/local/lib/libgroonga.la - vendor/local/lib/liblz4.a - vendor/local/lib/liblz4.dll - vendor/local/lib/liblz4.dll.1 - vendor/local/lib/liblz4.dll.1.5.0 - vendor/local/lib/libmecab.a - vendor/local/lib/libmecab.dll.a - vendor/local/lib/libmecab.la - vendor/local/lib/libmsgpack.a - vendor/local/lib/libmsgpack.dll.a - vendor/local/lib/libmsgpack.la - vendor/local/lib/libmsgpackc.a - vendor/local/lib/libmsgpackc.dll.a - vendor/local/lib/libmsgpackc.la - vendor/local/lib/libonig.a - vendor/local/lib/libonig.dll.a - vendor/local/lib/libonig.la - vendor/local/lib/libz.a - vendor/local/lib/libz.dll.a - vendor/local/lib/pkgconfig/groonga.pc - vendor/local/lib/pkgconfig/liblz4.pc - vendor/local/lib/pkgconfig/msgpack.pc - vendor/local/lib/pkgconfig/oniguruma.pc - vendor/local/lib/pkgconfig/zlib.pc - vendor/local/libexec/mecab/mecab-cost-train.exe - vendor/local/libexec/mecab/mecab-dict-gen.exe - vendor/local/libexec/mecab/mecab-dict-index.exe - vendor/local/libexec/mecab/mecab-system-eval.exe - vendor/local/libexec/mecab/mecab-test-gen.exe - vendor/local/sbin/groonga-httpd-restart - vendor/local/sbin/groonga-httpd.exe - vendor/local/share/doc/groonga/en/html/.buildinfo - vendor/local/share/doc/groonga/en/html/_images/geo-points.png - vendor/local/share/doc/groonga/en/html/_images/used-when-indexing.png - vendor/local/share/doc/groonga/en/html/_images/used-when-searching.png - vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt - vendor/local/share/doc/groonga/en/html/_sources/client.txt - vendor/local/share/doc/groonga/en/html/_sources/community.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt - vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt - vendor/local/share/doc/groonga/en/html/_sources/development.txt - vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt - vendor/local/share/doc/groonga/en/html/_sources/index.txt - vendor/local/share/doc/groonga/en/html/_sources/install.txt - vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt - vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt - vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt - vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt - vendor/local/share/doc/groonga/en/html/_sources/install/others.txt - vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt - vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt - vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt - vendor/local/share/doc/groonga/en/html/_sources/limitations.txt - vendor/local/share/doc/groonga/en/html/_sources/news.txt - vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt - vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt - vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt - vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt - vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt - vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt - vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt - vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt - vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt - vendor/local/share/doc/groonga/en/html/_sources/reference.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/overview.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/columns/index.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/columns/scalar.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/regular_expression.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/scorer.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/scoring_note.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/suggest.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/correction.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt - vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt - vendor/local/share/doc/groonga/en/html/_sources/server.txt - vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt - vendor/local/share/doc/groonga/en/html/_sources/server/http.txt - vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt - vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt - vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt - vendor/local/share/doc/groonga/en/html/_sources/server/memcached.txt - vendor/local/share/doc/groonga/en/html/_sources/server/package.txt - vendor/local/share/doc/groonga/en/html/_sources/spec.txt - vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt - vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt - vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt - vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt - vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt - vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt - vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt - vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt - vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt - vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt - vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt - vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt - vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt - vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt - vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt - vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt - vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt - vendor/local/share/doc/groonga/en/html/_static/ajax-loader.gif - vendor/local/share/doc/groonga/en/html/_static/basic.css - vendor/local/share/doc/groonga/en/html/_static/comment-bright.png - vendor/local/share/doc/groonga/en/html/_static/comment-close.png - vendor/local/share/doc/groonga/en/html/_static/comment.png - vendor/local/share/doc/groonga/en/html/_static/doctools.js - vendor/local/share/doc/groonga/en/html/_static/down-pressed.png - vendor/local/share/doc/groonga/en/html/_static/down.png - vendor/local/share/doc/groonga/en/html/_static/favicon.ico - vendor/local/share/doc/groonga/en/html/_static/file.png - vendor/local/share/doc/groonga/en/html/_static/groonga.css - vendor/local/share/doc/groonga/en/html/_static/header-background.png - vendor/local/share/doc/groonga/en/html/_static/jp.png - vendor/local/share/doc/groonga/en/html/_static/jquery.js - vendor/local/share/doc/groonga/en/html/_static/logo.png - vendor/local/share/doc/groonga/en/html/_static/minus.png - vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png - vendor/local/share/doc/groonga/en/html/_static/plus.png - vendor/local/share/doc/groonga/en/html/_static/pygments.css - vendor/local/share/doc/groonga/en/html/_static/searchtools.js - vendor/local/share/doc/groonga/en/html/_static/underscore.js - vendor/local/share/doc/groonga/en/html/_static/up-pressed.png - vendor/local/share/doc/groonga/en/html/_static/up.png - vendor/local/share/doc/groonga/en/html/_static/us.png - vendor/local/share/doc/groonga/en/html/_static/websupport.js - vendor/local/share/doc/groonga/en/html/characteristic.html - vendor/local/share/doc/groonga/en/html/client.html - vendor/local/share/doc/groonga/en/html/community.html - vendor/local/share/doc/groonga/en/html/contribution.html - vendor/local/share/doc/groonga/en/html/contribution/development.html - vendor/local/share/doc/groonga/en/html/contribution/development/com.html - vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html - vendor/local/share/doc/groonga/en/html/contribution/development/query.html - vendor/local/share/doc/groonga/en/html/contribution/development/release.html - vendor/local/share/doc/groonga/en/html/contribution/development/repository.html - vendor/local/share/doc/groonga/en/html/contribution/development/test.html - vendor/local/share/doc/groonga/en/html/contribution/documentation.html - vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html - vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html - vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html - vendor/local/share/doc/groonga/en/html/contribution/report.html - vendor/local/share/doc/groonga/en/html/development.html - vendor/local/share/doc/groonga/en/html/development/travis-ci.html - vendor/local/share/doc/groonga/en/html/genindex.html - vendor/local/share/doc/groonga/en/html/index.html - vendor/local/share/doc/groonga/en/html/install.html - vendor/local/share/doc/groonga/en/html/install/centos.html - vendor/local/share/doc/groonga/en/html/install/debian.html - vendor/local/share/doc/groonga/en/html/install/fedora.html - vendor/local/share/doc/groonga/en/html/install/mac_os_x.html - vendor/local/share/doc/groonga/en/html/install/others.html - vendor/local/share/doc/groonga/en/html/install/solaris.html - vendor/local/share/doc/groonga/en/html/install/ubuntu.html - vendor/local/share/doc/groonga/en/html/install/windows.html - vendor/local/share/doc/groonga/en/html/limitations.html - vendor/local/share/doc/groonga/en/html/news.html - vendor/local/share/doc/groonga/en/html/news/0.x.html - vendor/local/share/doc/groonga/en/html/news/1.0.x.html - vendor/local/share/doc/groonga/en/html/news/1.1.x.html - vendor/local/share/doc/groonga/en/html/news/1.2.x.html - vendor/local/share/doc/groonga/en/html/news/1.3.x.html - vendor/local/share/doc/groonga/en/html/news/2.x.html - vendor/local/share/doc/groonga/en/html/news/3.x.html - vendor/local/share/doc/groonga/en/html/news/4.x.html - vendor/local/share/doc/groonga/en/html/news/senna.html - vendor/local/share/doc/groonga/en/html/objects.inv - vendor/local/share/doc/groonga/en/html/reference.html - vendor/local/share/doc/groonga/en/html/reference/api.html - vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html - vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html - vendor/local/share/doc/groonga/en/html/reference/api/overview.html - vendor/local/share/doc/groonga/en/html/reference/api/plugin.html - vendor/local/share/doc/groonga/en/html/reference/cast.html - vendor/local/share/doc/groonga/en/html/reference/column.html - vendor/local/share/doc/groonga/en/html/reference/columns/index.html - vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html - vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html - vendor/local/share/doc/groonga/en/html/reference/columns/vector.html - vendor/local/share/doc/groonga/en/html/reference/command.html - vendor/local/share/doc/groonga/en/html/reference/command/command_version.html - vendor/local/share/doc/groonga/en/html/reference/command/output_format.html - vendor/local/share/doc/groonga/en/html/reference/command/request_id.html - vendor/local/share/doc/groonga/en/html/reference/command/return_code.html - vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html - vendor/local/share/doc/groonga/en/html/reference/commands/check.html - vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html - vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html - vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html - vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html - vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html - vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html - vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html - vendor/local/share/doc/groonga/en/html/reference/commands/delete.html - vendor/local/share/doc/groonga/en/html/reference/commands/dump.html - vendor/local/share/doc/groonga/en/html/reference/commands/load.html - vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html - vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html - vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html - vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html - vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html - vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html - vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html - vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html - vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html - vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html - vendor/local/share/doc/groonga/en/html/reference/commands/quit.html - vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html - vendor/local/share/doc/groonga/en/html/reference/commands/register.html - vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html - vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html - vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html - vendor/local/share/doc/groonga/en/html/reference/commands/select.html - vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html - vendor/local/share/doc/groonga/en/html/reference/commands/status.html - vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html - vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html - vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html - vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html - vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html - vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html - vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html - vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html - vendor/local/share/doc/groonga/en/html/reference/executables.html - vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html - vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html - vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html - vendor/local/share/doc/groonga/en/html/reference/function.html - vendor/local/share/doc/groonga/en/html/reference/functions/between.html - vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html - vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html - vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html - vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html - vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html - vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html - vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html - vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html - vendor/local/share/doc/groonga/en/html/reference/functions/now.html - vendor/local/share/doc/groonga/en/html/reference/functions/query.html - vendor/local/share/doc/groonga/en/html/reference/functions/rand.html - vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html - vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html - vendor/local/share/doc/groonga/en/html/reference/grn_expr.html - vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html - vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html - vendor/local/share/doc/groonga/en/html/reference/indexing.html - vendor/local/share/doc/groonga/en/html/reference/log.html - vendor/local/share/doc/groonga/en/html/reference/normalizers.html - vendor/local/share/doc/groonga/en/html/reference/operations.html - vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html - vendor/local/share/doc/groonga/en/html/reference/output.html - vendor/local/share/doc/groonga/en/html/reference/query_expanders.html - vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html - vendor/local/share/doc/groonga/en/html/reference/regular_expression.html - vendor/local/share/doc/groonga/en/html/reference/scorer.html - vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html - vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html - vendor/local/share/doc/groonga/en/html/reference/scoring_note.html - vendor/local/share/doc/groonga/en/html/reference/suggest.html - vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html - vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html - vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html - vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html - vendor/local/share/doc/groonga/en/html/reference/tables.html - vendor/local/share/doc/groonga/en/html/reference/token_filters.html - vendor/local/share/doc/groonga/en/html/reference/tokenizers.html - vendor/local/share/doc/groonga/en/html/reference/tuning.html - vendor/local/share/doc/groonga/en/html/reference/types.html - vendor/local/share/doc/groonga/en/html/search.html - vendor/local/share/doc/groonga/en/html/searchindex.js - vendor/local/share/doc/groonga/en/html/server.html - vendor/local/share/doc/groonga/en/html/server/gqtp.html - vendor/local/share/doc/groonga/en/html/server/http.html - vendor/local/share/doc/groonga/en/html/server/http/comparison.html - vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html - vendor/local/share/doc/groonga/en/html/server/http/groonga.html - vendor/local/share/doc/groonga/en/html/server/memcached.html - vendor/local/share/doc/groonga/en/html/server/package.html - vendor/local/share/doc/groonga/en/html/spec.html - vendor/local/share/doc/groonga/en/html/spec/gqtp.html - vendor/local/share/doc/groonga/en/html/spec/search.html - vendor/local/share/doc/groonga/en/html/troubleshooting.html - vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html - vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html - vendor/local/share/doc/groonga/en/html/tutorial.html - vendor/local/share/doc/groonga/en/html/tutorial/data.html - vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html - vendor/local/share/doc/groonga/en/html/tutorial/index.html - vendor/local/share/doc/groonga/en/html/tutorial/introduction.html - vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html - vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html - vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html - vendor/local/share/doc/groonga/en/html/tutorial/network.html - vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html - vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html - vendor/local/share/doc/groonga/en/html/tutorial/search.html - vendor/local/share/doc/groonga/ja/html/.buildinfo - vendor/local/share/doc/groonga/ja/html/_images/geo-points.png - vendor/local/share/doc/groonga/ja/html/_images/used-when-indexing.png - vendor/local/share/doc/groonga/ja/html/_images/used-when-searching.png - vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt - vendor/local/share/doc/groonga/ja/html/_sources/client.txt - vendor/local/share/doc/groonga/ja/html/_sources/community.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt - vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt - vendor/local/share/doc/groonga/ja/html/_sources/development.txt - vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt - vendor/local/share/doc/groonga/ja/html/_sources/index.txt - vendor/local/share/doc/groonga/ja/html/_sources/install.txt - vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt - vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt - vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt - vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt - vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt - vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt - vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt - vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt - vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt - vendor/local/share/doc/groonga/ja/html/_sources/news.txt - vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt - vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt - vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt - vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt - vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt - vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt - vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt - vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt - vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/overview.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/index.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/regular_expression.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/scorer.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/scoring_note.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt - vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt - vendor/local/share/doc/groonga/ja/html/_sources/server.txt - vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt - vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt - vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt - vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt - vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt - vendor/local/share/doc/groonga/ja/html/_sources/server/memcached.txt - vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt - vendor/local/share/doc/groonga/ja/html/_sources/spec.txt - vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt - vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt - vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt - vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt - vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt - vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt - vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt - vendor/local/share/doc/groonga/ja/html/_static/ajax-loader.gif - vendor/local/share/doc/groonga/ja/html/_static/basic.css - vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png - vendor/local/share/doc/groonga/ja/html/_static/comment-close.png - vendor/local/share/doc/groonga/ja/html/_static/comment.png - vendor/local/share/doc/groonga/ja/html/_static/doctools.js - vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png - vendor/local/share/doc/groonga/ja/html/_static/down.png - vendor/local/share/doc/groonga/ja/html/_static/favicon.ico - vendor/local/share/doc/groonga/ja/html/_static/file.png - vendor/local/share/doc/groonga/ja/html/_static/groonga.css - vendor/local/share/doc/groonga/ja/html/_static/header-background.png - vendor/local/share/doc/groonga/ja/html/_static/jp.png - vendor/local/share/doc/groonga/ja/html/_static/jquery.js - vendor/local/share/doc/groonga/ja/html/_static/logo.png - vendor/local/share/doc/groonga/ja/html/_static/minus.png - vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png - vendor/local/share/doc/groonga/ja/html/_static/plus.png - vendor/local/share/doc/groonga/ja/html/_static/pygments.css - vendor/local/share/doc/groonga/ja/html/_static/searchtools.js - vendor/local/share/doc/groonga/ja/html/_static/underscore.js - vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png - vendor/local/share/doc/groonga/ja/html/_static/up.png - vendor/local/share/doc/groonga/ja/html/_static/us.png - vendor/local/share/doc/groonga/ja/html/_static/websupport.js - vendor/local/share/doc/groonga/ja/html/characteristic.html - vendor/local/share/doc/groonga/ja/html/client.html - vendor/local/share/doc/groonga/ja/html/community.html - vendor/local/share/doc/groonga/ja/html/contribution.html - vendor/local/share/doc/groonga/ja/html/contribution/development.html - vendor/local/share/doc/groonga/ja/html/contribution/development/com.html - vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html - vendor/local/share/doc/groonga/ja/html/contribution/development/query.html - vendor/local/share/doc/groonga/ja/html/contribution/development/release.html - vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html - vendor/local/share/doc/groonga/ja/html/contribution/development/test.html - vendor/local/share/doc/groonga/ja/html/contribution/documentation.html - vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html - vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html - vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html - vendor/local/share/doc/groonga/ja/html/contribution/report.html - vendor/local/share/doc/groonga/ja/html/development.html - vendor/local/share/doc/groonga/ja/html/development/travis-ci.html - vendor/local/share/doc/groonga/ja/html/genindex.html - vendor/local/share/doc/groonga/ja/html/index.html - vendor/local/share/doc/groonga/ja/html/install.html - vendor/local/share/doc/groonga/ja/html/install/centos.html - vendor/local/share/doc/groonga/ja/html/install/debian.html - vendor/local/share/doc/groonga/ja/html/install/fedora.html - vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html - vendor/local/share/doc/groonga/ja/html/install/others.html - vendor/local/share/doc/groonga/ja/html/install/solaris.html - vendor/local/share/doc/groonga/ja/html/install/ubuntu.html - vendor/local/share/doc/groonga/ja/html/install/windows.html - vendor/local/share/doc/groonga/ja/html/limitations.html - vendor/local/share/doc/groonga/ja/html/news.html - vendor/local/share/doc/groonga/ja/html/news/0.x.html - vendor/local/share/doc/groonga/ja/html/news/1.0.x.html - vendor/local/share/doc/groonga/ja/html/news/1.1.x.html - vendor/local/share/doc/groonga/ja/html/news/1.2.x.html - vendor/local/share/doc/groonga/ja/html/news/1.3.x.html - vendor/local/share/doc/groonga/ja/html/news/2.x.html - vendor/local/share/doc/groonga/ja/html/news/3.x.html - vendor/local/share/doc/groonga/ja/html/news/4.x.html - vendor/local/share/doc/groonga/ja/html/news/senna.html - vendor/local/share/doc/groonga/ja/html/objects.inv - vendor/local/share/doc/groonga/ja/html/reference.html - vendor/local/share/doc/groonga/ja/html/reference/api.html - vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html - vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html - vendor/local/share/doc/groonga/ja/html/reference/api/overview.html - vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html - vendor/local/share/doc/groonga/ja/html/reference/cast.html - vendor/local/share/doc/groonga/ja/html/reference/column.html - vendor/local/share/doc/groonga/ja/html/reference/columns/index.html - vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html - vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html - vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html - vendor/local/share/doc/groonga/ja/html/reference/command.html - vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html - vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html - vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html - vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html - vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html - vendor/local/share/doc/groonga/ja/html/reference/commands/check.html - vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html - vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html - vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html - vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html - vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html - vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html - vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html - vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html - vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html - vendor/local/share/doc/groonga/ja/html/reference/commands/load.html - vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html - vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html - vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html - vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html - vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html - vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html - vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html - vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html - vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html - vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html - vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html - vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html - vendor/local/share/doc/groonga/ja/html/reference/commands/register.html - vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html - vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html - vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html - vendor/local/share/doc/groonga/ja/html/reference/commands/select.html - vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html - vendor/local/share/doc/groonga/ja/html/reference/commands/status.html - vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html - vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html - vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html - vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html - vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html - vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html - vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html - vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html - vendor/local/share/doc/groonga/ja/html/reference/executables.html - vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html - vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html - vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html - vendor/local/share/doc/groonga/ja/html/reference/function.html - vendor/local/share/doc/groonga/ja/html/reference/functions/between.html - vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html - vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html - vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html - vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html - vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html - vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html - vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html - vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html - vendor/local/share/doc/groonga/ja/html/reference/functions/now.html - vendor/local/share/doc/groonga/ja/html/reference/functions/query.html - vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html - vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html - vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html - vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html - vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html - vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html - vendor/local/share/doc/groonga/ja/html/reference/indexing.html - vendor/local/share/doc/groonga/ja/html/reference/log.html - vendor/local/share/doc/groonga/ja/html/reference/normalizers.html - vendor/local/share/doc/groonga/ja/html/reference/operations.html - vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html - vendor/local/share/doc/groonga/ja/html/reference/output.html - vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html - vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html - vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html - vendor/local/share/doc/groonga/ja/html/reference/scorer.html - vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html - vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html - vendor/local/share/doc/groonga/ja/html/reference/scoring_note.html - vendor/local/share/doc/groonga/ja/html/reference/suggest.html - vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html - vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html - vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html - vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html - vendor/local/share/doc/groonga/ja/html/reference/tables.html - vendor/local/share/doc/groonga/ja/html/reference/token_filters.html - vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html - vendor/local/share/doc/groonga/ja/html/reference/tuning.html - vendor/local/share/doc/groonga/ja/html/reference/types.html - vendor/local/share/doc/groonga/ja/html/search.html - vendor/local/share/doc/groonga/ja/html/searchindex.js - vendor/local/share/doc/groonga/ja/html/server.html - vendor/local/share/doc/groonga/ja/html/server/gqtp.html - vendor/local/share/doc/groonga/ja/html/server/http.html - vendor/local/share/doc/groonga/ja/html/server/http/comparison.html - vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html - vendor/local/share/doc/groonga/ja/html/server/http/groonga.html - vendor/local/share/doc/groonga/ja/html/server/memcached.html - vendor/local/share/doc/groonga/ja/html/server/package.html - vendor/local/share/doc/groonga/ja/html/spec.html - vendor/local/share/doc/groonga/ja/html/spec/gqtp.html - vendor/local/share/doc/groonga/ja/html/spec/search.html - vendor/local/share/doc/groonga/ja/html/troubleshooting.html - vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html - vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html - vendor/local/share/doc/groonga/ja/html/tutorial.html - vendor/local/share/doc/groonga/ja/html/tutorial/data.html - vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html - vendor/local/share/doc/groonga/ja/html/tutorial/index.html - vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html - vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html - vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html - vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html - vendor/local/share/doc/groonga/ja/html/tutorial/network.html - vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html - vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html - vendor/local/share/doc/groonga/ja/html/tutorial/search.html - vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh - vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb - vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh - vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb - vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh - vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb - vendor/local/share/groonga/examples/dictionary/html/css/dictionary.css - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png - vendor/local/share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css - vendor/local/share/groonga/examples/dictionary/html/index.html - vendor/local/share/groonga/examples/dictionary/html/js/dictionary.js - vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.js - vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js - vendor/local/share/groonga/examples/dictionary/init-db.sh - vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb - vendor/local/share/groonga/examples/dictionary/readme.txt - vendor/local/share/groonga/html/admin/css/groonga-admin.css - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png - vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png - vendor/local/share/groonga/html/admin/css/redmond/jquery-ui-1.8.18.custom.css - vendor/local/share/groonga/html/admin/favicon.ico - vendor/local/share/groonga/html/admin/favicon.png - vendor/local/share/groonga/html/admin/favicon.svg - vendor/local/share/groonga/html/admin/images/groonga.png - vendor/local/share/groonga/html/admin/images/groonga.svg - vendor/local/share/groonga/html/admin/images/loading.gif - vendor/local/share/groonga/html/admin/index.html - vendor/local/share/groonga/html/admin/index.ja.html - vendor/local/share/groonga/html/admin/js/groonga-admin.ja.js - vendor/local/share/groonga/html/admin/js/groonga-admin.js - vendor/local/share/groonga/html/admin/js/jquery-1.7.2.js - vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.js - vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.js - vendor/local/share/groonga/html/admin/js/jquery.flot.license.txt - vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png - vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg - vendor/local/share/groonga/images/logo/groonga-icon-full-size.png - vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg - vendor/local/share/groonga/images/logo/groonga-icon.png - vendor/local/share/groonga/images/logo/groonga-icon.svg - vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png - vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg - vendor/local/share/groonga/images/logo/groonga-logo.png - vendor/local/share/groonga/images/logo/groonga-logo.svg - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png - vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg - vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png - vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg - vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png - vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg - vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png - vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg - vendor/local/share/groonga/images/logo/mroonga-icon.png - vendor/local/share/groonga/images/logo/mroonga-icon.svg - vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png - vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg - vendor/local/share/groonga/images/logo/mroonga-logo.png - vendor/local/share/groonga/images/logo/mroonga-logo.svg - vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png - vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg - vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png - vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg - vendor/local/share/groonga/images/logo/nroonga-icon.png - vendor/local/share/groonga/images/logo/nroonga-icon.svg - vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png - vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg - vendor/local/share/groonga/images/logo/nroonga-logo.png - vendor/local/share/groonga/images/logo/nroonga-logo.svg - vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png - vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg - vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png - vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg - vendor/local/share/groonga/images/logo/rroonga-icon.png - vendor/local/share/groonga/images/logo/rroonga-icon.svg - vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png - vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg - vendor/local/share/groonga/images/logo/rroonga-logo.png - vendor/local/share/groonga/images/logo/rroonga-logo.svg - vendor/local/share/license/groonga/COPYING - vendor/local/share/license/groonga/README.md - vendor/local/share/license/lz4/LICENSE - vendor/local/share/license/mecab/AUTHORS - vendor/local/share/license/mecab/BSD - vendor/local/share/license/mecab/COPYING - vendor/local/share/license/mecab/GPL - vendor/local/share/license/mecab/LGPL - vendor/local/share/license/mruby/AUTHORS - vendor/local/share/license/mruby/LEGAL - vendor/local/share/license/mruby/MITL - vendor/local/share/license/mruby/README.md - vendor/local/share/license/msgpack/AUTHORS - vendor/local/share/license/msgpack/COPYING - vendor/local/share/license/msgpack/LICENSE - vendor/local/share/license/naist-jdic/AUTHORS - vendor/local/share/license/naist-jdic/COPYING - vendor/local/share/license/onigmo/AUTHORS - vendor/local/share/license/onigmo/COPYING - vendor/local/share/license/onigmo/README - vendor/local/share/license/zlib/README - vendor/local/share/man/ja/man1/groonga.1 - vendor/local/share/man/man1/groonga.1 - vendor/local/share/man/man1/lz4.1 - vendor/local/share/man/man1/lz4c.1 - vendor/local/share/man/man1/lz4cat.1 - vendor/local/share/man/man1/mecab.1 - vendor/local/share/mecab/dic/naist-jdic/char.bin - vendor/local/share/mecab/dic/naist-jdic/char.def - vendor/local/share/mecab/dic/naist-jdic/dicrc - vendor/local/share/mecab/dic/naist-jdic/feature.def - vendor/local/share/mecab/dic/naist-jdic/left-id.def - vendor/local/share/mecab/dic/naist-jdic/matrix.bin - vendor/local/share/mecab/dic/naist-jdic/matrix.def - vendor/local/share/mecab/dic/naist-jdic/naist-jdic.csv - vendor/local/share/mecab/dic/naist-jdic/pos-id.def - vendor/local/share/mecab/dic/naist-jdic/rewrite.def - vendor/local/share/mecab/dic/naist-jdic/right-id.def - vendor/local/share/mecab/dic/naist-jdic/sys.dic - vendor/local/share/mecab/dic/naist-jdic/unk.def - vendor/local/share/mecab/dic/naist-jdic/unk.dic homepage: http://ranguba.org/#about-rroonga licenses: - LGPL-2.1 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib - ext/groonga required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: groonga rubygems_version: 2.4.6 signing_key: specification_version: 4 summary: Ruby bindings for Groonga that provide full text search and column store features. test_files: - test/test-version.rb - test/test-logger.rb - test/test-pagination.rb - test/test-expression-builder.rb - test/test-encoding.rb - test/test-expression.rb - test/test-procedure.rb - test/test-column.rb - test/test-variable-size-column.rb - test/test-exception.rb - test/test-memory-pool.rb - test/test-schema-type.rb - test/test-schema.rb - test/test-vector-column.rb - test/test-remote.rb - test/test-token-regexp.rb - test/test-snippet.rb - test/test-sub-records.rb - test/test-patricia-trie.rb - test/test-context.rb - test/test-table-offset-and-limit.rb - test/test-table-select-mecab.rb - test/test-convert.rb - test/test-variable.rb - test/test-schema-create-table.rb - test/test-table-select.rb - test/test-table-group.rb - test/test-table-dumper.rb - test/test-index-column.rb - test/test-command-select.rb - test/test-table-key-support.rb - test/test-hash.rb - test/test-statistic-measurer.rb - test/test-record.rb - test/test-accessor.rb - test/test-database.rb - test/groonga-test-utils.rb - test/test-lock-timeout.rb - test/test-geo-point.rb - test/test-fix-size-column.rb - test/test-schema-dumper.rb - test/test-double-array-trie.rb - test/test-table-traverse.rb - test/run-test.rb - test/test-table.rb - test/test-table-select-normalize.rb - test/test-operator.rb - test/test-type.rb - test/test-index-cursor.rb - test/test-plugin.rb - test/test-table-select-weight.rb - test/test-array.rb - test/test-database-inspector.rb - test/test-gqtp.rb - test/test-normalizer.rb - test/test-database-dumper.rb