Sun Apr 24 17:30:35 2022 UTC ()
groonga: update to 12.0.2

Too many changes to list since version 7.
Drive-by update needed to prep for postgtresql96 removal.


(tnn)
diff -r1.70 -r1.71 pkgsrc/textproc/groonga/Makefile
diff -r1.31 -r1.32 pkgsrc/textproc/groonga/PLIST
diff -r1.46 -r1.47 pkgsrc/textproc/groonga/distinfo

cvs diff -r1.70 -r1.71 pkgsrc/textproc/groonga/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/groonga/Makefile 2021/12/08 16:02:41 1.70
+++ pkgsrc/textproc/groonga/Makefile 2022/04/24 17:30:35 1.71
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.70 2021/12/08 16:02:41 adam Exp $ 1# $NetBSD: Makefile,v 1.71 2022/04/24 17:30:35 tnn Exp $
2# 2#
3 3
4DISTNAME= groonga-7.0.6 4DISTNAME= groonga-12.0.2
5PKGREVISION= 5 
6CATEGORIES= textproc 5CATEGORIES= textproc
7MASTER_SITES= http://packages.groonga.org/source/groonga/ 6MASTER_SITES= http://packages.groonga.org/source/groonga/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://groonga.org/ 9HOMEPAGE= https://groonga.org/
11COMMENT= Fulltext search engine and column store 10COMMENT= Fulltext search engine and column store
12LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
13 12
14DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} 13DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
15 14
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
17USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
18USE_LIBTOOL= yes 17USE_LIBTOOL= yes

cvs diff -r1.31 -r1.32 pkgsrc/textproc/groonga/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/groonga/PLIST 2017/08/29 12:54:47 1.31
+++ pkgsrc/textproc/groonga/PLIST 2022/04/24 17:30:35 1.32
@@ -1,386 +1,180 @@ @@ -1,386 +1,180 @@
1@comment $NetBSD: PLIST,v 1.31 2017/08/29 12:54:47 fhajny Exp $ 1@comment $NetBSD: PLIST,v 1.32 2022/04/24 17:30:35 tnn Exp $
2bin/groonga 2bin/groonga
3bin/groonga-benchmark 3bin/groonga-benchmark
4bin/groonga-suggest-create-dataset 4bin/groonga-suggest-create-dataset
5${PLIST.learner}bin/groonga-suggest-httpd 5${PLIST.learner}bin/groonga-suggest-httpd
6${PLIST.learner}bin/groonga-suggest-learner 6${PLIST.learner}bin/groonga-suggest-learner
7bin/onigmo-config 7bin/onigmo-config
8include/groonga/groonga.h 8include/groonga/groonga.h
9include/groonga/groonga.hpp 9include/groonga/groonga.hpp
10include/groonga/groonga/accessor.h 10include/groonga/groonga/accessor.h
 11include/groonga/groonga/aggregator.h
11include/groonga/groonga/array.h 12include/groonga/groonga/array.h
12include/groonga/groonga/arrow.h 13include/groonga/groonga/arrow.h
13include/groonga/groonga/arrow.hpp 14include/groonga/groonga/arrow.hpp
 15include/groonga/groonga/bulk.hpp
14include/groonga/groonga/cache.h 16include/groonga/groonga/cache.h
 17include/groonga/groonga/cast.h
15include/groonga/groonga/column.h 18include/groonga/groonga/column.h
16include/groonga/groonga/command.h 19include/groonga/groonga/command.h
17include/groonga/groonga/config.h 20include/groonga/groonga/config.h
18include/groonga/groonga/dat.h 21include/groonga/groonga/dat.h
19include/groonga/groonga/db.h 22include/groonga/groonga/db.h
20include/groonga/groonga/dump.h 23include/groonga/groonga/dump.h
21include/groonga/groonga/error.h 24include/groonga/groonga/error.h
22include/groonga/groonga/expr.h 25include/groonga/groonga/expr.h
23include/groonga/groonga/file_reader.h 26include/groonga/groonga/file_reader.h
24include/groonga/groonga/geo.h 27include/groonga/groonga/geo.h
25include/groonga/groonga/groonga.h 28include/groonga/groonga/groonga.h
26include/groonga/groonga/hash.h 29include/groonga/groonga/hash.h
 30include/groonga/groonga/highlighter.h
27include/groonga/groonga/id.h 31include/groonga/groonga/id.h
28include/groonga/groonga/ii.h 32include/groonga/groonga/ii.h
 33include/groonga/groonga/index_column.h
 34include/groonga/groonga/memory.h
 35include/groonga/groonga/msgpack.h
29include/groonga/groonga/nfkc.h 36include/groonga/groonga/nfkc.h
30include/groonga/groonga/normalizer.h 37include/groonga/groonga/normalizer.h
31include/groonga/groonga/obj.h 38include/groonga/groonga/obj.h
32include/groonga/groonga/operator.h 39include/groonga/groonga/operator.h
 40include/groonga/groonga/option.h
33include/groonga/groonga/output.h 41include/groonga/groonga/output.h
 42include/groonga/groonga/output_columns.h
34include/groonga/groonga/pat.h 43include/groonga/groonga/pat.h
35include/groonga/groonga/plugin.h 44include/groonga/groonga/plugin.h
36include/groonga/groonga/portability.h 45include/groonga/groonga/portability.h
 46include/groonga/groonga/posting.h
 47include/groonga/groonga/proc.h
 48include/groonga/groonga/raw_string.h
37include/groonga/groonga/request_canceler.h 49include/groonga/groonga/request_canceler.h
38include/groonga/groonga/request_timer.h 50include/groonga/groonga/request_timer.h
 51include/groonga/groonga/result_set.h
39include/groonga/groonga/scorer.h 52include/groonga/groonga/scorer.h
 53include/groonga/groonga/selector.h
 54include/groonga/groonga/smart_obj.hpp
 55include/groonga/groonga/string.h
40include/groonga/groonga/table.h 56include/groonga/groonga/table.h
 57include/groonga/groonga/table_module.h
41include/groonga/groonga/thread.h 58include/groonga/groonga/thread.h
42include/groonga/groonga/time.h 59include/groonga/groonga/time.h
43include/groonga/groonga/token.h 60include/groonga/groonga/token.h
 61include/groonga/groonga/token_cursor.h
44include/groonga/groonga/token_filter.h 62include/groonga/groonga/token_filter.h
 63include/groonga/groonga/token_metadata.h
45include/groonga/groonga/tokenizer.h 64include/groonga/groonga/tokenizer.h
 65include/groonga/groonga/tokenizer_query_deprecated.h
46include/groonga/groonga/type.h 66include/groonga/groonga/type.h
47include/groonga/groonga/util.h 67include/groonga/groonga/util.h
 68include/groonga/groonga/vector.h
 69include/groonga/groonga/version.h
 70include/groonga/groonga/wal.h
48include/groonga/groonga/window_function.h 71include/groonga/groonga/window_function.h
 72include/groonga/groonga/window_function_executor.h
49include/groonga/groonga/windows.h 73include/groonga/groonga/windows.h
50include/groonga/groonga/windows_event_logger.h 74include/groonga/groonga/windows_event_logger.h
51include/onigmo.h 75include/onigmo.h
52include/onigmognu.h 76include/onigmognu.h
53include/onigmoposix.h 77include/onigmoposix.h
54lib/groonga/plugins/functions/index_column.la 78lib/groonga/plugins/functions/index_column.la
55lib/groonga/plugins/functions/math.la 79lib/groonga/plugins/functions/math.la
56lib/groonga/plugins/functions/number.la 80lib/groonga/plugins/functions/number.la
57lib/groonga/plugins/functions/string.la 81lib/groonga/plugins/functions/string.la
58lib/groonga/plugins/functions/time.la 82lib/groonga/plugins/functions/time.la
59lib/groonga/plugins/functions/vector.la 83lib/groonga/plugins/functions/vector.la
60lib/groonga/plugins/query_expanders/tsv.la 84lib/groonga/plugins/query_expanders/tsv.la
61lib/groonga/plugins/suggest/suggest.la 85lib/groonga/plugins/suggest/suggest.la
62lib/groonga/plugins/token_filters/stop_word.la 86lib/groonga/plugins/token_filters/stop_word.la
63${PLIST.mecab}lib/groonga/plugins/tokenizers/mecab.la 87${PLIST.mecab}lib/groonga/plugins/tokenizers/mecab.la
 88lib/groonga/scripts/ruby/groonga-log.rb
 89lib/groonga/scripts/ruby/groonga-log/parser.rb
 90lib/groonga/scripts/ruby/groonga-log/statistic.rb
 91lib/groonga/scripts/ruby/groonga-log/version.rb
