pkgsrc/textproc/groonga/PLIST
fhajny 54657a5660 Update textproc/groonga to 7.0.5. Add bl3.
Based on a PR by @siepkes (https://github.com/joyent/pkgsrc/pull/7).

Groonga 7.0.5
- [dump] --sort_hash_table option has been supported
- math_abs() function has been supported
- Ubuntu 16.10 (Yakkety Yak) support has been dropped

Groonga 7.0.4
- Supported Debian 9 (stretch)
- Added grndb log options
- Improved query performance

Groonga 7.0.3
- [select] Add document about Full text search with specific index name
- [load][dump] Supported Apache Arrow

Groonga 7.0.2
- Fixed a bug that data is lost by reindex
- Supported Ubuntu 17.04 (Zesty Zapus)
- Supported persistent cache
- Added function to use an existing table as condition patterns.

Groonga 7.0.1
- Dropped CentOS 5 support
- Fixed a problem about dynamically updated index size
- [experimental] Supported GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE

Groonga 7.0.0
- Removed needless metadata updates on DB. It reduces the case that
  database lock remains even though select command is executed.
- lock_clear Changed to clear metadata lock by lock_clear against DB.
- Supported groonga-token-filter-stem package which provides stemming
  feature by TokenFilterStem token filter on CentOS 7.
- load Supported --output_errors yes option. If you specify "yes", you
  can get errors for each load failed record.

Groonga 6.1.5
- This release fixes an index search bug that index search may not
  return records that should be matched.

Groonga 6.1.4
- This release fixes an index search bug that index search may not
  return records that should be matched.

Groonga 6.1.3
- Reverted "Improved performance of updating inverted indexes in the
  worst case".

Groonga 6.1.2
- [load] Supported to show {"n_loaded_records": N} in response
- [load] Supported --output_ids yes parameter

Groonga 6.1.1
- Supported column value compression with Zstandard
- Changed to stop compressing small data

Groonga 6.1.0
- Supported to sort load table names by key instead of ID to make output
  stable
- Added document about index columns

Groonga 6.0.9
- Fixed index search bug
- Supported regular expression in location directive for groonga-httpd
2017-08-29 12:54:47 +00:00

1199 lines
70 KiB
Text

@comment $NetBSD: PLIST,v 1.31 2017/08/29 12:54:47 fhajny Exp $
bin/groonga
bin/groonga-benchmark
bin/groonga-suggest-create-dataset
${PLIST.learner}bin/groonga-suggest-httpd
${PLIST.learner}bin/groonga-suggest-learner
bin/onigmo-config
include/groonga/groonga.h
include/groonga/groonga.hpp
include/groonga/groonga/accessor.h
include/groonga/groonga/array.h
include/groonga/groonga/arrow.h
include/groonga/groonga/arrow.hpp
include/groonga/groonga/cache.h
include/groonga/groonga/column.h
include/groonga/groonga/command.h
include/groonga/groonga/config.h
include/groonga/groonga/dat.h
include/groonga/groonga/db.h
include/groonga/groonga/dump.h
include/groonga/groonga/error.h
include/groonga/groonga/expr.h
include/groonga/groonga/file_reader.h
include/groonga/groonga/geo.h
include/groonga/groonga/groonga.h
include/groonga/groonga/hash.h
include/groonga/groonga/id.h
include/groonga/groonga/ii.h
include/groonga/groonga/nfkc.h
include/groonga/groonga/normalizer.h
include/groonga/groonga/obj.h
include/groonga/groonga/operator.h
include/groonga/groonga/output.h
include/groonga/groonga/pat.h
include/groonga/groonga/plugin.h
include/groonga/groonga/portability.h
include/groonga/groonga/request_canceler.h
include/groonga/groonga/request_timer.h
include/groonga/groonga/scorer.h
include/groonga/groonga/table.h
include/groonga/groonga/thread.h
include/groonga/groonga/time.h
include/groonga/groonga/token.h
include/groonga/groonga/token_filter.h
include/groonga/groonga/tokenizer.h
include/groonga/groonga/type.h
include/groonga/groonga/util.h
include/groonga/groonga/window_function.h
include/groonga/groonga/windows.h
include/groonga/groonga/windows_event_logger.h
include/onigmo.h
include/onigmognu.h
include/onigmoposix.h
lib/groonga/plugins/functions/index_column.la
lib/groonga/plugins/functions/math.la
lib/groonga/plugins/functions/number.la
lib/groonga/plugins/functions/string.la
lib/groonga/plugins/functions/time.la
lib/groonga/plugins/functions/vector.la
lib/groonga/plugins/query_expanders/tsv.la
lib/groonga/plugins/suggest/suggest.la
lib/groonga/plugins/token_filters/stop_word.la
${PLIST.mecab}lib/groonga/plugins/tokenizers/mecab.la
lib/libgroonga.la
lib/libonigmo.la
lib/pkgconfig/groonga.pc
lib/pkgconfig/onigmo.pc
${PLIST.httpd}sbin/groonga-httpd
${PLIST.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/_images/used-when-indexing.png
share/doc/groonga/en/html/_images/used-when-searching.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/build.txt
share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt
share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt
share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.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/4.x.txt
share/doc/groonga/en/html/_sources/news/5.x.txt
share/doc/groonga/en/html/_sources/news/6.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/alias.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_thread.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/overview.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/pretty_print.txt
share/doc/groonga/en/html/_sources/reference/command/request_id.txt
share/doc/groonga/en/html/_sources/reference/command/request_timeout.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_copy.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/config_delete.txt
share/doc/groonga/en/html/_sources/reference/commands/config_get.txt
share/doc/groonga/en/html/_sources/reference/commands/config_set.txt
share/doc/groonga/en/html/_sources/reference/commands/database_unmap.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/io_flush.txt
share/doc/groonga/en/html/_sources/reference/commands/load.txt
share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt
share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt
share/doc/groonga/en/html/_sources/reference/commands/lock_release.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/logical_count.txt
share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt
share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt
share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt
share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt
share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.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/object_exist.txt
share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt
share/doc/groonga/en/html/_sources/reference/commands/object_list.txt
share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt
share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt
share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt
share/doc/groonga/en/html/_sources/reference/commands/query_expand.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/reindex.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/schema.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_copy.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_rename.txt
share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt
share/doc/groonga/en/html/_sources/reference/commands/thread_limit.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/configuration.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/fuzzy_search.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_records.txt
share/doc/groonga/en/html/_sources/reference/functions/in_values.txt
share/doc/groonga/en/html/_sources/reference/functions/math_abs.txt
share/doc/groonga/en/html/_sources/reference/functions/now.txt
share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt
share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.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/string_length.txt
share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt
share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt
share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt
share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt
share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt
share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt
share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt
share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt
share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt
share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt
share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt
share/doc/groonga/en/html/_sources/reference/functions/vector_slice.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/operations/prefix_rk_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/regular_expression.txt
share/doc/groonga/en/html/_sources/reference/scorer.txt
share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt
share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt
share/doc/groonga/en/html/_sources/reference/sharding.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/reference/window_function.txt
share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt
share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt
share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.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/memcached.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/how_to_analyze_error_message.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/jquery-1.11.1.js
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-1.3.1.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/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/build.html
share/doc/groonga/en/html/contribution/development/build/unix_autotools.html
share/doc/groonga/en/html/contribution/development/build/unix_cmake.html
share/doc/groonga/en/html/contribution/development/build/windows_cmake.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/4.x.html
share/doc/groonga/en/html/news/5.x.html
share/doc/groonga/en/html/news/6.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/alias.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_thread.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/overview.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/pretty_print.html
share/doc/groonga/en/html/reference/command/request_id.html
share/doc/groonga/en/html/reference/command/request_timeout.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_copy.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/config_delete.html
share/doc/groonga/en/html/reference/commands/config_get.html
share/doc/groonga/en/html/reference/commands/config_set.html
share/doc/groonga/en/html/reference/commands/database_unmap.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/io_flush.html
share/doc/groonga/en/html/reference/commands/load.html
share/doc/groonga/en/html/reference/commands/lock_acquire.html
share/doc/groonga/en/html/reference/commands/lock_clear.html
share/doc/groonga/en/html/reference/commands/lock_release.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/logical_count.html
share/doc/groonga/en/html/reference/commands/logical_parameters.html
share/doc/groonga/en/html/reference/commands/logical_range_filter.html
share/doc/groonga/en/html/reference/commands/logical_select.html
share/doc/groonga/en/html/reference/commands/logical_shard_list.html
share/doc/groonga/en/html/reference/commands/logical_table_remove.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/object_exist.html
share/doc/groonga/en/html/reference/commands/object_inspect.html
share/doc/groonga/en/html/reference/commands/object_list.html
share/doc/groonga/en/html/reference/commands/object_remove.html
share/doc/groonga/en/html/reference/commands/plugin_register.html
share/doc/groonga/en/html/reference/commands/plugin_unregister.html
share/doc/groonga/en/html/reference/commands/query_expand.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/reindex.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/schema.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_copy.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_rename.html
share/doc/groonga/en/html/reference/commands/table_tokenize.html
share/doc/groonga/en/html/reference/commands/thread_limit.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/configuration.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/fuzzy_search.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_records.html
share/doc/groonga/en/html/reference/functions/in_values.html
share/doc/groonga/en/html/reference/functions/math_abs.html
share/doc/groonga/en/html/reference/functions/now.html
share/doc/groonga/en/html/reference/functions/number_classify.html
share/doc/groonga/en/html/reference/functions/prefix_rk_search.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/string_length.html
share/doc/groonga/en/html/reference/functions/string_substring.html
share/doc/groonga/en/html/reference/functions/sub_filter.html
share/doc/groonga/en/html/reference/functions/time_classify_day.html
share/doc/groonga/en/html/reference/functions/time_classify_hour.html
share/doc/groonga/en/html/reference/functions/time_classify_minute.html
share/doc/groonga/en/html/reference/functions/time_classify_month.html
share/doc/groonga/en/html/reference/functions/time_classify_second.html
share/doc/groonga/en/html/reference/functions/time_classify_week.html
share/doc/groonga/en/html/reference/functions/time_classify_year.html
share/doc/groonga/en/html/reference/functions/vector_new.html
share/doc/groonga/en/html/reference/functions/vector_size.html
share/doc/groonga/en/html/reference/functions/vector_slice.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/operations/prefix_rk_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/regular_expression.html
share/doc/groonga/en/html/reference/scorer.html
share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html
share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html
share/doc/groonga/en/html/reference/sharding.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/reference/window_function.html
share/doc/groonga/en/html/reference/window_functions/record_number.html
share/doc/groonga/en/html/reference/window_functions/window_record_number.html
share/doc/groonga/en/html/reference/window_functions/window_sum.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/memcached.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/how_to_analyze_error_message.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/_images/used-when-indexing.png
share/doc/groonga/ja/html/_images/used-when-searching.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/build.txt
share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt
share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt
share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.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/4.x.txt
share/doc/groonga/ja/html/_sources/news/5.x.txt
share/doc/groonga/ja/html/_sources/news/6.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/alias.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_thread.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/overview.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/pretty_print.txt
share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
share/doc/groonga/ja/html/_sources/reference/command/request_timeout.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_copy.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/config_delete.txt
share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt
share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt
share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.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/io_flush.txt
share/doc/groonga/ja/html/_sources/reference/commands/load.txt
share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt
share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt
share/doc/groonga/ja/html/_sources/reference/commands/lock_release.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/logical_count.txt
share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt
share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt
share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt
share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt
share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.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/object_exist.txt
share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt
share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt
share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt
share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt
share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt
share/doc/groonga/ja/html/_sources/reference/commands/query_expand.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/reindex.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/schema.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_copy.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_rename.txt
share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt
share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.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/configuration.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/fuzzy_search.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_records.txt
share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt
share/doc/groonga/ja/html/_sources/reference/functions/math_abs.txt
share/doc/groonga/ja/html/_sources/reference/functions/now.txt
share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt
share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.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/string_length.txt
share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt
share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt
share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt
share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt
share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt
share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt
share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt
share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt
share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt
share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt
share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt
share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.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/operations/prefix_rk_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/regular_expression.txt
share/doc/groonga/ja/html/_sources/reference/scorer.txt
share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt
share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt
share/doc/groonga/ja/html/_sources/reference/sharding.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/reference/window_function.txt
share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt
share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt
share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.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/memcached.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/how_to_analyze_error_message.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/jquery-1.11.1.js
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-1.3.1.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/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/build.html
share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html
share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html
share/doc/groonga/ja/html/contribution/development/build/windows_cmake.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/4.x.html
share/doc/groonga/ja/html/news/5.x.html
share/doc/groonga/ja/html/news/6.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/alias.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_thread.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/overview.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/pretty_print.html
share/doc/groonga/ja/html/reference/command/request_id.html
share/doc/groonga/ja/html/reference/command/request_timeout.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_copy.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/config_delete.html
share/doc/groonga/ja/html/reference/commands/config_get.html
share/doc/groonga/ja/html/reference/commands/config_set.html
share/doc/groonga/ja/html/reference/commands/database_unmap.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/io_flush.html
share/doc/groonga/ja/html/reference/commands/load.html
share/doc/groonga/ja/html/reference/commands/lock_acquire.html
share/doc/groonga/ja/html/reference/commands/lock_clear.html
share/doc/groonga/ja/html/reference/commands/lock_release.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/logical_count.html
share/doc/groonga/ja/html/reference/commands/logical_parameters.html
share/doc/groonga/ja/html/reference/commands/logical_range_filter.html
share/doc/groonga/ja/html/reference/commands/logical_select.html
share/doc/groonga/ja/html/reference/commands/logical_shard_list.html
share/doc/groonga/ja/html/reference/commands/logical_table_remove.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/object_exist.html
share/doc/groonga/ja/html/reference/commands/object_inspect.html
share/doc/groonga/ja/html/reference/commands/object_list.html
share/doc/groonga/ja/html/reference/commands/object_remove.html
share/doc/groonga/ja/html/reference/commands/plugin_register.html
share/doc/groonga/ja/html/reference/commands/plugin_unregister.html
share/doc/groonga/ja/html/reference/commands/query_expand.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/reindex.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/schema.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_copy.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_rename.html
share/doc/groonga/ja/html/reference/commands/table_tokenize.html
share/doc/groonga/ja/html/reference/commands/thread_limit.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/configuration.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/fuzzy_search.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_records.html
share/doc/groonga/ja/html/reference/functions/in_values.html
share/doc/groonga/ja/html/reference/functions/math_abs.html
share/doc/groonga/ja/html/reference/functions/now.html
share/doc/groonga/ja/html/reference/functions/number_classify.html
share/doc/groonga/ja/html/reference/functions/prefix_rk_search.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/string_length.html
share/doc/groonga/ja/html/reference/functions/string_substring.html
share/doc/groonga/ja/html/reference/functions/sub_filter.html
share/doc/groonga/ja/html/reference/functions/time_classify_day.html
share/doc/groonga/ja/html/reference/functions/time_classify_hour.html
share/doc/groonga/ja/html/reference/functions/time_classify_minute.html
share/doc/groonga/ja/html/reference/functions/time_classify_month.html
share/doc/groonga/ja/html/reference/functions/time_classify_second.html
share/doc/groonga/ja/html/reference/functions/time_classify_week.html
share/doc/groonga/ja/html/reference/functions/time_classify_year.html
share/doc/groonga/ja/html/reference/functions/vector_new.html
share/doc/groonga/ja/html/reference/functions/vector_size.html
share/doc/groonga/ja/html/reference/functions/vector_slice.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/operations/prefix_rk_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/regular_expression.html
share/doc/groonga/ja/html/reference/scorer.html
share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html
share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html
share/doc/groonga/ja/html/reference/sharding.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/reference/window_function.html
share/doc/groonga/ja/html/reference/window_functions/record_number.html
share/doc/groonga/ja/html/reference/window_functions/window_record_number.html
share/doc/groonga/ja/html/reference/window_functions/window_sum.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/memcached.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/how_to_analyze_error_message.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_params
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/scgi_params
${PLIST.httpd}share/examples/groonga/httpd/uwsgi_params
${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.8.3.js
share/groonga/html/admin/js/jquery.flot.license.txt