pkgsrc/textproc/groonga/PLIST
obache 4d1a4a28b8 Update groonga to 4.1.1.
Release 4.1.1 - 2015-01-29
--------------------------

Improvements
^^^^^^^^^^^^

* [windows] Improved to show error message instead of
  error code. It's easy to understand.
* [experimental][windows] Supported small start file size for database file.
  In previous versions, Groonga consumed larger initial file
  size on windows in contrast to UNIX like environment.
  To enable this feature, use ``GRN_IO_VERSION=1`` environment
  variable. This feature isn't enabled by default because it is in experimental stage.
* Supported ``SUM``, ``MIN``, ``MAX``, ``AVG`` feature for drilldown.
  This feature is supported by extending newer drilldown syntax which supports label.
  Specify ``SUM``, ``MIN``, ``MAX`` or ``AVG`` for :ref:`select-drilldown-calc-types`
  and target column for :ref:`select-drilldown-calc-target`.
  The return value is calculated based on drilldown result in group.
* [experimental] Added ``--with-jemalloc`` option to use ``jemalloc`` for ``malloc()/free()``.
  It'll improve performance on multi-threading usage. For example, the performance
  of :doc:`/reference/executables/groonga` or `Mroonga <http://mroonga.org/>`__ will be improved.
  Note that this feature doesn't affect to :doc:`/reference/executables/groonga-httpd` because
  groonga-httpd uses multi-process model instead of multi-threading.
* groonga-httpd: Supported long error message over 2048 bytes.
  By this change, long error message (>2048) is not truncated.
* groonga-httpd: Supported streaming dump functionality.

Fixes
^^^^^

* Fixed mismatch between error code and error message when
  ``strerror()`` is failed. There was a case that Groonga shows
  incorrect error code as syscall error.
* Fixed to show errno in error message when unknow error is occurred.
* [windows] Fixed to return proper error code.
* Fixed a bug that there is only one section for multi-column index for
  :ref:`select-match-columns`, it doesn't return correct search results.
  For example, consider the case that there is multi-column index which is
  named as ``memo_index`` for ``title`` column and ``content`` column.
  Thus, this bug occurs when ``memo_index[0]`` which means index
  for ``title`` column is specified for :ref:`select-match-columns`.
* mecab: Added workaround for ``mecab_strerror(NULL)`` on MeCab 0.993.
  Without this workaround, Groonga aborts if there is no MeCab
  dictionary. [Reported by Shuhei Tanuma]
* groonga-httpd: Fixed a bug that custom log file is ignored.
* groonga-httpd: Fixed a bug that empty dump doesn't return.

Thanks
^^^^^^

* Shuhei Tanuma
2015-01-29 10:34:14 +00:00

940 lines
53 KiB
Text