64lib/libgroonga.la 92lib/libgroonga.la
65lib/libonigmo.la 93lib/libonigmo.la
66lib/pkgconfig/groonga.pc 94lib/pkgconfig/groonga.pc
67lib/pkgconfig/onigmo.pc 95lib/pkgconfig/onigmo.pc
68${PLIST.httpd}sbin/groonga-httpd 96${PLIST.httpd}sbin/groonga-httpd
69${PLIST.httpd}sbin/groonga-httpd-restart 97${PLIST.httpd}sbin/groonga-httpd-restart
70share/doc/groonga/en/html/.buildinfo 
71share/doc/groonga/en/html/_images/geo-points.png 98share/doc/groonga/en/html/_images/geo-points.png
72share/doc/groonga/en/html/_images/used-when-indexing.png 99share/doc/groonga/en/html/_images/used-when-indexing.png
73share/doc/groonga/en/html/_images/used-when-searching.png 100share/doc/groonga/en/html/_images/used-when-searching.png
74share/doc/groonga/en/html/_sources/characteristic.txt 
75share/doc/groonga/en/html/_sources/client.txt 
76share/doc/groonga/en/html/_sources/community.txt 
77share/doc/groonga/en/html/_sources/contribution.txt 
78share/doc/groonga/en/html/_sources/contribution/development.txt 
79share/doc/groonga/en/html/_sources/contribution/development/build.txt 
80share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt 
81share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt 
82share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.txt 
83share/doc/groonga/en/html/_sources/contribution/development/com.txt 
84share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt 
85share/doc/groonga/en/html/_sources/contribution/development/query.txt 
86share/doc/groonga/en/html/_sources/contribution/development/release.txt 
87share/doc/groonga/en/html/_sources/contribution/development/repository.txt 
88share/doc/groonga/en/html/_sources/contribution/development/test.txt 
89share/doc/groonga/en/html/_sources/contribution/documentation.txt 
90share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt 
91share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt 
92share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt 
93share/doc/groonga/en/html/_sources/contribution/report.txt 
94share/doc/groonga/en/html/_sources/development.txt 
95share/doc/groonga/en/html/_sources/development/travis-ci.txt 
96share/doc/groonga/en/html/_sources/index.txt 
97share/doc/groonga/en/html/_sources/install.txt 
98share/doc/groonga/en/html/_sources/install/centos.txt 
99share/doc/groonga/en/html/_sources/install/debian.txt 
100share/doc/groonga/en/html/_sources/install/fedora.txt 
101share/doc/groonga/en/html/_sources/install/mac_os_x.txt 
102share/doc/groonga/en/html/_sources/install/others.txt 
103share/doc/groonga/en/html/_sources/install/solaris.txt 
104share/doc/groonga/en/html/_sources/install/ubuntu.txt 
105share/doc/groonga/en/html/_sources/install/windows.txt 
106share/doc/groonga/en/html/_sources/limitations.txt 
107share/doc/groonga/en/html/_sources/news.txt 
108share/doc/groonga/en/html/_sources/news/0.x.txt 
109share/doc/groonga/en/html/_sources/news/1.0.x.txt 
110share/doc/groonga/en/html/_sources/news/1.1.x.txt 
111share/doc/groonga/en/html/_sources/news/1.2.x.txt 
112share/doc/groonga/en/html/_sources/news/1.3.x.txt 
113share/doc/groonga/en/html/_sources/news/2.x.txt 
114share/doc/groonga/en/html/_sources/news/3.x.txt 
115share/doc/groonga/en/html/_sources/news/4.x.txt 
116share/doc/groonga/en/html/_sources/news/5.x.txt 
117share/doc/groonga/en/html/_sources/news/6.x.txt 
118share/doc/groonga/en/html/_sources/news/senna.txt 
119share/doc/groonga/en/html/_sources/reference.txt 
120share/doc/groonga/en/html/_sources/reference/alias.txt 
121share/doc/groonga/en/html/_sources/reference/api.txt 
122share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt 
123share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt 
124share/doc/groonga/en/html/_sources/reference/api/grn_column.txt 
125share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt 
126share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt 
127share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt 
128share/doc/groonga/en/html/_sources/reference/api/grn_db.txt 
129share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt 
130share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt 
131share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt 
132share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt 
133share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt 
134share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt 
135share/doc/groonga/en/html/_sources/reference/api/grn_info.txt 
136share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt 
137share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt 
138share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt 
139share/doc/groonga/en/html/_sources/reference/api/grn_search.txt 
140share/doc/groonga/en/html/_sources/reference/api/grn_table.txt 
141share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt 
142share/doc/groonga/en/html/_sources/reference/api/grn_thread.txt 
143share/doc/groonga/en/html/_sources/reference/api/grn_type.txt 
144share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt 
145share/doc/groonga/en/html/_sources/reference/api/overview.txt 
146share/doc/groonga/en/html/_sources/reference/api/plugin.txt 
147share/doc/groonga/en/html/_sources/reference/cast.txt 
148share/doc/groonga/en/html/_sources/reference/column.txt 
149share/doc/groonga/en/html/_sources/reference/columns/index.txt 
150share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt 
151share/doc/groonga/en/html/_sources/reference/columns/scalar.txt 
152share/doc/groonga/en/html/_sources/reference/columns/vector.txt 
153share/doc/groonga/en/html/_sources/reference/command.txt 
154share/doc/groonga/en/html/_sources/reference/command/command_version.txt 
155share/doc/groonga/en/html/_sources/reference/command/output_format.txt 
156share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt 
157share/doc/groonga/en/html/_sources/reference/command/request_id.txt 
158share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt 
159share/doc/groonga/en/html/_sources/reference/command/return_code.txt 
160share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt 
161share/doc/groonga/en/html/_sources/reference/commands/check.txt 
162share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt 
163share/doc/groonga/en/html/_sources/reference/commands/column_copy.txt 
164share/doc/groonga/en/html/_sources/reference/commands/column_create.txt 
165share/doc/groonga/en/html/_sources/reference/commands/column_list.txt 
166share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt 
167share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt 
168share/doc/groonga/en/html/_sources/reference/commands/config_delete.txt 
169share/doc/groonga/en/html/_sources/reference/commands/config_get.txt 
170share/doc/groonga/en/html/_sources/reference/commands/config_set.txt 
171share/doc/groonga/en/html/_sources/reference/commands/database_unmap.txt 
172share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt 
173share/doc/groonga/en/html/_sources/reference/commands/defrag.txt 
174share/doc/groonga/en/html/_sources/reference/commands/delete.txt 
175share/doc/groonga/en/html/_sources/reference/commands/dump.txt 
176share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt 
177share/doc/groonga/en/html/_sources/reference/commands/load.txt 
178share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt 
179share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt 
180share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt 
181share/doc/groonga/en/html/_sources/reference/commands/log_level.txt 
182share/doc/groonga/en/html/_sources/reference/commands/log_put.txt 
183share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt 
184share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt 
185share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt 
186share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt 
187share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt 
188share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt 
189share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt 
190share/doc/groonga/en/html/_sources/reference/commands/normalize.txt 
191share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt 
192share/doc/groonga/en/html/_sources/reference/commands/object_exist.txt 
193share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt 
194share/doc/groonga/en/html/_sources/reference/commands/object_list.txt 
195share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt 
196share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt 
197share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt 
198share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt 
199share/doc/groonga/en/html/_sources/reference/commands/quit.txt 
200share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt 
201share/doc/groonga/en/html/_sources/reference/commands/register.txt 
202share/doc/groonga/en/html/_sources/reference/commands/reindex.txt 
203share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt 
204share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt 
205share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt 
206share/doc/groonga/en/html/_sources/reference/commands/schema.txt 
207share/doc/groonga/en/html/_sources/reference/commands/select.txt 
208share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt 
209share/doc/groonga/en/html/_sources/reference/commands/status.txt 
210share/doc/groonga/en/html/_sources/reference/commands/suggest.txt 
211share/doc/groonga/en/html/_sources/reference/commands/table_copy.txt 
212share/doc/groonga/en/html/_sources/reference/commands/table_create.txt 
213share/doc/groonga/en/html/_sources/reference/commands/table_list.txt 
214share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt 
215share/doc/groonga/en/html/_sources/reference/commands/table_rename.txt 
216share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt 
217share/doc/groonga/en/html/_sources/reference/commands/thread_limit.txt 
218share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt 
219share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt 
220share/doc/groonga/en/html/_sources/reference/commands/truncate.txt 
221share/doc/groonga/en/html/_sources/reference/configuration.txt 
222share/doc/groonga/en/html/_sources/reference/executables.txt 
223share/doc/groonga/en/html/_sources/reference/executables/grndb.txt 
224share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt 
225share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt 
226share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt 
227share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt 
228share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt 
229share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt 
230share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt 
231share/doc/groonga/en/html/_sources/reference/executables/groonga.txt 
232share/doc/groonga/en/html/_sources/reference/function.txt 
233share/doc/groonga/en/html/_sources/reference/functions/between.txt 
234share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt 
235share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt 
236share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt 
237share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt 
238share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt 
239share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt 
240share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt 
241share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt 
242share/doc/groonga/en/html/_sources/reference/functions/in_records.txt 
243share/doc/groonga/en/html/_sources/reference/functions/in_values.txt 
244share/doc/groonga/en/html/_sources/reference/functions/math_abs.txt 
245share/doc/groonga/en/html/_sources/reference/functions/now.txt 
246share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt 
247share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt 
248share/doc/groonga/en/html/_sources/reference/functions/query.txt 
249share/doc/groonga/en/html/_sources/reference/functions/rand.txt 
250share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt 
251share/doc/groonga/en/html/_sources/reference/functions/string_length.txt 
252share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt 
253share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt 
254share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt 
255share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt 
256share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt 
257share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt 
258share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt 
259share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt 
260share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt 
261share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt 
262share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt 
263share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt 
264share/doc/groonga/en/html/_sources/reference/grn_expr.txt 
265share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt 
266share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt 
267share/doc/groonga/en/html/_sources/reference/indexing.txt 
268share/doc/groonga/en/html/_sources/reference/log.txt 
269share/doc/groonga/en/html/_sources/reference/normalizers.txt 
270share/doc/groonga/en/html/_sources/reference/operations.txt 
271share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt 
272share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt 
273share/doc/groonga/en/html/_sources/reference/output.txt 
274share/doc/groonga/en/html/_sources/reference/query_expanders.txt 
275share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt 
276share/doc/groonga/en/html/_sources/reference/regular_expression.txt 
277share/doc/groonga/en/html/_sources/reference/scorer.txt 
278share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt 
279share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt 
280share/doc/groonga/en/html/_sources/reference/sharding.txt 
281share/doc/groonga/en/html/_sources/reference/suggest.txt 
282share/doc/groonga/en/html/_sources/reference/suggest/completion.txt 
283share/doc/groonga/en/html/_sources/reference/suggest/correction.txt 
284share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt 
285share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt 
286share/doc/groonga/en/html/_sources/reference/tables.txt 
287share/doc/groonga/en/html/_sources/reference/token_filters.txt 
288share/doc/groonga/en/html/_sources/reference/tokenizers.txt 
289share/doc/groonga/en/html/_sources/reference/tuning.txt 
290share/doc/groonga/en/html/_sources/reference/types.txt 
291share/doc/groonga/en/html/_sources/reference/window_function.txt 
292share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt 
293share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt 
294share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.txt 
295share/doc/groonga/en/html/_sources/server.txt 
296share/doc/groonga/en/html/_sources/server/gqtp.txt 
297share/doc/groonga/en/html/_sources/server/http.txt 
298share/doc/groonga/en/html/_sources/server/http/comparison.txt 
299share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt 
300share/doc/groonga/en/html/_sources/server/http/groonga.txt 
301share/doc/groonga/en/html/_sources/server/memcached.txt 
302share/doc/groonga/en/html/_sources/server/package.txt 
303share/doc/groonga/en/html/_sources/spec.txt 
304share/doc/groonga/en/html/_sources/spec/gqtp.txt 
305share/doc/groonga/en/html/_sources/spec/search.txt 
306share/doc/groonga/en/html/_sources/troubleshooting.txt 
307share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt 
308share/doc/groonga/en/html/_sources/troubleshooting/how_to_analyze_error_message.txt 
309share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt 
310share/doc/groonga/en/html/_sources/tutorial.txt 
311share/doc/groonga/en/html/_sources/tutorial/data.txt 
312share/doc/groonga/en/html/_sources/tutorial/drilldown.txt 
313share/doc/groonga/en/html/_sources/tutorial/index.txt 
314share/doc/groonga/en/html/_sources/tutorial/introduction.txt 
315share/doc/groonga/en/html/_sources/tutorial/lexicon.txt 
316share/doc/groonga/en/html/_sources/tutorial/match_columns.txt 
317share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt 
318share/doc/groonga/en/html/_sources/tutorial/network.txt 
319share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt 
320share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt 
321share/doc/groonga/en/html/_sources/tutorial/search.txt 
322share/doc/groonga/en/html/_static/ajax-loader.gif 
323share/doc/groonga/en/html/_static/basic.css 101share/doc/groonga/en/html/_static/basic.css
324share/doc/groonga/en/html/_static/comment-bright.png 
325share/doc/groonga/en/html/_static/comment-close.png 
326share/doc/groonga/en/html/_static/comment.png 
327share/doc/groonga/en/html/_static/doctools.js 102share/doc/groonga/en/html/_static/doctools.js
328share/doc/groonga/en/html/_static/down-pressed.png 103share/doc/groonga/en/html/_static/documentation_options.js
329share/doc/groonga/en/html/_static/down.png 
330share/doc/groonga/en/html/_static/favicon.ico 104share/doc/groonga/en/html/_static/favicon.ico
331share/doc/groonga/en/html/_static/file.png 105share/doc/groonga/en/html/_static/file.png
332share/doc/groonga/en/html/_static/groonga.css 106share/doc/groonga/en/html/_static/groonga.png
333share/doc/groonga/en/html/_static/header-background.png 107share/doc/groonga/en/html/_static/jquery-3.5.1.js
334share/doc/groonga/en/html/_static/jquery-1.11.1.js 
335share/doc/groonga/en/html/_static/jquery.js 108share/doc/groonga/en/html/_static/jquery.js
336share/doc/groonga/en/html/_static/logo.png 109share/doc/groonga/en/html/_static/language_data.js
337share/doc/groonga/en/html/_static/minus.png 110share/doc/groonga/en/html/_static/minus.png
338share/doc/groonga/en/html/_static/navigation-bar.png 
339share/doc/groonga/en/html/_static/plus.png 111share/doc/groonga/en/html/_static/plus.png
340share/doc/groonga/en/html/_static/pygments.css 112share/doc/groonga/en/html/_static/pygments.css
 113share/doc/groonga/en/html/_static/scripts/pydata-sphinx-theme.js
341share/doc/groonga/en/html/_static/searchtools.js 114share/doc/groonga/en/html/_static/searchtools.js
342share/doc/groonga/en/html/_static/underscore-1.3.1.js 115share/doc/groonga/en/html/_static/styles/pydata-sphinx-theme.css
 116share/doc/groonga/en/html/_static/styles/theme.css
 117share/doc/groonga/en/html/_static/switcher.json
 118share/doc/groonga/en/html/_static/underscore-1.13.1.js
343share/doc/groonga/en/html/_static/underscore.js 119share/doc/groonga/en/html/_static/underscore.js
344share/doc/groonga/en/html/_static/up-pressed.png 120share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/LICENSE.txt
345share/doc/groonga/en/html/_static/up.png 121share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/css/all.min.css
346share/doc/groonga/en/html/_static/websupport.js 122share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.eot
 123share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.svg
 124share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.ttf
 125share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff
 126share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2
 127share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.eot
 128share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.svg
 129share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.ttf
 130share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.woff
 131share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.woff2
 132share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.eot
 133share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.svg
 134share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.ttf
 135share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff
 136share/doc/groonga/en/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2
 137share/doc/groonga/en/html/_static/webpack-macros.html
347share/doc/groonga/en/html/characteristic.html 138share/doc/groonga/en/html/characteristic.html
348share/doc/groonga/en/html/client.html 139share/doc/groonga/en/html/client.html
349share/doc/groonga/en/html/community.html 140share/doc/groonga/en/html/community.html
350share/doc/groonga/en/html/contribution.html 141share/doc/groonga/en/html/contribution.html
351share/doc/groonga/en/html/contribution/development.html 142share/doc/groonga/en/html/contribution/development.html
352share/doc/groonga/en/html/contribution/development/build.html 143share/doc/groonga/en/html/contribution/development/build.html
353share/doc/groonga/en/html/contribution/development/build/unix_autotools.html 144share/doc/groonga/en/html/contribution/development/build/unix_autotools.html
354share/doc/groonga/en/html/contribution/development/build/unix_cmake.html 145share/doc/groonga/en/html/contribution/development/build/unix_cmake.html
355share/doc/groonga/en/html/contribution/development/build/windows_cmake.html 146share/doc/groonga/en/html/contribution/development/build/windows_cmake.html
356share/doc/groonga/en/html/contribution/development/com.html 147share/doc/groonga/en/html/contribution/development/com.html
357share/doc/groonga/en/html/contribution/development/cooperation.html 148share/doc/groonga/en/html/contribution/development/cooperation.html
358share/doc/groonga/en/html/contribution/development/query.html 149share/doc/groonga/en/html/contribution/development/query.html
359share/doc/groonga/en/html/contribution/development/release.html 150share/doc/groonga/en/html/contribution/development/release.html
360share/doc/groonga/en/html/contribution/development/repository.html 151share/doc/groonga/en/html/contribution/development/repository.html
361share/doc/groonga/en/html/contribution/development/test.html 152share/doc/groonga/en/html/contribution/development/test.html
362share/doc/groonga/en/html/contribution/documentation.html 153share/doc/groonga/en/html/contribution/documentation.html
363share/doc/groonga/en/html/contribution/documentation/c-api.html 154share/doc/groonga/en/html/contribution/documentation/c-api.html
364share/doc/groonga/en/html/contribution/documentation/i18n.html 155share/doc/groonga/en/html/contribution/documentation/i18n.html
365share/doc/groonga/en/html/contribution/documentation/introduction.html 156share/doc/groonga/en/html/contribution/documentation/introduction.html
366share/doc/groonga/en/html/contribution/report.html 157share/doc/groonga/en/html/contribution/report.html
367share/doc/groonga/en/html/development.html 158share/doc/groonga/en/html/development.html
368share/doc/groonga/en/html/development/travis-ci.html 159share/doc/groonga/en/html/development/travis-ci.html
369share/doc/groonga/en/html/genindex.html 160share/doc/groonga/en/html/genindex.html
370share/doc/groonga/en/html/index.html 161share/doc/groonga/en/html/index.html
371share/doc/groonga/en/html/install.html 162share/doc/groonga/en/html/install.html
 163share/doc/groonga/en/html/install/almalinux.html
 164share/doc/groonga/en/html/install/amazon_linux.html
372share/doc/groonga/en/html/install/centos.html 165share/doc/groonga/en/html/install/centos.html
373share/doc/groonga/en/html/install/debian.html 166share/doc/groonga/en/html/install/debian.html
 167share/doc/groonga/en/html/install/docker.html
374share/doc/groonga/en/html/install/fedora.html 168share/doc/groonga/en/html/install/fedora.html
375share/doc/groonga/en/html/install/mac_os_x.html 169share/doc/groonga/en/html/install/mac_os_x.html
376share/doc/groonga/en/html/install/others.html 170share/doc/groonga/en/html/install/others.html
377share/doc/groonga/en/html/install/solaris.html 171share/doc/groonga/en/html/install/solaris.html
378share/doc/groonga/en/html/install/ubuntu.html 172share/doc/groonga/en/html/install/ubuntu.html
379share/doc/groonga/en/html/install/windows.html 173share/doc/groonga/en/html/install/windows.html
380share/doc/groonga/en/html/limitations.html 174share/doc/groonga/en/html/limitations.html
381share/doc/groonga/en/html/news.html 175share/doc/groonga/en/html/news.html
382share/doc/groonga/en/html/news/0.x.html 176share/doc/groonga/en/html/news/0.x.html
383share/doc/groonga/en/html/news/1.0.x.html 177share/doc/groonga/en/html/news/1.0.x.html
384share/doc/groonga/en/html/news/1.1.x.html 178share/doc/groonga/en/html/news/1.1.x.html
385share/doc/groonga/en/html/news/1.2.x.html 179share/doc/groonga/en/html/news/1.2.x.html
386share/doc/groonga/en/html/news/1.3.x.html 180share/doc/groonga/en/html/news/1.3.x.html
@@ -398,26 +192,27 @@ share/doc/groonga/en/html/reference/api/ @@ -398,26 +192,27 @@ share/doc/groonga/en/html/reference/api/
398share/doc/groonga/en/html/reference/api/grn_cache.html 192share/doc/groonga/en/html/reference/api/grn_cache.html
399share/doc/groonga/en/html/reference/api/grn_column.html 193share/doc/groonga/en/html/reference/api/grn_column.html
400share/doc/groonga/en/html/reference/api/grn_command_version.html 194share/doc/groonga/en/html/reference/api/grn_command_version.html
401share/doc/groonga/en/html/reference/api/grn_content_type.html 195share/doc/groonga/en/html/reference/api/grn_content_type.html
402share/doc/groonga/en/html/reference/api/grn_ctx.html 196share/doc/groonga/en/html/reference/api/grn_ctx.html
403share/doc/groonga/en/html/reference/api/grn_db.html 197share/doc/groonga/en/html/reference/api/grn_db.html
404share/doc/groonga/en/html/reference/api/grn_encoding.html 198share/doc/groonga/en/html/reference/api/grn_encoding.html
405share/doc/groonga/en/html/reference/api/grn_expr.html 199share/doc/groonga/en/html/reference/api/grn_expr.html
406share/doc/groonga/en/html/reference/api/grn_geo.html 200share/doc/groonga/en/html/reference/api/grn_geo.html
407share/doc/groonga/en/html/reference/api/grn_hook.html 201share/doc/groonga/en/html/reference/api/grn_hook.html
408share/doc/groonga/en/html/reference/api/grn_ii.html 202share/doc/groonga/en/html/reference/api/grn_ii.html
409share/doc/groonga/en/html/reference/api/grn_index_cursor.html 203share/doc/groonga/en/html/reference/api/grn_index_cursor.html
410share/doc/groonga/en/html/reference/api/grn_info.html 204share/doc/groonga/en/html/reference/api/grn_info.html
 205share/doc/groonga/en/html/reference/api/grn_inspect.html
411share/doc/groonga/en/html/reference/api/grn_match_escalation.html 206share/doc/groonga/en/html/reference/api/grn_match_escalation.html
412share/doc/groonga/en/html/reference/api/grn_obj.html 207share/doc/groonga/en/html/reference/api/grn_obj.html
413share/doc/groonga/en/html/reference/api/grn_proc.html 208share/doc/groonga/en/html/reference/api/grn_proc.html
414share/doc/groonga/en/html/reference/api/grn_search.html 209share/doc/groonga/en/html/reference/api/grn_search.html
415share/doc/groonga/en/html/reference/api/grn_table.html 210share/doc/groonga/en/html/reference/api/grn_table.html
416share/doc/groonga/en/html/reference/api/grn_table_cursor.html 211share/doc/groonga/en/html/reference/api/grn_table_cursor.html
417share/doc/groonga/en/html/reference/api/grn_thread.html 212share/doc/groonga/en/html/reference/api/grn_thread.html
418share/doc/groonga/en/html/reference/api/grn_type.html 213share/doc/groonga/en/html/reference/api/grn_type.html
419share/doc/groonga/en/html/reference/api/grn_user_data.html 214share/doc/groonga/en/html/reference/api/grn_user_data.html
420share/doc/groonga/en/html/reference/api/overview.html 215share/doc/groonga/en/html/reference/api/overview.html
421share/doc/groonga/en/html/reference/api/plugin.html 216share/doc/groonga/en/html/reference/api/plugin.html
422share/doc/groonga/en/html/reference/cast.html 217share/doc/groonga/en/html/reference/cast.html
423share/doc/groonga/en/html/reference/column.html 218share/doc/groonga/en/html/reference/column.html
@@ -438,143 +233,182 @@ share/doc/groonga/en/html/reference/comm @@ -438,143 +233,182 @@ share/doc/groonga/en/html/reference/comm
438share/doc/groonga/en/html/reference/commands/column_copy.html 233share/doc/groonga/en/html/reference/commands/column_copy.html
439share/doc/groonga/en/html/reference/commands/column_create.html 234share/doc/groonga/en/html/reference/commands/column_create.html
440share/doc/groonga/en/html/reference/commands/column_list.html 235share/doc/groonga/en/html/reference/commands/column_list.html
441share/doc/groonga/en/html/reference/commands/column_remove.html 236share/doc/groonga/en/html/reference/commands/column_remove.html
442share/doc/groonga/en/html/reference/commands/column_rename.html 237share/doc/groonga/en/html/reference/commands/column_rename.html
443share/doc/groonga/en/html/reference/commands/config_delete.html 238share/doc/groonga/en/html/reference/commands/config_delete.html
444share/doc/groonga/en/html/reference/commands/config_get.html 239share/doc/groonga/en/html/reference/commands/config_get.html
445share/doc/groonga/en/html/reference/commands/config_set.html 240share/doc/groonga/en/html/reference/commands/config_set.html
446share/doc/groonga/en/html/reference/commands/database_unmap.html 241share/doc/groonga/en/html/reference/commands/database_unmap.html
447share/doc/groonga/en/html/reference/commands/define_selector.html 242share/doc/groonga/en/html/reference/commands/define_selector.html
448share/doc/groonga/en/html/reference/commands/defrag.html 243share/doc/groonga/en/html/reference/commands/defrag.html
449share/doc/groonga/en/html/reference/commands/delete.html 244share/doc/groonga/en/html/reference/commands/delete.html
450share/doc/groonga/en/html/reference/commands/dump.html 245share/doc/groonga/en/html/reference/commands/dump.html
 246share/doc/groonga/en/html/reference/commands/index_column_diff.html
451share/doc/groonga/en/html/reference/commands/io_flush.html 247share/doc/groonga/en/html/reference/commands/io_flush.html
452share/doc/groonga/en/html/reference/commands/load.html 248share/doc/groonga/en/html/reference/commands/load.html
453share/doc/groonga/en/html/reference/commands/lock_acquire.html 249share/doc/groonga/en/html/reference/commands/lock_acquire.html
454share/doc/groonga/en/html/reference/commands/lock_clear.html 250share/doc/groonga/en/html/reference/commands/lock_clear.html
455share/doc/groonga/en/html/reference/commands/lock_release.html 251share/doc/groonga/en/html/reference/commands/lock_release.html
456share/doc/groonga/en/html/reference/commands/log_level.html 252share/doc/groonga/en/html/reference/commands/log_level.html
457share/doc/groonga/en/html/reference/commands/log_put.html 253share/doc/groonga/en/html/reference/commands/log_put.html
458share/doc/groonga/en/html/reference/commands/log_reopen.html 254share/doc/groonga/en/html/reference/commands/log_reopen.html
459share/doc/groonga/en/html/reference/commands/logical_count.html 255share/doc/groonga/en/html/reference/commands/logical_count.html
460share/doc/groonga/en/html/reference/commands/logical_parameters.html 256share/doc/groonga/en/html/reference/commands/logical_parameters.html
461share/doc/groonga/en/html/reference/commands/logical_range_filter.html 257share/doc/groonga/en/html/reference/commands/logical_range_filter.html
462share/doc/groonga/en/html/reference/commands/logical_select.html 258share/doc/groonga/en/html/reference/commands/logical_select.html
463share/doc/groonga/en/html/reference/commands/logical_shard_list.html 259share/doc/groonga/en/html/reference/commands/logical_shard_list.html
464share/doc/groonga/en/html/reference/commands/logical_table_remove.html 260share/doc/groonga/en/html/reference/commands/logical_table_remove.html
465share/doc/groonga/en/html/reference/commands/normalize.html 261share/doc/groonga/en/html/reference/commands/normalize.html
466share/doc/groonga/en/html/reference/commands/normalizer_list.html 262share/doc/groonga/en/html/reference/commands/normalizer_list.html
467share/doc/groonga/en/html/reference/commands/object_exist.html 263share/doc/groonga/en/html/reference/commands/object_exist.html
468share/doc/groonga/en/html/reference/commands/object_inspect.html 264share/doc/groonga/en/html/reference/commands/object_inspect.html
469share/doc/groonga/en/html/reference/commands/object_list.html 265share/doc/groonga/en/html/reference/commands/object_list.html
470share/doc/groonga/en/html/reference/commands/object_remove.html 266share/doc/groonga/en/html/reference/commands/object_remove.html
471share/doc/groonga/en/html/reference/commands/plugin_register.html 267share/doc/groonga/en/html/reference/commands/plugin_register.html
472share/doc/groonga/en/html/reference/commands/plugin_unregister.html 268share/doc/groonga/en/html/reference/commands/plugin_unregister.html
473share/doc/groonga/en/html/reference/commands/query_expand.html 269share/doc/groonga/en/html/reference/commands/query_expand.html
474share/doc/groonga/en/html/reference/commands/quit.html 270share/doc/groonga/en/html/reference/commands/quit.html
475share/doc/groonga/en/html/reference/commands/range_filter.html 271share/doc/groonga/en/html/reference/commands/range_filter.html
 272share/doc/groonga/en/html/reference/commands/reference_acquire.html
 273share/doc/groonga/en/html/reference/commands/reference_release.html
476share/doc/groonga/en/html/reference/commands/register.html 274share/doc/groonga/en/html/reference/commands/register.html
477share/doc/groonga/en/html/reference/commands/reindex.html 275share/doc/groonga/en/html/reference/commands/reindex.html
478share/doc/groonga/en/html/reference/commands/request_cancel.html 276share/doc/groonga/en/html/reference/commands/request_cancel.html
479share/doc/groonga/en/html/reference/commands/ruby_eval.html 277share/doc/groonga/en/html/reference/commands/ruby_eval.html
480share/doc/groonga/en/html/reference/commands/ruby_load.html 
481share/doc/groonga/en/html/reference/commands/schema.html 278share/doc/groonga/en/html/reference/commands/schema.html
482share/doc/groonga/en/html/reference/commands/select.html 279share/doc/groonga/en/html/reference/commands/select.html
483share/doc/groonga/en/html/reference/commands/shutdown.html 280share/doc/groonga/en/html/reference/commands/shutdown.html
484share/doc/groonga/en/html/reference/commands/status.html 281share/doc/groonga/en/html/reference/commands/status.html
485share/doc/groonga/en/html/reference/commands/suggest.html 282share/doc/groonga/en/html/reference/commands/suggest.html
486share/doc/groonga/en/html/reference/commands/table_copy.html 283share/doc/groonga/en/html/reference/commands/table_copy.html
487share/doc/groonga/en/html/reference/commands/table_create.html 284share/doc/groonga/en/html/reference/commands/table_create.html
488share/doc/groonga/en/html/reference/commands/table_list.html 285share/doc/groonga/en/html/reference/commands/table_list.html
489share/doc/groonga/en/html/reference/commands/table_remove.html 286share/doc/groonga/en/html/reference/commands/table_remove.html
490share/doc/groonga/en/html/reference/commands/table_rename.html 287share/doc/groonga/en/html/reference/commands/table_rename.html
491share/doc/groonga/en/html/reference/commands/table_tokenize.html 288share/doc/groonga/en/html/reference/commands/table_tokenize.html
 289share/doc/groonga/en/html/reference/commands/thread_dump.html
492share/doc/groonga/en/html/reference/commands/thread_limit.html 290share/doc/groonga/en/html/reference/commands/thread_limit.html
493share/doc/groonga/en/html/reference/commands/tokenize.html 291share/doc/groonga/en/html/reference/commands/tokenize.html
494share/doc/groonga/en/html/reference/commands/tokenizer_list.html 292share/doc/groonga/en/html/reference/commands/tokenizer_list.html
495share/doc/groonga/en/html/reference/commands/truncate.html 293share/doc/groonga/en/html/reference/commands/truncate.html
496share/doc/groonga/en/html/reference/configuration.html 294share/doc/groonga/en/html/reference/configuration.html
497share/doc/groonga/en/html/reference/executables.html 295share/doc/groonga/en/html/reference/executables.html
498share/doc/groonga/en/html/reference/executables/grndb.html 296share/doc/groonga/en/html/reference/executables/grndb.html
499share/doc/groonga/en/html/reference/executables/grnslap.html 297share/doc/groonga/en/html/reference/executables/grnslap.html
500share/doc/groonga/en/html/reference/executables/groonga-benchmark.html 298share/doc/groonga/en/html/reference/executables/groonga-benchmark.html
501share/doc/groonga/en/html/reference/executables/groonga-httpd.html 299share/doc/groonga/en/html/reference/executables/groonga-httpd.html
502share/doc/groonga/en/html/reference/executables/groonga-server-http.html 300share/doc/groonga/en/html/reference/executables/groonga-server-http.html
503share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html 301share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html
504share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html 302share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html
505share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html 303share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html
506share/doc/groonga/en/html/reference/executables/groonga.html 304share/doc/groonga/en/html/reference/executables/groonga.html
507share/doc/groonga/en/html/reference/function.html 305share/doc/groonga/en/html/reference/function.html
508share/doc/groonga/en/html/reference/functions/between.html 306share/doc/groonga/en/html/reference/functions/between.html
 307share/doc/groonga/en/html/reference/functions/cast_loose.html