@comment $NetBSD: PLIST,v 1.28 2015/01/29 10:34:14 obache Exp $
bin/groonga
bin/groonga-benchmark
bin/groonga-suggest-create-dataset
${PLIST.learner}bin/groonga-suggest-httpd
${PLIST.learner}bin/groonga-suggest-learner
include/groonga/groonga.h
include/groonga/groonga/command.h
include/groonga/groonga/expr.h
include/groonga/groonga/groonga.h
include/groonga/groonga/ii.h
include/groonga/groonga/nfkc.h
include/groonga/groonga/normalizer.h
include/groonga/groonga/plugin.h
include/groonga/groonga/request_canceler.h
include/groonga/groonga/token.h
include/groonga/groonga/token_filter.h
include/groonga/groonga/tokenizer.h
include/groonga/groonga/util.h
lib/groonga/plugins/query_expanders/tsv.la
lib/groonga/plugins/suggest/suggest.la
lib/groonga/plugins/table/table.la
lib/groonga/plugins/token_filters/stop_word.la
${PLIST.mecab}lib/groonga/plugins/tokenizers/mecab.la
lib/libgroonga.la
lib/pkgconfig/groonga.pc
man/ja/man1/groonga.1
man/man1/groonga.1
${PLIST.httpd}sbin/groonga-httpd
sbin/groonga-httpd-restart
share/doc/groonga/en/html/.buildinfo
share/doc/groonga/en/html/_images/geo-points.png
share/doc/groonga/en/html/_sources/characteristic.txt
share/doc/groonga/en/html/_sources/client.txt
share/doc/groonga/en/html/_sources/community.txt
share/doc/groonga/en/html/_sources/contribution.txt
share/doc/groonga/en/html/_sources/contribution/development.txt
share/doc/groonga/en/html/_sources/contribution/development/com.txt
share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt
share/doc/groonga/en/html/_sources/contribution/development/query.txt
share/doc/groonga/en/html/_sources/contribution/development/release.txt
share/doc/groonga/en/html/_sources/contribution/development/repository.txt
share/doc/groonga/en/html/_sources/contribution/development/test.txt
share/doc/groonga/en/html/_sources/contribution/documentation.txt
share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt
share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt
share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt
share/doc/groonga/en/html/_sources/contribution/report.txt
share/doc/groonga/en/html/_sources/development.txt
share/doc/groonga/en/html/_sources/development/travis-ci.txt
share/doc/groonga/en/html/_sources/index.txt
share/doc/groonga/en/html/_sources/install.txt
share/doc/groonga/en/html/_sources/install/centos.txt
share/doc/groonga/en/html/_sources/install/debian.txt
share/doc/groonga/en/html/_sources/install/fedora.txt
share/doc/groonga/en/html/_sources/install/mac_os_x.txt
share/doc/groonga/en/html/_sources/install/others.txt
share/doc/groonga/en/html/_sources/install/solaris.txt
share/doc/groonga/en/html/_sources/install/ubuntu.txt
share/doc/groonga/en/html/_sources/install/windows.txt
share/doc/groonga/en/html/_sources/limitations.txt
share/doc/groonga/en/html/_sources/news.txt
share/doc/groonga/en/html/_sources/news/0.x.txt
share/doc/groonga/en/html/_sources/news/1.0.x.txt
share/doc/groonga/en/html/_sources/news/1.1.x.txt
share/doc/groonga/en/html/_sources/news/1.2.x.txt
share/doc/groonga/en/html/_sources/news/1.3.x.txt
share/doc/groonga/en/html/_sources/news/2.x.txt
share/doc/groonga/en/html/_sources/news/3.x.txt
share/doc/groonga/en/html/_sources/news/senna.txt
share/doc/groonga/en/html/_sources/reference.txt
share/doc/groonga/en/html/_sources/reference/api.txt
share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt
share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt
share/doc/groonga/en/html/_sources/reference/api/grn_column.txt
share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt
share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt
share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt
share/doc/groonga/en/html/_sources/reference/api/grn_db.txt
share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt
share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt
share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt
share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt
share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt
share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt
share/doc/groonga/en/html/_sources/reference/api/grn_info.txt
share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt
share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt
share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt
share/doc/groonga/en/html/_sources/reference/api/grn_search.txt
share/doc/groonga/en/html/_sources/reference/api/grn_table.txt
share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt
share/doc/groonga/en/html/_sources/reference/api/grn_type.txt
share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt
share/doc/groonga/en/html/_sources/reference/api/plugin.txt
share/doc/groonga/en/html/_sources/reference/cast.txt
share/doc/groonga/en/html/_sources/reference/column.txt
share/doc/groonga/en/html/_sources/reference/columns/index.txt
share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt
share/doc/groonga/en/html/_sources/reference/columns/scalar.txt
share/doc/groonga/en/html/_sources/reference/columns/vector.txt
share/doc/groonga/en/html/_sources/reference/command.txt
share/doc/groonga/en/html/_sources/reference/command/command_version.txt
share/doc/groonga/en/html/_sources/reference/command/output_format.txt
share/doc/groonga/en/html/_sources/reference/command/request_id.txt
share/doc/groonga/en/html/_sources/reference/command/return_code.txt
share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt
share/doc/groonga/en/html/_sources/reference/commands/check.txt
share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt
share/doc/groonga/en/html/_sources/reference/commands/column_create.txt
share/doc/groonga/en/html/_sources/reference/commands/column_list.txt
share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt
share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt
share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt
share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
share/doc/groonga/en/html/_sources/reference/commands/delete.txt
share/doc/groonga/en/html/_sources/reference/commands/dump.txt
share/doc/groonga/en/html/_sources/reference/commands/load.txt
share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt
share/doc/groonga/en/html/_sources/reference/commands/log_level.txt
share/doc/groonga/en/html/_sources/reference/commands/log_put.txt
share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt
share/doc/groonga/en/html/_sources/reference/commands/normalize.txt
share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt
share/doc/groonga/en/html/_sources/reference/commands/quit.txt
share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt
share/doc/groonga/en/html/_sources/reference/commands/register.txt
share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt
share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt
share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt
share/doc/groonga/en/html/_sources/reference/commands/select.txt
share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt
share/doc/groonga/en/html/_sources/reference/commands/status.txt
share/doc/groonga/en/html/_sources/reference/commands/suggest.txt
share/doc/groonga/en/html/_sources/reference/commands/table_create.txt
share/doc/groonga/en/html/_sources/reference/commands/table_list.txt
share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt
share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt
share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt
share/doc/groonga/en/html/_sources/reference/commands/truncate.txt
share/doc/groonga/en/html/_sources/reference/executables.txt
share/doc/groonga/en/html/_sources/reference/executables/grndb.txt
share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt
share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt
share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt
share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt
share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt
share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt
share/doc/groonga/en/html/_sources/reference/executables/groonga.txt
share/doc/groonga/en/html/_sources/reference/function.txt
share/doc/groonga/en/html/_sources/reference/functions/between.txt
share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt
share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt
share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt
share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt
share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt
share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt
share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt
share/doc/groonga/en/html/_sources/reference/functions/in_values.txt
share/doc/groonga/en/html/_sources/reference/functions/now.txt
share/doc/groonga/en/html/_sources/reference/functions/query.txt
share/doc/groonga/en/html/_sources/reference/functions/rand.txt
share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt
share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt
share/doc/groonga/en/html/_sources/reference/grn_expr.txt
share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt
share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt
share/doc/groonga/en/html/_sources/reference/indexing.txt
share/doc/groonga/en/html/_sources/reference/log.txt
share/doc/groonga/en/html/_sources/reference/normalizers.txt
share/doc/groonga/en/html/_sources/reference/operations.txt
share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt
share/doc/groonga/en/html/_sources/reference/output.txt
share/doc/groonga/en/html/_sources/reference/query_expanders.txt
share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt
share/doc/groonga/en/html/_sources/reference/suggest.txt
share/doc/groonga/en/html/_sources/reference/suggest/completion.txt
share/doc/groonga/en/html/_sources/reference/suggest/correction.txt
share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt
share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt
share/doc/groonga/en/html/_sources/reference/tables.txt
share/doc/groonga/en/html/_sources/reference/token_filters.txt
share/doc/groonga/en/html/_sources/reference/tokenizers.txt
share/doc/groonga/en/html/_sources/reference/tuning.txt
share/doc/groonga/en/html/_sources/reference/types.txt
share/doc/groonga/en/html/_sources/server.txt
share/doc/groonga/en/html/_sources/server/gqtp.txt
share/doc/groonga/en/html/_sources/server/http.txt
share/doc/groonga/en/html/_sources/server/http/comparison.txt
share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt
share/doc/groonga/en/html/_sources/server/http/groonga.txt
share/doc/groonga/en/html/_sources/server/package.txt
share/doc/groonga/en/html/_sources/spec.txt
share/doc/groonga/en/html/_sources/spec/gqtp.txt
share/doc/groonga/en/html/_sources/spec/search.txt
share/doc/groonga/en/html/_sources/troubleshooting.txt
share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt
share/doc/groonga/en/html/_sources/tutorial.txt
share/doc/groonga/en/html/_sources/tutorial/data.txt
share/doc/groonga/en/html/_sources/tutorial/drilldown.txt
share/doc/groonga/en/html/_sources/tutorial/index.txt
share/doc/groonga/en/html/_sources/tutorial/introduction.txt
share/doc/groonga/en/html/_sources/tutorial/lexicon.txt
share/doc/groonga/en/html/_sources/tutorial/match_columns.txt
share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt
share/doc/groonga/en/html/_sources/tutorial/network.txt
share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt
share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt
share/doc/groonga/en/html/_sources/tutorial/search.txt
share/doc/groonga/en/html/_static/ajax-loader.gif
share/doc/groonga/en/html/_static/basic.css
share/doc/groonga/en/html/_static/comment-bright.png
share/doc/groonga/en/html/_static/comment-close.png
share/doc/groonga/en/html/_static/comment.png
share/doc/groonga/en/html/_static/doctools.js
share/doc/groonga/en/html/_static/down-pressed.png
share/doc/groonga/en/html/_static/down.png
share/doc/groonga/en/html/_static/favicon.ico
share/doc/groonga/en/html/_static/file.png
share/doc/groonga/en/html/_static/groonga.css
share/doc/groonga/en/html/_static/header-background.png
share/doc/groonga/en/html/_static/jp.png
share/doc/groonga/en/html/_static/jquery.js
share/doc/groonga/en/html/_static/logo.png
share/doc/groonga/en/html/_static/minus.png
share/doc/groonga/en/html/_static/navigation-bar.png
share/doc/groonga/en/html/_static/plus.png
share/doc/groonga/en/html/_static/pygments.css
share/doc/groonga/en/html/_static/searchtools.js
share/doc/groonga/en/html/_static/underscore.js
share/doc/groonga/en/html/_static/up-pressed.png
share/doc/groonga/en/html/_static/up.png
share/doc/groonga/en/html/_static/us.png
share/doc/groonga/en/html/_static/websupport.js
share/doc/groonga/en/html/characteristic.html
share/doc/groonga/en/html/client.html
share/doc/groonga/en/html/community.html
share/doc/groonga/en/html/contribution.html
share/doc/groonga/en/html/contribution/development.html
share/doc/groonga/en/html/contribution/development/com.html
share/doc/groonga/en/html/contribution/development/cooperation.html
share/doc/groonga/en/html/contribution/development/query.html
share/doc/groonga/en/html/contribution/development/release.html
share/doc/groonga/en/html/contribution/development/repository.html
share/doc/groonga/en/html/contribution/development/test.html
share/doc/groonga/en/html/contribution/documentation.html
share/doc/groonga/en/html/contribution/documentation/c-api.html
share/doc/groonga/en/html/contribution/documentation/i18n.html
share/doc/groonga/en/html/contribution/documentation/introduction.html
share/doc/groonga/en/html/contribution/report.html
share/doc/groonga/en/html/development.html
share/doc/groonga/en/html/development/travis-ci.html
share/doc/groonga/en/html/genindex.html
share/doc/groonga/en/html/index.html
share/doc/groonga/en/html/install.html
share/doc/groonga/en/html/install/centos.html
share/doc/groonga/en/html/install/debian.html
share/doc/groonga/en/html/install/fedora.html
share/doc/groonga/en/html/install/mac_os_x.html
share/doc/groonga/en/html/install/others.html
share/doc/groonga/en/html/install/solaris.html
share/doc/groonga/en/html/install/ubuntu.html
share/doc/groonga/en/html/install/windows.html
share/doc/groonga/en/html/limitations.html
share/doc/groonga/en/html/news.html
share/doc/groonga/en/html/news/0.x.html
share/doc/groonga/en/html/news/1.0.x.html
share/doc/groonga/en/html/news/1.1.x.html
share/doc/groonga/en/html/news/1.2.x.html
share/doc/groonga/en/html/news/1.3.x.html
share/doc/groonga/en/html/news/2.x.html
share/doc/groonga/en/html/news/3.x.html
share/doc/groonga/en/html/news/senna.html
share/doc/groonga/en/html/objects.inv
share/doc/groonga/en/html/reference.html
share/doc/groonga/en/html/reference/api.html
share/doc/groonga/en/html/reference/api/global_configurations.html
share/doc/groonga/en/html/reference/api/grn_cache.html
share/doc/groonga/en/html/reference/api/grn_column.html
share/doc/groonga/en/html/reference/api/grn_command_version.html
share/doc/groonga/en/html/reference/api/grn_content_type.html
share/doc/groonga/en/html/reference/api/grn_ctx.html
share/doc/groonga/en/html/reference/api/grn_db.html
share/doc/groonga/en/html/reference/api/grn_encoding.html
share/doc/groonga/en/html/reference/api/grn_expr.html
share/doc/groonga/en/html/reference/api/grn_geo.html
share/doc/groonga/en/html/reference/api/grn_hook.html
share/doc/groonga/en/html/reference/api/grn_ii.html
share/doc/groonga/en/html/reference/api/grn_index_cursor.html
share/doc/groonga/en/html/reference/api/grn_info.html
share/doc/groonga/en/html/reference/api/grn_match_escalation.html
share/doc/groonga/en/html/reference/api/grn_obj.html
share/doc/groonga/en/html/reference/api/grn_proc.html
share/doc/groonga/en/html/reference/api/grn_search.html
share/doc/groonga/en/html/reference/api/grn_table.html
share/doc/groonga/en/html/reference/api/grn_table_cursor.html
share/doc/groonga/en/html/reference/api/grn_type.html
share/doc/groonga/en/html/reference/api/grn_user_data.html
share/doc/groonga/en/html/reference/api/plugin.html
share/doc/groonga/en/html/reference/cast.html
share/doc/groonga/en/html/reference/column.html
share/doc/groonga/en/html/reference/columns/index.html
share/doc/groonga/en/html/reference/columns/pseudo.html
share/doc/groonga/en/html/reference/columns/scalar.html
share/doc/groonga/en/html/reference/columns/vector.html
share/doc/groonga/en/html/reference/command.html
share/doc/groonga/en/html/reference/command/command_version.html
share/doc/groonga/en/html/reference/command/output_format.html
share/doc/groonga/en/html/reference/command/request_id.html
share/doc/groonga/en/html/reference/command/return_code.html
share/doc/groonga/en/html/reference/commands/cache_limit.html
share/doc/groonga/en/html/reference/commands/check.html
share/doc/groonga/en/html/reference/commands/clearlock.html
share/doc/groonga/en/html/reference/commands/column_create.html
share/doc/groonga/en/html/reference/commands/column_list.html
share/doc/groonga/en/html/reference/commands/column_remove.html
share/doc/groonga/en/html/reference/commands/column_rename.html
share/doc/groonga/en/html/reference/commands/define_selector.html
share/doc/groonga/en/html/reference/commands/defrag.html
share/doc/groonga/en/html/reference/commands/delete.html
share/doc/groonga/en/html/reference/commands/dump.html
share/doc/groonga/en/html/reference/commands/load.html
share/doc/groonga/en/html/reference/commands/lock_clear.html
share/doc/groonga/en/html/reference/commands/log_level.html
share/doc/groonga/en/html/reference/commands/log_put.html
share/doc/groonga/en/html/reference/commands/log_reopen.html
share/doc/groonga/en/html/reference/commands/normalize.html
share/doc/groonga/en/html/reference/commands/normalizer_list.html
share/doc/groonga/en/html/reference/commands/quit.html
share/doc/groonga/en/html/reference/commands/range_filter.html
share/doc/groonga/en/html/reference/commands/register.html
share/doc/groonga/en/html/reference/commands/request_cancel.html
share/doc/groonga/en/html/reference/commands/ruby_eval.html
share/doc/groonga/en/html/reference/commands/ruby_load.html
share/doc/groonga/en/html/reference/commands/select.html
share/doc/groonga/en/html/reference/commands/shutdown.html
share/doc/groonga/en/html/reference/commands/status.html
share/doc/groonga/en/html/reference/commands/suggest.html
share/doc/groonga/en/html/reference/commands/table_create.html
share/doc/groonga/en/html/reference/commands/table_list.html
share/doc/groonga/en/html/reference/commands/table_remove.html
share/doc/groonga/en/html/reference/commands/table_tokenize.html
share/doc/groonga/en/html/reference/commands/tokenize.html
share/doc/groonga/en/html/reference/commands/tokenizer_list.html
share/doc/groonga/en/html/reference/commands/truncate.html
share/doc/groonga/en/html/reference/executables.html
share/doc/groonga/en/html/reference/executables/grndb.html
share/doc/groonga/en/html/reference/executables/grnslap.html
share/doc/groonga/en/html/reference/executables/groonga-benchmark.html
share/doc/groonga/en/html/reference/executables/groonga-httpd.html
share/doc/groonga/en/html/reference/executables/groonga-server-http.html
share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html
share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html
share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html
share/doc/groonga/en/html/reference/executables/groonga.html
share/doc/groonga/en/html/reference/function.html
share/doc/groonga/en/html/reference/functions/between.html
share/doc/groonga/en/html/reference/functions/edit_distance.html
share/doc/groonga/en/html/reference/functions/geo_distance.html
share/doc/groonga/en/html/reference/functions/geo_in_circle.html
share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html
share/doc/groonga/en/html/reference/functions/highlight_full.html
share/doc/groonga/en/html/reference/functions/highlight_html.html
share/doc/groonga/en/html/reference/functions/html_untag.html
share/doc/groonga/en/html/reference/functions/in_values.html
share/doc/groonga/en/html/reference/functions/now.html
share/doc/groonga/en/html/reference/functions/query.html
share/doc/groonga/en/html/reference/functions/rand.html
share/doc/groonga/en/html/reference/functions/snippet_html.html
share/doc/groonga/en/html/reference/functions/sub_filter.html
share/doc/groonga/en/html/reference/grn_expr.html
share/doc/groonga/en/html/reference/grn_expr/query_syntax.html
share/doc/groonga/en/html/reference/grn_expr/script_syntax.html
share/doc/groonga/en/html/reference/indexing.html
share/doc/groonga/en/html/reference/log.html
share/doc/groonga/en/html/reference/normalizers.html
share/doc/groonga/en/html/reference/operations.html
share/doc/groonga/en/html/reference/operations/geolocation_search.html
share/doc/groonga/en/html/reference/output.html
share/doc/groonga/en/html/reference/query_expanders.html
share/doc/groonga/en/html/reference/query_expanders/tsv.html
share/doc/groonga/en/html/reference/suggest.html
share/doc/groonga/en/html/reference/suggest/completion.html
share/doc/groonga/en/html/reference/suggest/correction.html
share/doc/groonga/en/html/reference/suggest/introduction.html
share/doc/groonga/en/html/reference/suggest/suggestion.html
share/doc/groonga/en/html/reference/tables.html
share/doc/groonga/en/html/reference/token_filters.html
share/doc/groonga/en/html/reference/tokenizers.html
share/doc/groonga/en/html/reference/tuning.html
share/doc/groonga/en/html/reference/types.html
share/doc/groonga/en/html/search.html
share/doc/groonga/en/html/searchindex.js
share/doc/groonga/en/html/server.html
share/doc/groonga/en/html/server/gqtp.html
share/doc/groonga/en/html/server/http.html
share/doc/groonga/en/html/server/http/comparison.html
share/doc/groonga/en/html/server/http/groonga-httpd.html
share/doc/groonga/en/html/server/http/groonga.html
share/doc/groonga/en/html/server/package.html
share/doc/groonga/en/html/spec.html
share/doc/groonga/en/html/spec/gqtp.html
share/doc/groonga/en/html/spec/search.html
share/doc/groonga/en/html/troubleshooting.html
share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html
share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html
share/doc/groonga/en/html/tutorial.html
share/doc/groonga/en/html/tutorial/data.html
share/doc/groonga/en/html/tutorial/drilldown.html
share/doc/groonga/en/html/tutorial/index.html
share/doc/groonga/en/html/tutorial/introduction.html
share/doc/groonga/en/html/tutorial/lexicon.html
share/doc/groonga/en/html/tutorial/match_columns.html
share/doc/groonga/en/html/tutorial/micro_blog.html
share/doc/groonga/en/html/tutorial/network.html
share/doc/groonga/en/html/tutorial/patricia_trie.html
share/doc/groonga/en/html/tutorial/query_expansion.html
share/doc/groonga/en/html/tutorial/search.html
share/doc/groonga/ja/html/.buildinfo
share/doc/groonga/ja/html/_images/geo-points.png
share/doc/groonga/ja/html/_sources/characteristic.txt
share/doc/groonga/ja/html/_sources/client.txt
share/doc/groonga/ja/html/_sources/community.txt
share/doc/groonga/ja/html/_sources/contribution.txt
share/doc/groonga/ja/html/_sources/contribution/development.txt
share/doc/groonga/ja/html/_sources/contribution/development/com.txt
share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt
share/doc/groonga/ja/html/_sources/contribution/development/query.txt
share/doc/groonga/ja/html/_sources/contribution/development/release.txt
share/doc/groonga/ja/html/_sources/contribution/development/repository.txt
share/doc/groonga/ja/html/_sources/contribution/development/test.txt
share/doc/groonga/ja/html/_sources/contribution/documentation.txt
share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt
share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt
share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt
share/doc/groonga/ja/html/_sources/contribution/report.txt
share/doc/groonga/ja/html/_sources/development.txt
share/doc/groonga/ja/html/_sources/development/travis-ci.txt
share/doc/groonga/ja/html/_sources/index.txt
share/doc/groonga/ja/html/_sources/install.txt
share/doc/groonga/ja/html/_sources/install/centos.txt
share/doc/groonga/ja/html/_sources/install/debian.txt
share/doc/groonga/ja/html/_sources/install/fedora.txt
share/doc/groonga/ja/html/_sources/install/mac_os_x.txt
share/doc/groonga/ja/html/_sources/install/others.txt
share/doc/groonga/ja/html/_sources/install/solaris.txt
share/doc/groonga/ja/html/_sources/install/ubuntu.txt
share/doc/groonga/ja/html/_sources/install/windows.txt
share/doc/groonga/ja/html/_sources/limitations.txt
share/doc/groonga/ja/html/_sources/news.txt
share/doc/groonga/ja/html/_sources/news/0.x.txt
share/doc/groonga/ja/html/_sources/news/1.0.x.txt
share/doc/groonga/ja/html/_sources/news/1.1.x.txt
share/doc/groonga/ja/html/_sources/news/1.2.x.txt
share/doc/groonga/ja/html/_sources/news/1.3.x.txt
share/doc/groonga/ja/html/_sources/news/2.x.txt
share/doc/groonga/ja/html/_sources/news/3.x.txt
share/doc/groonga/ja/html/_sources/news/senna.txt
share/doc/groonga/ja/html/_sources/reference.txt
share/doc/groonga/ja/html/_sources/reference/api.txt
share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt
share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt
share/doc/groonga/ja/html/_sources/reference/api/plugin.txt
share/doc/groonga/ja/html/_sources/reference/cast.txt
share/doc/groonga/ja/html/_sources/reference/column.txt
share/doc/groonga/ja/html/_sources/reference/columns/index.txt
share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt
share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt
share/doc/groonga/ja/html/_sources/reference/columns/vector.txt
share/doc/groonga/ja/html/_sources/reference/command.txt
share/doc/groonga/ja/html/_sources/reference/command/command_version.txt
share/doc/groonga/ja/html/_sources/reference/command/output_format.txt
share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
share/doc/groonga/ja/html/_sources/reference/command/return_code.txt
share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt
share/doc/groonga/ja/html/_sources/reference/commands/check.txt
share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt
share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt
share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt
share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt
share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt
share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt
share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
share/doc/groonga/ja/html/_sources/reference/commands/delete.txt
share/doc/groonga/ja/html/_sources/reference/commands/dump.txt
share/doc/groonga/ja/html/_sources/reference/commands/load.txt
share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt
share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt
share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt
share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt
share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt
share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt
share/doc/groonga/ja/html/_sources/reference/commands/quit.txt
share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt
share/doc/groonga/ja/html/_sources/reference/commands/register.txt
share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt
share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt
share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt
share/doc/groonga/ja/html/_sources/reference/commands/select.txt
share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt
share/doc/groonga/ja/html/_sources/reference/commands/status.txt
share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt
share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt
share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt
share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt
share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt
share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt
share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt
share/doc/groonga/ja/html/_sources/reference/executables.txt
share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt
share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt
share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt
share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt
share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt
share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt
share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt
share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt
share/doc/groonga/ja/html/_sources/reference/function.txt
share/doc/groonga/ja/html/_sources/reference/functions/between.txt
share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt
share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt
share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt
share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt
share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt
share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt
share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt
share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt
share/doc/groonga/ja/html/_sources/reference/functions/now.txt
share/doc/groonga/ja/html/_sources/reference/functions/query.txt
share/doc/groonga/ja/html/_sources/reference/functions/rand.txt
share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt
share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt
share/doc/groonga/ja/html/_sources/reference/grn_expr.txt
share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt
share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt
share/doc/groonga/ja/html/_sources/reference/indexing.txt
share/doc/groonga/ja/html/_sources/reference/log.txt
share/doc/groonga/ja/html/_sources/reference/normalizers.txt
share/doc/groonga/ja/html/_sources/reference/operations.txt
share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt
share/doc/groonga/ja/html/_sources/reference/output.txt
share/doc/groonga/ja/html/_sources/reference/query_expanders.txt
share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt
share/doc/groonga/ja/html/_sources/reference/suggest.txt
share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt
share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt
share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt
share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt
share/doc/groonga/ja/html/_sources/reference/tables.txt
share/doc/groonga/ja/html/_sources/reference/token_filters.txt
share/doc/groonga/ja/html/_sources/reference/tokenizers.txt
share/doc/groonga/ja/html/_sources/reference/tuning.txt
share/doc/groonga/ja/html/_sources/reference/types.txt
share/doc/groonga/ja/html/_sources/server.txt
share/doc/groonga/ja/html/_sources/server/gqtp.txt
share/doc/groonga/ja/html/_sources/server/http.txt
share/doc/groonga/ja/html/_sources/server/http/comparison.txt
share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt
share/doc/groonga/ja/html/_sources/server/http/groonga.txt
share/doc/groonga/ja/html/_sources/server/package.txt
share/doc/groonga/ja/html/_sources/spec.txt
share/doc/groonga/ja/html/_sources/spec/gqtp.txt
share/doc/groonga/ja/html/_sources/spec/search.txt
share/doc/groonga/ja/html/_sources/troubleshooting.txt
share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt
share/doc/groonga/ja/html/_sources/tutorial.txt
share/doc/groonga/ja/html/_sources/tutorial/data.txt
share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt
share/doc/groonga/ja/html/_sources/tutorial/index.txt
share/doc/groonga/ja/html/_sources/tutorial/introduction.txt
share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt
share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt
share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt
share/doc/groonga/ja/html/_sources/tutorial/network.txt
share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt
share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt
share/doc/groonga/ja/html/_sources/tutorial/search.txt
share/doc/groonga/ja/html/_static/ajax-loader.gif
share/doc/groonga/ja/html/_static/basic.css
share/doc/groonga/ja/html/_static/comment-bright.png
share/doc/groonga/ja/html/_static/comment-close.png
share/doc/groonga/ja/html/_static/comment.png
share/doc/groonga/ja/html/_static/doctools.js
share/doc/groonga/ja/html/_static/down-pressed.png
share/doc/groonga/ja/html/_static/down.png
share/doc/groonga/ja/html/_static/favicon.ico
share/doc/groonga/ja/html/_static/file.png
share/doc/groonga/ja/html/_static/groonga.css
share/doc/groonga/ja/html/_static/header-background.png
share/doc/groonga/ja/html/_static/jp.png
share/doc/groonga/ja/html/_static/jquery.js
share/doc/groonga/ja/html/_static/logo.png
share/doc/groonga/ja/html/_static/minus.png
share/doc/groonga/ja/html/_static/navigation-bar.png
share/doc/groonga/ja/html/_static/plus.png
share/doc/groonga/ja/html/_static/pygments.css
share/doc/groonga/ja/html/_static/searchtools.js
share/doc/groonga/ja/html/_static/underscore.js
share/doc/groonga/ja/html/_static/up-pressed.png
share/doc/groonga/ja/html/_static/up.png
share/doc/groonga/ja/html/_static/us.png
share/doc/groonga/ja/html/_static/websupport.js
share/doc/groonga/ja/html/characteristic.html
share/doc/groonga/ja/html/client.html
share/doc/groonga/ja/html/community.html
share/doc/groonga/ja/html/contribution.html
share/doc/groonga/ja/html/contribution/development.html
share/doc/groonga/ja/html/contribution/development/com.html
share/doc/groonga/ja/html/contribution/development/cooperation.html
share/doc/groonga/ja/html/contribution/development/query.html
share/doc/groonga/ja/html/contribution/development/release.html
share/doc/groonga/ja/html/contribution/development/repository.html
share/doc/groonga/ja/html/contribution/development/test.html
share/doc/groonga/ja/html/contribution/documentation.html
share/doc/groonga/ja/html/contribution/documentation/c-api.html
share/doc/groonga/ja/html/contribution/documentation/i18n.html
share/doc/groonga/ja/html/contribution/documentation/introduction.html
share/doc/groonga/ja/html/contribution/report.html
share/doc/groonga/ja/html/development.html
share/doc/groonga/ja/html/development/travis-ci.html
share/doc/groonga/ja/html/genindex.html
share/doc/groonga/ja/html/index.html
share/doc/groonga/ja/html/install.html
share/doc/groonga/ja/html/install/centos.html
share/doc/groonga/ja/html/install/debian.html
share/doc/groonga/ja/html/install/fedora.html
share/doc/groonga/ja/html/install/mac_os_x.html
share/doc/groonga/ja/html/install/others.html
share/doc/groonga/ja/html/install/solaris.html
share/doc/groonga/ja/html/install/ubuntu.html
share/doc/groonga/ja/html/install/windows.html
share/doc/groonga/ja/html/limitations.html
share/doc/groonga/ja/html/news.html
share/doc/groonga/ja/html/news/0.x.html
share/doc/groonga/ja/html/news/1.0.x.html
share/doc/groonga/ja/html/news/1.1.x.html
share/doc/groonga/ja/html/news/1.2.x.html
share/doc/groonga/ja/html/news/1.3.x.html
share/doc/groonga/ja/html/news/2.x.html
share/doc/groonga/ja/html/news/3.x.html
share/doc/groonga/ja/html/news/senna.html
share/doc/groonga/ja/html/objects.inv
share/doc/groonga/ja/html/reference.html
share/doc/groonga/ja/html/reference/api.html
share/doc/groonga/ja/html/reference/api/global_configurations.html
share/doc/groonga/ja/html/reference/api/grn_cache.html
share/doc/groonga/ja/html/reference/api/grn_column.html
share/doc/groonga/ja/html/reference/api/grn_command_version.html
share/doc/groonga/ja/html/reference/api/grn_content_type.html
share/doc/groonga/ja/html/reference/api/grn_ctx.html
share/doc/groonga/ja/html/reference/api/grn_db.html
share/doc/groonga/ja/html/reference/api/grn_encoding.html
share/doc/groonga/ja/html/reference/api/grn_expr.html
share/doc/groonga/ja/html/reference/api/grn_geo.html
share/doc/groonga/ja/html/reference/api/grn_hook.html
share/doc/groonga/ja/html/reference/api/grn_ii.html
share/doc/groonga/ja/html/reference/api/grn_index_cursor.html
share/doc/groonga/ja/html/reference/api/grn_info.html
share/doc/groonga/ja/html/reference/api/grn_match_escalation.html
share/doc/groonga/ja/html/reference/api/grn_obj.html
share/doc/groonga/ja/html/reference/api/grn_proc.html
share/doc/groonga/ja/html/reference/api/grn_search.html
share/doc/groonga/ja/html/reference/api/grn_table.html
share/doc/groonga/ja/html/reference/api/grn_table_cursor.html
share/doc/groonga/ja/html/reference/api/grn_type.html
share/doc/groonga/ja/html/reference/api/grn_user_data.html
share/doc/groonga/ja/html/reference/api/plugin.html
share/doc/groonga/ja/html/reference/cast.html
share/doc/groonga/ja/html/reference/column.html
share/doc/groonga/ja/html/reference/columns/index.html
share/doc/groonga/ja/html/reference/columns/pseudo.html
share/doc/groonga/ja/html/reference/columns/scalar.html
share/doc/groonga/ja/html/reference/columns/vector.html
share/doc/groonga/ja/html/reference/command.html
share/doc/groonga/ja/html/reference/command/command_version.html
share/doc/groonga/ja/html/reference/command/output_format.html
share/doc/groonga/ja/html/reference/command/request_id.html
share/doc/groonga/ja/html/reference/command/return_code.html
share/doc/groonga/ja/html/reference/commands/cache_limit.html
share/doc/groonga/ja/html/reference/commands/check.html
share/doc/groonga/ja/html/reference/commands/clearlock.html
share/doc/groonga/ja/html/reference/commands/column_create.html
share/doc/groonga/ja/html/reference/commands/column_list.html
share/doc/groonga/ja/html/reference/commands/column_remove.html
share/doc/groonga/ja/html/reference/commands/column_rename.html
share/doc/groonga/ja/html/reference/commands/define_selector.html
share/doc/groonga/ja/html/reference/commands/defrag.html
share/doc/groonga/ja/html/reference/commands/delete.html
share/doc/groonga/ja/html/reference/commands/dump.html
share/doc/groonga/ja/html/reference/commands/load.html
share/doc/groonga/ja/html/reference/commands/lock_clear.html
share/doc/groonga/ja/html/reference/commands/log_level.html
share/doc/groonga/ja/html/reference/commands/log_put.html
share/doc/groonga/ja/html/reference/commands/log_reopen.html
share/doc/groonga/ja/html/reference/commands/normalize.html
share/doc/groonga/ja/html/reference/commands/normalizer_list.html
share/doc/groonga/ja/html/reference/commands/quit.html
share/doc/groonga/ja/html/reference/commands/range_filter.html
share/doc/groonga/ja/html/reference/commands/register.html
share/doc/groonga/ja/html/reference/commands/request_cancel.html
share/doc/groonga/ja/html/reference/commands/ruby_eval.html
share/doc/groonga/ja/html/reference/commands/ruby_load.html
share/doc/groonga/ja/html/reference/commands/select.html
share/doc/groonga/ja/html/reference/commands/shutdown.html
share/doc/groonga/ja/html/reference/commands/status.html
share/doc/groonga/ja/html/reference/commands/suggest.html
share/doc/groonga/ja/html/reference/commands/table_create.html
share/doc/groonga/ja/html/reference/commands/table_list.html
share/doc/groonga/ja/html/reference/commands/table_remove.html
share/doc/groonga/ja/html/reference/commands/table_tokenize.html
share/doc/groonga/ja/html/reference/commands/tokenize.html
share/doc/groonga/ja/html/reference/commands/tokenizer_list.html
share/doc/groonga/ja/html/reference/commands/truncate.html
share/doc/groonga/ja/html/reference/executables.html
share/doc/groonga/ja/html/reference/executables/grndb.html
share/doc/groonga/ja/html/reference/executables/grnslap.html
share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html
share/doc/groonga/ja/html/reference/executables/groonga-httpd.html
share/doc/groonga/ja/html/reference/executables/groonga-server-http.html
share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html
share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html
share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html
share/doc/groonga/ja/html/reference/executables/groonga.html
share/doc/groonga/ja/html/reference/function.html
share/doc/groonga/ja/html/reference/functions/between.html
share/doc/groonga/ja/html/reference/functions/edit_distance.html
share/doc/groonga/ja/html/reference/functions/geo_distance.html
share/doc/groonga/ja/html/reference/functions/geo_in_circle.html
share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html
share/doc/groonga/ja/html/reference/functions/highlight_full.html
share/doc/groonga/ja/html/reference/functions/highlight_html.html
share/doc/groonga/ja/html/reference/functions/html_untag.html
share/doc/groonga/ja/html/reference/functions/in_values.html
share/doc/groonga/ja/html/reference/functions/now.html
share/doc/groonga/ja/html/reference/functions/query.html
share/doc/groonga/ja/html/reference/functions/rand.html
share/doc/groonga/ja/html/reference/functions/snippet_html.html
share/doc/groonga/ja/html/reference/functions/sub_filter.html
share/doc/groonga/ja/html/reference/grn_expr.html
share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html
share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html
share/doc/groonga/ja/html/reference/indexing.html
share/doc/groonga/ja/html/reference/log.html
share/doc/groonga/ja/html/reference/normalizers.html
share/doc/groonga/ja/html/reference/operations.html
share/doc/groonga/ja/html/reference/operations/geolocation_search.html
share/doc/groonga/ja/html/reference/output.html
share/doc/groonga/ja/html/reference/query_expanders.html
share/doc/groonga/ja/html/reference/query_expanders/tsv.html
share/doc/groonga/ja/html/reference/suggest.html
share/doc/groonga/ja/html/reference/suggest/completion.html
share/doc/groonga/ja/html/reference/suggest/correction.html
share/doc/groonga/ja/html/reference/suggest/introduction.html
share/doc/groonga/ja/html/reference/suggest/suggestion.html
share/doc/groonga/ja/html/reference/tables.html
share/doc/groonga/ja/html/reference/token_filters.html
share/doc/groonga/ja/html/reference/tokenizers.html
share/doc/groonga/ja/html/reference/tuning.html
share/doc/groonga/ja/html/reference/types.html
share/doc/groonga/ja/html/search.html
share/doc/groonga/ja/html/searchindex.js
share/doc/groonga/ja/html/server.html
share/doc/groonga/ja/html/server/gqtp.html
share/doc/groonga/ja/html/server/http.html
share/doc/groonga/ja/html/server/http/comparison.html
share/doc/groonga/ja/html/server/http/groonga-httpd.html
share/doc/groonga/ja/html/server/http/groonga.html
share/doc/groonga/ja/html/server/package.html
share/doc/groonga/ja/html/spec.html
share/doc/groonga/ja/html/spec/gqtp.html
share/doc/groonga/ja/html/spec/search.html
share/doc/groonga/ja/html/troubleshooting.html
share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html
share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html
share/doc/groonga/ja/html/tutorial.html
share/doc/groonga/ja/html/tutorial/data.html
share/doc/groonga/ja/html/tutorial/drilldown.html
share/doc/groonga/ja/html/tutorial/index.html
share/doc/groonga/ja/html/tutorial/introduction.html
share/doc/groonga/ja/html/tutorial/lexicon.html
share/doc/groonga/ja/html/tutorial/match_columns.html
share/doc/groonga/ja/html/tutorial/micro_blog.html
share/doc/groonga/ja/html/tutorial/network.html
share/doc/groonga/ja/html/tutorial/patricia_trie.html
share/doc/groonga/ja/html/tutorial/query_expansion.html
share/doc/groonga/ja/html/tutorial/search.html
share/examples/groonga/groonga.conf
${PLIST.httpd}share/examples/groonga/httpd/fastcgi.conf
${PLIST.httpd}share/examples/groonga/httpd/fastcgi.conf.default
${PLIST.httpd}share/examples/groonga/httpd/fastcgi_params
${PLIST.httpd}share/examples/groonga/httpd/fastcgi_params.default
share/examples/groonga/httpd/groonga-httpd.conf
${PLIST.httpd}share/examples/groonga/httpd/html/50x.html
${PLIST.httpd}share/examples/groonga/httpd/html/index.html
${PLIST.httpd}share/examples/groonga/httpd/koi-utf
${PLIST.httpd}share/examples/groonga/httpd/koi-win
${PLIST.httpd}share/examples/groonga/httpd/mime.types
${PLIST.httpd}share/examples/groonga/httpd/mime.types.default
${PLIST.httpd}share/examples/groonga/httpd/nginx.conf.default
${PLIST.httpd}share/examples/groonga/httpd/scgi_params
${PLIST.httpd}share/examples/groonga/httpd/scgi_params.default
${PLIST.httpd}share/examples/groonga/httpd/uwsgi_params
${PLIST.httpd}share/examples/groonga/httpd/uwsgi_params.default
${PLIST.httpd}share/examples/groonga/httpd/win-utf
share/examples/groonga/synonyms.tsv
share/groonga/examples/dictionary/edict/edict-import.sh
share/groonga/examples/dictionary/edict/edict2grn.rb
share/groonga/examples/dictionary/eijiro/eijiro-import.sh
share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
share/groonga/examples/dictionary/gene95/gene-import.sh
share/groonga/examples/dictionary/gene95/gene2grn.rb
share/groonga/examples/dictionary/html/css/dictionary.css
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
share/groonga/examples/dictionary/html/index.html
share/groonga/examples/dictionary/html/js/dictionary.js
share/groonga/examples/dictionary/html/js/jquery-1.7.2.js
share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js
share/groonga/examples/dictionary/init-db.sh
share/groonga/examples/dictionary/jmdict/jmdict.rb
share/groonga/examples/dictionary/readme.txt
share/groonga/html/admin/css/groonga-admin.css
share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
share/groonga/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png
share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png
share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png
share/groonga/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
share/groonga/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png
share/groonga/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png
share/groonga/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png
share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png
share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png
share/groonga/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png
share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png
share/groonga/html/admin/css/redmond/jquery-ui-1.8.18.custom.css
share/groonga/html/admin/favicon.ico
share/groonga/html/admin/favicon.png
share/groonga/html/admin/favicon.svg
share/groonga/html/admin/images/groonga.png
share/groonga/html/admin/images/groonga.svg
share/groonga/html/admin/images/loading.gif
share/groonga/html/admin/index.html
share/groonga/html/admin/index.ja.html
share/groonga/html/admin/js/groonga-admin.ja.js
share/groonga/html/admin/js/groonga-admin.js
share/groonga/html/admin/js/jquery-1.7.2.js
share/groonga/html/admin/js/jquery-ui-1.8.18.custom.js
share/groonga/html/admin/js/jquery.flot-0.7.js
share/groonga/html/admin/js/jquery.flot.license.txt
share/groonga/images/logo/groonga-icon-foreground-white.png
share/groonga/images/logo/groonga-icon-foreground-white.svg
share/groonga/images/logo/groonga-icon-full-size.png
share/groonga/images/logo/groonga-icon-full-size.svg
share/groonga/images/logo/groonga-icon.png
share/groonga/images/logo/groonga-icon.svg
share/groonga/images/logo/groonga-logo-foreground-white.png
share/groonga/images/logo/groonga-logo-foreground-white.svg
share/groonga/images/logo/groonga-logo.png
share/groonga/images/logo/groonga-logo.svg
share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png
share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg
share/groonga/images/logo/groonga-powered-by-banner-bar.png
share/groonga/images/logo/groonga-powered-by-banner-bar.svg
share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png
share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg
share/groonga/images/logo/groonga-powered-by-banner-large.png
share/groonga/images/logo/groonga-powered-by-banner-large.svg
share/groonga/images/logo/groonga-powered-by-banner.png
share/groonga/images/logo/groonga-powered-by-banner.svg
share/groonga/images/logo/mroonga-icon-foreground-white.png
share/groonga/images/logo/mroonga-icon-foreground-white.svg
share/groonga/images/logo/mroonga-icon-full-size.png
share/groonga/images/logo/mroonga-icon-full-size.svg
share/groonga/images/logo/mroonga-icon.png
share/groonga/images/logo/mroonga-icon.svg
share/groonga/images/logo/mroonga-logo-foreground-white.png
share/groonga/images/logo/mroonga-logo-foreground-white.svg
share/groonga/images/logo/mroonga-logo.png
share/groonga/images/logo/mroonga-logo.svg
share/groonga/images/logo/nroonga-icon-foreground-white.png
share/groonga/images/logo/nroonga-icon-foreground-white.svg
share/groonga/images/logo/nroonga-icon-full-size.png
share/groonga/images/logo/nroonga-icon-full-size.svg
share/groonga/images/logo/nroonga-icon.png
share/groonga/images/logo/nroonga-icon.svg
share/groonga/images/logo/nroonga-logo-foreground-white.png
share/groonga/images/logo/nroonga-logo-foreground-white.svg
share/groonga/images/logo/nroonga-logo.png
share/groonga/images/logo/nroonga-logo.svg
share/groonga/images/logo/rroonga-icon-foreground-white.png
share/groonga/images/logo/rroonga-icon-foreground-white.svg
share/groonga/images/logo/rroonga-icon-full-size.png
share/groonga/images/logo/rroonga-icon-full-size.svg
share/groonga/images/logo/rroonga-icon.png
share/groonga/images/logo/rroonga-icon.svg
share/groonga/images/logo/rroonga-logo-foreground-white.png
share/groonga/images/logo/rroonga-logo-foreground-white.svg
share/groonga/images/logo/rroonga-logo.png
share/groonga/images/logo/rroonga-logo.svg