509share/doc/groonga/en/html/reference/functions/edit_distance.html 308share/doc/groonga/en/html/reference/functions/edit_distance.html
510share/doc/groonga/en/html/reference/functions/fuzzy_search.html 309share/doc/groonga/en/html/reference/functions/fuzzy_search.html
511share/doc/groonga/en/html/reference/functions/geo_distance.html 310share/doc/groonga/en/html/reference/functions/geo_distance.html
512share/doc/groonga/en/html/reference/functions/geo_in_circle.html 311share/doc/groonga/en/html/reference/functions/geo_in_circle.html
513share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html 312share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html
514share/doc/groonga/en/html/reference/functions/highlight_full.html 313share/doc/groonga/en/html/reference/functions/highlight_full.html
515share/doc/groonga/en/html/reference/functions/highlight_html.html 314share/doc/groonga/en/html/reference/functions/highlight_html.html
516share/doc/groonga/en/html/reference/functions/html_untag.html 315share/doc/groonga/en/html/reference/functions/html_untag.html
517share/doc/groonga/en/html/reference/functions/in_records.html 316share/doc/groonga/en/html/reference/functions/in_records.html
518share/doc/groonga/en/html/reference/functions/in_values.html 317share/doc/groonga/en/html/reference/functions/in_values.html
519share/doc/groonga/en/html/reference/functions/math_abs.html 318share/doc/groonga/en/html/reference/functions/math_abs.html
520share/doc/groonga/en/html/reference/functions/now.html 319share/doc/groonga/en/html/reference/functions/now.html
521share/doc/groonga/en/html/reference/functions/number_classify.html 320share/doc/groonga/en/html/reference/functions/number_classify.html
522share/doc/groonga/en/html/reference/functions/prefix_rk_search.html 321share/doc/groonga/en/html/reference/functions/prefix_rk_search.html
523share/doc/groonga/en/html/reference/functions/query.html 322share/doc/groonga/en/html/reference/functions/query.html
 323share/doc/groonga/en/html/reference/functions/query_parallel_or.html
524share/doc/groonga/en/html/reference/functions/rand.html 324share/doc/groonga/en/html/reference/functions/rand.html
 325share/doc/groonga/en/html/reference/functions/snippet.html
525share/doc/groonga/en/html/reference/functions/snippet_html.html 326share/doc/groonga/en/html/reference/functions/snippet_html.html
526share/doc/groonga/en/html/reference/functions/string_length.html 327share/doc/groonga/en/html/reference/functions/string_length.html
 328share/doc/groonga/en/html/reference/functions/string_slice.html
527share/doc/groonga/en/html/reference/functions/string_substring.html 329share/doc/groonga/en/html/reference/functions/string_substring.html
528share/doc/groonga/en/html/reference/functions/sub_filter.html 330share/doc/groonga/en/html/reference/functions/sub_filter.html
529share/doc/groonga/en/html/reference/functions/time_classify_day.html 331share/doc/groonga/en/html/reference/functions/time_classify_day.html
 332share/doc/groonga/en/html/reference/functions/time_classify_day_of_week.html
530share/doc/groonga/en/html/reference/functions/time_classify_hour.html 333share/doc/groonga/en/html/reference/functions/time_classify_hour.html
531share/doc/groonga/en/html/reference/functions/time_classify_minute.html 334share/doc/groonga/en/html/reference/functions/time_classify_minute.html
532share/doc/groonga/en/html/reference/functions/time_classify_month.html 335share/doc/groonga/en/html/reference/functions/time_classify_month.html
533share/doc/groonga/en/html/reference/functions/time_classify_second.html 336share/doc/groonga/en/html/reference/functions/time_classify_second.html
534share/doc/groonga/en/html/reference/functions/time_classify_week.html 337share/doc/groonga/en/html/reference/functions/time_classify_week.html
535share/doc/groonga/en/html/reference/functions/time_classify_year.html 338share/doc/groonga/en/html/reference/functions/time_classify_year.html
 339share/doc/groonga/en/html/reference/functions/vector_find.html
536share/doc/groonga/en/html/reference/functions/vector_new.html 340share/doc/groonga/en/html/reference/functions/vector_new.html
537share/doc/groonga/en/html/reference/functions/vector_size.html 341share/doc/groonga/en/html/reference/functions/vector_size.html
538share/doc/groonga/en/html/reference/functions/vector_slice.html 342share/doc/groonga/en/html/reference/functions/vector_slice.html
539share/doc/groonga/en/html/reference/grn_expr.html 343share/doc/groonga/en/html/reference/grn_expr.html
540share/doc/groonga/en/html/reference/grn_expr/query_syntax.html 344share/doc/groonga/en/html/reference/grn_expr/query_syntax.html
541share/doc/groonga/en/html/reference/grn_expr/script_syntax.html 345share/doc/groonga/en/html/reference/grn_expr/script_syntax.html
542share/doc/groonga/en/html/reference/indexing.html 346share/doc/groonga/en/html/reference/indexing.html
543share/doc/groonga/en/html/reference/log.html 347share/doc/groonga/en/html/reference/log.html
544share/doc/groonga/en/html/reference/normalizers.html 348share/doc/groonga/en/html/reference/normalizers.html
 349share/doc/groonga/en/html/reference/normalizers/normalizer_auto.html
 350share/doc/groonga/en/html/reference/normalizers/normalizer_nfkc100.html
 351share/doc/groonga/en/html/reference/normalizers/normalizer_nfkc121.html
 352share/doc/groonga/en/html/reference/normalizers/normalizer_nfkc130.html
 353share/doc/groonga/en/html/reference/normalizers/normalizer_nfkc51.html
 354share/doc/groonga/en/html/reference/normalizers/normalizer_table.html
545share/doc/groonga/en/html/reference/operations.html 355share/doc/groonga/en/html/reference/operations.html
546share/doc/groonga/en/html/reference/operations/geolocation_search.html 356share/doc/groonga/en/html/reference/operations/geolocation_search.html
547share/doc/groonga/en/html/reference/operations/prefix_rk_search.html 357share/doc/groonga/en/html/reference/operations/prefix_rk_search.html
548share/doc/groonga/en/html/reference/output.html 358share/doc/groonga/en/html/reference/output.html
549share/doc/groonga/en/html/reference/query_expanders.html 359share/doc/groonga/en/html/reference/query_expanders.html
550share/doc/groonga/en/html/reference/query_expanders/tsv.html 360share/doc/groonga/en/html/reference/query_expanders/tsv.html
551share/doc/groonga/en/html/reference/regular_expression.html 361share/doc/groonga/en/html/reference/regular_expression.html
552share/doc/groonga/en/html/reference/scorer.html 362share/doc/groonga/en/html/reference/scorer.html
553share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html 363share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html
554share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html 364share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html
555share/doc/groonga/en/html/reference/sharding.html 365share/doc/groonga/en/html/reference/sharding.html
556share/doc/groonga/en/html/reference/suggest.html 366share/doc/groonga/en/html/reference/suggest.html
557share/doc/groonga/en/html/reference/suggest/completion.html 367share/doc/groonga/en/html/reference/suggest/completion.html
558share/doc/groonga/en/html/reference/suggest/correction.html 368share/doc/groonga/en/html/reference/suggest/correction.html
559share/doc/groonga/en/html/reference/suggest/introduction.html 369share/doc/groonga/en/html/reference/suggest/introduction.html
560share/doc/groonga/en/html/reference/suggest/suggestion.html 370share/doc/groonga/en/html/reference/suggest/suggestion.html
561share/doc/groonga/en/html/reference/tables.html 371share/doc/groonga/en/html/reference/tables.html
 372share/doc/groonga/en/html/reference/token_filter/summary.html
562share/doc/groonga/en/html/reference/token_filters.html 373share/doc/groonga/en/html/reference/token_filters.html
 374share/doc/groonga/en/html/reference/token_filters/token_filter_nfkc100.html
 375share/doc/groonga/en/html/reference/token_filters/token_filter_stem.html
 376share/doc/groonga/en/html/reference/token_filters/token_filter_stop_word.html
 377share/doc/groonga/en/html/reference/tokenizer/summary.html
563share/doc/groonga/en/html/reference/tokenizers.html 378share/doc/groonga/en/html/reference/tokenizers.html
 379share/doc/groonga/en/html/reference/tokenizers/token_bigram.html
 380share/doc/groonga/en/html/reference/tokenizers/token_bigram_ignore_blank.html
 381share/doc/groonga/en/html/reference/tokenizers/token_bigram_ignore_blank_split_symbol.html
 382share/doc/groonga/en/html/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html
 383share/doc/groonga/en/html/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html
 384share/doc/groonga/en/html/reference/tokenizers/token_bigram_split_symbol.html
 385share/doc/groonga/en/html/reference/tokenizers/token_bigram_split_symbol_alpha.html
 386share/doc/groonga/en/html/reference/tokenizers/token_bigram_split_symbol_alpha_digit.html
 387share/doc/groonga/en/html/reference/tokenizers/token_delimit.html
 388share/doc/groonga/en/html/reference/tokenizers/token_delimit_null.html
 389share/doc/groonga/en/html/reference/tokenizers/token_mecab.html
 390share/doc/groonga/en/html/reference/tokenizers/token_ngram.html
 391share/doc/groonga/en/html/reference/tokenizers/token_pattern.html
 392share/doc/groonga/en/html/reference/tokenizers/token_regexp.html
 393share/doc/groonga/en/html/reference/tokenizers/token_table.html
 394share/doc/groonga/en/html/reference/tokenizers/token_trigram.html
 395share/doc/groonga/en/html/reference/tokenizers/token_unigram.html
564share/doc/groonga/en/html/reference/tuning.html 396share/doc/groonga/en/html/reference/tuning.html
565share/doc/groonga/en/html/reference/types.html 397share/doc/groonga/en/html/reference/types.html
566share/doc/groonga/en/html/reference/window_function.html 398share/doc/groonga/en/html/reference/window_function.html
567share/doc/groonga/en/html/reference/window_functions/record_number.html 399share/doc/groonga/en/html/reference/window_functions/record_number.html
 400share/doc/groonga/en/html/reference/window_functions/window_count.html
 401share/doc/groonga/en/html/reference/window_functions/window_rank.html
568share/doc/groonga/en/html/reference/window_functions/window_record_number.html 402share/doc/groonga/en/html/reference/window_functions/window_record_number.html
569share/doc/groonga/en/html/reference/window_functions/window_sum.html 403share/doc/groonga/en/html/reference/window_functions/window_sum.html
570share/doc/groonga/en/html/search.html 404share/doc/groonga/en/html/search.html
571share/doc/groonga/en/html/searchindex.js 405share/doc/groonga/en/html/searchindex.js
572share/doc/groonga/en/html/server.html 406share/doc/groonga/en/html/server.html
573share/doc/groonga/en/html/server/gqtp.html 407share/doc/groonga/en/html/server/gqtp.html
574share/doc/groonga/en/html/server/http.html 408share/doc/groonga/en/html/server/http.html
575share/doc/groonga/en/html/server/http/comparison.html 409share/doc/groonga/en/html/server/http/comparison.html
576share/doc/groonga/en/html/server/http/groonga-httpd.html 410share/doc/groonga/en/html/server/http/groonga-httpd.html
577share/doc/groonga/en/html/server/http/groonga.html 411share/doc/groonga/en/html/server/http/groonga.html
578share/doc/groonga/en/html/server/memcached.html 412share/doc/groonga/en/html/server/memcached.html
579share/doc/groonga/en/html/server/package.html 413share/doc/groonga/en/html/server/package.html
580share/doc/groonga/en/html/spec.html 414share/doc/groonga/en/html/spec.html
@@ -586,330 +420,97 @@ share/doc/groonga/en/html/troubleshootin @@ -586,330 +420,97 @@ share/doc/groonga/en/html/troubleshootin
586share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html 420share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html
587share/doc/groonga/en/html/tutorial.html 421share/doc/groonga/en/html/tutorial.html
588share/doc/groonga/en/html/tutorial/data.html 422share/doc/groonga/en/html/tutorial/data.html
589share/doc/groonga/en/html/tutorial/drilldown.html 423share/doc/groonga/en/html/tutorial/drilldown.html
590share/doc/groonga/en/html/tutorial/index.html 424share/doc/groonga/en/html/tutorial/index.html
591share/doc/groonga/en/html/tutorial/introduction.html 425share/doc/groonga/en/html/tutorial/introduction.html
592share/doc/groonga/en/html/tutorial/lexicon.html 426share/doc/groonga/en/html/tutorial/lexicon.html
593share/doc/groonga/en/html/tutorial/match_columns.html 427share/doc/groonga/en/html/tutorial/match_columns.html
594share/doc/groonga/en/html/tutorial/micro_blog.html 428share/doc/groonga/en/html/tutorial/micro_blog.html
595share/doc/groonga/en/html/tutorial/network.html 429share/doc/groonga/en/html/tutorial/network.html
596share/doc/groonga/en/html/tutorial/patricia_trie.html 430share/doc/groonga/en/html/tutorial/patricia_trie.html
597share/doc/groonga/en/html/tutorial/query_expansion.html 431share/doc/groonga/en/html/tutorial/query_expansion.html
598share/doc/groonga/en/html/tutorial/search.html 432share/doc/groonga/en/html/tutorial/search.html
599share/doc/groonga/ja/html/.buildinfo 
600share/doc/groonga/ja/html/_images/geo-points.png 433share/doc/groonga/ja/html/_images/geo-points.png
601share/doc/groonga/ja/html/_images/used-when-indexing.png 434share/doc/groonga/ja/html/_images/used-when-indexing.png
602share/doc/groonga/ja/html/_images/used-when-searching.png 435share/doc/groonga/ja/html/_images/used-when-searching.png
603share/doc/groonga/ja/html/_sources/characteristic.txt 
604share/doc/groonga/ja/html/_sources/client.txt 
605share/doc/groonga/ja/html/_sources/community.txt 
606share/doc/groonga/ja/html/_sources/contribution.txt 
607share/doc/groonga/ja/html/_sources/contribution/development.txt 
608share/doc/groonga/ja/html/_sources/contribution/development/build.txt 
609share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt 
610share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt 
611share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.txt 
612share/doc/groonga/ja/html/_sources/contribution/development/com.txt 
613share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt 
614share/doc/groonga/ja/html/_sources/contribution/development/query.txt 
615share/doc/groonga/ja/html/_sources/contribution/development/release.txt 
616share/doc/groonga/ja/html/_sources/contribution/development/repository.txt 
617share/doc/groonga/ja/html/_sources/contribution/development/test.txt 
618share/doc/groonga/ja/html/_sources/contribution/documentation.txt 
619share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt 
620share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt 
621share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt 
622share/doc/groonga/ja/html/_sources/contribution/report.txt 
623share/doc/groonga/ja/html/_sources/development.txt 
624share/doc/groonga/ja/html/_sources/development/travis-ci.txt 
625share/doc/groonga/ja/html/_sources/index.txt 
626share/doc/groonga/ja/html/_sources/install.txt 
627share/doc/groonga/ja/html/_sources/install/centos.txt 
628share/doc/groonga/ja/html/_sources/install/debian.txt 
629share/doc/groonga/ja/html/_sources/install/fedora.txt 
630share/doc/groonga/ja/html/_sources/install/mac_os_x.txt 
631share/doc/groonga/ja/html/_sources/install/others.txt 
632share/doc/groonga/ja/html/_sources/install/solaris.txt 
633share/doc/groonga/ja/html/_sources/install/ubuntu.txt 
634share/doc/groonga/ja/html/_sources/install/windows.txt 
635share/doc/groonga/ja/html/_sources/limitations.txt 
636share/doc/groonga/ja/html/_sources/news.txt 
637share/doc/groonga/ja/html/_sources/news/0.x.txt 
638share/doc/groonga/ja/html/_sources/news/1.0.x.txt 
639share/doc/groonga/ja/html/_sources/news/1.1.x.txt 
640share/doc/groonga/ja/html/_sources/news/1.2.x.txt 
641share/doc/groonga/ja/html/_sources/news/1.3.x.txt 
642share/doc/groonga/ja/html/_sources/news/2.x.txt 
643share/doc/groonga/ja/html/_sources/news/3.x.txt 
644share/doc/groonga/ja/html/_sources/news/4.x.txt 
645share/doc/groonga/ja/html/_sources/news/5.x.txt 
646share/doc/groonga/ja/html/_sources/news/6.x.txt 
647share/doc/groonga/ja/html/_sources/news/senna.txt 
648share/doc/groonga/ja/html/_sources/reference.txt 
649share/doc/groonga/ja/html/_sources/reference/alias.txt 
650share/doc/groonga/ja/html/_sources/reference/api.txt 
651share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt 
652share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt 
653share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt 
654share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt 
655share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt 
656share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt 
657share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt 
658share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt 
659share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt 
660share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt 
661share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt 
662share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt 
663share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt 
664share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt 
665share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt 
666share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt 
667share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt 
668share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt 
669share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt 
670share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt 
671share/doc/groonga/ja/html/_sources/reference/api/grn_thread.txt 
672share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt 
673share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt 
674share/doc/groonga/ja/html/_sources/reference/api/overview.txt 
675share/doc/groonga/ja/html/_sources/reference/api/plugin.txt 
676share/doc/groonga/ja/html/_sources/reference/cast.txt 
677share/doc/groonga/ja/html/_sources/reference/column.txt 
678share/doc/groonga/ja/html/_sources/reference/columns/index.txt 
679share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt 
680share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt 
681share/doc/groonga/ja/html/_sources/reference/columns/vector.txt 
682share/doc/groonga/ja/html/_sources/reference/command.txt 
683share/doc/groonga/ja/html/_sources/reference/command/command_version.txt 
684share/doc/groonga/ja/html/_sources/reference/command/output_format.txt 
685share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt 
686share/doc/groonga/ja/html/_sources/reference/command/request_id.txt 
687share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt 
688share/doc/groonga/ja/html/_sources/reference/command/return_code.txt 
689share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt 
690share/doc/groonga/ja/html/_sources/reference/commands/check.txt 
691share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt 
692share/doc/groonga/ja/html/_sources/reference/commands/column_copy.txt 
693share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt 
694share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt 
695share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt 
696share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt 
697share/doc/groonga/ja/html/_sources/reference/commands/config_delete.txt 
698share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt 
699share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt 
700share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.txt 
701share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt 
702share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt 
703share/doc/groonga/ja/html/_sources/reference/commands/delete.txt 
704share/doc/groonga/ja/html/_sources/reference/commands/dump.txt 
705share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt 
706share/doc/groonga/ja/html/_sources/reference/commands/load.txt 
707share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt 
708share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt 
709share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt 
710share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt 
711share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt 
712share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt 
713share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt 
714share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt 
715share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt 
716share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt 
717share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt 
718share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt 
719share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt 
720share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt 
721share/doc/groonga/ja/html/_sources/reference/commands/object_exist.txt 
722share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt 
723share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt 
724share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt 
725share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt 
726share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt 
727share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt 
728share/doc/groonga/ja/html/_sources/reference/commands/quit.txt 
729share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt 
730share/doc/groonga/ja/html/_sources/reference/commands/register.txt 
731share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt 
732share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt 
733share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt 
734share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt 
735share/doc/groonga/ja/html/_sources/reference/commands/schema.txt 
736share/doc/groonga/ja/html/_sources/reference/commands/select.txt 
737share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt 
738share/doc/groonga/ja/html/_sources/reference/commands/status.txt 
739share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt 
740share/doc/groonga/ja/html/_sources/reference/commands/table_copy.txt 
741share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt 
742share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt 
743share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt 
744share/doc/groonga/ja/html/_sources/reference/commands/table_rename.txt 
745share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt 
746share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.txt 
747share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt 
748share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt 
749share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt 
750share/doc/groonga/ja/html/_sources/reference/configuration.txt 
751share/doc/groonga/ja/html/_sources/reference/executables.txt 
752share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt 
753share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt 
754share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt 
755share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt 
756share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt 
757share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt 
758share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt 
759share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt 
760share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt 
761share/doc/groonga/ja/html/_sources/reference/function.txt 
762share/doc/groonga/ja/html/_sources/reference/functions/between.txt 
763share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt 
764share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt 
765share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt 
766share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt 
767share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt 
768share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt 
769share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt 
770share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt 
771share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt 
772share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt 
773share/doc/groonga/ja/html/_sources/reference/functions/math_abs.txt 
774share/doc/groonga/ja/html/_sources/reference/functions/now.txt 
775share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt 
776share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt 
777share/doc/groonga/ja/html/_sources/reference/functions/query.txt 
778share/doc/groonga/ja/html/_sources/reference/functions/rand.txt 
779share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt 
780share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt 
781share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt 
782share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt 
783share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt 
784share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt 
785share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt 
786share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt 
787share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt 
788share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt 
789share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt 
790share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt 
791share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt 
792share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt 
793share/doc/groonga/ja/html/_sources/reference/grn_expr.txt 
794share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt 
795share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt 
796share/doc/groonga/ja/html/_sources/reference/indexing.txt 
797share/doc/groonga/ja/html/_sources/reference/log.txt 
798share/doc/groonga/ja/html/_sources/reference/normalizers.txt 
799share/doc/groonga/ja/html/_sources/reference/operations.txt 
800share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt 
801share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt 
802share/doc/groonga/ja/html/_sources/reference/output.txt 
803share/doc/groonga/ja/html/_sources/reference/query_expanders.txt 
804share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt 
805share/doc/groonga/ja/html/_sources/reference/regular_expression.txt 
806share/doc/groonga/ja/html/_sources/reference/scorer.txt 
807share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt 
808share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt 
809share/doc/groonga/ja/html/_sources/reference/sharding.txt 
810share/doc/groonga/ja/html/_sources/reference/suggest.txt 
811share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt 
812share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt 
813share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt 
814share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt 
815share/doc/groonga/ja/html/_sources/reference/tables.txt 
816share/doc/groonga/ja/html/_sources/reference/token_filters.txt 
817share/doc/groonga/ja/html/_sources/reference/tokenizers.txt 
818share/doc/groonga/ja/html/_sources/reference/tuning.txt 
819share/doc/groonga/ja/html/_sources/reference/types.txt 
820share/doc/groonga/ja/html/_sources/reference/window_function.txt 
821share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt 
822share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt 
823share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.txt 
824share/doc/groonga/ja/html/_sources/server.txt 
825share/doc/groonga/ja/html/_sources/server/gqtp.txt 
826share/doc/groonga/ja/html/_sources/server/http.txt 
827share/doc/groonga/ja/html/_sources/server/http/comparison.txt 
828share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt 
829share/doc/groonga/ja/html/_sources/server/http/groonga.txt 
830share/doc/groonga/ja/html/_sources/server/memcached.txt 
831share/doc/groonga/ja/html/_sources/server/package.txt 
832share/doc/groonga/ja/html/_sources/spec.txt 
833share/doc/groonga/ja/html/_sources/spec/gqtp.txt 
834share/doc/groonga/ja/html/_sources/spec/search.txt 
835share/doc/groonga/ja/html/_sources/troubleshooting.txt 
836share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt 
837share/doc/groonga/ja/html/_sources/troubleshooting/how_to_analyze_error_message.txt 
838share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt 
839share/doc/groonga/ja/html/_sources/tutorial.txt 
840share/doc/groonga/ja/html/_sources/tutorial/data.txt 
841share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt 
842share/doc/groonga/ja/html/_sources/tutorial/index.txt 
843share/doc/groonga/ja/html/_sources/tutorial/introduction.txt 
844share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt 
845share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt 
846share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt 
847share/doc/groonga/ja/html/_sources/tutorial/network.txt 
848share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt 
849share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt 
850share/doc/groonga/ja/html/_sources/tutorial/search.txt 
851share/doc/groonga/ja/html/_static/ajax-loader.gif 
852share/doc/groonga/ja/html/_static/basic.css 436share/doc/groonga/ja/html/_static/basic.css
853share/doc/groonga/ja/html/_static/comment-bright.png 
854share/doc/groonga/ja/html/_static/comment-close.png 
855share/doc/groonga/ja/html/_static/comment.png 
856share/doc/groonga/ja/html/_static/doctools.js 437share/doc/groonga/ja/html/_static/doctools.js
857share/doc/groonga/ja/html/_static/down-pressed.png 438share/doc/groonga/ja/html/_static/documentation_options.js
858share/doc/groonga/ja/html/_static/down.png 
859share/doc/groonga/ja/html/_static/favicon.ico 439share/doc/groonga/ja/html/_static/favicon.ico
860share/doc/groonga/ja/html/_static/file.png 440share/doc/groonga/ja/html/_static/file.png
861share/doc/groonga/ja/html/_static/groonga.css 441share/doc/groonga/ja/html/_static/groonga.png
862share/doc/groonga/ja/html/_static/header-background.png 442share/doc/groonga/ja/html/_static/jquery-3.5.1.js
863share/doc/groonga/ja/html/_static/jquery-1.11.1.js 
864share/doc/groonga/ja/html/_static/jquery.js 443share/doc/groonga/ja/html/_static/jquery.js
865share/doc/groonga/ja/html/_static/logo.png 444share/doc/groonga/ja/html/_static/language_data.js
866share/doc/groonga/ja/html/_static/minus.png 445share/doc/groonga/ja/html/_static/minus.png
867share/doc/groonga/ja/html/_static/navigation-bar.png 
868share/doc/groonga/ja/html/_static/plus.png 446share/doc/groonga/ja/html/_static/plus.png
869share/doc/groonga/ja/html/_static/pygments.css 447share/doc/groonga/ja/html/_static/pygments.css
 448share/doc/groonga/ja/html/_static/scripts/pydata-sphinx-theme.js
870share/doc/groonga/ja/html/_static/searchtools.js 449share/doc/groonga/ja/html/_static/searchtools.js
871share/doc/groonga/ja/html/_static/underscore-1.3.1.js 450share/doc/groonga/ja/html/_static/styles/pydata-sphinx-theme.css
 451share/doc/groonga/ja/html/_static/styles/theme.css
 452share/doc/groonga/ja/html/_static/switcher.json
 453share/doc/groonga/ja/html/_static/translations.js
 454share/doc/groonga/ja/html/_static/underscore-1.13.1.js
872share/doc/groonga/ja/html/_static/underscore.js 455share/doc/groonga/ja/html/_static/underscore.js
873share/doc/groonga/ja/html/_static/up-pressed.png 456share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/LICENSE.txt
874share/doc/groonga/ja/html/_static/up.png 457share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/css/all.min.css
875share/doc/groonga/ja/html/_static/websupport.js 458share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.eot
 459share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.svg
 460share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.ttf
 461share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff
 462share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2
 463share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.eot
 464share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.svg
 465share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.ttf
 466share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.woff
 467share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.woff2
 468share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.eot
 469share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.svg
 470share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.ttf
 471share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff
 472share/doc/groonga/ja/html/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2
 473share/doc/groonga/ja/html/_static/webpack-macros.html
876share/doc/groonga/ja/html/characteristic.html 474share/doc/groonga/ja/html/characteristic.html
877share/doc/groonga/ja/html/client.html 475share/doc/groonga/ja/html/client.html
878share/doc/groonga/ja/html/community.html 476share/doc/groonga/ja/html/community.html
879share/doc/groonga/ja/html/contribution.html 477share/doc/groonga/ja/html/contribution.html
880share/doc/groonga/ja/html/contribution/development.html 478share/doc/groonga/ja/html/contribution/development.html
881share/doc/groonga/ja/html/contribution/development/build.html 479share/doc/groonga/ja/html/contribution/development/build.html
882share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html 480share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html
883share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html 481share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html
884share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html 482share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html
885share/doc/groonga/ja/html/contribution/development/com.html 483share/doc/groonga/ja/html/contribution/development/com.html
886share/doc/groonga/ja/html/contribution/development/cooperation.html 484share/doc/groonga/ja/html/contribution/development/cooperation.html
887share/doc/groonga/ja/html/contribution/development/query.html 485share/doc/groonga/ja/html/contribution/development/query.html
888share/doc/groonga/ja/html/contribution/development/release.html 486share/doc/groonga/ja/html/contribution/development/release.html
889share/doc/groonga/ja/html/contribution/development/repository.html 487share/doc/groonga/ja/html/contribution/development/repository.html
890share/doc/groonga/ja/html/contribution/development/test.html 488share/doc/groonga/ja/html/contribution/development/test.html
891share/doc/groonga/ja/html/contribution/documentation.html 489share/doc/groonga/ja/html/contribution/documentation.html
892share/doc/groonga/ja/html/contribution/documentation/c-api.html 490share/doc/groonga/ja/html/contribution/documentation/c-api.html
893share/doc/groonga/ja/html/contribution/documentation/i18n.html 491share/doc/groonga/ja/html/contribution/documentation/i18n.html
894share/doc/groonga/ja/html/contribution/documentation/introduction.html 492share/doc/groonga/ja/html/contribution/documentation/introduction.html
895share/doc/groonga/ja/html/contribution/report.html 493share/doc/groonga/ja/html/contribution/report.html
896share/doc/groonga/ja/html/development.html 494share/doc/groonga/ja/html/development.html
897share/doc/groonga/ja/html/development/travis-ci.html 495share/doc/groonga/ja/html/development/travis-ci.html
898share/doc/groonga/ja/html/genindex.html 496share/doc/groonga/ja/html/genindex.html
899share/doc/groonga/ja/html/index.html 497share/doc/groonga/ja/html/index.html
900share/doc/groonga/ja/html/install.html 498share/doc/groonga/ja/html/install.html
 499share/doc/groonga/ja/html/install/almalinux.html
 500share/doc/groonga/ja/html/install/amazon_linux.html
901share/doc/groonga/ja/html/install/centos.html 501share/doc/groonga/ja/html/install/centos.html
902share/doc/groonga/ja/html/install/debian.html 502share/doc/groonga/ja/html/install/debian.html
 503share/doc/groonga/ja/html/install/docker.html
903share/doc/groonga/ja/html/install/fedora.html 504share/doc/groonga/ja/html/install/fedora.html
904share/doc/groonga/ja/html/install/mac_os_x.html 505share/doc/groonga/ja/html/install/mac_os_x.html
905share/doc/groonga/ja/html/install/others.html 506share/doc/groonga/ja/html/install/others.html
906share/doc/groonga/ja/html/install/solaris.html 507share/doc/groonga/ja/html/install/solaris.html
907share/doc/groonga/ja/html/install/ubuntu.html 508share/doc/groonga/ja/html/install/ubuntu.html
908share/doc/groonga/ja/html/install/windows.html 509share/doc/groonga/ja/html/install/windows.html
909share/doc/groonga/ja/html/limitations.html 510share/doc/groonga/ja/html/limitations.html
910share/doc/groonga/ja/html/news.html 511share/doc/groonga/ja/html/news.html
911share/doc/groonga/ja/html/news/0.x.html 512share/doc/groonga/ja/html/news/0.x.html
912share/doc/groonga/ja/html/news/1.0.x.html 513share/doc/groonga/ja/html/news/1.0.x.html
913share/doc/groonga/ja/html/news/1.1.x.html 514share/doc/groonga/ja/html/news/1.1.x.html
914share/doc/groonga/ja/html/news/1.2.x.html 515share/doc/groonga/ja/html/news/1.2.x.html
915share/doc/groonga/ja/html/news/1.3.x.html 516share/doc/groonga/ja/html/news/1.3.x.html
@@ -927,26 +528,27 @@ share/doc/groonga/ja/html/reference/api/ @@ -927,26 +528,27 @@ share/doc/groonga/ja/html/reference/api/
927share/doc/groonga/ja/html/reference/api/grn_cache.html 528share/doc/groonga/ja/html/reference/api/grn_cache.html
928share/doc/groonga/ja/html/reference/api/grn_column.html 529share/doc/groonga/ja/html/reference/api/grn_column.html
929share/doc/groonga/ja/html/reference/api/grn_command_version.html 530share/doc/groonga/ja/html/reference/api/grn_command_version.html
930share/doc/groonga/ja/html/reference/api/grn_content_type.html 531share/doc/groonga/ja/html/reference/api/grn_content_type.html
931share/doc/groonga/ja/html/reference/api/grn_ctx.html 532share/doc/groonga/ja/html/reference/api/grn_ctx.html
932share/doc/groonga/ja/html/reference/api/grn_db.html 533share/doc/groonga/ja/html/reference/api/grn_db.html
933share/doc/groonga/ja/html/reference/api/grn_encoding.html 534share/doc/groonga/ja/html/reference/api/grn_encoding.html
934share/doc/groonga/ja/html/reference/api/grn_expr.html 535share/doc/groonga/ja/html/reference/api/grn_expr.html
935share/doc/groonga/ja/html/reference/api/grn_geo.html 536share/doc/groonga/ja/html/reference/api/grn_geo.html
936share/doc/groonga/ja/html/reference/api/grn_hook.html 537share/doc/groonga/ja/html/reference/api/grn_hook.html
937share/doc/groonga/ja/html/reference/api/grn_ii.html 538share/doc/groonga/ja/html/reference/api/grn_ii.html
938share/doc/groonga/ja/html/reference/api/grn_index_cursor.html 539share/doc/groonga/ja/html/reference/api/grn_index_cursor.html
939share/doc/groonga/ja/html/reference/api/grn_info.html 540share/doc/groonga/ja/html/reference/api/grn_info.html
 541share/doc/groonga/ja/html/reference/api/grn_inspect.html
940share/doc/groonga/ja/html/reference/api/grn_match_escalation.html 542share/doc/groonga/ja/html/reference/api/grn_match_escalation.html
941share/doc/groonga/ja/html/reference/api/grn_obj.html 543share/doc/groonga/ja/html/reference/api/grn_obj.html
942share/doc/groonga/ja/html/reference/api/grn_proc.html 544share/doc/groonga/ja/html/reference/api/grn_proc.html
943share/doc/groonga/ja/html/reference/api/grn_search.html 545share/doc/groonga/ja/html/reference/api/grn_search.html
944share/doc/groonga/ja/html/reference/api/grn_table.html 546share/doc/groonga/ja/html/reference/api/grn_table.html
945share/doc/groonga/ja/html/reference/api/grn_table_cursor.html 547share/doc/groonga/ja/html/reference/api/grn_table_cursor.html
946share/doc/groonga/ja/html/reference/api/grn_thread.html 548share/doc/groonga/ja/html/reference/api/grn_thread.html
947share/doc/groonga/ja/html/reference/api/grn_type.html 549share/doc/groonga/ja/html/reference/api/grn_type.html
948share/doc/groonga/ja/html/reference/api/grn_user_data.html 550share/doc/groonga/ja/html/reference/api/grn_user_data.html
949share/doc/groonga/ja/html/reference/api/overview.html 551share/doc/groonga/ja/html/reference/api/overview.html
950share/doc/groonga/ja/html/reference/api/plugin.html 552share/doc/groonga/ja/html/reference/api/plugin.html
951share/doc/groonga/ja/html/reference/cast.html 553share/doc/groonga/ja/html/reference/cast.html
952share/doc/groonga/ja/html/reference/column.html 554share/doc/groonga/ja/html/reference/column.html
@@ -967,143 +569,182 @@ share/doc/groonga/ja/html/reference/comm @@ -967,143 +569,182 @@ share/doc/groonga/ja/html/reference/comm
967share/doc/groonga/ja/html/reference/commands/column_copy.html 569share/doc/groonga/ja/html/reference/commands/column_copy.html
968share/doc/groonga/ja/html/reference/commands/column_create.html 570share/doc/groonga/ja/html/reference/commands/column_create.html
969share/doc/groonga/ja/html/reference/commands/column_list.html 571share/doc/groonga/ja/html/reference/commands/column_list.html
970share/doc/groonga/ja/html/reference/commands/column_remove.html 572share/doc/groonga/ja/html/reference/commands/column_remove.html
971share/doc/groonga/ja/html/reference/commands/column_rename.html 573share/doc/groonga/ja/html/reference/commands/column_rename.html
972share/doc/groonga/ja/html/reference/commands/config_delete.html 574share/doc/groonga/ja/html/reference/commands/config_delete.html
973share/doc/groonga/ja/html/reference/commands/config_get.html 575share/doc/groonga/ja/html/reference/commands/config_get.html
974share/doc/groonga/ja/html/reference/commands/config_set.html 576share/doc/groonga/ja/html/reference/commands/config_set.html
975share/doc/groonga/ja/html/reference/commands/database_unmap.html 577share/doc/groonga/ja/html/reference/commands/database_unmap.html
976share/doc/groonga/ja/html/reference/commands/define_selector.html 578share/doc/groonga/ja/html/reference/commands/define_selector.html
977share/doc/groonga/ja/html/reference/commands/defrag.html 579share/doc/groonga/ja/html/reference/commands/defrag.html
978share/doc/groonga/ja/html/reference/commands/delete.html 580share/doc/groonga/ja/html/reference/commands/delete.html
979share/doc/groonga/ja/html/reference/commands/dump.html 581share/doc/groonga/ja/html/reference/commands/dump.html
 582share/doc/groonga/ja/html/reference/commands/index_column_diff.html
980share/doc/groonga/ja/html/reference/commands/io_flush.html 583share/doc/groonga/ja/html/reference/commands/io_flush.html
981share/doc/groonga/ja/html/reference/commands/load.html 584share/doc/groonga/ja/html/reference/commands/load.html
982share/doc/groonga/ja/html/reference/commands/lock_acquire.html 585share/doc/groonga/ja/html/reference/commands/lock_acquire.html
983share/doc/groonga/ja/html/reference/commands/lock_clear.html 586share/doc/groonga/ja/html/reference/commands/lock_clear.html
984share/doc/groonga/ja/html/reference/commands/lock_release.html 587share/doc/groonga/ja/html/reference/commands/lock_release.html
985share/doc/groonga/ja/html/reference/commands/log_level.html 588share/doc/groonga/ja/html/reference/commands/log_level.html
986share/doc/groonga/ja/html/reference/commands/log_put.html 589share/doc/groonga/ja/html/reference/commands/log_put.html
987share/doc/groonga/ja/html/reference/commands/log_reopen.html 590share/doc/groonga/ja/html/reference/commands/log_reopen.html
988share/doc/groonga/ja/html/reference/commands/logical_count.html 591share/doc/groonga/ja/html/reference/commands/logical_count.html
989share/doc/groonga/ja/html/reference/commands/logical_parameters.html 592share/doc/groonga/ja/html/reference/commands/logical_parameters.html
990share/doc/groonga/ja/html/reference/commands/logical_range_filter.html 593share/doc/groonga/ja/html/reference/commands/logical_range_filter.html
991share/doc/groonga/ja/html/reference/commands/logical_select.html 594share/doc/groonga/ja/html/reference/commands/logical_select.html
992share/doc/groonga/ja/html/reference/commands/logical_shard_list.html 595share/doc/groonga/ja/html/reference/commands/logical_shard_list.html
993share/doc/groonga/ja/html/reference/commands/logical_table_remove.html 596share/doc/groonga/ja/html/reference/commands/logical_table_remove.html
994share/doc/groonga/ja/html/reference/commands/normalize.html 597share/doc/groonga/ja/html/reference/commands/normalize.html
995share/doc/groonga/ja/html/reference/commands/normalizer_list.html 598share/doc/groonga/ja/html/reference/commands/normalizer_list.html
996share/doc/groonga/ja/html/reference/commands/object_exist.html 599share/doc/groonga/ja/html/reference/commands/object_exist.html
997share/doc/groonga/ja/html/reference/commands/object_inspect.html 600share/doc/groonga/ja/html/reference/commands/object_inspect.html
998share/doc/groonga/ja/html/reference/commands/object_list.html 601share/doc/groonga/ja/html/reference/commands/object_list.html
999share/doc/groonga/ja/html/reference/commands/object_remove.html 602share/doc/groonga/ja/html/reference/commands/object_remove.html
1000share/doc/groonga/ja/html/reference/commands/plugin_register.html 603share/doc/groonga/ja/html/reference/commands/plugin_register.html
1001share/doc/groonga/ja/html/reference/commands/plugin_unregister.html 604share/doc/groonga/ja/html/reference/commands/plugin_unregister.html
1002share/doc/groonga/ja/html/reference/commands/query_expand.html 605share/doc/groonga/ja/html/reference/commands/query_expand.html
1003share/doc/groonga/ja/html/reference/commands/quit.html 606share/doc/groonga/ja/html/reference/commands/quit.html
1004share/doc/groonga/ja/html/reference/commands/range_filter.html 607share/doc/groonga/ja/html/reference/commands/range_filter.html
 608share/doc/groonga/ja/html/reference/commands/reference_acquire.html
 609share/doc/groonga/ja/html/reference/commands/reference_release.html
1005share/doc/groonga/ja/html/reference/commands/register.html 610share/doc/groonga/ja/html/reference/commands/register.html
1006share/doc/groonga/ja/html/reference/commands/reindex.html 611share/doc/groonga/ja/html/reference/commands/reindex.html
1007share/doc/groonga/ja/html/reference/commands/request_cancel.html 612share/doc/groonga/ja/html/reference/commands/request_cancel.html
1008share/doc/groonga/ja/html/reference/commands/ruby_eval.html 613share/doc/groonga/ja/html/reference/commands/ruby_eval.html
1009share/doc/groonga/ja/html/reference/commands/ruby_load.html 
1010share/doc/groonga/ja/html/reference/commands/schema.html 614share/doc/groonga/ja/html/reference/commands/schema.html
1011share/doc/groonga/ja/html/reference/commands/select.html 615share/doc/groonga/ja/html/reference/commands/select.html
1012share/doc/groonga/ja/html/reference/commands/shutdown.html 616share/doc/groonga/ja/html/reference/commands/shutdown.html
1013share/doc/groonga/ja/html/reference/commands/status.html 617share/doc/groonga/ja/html/reference/commands/status.html
1014share/doc/groonga/ja/html/reference/commands/suggest.html 618share/doc/groonga/ja/html/reference/commands/suggest.html
1015share/doc/groonga/ja/html/reference/commands/table_copy.html 619share/doc/groonga/ja/html/reference/commands/table_copy.html
1016share/doc/groonga/ja/html/reference/commands/table_create.html 620share/doc/groonga/ja/html/reference/commands/table_create.html
1017share/doc/groonga/ja/html/reference/commands/table_list.html 621share/doc/groonga/ja/html/reference/commands/table_list.html
1018share/doc/groonga/ja/html/reference/commands/table_remove.html 622share/doc/groonga/ja/html/reference/commands/table_remove.html
1019share/doc/groonga/ja/html/reference/commands/table_rename.html 623share/doc/groonga/ja/html/reference/commands/table_rename.html
1020share/doc/groonga/ja/html/reference/commands/table_tokenize.html 624share/doc/groonga/ja/html/reference/commands/table_tokenize.html
 625share/doc/groonga/ja/html/reference/commands/thread_dump.html
1021share/doc/groonga/ja/html/reference/commands/thread_limit.html 626share/doc/groonga/ja/html/reference/commands/thread_limit.html
1022share/doc/groonga/ja/html/reference/commands/tokenize.html 627share/doc/groonga/ja/html/reference/commands/tokenize.html
1023share/doc/groonga/ja/html/reference/commands/tokenizer_list.html 628share/doc/groonga/ja/html/reference/commands/tokenizer_list.html
1024share/doc/groonga/ja/html/reference/commands/truncate.html 629share/doc/groonga/ja/html/reference/commands/truncate.html
1025share/doc/groonga/ja/html/reference/configuration.html 630share/doc/groonga/ja/html/reference/configuration.html
1026share/doc/groonga/ja/html/reference/executables.html 631share/doc/groonga/ja/html/reference/executables.html
1027share/doc/groonga/ja/html/reference/executables/grndb.html 632share/doc/groonga/ja/html/reference/executables/grndb.html
1028share/doc/groonga/ja/html/reference/executables/grnslap.html 633share/doc/groonga/ja/html/reference/executables/grnslap.html
1029share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html 634share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html
1030share/doc/groonga/ja/html/reference/executables/groonga-httpd.html 635share/doc/groonga/ja/html/reference/executables/groonga-httpd.html
1031share/doc/groonga/ja/html/reference/executables/groonga-server-http.html 636share/doc/groonga/ja/html/reference/executables/groonga-server-http.html
1032share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html 637share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html
1033share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html 638share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html
1034share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html 639share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html
1035share/doc/groonga/ja/html/reference/executables/groonga.html 640share/doc/groonga/ja/html/reference/executables/groonga.html
1036share/doc/groonga/ja/html/reference/function.html 641share/doc/groonga/ja/html/reference/function.html
1037share/doc/groonga/ja/html/reference/functions/between.html 642share/doc/groonga/ja/html/reference/functions/between.html
 643share/doc/groonga/ja/html/reference/functions/cast_loose.html
1038share/doc/groonga/ja/html/reference/functions/edit_distance.html 644share/doc/groonga/ja/html/reference/functions/edit_distance.html
1039share/doc/groonga/ja/html/reference/functions/fuzzy_search.html 645share/doc/groonga/ja/html/reference/functions/fuzzy_search.html
1040share/doc/groonga/ja/html/reference/functions/geo_distance.html 646share/doc/groonga/ja/html/reference/functions/geo_distance.html
1041share/doc/groonga/ja/html/reference/functions/geo_in_circle.html 647share/doc/groonga/ja/html/reference/functions/geo_in_circle.html
1042share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html 648share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html
1043share/doc/groonga/ja/html/reference/functions/highlight_full.html 649share/doc/groonga/ja/html/reference/functions/highlight_full.html
1044share/doc/groonga/ja/html/reference/functions/highlight_html.html 650share/doc/groonga/ja/html/reference/functions/highlight_html.html
1045share/doc/groonga/ja/html/reference/functions/html_untag.html 651share/doc/groonga/ja/html/reference/functions/html_untag.html
1046share/doc/groonga/ja/html/reference/functions/in_records.html 652share/doc/groonga/ja/html/reference/functions/in_records.html
1047share/doc/groonga/ja/html/reference/functions/in_values.html 653share/doc/groonga/ja/html/reference/functions/in_values.html
1048share/doc/groonga/ja/html/reference/functions/math_abs.html 654share/doc/groonga/ja/html/reference/functions/math_abs.html
1049share/doc/groonga/ja/html/reference/functions/now.html 655share/doc/groonga/ja/html/reference/functions/now.html
1050share/doc/groonga/ja/html/reference/functions/number_classify.html 656share/doc/groonga/ja/html/reference/functions/number_classify.html
1051share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html 657share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html
1052share/doc/groonga/ja/html/reference/functions/query.html 658share/doc/groonga/ja/html/reference/functions/query.html
 659share/doc/groonga/ja/html/reference/functions/query_parallel_or.html
1053share/doc/groonga/ja/html/reference/functions/rand.html 660share/doc/groonga/ja/html/reference/functions/rand.html
 661share/doc/groonga/ja/html/reference/functions/snippet.html
1054share/doc/groonga/ja/html/reference/functions/snippet_html.html 662share/doc/groonga/ja/html/reference/functions/snippet_html.html
1055share/doc/groonga/ja/html/reference/functions/string_length.html 663share/doc/groonga/ja/html/reference/functions/string_length.html
 664share/doc/groonga/ja/html/reference/functions/string_slice.html
1056share/doc/groonga/ja/html/reference/functions/string_substring.html 665share/doc/groonga/ja/html/reference/functions/string_substring.html
1057share/doc/groonga/ja/html/reference/functions/sub_filter.html 666share/doc/groonga/ja/html/reference/functions/sub_filter.html
1058share/doc/groonga/ja/html/reference/functions/time_classify_day.html 667share/doc/groonga/ja/html/reference/functions/time_classify_day.html
 668share/doc/groonga/ja/html/reference/functions/time_classify_day_of_week.html
1059share/doc/groonga/ja/html/reference/functions/time_classify_hour.html 669share/doc/groonga/ja/html/reference/functions/time_classify_hour.html
1060share/doc/groonga/ja/html/reference/functions/time_classify_minute.html 670share/doc/groonga/ja/html/reference/functions/time_classify_minute.html
1061share/doc/groonga/ja/html/reference/functions/time_classify_month.html 671share/doc/groonga/ja/html/reference/functions/time_classify_month.html
1062share/doc/groonga/ja/html/reference/functions/time_classify_second.html 672share/doc/groonga/ja/html/reference/functions/time_classify_second.html
1063share/doc/groonga/ja/html/reference/functions/time_classify_week.html 673share/doc/groonga/ja/html/reference/functions/time_classify_week.html
1064share/doc/groonga/ja/html/reference/functions/time_classify_year.html 674share/doc/groonga/ja/html/reference/functions/time_classify_year.html
 675share/doc/groonga/ja/html/reference/functions/vector_find.html
1065share/doc/groonga/ja/html/reference/functions/vector_new.html 676share/doc/groonga/ja/html/reference/functions/vector_new.html
1066share/doc/groonga/ja/html/reference/functions/vector_size.html 677share/doc/groonga/ja/html/reference/functions/vector_size.html
1067share/doc/groonga/ja/html/reference/functions/vector_slice.html 678share/doc/groonga/ja/html/reference/functions/vector_slice.html
1068share/doc/groonga/ja/html/reference/grn_expr.html 679share/doc/groonga/ja/html/reference/grn_expr.html
1069share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html 680share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html
1070share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html 681share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html
1071share/doc/groonga/ja/html/reference/indexing.html 682share/doc/groonga/ja/html/reference/indexing.html
1072share/doc/groonga/ja/html/reference/log.html 683share/doc/groonga/ja/html/reference/log.html
1073share/doc/groonga/ja/html/reference/normalizers.html 684share/doc/groonga/ja/html/reference/normalizers.html
 685share/doc/groonga/ja/html/reference/normalizers/normalizer_auto.html
 686share/doc/groonga/ja/html/reference/normalizers/normalizer_nfkc100.html
 687share/doc/groonga/ja/html/reference/normalizers/normalizer_nfkc121.html
 688share/doc/groonga/ja/html/reference/normalizers/normalizer_nfkc130.html
 689share/doc/groonga/ja/html/reference/normalizers/normalizer_nfkc51.html
 690share/doc/groonga/ja/html/reference/normalizers/normalizer_table.html
1074share/doc/groonga/ja/html/reference/operations.html 691share/doc/groonga/ja/html/reference/operations.html
1075share/doc/groonga/ja/html/reference/operations/geolocation_search.html 692share/doc/groonga/ja/html/reference/operations/geolocation_search.html
1076share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html 693share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html
1077share/doc/groonga/ja/html/reference/output.html 694share/doc/groonga/ja/html/reference/output.html
1078share/doc/groonga/ja/html/reference/query_expanders.html 695share/doc/groonga/ja/html/reference/query_expanders.html
1079share/doc/groonga/ja/html/reference/query_expanders/tsv.html 696share/doc/groonga/ja/html/reference/query_expanders/tsv.html
1080share/doc/groonga/ja/html/reference/regular_expression.html 697share/doc/groonga/ja/html/reference/regular_expression.html
1081share/doc/groonga/ja/html/reference/scorer.html 698share/doc/groonga/ja/html/reference/scorer.html
1082share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html 699share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html
1083share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html 700share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html
1084share/doc/groonga/ja/html/reference/sharding.html 701share/doc/groonga/ja/html/reference/sharding.html
1085share/doc/groonga/ja/html/reference/suggest.html 702share/doc/groonga/ja/html/reference/suggest.html
1086share/doc/groonga/ja/html/reference/suggest/completion.html 703share/doc/groonga/ja/html/reference/suggest/completion.html
1087share/doc/groonga/ja/html/reference/suggest/correction.html 704share/doc/groonga/ja/html/reference/suggest/correction.html
1088share/doc/groonga/ja/html/reference/suggest/introduction.html 705share/doc/groonga/ja/html/reference/suggest/introduction.html
1089share/doc/groonga/ja/html/reference/suggest/suggestion.html 706share/doc/groonga/ja/html/reference/suggest/suggestion.html
1090share/doc/groonga/ja/html/reference/tables.html 707share/doc/groonga/ja/html/reference/tables.html
 708share/doc/groonga/ja/html/reference/token_filter/summary.html
1091share/doc/groonga/ja/html/reference/token_filters.html 709share/doc/groonga/ja/html/reference/token_filters.html
 710share/doc/groonga/ja/html/reference/token_filters/token_filter_nfkc100.html
 711share/doc/groonga/ja/html/reference/token_filters/token_filter_stem.html
 712share/doc/groonga/ja/html/reference/token_filters/token_filter_stop_word.html
 713share/doc/groonga/ja/html/reference/tokenizer/summary.html
1092share/doc/groonga/ja/html/reference/tokenizers.html 714share/doc/groonga/ja/html/reference/tokenizers.html
 715share/doc/groonga/ja/html/reference/tokenizers/token_bigram.html
 716share/doc/groonga/ja/html/reference/tokenizers/token_bigram_ignore_blank.html
 717share/doc/groonga/ja/html/reference/tokenizers/token_bigram_ignore_blank_split_symbol.html
 718share/doc/groonga/ja/html/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.html
 719share/doc/groonga/ja/html/reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.html
 720share/doc/groonga/ja/html/reference/tokenizers/token_bigram_split_symbol.html
 721share/doc/groonga/ja/html/reference/tokenizers/token_bigram_split_symbol_alpha.html
 722share/doc/groonga/ja/html/reference/tokenizers/token_bigram_split_symbol_alpha_digit.html
 723share/doc/groonga/ja/html/reference/tokenizers/token_delimit.html
 724share/doc/groonga/ja/html/reference/tokenizers/token_delimit_null.html
 725share/doc/groonga/ja/html/reference/tokenizers/token_mecab.html
 726share/doc/groonga/ja/html/reference/tokenizers/token_ngram.html
 727share/doc/groonga/ja/html/reference/tokenizers/token_pattern.html
 728share/doc/groonga/ja/html/reference/tokenizers/token_regexp.html
 729share/doc/groonga/ja/html/reference/tokenizers/token_table.html
 730share/doc/groonga/ja/html/reference/tokenizers/token_trigram.html
 731share/doc/groonga/ja/html/reference/tokenizers/token_unigram.html
1093share/doc/groonga/ja/html/reference/tuning.html 732share/doc/groonga/ja/html/reference/tuning.html
1094share/doc/groonga/ja/html/reference/types.html 733share/doc/groonga/ja/html/reference/types.html
1095share/doc/groonga/ja/html/reference/window_function.html 734share/doc/groonga/ja/html/reference/window_function.html
1096share/doc/groonga/ja/html/reference/window_functions/record_number.html 735share/doc/groonga/ja/html/reference/window_functions/record_number.html
 736share/doc/groonga/ja/html/reference/window_functions/window_count.html
 737share/doc/groonga/ja/html/reference/window_functions/window_rank.html
1097share/doc/groonga/ja/html/reference/window_functions/window_record_number.html 738share/doc/groonga/ja/html/reference/window_functions/window_record_number.html
1098share/doc/groonga/ja/html/reference/window_functions/window_sum.html 739share/doc/groonga/ja/html/reference/window_functions/window_sum.html
1099share/doc/groonga/ja/html/search.html 740share/doc/groonga/ja/html/search.html
1100share/doc/groonga/ja/html/searchindex.js 741share/doc/groonga/ja/html/searchindex.js
1101share/doc/groonga/ja/html/server.html 742share/doc/groonga/ja/html/server.html
1102share/doc/groonga/ja/html/server/gqtp.html 743share/doc/groonga/ja/html/server/gqtp.html
1103share/doc/groonga/ja/html/server/http.html 744share/doc/groonga/ja/html/server/http.html
1104share/doc/groonga/ja/html/server/http/comparison.html 745share/doc/groonga/ja/html/server/http/comparison.html
1105share/doc/groonga/ja/html/server/http/groonga-httpd.html 746share/doc/groonga/ja/html/server/http/groonga-httpd.html
1106share/doc/groonga/ja/html/server/http/groonga.html 747share/doc/groonga/ja/html/server/http/groonga.html
1107share/doc/groonga/ja/html/server/memcached.html 748share/doc/groonga/ja/html/server/memcached.html
1108share/doc/groonga/ja/html/server/package.html 749share/doc/groonga/ja/html/server/package.html
1109share/doc/groonga/ja/html/spec.html 750share/doc/groonga/ja/html/spec.html
@@ -1128,26 +769,27 @@ share/doc/groonga/ja/html/tutorial/searc @@ -1128,26 +769,27 @@ share/doc/groonga/ja/html/tutorial/searc
1128share/examples/groonga/groonga.conf 769share/examples/groonga/groonga.conf
1129${PLIST.httpd}share/examples/groonga/httpd/fastcgi.conf 770${PLIST.httpd}share/examples/groonga/httpd/fastcgi.conf
1130${PLIST.httpd}share/examples/groonga/httpd/fastcgi_params 771${PLIST.httpd}share/examples/groonga/httpd/fastcgi_params
1131share/examples/groonga/httpd/groonga-httpd.conf 772share/examples/groonga/httpd/groonga-httpd.conf
1132${PLIST.httpd}share/examples/groonga/httpd/html/50x.html 773${PLIST.httpd}share/examples/groonga/httpd/html/50x.html
1133${PLIST.httpd}share/examples/groonga/httpd/html/index.html 774${PLIST.httpd}share/examples/groonga/httpd/html/index.html
1134${PLIST.httpd}share/examples/groonga/httpd/koi-utf 775${PLIST.httpd}share/examples/groonga/httpd/koi-utf
1135${PLIST.httpd}share/examples/groonga/httpd/koi-win 776${PLIST.httpd}share/examples/groonga/httpd/koi-win
1136${PLIST.httpd}share/examples/groonga/httpd/mime.types 777${PLIST.httpd}share/examples/groonga/httpd/mime.types
1137${PLIST.httpd}share/examples/groonga/httpd/scgi_params 778${PLIST.httpd}share/examples/groonga/httpd/scgi_params
1138${PLIST.httpd}share/examples/groonga/httpd/uwsgi_params 779${PLIST.httpd}share/examples/groonga/httpd/uwsgi_params
1139${PLIST.httpd}share/examples/groonga/httpd/win-utf 780${PLIST.httpd}share/examples/groonga/httpd/win-utf
1140share/examples/groonga/synonyms.tsv 781share/examples/groonga/synonyms.tsv
 782share/groonga/COPYING
1141share/groonga/examples/dictionary/edict/edict-import.sh 783share/groonga/examples/dictionary/edict/edict-import.sh
1142share/groonga/examples/dictionary/edict/edict2grn.rb 784share/groonga/examples/dictionary/edict/edict2grn.rb
1143share/groonga/examples/dictionary/eijiro/eijiro-import.sh 785share/groonga/examples/dictionary/eijiro/eijiro-import.sh
1144share/groonga/examples/dictionary/eijiro/eijiro2grn.rb 786share/groonga/examples/dictionary/eijiro/eijiro2grn.rb
1145share/groonga/examples/dictionary/gene95/gene-import.sh 787share/groonga/examples/dictionary/gene95/gene-import.sh
1146share/groonga/examples/dictionary/gene95/gene2grn.rb 788share/groonga/examples/dictionary/gene95/gene2grn.rb
1147share/groonga/examples/dictionary/html/css/dictionary.css 789share/groonga/examples/dictionary/html/css/dictionary.css
1148share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png 790share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
1149share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png 791share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
1150share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png 792share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
1151share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png 793share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
1152share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png 794share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
1153share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png 795share/groonga/examples/dictionary/html/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
@@ -1156,44 +798,85 @@ share/groonga/examples/dictionary/html/c @@ -1156,44 +798,85 @@ share/groonga/examples/dictionary/html/c
1156share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png 798share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_222222_256x240.png
1157share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png 799share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_2e83ff_256x240.png
1158share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png 800share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_454545_256x240.png
1159share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png 801share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_888888_256x240.png
1160share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png 802share/groonga/examples/dictionary/html/css/smoothness/images/ui-icons_cd0a0a_256x240.png
1161share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css 803share/groonga/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
1162share/groonga/examples/dictionary/html/index.html 804share/groonga/examples/dictionary/html/index.html
1163share/groonga/examples/dictionary/html/js/dictionary.js 805share/groonga/examples/dictionary/html/js/dictionary.js
1164share/groonga/examples/dictionary/html/js/jquery-1.7.2.js 806share/groonga/examples/dictionary/html/js/jquery-1.7.2.js
1165share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js 807share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js
1166share/groonga/examples/dictionary/init-db.sh 808share/groonga/examples/dictionary/init-db.sh
1167share/groonga/examples/dictionary/jmdict/jmdict.rb 809share/groonga/examples/dictionary/jmdict/jmdict.rb
1168share/groonga/examples/dictionary/readme.txt 810share/groonga/examples/dictionary/readme.txt
1169share/groonga/html/admin/css/groonga-admin.css 811share/groonga/groonga-log/README.md
1170share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png 812share/groonga/groonga-log/lgpl-2.1.txt
1171share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png 813share/groonga/html/admin/assets/flot-4.2.1/CHANGELOG.md
1172share/groonga/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png 814share/groonga/html/admin/assets/flot-4.2.1/LICENSE.txt
1173share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png 815share/groonga/html/admin/assets/flot-4.2.1/README.md
1174share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png 816share/groonga/html/admin/assets/flot-4.2.1/source/jquery.canvaswrapper.js
1175share/groonga/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png 817share/groonga/html/admin/assets/flot-4.2.1/source/jquery.colorhelpers.js
1176share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png 818share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.axislabels.js
1177share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png 819share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.browser.js
1178share/groonga/html/admin/css/redmond/images/ui-icons_217bc0_256x240.png 820share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.categories.js
1179share/groonga/html/admin/css/redmond/images/ui-icons_2e83ff_256x240.png 821share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.composeImages.js
1180share/groonga/html/admin/css/redmond/images/ui-icons_469bdd_256x240.png 822share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.crosshair.js
1181share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png 823share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.drawSeries.js
1182share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png 824share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.errorbars.js
1183share/groonga/html/admin/css/redmond/images/ui-icons_d8e7f3_256x240.png 825share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.fillbetween.js
1184share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png 826share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.flatdata.js
1185share/groonga/html/admin/css/redmond/jquery-ui-1.8.18.custom.css 827share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.hover.js
 828share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.image.js
 829share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.js
 830share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.legend.js
 831share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.logaxis.js
 832share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.navigate.js
 833share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.pie.js
 834share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.resize.js
 835share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.saturated.js
 836share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.selection.js
 837share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.stack.js
 838share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.symbol.js
 839share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.threshold.js
 840share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.time.js
 841share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.touch.js
 842share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.touchNavigate.js
 843share/groonga/html/admin/assets/flot-4.2.1/source/jquery.flot.uiConstants.js
 844share/groonga/html/admin/assets/flot-4.2.1/source/jquery.js
 845share/groonga/html/admin/assets/groonga-admin.css
 846share/groonga/html/admin/assets/groonga-admin.ja.js
 847share/groonga/html/admin/assets/groonga-admin.js
 848share/groonga/html/admin/assets/groonga.png
 849share/groonga/html/admin/assets/groonga.svg
 850share/groonga/html/admin/assets/jquery-3.5.1.js
 851share/groonga/html/admin/assets/jquery-ui-1.12.1/AUTHORS.txt
 852share/groonga/html/admin/assets/jquery-ui-1.12.1/LICENSE.txt
 853share/groonga/html/admin/assets/jquery-ui-1.12.1/images/ui-icons_444444_256x240.png
 854share/groonga/html/admin/assets/jquery-ui-1.12.1/images/ui-icons_555555_256x240.png
 855share/groonga/html/admin/assets/jquery-ui-1.12.1/images/ui-icons_777620_256x240.png
 856share/groonga/html/admin/assets/jquery-ui-1.12.1/images/ui-icons_777777_256x240.png
 857share/groonga/html/admin/assets/jquery-ui-1.12.1/images/ui-icons_cc0000_256x240.png
 858share/groonga/html/admin/assets/jquery-ui-1.12.1/images/ui-icons_ffffff_256x240.png
 859share/groonga/html/admin/assets/jquery-ui-1.12.1/jquery-ui.css
 860share/groonga/html/admin/assets/jquery-ui-1.12.1/jquery-ui.js
 861share/groonga/html/admin/assets/jquery-ui-1.12.1/jquery-ui.structure.css
 862share/groonga/html/admin/assets/jquery-ui-1.12.1/jquery-ui.theme.css
 863share/groonga/html/admin/assets/jquery-ui-1.12.1/package.json
 864share/groonga/html/admin/assets/loading.gif
1186share/groonga/html/admin/favicon.ico 865share/groonga/html/admin/favicon.ico
1187share/groonga/html/admin/favicon.png 866share/groonga/html/admin/favicon.png
1188share/groonga/html/admin/favicon.svg 867share/groonga/html/admin/favicon.svg
1189share/groonga/html/admin/images/groonga.png 
1190share/groonga/html/admin/images/groonga.svg 
1191share/groonga/html/admin/images/loading.gif 
1192share/groonga/html/admin/index.html 868share/groonga/html/admin/index.html
1193share/groonga/html/admin/index.ja.html 869share/groonga/html/admin/index.ja.html
1194share/groonga/html/admin/js/groonga-admin.ja.js 870share/groonga/tools/check-index-merge-source-dump.rb
1195share/groonga/html/admin/js/groonga-admin.js 871share/groonga/tools/check-small-index-limit.rb
1196share/groonga/html/admin/js/jquery-1.7.2.js 872share/groonga/tools/copy-related-files.rb
1197share/groonga/html/admin/js/jquery-ui-1.8.18.custom.js 873share/groonga/tools/extract-index-source-from-dump.rb
1198share/groonga/html/admin/js/jquery.flot-0.8.3.js 874share/groonga/tools/generate-long-posting-list-data.rb
1199share/groonga/html/admin/js/jquery.flot.license.txt 875share/groonga/tools/generate-many-segment-data.rb
 876share/groonga/tools/groonga-benchmark-indexing.rb
 877share/groonga/tools/groonga-memory-leak-checker.rb
 878share/groonga/tools/groonga-memory-usage-analyzer.rb
 879share/groonga/tools/groonga-object-list-checker.rb
 880share/groonga/tools/index-column-diff-all.sh
 881share/groonga/tools/object-inspect-all.sh
 882share/groonga/tools/ucd-symbol-list.rb

cvs diff -r1.46 -r1.47 pkgsrc/textproc/groonga/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/groonga/distinfo 2021/10/26 11:21:55 1.46
+++ pkgsrc/textproc/groonga/distinfo 2022/04/24 17:30:35 1.47
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.46 2021/10/26 11:21:55 nia Exp $ 1$NetBSD: distinfo,v 1.47 2022/04/24 17:30:35 tnn Exp $
2 2
3BLAKE2s (groonga-7.0.6.tar.gz) = 44981be2996fcf939c3c1593fb466bc04177ca99fe332793a143c749cf246f9a 3BLAKE2s (groonga-12.0.2.tar.gz) = de77debba7d66dc3767ad46f41e76e1e68b12f73d0e424e03d120c0f8ec45796
4SHA512 (groonga-7.0.6.tar.gz) = 49d00402ba4c1e8a9787f83d8ffe29420befd2a26190d5aaae268d3878103d5ef5173eb8a6cf8f7ac290350f41212307e389871f2638a8901b951e654f2ef8dc 4SHA512 (groonga-12.0.2.tar.gz) = 3c8c57140d318ee2e49dfd04f5714e78495b4147dcbf93fefc2114ef9cfe3bb07c8a30e60500862159601e862d482919029076dde1b082b6a57ee3dd411cb14e
5Size (groonga-7.0.6.tar.gz) = 14558308 bytes 5Size (groonga-12.0.2.tar.gz) = 25111792 bytes