rroonga 7.0.2-x86-mingw32 → 7.1.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/doc/text/news.md +46 -7
- data/ext/groonga/rb-grn-array.c +1 -272
- data/ext/groonga/rb-grn-column-cache.c +240 -0
- data/ext/groonga/rb-grn-column.c +1 -1
- data/ext/groonga/rb-grn-context.c +28 -4
- data/ext/groonga/rb-grn-expression.c +23 -1
- data/ext/groonga/rb-grn-object.c +44 -1
- data/ext/groonga/rb-grn-procedure.c +16 -1
- data/ext/groonga/rb-grn-query-logger.c +55 -6
- data/ext/groonga/rb-grn-table.c +170 -1
- data/ext/groonga/rb-grn-utils.c +21 -2
- data/ext/groonga/rb-grn.h +18 -3
- data/ext/groonga/rb-groonga.c +2 -1
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/2.3/groonga.so +0 -0
- data/lib/2.4/groonga.so +0 -0
- data/lib/2.5/groonga.so +0 -0
- data/lib/groonga.rb +8 -5
- data/lib/groonga/column.rb +0 -5
- data/lib/groonga/database.rb +0 -10
- data/lib/groonga/index-column.rb +0 -10
- data/lib/groonga/query-logger.rb +1 -1
- data/rroonga-build.rb +6 -6
- data/rroonga.gemspec +1 -1
- data/test/groonga-test-utils.rb +5 -8
- data/test/test-array.rb +1 -131
- data/test/test-column-cache.rb +46 -0
- data/test/test-command-select.rb +36 -1
- data/test/test-context.rb +1 -2
- data/test/test-database.rb +16 -2
- data/test/test-logger.rb +13 -1
- data/test/test-procedure.rb +7 -1
- data/test/test-query-logger.rb +12 -1
- data/test/test-table-arrow.rb +193 -0
- data/test/test-table-offset-and-limit.rb +3 -1
- data/vendor/local/bin/cv2pdb.exe +0 -0
- data/vendor/local/bin/generate-pdb.bat +36 -0
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-2.dll +0 -0
- data/vendor/local/bin/libmsgpackc.dll +0 -0
- data/vendor/local/bin/libonigmo-6.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/lz4.exe +0 -0
- data/vendor/local/bin/lz4c.exe +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/pcre-config +1 -1
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
- data/vendor/local/include/groonga/groonga.h +1 -0
- data/vendor/local/include/groonga/groonga.hpp +21 -0
- data/vendor/local/include/groonga/groonga/arrow.h +38 -0
- data/vendor/local/include/groonga/groonga/arrow.hpp +21 -0
- data/vendor/local/include/groonga/groonga/column.h +9 -0
- data/vendor/local/include/groonga/groonga/expr.h +9 -1
- data/vendor/local/include/groonga/groonga/groonga.h +19 -3
- data/vendor/local/include/groonga/groonga/obj.h +3 -0
- data/vendor/local/include/groonga/groonga/operator.h +2 -1
- data/vendor/local/include/groonga/groonga/plugin.h +8 -0
- data/vendor/local/include/groonga/groonga/portability.h +19 -1
- data/vendor/local/include/groonga/groonga/table.h +14 -0
- data/vendor/local/include/groonga/groonga/util.h +3 -0
- data/vendor/local/include/groonga/groonga/window_function.h +2 -0
- data/vendor/local/include/pcre.h +2 -2
- data/vendor/local/include/pcre_stringpiece.h +2 -2
- data/vendor/local/lib/groonga/plugins/functions/index_column.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.la +41 -0
- data/vendor/local/lib/groonga/plugins/functions/math.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.la +41 -0
- data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.la +1 -1
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.la +1 -1
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +1 -1
- data/vendor/local/lib/groonga/plugins/ruby/eval.rb +1 -1
- data/vendor/local/lib/groonga/plugins/sharding.rb +3 -0
- data/vendor/local/lib/groonga/plugins/sharding/dynamic_columns.rb +152 -0
- data/vendor/local/lib/groonga/plugins/sharding/keys_parsable.rb +12 -0
- data/vendor/local/lib/groonga/plugins/sharding/logical_count.rb +149 -106
- data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +11 -3
- data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +80 -6
- data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +43 -206
- data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +15 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +1 -1
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +1 -1
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +1 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +163 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_line_parser.rb +12 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +8 -3
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -0
- data/{lib/groonga/table.rb → vendor/local/lib/groonga/scripts/ruby/groonga-log.rb} +6 -12
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/parser.rb +81 -0
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/statistic.rb +23 -0
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/version.rb +3 -0
- data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +10 -0
- data/vendor/local/lib/groonga/scripts/ruby/labeled_arguments.rb +21 -0
- data/vendor/local/lib/groonga/scripts/ruby/logger/level.rb +8 -2
- data/vendor/local/lib/groonga/scripts/ruby/object.rb +7 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info.rb +3 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +2 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +40 -9
- data/vendor/local/lib/groonga/scripts/ruby/table.rb +12 -2
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +1 -1
- data/vendor/local/lib/liblz4.a +0 -0
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libonigmo.a +0 -0
- data/vendor/local/lib/libonigmo.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +1 -1
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +1 -1
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +47 -19
- data/vendor/local/share/doc/groonga/en/html/_static/comment-bright.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/comment-close.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/comment.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -4
- data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +112 -5
- data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/client.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/community.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/contribution.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/development.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/genindex.html +819 -1560
- data/vendor/local/share/doc/groonga/en/html/index.html +42 -45
- data/vendor/local/share/doc/groonga/en/html/install.html +11 -20
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +92 -28
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/others.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +15 -25
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +18 -29
- data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/news.html +650 -43
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +15 -25
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +12 -22
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +11 -21
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/5.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/6.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +32 -40
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +12 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +35 -37
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +56 -28
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +42 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +583 -107
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +1143 -51
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +166 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +138 -143
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +14 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +95 -65
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +37 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +14 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +11 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +9 -60
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +15 -53
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +9 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +118 -21
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +21 -32
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +17 -27
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -39
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +17 -28
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +44 -55
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +29 -39
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +56 -111
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/reference/functions/math_abs.html +237 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -41
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +37 -50
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +50 -61
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +31 -42
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +36 -47
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_length.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +35 -46
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +29 -40
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +32 -43
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +23 -34
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +22 -37
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +16 -26
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_count.html +152 -0
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +28 -39
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +23 -34
- data/vendor/local/share/doc/groonga/en/html/search.html +9 -12
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/package.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/spec.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +17 -27
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +18 -24
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -31
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/how_to_analyze_error_message.html +188 -0
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -33
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +21 -31
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +174 -22
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -81
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +16 -26
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +47 -19
- data/vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/comment-close.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/comment.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +112 -5
- data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/client.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/community.html +11 -23
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +12 -25
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -42
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/development.html +13 -23
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +19 -38
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +819 -1560
- data/vendor/local/share/doc/groonga/ja/html/index.html +41 -44
- data/vendor/local/share/doc/groonga/ja/html/install.html +11 -20
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +18 -33
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +84 -32
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +15 -28
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -24
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +28 -55
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +12 -23
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +17 -29
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +18 -29
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -35
- data/vendor/local/share/doc/groonga/ja/html/news.html +516 -158
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +15 -25
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +12 -22
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +144 -288
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +36 -72
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +266 -532
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +224 -441
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +258 -516
- data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +282 -562
- data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +213 -426
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +32 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +14 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +12 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +31 -64
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +56 -85
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +29 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +14 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +55 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +45 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +498 -106
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +13 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +1051 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +166 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +33 -63
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +17 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +54 -104
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +183 -233
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +14 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +14 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +136 -147
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +145 -271
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +23 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +28 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -65
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +9 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +22 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +15 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +13 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +113 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +21 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +70 -127
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +17 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +71 -109
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +29 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +46 -102
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +14 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +23 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +16 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/math_abs.html +237 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +30 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +37 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +64 -89
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +31 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +42 -59
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_length.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +38 -52
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +29 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +32 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +23 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +37 -74
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +13 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +29 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +16 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +34 -70
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +22 -46
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +19 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +31 -64
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +42 -77
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +16 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_count.html +153 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +28 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +23 -34
- data/vendor/local/share/doc/groonga/ja/html/search.html +9 -12
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +47 -95
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +26 -54
- data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +50 -93
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +18 -24
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/how_to_analyze_error_message.html +186 -0
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -35
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +12 -25
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +15 -29
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +29 -47
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +177 -28
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +34 -129
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +16 -26
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +18 -33
- data/vendor/local/share/doc/pcre/AUTHORS +3 -3
- data/vendor/local/share/doc/pcre/ChangeLog +94 -0
- data/vendor/local/share/doc/pcre/LICENCE +3 -3
- data/vendor/local/share/doc/pcre/NEWS +12 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +1 -1
- data/vendor/local/share/doc/pcre/html/pcrejit.html +52 -5
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +20 -17
- data/vendor/local/share/doc/pcre/html/pcretest.html +7 -2
- data/vendor/local/share/doc/pcre/pcre.txt +1103 -1055
- data/vendor/local/share/doc/pcre/pcretest.txt +6 -2
- data/vendor/local/share/groonga/groonga-log/README.md +44 -0
- data/vendor/local/share/groonga/groonga-log/lgpl-2.1.txt +502 -0
- data/vendor/local/share/groonga/mruby/LEGAL +4 -0
- data/vendor/local/share/license/cv2pdb/LICENSE +201 -0
- data/vendor/local/share/license/cv2pdb/README +138 -0
- data/vendor/local/share/license/groonga-log/README.md +44 -0
- data/vendor/local/share/license/groonga-log/lgpl-2.1.txt +502 -0
- data/vendor/local/share/license/pcre/LICENCE +3 -3
- data/vendor/local/share/man/man1/pcretest.1 +7 -3
- data/vendor/local/share/man/man3/pcrecompat.3 +1 -1
- data/vendor/local/share/man/man3/pcrejit.3 +48 -6
- data/vendor/local/share/man/man3/pcrepattern.3 +20 -17
- metadata +102 -559
- data/lib/groonga/statistic-measurer.rb +0 -37
- data/test/test-statistic-measurer.rb +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +0 -70
- data/vendor/local/share/doc/groonga/en/html/_sources/client.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +0 -75
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +0 -790
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt +0 -200
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +0 -66
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +0 -106
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +0 -107
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +0 -97
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +0 -66
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +0 -273
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +0 -99
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +0 -92
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +0 -58
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +0 -315
- data/vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +0 -390
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt +0 -52
- data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +0 -623
- data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +0 -539
- data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +0 -689
- data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +0 -1250
- data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +0 -1086
- data/vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +0 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/alias.txt +0 -164
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +0 -114
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +0 -198
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +0 -37
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +0 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +0 -136
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +0 -67
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +0 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +0 -44
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +0 -56
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +0 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +0 -269
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +0 -56
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +0 -219
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +0 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_thread.txt +0 -122
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +0 -29
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/overview.txt +0 -54
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +0 -156
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +0 -34
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/index.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt +0 -40
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/scalar.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt +0 -332
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +0 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt +0 -45
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt +0 -41
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +0 -78
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +0 -117
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +0 -87
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +0 -161
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +0 -60
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_copy.txt +0 -381
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +0 -800
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +0 -209
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +0 -57
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +0 -101
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_delete.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_get.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_set.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/database_unmap.txt +0 -85
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +0 -110
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +0 -122
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +0 -202
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +0 -266
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt +0 -102
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +0 -90
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt +0 -98
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +0 -87
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +0 -65
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +0 -62
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt +0 -171
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +0 -1359
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt +0 -103
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +0 -541
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +0 -155
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_exist.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +0 -899
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +0 -405
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt +0 -140
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +0 -69
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/reindex.txt +0 -142
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/schema.txt +0 -627
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +0 -2776
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +0 -113
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +0 -151
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt +0 -271
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_copy.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +0 -380
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +0 -309
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_rename.txt +0 -90
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/thread_limit.txt +0 -110
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +0 -248
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/configuration.txt +0 -50
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -117
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +0 -68
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +0 -552
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +0 -57
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -473
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +0 -105
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt +0 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +0 -300
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -127
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -105
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +0 -80
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +0 -82
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +0 -254
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -114
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +0 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +0 -137
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt +0 -76
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +0 -112
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +0 -236
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +0 -133
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/regular_expression.txt +0 -436
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorer.txt +0 -218
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/sharding.txt +0 -104
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt +0 -271
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt +0 -132
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +0 -216
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt +0 -517
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +0 -177
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +0 -170
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +0 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +0 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt +0 -48
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/server/memcached.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +0 -209
- data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +0 -13
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +0 -280
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +0 -13
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt +0 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +0 -173
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +0 -130
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +0 -123
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +0 -294
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +0 -12
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +0 -234
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +0 -539
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +0 -58
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +0 -69
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +0 -123
- data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +0 -70
- data/vendor/local/share/doc/groonga/ja/html/_sources/client.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +0 -75
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +0 -790
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt +0 -200
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +0 -66
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +0 -106
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +0 -107
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +0 -97
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +0 -66
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +0 -273
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +0 -99
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +0 -92
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +0 -58
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +0 -315
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +0 -390
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt +0 -52
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +0 -623
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +0 -539
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +0 -689
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +0 -1250
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +0 -1086
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +0 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/alias.txt +0 -164
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +0 -114
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +0 -198
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +0 -37
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +0 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +0 -136
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +0 -67
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +0 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +0 -44
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +0 -56
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +0 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +0 -269
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +0 -56
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +0 -219
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +0 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_thread.txt +0 -122
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +0 -29
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/overview.txt +0 -54
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +0 -156
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +0 -34
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/index.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt +0 -40
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt +0 -332
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +0 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt +0 -45
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt +0 -41
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +0 -78
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +0 -117
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +0 -87
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +0 -161
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +0 -60
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_copy.txt +0 -381
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +0 -800
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +0 -209
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +0 -57
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +0 -101
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_delete.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.txt +0 -85
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +0 -110
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +0 -122
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +0 -202
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +0 -266
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt +0 -102
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +0 -90
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt +0 -98
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +0 -87
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +0 -65
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +0 -62
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt +0 -171
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +0 -1359
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt +0 -103
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +0 -541
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +0 -155
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_exist.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +0 -899
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +0 -405
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt +0 -140
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +0 -69
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt +0 -142
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +0 -71
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +0 -71
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/schema.txt +0 -627
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +0 -2776
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +0 -113
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +0 -151
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt +0 -271
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_copy.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +0 -380
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +0 -309
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_rename.txt +0 -90
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.txt +0 -110
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +0 -248
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/configuration.txt +0 -50
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -117
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +0 -68
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +0 -552
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +0 -57
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -473
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +0 -105
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt +0 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +0 -300
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -127
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -105
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +0 -80
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +0 -82
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +0 -254
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -114
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +0 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +0 -137
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt +0 -76
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +0 -112
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +0 -236
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +0 -133
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/regular_expression.txt +0 -436
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorer.txt +0 -218
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/sharding.txt +0 -104
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt +0 -271
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt +0 -132
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +0 -216
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt +0 -517
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +0 -177
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +0 -170
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +0 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +0 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt +0 -48
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/memcached.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +0 -209
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +0 -13
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +0 -280
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +0 -13
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt +0 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +0 -173
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +0 -130
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +0 -123
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +0 -294
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +0 -12
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +0 -234
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +0 -539
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +0 -58
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +0 -69
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +0 -123
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>7.15.3. window_sum — Groonga v7.0.1-160-gda23e59 documentation</title>
|
11
|
-
|
9
|
+
<title>7.15.4. window_sum — Groonga v7.1.0-73-g6d02cfa documentation</title>
|
12
10
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
11
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
14
|
-
|
15
12
|
<script type="text/javascript">
|
16
13
|
var DOCUMENTATION_OPTIONS = {
|
17
14
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '7.0
|
15
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
19
16
|
COLLAPSE_INDEX: false,
|
20
17
|
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE:
|
18
|
+
HAS_SOURCE: false,
|
19
|
+
SOURCELINK_SUFFIX: '.txt'
|
22
20
|
};
|
23
21
|
</script>
|
24
22
|
<script type="text/javascript" src="../../_static/jquery.js"></script>
|
@@ -27,12 +25,10 @@
|
|
27
25
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
26
|
<link rel="index" title="Index" href="../../genindex.html" />
|
29
27
|
<link rel="search" title="Search" href="../../search.html" />
|
30
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
|
31
|
-
<link rel="up" title="7.15. Window function" href="../window_function.html" />
|
32
28
|
<link rel="next" title="7.16. Operations" href="../operations.html" />
|
33
|
-
<link rel="prev" title="7.15.
|
29
|
+
<link rel="prev" title="7.15.3. window_record_number" href="window_record_number.html" />
|
34
30
|
</head>
|
35
|
-
<body
|
31
|
+
<body>
|
36
32
|
<div class="header">
|
37
33
|
<h1 class="title">
|
38
34
|
<a id="top-link" href="../../index.html">
|
@@ -60,9 +56,9 @@
|
|
60
56
|
<a href="../operations.html" title="7.16. Operations"
|
61
57
|
accesskey="N">next</a> |</li>
|
62
58
|
<li class="right" >
|
63
|
-
<a href="window_record_number.html" title="7.15.
|
59
|
+
<a href="window_record_number.html" title="7.15.3. window_record_number"
|
64
60
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0
|
61
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
66
62
|
<li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li>
|
67
63
|
<li class="nav-item nav-item-2"><a href="../window_function.html" accesskey="U">7.15. Window function</a> »</li>
|
68
64
|
</ul>
|
@@ -74,24 +70,24 @@
|
|
74
70
|
<div class="body" role="main">
|
75
71
|
|
76
72
|
<div class="section" id="window-sum">
|
77
|
-
<h1>7.15.
|
73
|
+
<h1>7.15.4. <code class="docutils literal"><span class="pre">window_sum</span></code><a class="headerlink" href="#window-sum" title="Permalink to this headline">¶</a></h1>
|
78
74
|
<div class="section" id="summary">
|
79
|
-
<h2>7.15.
|
75
|
+
<h2>7.15.4.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
|
80
76
|
<div class="versionadded">
|
81
77
|
<p><span class="versionmodified">New in version 7.0.0.</span></p>
|
82
78
|
</div>
|
83
79
|
</div>
|
84
80
|
<div class="section" id="syntax">
|
85
|
-
<h2>7.15.
|
81
|
+
<h2>7.15.4.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
86
82
|
<div class="highlight-none"><div class="highlight"><pre><span></span>window_sum()
|
87
83
|
</pre></div>
|
88
84
|
</div>
|
89
85
|
</div>
|
90
86
|
<div class="section" id="usage">
|
91
|
-
<h2>7.15.
|
87
|
+
<h2>7.15.4.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
92
88
|
</div>
|
93
89
|
<div class="section" id="return-value">
|
94
|
-
<h2>7.15.
|
90
|
+
<h2>7.15.4.4. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
|
95
91
|
</div>
|
96
92
|
</div>
|
97
93
|
|
@@ -103,28 +99,21 @@
|
|
103
99
|
<div class="sphinxsidebarwrapper">
|
104
100
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
105
101
|
<ul>
|
106
|
-
<li><a class="reference internal" href="#">7.15.
|
107
|
-
<li><a class="reference internal" href="#summary">7.15.
|
108
|
-
<li><a class="reference internal" href="#syntax">7.15.
|
109
|
-
<li><a class="reference internal" href="#usage">7.15.
|
110
|
-
<li><a class="reference internal" href="#return-value">7.15.
|
102
|
+
<li><a class="reference internal" href="#">7.15.4. <code class="docutils literal"><span class="pre">window_sum</span></code></a><ul>
|
103
|
+
<li><a class="reference internal" href="#summary">7.15.4.1. Summary</a></li>
|
104
|
+
<li><a class="reference internal" href="#syntax">7.15.4.2. Syntax</a></li>
|
105
|
+
<li><a class="reference internal" href="#usage">7.15.4.3. Usage</a></li>
|
106
|
+
<li><a class="reference internal" href="#return-value">7.15.4.4. Return value</a></li>
|
111
107
|
</ul>
|
112
108
|
</li>
|
113
109
|
</ul>
|
114
110
|
|
115
111
|
<h4>Previous topic</h4>
|
116
112
|
<p class="topless"><a href="window_record_number.html"
|
117
|
-
title="previous chapter">7.15.
|
113
|
+
title="previous chapter">7.15.3. <code class="docutils literal"><span class="pre">window_record_number</span></code></a></p>
|
118
114
|
<h4>Next topic</h4>
|
119
115
|
<p class="topless"><a href="../operations.html"
|
120
116
|
title="next chapter">7.16. Operations</a></p>
|
121
|
-
<div role="note" aria-label="source link">
|
122
|
-
<h3>This Page</h3>
|
123
|
-
<ul class="this-page-menu">
|
124
|
-
<li><a href="../../_sources/reference/window_functions/window_sum.txt"
|
125
|
-
rel="nofollow">Show Source</a></li>
|
126
|
-
</ul>
|
127
|
-
</div>
|
128
117
|
<div id="searchbox" style="display: none" role="search">
|
129
118
|
<h3>Quick search</h3>
|
130
119
|
<form class="search" action="../../search.html" method="get">
|
@@ -149,15 +138,15 @@
|
|
149
138
|
<a href="../operations.html" title="7.16. Operations"
|
150
139
|
>next</a> |</li>
|
151
140
|
<li class="right" >
|
152
|
-
<a href="window_record_number.html" title="7.15.
|
141
|
+
<a href="window_record_number.html" title="7.15.3. window_record_number"
|
153
142
|
>previous</a> |</li>
|
154
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0
|
143
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
155
144
|
<li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li>
|
156
145
|
<li class="nav-item nav-item-2"><a href="../window_function.html" >7.15. Window function</a> »</li>
|
157
146
|
</ul>
|
158
147
|
</div>
|
159
148
|
<div class="footer" role="contentinfo">
|
160
|
-
© Copyright 2009-
|
149
|
+
© Copyright 2009-2018, Brazil, Inc.
|
161
150
|
</div>
|
162
151
|
</body>
|
163
152
|
</html>
|
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>Search — Groonga v7.0.1-160-gda23e59 documentation</title>
|
11
|
-
|
9
|
+
<title>Search — Groonga v7.1.0-73-g6d02cfa documentation</title>
|
12
10
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
11
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
14
|
-
|
15
12
|
<script type="text/javascript">
|
16
13
|
var DOCUMENTATION_OPTIONS = {
|
17
14
|
URL_ROOT: './',
|
18
|
-
VERSION: '7.0
|
15
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
19
16
|
COLLAPSE_INDEX: false,
|
20
17
|
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE:
|
18
|
+
HAS_SOURCE: false,
|
19
|
+
SOURCELINK_SUFFIX: '.txt'
|
22
20
|
};
|
23
21
|
</script>
|
24
22
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
@@ -28,7 +26,6 @@
|
|
28
26
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
27
|
<link rel="index" title="Index" href="genindex.html" />
|
30
28
|
<link rel="search" title="Search" href="#" />
|
31
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="index.html" />
|
32
29
|
<script type="text/javascript">
|
33
30
|
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
34
31
|
</script>
|
@@ -37,7 +34,7 @@
|
|
37
34
|
|
38
35
|
|
39
36
|
</head>
|
40
|
-
<body
|
37
|
+
<body>
|
41
38
|
<div class="header">
|
42
39
|
<h1 class="title">
|
43
40
|
<a id="top-link" href="index.html">
|
@@ -61,7 +58,7 @@
|
|
61
58
|
<li class="right" style="margin-right: 10px">
|
62
59
|
<a href="genindex.html" title="General Index"
|
63
60
|
accesskey="I">index</a></li>
|
64
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0
|
61
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
65
62
|
</ul>
|
66
63
|
</div>
|
67
64
|
|
@@ -109,11 +106,11 @@
|
|
109
106
|
<li class="right" style="margin-right: 10px">
|
110
107
|
<a href="genindex.html" title="General Index"
|
111
108
|
>index</a></li>
|
112
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0
|
109
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
113
110
|
</ul>
|
114
111
|
</div>
|
115
112
|
<div class="footer" role="contentinfo">
|
116
|
-
© Copyright 2009-
|
113
|
+
© Copyright 2009-2018, Brazil, Inc.
|
117
114
|
</div>
|
118
115
|
</body>
|
119
116
|
</html>
|
@@ -1 +1 @@
|
|
1
|
-
Search.setIndex({envversion:49,filenames:["characteristic","client","community","contribution","contribution/development","contribution/development/build","contribution/development/build/unix_autotools","contribution/development/build/unix_cmake","contribution/development/build/windows_cmake","contribution/development/com","contribution/development/cooperation","contribution/development/query","contribution/development/release","contribution/development/repository","contribution/development/test","contribution/documentation","contribution/documentation/c-api","contribution/documentation/i18n","contribution/documentation/introduction","contribution/report","development","development/travis-ci","index","install","install/centos","install/debian","install/fedora","install/mac_os_x","install/others","install/solaris","install/ubuntu","install/windows","limitations","news","news/0.x","news/1.0.x","news/1.1.x","news/1.2.x","news/1.3.x","news/2.x","news/3.x","news/4.x","news/5.x","news/6.x","news/senna","reference","reference/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_list","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_copy","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_records","reference/functions/in_values","reference/functions/now","reference/functions/number_classify","reference/functions/prefix_rk_search","reference/functions/query","reference/functions/rand","reference/functions/snippet_html","reference/functions/string_length","reference/functions/string_substring","reference/functions/sub_filter","reference/functions/time_classify_day","reference/functions/time_classify_hour","reference/functions/time_classify_minute","reference/functions/time_classify_month","reference/functions/time_classify_second","reference/functions/time_classify_week","reference/functions/time_classify_year","reference/functions/vector_new","reference/functions/vector_size","reference/functions/vector_slice","reference/grn_expr","reference/grn_expr/query_syntax","reference/grn_expr/script_syntax","reference/indexing","reference/log","reference/normalizers","reference/operations","reference/operations/geolocation_search","reference/operations/prefix_rk_search","reference/output","reference/query_expanders","reference/query_expanders/tsv","reference/regular_expression","reference/scorer","reference/scorers/scorer_tf_at_most","reference/scorers/scorer_tf_idf","reference/sharding","reference/suggest","reference/suggest/completion","reference/suggest/correction","reference/suggest/introduction","reference/suggest/suggestion","reference/tables","reference/token_filters","reference/tokenizers","reference/tuning","reference/types","reference/window_function","reference/window_functions/record_number","reference/window_functions/window_record_number","reference/window_functions/window_sum","server","server/gqtp","server/http","server/http/comparison","server/http/groonga","server/http/groonga-httpd","server/memcached","server/package","spec","spec/gqtp","spec/search","troubleshooting","troubleshooting/different_results_with_the_same_keyword","troubleshooting/mmap_cannot_allocate_memory","tutorial","tutorial/data","tutorial/drilldown","tutorial/index","tutorial/introduction","tutorial/lexicon","tutorial/match_columns","tutorial/micro_blog","tutorial/network","tutorial/patricia_trie","tutorial/query_expansion","tutorial/search"],objects:{"":{"--address":[151,4,1,"cmdoption-groonga--address"],"--bind-address":[151,4,1,"cmdoption-groonga--bind-address"],"--cache-base-path":[151,4,1,"cmdoption-groonga--cache-base-path"],"--cache-limit":[151,4,1,"cmdoption-groonga--cache-limit"],"--config-path":[151,4,1,"cmdoption-groonga--config-path"],"--daemon":[157,4,1,"cmdoption-groonga-suggest-learner--daemon"],"--default-match-escalation-threshold":[151,4,1,"cmdoption-groonga--default-match-escalation-threshold"],"--default-request-timeout":[151,4,1,"cmdoption-groonga--default-request-timeout"],"--dir":[152,4,1,"cmdoption-groonga-benchmark--dir"],"--disable-max-fd-check":[156,4,1,"cmdoption-groonga-suggest-httpd--disable-max-fd-check"],"--document-root":[151,4,1,"cmdoption-groonga--document-root"],"--encoding":[151,4,1,"cmdoption-groonga--encoding"],"--ftp":[152,4,1,"cmdoption-groonga-benchmark--ftp"],"--groonga":[152,4,1,"cmdoption-groonga-benchmark--groonga"],"--help":[151,4,1,"cmdoption-groonga--help"],"--host":[152,4,1,"cmdoption-groonga-benchmark--host"],"--log-base-path":[157,4,1,"cmdoption-groonga-suggest-learner--log-base-path"],"--log-level":[157,4,1,"cmdoption-groonga-suggest-learner--log-level"],"--log-output-dir":[152,4,1,"cmdoption-groonga-benchmark--log-output-dir"],"--log-path":[157,4,1,"cmdoption-groonga-suggest-learner--log-path"],"--log-rotate-threshold-size":[151,4,1,"cmdoption-groonga--log-rotate-threshold-size"],"--max-threads":[151,4,1,"cmdoption-groonga--max-threads"],"--n-lines-per-log-file":[156,4,1,"cmdoption-groonga-suggest-httpd--n-lines-per-log-file"],"--n-threads":[156,4,1,"cmdoption-groonga-suggest-httpd--n-threads"],"--pid-path":[151,4,1,"cmdoption-groonga--pid-path"],"--port":[156,4,1,"cmdoption-groonga-suggest-httpd--port"],"--protocol":[152,4,1,"cmdoption-groonga-benchmark--protocol"],"--query-log-path":[151,4,1,"cmdoption-groonga--query-log-path"],"--query-log-rotate-threshold-size":[151,4,1,"cmdoption-groonga--query-log-rotate-threshold-size"],"--receive-endpoint":[157,4,1,"cmdoption-groonga-suggest-learner--receive-endpoint"],"--send-endpoint":[157,4,1,"cmdoption-groonga-suggest-learner--send-endpoint"],"--server-id":[151,4,1,"cmdoption-groonga--server-id"],"-P":[150,4,1,"cmdoption-grnslap-P"],"-a":[151,4,1,"cmdoption-groonga-a"],"-c":[151,4,1,"cmdoption-groonga-c"],"-d":[157,4,1,"cmdoption-groonga-suggest-learner-d"],"-e":[151,4,1,"cmdoption-groonga-e"],"-h":[151,4,1,"cmdoption-groonga-h"],"-i":[152,4,1,"cmdoption-groonga-benchmark-i"],"-l":[157,4,1,"cmdoption-groonga-suggest-learner-l"],"-m":[150,4,1,"cmdoption-grnslap-m"],"-n":[151,4,1,"cmdoption-groonga-n"],"-p":[156,4,1,"cmdoption-groonga-suggest-httpd-p"],"-r":[157,4,1,"cmdoption-groonga-suggest-learner-r"],"-s":[157,4,1,"cmdoption-groonga-suggest-learner-s"],"-t":[156,4,1,"cmdoption-groonga-suggest-httpd-t"],GRN_COLUMN_NAME_ID:[50,0,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[50,0,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[50,0,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[50,0,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[50,0,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[50,0,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[50,0,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[50,0,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[50,0,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[50,0,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[51,0,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[51,0,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[51,0,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[63,0,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[63,0,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[63,0,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[63,0,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[63,0,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[63,0,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[63,0,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[63,0,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[63,0,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[63,0,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[72,0,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[72,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[72,0,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[72,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[72,0,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[72,0,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[72,0,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[72,1,1,"c.GRN_PLUGIN_REGISTER"],command:[151,4,1,"cmdoption-groonga-arg-command"],db:[152,4,1,"cmdoption-groonga-benchmark-arg-db"],dest:[151,4,1,"cmdoption-groonga-arg-dest"],grn_builtin_type:[69,2,1,"c.grn_builtin_type"],grn_cache:[49,2,1,"c.grn_cache"],grn_cache_close:[49,1,1,"c.grn_cache_close"],grn_cache_current_get:[49,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[49,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[49,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[49,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[49,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[50,1,1,"c.grn_column_create"],grn_column_index:[50,1,1,"c.grn_column_index"],grn_column_index_update:[50,1,1,"c.grn_column_index_update"],grn_column_name:[50,1,1,"c.grn_column_name"],grn_column_rename:[50,1,1,"c.grn_column_rename"],grn_column_table:[50,1,1,"c.grn_column_table"],grn_column_truncate:[50,1,1,"c.grn_column_truncate"],grn_command_version:[51,2,1,"c.grn_command_version"],grn_content_type:[52,2,1,"c.grn_content_type"],grn_ctx:[53,2,1,"c.grn_ctx"],grn_ctx_at:[53,1,1,"c.grn_ctx_at"],grn_ctx_close:[53,1,1,"c.grn_ctx_close"],grn_ctx_db:[53,1,1,"c.grn_ctx_db"],grn_ctx_fin:[53,1,1,"c.grn_ctx_fin"],grn_ctx_get:[53,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[53,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[53,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[62,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[53,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[53,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[53,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[53,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[53,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[53,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[62,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[53,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[53,1,1,"c.grn_ctx_use"],grn_db:[54,2,1,"c.grn_db"],grn_db_create:[54,1,1,"c.grn_db_create"],grn_db_create_optarg:[54,2,1,"c.grn_db_create_optarg"],grn_db_open:[54,1,1,"c.grn_db_open"],grn_db_recover:[54,1,1,"c.grn_db_recover"],grn_db_touch:[54,1,1,"c.grn_db_touch"],grn_db_unmap:[54,1,1,"c.grn_db_unmap"],grn_encoding:[55,2,1,"c.grn_encoding"],grn_encoding_parse:[55,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[55,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[56,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[56,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[56,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[56,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[56,1,1,"c.grn_expr_append_const_str"],grn_expr_append_op:[56,1,1,"c.grn_expr_append_op"],grn_expr_close:[56,1,1,"c.grn_expr_close"],grn_expr_compile:[56,1,1,"c.grn_expr_compile"],grn_expr_create:[56,1,1,"c.grn_expr_create"],grn_expr_exec:[56,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[56,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[56,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[56,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[56,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[71,1,1,"c.grn_fin"],grn_geo_cursor_next:[57,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[57,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[57,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[57,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[57,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[51,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[55,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[62,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[48,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[58,2,1,"c.grn_hook_entry"],grn_ii:[59,2,1,"c.grn_ii"],grn_ii_buffer:[59,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[59,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[59,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[59,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[59,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[60,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[60,1,1,"c.grn_index_cursor_open"],grn_info_type:[61,2,1,"c.grn_info_type"],grn_init:[71,1,1,"c.grn_init"],grn_obj:[63,2,1,"c.grn_obj"],grn_obj_add_hook:[58,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[63,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[63,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[63,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[63,1,1,"c.grn_obj_close"],grn_obj_column:[63,1,1,"c.grn_obj_column"],grn_obj_db:[54,1,1,"c.grn_obj_db"],grn_obj_defrag:[63,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[63,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[58,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[63,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[61,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[58,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[61,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[58,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[63,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[63,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[63,1,1,"c.grn_obj_get_values"],grn_obj_id:[63,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[63,1,1,"c.grn_obj_is_builtin"],grn_obj_is_locked:[63,1,1,"c.grn_obj_is_locked"],grn_obj_lock:[63,1,1,"c.grn_obj_lock"],grn_obj_name:[63,1,1,"c.grn_obj_name"],grn_obj_path:[63,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[63,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[63,1,1,"c.grn_obj_reinit"],grn_obj_remove:[63,1,1,"c.grn_obj_remove"],grn_obj_rename:[63,1,1,"c.grn_obj_rename"],grn_obj_search:[65,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[61,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[64,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[61,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[63,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[63,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[63,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[70,1,1,"c.grn_obj_user_data"],grn_plugin_charlen:[72,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[72,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[72,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[72,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[72,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[72,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[72,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[72,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[72,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[72,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[72,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[72,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[72,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[72,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[64,1,1,"c.grn_proc_create"],grn_proc_func:[64,2,1,"c.grn_proc_func"],grn_proc_get_info:[64,1,1,"c.grn_proc_get_info"],grn_proc_type:[64,2,1,"c.grn_proc_type"],grn_search_optarg:[65,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[51,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[55,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[62,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[48,1,1,"c.grn_set_lock_timeout"],grn_table_add:[66,1,1,"c.grn_table_add"],grn_table_at:[66,1,1,"c.grn_table_at"],grn_table_columns:[66,1,1,"c.grn_table_columns"],grn_table_create:[66,1,1,"c.grn_table_create"],grn_table_cursor:[67,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[67,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[67,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[67,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[67,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[67,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[67,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[67,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[67,1,1,"c.grn_table_cursor_table"],grn_table_delete:[66,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[66,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[66,1,1,"c.grn_table_difference"],grn_table_get:[66,1,1,"c.grn_table_get"],grn_table_get_key:[66,1,1,"c.grn_table_get_key"],grn_table_group:[66,1,1,"c.grn_table_group"],grn_table_group_flags:[66,2,1,"c.grn_table_group_flags"],grn_table_group_result:[66,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[66,1,1,"c.grn_table_lcp_search"],grn_table_rename:[66,1,1,"c.grn_table_rename"],grn_table_setoperation:[66,1,1,"c.grn_table_setoperation"],grn_table_size:[66,1,1,"c.grn_table_size"],grn_table_sort:[66,1,1,"c.grn_table_sort"],grn_table_sort_flags:[66,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[66,2,1,"c.grn_table_sort_key"],grn_table_truncate:[66,1,1,"c.grn_table_truncate"],grn_table_update:[66,1,1,"c.grn_table_update"],grn_table_update_by_id:[66,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[68,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[68,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[68,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[68,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[68,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[68,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[69,1,1,"c.grn_type_create"],grn_user_data:[70,2,1,"c.grn_user_data"],script:[152,4,1,"cmdoption-groonga-benchmark-arg-script"]},grn_db_create_optarg:{builtin_type_names:[54,3,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[54,3,1,"c.grn_db_create_optarg.n_builtin_type_names"]}},objnames:{"0":["c","macro","C macro"],"1":["c","function","C function"],"2":["c","type","C type"],"3":["c","member","C member"],"4":["std","option","option"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:option"},terms:{"000x":17,"00z":156,"01t00":156,"0\u306e\u79d2\u8868\u8a18":232,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":58,"0\u30d9\u30fc\u30b9\u3067":[66,67],"0\u30ea\u30ea\u30fc\u30b9":[],"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":151,"0mq":40,"0x0":[38,215,235],"0x01":229,"0x02":229,"0x04":229,"0x08":229,"0x10":229,"0x20":190,"0x7fa0d5d7ed00":84,"0xc7":229,"10000cent":213,"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":215,"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":150,"10041\u756a":151,"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":151,"10043\u756a":151,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":232,"100cent":213,"100x":43,"100x100":163,"100x150":164,"1024r":12,"1073741824\u306e\u6574\u6570\u3067":76,"10m":153,"10t13":[207,208,210],"10t22":208,"10z":191,"128452975x503157902":[235,237,242,245],"128487316x502920929":[237,245],"128515259x503187188":[237,245],"1285858800\u306f2010":232,"128mb":39,"12gb":233,"135960000x":162,"13\u7528rpm\u306e\u63d0\u4f9b":35,"143660000x419009000":162,"145508000x":162,"146249000x":241,"146566000x":[162,241],"146607190x":241,"146710080x":241,"146741340x":241,"146867000x":241,"150x100":164,"152489000x":241,"15min":43,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":87,"16bit":215,"16gb":233,"16gib":214,"175904000x8464000":162,"185428000x":162,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":80,"1\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":67,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":37,"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":80,"1\u3068command":80,"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":67,"1\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u672b\u5c3e\u306b\u633f\u5165\u3055\u308c\u307e\u3059":58,"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":152,"1\u30ea\u30ea\u30fc\u30b9":[],"1\u5358\u8a9e\u6271\u3044":230,"1\u884c\u76ee":152,"1byte":229,"1gb":42,"1st":159,"1tib":[32,138,211],"1usec":43,"1x139":235,"2000\u898f\u683c\u306b\u5f93\u3063\u3066\u5168\u89d2\u30ab\u30bf\u30ab\u30ca\u306b\u5909\u63db\u3057\u305f\u6587\u5b57\u5217\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b\u5024\u3092key\u3068\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"200byte":175,"20km":241,"21th":40,"23t02":191,"24byte":229,"256gib":32,"256kb":233,"256kib":214,"257662232kbyte":152,"29289245605469e":82,"2\u306e\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3063\u305f\u969b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3057\u305f":12,"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":80,"2\u30ea\u30ea\u30fc\u30b9":[],"2\u884c\u76ee":152,"2byte":[85,229],"2nd":133,"2rd":133,"2st":133,"30ac":194,"314e":191,"32bit":[8,40,42,43,215],"32byte":42,"32gib":214,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":230,"3\u30ea\u30ea\u30fc\u30b9":[],"3\u884c\u76ee":152,"3rd":[40,43,133],"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"4091b":[96,147],"4096byte":[42,211],"4097byte":211,"436218z":191,"44001770019531e":198,"45ea3034":193,"4\u30ea\u30ea\u30fc\u30b9":[],"4\u884c\u76ee":152,"4byte":229,"4e86e700":233,"4gib":[32,43,138,211,229],"4kib":[32,42,46,94,95,96,147,211],"4mib":119,"4th":133,"5367431640625e":198,"56058502197266e":198,"56880000x":162,"57f2ff87d45d7f0f525e2216":43,"58043f77614116a2568d529c":43,"59\u74b0\u5883\u306b\u304a\u3044\u3066":37,"5\u30ea\u30ea\u30fc\u30b9":[],"5th":133,"64bit":[8,42,119,215],"64kib":42,"65535byte":42,"6813819x139":[235,245],"6909211x139":245,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"6\u306e\u3068\u304d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f4\u65b0\u3057\u3066pull":12,"6\u30ea\u30ea\u30fc\u30b9":[],"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":14,"6elz":41,"6gib":214,"7\u30ea\u30ea\u30fc\u30b9":[],"80ghz":152,"82pre":44,"8\u306b\u5bfe\u5fdc":35,"8\u30ea\u30ea\u30fc\u30b9":[],"8bit":215,"8byte":[32,229],"93933868408203e":198,"975mbyte":152,"\u3042\u3068\u306f\u30d6\u30e9\u30a6\u30b6\u306b\u3066http":12,"\u3042\u3089\u304b\u3058\u3081groonga\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304a\u304f\u3068\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u5186\u6ed1\u306b\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":12,"\u3042\u308a\u307e\u305b\u3093":[109,125,139],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":163,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[163,164],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":11,"\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u306f\u3058\u3081\u306bdevelop\u6271\u3044\u3068\u3057\u3066\u30ea\u30ea\u30fc\u30b9\u3055\u308c":80,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u304c\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u3046\u3061":80,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306b\u304a\u3044\u3066\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":80,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":80,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":215,"\u3042\u308c\u3053\u308c\u60c5\u5831\u63d0\u4f9b\u3092\u8981\u6c42\u3059\u308b\u3068":10,"\u3044\u304d\u306a\u308aredmine\u3067\u30d0\u30b0\u5831\u544a\u3092\u304a\u9858\u3044\u3059\u308b\u3068":10,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":80,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":11,"\u3044\u307e\u3059":10,"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":35,"\u304a\u3070\u305f\u3055\u3093":34,"\u304a\u3088\u3073":12,"\u304b\u3089\u53d6\u5f97\u3067\u304d\u308b\u305d\u308c\u305e\u308c\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":60,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":151,"\u304bwgs84geopoint":[163,164],"\u304c\u3042\u308a\u307e\u3059":12,"\u304c\u306a\u3044\u5834\u5408":12,"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":35,"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":230,"\u304c\u5fc5\u8981\u3067\u3059":12,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":174,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":163,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":66,"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":66,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":66,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[50,66],"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u304c\u8fd4\u3055\u308c\u307e\u3059":63,"\u3050\u308b\u3093\u304c":[190,191],"\u3050\u308b\u3093\u304c\u592a\u90ce":237,"\u3050\u308b\u3093\u304c\u6b21\u90ce":237,"\u3053\u3046\u3059\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u63d0\u6848\u3092\u3067\u304d\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u3053\u3053\u3067\u306f":232,"\u3053\u3053\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306bruby\u3092\u5229\u7528\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u3092web\u30b5\u30fc\u30d0\u7d4c\u7531\u3067\u53c2\u7167\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":232,"\u3053\u3053\u3067\u307e\u3068\u3081\u305f\u5185\u5bb9\u306b\u3064\u3044\u3066\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u3082\u4f7f\u7528\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u3082":232,"\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u30b5\u30dd\u30fc\u30c8\u306e\u969b\u306b\u6c17\u3092\u3064\u3051\u308b\u3053\u3068\u3092\u307e\u3068\u3081\u307e\u3059":10,"\u3053\u306e\u3068\u304d":230,"\u3053\u306e\u307e\u307e\u3067\u306f\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u8868\u793a\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":232,"\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u306e\u306f\u5168\u6587\u691c\u7d22\u6642\u306b\u8907\u6570\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3089\u3067\u3059":232,"\u3053\u306e\u3088\u3046\u306bn":232,"\u3053\u306e\u3088\u3046\u306btokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u91cd\u307f\u3092\u9ad8\u304f\u3059\u308b\u3053\u3068\u306b\u3088\u308a":232,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":152,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":152,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":152,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":230,"\u3053\u306e\u30b1\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3059\u308b\u306e\u3067":232,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":12,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":151,"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":152,"\u3053\u306e\u30dc\u30bf\u30f3\u3092\u7d4c\u7531\u3059\u308b\u5834\u5408":12,"\u3053\u306e\u4e2d\u3067\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308bgrn_expr\u306e\u3053\u3068\u3092\u7279\u306b\u6761\u4ef6\u5f0f\u3068\u3088\u3073\u307e\u3059":11,"\u3053\u306e\u4f5c\u696d\u306f":12,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":12,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":12,"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egroonga":152,"\u3053\u306e\u4f8b\u306f\u65e5\u672c\u8a9e\u3060\u3063\u305f\u306e\u3067tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u3088\u304b\u3063\u305f\u306e\u3067\u3059\u304c":232,"\u3053\u306e\u5834\u5408":67,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":232,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":232,"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":232,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":232,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":232,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":232,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":232,"\u3053\u306e\u624b\u9806\u306f\u30b9\u30ad\u30c3\u30d7\u3057\u3066\u69cb\u3044\u307e\u305b\u3093":12,"\u3053\u306e\u624b\u9806\u306f\u7701\u7565\u53ef\u80fd\u3067\u3059":12,"\u3053\u306e\u64cd\u4f5c\u306f":66,"\u3053\u306e\u65b9\u6cd5\u3067ppa\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u308b\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"\u3053\u306e\u72b6\u614b\u3067\u3082\u4ee5\u524d\u306f\u30de\u30c3\u30c1\u3057\u306a\u304b\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":232,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":230,"\u3053\u306e\u7d50\u679c\u306f":152,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":230,"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":163,"\u3053\u308c\u304b\u3089groonga\u3092\u4f7f\u3046\u4eba\u3078\u30a2\u30d4\u30fc\u30eb\u3059\u308b\u70b9\u3084\u65e2\u5b58\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u4eba\u304c\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u969b\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u307e\u3059":12,"\u3053\u308c\u3067":12,"\u3053\u308c\u306b\u3088\u308a":12,"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":12,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":12,"\u3053\u308c\u306b\u5bfe\u3057\u3066":230,"\u3053\u308c\u306f":232,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":76,"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":232,"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":11,"\u3053\u308c\u3092\u56de\u907f\u3059\u308b\u306b\u306f":12,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":152,"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":80,"\u3057\u304b\u3057":[215,230,232],"\u3057\u3066\u304a\u304f\u3079\u304d\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":12,"\u3057\u308a\u3054\u307f\u3057\u3066\u3057\u307e\u3046\u304b\u3082\u3057\u308c\u307e\u305b\u3093":10,"\u3059\u3067\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u305f\u3068\u3048\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":230,"\u3059\u3067\u306bgroonga\u306eformula\u306f\u53d6\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u306e\u3067":12,"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":152,"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":80,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":152,"\u3059\u3079\u3066\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u540c\u3058\u540d\u524d\u306e\u95a2\u6570\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u3059\u3079\u3066\u306e\u95a2\u6570\u304c\u30c6\u30b9\u30c8\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u3053\u3068\u3092\u5fc3\u304c\u3051\u3066\u304f\u3060\u3055\u3044":14,"\u3059\u308b\u3068":14,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":35,"\u3059\u308b\u3068\u5927\u4e08\u592b\u3067\u3059":10,"\u3059\u308b\u3068groonga":12,"\u305d\u3053\u3067":232,"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":12,"\u305d\u3053\u306b\u5165\u308b\u60c5\u5831\u304c\u3069\u3093\u306a\u5185\u5bb9\u304b\u3092\u793a\u3059\u540d\u524d\u3092\u51fa\u529b\u3057\u307e\u3059":139,"\u305d\u306e\u305f\u3081":[12,101,152,230,232],"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":12,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":215,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":80,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":12,"\u305d\u306e\u4e2d\u304b\u3089\u5fc5\u8981\u306a\u90e8\u5206\u3092\u9ad8\u901f\u306b\u53d6\u308a\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9c\u8aad\u307f\u66ff\u3048\u3066\u4e0b\u3055\u3044":12,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":152,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":58,"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":232,"\u305d\u306e\u5834\u5408":12,"\u305d\u306e\u5834\u5408\u306b\u306f\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u3054\u3068\u3084\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3054\u3068\u306a\u3069":12,"\u305d\u306e\u5f8c\u4e8c\u4e16\u4ee3\u7d4c\u904e\u3059\u308b\u3068\u305d\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306fdeprecated\u6271\u3044\u3068\u306a\u308a\u307e\u3059":80,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":151,"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":80,"\u305d\u306e\u6642\u70b9\u3067stable\u3067\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":80,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":67,"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":11,"\u305d\u306e\u9650\u3089\u308c\u305f\u30c4\u30a4\u30fc\u30c8\u304b\u3089\u89e3\u6c7a\u65b9\u6cd5\u304c\u898b\u3064\u304b\u308c\u3070\u30e6\u30fc\u30b6\u30fc\u306b\u3068\u3063\u3066\u4f59\u8a08\u306a\u624b\u9593\u304c\u5c11\u306a\u304f\u3066\u6e08\u307f\u307e\u3059":10,"\u305d\u306e\u969b":12,"\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":66,"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":66,"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":63,"\u305d\u308c\u305e\u308c":14,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":151,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":230,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":230,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":11,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u306b\u5bfe\u3057\u3066\u4e8c\u3064\u76ee\u306e\u8981\u7d20\u304c\u4e00\u81f4\u3059\u308b\u305f\u3081\u306emode\u3068\u3057\u3066\u4e0b\u8a18\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u3057\u307e\u3059":230,"\u305d\u308c\u305e\u308c\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5\u3068\u306a\u308b\u6761\u4ef6\u304c\u3042\u308b\u306e\u3067\u63a1\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5341\u5206\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044":232,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":63,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":232,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":230,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":63,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":63,"\u305d\u308c\u306b\u691c\u7d22\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u306b\u3069\u306e\u3088\u3046\u306b\u53cd\u6620\u3059\u308b\u304b\u3092\u6307\u5b9a\u3059\u308b\u6f14\u7b97\u5b50\u3092\u6e21\u3057\u307e\u3059":11,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":150,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":150,"\u305d\u308c\u3089\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u305d\u308c\u3092\u65e7jis":67,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":69,"\u305f\u3060\u3057":[67,76,151,230],"\u305f\u3060\u3057\u8907\u6570\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u4e00\u7dd2\u306b\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044":34,"\u305f\u3068\u3048\u3070":230,"\u305f\u3068\u3048\u3070\u4e0b\u8a18\u306e\u3088\u3046\u306bgroonga\u306e\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u63a8\u79fb\u3057\u307e\u3059":80,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u30671\u4ef6\u3082\u30d2\u30c3\u30c8\u3057\u306a\u3044\u5834\u5408\u3067\u3082\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306a\u3069\u3092\u884c\u3044\u307e\u305b\u3093":232,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":232,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u3042\u308b\u306e\u3067":12,"\u3060\u3068\u539f\u56e0\u306f":10,"\u3064\u307e\u308atest":12,"\u30671\u4ef6\u30d2\u30c3\u30c8\u3057":232,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":11,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":11,"\u3067\u3042\u308c\u3070":152,"\u3067\u3059\u306d":10,"\u3067\u306f\u306a\u304ffree":35,"\u3067\u306f\u307e\u3068\u3081\u3066\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u307e\u3059":12,"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":232,"\u3067\u306f\u6607\u9806":66,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":66,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":53,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":232,"\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f\u30ad\u30fc\u304c\u5e38\u306bgrn_nil\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":151,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":232,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":232,"\u3067\u4e0d\u6b63\u306ajson\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u305d\u308c\u4ee5\u964d\u30b3\u30de\u30f3\u30c9\u3092\u53d7\u3051\u4ed8\u3051\u306a\u304f\u306a\u308b":35,"\u3067\u4f5c\u6210\u3057\u305f":53,"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":151,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":53,"\u3067\u533a\u5207\u308a\u307e\u3059":151,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":76,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":152,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":35,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":67,"\u3067\u78ba\u4fdd\u3057\u305f":53,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":139,"\u3067\u89e3\u653e\u3057\u305f\u5f8c\u306b":53,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":53,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":63,"\u3067\u914d\u5217\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30fc\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b\u3068\u30c6\u30fc\u30d6\u30eb\u304c\u58ca\u308c\u308b":35,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":230,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":230,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":232,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u306710\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u6642\u306b\u5b9f\u884c\u3059\u308b":152,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":152,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":152,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":152,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u3092\u9069\u5b9c\u4fee\u6b63\u3057\u307e\u3059":12,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":230,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":230,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":230,"\u3068\u3044\u3046\u4e8b\u67c4\u3092\u307e\u3068\u3081\u307e\u3057\u305f":10,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":230,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":230,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":230,"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":230,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":230,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":215,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":230,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":230,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":230,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":230,"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":152,"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":12,"\u3068\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059":12,"\u3068\u306a\u308a":232,"\u3068\u308a\u3068\u3093":[190,191],"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":152,"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":232,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":232,"\u3068\u5171\u306b":50,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":63,"\u3068\u540c\u3058\u610f\u5473":151,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":34,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":163,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":12,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":232,"\u3069\u3046\u3057\u3066\u305d\u3046\u3059\u308b\u306e\u304b\u3068\u3044\u3046\u5171\u901a\u8a8d\u8b58\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u3068\u4e00\u8cab\u6027\u306e\u306a\u3044\u30b5\u30dd\u30fc\u30c8\u3068\u306a\u3063\u3066\u3057\u307e":10,"\u3069\u3046\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u306e\u304c":10,"\u3069\u3061\u3089\u3067\u521d\u671f\u5316\u3055\u308c\u305f":53,"\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3092\u8aac\u660e\u3059\u308b\u524d\u306b":230,"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":152,"\u306a\u3069\u306b\u3088\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5b58\u5426\u3092\u5225\u9014\u78ba\u8a8d\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":63,"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":63,"\u306b\u3042\u308b":63,"\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0":67,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":67,"\u306b\u3066\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059":12,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30ea\u30ea\u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u306b\u306a\u308a\u307e\u3059":53,"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":230,"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":87,"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":139,"\u306b\u307e\u3068\u3081\u307e\u3059":12,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":230,"\u306b\u3088\u3063\u3066\u89e3\u653e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":53,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":215,"\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057":12,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":230,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":230,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":232,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":232,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":151,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":152,"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":152,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":151,"\u306b\u8a2d\u5b9a\u3059\u308b":12,"\u306b\u8ffd\u52a0\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":152,"\u306e2\u5358\u8a9e\u6271\u3044":230,"\u306e3\u30d5\u30e9\u30b0\u306f":67,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[65,66,69],"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[66,163,164],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":151,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u306e\u307b\u304b\u306b":215,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059":67,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u3088\u3046\u306b\u5f15\u6570\u306e\u540d\u524d\u3092\u660e\u793a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u4ee3\u308f\u308a\u306b":151,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":151,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u306e\u30ab\u30e9\u30e0":[88,99],"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[35,37],"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":99,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":88,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":35,"\u306e\u4ed5\u69d8\u3092\u8ffd\u52a0":35,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":151,"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":10,"\u306e\u5834\u5408\u306f":10,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":69,"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":35,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":151,"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":64,"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":174,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":174,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":139,"\u306ebase_version\u306e\u66f4\u65b0":12,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":67,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":232,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":35,"\u306exml\u51fa\u529b\u5bfe\u5fdc":35,"\u306f\u306a\u304f":34,"\u306f\u7121\u52b9\u3067\u3042\u308a":67,"\u306f\u7121\u8996\u3055\u308c\u307e\u3059":[66,67],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3067":63,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":232,"\u3072\u308d\u3042\u304d":243,"\u3072\u308d\u3086\u304d":243,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":12,"\u307e\u305f\u305d\u308c\u3089\u306eid\u3092":50,"\u307e\u305f\u306f":152,"\u307e\u305f\u306f\u30bd\u30b1\u30c3\u30c8\u7d4c\u7531\u3067groonga\u30b5\u30fc\u30d0\u306b\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9001\u4fe1\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u884c\u3057\u307e\u3059":[87,88,92,98,99,101,108,109,125,139],"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":151,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":151,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":152,"\u307e\u305f\u306fctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":53,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":152,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_port\u304c\u512a\u5148\u3055\u308c\u307e\u3059":152,"\u307e\u305f\u540c\u6642\u306b":152,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":66,"\u307e\u305fgroonga":152,"\u307e\u3060\u81ea\u5206\u7528\u306b\u6697\u53f7\u5316\u3055\u308c\u305f\u9375\u304c\u7121\u3044\u5834\u5408\u306b\u306f":12,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":80,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":10,"\u307e\u308d\u3086\u304d":243,"\u3080\u308b\u3093\u304c":[190,191],"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":160,"\u3082\u3057\u304f\u306f":[66,67,215],"\u3082\u3057\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u4e2d\u8eab\u306b\u95a2\u308f\u3089\u305a\u52d5\u4f5c\u3092\u7d9a\u3051\u3066\u3057\u307e\u3044":152,"\u3082\u3057\u6307\u5b9a\u3055\u308c\u305fdb\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070\u81ea\u52d5\u7684\u306bdb\u3092\u4f5c\u6210\u3057\u307e\u3059\u304c":152,"\u3082\u3057groonga":152,"\u3082\u3057test":152,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":230,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":80,"\u3084\u308a\u3068\u308a\u3092\u8003\u3048\u306a\u304f\u3066\u826f\u3044\u3067\u3059\u304c":10,"\u3084red":12,"\u3084rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306espec\u30d5\u30a1\u30a4\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u306a\u3069\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"\u3086\u304d\u3072\u308d":243,"\u3088\u3063\u3066":215,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":163,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":152,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u308d\u3086\u304d":243,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":14,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"\u3092\u30b3\u30d4\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":101,"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":215,"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":35,"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":60,"\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u3092\u516c\u958b":35,"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":12,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[152,215,232],"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u6307\u5b9a\u3057":[67,88,99],"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":67,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":67,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":11,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":67,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u95a2\u3059\u308b\u4e0b\u8a18\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":67,"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":67,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":67,"\u3092\u6307\u5b9a\u3057\u3066\u4e0d\u5b89\u5b9a\u7248\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3059":12,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":67,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":66,"\u3092\u6307\u5b9a\u3057\u307e\u3059":[12,50,54,61,63,66,69,151,152],"\u3092\u6307\u5b9a\u3059\u308b\u3068":[50,67],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u898f\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9acolumn\u3068\u306a\u308a\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068domain\u578b\u306e\u5024\u306e\u30d9\u30af\u30bf\u3092\u683c\u7d0d\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u306a\u308a\u307e\u3059":63,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":67,"\u3092\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":14,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":63,"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":163,"\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u3092\u8a08\u7b97\u3059\u308b":34,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":152,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u3092\u8fd4\u3057\u307e\u3059":[58,63,66,67],"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":34,"\u3092\u8ffd\u52a0":[35,37],"\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":64,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":69,"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":12,"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":35,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":150,"\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u3068\u306f":63,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u6e08\u307f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664\u3067\u304d\u308b":12,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[230,232],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u306e\u5834\u5408\u306ftokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306a\u3069\u3082\u5229\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":232,"\u30a2\u30fc\u30ab\u30a4\u30d6\u7b49\u304cpackag":12,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":35,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":35,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":12,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":152,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u308b\u74b0\u5883\u3067\u3042\u308c\u3070groonga\u30b3\u30de\u30f3\u30c9\u306e\u77e5\u8b58\u304c\u306a\u304f\u3066\u3082groonga\u306e\u52d5\u4f5c\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059":152,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u3064\u3044\u305f\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u7d50\u679c\u304c\u304a\u304b\u3057\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":92,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":87,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u305f\u30b8\u30aa\u30b5\u30fc\u30c1\u306e\u4f8b\u3092\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306b\u8ffd\u52a0":37,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":87,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":88,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":12,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":151,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059":151,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":62,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":62,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[88,92,98,108,109],"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[88,92,98,108,109],"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":63,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":35,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f":88,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":88,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":99,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":87,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u69cb\u9020\u4f53\u306e\u5b9f\u4f53\u3092api\u306e\u547c\u3073\u5143\u3067\u78ba\u4fdd\u3059\u308b\u306e\u306b\u5bfe\u3057\u3066":53,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":53,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":152,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":152,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":152,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":34,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":37,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":[],"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u3092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":14,"\u30ab\u30e9\u30e0\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,63],"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":63,"\u30ab\u30e9\u30e0obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":50,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":67,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":67,"\u30ab\u30ec\u30fc":230,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":230,"\u30ab\u30f3\u30b8":172,"\u30ab\u30f3\u30de":101,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":34,"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30ad\u30fc":151,"\u30ad\u30fc\u304c":151,"\u30ad\u30fc\u30ef\u30fc\u30c9":36,"\u30af\u30a8\u30ea\u306e":232,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":232,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[],"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[],"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":11,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":34,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[],"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3082\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306e\u305d\u308c\u305e\u308c\u306b\u5bfe\u5fdc\u3059\u308b\u5f62\u3067\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":151,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9\u306a\u3089\u3070groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u63a5\u7d9a\u3092\u5207\u308a\u307e\u3059":125,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":35,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10043\u756a":151,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30b0\u30eb\u30fc\u30d7\u5316":76,"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":76,"\u30b0\u30eb\u30fc\u30d7\u5316\u51e6\u7406\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e_nsubrecs\u306b\u8a18\u9332\u3055\u308c\u307e\u3059":76,"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":76,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":35,"\u30b3\u30de\u30f3\u30c9\u304cquery\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u3059\u308b\u306e\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":230,"\u30b3\u30de\u30f3\u30c9\u3067\u30ad\u30fc\u304cshorttext\u4ee5\u5916\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3067\u304d\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":35,"\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u304c\u58ca\u308c\u308b\u5834\u5408\u306f\u30a8\u30e9\u30fc":34,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":215,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":215,"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":35,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":35,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":11,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":151,"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":35,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":80,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5\u306fgroonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3068\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u304c\u3042\u308a\u307e\u3059":80,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":80,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u308a":80,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":152,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":12,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u3068set_port\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":152,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":152,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":151,"\u30b3\u30de\u30f3\u30c9\u540d":151,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":151,"\u30b3\u30df\u30c3\u30c8":12,"\u30b3\u30e1\u30f3\u30c8\u884c":152,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":35,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u95a2\u6570\u306b\u6e21\u3055\u308c\u308barg\u3068\u3092\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":87,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":35,"\u30b5\u30dd\u30fc\u30c8\u7bc4\u56f2\u5916\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u3068\u306a\u308a":80,"\u30b5\u30f3\u30d7\u30eb\u5185\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u5b9f\u884c\u5c5e\u6027\u304c\u3064\u304b\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"\u30b5\u30fc\u30d0":151,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":152,"\u30b5\u30fc\u30d0\u304c\u81ea\u52d5\u7684\u306b\u306f\u8d77\u52d5\u3055\u308c\u306a\u3044\u306e\u3082\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u5834\u5408\u3068\u540c\u69d8\u3067\u3059":152,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":151,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30b5\u30fc\u30d0\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u5229\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":152,"\u30b5\u30fc\u30d0\u3092\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308b\u5834\u5408\u3082\u3053\u306e\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5229\u7528\u3055\u308c\u307e\u3059":152,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":151,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u3084\u5b9f\u884c\u901f\u5ea6\u6e2c\u5b9a\u304c\u53ef\u80fd\u3067\u3059":152,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":151,"\u30b7\u30a7\u30eb\u4e0a":152,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":151,"\u30b9\u3092\u9589\u3058\u308b\u3068\u95a2\u9023\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3082\u9589\u3058\u3089\u308c\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":37,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u306f\u7279\u6b8a\u30b3\u30de\u30f3\u30c9\u3092\u57cb\u3081\u8fbc\u3080\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059":152,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":152,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":152,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":152,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":152,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":151,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":151,"\u30b9\u30ec\u30c3\u30c9\u6570":152,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":152,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":152,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":152,"\u30b9\u30fc\u30d7":230,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":230,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":230,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":230,"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":125,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egroonga":152,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":152,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u305d\u308c\u305e\u308c\u306b\u304a\u3044\u3066\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3092\u884c\u3044\u307e\u3059":12,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":14,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":133,"\u30bf\u30b0\u3092\u6253\u3063\u305f\u5f8c\u306bconfigure\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067":12,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":12,"\u30c0\u30e1\u30fc\u30b8":232,"\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u3088\u308a\u8fd4\u3055\u308c\u308b\u5024\u304c\u5909\u308f\u308a\u307e\u3059":87,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":87,"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":87,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":87,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":87,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":37,"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\u3092\u5f37\u5316":35,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u306a\u3044\u90e8\u5206\u306e\u7de8\u96c6\u306f\u614e\u91cd\u306b\u884c\u3063\u3066\u304f\u3060\u3055\u3044":14,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":14,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":14,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":[],"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306f":14,"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[],"\u30c6\u30b9\u30c8\u74b0\u5883\u3067\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":[],"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":232,"\u30c6\u30fc\u30d6\u30eb":88,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":92,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":139,"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":76,"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":139,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":67,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":67,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":139,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u540d":[88,99,139],"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":139,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":215,"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":139,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":98,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":87,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":34,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30ea\u30ea\u30fc\u30b9\u3068\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u30d3\u30eb\u30c9\u3092\u5e73\u884c\u3057\u3066\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":12,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":87,"\u30c7\u30d0\u30c3\u30b0\u7528\u3084\u958b\u767a\u7528\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c6\u30b9\u30c8\u7528\u306b\u516c\u958b\u3059\u308b\u6642\u306f":12,"\u30c7\u30d5\u30a9\u30eb\u30c8":11,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[151,152],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059":80,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ed\u30b0\u95a2\u6570\u3092\u7528\u3044\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":109,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":62,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":62,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":34,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u5909\u66f4\u3057\u307e\u3059":51,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":51,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u5909\u66f4\u3057\u307e\u3059":55,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":55,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":215,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[150,151],"\u30c7\u30fc\u30bf\u306b\u4e0d\u6574\u5408\u304c\u767a\u751f\u3059\u308b\u5834\u5408\u306f\u30c7\u30fc\u30bf\u3092\u524a\u9664\u3057\u306a\u3044\u3088\u3046\u306b\u5909\u66f4":34,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":88,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":99,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":152,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":151,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":101,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092groonga\u306e\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u547c\u3073\u51fa\u3057\u5f62\u5f0f\u3067\u51fa\u529b\u3057\u307e\u3059":101,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":101,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u7ba1\u7406\u3059\u308b\u305f\u3081\u306e\u6c4e\u7528\u7684\u306a\u30da\u30fc\u30b8\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u304c":151,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u4e0a\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u3084\u7d22\u5f15\u306a\u3069\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u53ef\u80fd\u306a\u9650\u308a\u9ad8\u901f\u306b\u6307\u5b9a\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3057\u3088\u3046\u3068\u3057\u307e\u3059":11,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":34,"\u30c7\u30fc\u30bf\u6295\u5165\u5f8c\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u4f5c\u6210\u306b\u5bfe\u5fdc":34,"\u30c7\u30fc\u30e2\u30f3":151,"\u30c7\u30fc\u30e2\u30f3\u306b\u306a\u308b\u3068\u304d\u306f\u6a19\u6e96\u51fa\u529b\u3092\u9589\u3058\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u30c8\u30e2\u3061\u3083\u3093":237,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u57cb\u3081\u8fbc\u307e\u308c\u3066\u3044\u308b\u5b9f\u884c\u7d50\u679c\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u6700\u65b0\u7248\u3068\u5404\u56fd\u8a9e\u7248\u306e\u5185\u5bb9\u3092\u540c\u671f\u3059\u308b\u305f\u3081\u306b":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":35,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u751f\u6210\u6642\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u306b\u53cd\u6620\u3055\u308c\u307e\u3059":12,"\u30cb\u30c3\u30dd\u30f3":[172,197,207],"\u30cb\u30db\u30f3":[172,197,207],"\u30cb\u30db\u30f3\u30b4":207,"\u30cb\u30db\u30f3\u30b8\u30f3":207,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":232,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u6587\u5b57\u81ea\u8eab\u3092\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":151,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":87,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":87,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":87,"\u30d0\u30fc\u30b8\u30e7\u30f3":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":[],"\u30d0\u30fc\u30b8\u30e7\u30f31":[],"\u30d0\u30fc\u30b8\u30e7\u30f3\u4e00\u89a7\u306e\u4e0a\u306b\u3042\u308b":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3067\u306f\u3044\u304f\u3064\u304b\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u304b\u3089\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u306b\u5fc5\u8981\u306a\u79d8\u5bc6\u9375\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u306b\u3064\u3044\u3066\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":35,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":35,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":37,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":12,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":150,"\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u8ffd\u52a0\u3057\u307e\u3059":11,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3057\u30ea\u30ea\u30fc\u30b9\u524d\u306e\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,"\u30d3\u30eb\u30c9\u306b\u6210\u529f\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":12,"\u30d3\u30eb\u30c9\u7d50\u679c\u304c\u30e1\u30fc\u30eb\u3067\u901a\u77e5\u3055\u308c\u307e\u3059":12,"\u30d5\u30a1\u30a4\u30eb":12,"\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3057\u305f\u3089":12,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":37,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":87,"\u30d5\u30e9\u30b0\u3092\u6570\u5024\u3067\u306f\u306a\u304f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":34,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570":99,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3059":99,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u89e3\u6d88\u304c\u5b9f\u884c\u3055\u308c\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":63,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u306a\u3069\u3092\u3082\u3068\u306b":12,"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":35,"\u30d7\u30e9\u30b0\u30a4\u30f3\u767b\u9332api\u306e\u540d\u524d\u3092\u6539\u826f":36,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":14,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":80,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":80,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":151,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":151,"\u30d9\u30af\u30bf\u306e\u5024\u3092":35,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":35,"\u30d9\u30af\u30bf\u306egeopoint\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":34,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":215,"\u30db\u30b9\u30c8\u3067web\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8\u3092\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u3082\u306e":12,"\u30db\u30b9\u30c8\u30de\u30b7\u30f3\u306e\u6027\u80fd\u306b\u8907\u6570\u53f0\u306evm\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3060\u3051\u306e\u4f59\u88d5\u304c\u306a\u3044\u5834\u5408\u306f":12,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":152,"\u30db\u30b9\u30c8\u540d\u3068":152,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[150,151],"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":63,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":92,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":215,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":35,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u306e\u4fee\u6b63":34,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[35,37],"\u30e1\u30fc\u30c8\u30eb":163,"\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u521d\u671f\u5316\u95a2\u6570\u304c\u8907\u6570\u56de\u547c\u3070\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u95a2\u4fc2\u5f0f\u3068\u3057\u3066\u4f7f\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u304cc\u8a00\u8a9e\u3067\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306b\u7d44\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u3078\u5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":[],"\u30e6\u30fc\u30b6\u30fc\u306b\u3042\u307e\u308a\u8ca0\u62c5\u3092\u611f\u3058\u3055\u305b\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u3068\u826f\u3044\u3067\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u306f\u305d\u306e\u3076\u3093\u78ba\u8a8d\u3059\u308b\u4f5c\u696d\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8\u3092\u3057\u305f\u308a\u3057\u3066\u3044\u307e\u3059":10,"\u30e6\u30fc\u30b6\u540d":152,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306bgnupg\u3067\u7f72\u540d\u3092\u884c\u3046\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u306e\u3067\u6f0f\u308c\u306a\u304f\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u305f\u3073\u306bformula\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b\u4f5c\u696d\u3092\u5b9f\u65bd\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb\u3067\u306f":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u306b\u5229\u7528\u3059\u308b\u5834\u5408\u306b\u306f":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u3092\u3057\u305f\u308a":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6295\u7a3f\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":12,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u304claunchpad":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u53cd\u6620\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf\u3084\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306erpm\u306b\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u4e00\u90e8\u3092\u5dee\u3057\u66ff\u3048\u305f\u3044\u5834\u5408":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[],"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332\u3055\u308c\u305f\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u5f8c\u306b\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u5411\u3051\u306e\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306e1\u884c\u76ee\u306b\u8a18\u8f09\u3057\u3066\u3042\u308a\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u65e5":12,"\u30ea\u30ea\u30fc\u30b9\u6642\u3068\u958b\u767a\u6642\u3067\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u5206\u3051\u305a\u306b\u4f5c\u696d\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u304c":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306b\u30d3\u30eb\u30c9\u3059\u308b\u305f\u3081\u306b\u306f\u4ee5\u4e0b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066configure\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30af\u30ea\u30fc\u30f3\u306a\u72b6\u614b\u3067\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bf\u30b0\u3092\u6253\u3064\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30f3\u30af\u306e\u5148\u3067":12,"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":12,"\u30ea\u30f3\u30af\u3092\u8fbf\u308b\u3068":12,"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":76,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":76,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":76,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":76,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":35,"\u30ec\u30b3\u30fc\u30c9\u3092key\u5024\u306e\u6607\u964d\u9806\u3067\u53d6\u308a\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":67,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u8ddd\u96e2":34,"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":37,"\u30ed\u30b0\u306b\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u306e\u79d2\u3088\u308a\u5c0f\u3055\u3044\u5024\u304c\u5e38\u306b0\u306b\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":108,"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":109,"\u30ed\u30b0\u3092":12,"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30ed\u30b0\u30a4\u30f3\u53ef\u80fd\u3067\u3042\u308b\u304b\u306e\u78ba\u8a8d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u884c\u3044\u307e\u3059":12,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":35,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u518d\u8aad\u307f\u8fbc\u307f":109,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":152,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":152,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":109,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":109,"\u30ed\u30b0\u51fa\u529b":108,"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":151,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u8a2d\u5b9a":[],"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":151,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u66f4\u65b0\u3084\u5909\u66f4\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u7b49\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":88,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":151,"\u30ed\u30fc\u30de\u30b8":[172,197],"\u30ed\u30fc\u30de\u5b57":172,"\u30ed\u30fc\u30de\u5b57\u5165\u529b":197,"\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":99,"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059":230,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":50,"\u4e00\u65b9":232,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":63,"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":63,"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":63,"\u4e00\u822c\u7684\u306b\u306f":63,"\u4e00\u884c\u306b\u8907\u6570\u306egroonga":152,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":66,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":12,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":232,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":152,"\u4e0a\u8a18url\u3092\u53c2\u7167\u3059\u308b\u3068\u308f\u304b\u308b\u3088\u3046\u306b\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306eurl\u3068sha1\u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u3092\u66f4\u65b0\u3057\u307e\u3059":12,"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":35,"\u4e0b\u8a18":67,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":87,"\u4e0d\u5b89\u5b9a\u7248\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u524a\u9664\u7528\u306e\u30da\u30fc\u30b8":12,"\u4e0d\u6b63\u306a\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u3068\u304d\u306bdump\u3059\u308b\u3068\u843d\u3061\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u4e0d\u6b63\u306a\u5165\u529b\u5024\u306b\u5bfe\u3057\u3066\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u4e0d\u6b63\u306a\u540d\u524d\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u3082\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":34,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"\u4e0e\u3048":232,"\u4e16\u754c\u6e2c\u5730\u7cfb":215,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[163,164],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":11,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":101,"\u4e3b\u306b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u58ca\u308c\u305f\u5834\u5408\u306a\u3069\u7570\u5e38\u6642\u306e\u554f\u984c\u89e3\u6c7a\u306e\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":87,"\u4e3b\u30ad\u30fc\u304c\u6570\u5024\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3067\u306e\u6bd4\u8f03\u6f14\u7b97\u306b\u5bfe\u5fdc":35,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":215,"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":76,"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":139,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":76,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":174,"\u4e8c":197,"\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u540c\u6642\u306b\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":80,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u4eac\u90fd":[213,230,232],"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":109,"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":80,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066":12,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066\u7f72\u540d\u7528\u306e\u9375\u3092\u6697\u53f7\u5316\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":92,"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":12,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":152,"\u4ee5\u4e0b":152,"\u4ee5\u4e0b\u3067":232,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":11,"\u4ee5\u4e0b\u306bgroonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3092\u884c\u3046\u305f\u3081\u306b\u4e8b\u524d\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":11,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":230,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304a\u3044\u3066\u4e0b\u3055\u3044":12,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":101,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u524d\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":230,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u524d\u306b\u3059\u3067\u306b\u95be\u5024\u304c\u8d8a\u3048\u3066\u3044\u308b\u5834\u5408":232,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":232,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bdocument_version\u3084document_version_full\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bgroonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u5148\u304b\u3089\u306e\u76f8\u5bfe\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306f\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u4e88\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":151,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":[12,14],"\u4ee5\u4e0b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":63,"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":12,"\u4ee5\u964d\u306e\u8aac\u660e\u3067\u306f":12,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":151,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":151,"\u4ee5\u964d\u3092\u7121\u8996":35,"\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u51fa\u529b\u5148\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":151,"\u4efb\u610f\u306edb\u540d":152,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":37,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5c0f\u6570\u8868\u8a18\u304b\u3089\u30df\u30ea\u79d2\u3078\u306e\u5909\u63db\u8aa4\u5dee\u304c\u5927\u304d\u3044\u554f\u984c\u3092\u4fee\u6b63":37,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":152,"\u4f5c\u6210\u3057\u305f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8\u3078\u3068\u6d41\u3057\u307e\u3059":12,"\u4f5c\u6210\u3059\u308bdb\u306e\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u6642\u306b\u6307\u5b9a\u3057\u307e\u3059":54,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":151,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u4f5c\u696d\u30de\u30b7\u30f3\u4e0a\u306bgroonga\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u4f9d\u5b58\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u4e00\u5f0f\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":80,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":53,"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":80,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":80,"\u4f8b":[],"\u4f8b\u3048\u3070":[63,151,152,230,232],"\u4fee\u6b63\u304c\u5fc5\u8981\u306a\u7b87\u6240\u3092\u8abf\u3079\u3066":12,"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":80,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":232,"\u500b\u4eba\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u306f\u306a\u304f":12,"\u500b\u5225\u306b\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u3067\u554f\u984c\u304c\u767a\u751f\u3057\u3066\u3044\u308b\u7b87\u6240\u3092\u5207\u308a\u5206\u3051\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u5024":151,"\u50241":151,"\u50242":151,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":63,"\u5024\u304c\u5b58\u5728\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":151,"\u5024\u306e\u7bc4\u56f2\u306f1":76,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":63,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u7bc4\u56f2\u306e\u958b\u59cb\u4f4d\u7f6e\u3068\u306a\u308b\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[61,63],"\u5065\u4f5c":237,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":11,"\u5165\u529b":88,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":152,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":152,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":98,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":67,"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":232,"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u4ee5\u4e0b\u306eurl\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059":12,"\u5177\u4f53\u7684\u306a\u5909\u66f4\u70b9\u306e\u8a18\u8ff0\u65b9\u6cd5\u306f\u5f8c\u8ff0\u3057\u307e\u3059":12,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u5185\u8a33\u306f":232,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":66,"\u5185\u90e8\u7684\u306a\u5909\u66f4":12,"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":163,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":163,"\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":163,"\u5186\u5468\u4e0a\u306e\u70b9\u306e\u4e00\u3064\u306e\u5ea7\u6a19\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":163,"\u518d\u5ea6po\u30d5\u30a1\u30a4\u30eb\u3068html\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u518d\u73fe\u624b\u9806\u3092ml\u304bredmine\u306b\u5831\u544a\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u518d\u73fe\u7387\u3088\u308a\u3082\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":232,"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":58,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":76,"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":152,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":152,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":152,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":101,"\u5206\u5272":230,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":14,"\u521d\u671f\u5024\u306f10\u3067\u3059":150,"\u521d\u671f\u5316\u3055\u308c\u305f":53,"\u521d\u671f\u5316\u3059\u308b":53,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u521d\u671f\u5316\u6e08\u307f\u306e":54,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5225\u306e\u5f62\u5f0f\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066db_api\u3092\u4f7f\u3063\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u304b\u306f\u30b3\u30de\u30f3\u30c9\u6bce\u306b\u81ea\u7531\u306b\u6c7a\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u5229\u7528\u3067\u304d\u308b\u30d0\u30a4\u30b0\u30e9\u30e0\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u4e00\u89a7\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":232,"\u5229\u7528\u8005\u306f\u56f0\u3063\u305f\u307e\u307e\u3068\u306a\u308b\u306e\u3067":10,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":76,"\u524a\u9664\u3057\u305f\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u304b\u3089id\u9806\u306b\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c":35,"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":35,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u304b\u3089\u306e\u5909\u66f4\u5c65\u6b74\u3092\u53c2\u7167\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":12,"\u524d\u63d0\u6761\u4ef6":[],"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":34,"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":232,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u52c9\u5f37":213,"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":80,"\u52d5\u4f5c\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057":12,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":101,"\u534a\u5f84":163,"\u534a\u5f84\u304b\u3089\u306e\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u305f\u3081\u306b\u5730\u5f62\u3092\u3069\u306e\u3088\u3046\u306b\u8fd1\u4f3c\u3059\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":163,"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":67,"\u5358\u4f4d":[69,163],"\u5358\u72ec\u306e\u5024":50,"\u5358\u7d14\u306a\u8a08\u7b97\u5f0f\u3067\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u305f\u3081\u9ad8\u901f\u3067\u3059\u304c":163,"\u539f\u56e0":[],"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"\u53c2\u8003\u307e\u3067\u306b\u904e\u53bb\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3078\u306e\u30ea\u30f3\u30af\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059":12,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":152,"\u53cc\u65b9\u306b\u3068\u3063\u3066\u5b09\u3057\u304f\u306a\u3044\u72b6\u614b\u306b\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3059":10,"\u53d6\u5f97\u3057\u305f\u3044\u30ab\u30e9\u30e0\u540d\u306eprefix\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":63,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u306e\u89e3\u6d88\u3092\u884c\u3044\u307e\u3059":63,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":63,"\u53f3\u4e0a":34,"\u53f3\u4e0b":34,"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":35,"\u5404\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u5411\u3051\u306e\u30d3\u30eb\u30c9\u304c\u9806\u756a\u306b\u884c\u308f\u308c\u307e\u3059":12,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":152,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":152,"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":11,"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":152,"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":87,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":133,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":76,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":152,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":87,"\u5408\u308f\u305b\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":12,"\u540c\u3058\u3067\u3059":152,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":80,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u3082\u4e00\u7dd2\u306b\u6307\u5b9a\u3059\u308b\u30af\u30a8\u30ea\u306b\u3088\u3063\u3066\u306f\u5168\u6587\u691c\u7d22\u306e\u7d50\u679c\u304c\u7570\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":232,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":80,"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":152,"\u540c\u6642\u306b":9,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":67,"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":37,"\u540d\u524d\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[50,63],"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":63,"\u5426\u5b9a":11,"\u542b\u3081\u306a\u3044\u3082\u306e":12,"\u542b\u3081\u308b\u3082\u306e":12,"\u547c\u51fa\u5074\u3067\u306ftype\u306b\u5fdc\u3058\u3066\u5341\u5206\u306a\u30b5\u30a4\u30ba\u306e\u30d0\u30c3\u30d5\u30a1\u3092\u78ba\u4fdd\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":61,"\u547c\u51fa\u5074\u3067\u6e96\u5099":61,"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[50,63,66],"\u554f\u984c\u3042\u308a":37,"\u554f\u984c\u306fgroonga":152,"\u554f\u984c\u3092\u4fee\u6b63":35,"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":12,"\u56f0\u3063\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u8907\u6570\u56de\u30c4\u30a4\u30fc\u30c8\u3057\u3066\u9650\u3089\u308c\u305f\u306a\u304b\u3067\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u3066\u304f\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":10,"\u56fa\u5b9a\u9577\u30ab\u30e9\u30e0\u306b\u30ab\u30e9\u30e0\u9577\u3088\u308a\u77ed\u3044\u30c7\u30fc\u30bf\u3092\u8a2d\u5b9a\u3059\u308b\u3068\u30b4\u30df\u304c\u6b8b\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u578b":69,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":50,"\u578b\u306e\u30ab\u30e9\u30e0\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":60,"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":66,"\u57fa\u672c\u7684\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u5185\u5bb9\u3092\u305d\u306e\u307e\u307e\u8a18\u8f09\u3057\u307e\u3059":12,"\u5909\u6570\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":64,"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":76,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u5909\u66f4\u5f8c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5909\u66f4\u5f8c\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":66,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":150,"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":66,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":101,"\u5b58\u5728\u3057\u306a\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6539\u5584":34,"\u5b58\u5728\u3057\u306a\u3044\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53c2\u7167\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u5b58\u5728\u3057\u306a\u3051\u308c\u3070":66,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":66,"\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":66,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":232,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":230,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":230,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306b\u9650\u308a":230,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":230,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":230,"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":151,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":76,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":50,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":53,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u3067\u306e\u30af\u30a8\u30ea\u30d1\u30bf\u30f3\u306b\u8fd1\u3044\u30af\u30a8\u30ea\u3092\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":150,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"\u5b9f\u884c\u3059\u308b\u30b3\u30de\u30f3\u30c9\u3068\u305d\u306e\u5f15\u6570\u3092\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":151,"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5b9f\u884c\u3067\u304d\u307e\u3059":12,"\u5b9f\u884c\u306b\u306f\u76f8\u5fdc\u306e\u30b3\u30b9\u30c8\u304c\u304b\u304b\u308b\u306e\u3067\u3042\u307e\u308a\u983b\u7e41\u306b\u547c\u3070\u306a\u3044\u3088\u3046\u306b\u3057\u3066\u4e0b\u3055\u3044":66,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":58,"\u5b9f\u884c\u4f8b":[14,80],"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":11,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":152,"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":232,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":63,"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":66,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[63,66],"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":66,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":66,"\u5bfe\u7b56\u65b9\u6cd51":[],"\u5bfe\u7b56\u65b9\u6cd52":[],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[88,99],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[88,99],"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":150,"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306ekey\u30b5\u30a4\u30ba\u3068\u540c\u3058\u304b\u8d85\u3048\u308b\u5e45\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":67,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,63,66],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":66,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u5bfe\u8c61ctx\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[60,67],"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,54,58,61,63,64,70],"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,63,66,67],"\u5c0f\u6570\u5f62\u5f0f\u306etime\u30ea\u30c6\u30e9\u30eb\u3092\u30ed\u30fc\u30c9\u3059\u308b\u3068\u30df\u30ea\u79d2\u60c5\u5831\u304c\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u5de6\u4e0a":34,"\u5de6\u4e0b":34,"\u5dee\u5206\u3092":152,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":215,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":215,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":163,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":164,"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":80,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":152,"\u5f15\u6570\u3068\u3057\u3066":11,"\u5f15\u6570\u306f\u4ee5\u4e0b\u306e2\u7a2e\u985e\u306e\u65b9\u6cd5\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":151,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":11,"\u5f15\u6570\u540d":151,"\u5f15\u6570\u540d1":151,"\u5f15\u6570\u540d2":151,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":151,"\u5f37":213,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":63,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308bclearlock\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306bdefault":80,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":63,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":63,"\u5f62\u5f0f1":151,"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":151,"\u5f62\u5f0f2":151,"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":151,"\u5f8c\u8ff0\u3057\u307e\u3059\u304c":12,"\u5f8c\u8ff0\u306e\u3059\u3079\u3066\u306e\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306fdb_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u5f8c\u8ff0\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3054\u3068\u306egrntest\u306b\u3088\u308b\u52d5\u4f5c\u78ba\u8a8d\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"\u5f93\u3063\u3066":133,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":11,"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":11,"\u5fa9\u53f7\u3057\u305f\u9375":12,"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":12,"\u5fc5\u8981\u306a\u6642\u4ee5\u5916\u306bmecab\u306e\u8f9e\u66f8\u30c1\u30a7\u30c3\u30af\u3092\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u5fc5\u8981\u306a\u90e8\u5206\u3092groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u554f\u3044\u5408\u308f\u305b\u308b\u305f\u3081\u306e\u30af\u30a8\u30ea\u306e\u8868\u73fe\u3068\u5b9f\u884c\u306b\u95a2\u3057\u3066":11,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":34,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":139,"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":139,"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[88,92,98,108,109],"\u623b\u308a\u5024\u3067\u3042\u308b":60,"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":60,"\u624b\u7d9a\u304d":64,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"\u62c5\u5f53\u8005":12,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":152,"\u62e1\u5f35\u5b50\u306f":152,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":152,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u304c\u8fd4\u3055\u308c\u307e\u3059":80,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u6a19\u6e96\u30a8\u30e9\u30fc\u51fa\u529b\u306b\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057":80,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cdevelop\u3042\u308b\u3044\u306fdeprecated\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f":80,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cstable\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u306a\u3093\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3082\u8868\u793a\u3055\u308c\u305a\u305d\u306e\u307e\u307e\u8d77\u52d5\u3057\u307e\u3059":80,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":80,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":152,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":87,"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":160,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":160,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":35,"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":34,"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":11,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":152,"\u6307\u5b9a\u3059\u308b":54,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":163,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":152,"\u63a5\u7d9a\u3059\u308bgroonga":152,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":152,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":152,"\u63a5\u7d9a\u5148\u30b5\u30fc\u30d0\u304c\u4f7f\u7528\u4e2d\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u63d0\u6848\u3092\u884c\u3046":35,"\u6539\u884c\u6587\u5b57\u306f":151,"\u6570\u5024":230,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":34,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":163,"\u6570\u5b57":152,"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":232,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":232,"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":160,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":151,"\u65b0\u3057\u3044\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4efb\u547d\u3055\u308c\u305f\u3070\u304b\u308a\u3067":12,"\u65b0\u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":63,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,63],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u6307\u5b9a\u3057\u307e\u3059":66,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u65b0\u3057\u304f\u958b\u767a\u306b\u52a0\u308f\u308b\u4eba\u3068\u3082\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":10,"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":109,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":54,"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":66,"\u65b0\u4efb\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u5fc5\u305a":12,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u306e\u307f\u884c\u3044\u307e\u3059":12,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u7f72\u540d\u3059\u308b\u9375\u306b\u5909\u66f4\u304c\u3042\u3063\u305f\u5834\u5408\u306a\u3069\u306b\u884c\u3044\u307e\u3059":12,"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":163,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":152,"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":109,"\u65e2\u5b58\u306edb\u3092\u958b\u304d\u307e\u3059":54,"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":66,"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":66,"\u65e5":213,"\u65e5\u3005":10,"\u65e5\u672c":[172,197,207,213],"\u65e5\u672c\u4eba":207,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[163,164],"\u65e5\u672c\u8a9e":207,"\u65e5\u672c\u8a9e\u306e\u52c9\u5f37":213,"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":12,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":215,"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":35,"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":35,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\u308a\u307e\u3059":80,"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u6700\u521d\u306b\u58f0\u3092\u304b\u3051\u308b\u3068\u304d\u306b\u89e3\u6c7a\u7b56\u30921\u3064\u304b2\u3064\u63d0\u6848\u3067\u304d\u308b\u3068\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u6700\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":[],"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308b":34,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u6700\u5f8c\u306b":232,"\u6700\u5f8c\u306bgrntest\u306b\u3088\u308b\u5b9f\u884c\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u307e\u3068\u3081\u3066\u8868\u793a\u3055\u308c\u307e\u3059":12,"\u6700\u5f8c\u306e":152,"\u6700\u7d42\u66f4\u65b0\u6642\u523b\u306f\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u6709\u52b9\u304b\u3069\u3046\u304b\u306e\u5224\u65ad\u306a\u3069\u306b\u5229\u7528\u3055\u308c\u307e\u3059":54,"\u672a\u6765\u306e\u65e5\u4ed8":12,"\u672c":213,"\u672c\u8a9e":213,"\u6761\u4ef6\u306e\u9806\u5e8f\u3092\u5909\u3048\u308b\u3068\u691c\u7d22\u7d50\u679c\u304c\u5909\u308f\u308b\u3068\u3044\u3046\u72b6\u6cc1\u304c\u767a\u751f\u3057\u307e\u3059":232,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":11,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":11,"\u6771\u4eac":[213,230,232],"\u6771\u4eac\u90fd":[213,230,232],"\u6771\u4eac\u90fd\u6c11":[230,232],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":232,"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":66,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u68ee\u7530":237,"\u691c\u7d22":[],"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":11,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d":53,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":[],"\u691c\u7d22\u306e\u6319\u52d5":[],"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":230,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":232,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":62,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":62,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":230,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u305f\u7d50\u679c\u5f97\u3089\u308c\u308b\u8a9e\u5f59\u306e\u914d\u5217\u3068\u540c\u4e00\u306e\u914d\u5217\u3092\u542b\u3080\u6587\u66f8\u3092\u691c\u7d22\u3059\u308b\u51e6\u7406\u3092\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3068\u547c\u3093\u3067\u3044\u307e\u3059":230,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":98,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u304f\u308b\u3053\u3068\u3092\u6291\u3048\u3064\u3064\u518d\u73fe\u7387\u3092\u4e0a\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":232,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u73fe\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":232,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u591a\u304f\u306a\u3063\u305f\u5834\u5408\u306f\u6307\u5b9a\u3059\u308b\u5024\u3092\u4f4e\u304f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":232,"\u691c\u7d22\u4f8b1":[],"\u691c\u7d22\u4f8b2":[],"\u691c\u7d22\u4f8b3":[],"\u691c\u7d22\u4f8b4":[],"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":133,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":58,"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":76,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u5bfe\u8c61\u306e":232,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u691c\u7d22\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306b\u52a0\u3048\u307e\u3059":11,"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":230,"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u9069\u7528\u3059\u308bgrn_expr\u3092script\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":133,"\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":215,"\u691c\u7d22\u6761\u4ef6\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3057\u305f\u65b0\u305f\u306a\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":[98,151],"\u691c\u7d22\u7d50\u679c\u3068\u3057\u3066\u751f\u6210\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"\u691c\u7d22\u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":230,"\u691c\u7d22\u7d50\u679c\u306e\u30bd\u30fc\u30c8\u9806\u5e8f\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":133,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u304c\u7a7a\u3067\u306a\u3044\u5834\u5408\u306b\u3060\u3051\u610f\u5473\u3092\u6301\u3061\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u30b9\u30b3\u30a2\u5024\u306e\u66f4\u65b0\u306e\u307f\u3092\u884c\u3044\u307e\u3059":11,"\u691c\u7d22id\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":163,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":163,"\u697d\u3057":[230,232],"\u697d\u3057\u3044billiard":[230,232],"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":53,"\u69cb\u9020\u4f53\u306e\u914d\u5217":64,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":60,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":[],"\u6a19\u6e96":88,"\u6a19\u6e96\u5165\u529b":[87,92,98,99,101,108,109,125,139],"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":151,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e00\u884c\u305a\u3064eof\u306b\u9054\u3059\u308b\u307e\u3067\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u8aad\u307f\u53d6\u308a":151,"\u6b21\u306b":11,"\u6b21\u306bgroonga\u306etest":12,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":80,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":12,"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":12,"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":12,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":80,"\u6bb5\u843d\u60c5\u5831":50,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":[],"\u6c11":230,"\u6c17\u8efd\u306b\u3067\u304d\u306a\u3044\u3053\u3068\u3092\u76f8\u624b\u306b\u8981\u6c42\u3059\u308b\u3068\u840e\u7e2e\u3055\u308c\u3066\u3057\u307e\u3046\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"\u6c38\u7d9a\u7684\u306a":63,"\u6ce8\u610f":66,"\u6df1\u523b":232,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":11,"\u6e2c\u5730\u7cfb":215,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":215,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":11,"\u6f22\u5b57":172,"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":63,"\u7279\u306b\u4f55\u3082\u6307\u5b9a\u3057\u306a\u3044\u3068\u751f\u6210\u3057\u305fhtml\u306b\u57cb\u3081\u8fbc\u307e\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u304c":12,"\u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u6e96\u5099\u3057\u305f\u5185\u90e8api\u3067\u3059":59,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":14,"\u7279\u5b9a\u306e\u30ea\u30ea\u30fc\u30b9":12,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":152,"\u7279\u6b8a\u547d\u4ee4\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4efb\u610f\u306e\u5834\u6240\u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":87,"\u73fe\u5728":109,"\u73fe\u5728\u306f":[150,152],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":152,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":152,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":64,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":170,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":170,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":80,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":163,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u751f\u6210\u3055\u308c\u3066\u3044\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u554f\u984c\u306e\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3067\u304d\u305f\u3089":12,"\u751f\u6210\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3078\u306e\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":87,"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":12,"\u7591\u4f3c\u30ab\u30e9\u30e0":76,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":174,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":164,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":164,"\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":164,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":12,"\u79d2":63,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"\u7a7a\u306e\u5834\u5408":[88,99],"\u7a7a\u767d":151,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":232,"\u7a7a\u767d\u3084":151,"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":87,"\u7bc4\u56f2\u5185\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u6709\u52b9\u3067\u3042\u308b\u3068\u306f\u9650\u308a\u307e\u305b\u3093":63,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":232,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":232,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":34,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":34,"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"\u7d42\u4e86\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":54,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnull\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[87,88,92,98,99,101,108,109,125,139],"\u7d44\u8fbc\u95a2\u6570\u306f":[160,163,164,170,174],"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":215,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u3092\u30df\u30ea\u79d2\u5358\u4f4d\u3067\u8868\u73fe\u3057\u305f\u6574\u6570\u306e\u7d44\u306b\u3088\u308a\u8868\u73fe\u3057\u307e\u3059":215,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":215,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":63,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":152,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":66,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u7d9a\u3044\u3066":232,"\u7de8\u96c6\u3057\u305f\u5185\u5bb9\u3092push\u3059\u308b\u524d\u306b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u306b\u306fjekyll\u304a\u3088\u3073redcloth":12,"\u7de8\u96c6\u8ddd\u96e2":34,"\u7def\u5ea6\u306f":215,"\u7e70\u308a\u8fd4\u3057\u6570":152,"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":152,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":152,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308b\u72b6\u614b\u3067":12,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u7ffb\u8a33\u7d50\u679c\u3092html\u3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":12,"\u811a\u6ce8":[92,163,164],"\u81ea\u5206\u304c\u30c4\u30a4\u30fc\u30c8\u3057\u305f\u5185\u5bb9\u3092\u628a\u63e1\u3057\u3066\u3044\u306a\u3044\u8fd4\u4fe1\u3092\u3055\u308c\u305f\u3089\u666e\u901a\u3044\u3044\u6c17\u306f\u3057\u307e\u305b\u3093":10,"\u81ea\u5206\u306e\u666e\u6bb5\u4f7f\u3044\u306e\u79d8\u5bc6\u9375\u3092\u767b\u9332\u3057\u305f\u4e0a\u3067":12,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":152,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":152,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":152,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":76,"\u826f\u3044\u306e\u304b":10,"\u826f\u3044\u4f8b":10,"\u82b1\u5b50":237,"\u82f1\u8a9e":12,"\u884c":14,"\u884c\u3059\u308b":12,"\u8907\u6570\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u3058\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092\u540c\u6642\u306b\u5b9f\u884c\u3057\u307e\u3059":152,"\u8907\u6570\u306e\u6761\u4ef6\u3092\u518d\u5e30\u7684\u306b\u7d44\u307f\u5408\u308f\u305b\u3066\u3088\u308a\u8907\u96d1\u306a\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u8907\u6570\u4eba\u306b\u3088\u308b\u30b5\u30dd\u30fc\u30c8\u3092groonga\u3067\u884c\u3046\u5834\u5408\u306b":10,"\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f0\u3092\u8fd4\u3057\u307e\u3059":66,"\u89e3\u653e\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":12,"\u8a18\u53f7":[151,232],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":35,"\u8a18\u53f7\u3068\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":232,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":232,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":230,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u8a2d\u5b9a\u3059\u308b\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u5024\u3092\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3057\u307e\u3059":108,"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":151,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":34,"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":34,"\u8a72\u5f53\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u4e00\u5f0f\u3092\u524a\u9664\u3057\u307e\u3059":63,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":67,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":152,"\u8a73\u7d30\u306f":[14,232],"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u8a9e":[87,213],"\u8a9e\u306e":213,"\u8aa4\u3063\u305f\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0\u3067\u30ea\u30ea\u30fc\u30b9\u3057\u3066\u3057\u307e\u3046\u5371\u967a\u304c\u3042\u308a\u307e\u3059":12,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":163,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":163,"\u8ad6\u7406\u548c":11,"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":11,"\u8ad6\u7406\u7a4d":11,"\u8b66\u544a\u3092\u9664\u53bb":35,"\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":80,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":35,"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":163,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":50,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":35,"\u8fd4\u5024\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5b89\u5b9a\u3057\u3066\u3044\u308b\u3068\u3044\u3046\u3053\u3068\u306f\u4fdd\u8a3c\u3055\u308c\u307e\u305b\u3093":87,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":174,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_limit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_offset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_output_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_sortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306ematch_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoutput_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u9014\u4e2d\u3067\u5931\u6557\u3059\u308b\u3053\u3068\u3082\u3042\u308b\u306e\u3067\u9806\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":12,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":151,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":151,"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":12,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":76,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":232,"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":232,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":232,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u3092\u304a\u3055\u3089\u3044\u3057":10,"\u9069\u5408\u7387\u304c\u4e0b\u304c\u308a\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u542b\u307e\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":232,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":230,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":230,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":232,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":232,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":230,"\u90fd":[213,230,232],"\u90fd\u6c11":[230,232],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":54,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":54,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":87,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u9375\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u3060\u3051\u3067\u306f\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u305f\u3081":12,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":99,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":88,"\u958b\u3044\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u304c\u591a\u3059\u304e\u3066accept\u3067\u304d\u306a\u3044\u72b6\u614b\u306e\u8ca0\u8377\u3092\u4f4e\u6e1b":35,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[88,99],"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306b\u3053\u3046\u3059\u308b\u3068\u3044\u3044":10,"\u9593\u9055\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":37,"\u95a2\u4fc2\u5f0f":[],"\u95a2\u4fc2\u5f0f\u306f":11,"\u95a2\u6570":14,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":64,"\u95a2\u6570\u304c\u5f15\u6570\u3092":34,"\u95a2\u6570\u306e\u8ffd\u52a0":34,"\u95a2\u6570\u306f":[11,160,163,164,174],"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":170,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":11,"\u95be\u5024\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":230,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":232,"\u95be\u5024\u3092\u3042\u3052\u308b":[],"\u95be\u5024\u3092\u8d8a\u3048\u308b":232,"\u9759\u7684\u89e3\u6790":[],"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":230,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":230,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[230,232],"\u975e\u4e92\u63db":37,"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":12,"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":151,"\u99c4\u76ee\u306a\u4f8b":10,"\u9ad8\u6a5f\u80fd\u3067\u8907\u96d1\u306a\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u307e\u3067\u3044\u304f\u3064\u304b\u306e\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059":11,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":9,"\uff4d\uff59\uff53\uff51\uff4c":[165,166],"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":76,"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":34,"a\u3092\u6307\u5b9a\u3057\u3066tabl":66,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":151,"akio\u3055\u3093":35,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":35,"akio\u3055\u3093\u304c\u5831\u544a":35,"akio\u3055\u3093\u304c\u63d0\u6848":35,"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":12,"apt\u306e\u5834\u5408":12,"apt\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"aramaki\u3055\u3093":35,"aramaki\u3055\u3093\u304c\u5831\u544a":35,"architectures\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":12,"arg\u306e\u307f\u304c\u6570\u5024\u3067\u4e0e\u3048\u3089\u308c\u305f\u5834\u5408\u306f\u30b9\u30b3\u30a2\u5024\u306e\u4fc2\u6570\u3068\u307f\u306a\u3055\u308c\u307e\u3059":11,"b\u306f\u5fc5\u305aa\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":66,"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408":66,"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":12,"base_version\u306ftar":12,"benchmark\u304bgroonga\u306b\u3042\u308a\u307e\u3059":152,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":152,"benchmark\u304c\u52d5\u4f5c\u3057":152,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":152,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":152,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":152,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":152,"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":152,"benchmark\u306e\u52d5\u4f5c\u65b9\u6cd5":152,"benchmark\u306f":152,"benchmark\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":152,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":152,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":152,"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":152,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":152,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":152,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":152,"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":152,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":152,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":152,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":152,"benchmark\u7528\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u5206\u3067\u4f5c\u6210\u3059\u308b\u3053\u3068\u3082\u65e2\u5b58\u306e\u3082\u306e\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":152,"benchmark\u7d42\u4e86\u5f8c\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u51fa\u529b\u5148\u306f\u306f\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059":152,"bigram\u306e\u5834\u5408\u306f\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":230,"blog_body\u7d22\u5f15":232,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306b\u306f":12,"blogs\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u3092tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u3066\u304b\u3089\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059":232,"bom\u4ed8\u304dutf":35,"boolean":[],"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":14,"break":[37,39,41,42,43,149],"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"buf_size\u306b\u6307\u5b9a\u3055\u308c\u305f\u500b\u6570\u3092\u4e0a\u9650\u3068\u3057\u3066indexbuf\u306b\u8fd4\u3057\u307e\u3059":50,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u3055\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":50,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":63,"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":12,"build\u3092\u7528\u3044\u3066":14,"build\u30b3\u30de\u30f3\u30c9\u4ee5\u5916\u3067\u3082":12,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092":54,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"builtin_type_names\u306b\u306f":54,"byte":[37,39,40,41,42,43,50,53,56,63,64,66,69,72,83,119,120,132,133,175,215,229],"byte\u9577":[50,63,66],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":11,"case":[],"center\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u3092\u4e2d\u5fc3\u3068\u3059\u308b\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":163,"centos\u306e\u5834\u5408":12,"centos_versions\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u7279\u5b9a\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"char":[41,50,53,54,55,56,63,64,66,68,69,72],"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":14,"check\u30b3\u30de\u30f3\u30c9\u306f":87,"class":[],"clearlock\u306f":88,"clone\u3057\u305fweb\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306b\u5bfe\u3057\u3066\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u65b0\u898f\u8ffd\u52a0\u3057\u307e\u3059":12,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":12,"codes\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":12,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":11,"column\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":50,"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":50,"column\u306e\u5024\u304c":11,"column\u306f":50,"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":50,"column_list\u30b3\u30de\u30f3\u30c9":34,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":92,"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":9,"com\u304cedge\u3092\u4f5c\u308b":9,"com\u306f1\u30b9\u30ec\u30c3\u30c9":9,"command_version\u3092\u5909\u66f4\u3057\u307e\u3059":53,"command_version\u3092\u8fd4\u3057\u307e\u3059":53,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":80,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":12,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":35,"config\u30d5\u30a1\u30a4\u30eb\u306e\u4e2d\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":80,"configure\u306e":37,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":12,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":232,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"const":[38,50,53,54,55,56,63,64,66,67,69,72],"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":14,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089name\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":53,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":50,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":63,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":66,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"ctx\u304c\u64cd\u4f5c\u5bfe\u8c61\u3068\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":53,"ctx\u306e\u7ba1\u7406\u3059\u308b\u30e1\u30e2\u30ea\u3092\u89e3\u653e\u3057":53,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":53,"ctx\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":53,"ctx_new\u3068\u3044\u3046queue\u306b":9,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":67,"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":67,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3057\u307e\u3059":60,"cursor\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092value\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":67,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":14,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":14,"cutter\u306b\u542b\u307e\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":14,"cutter\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3066cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u53d6\u5f97\u3057\u307e\u3059":12,"cutter_source_path\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306bcutter\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":36,"db\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3084\u30ab\u30e9\u30e0\u306a\u3069\u3092\u524a\u9664\u3057\u307e\u3059":63,"db\u3068\u306a\u308a\u307e\u3059":54,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":151,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[139,151],"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":139,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":151,"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":66,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":54,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":63,"db\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306fnull\u3092\u8fd4\u3057\u307e\u3059":53,"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":53,"db_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u8907\u96d1\u306a\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"db_api\u306f":11,"db_api\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u90e8\u5206\u306b\u5bfe\u3059\u308b\u5358\u7d14\u306a\u64cd\u4f5c\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":232,"deb\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectures":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":37,"debian\u7cfb":12,"debian\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"debian\u7cfb\u3082\u3057\u304f\u306fr":12,"debug\u3092\u8ffd\u52a0":35,"debug\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3057\u305f\u3068\u304d\u306b\u7d42\u4e86\u6642\u306b\u672a\u958b\u653e\u306e\u30e1\u30e2\u30ea\u304c":35,"default":[],"define_selector\u306f":98,"defrag\u306f":99,"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"delete\u30b3\u30de\u30f3\u30c9":34,"delete\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u305f\u3053\u3068\u306e\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u306f":63,"deprecated\u3060\u3063\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3068\u306a\u308a\u307e\u3059":80,"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":80,"description\u306b":230,"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":80,"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":152,"dist\u3067\u751f\u6210\u3057\u305ftar":12,"dist\u3092\u884c\u3046\u3068version\u304c\u53e4\u3044\u307e\u307e\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":12,"distributions\u306e\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":12,"distributions\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":12,"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":35,"drilldown\u6642\u306b\u53c2\u7167\u5148\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306bsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"dump\u304c\u51fa\u529b\u3059\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f\u76f4\u63a5groonga\u304c\u89e3\u91c8\u3067\u304d\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u3059":101,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":101,"dump\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u5f8c\u304b\u3089\u8aad\u307f\u8fbc\u3081\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u51fa\u529b\u3057\u307e\u3059":101,"dump\u30b3\u30de\u30f3\u30c9":34,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":9,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":9,"edge\u306equeue\u306benqueue\u3055\u308c\u308b":9,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"edge\u306fctx\u3092\u542b\u3080":9,"encoding\u306e\u5024\u304c":37,"examples\u4ee5\u4e0b\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067":12,"export":[18,33,37,40,41,42,43],"expr\u306a\u3069\u306f\u89e3\u653e\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":63,"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":70,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":64,"facebook\u306bgroonga\u30b0\u30eb\u30fc\u30d7\u304c\u3042\u308a\u307e\u3059":12,"false":43,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":35,"fedora\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"fedora\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30eb\u30fc\u30eb\u306b\u5f93\u3046\u3088\u3046\u306b\u6539\u826f":35,"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":35,"files\u3092\u5b9f\u884c\u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":12,"files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":35,"final":[71,72,78,133,153],"flags\u306b":[50,66],"flags\u306b\u306f":66,"float":[],"function":[],"function\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":12,"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":14,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":14,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":35,"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":34,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":35,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":12,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u306e\u306f\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306a\u306e\u3067":12,"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":150,"git\u3067\u306e\u30b3\u30df\u30c3\u30c8\u6642\u30cf\u30c3\u30b7\u30e5\u306e\u4e00\u90e8\u304c\u4f7f\u308f\u308c\u308b\u305f\u3081\u3067\u3059":12,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[],"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":150,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":150,"gqtp\u306e\u5834\u5408":151,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u8a9e\u306e\u30d2\u30c3\u30c8\u6570\u304c\u591a\u3044\u305f\u3081":232,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u9069\u5408\u7387\u306e\u4f4e\u3044\u5834\u5408\u304c\u591a\u3044\u306e\u3067":232,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":232,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3068tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3067\u6319\u52d5\u304c\u5909\u308f\u308a\u307e\u3059":230,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":230,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u518d\u73fe\u7387\u3092\u3042\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":232,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":232,"grn_bool\u578b\u3092\u8ffd\u52a0":35,"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"grn_expr\u3067\u8868\u73fe\u3055\u308c\u305f\u691c\u7d22\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3068\u304d\u306b\u4f7f\u3044\u307e\u3059":11,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":[],"grn_expr\u306b\u3088\u3063\u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":11,"grn_expr\u306f":11,"grn_expr\u306f\u4ee3\u5165\u3084\u95a2\u6570\u547c\u3073\u51fa\u3057\u306e\u3088\u3046\u306a\u69d8\u3005\u306a\u64cd\u4f5c\u3092\u8868\u73fe\u3067\u304d\u307e\u3059\u304c":11,"grn_expr\u3092\u4f7f\u3063\u3066\u69d8\u3005\u306a\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"grn_op_adjust\u306f":11,"grn_op_and\u306f":11,"grn_op_but\u306f":11,"grn_op_or\u306f":11,"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":11,"grnslap\u306f":150,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":35,"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":35,"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30fc\u30b9\u3092\u914d\u7f6e\u3057\u307e\u3059":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3059\u308b":12,"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":12,"grntest\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306fgroonga\u306e\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf\u3068grntest\u306e\u30bd\u30fc\u30b9\u304c\u5fc5\u8981\u3067\u3059":12,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":34,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3084zip\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306fgroonga\u540c\u69d8\u306bgithub\u306b\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u7f6e\u3044\u3066\u3044\u307e\u3059":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":12,"groonga\u306e\u30ab\u30e9\u30e0\u306f":215,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u6642\u70b9\u3067\u306fconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u542b\u307e\u308c\u3066\u304a\u3089\u305a":12,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":76,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":11,"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":14,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":12,"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3059\u308b\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":35,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f":12,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u30ea\u30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":12,"groonga\u306epackag":12,"groonga\u306f":14,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":11,"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[230,232],"groonga\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3057\u305f\u7d50\u679c\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306b\u9650\u308a":232,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":11,"groonga\u3084mysql\u306erpm":12,"groonga\u3092\u4f7f\u3063\u3066\u304f\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066":10,"groonga\u3092\u4f7f\u3063\u3066\u3082\u3089\u3048\u308b\u3088\u3046\u306btwitter\u306e\u30a2\u30ab\u30a6\u30f3\u30c8groonga\u3092\u53d6\u5f97\u3057\u3066":10,"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":152,"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":12,"groonga\u3092\u7c21\u5358\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b":12,"groonga\u3092\u8d77\u52d5\u3059\u308b\u969b\u306e\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306a\u3044\u3057\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb\u306bdefault":80,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u6295\u7a3f\u3067\u304d\u307e\u3059":12,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u306b\u306a\u308b\u3068":12,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":152,"groonga\u30b3\u30de\u30f3\u30c9\u306b":35,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"groonga\u30b3\u30de\u30f3\u30c9\u3092\u901a\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u547d\u4ee4\u3092\u30b3\u30de\u30f3\u30c9\u3068\u547c\u3073\u307e\u3059":151,"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":35,"groonga\u30c1\u30fc\u30e0":12,"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":152,"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5bfe\u3059\u308b\u691c\u7d22\u51e6\u7406\u3084\u66f4\u65b0\u51e6\u7406\u306e\u305f\u3081\u306e\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u305f\u3081\u306e\u30c7\u30fc\u30bf\u69cb\u9020\u3067":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf\u3067\u3059":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u4e00\u7fa4\u306ec\u8a00\u8a9e\u5411\u3051api\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u65b0\u3057\u304f\u306a\u3063\u305f\u3068\u3057\u3066\u3082":80,"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u7f72\u540d\u7528\u306e\u9375\u3092\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306e\u516c\u958b\u9375\u3067\u6697\u53f7\u5316\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u306epackag":12,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":125,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u30ed\u30fc\u30c9\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u4f7f\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":151,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":150,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":151,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u901a\u4fe1\u5c64\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30c4\u30fc\u30eb":150,"groonga\u30d7\u30ed\u30bb\u30b9\u5185\u306e\u6307\u5b9a\u3057\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":87,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":80,"groonga\u5358\u4f53\u3067test":152,"groonga\u53ca\u3073groonga":152,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[87,88,92,98,99,101,108,109,125,139],"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":80,"groonga\u6c4e\u7528\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb\u3067\u3059":152,"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":150,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":152,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u30921\u884c\u306b1\u3064\u305a\u3064\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":152,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":87,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":88,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":92,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":98,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":99,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":101,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_level\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":[],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":108,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":109,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":125,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":139,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":160,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":163,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":164,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":170,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":174,"groonga\u95a2\u9023\u3067\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u306a\u3044\u3068\u306a\u308b\u3068\u958b\u767a\u8005\u306f\u56f0\u3063\u3066\u3044\u308b\u4eba\u3092\u898b\u3064\u3051\u3089\u308c\u306a\u3044\u3057":10,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066autogen":12,"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_dir\u4ee5\u4e0b\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"groonga_org_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":12,"groonga_org_path\u306bgroonga":12,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":36,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":12,"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":12,"gz\u306eversion\u304a\u3088\u3073vers":12,"hat\u7cfb":12,"hat\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"hat\u7cfb\u306e\u5834\u5408\u306b\u306f\u672c\u756a\u74b0\u5883\u3078\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u524d\u306b\u30ed\u30fc\u30ab\u30eb\u306eapt\u306a\u3044\u3057yum\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u6b63\u5e38\u306b\u66f4\u65b0\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"help\u3067\u51fa\u529b\u3055\u308c\u308b":37,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":14,"hiroshi\u3055\u3093":35,"hiroshi\u3055\u3093\u304c\u5831\u544a":35,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":37,"homebrew\u306e\u66f4\u65b0\u306fgroonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u672c\u4f53\u306e\u30ea\u30ea\u30fc\u30b9\u8981\u4ef6\u306b\u306f\u542b\u307e\u308c\u307e\u305b\u3093":12,"homebrew\u3078pul":12,"hook\u306e\u5b9f\u884c\u9806\u4f4d":58,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":58,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":152,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":12,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":151,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":150,"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":35,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"http\u306e\u5834\u5408":151,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":151,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066groonga\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306b\u9759\u7684\u30da\u30fc\u30b8\u3092\u683c\u7d0d\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"http\u7d4c\u7531\u3067\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u6642\u306b\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b":35,"id\u304c\u9023\u7d9a\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u5024\u304c\u6607\u9806\u306b\u683c\u7d0d\u3055\u308c\u305f\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092values\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":63,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":53,"import":[0,12,28,37,39,40,42,49,53,78,79,90,133,138,144,153,190,200,202,203,204,213,223,239],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":50,"index_cursor\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u6307\u5b9a\u3057\u305ftable_cursor\u306e\u73fe\u5728\u306e\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u8fd4\u3057\u307e\u3059":60,"indexbuf\u306e\u30b5\u30a4\u30ba":50,"init\u76f4\u5f8c\u306e\u72b6\u614b":53,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":150,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":152,"installer\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068windows\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"int":[39,42,43,48,49,50,53,54,56,57,58,59,60,62,63,64,66,67,68,69,72,198],"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":152,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":12,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":35,"js\u306a\u3069":12,"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":37,"key\u304c\u8fd1\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408":67,"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"key\u306b\u306f":66,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u3092\u4e00\u3064\u3060\u3051\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u307e\u3059":66,"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":66,"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":66,"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":67,"key\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":66,"key\u3092\u8fd4\u3057\u307e\u3059":63,"key_type\u306bt":66,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3068\u540c\u7b49\u3067\u3059":230,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":230,"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":66,"keybuf\u306e\u30b5\u30a4\u30ba":66,"launchpad\u306b\u767b\u9332\u3057\u305fkeyid":12,"launchpad\u306egroonga\u30c1\u30fc\u30e0\u306e\u30da\u30fc\u30b8\u3067\u5bfe\u8c61\u306eppa\u3092\u9078\u629e\u3057":12,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":12,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":35,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":37,"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":35,"libedit\u5bfe\u5fdc":34,"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":14,"limit\u4ef6\u306e\u307f\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"list\u306bcontrib\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3059\u308c\u3070apt":12,"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":80,"load\u30b3\u30de\u30f3\u30c9":34,"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":12,"localstatedir\u3092\u4f7f\u7528":35,"log\u3067\u3059":151,"log\u3068\u3044\u3046\u5f62\u5f0f\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u4f5c\u3089\u308c\u307e\u3059":152,"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":80,"log_level\u306f":[],"log_put\u306f":108,"log_reopen\u306f":109,"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":109,"long":[40,41,42,43,59,62,129,134,138,149],"longtext\u306e\uff13\u3064\u306e\u578b\u306b\u3064\u3044\u3066\u306f\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u4fdd\u5b58\u3057\u305f\u308a\u51fa\u529b\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u3059\u304c":215,"lucid\u304b\u3089":35,"lucid\u4ee5\u964d\u306e\u95a2\u9023\u3059\u308b":12,"lzo\u30b5\u30dd\u30fc\u30c8\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3055\u308c\u3066\u3044\u308b\u304b\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308bapi\u3092\u8ffd\u52a0":35,"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":37,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306bconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"man\u3092\u8ffd\u52a0":34,"markdown\u30d1\u30fc\u30b5\u30fc":12,"marverick\u306b\u5909\u66f4":35,"masahiro\u3055\u3093":35,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":232,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":67,"max\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":67,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":67,"max\u3068\u7570\u306a\u3063\u305f\u65b9\u5411\u306b\u3042\u308b\u30ce\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f\u53d6\u308a\u51fa\u3057\u307e\u305b\u3093":67,"max\u3068common":67,"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":67,"max\u3068pat\u6728\u4e0a\u3067\u8fd1\u3044\u4f4d\u7f6e\u306b\u3042\u308b\u30ce\u30fc\u30c9\u304b\u3089\u9806\u756a\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":67,"md\u30d5\u30a1\u30a4\u30eb\u306epublish":12,"mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u691c\u51fa\u51e6\u7406\u3092\u6539\u5584":34,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u6642\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u3088\u308a\u89aa\u5207\u306b\u3057\u305f":35,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u305f\u3068\u304d\u306b\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u30a8\u30e9\u30fc\u3092\u7121\u8996\u3059\u308b\u3088\u3046\u306b\u3057\u305f":37,"memcached\u306e\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u305f\u3081\u306b\u306f":14,"min\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":67,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":67,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":67,"mooz\u3055\u3093":37,"mooz\u3055\u3093\u304c\u4fee\u6b63":37,"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":63,"msg\u306fcom\u306b\u3088\u3063\u3066":9,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":9,"multithread\u74b0\u5883\u3067\u306f\u4ed6\u306ethread\u306e\u30a2\u30af\u30bb\u30b9\u306b\u3088\u3063\u3066":66,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":34,"n_builtin_type_names\u306b\u306f":54,"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":63,"name\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":53,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":64,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":69,"name\u306f\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":63,"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":50,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u304b\u3089\u59cb\u307e\u308btable\u306e\u30ab\u30e9\u30e0id\u3092res\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u683c\u7d0d\u3057\u307e\u3059":66,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atable\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":66,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[50,63,66],"name_size\u30d1\u30e9\u30e1\u30fc\u30bf\u304c0\u306e\u5834\u5408\u306f\u3059\u3079\u3066\u306e\u30ab\u30e9\u30e0id\u3092\u683c\u7d0d\u3057\u307e\u3059":66,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":[50,63],"namebuf\u306e\u30b5\u30a4\u30ba":[50,63],"net\u306egroonga\u30c1\u30fc\u30e0\u306eppa\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"net\u4e0a\u3067\u30d3\u30eb\u30c9\u304c\u5b9f\u884c\u3055\u308c":12,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":35,"new":[],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8":12,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":50,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":34,"null":[],"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":66,"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":[50,66],"null\u306a\u3089temporari":54,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":67,"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":67,"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":53,"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":34,"null\u4ee5\u5916\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306fpersist":54,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":66,"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":63,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":58,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":58,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":58,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":58,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":63,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":63,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":63,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":63,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":63,"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":63,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":63,"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":63,"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":54,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":61,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":63,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":61,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":63,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":63,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":61,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":61,"obj\u306f":63,"obj\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":63,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":63,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":63,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":65,"obj\u3092lock\u3057\u307e\u3059":63,"obj\u3092unlock\u3057\u307e\u3059":63,"obj\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u3068\u308b\u5024\u306e\u7bc4\u56f2\u3092\u8868\u308f\u3057\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u8fd4\u3057\u307e\u3059":63,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":70,"object\u306b\u8907\u6570\u306ehook\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u9806\u4f4d\u306e\u9806\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":58,"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":58,"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":58,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":64,"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":58,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":63,"offset\u306f":66,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":66,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":12,"ongaeshi\u3055\u3093":35,"ongaeshi\u3055\u3093\u304c\u5831\u544a":35,"op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066res\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3042\u308b\u3044\u306f\u524a\u9664\u3057\u307e\u3059":65,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":50,"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":152,"org\u304c\u30db\u30b9\u30c8\u3092":12,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":152,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":152,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":152,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"org\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"org\u306edoc":12,"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":12,"output_columns\u304b\u3089_value\u3092\u524a\u9664":35,"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":101,"package\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":11,"pat\u6728\u4e0a\u3067\u4f4d\u7f6e\u304c\u8fd1\u3044\u3053\u3068\u3068key\u306e\u5024\u304c\u8fd1\u3044\u3053\u3068\u306f\u540c\u4e00\u3067\u306f\u3042\u308a\u307e\u305b\u3093":67,"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306b\u306fgroonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":152,"path\u3092":35,"pc\u306bgroonga":36,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":34,"po\u3092\u5b9f\u884c\u3059\u308b\u3068":12,"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":12,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":12,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[163,164],"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":163,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":164,"point\u578b\u306e\u5024":[163,164],"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[163,164],"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":66,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"public":41,"push\u3057\u3066groonga":12,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":36,"quit\u306f":125,"rb\u3092\u8ffd\u52a0":35,"release\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067build\u304b\u3089upload\u307e\u3067\u4e00\u6c17\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":12,"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":12,"repositories\u914d\u4e0b\u306b":12,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"request\u3092\u9001\u308a\u307e\u3057\u305f":12,"request\u3092\u9001\u308a\u307e\u3059":12,"res2\u306b\u683c\u7d0d\u3057\u307e\u3059":66,"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":66,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":11,"return":[],"rid_max\u3092\u6307\u5b9a\u3057\u3066\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u5024\u3092\u5236\u9650\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":60,"root\u306b\u5909\u66f4":35,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":151,"rpm\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectures":12,"rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"rst\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":12,"rst\u306e\u5185\u5bb9":12,"ruby\u306erake\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3088\u308a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059":12,"s3ki\u3055\u3093":35,"s3ki\u3055\u3093\u304c\u5831\u544a":35,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"scorer\u306f":133,"scr\u3067\u3059":152,"scr\u306e\u4e2d\u8eab\u304c":152,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":152,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[160,163,164,170,174],"search\u3092\u884c\u3044":[66,67],"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":67,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":50,"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":50,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":152,"select\u306e\u51fa\u529b\u306b\u4e0d\u6b63\u306a\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3055\u308c\u305f\u6642\u306bsegv\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":34,"select\u3084load\u306a\u3069\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u8868\u3057\u307e\u3059":80,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":35,"select\u30b3\u30de\u30f3\u30c9":34,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":152,"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":152,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":12,"sh\u306e\u307f\u306a\u3089\u305a":14,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":14,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":12,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":14,"shibuya\u3055\u3093":35,"shibuya\u3055\u3093\u304c\u5831\u544a":35,"shimada\u3055\u3093":35,"shimada\u3055\u3093\u304c\u5831\u544a":35,"short":[78,153],"shorttext\u306e\u30d9\u30af\u30bf\u30fc\u3092\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u4f7f\u7528\u3057\u305f\u3044\u5834\u5408\u306b\u306f":215,"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":35,"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":37,"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"sigsegv\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":66,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":66,"source\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5fc5\u8981\u306a\u3082\u306e\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"source\u4ee5\u4e0b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":12,"squeeze\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"squeeze\u4ee5\u964d\u306edebian\u3084karmic\u4ee5\u964d\u306euubntu\u3067\u306f\u4ee5\u4e0b\u306e\u7528\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"srpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"static":[37,41,42,43,68,154,238],"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":152,"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":35,"status\u30b3\u30de\u30f3\u30c9":34,"string1\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u3068string2\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u306e\u9593\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u6c42\u3081\u307e\u3059":160,"string\u306b":11,"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":37,"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":37,"table1\u3068table2\u304b\u3089\u91cd\u8907\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u3044\u305f\u7d50\u679c\u3092\u305d\u308c\u305e\u308cres1":66,"table1\u3068table2\u3092op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066\u96c6\u5408\u6f14\u7b97\u3057\u305f\u7d50\u679c\u3092res\u306b\u683c\u7d0d\u3057\u307e\u3059":66,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":66,"table\u304c":66,"table\u306b\u65b0\u305f\u306a\u30ab\u30e9\u30e0\u3092\u5b9a\u7fa9\u3057\u307e\u3059":50,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":66,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":67,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":66,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":66,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":66,"table\u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":66,"table\u306ecolumn":66,"table\u306ecolumn1\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore1\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u53d6\u5f97\u3057\u307e\u3059":66,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":66,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":66,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":66,"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":66,"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":66,"table\u306fcolumn\u3068\u306f\u5225\u306b":66,"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":66,"table_list\u306f":139,"takahiro\u3055\u3093":35,"takahiro\u3055\u3093\u304c\u5831\u544a":35,"takahiro\u3055\u3093\u304c\u63d0\u6848":35,"takashi\u3055\u3093":37,"takashi\u3055\u3093\u304c\u5831\u544a":37,"takuto\u3055\u3093":35,"takuto\u3055\u3093\u304c\u5831\u544a":35,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":152,"textile\u30d1\u30fc\u30b5\u30fc":12,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":60,"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":232,"tokenbigram\u306a\u3069":232,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":232,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":230,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":230,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":232,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u3082bigram\u3092\u751f\u6210\u3057":230,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":232,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u5834\u5408\u3082\u91cd\u307f\u4ed8\u3051\u3092\u8003\u616e\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306f\u304b\u308f\u308a\u3042\u308a\u307e\u305b\u3093":232,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":36,"tokenmecab\u3067\u306f":232,"tokenmecab\u306e\u5834\u5408":232,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":230,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u524d\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":230,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u5f8c\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":230,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u4e8b\u524d\u306b\u6e96\u5099\u3057\u305f\u8f9e\u66f8\u3092\u7528\u3044\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b\u305f\u3081":232,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u3044\u308b\u5834\u5408\u306f\u3053\u306e\u30af\u30a8\u30ea\u306f\u30de\u30c3\u30c1\u3057\u307e\u305b\u3093":232,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u306e\u65b9\u3092tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u3088\u308a\u3082\u91cd\u8996\u3059\u308b\u3088\u3046\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":232,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":232,"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":35,"tomita\u3055\u3093\u304c\u5831\u544a":35,"tomotaka_ito\u3055\u3093":37,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":37,"top_left\u3068bottom_right\u304c\u306a\u3059\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":164,"travisci\u306e\u7d50\u679c\u304c\u6b63\u5e38\u3067\u3042\u308c\u3070":12,"true":[34,40,41,42,43,46,78,88,89,90,91,92,93,94,95,96,97,98,100,102,103,104,105,106,107,108,109,110,111,113,114,115,118,119,120,121,122,123,127,128,129,130,131,132,133,134,137,138,140,141,142,146,156,159,162,163,164,165,166,167,168,169,172,173,175,178,187,190,191,192,194,197,201,202,203,204,212,215,235,236,237,238,240,241,243,244,245],"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":37,"try":[3,33,42,48,94,151,213,222,240,241],"twitter\u3067\u3084\u308a\u3068\u308a\u3092\u5b8c\u7d50\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":10,"twitter\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u5b89\u5fc3\u611f\u304b\u3089groonga\u30e6\u30fc\u30b6\u30fc\u306e\u62e1\u5927\u306b\u7e4b\u3052\u308b":10,"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":10,"twitter\u7b49\u3067\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u969b\u306f\u3053\u3053\u3067\u7528\u610f\u3057\u305f\u30a2\u30ca\u30a6\u30f3\u30b9\u6587\u306e\u8981\u7d04\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"twitter\u7de8":[],"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":61,"ubuntu\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"ubuntu\u5411\u3051\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u4f5c\u6210\u306b\u306f":12,"ueno\u3055\u3093":[35,36],"ueno\u3055\u3093\u304c\u5831\u544a":36,"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":35,"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":35,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":14,"uptime\u306e\u8868\u793a\u5f62\u5f0f\u3092\u8aad\u307f\u3084\u3059\u3044\u5f62\u5f0f\u306b\u5909\u66f4":34,"user_data\u3092\u30ad\u30fc\u3068\u3057\u3066":64,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u306e\u4e2d\u306b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":11,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":11,"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":11,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":11,"vagrant\u3067\u4f7f\u7528\u3059\u308b\u4eee\u60f3\u5316\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":12,"valgrind\u3092\u7528\u3044\u3066\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9\u3084\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3057\u3064\u3064":14,"value\u304c\u5c5e\u3059\u308b\u578b":139,"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":63,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"var":[11,28,42,64,72,91,149,151,153,227],"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":80,"version\u3067\u8868\u793a\u3055\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u304c\u66f4\u65b0\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059":12,"version\u306b\u6307\u5b9a\u3057\u305f\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":80,"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":35,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u306bstable\u6271\u3044\u3067\u306a\u3044\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":80,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3084command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u305b\u305a\u306bgroonga\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u969b\u306b\u306f":80,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":80,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":80,"virtualbox\u306fsourc":12,"vmware\u306a\u3069":12,"void":[38,48,51,54,55,62,63,66,67,68,71,72],"web\u30b5\u30a4\u30c8\u304b\u3089\u6700\u65b0\u7248\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":12,"web\u7ba1\u7406\u753b\u9762":34,"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":37,"while":[0,33,39,40,42,43,54,93,105,111,128,133,141,144,192],"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":37,"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":152,"windows\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"windows\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"windows\u5411\u3051":12,"windows\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"windows\u7cfb":12,"worker\u306f":9,"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":9,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":12,"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"x\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u7ba1\u7406\u65b9\u6cd5\u3068\u3057\u3066":12,"x\u3067\u306frealloc":35,"x\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"x\u306e\u304a\u77e5\u3089\u305b":[],"xxxxx\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":12,"yes\u306f\u6307\u5b9a\u3057\u306a\u3044\u3067\u4e0b\u3055\u3044":12,"yes\u3092\u6307\u5b9a\u3059\u308b\u3068chroot\u74b0\u5883\u3067\u4e26\u5217\u306b\u30d3\u30eb\u30c9\u3092":12,"yes\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":12,"yum\u306e\u5834\u5408":12,"yum\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3082\u540c\u69d8\u306b\u3057\u3066grntest\u3092\u5b9f\u884c\u3057\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,_20160320:115,__uint32_t:42,_avg:[113,133],_dataset:[155,157],_id:[41,42,46,50,63,76,78,81,89,90,93,100,101,113,115,133,136,141,146,159,168,169,172,190,191,192,194,201,207,208,210,212,232,236,237,238,240,242,243,244,245],_kei:[39,40,41,42,43,46,50,63,76,78,81,89,90,91,93,100,101,103,112,113,119,128,132,133,136,140,141,142,146,153,156,159,162,167,168,169,172,178,187,190,191,194,197,202,207,208,210,212,214,223,235,236,237,238,240,241,242,243,244,245],_max:[113,133],_min:[113,133],_name:[90,138],_nsubrec:[41,50,76,113,133,236,237,241],_post:12,_score:[37,39,40,42,50,76,78,113,133,136,156,162,173,191,202,203,204,207,208,210,232,237,238,240,241,245],_set_valu:38,_sum:[33,113,133],_valu:[40,41,50,76,113,133],_yyyymmdd:[110,112,113,115],aba:[236,238,245],abbrev:162,abc:42,abcd:116,abi:42,abl:[119,138,168,175,201,202,203,204,205],abort:41,about:[],abov:[17,21,28,31,39,42,43,90,102,110,129,133,138,153,156,159,167,168,169,173,178,194,200,207,208,210,213,236,238,240,241,245],above:[241,244],absolut:[122,123,127],acccess:227,accept:[0,37,39,41,42,43,83,84,129,134,146,151,156,159,162,173,191,223,229,238,240,241,244,245],access:[],accessor:[42,43,66],accident:40,accord:[162,235],accordingli:153,account:[2,41],accross:39,accuml:40,accumul:133,accur:[0,175],achiev:110,acquir:[42,48,104,106],acronym:[221,229],across:162,action:40,actual:[40,41,43,110,112,113,115,153,202,235],actualli:[235,238],add:[],add_record_if_not_exist:63,added:[33,37,38,39,40,41,42,43],addit:[0,24,25,26,30,90,116,133,144,191,194,209,227,235,238,243],addition:[],additional_configure_opt:40,address:[37,39,42,151,156,229,242],address_is_in_use:229,address_is_not_available:229,adisk:201,adjac:[190,213],adjust:[],admin:[35,37,39,40,41,42,43],admin_html:[37,151],administr:[],advanc:[],advantag:[0,175,227],adventur:90,affect:[33,39,40,41,42,43],afr:[236,238,245],after:[17,18,28,31,37,39,40,41,42,43,46,48,57,71,84,97,102,115,118,121,133,134,140,147,151,153,156,165,166,191,194,211,212,214,235,237,238,242],again:[41,42,48,153,192],against:[],againt:133,agaist:39,age:[90,138,139,159],aggregat:0,ago:207,ahello:42,ahost1:201,aim:40,aio:40,aki:41,akihabara:245,akinori:42,akio:[37,39,40,42,43],akira:41,alert:[41,107,108,151,153,193],algolithm:189,algorithm:[37,86,162,204],ali:89,alia:[],alias:[42,46,94,95,96,173],aliased_column:46,alic:[46,89,90,133,153,168,173,213,223,241],alice:[90,93,119,141,146,159,173,190,241],alisa:173,all:[],all_record:39,alloc:[],alloc_count:[82,135,151,153,198,229,238,242],alloc_info:43,allow:[0,25,39,42,157,175,238,242],allow_column:[133,173,190],allow_leading_not:[133,173],allow_pragma:133,allow_update:[133,190],almost:[37,133,214,221,233],alon:42,alphabet:[41,90,113,133,138,144,201,208,213],alreadi:[33,41,48,72,97,103,118,144,157,192,214,238,240],also:[],although:153,alwai:[0,41,42,43,68,81,91,111,119,133,136,143,153,172,190,191,207,214,229],amazon:[33,133],amd64:12,among:[],amount:[39,43],analysi:[0,28,133,191],analyz:[0,37,39,153,213],anchor:[],ani:[0,28,42,43,46,89,103,113,116,120,121,130,131,132,133,136,140,142,143,144,151,153,165,166,173,175,178,190,200,202,213,223],animat:237,ann:12,annot:40,anonym:211,anoth:[0,33,39,42,56,89,104,133,149,200],another:42,aomi:33,api:[],appear:[0,41,85,90,120,133,144,175,190,191,200,202,238],append:[39,56,63],apper:133,appl:194,apple:194,appli:[],applic:[0,20,37,41,151,153,175,191,193,200,223],approach:162,approv:41,approxim:[37,39,162],appveyor:41,april:12,apt:[12,18,21,25,30,39],aptitud:14,arai:42,aramaki:37,arc:144,architectur:[0,41,42,151],architectures:12,archiv:[6,7,8,12,17,28,31,39],archive:[],area:0,aren:[33,39,41,42,43,115,120,133,134,135,138,140,153,156,175,190,196,211,214,223],arg1_name:201,arg1_value:201,arg2_name:201,arg2_value:201,arg3_value:201,arg_list_too_long:229,argc:68,argument1:[191,202],argument2:[191,202],argument:[33,37,39,40,41,42,43,53,72,102,132,151,154,162,165,166,167,169,172,173,175,178,186,187,191,201,202,205,226,229,238,240,242],argument_name1:154,argument_name2:154,argv:68,arithmet:[],armhf:41,arnaud:37,around:[175,196],arrai:[],arrang:238,art:[191,241],articl:240,articles2:240,articles_cont:240,arugment1:191,asami:40,asc:12,ascend:[112,114,133,196,236,238,245],ascii:[190,191,213],askmonti:41,assigend:190,assign:[],associ:[37,72,100,103,133,235,237,238],assum:[53,64],assume:129,atsushi:[41,42,43],attach:[17,194,212],attent:[133,243],attr_setpshar:40,attribut:[116,117,144,145,167],atv:[236,238,245],auth_bas:[153,223],auth_basic_user_fil:[153,223],authent:[],author:153,auto:[39,41,111,136],autoconf:[6,37],autogen:[6,12,17,39],automak:[6,35],automat:[17,25,42,54,90,102,113,122,123,127,133,149,153,190,191,211,226,237,238,243],autoreconf:12,autotool:[],avail:[0,8,17,33,40,42,43,44,52,72,81,90,91,111,112,113,115,116,133,134,136,138,144,149,151,153,168,173,190,191,212,221,229,235,238],availabl:[],averag:[41,133],avg:[41,113,133,150],avoid:[],awar:72,ayumu:[41,42],back:[153,191,201],background:151,backslash:[40,56,190],backtrac:43,backup:[54,101],backward:[33,39,41,42,43,146,203,204,223],bad:[0,40,41,43],bad_address:229,bad_file_descriptor:229,bar:[90,138],base:[0,17,18,24,25,26,28,30,33,39,40,41,43,57,129,133,144,151,153,154,156,157,165,166,175,190,191,193,197,201,202,203,204,205,207,208,210,213,222,227,241,242],basebal:[237,240],bash:[28,42],basi:238,basic:[],batch:39,bc009774:12,becam:[41,227],becaus:[0,6,7,8,21,26,32,33,39,41,42,43,46,54,81,89,90,93,97,102,110,113,115,119,120,121,122,127,133,138,141,143,149,153,156,159,169,172,173,178,190,191,192,194,197,198,200,201,202,203,204,207,208,209,210,211,212,213,214,221,222,223,227,229,235,237,238,240,243,244],becom:[0,42,44,162,215,235],been:[12,42,93,141],befor:[28,32,38,39,42,43,71,78,86,111,118,121,122,127,133,140,143,153,200,201,207,208,209,235,238],before_instal:21,beforehand:26,beg:[201,213],begin:[150,201,213],behav:[133,162],behavior:[33,39,41,42,115,133,147,159,173,201,213],behaviour:[40,101],beijin:162,bellefleur:33,belong:[74,215,236],below:[13,93,103,141,190,213],benchmark:[],benefit:227,bernard:42,best:0,beta:44,better:[0,41,90,102,133,191,240],between:[],big:[41,153],bigger:90,bigram:[],bigramlexicon:128,bill:[42,230,232],billiard:[230,232],billion:90,bin:[18,28,31],binari:[],bind:[20,21,37,39,42,44,151,165,166,189],binlib:12,bison:12,bit:[21,23,24,25,26,29,30,31,133,151,152,153,190,191,215,235],bitwis:[],black:[194,196],blank:[42,213],block:[40,135,138,140,153,191,235],blog1:240,blog2:240,blog:[],blog_bodi:232,blog_comment_index:178,blog_cont:178,blog_titl:238,bm25:[202,204],bob:[46,93,133,141,146,153,159,173,190,223,241],bodi:[40,43,88,89,90,92,97,99,102,103,105,115,118,119,121,122,123,127,128,134,137,138,140,141,143,156,165,166,223,229,232,244],book:[90,191],bookmark:[78,101,115],bookmark_index:78,bookmark_titl:101,bool:[],boost:[156,207],border:[39,144,159],borderlin:[110,112],boston:241,both:[0,23,24,25,26,30,31,42,43,63,74,78,81,90,113,119,133,140,147,156,175,190,191,192,201,204,207,211,223,229,241,245],bottom:57,bottom_right:[37,164],bottom_right_point:57,bound:41,box:133,brad:43,brand:42,brasil:162,brasillia:162,brazil:236,brew:[18,27],bring:238,british:244,broadcast:241,broken:[],broken_pipe:229,brooklyn:241,brother:190,browser:[17,28,154,242],bsd:[5,7,8,28,37,41,42],buf_siz:[50,63,66],buffer:[40,42,43,53,56,59,63,87,119,240],bug:[],build:[],buildabl:37,builder:59,built:[],builtin:[],builtin_type_nam:54,bulk:[42,43,56,63],bump:[40,41,42],bundl:[17,33,39,40,41,42,43,173],button:[17,39,40],buzz:156,bye:[113,133,142,190,191,212],cach:[],cache_hit_r:[82,135,153,198,229,238,242],cache_hit_rate:135,cache_limit:[],cache_previ:49,cafedomanc:43,calc_target:[],calc_typ:[],calcul:[39,40,41,130,133,162,196,241,245],call:[],caller:64,calloc:43,calro:159,camp:241,can:[],can_be_key_typ:132,can_be_value_typ:132,cancel:[33,41,43,83,84,129],cancel_request_is_accepted_or_not:129,candid:[136,156,172,207],candidate1:136,candidate2:136,candidate_1:156,candidate_2:156,cannot:[],capit:238,caplit:[40,41],care:[17,91,110,133,190,204,207],carefulli:[78,115,121,140],carlo:[93,141,146],cas_error:229,cascad:[],cast:[],cat:12,categor:[133,142,144],caus:[33,37,39,40,41,42,43,138,190,191,235],ceekz:40,cenos6:39,cent:213,center:[0,163],cento:[12,24,28,33,39,40,43],centos5:28,centos6:28,centos7:28,centos:[],central:241,certain:245,cflags:29,chain:178,chang:[],chapter:238,charact:[],charli:241,chart:37,check:[],child:102,china:[162,236],choic:[],choos:[5,6,7,32,41,43,82,103,133,134,138,151,153,156,201,213,235],chracterist:211,christian:42,chroot:12,chunk:[42,43,87,119,214,233],circl:[0,196],cirit:153,citi:[162,196,241],clang:[14,39,40,41,42],clarifi:41,classif:[133,236],classifi:[43,133],clean:[6,7,12,14,42,113,115],clear:[12,33,37,39,41,43,50,63,105,153],clearli:42,clearlock:[],cleverli:97,click:133,clone:[],close:[42,43,103,140,165,211],close_tag1:165,clumn:214,cmake:[],cmp0014:41,code:[],codes:12,col1:63,col2:63,col3:63,collaps:39,colleagu:3,collect:[0,81,241],color:194,colum:240,column1:[11,39,40,41,113,133,191,202],column2:[11,39,40,41,113,133,191,202],column3:202,column_1:[132,178],column_2:[132,178],column_3:[132,178],column_:90,column_copi:[],column_cr:[],column_index:[41,42,78,90,91,101,113,115,120,128,132,133,140,156,159,165,166,169,172,173,175,178,190,191,192,201,202,203,204,212,214,232,237,238,240,241,244],column_information1:91,column_information2:91,column_information:91,column_list:[],column_list_header:91,column_n:178,column_name1:103,column_name2:103,column_name:[],column_name_1:[132,133],column_name_2:[132,133],column_name_3:132,column_name_n:133,column_name_with_table:132,column_name_with_table_name:132,column_remov:[],column_renam:[],column_scalar:[43,46,89,90,91,93,100,101,102,104,105,106,110,113,114,115,118,120,121,128,132,133,140,141,142,146,156,159,162,165,166,167,168,169,172,173,175,178,190,191,192,201,202,203,204,212,214,232,236,237,240,241,244],column_type_1:133,column_type_2:133,column_type_n:133,column_vector:[40,41,42,78,89,90,91,100,113,133,156,172,178,187,235,237,241,244],column_with_index:43,columnn:39,columns:133,com:[6,7,8,12,13,17,21,133,235,236,238,242,245],comamnd:223,combin:[],combind:190,come:[196,241],comma:[42,90,103,191,235,236,238],command:[],command_lin:132,command_line:132,command_name:[132,154,242],command_object_remov:121,command_vers:[42,43,80,82,135,153,154,165,166,167,175,187,198,229,238,242],command_version:135,commandinput:42,commands_column_list:91,commands_column_renam:93,commands_object_list:120,commands_object_remov:121,commands_table_cr:139,commands_table_renam:141,comment:[],comment_cont:178,comment_index:241,comment_nam:178,comments2:240,comments_cont:240,comments_loc:241,commit:[6,7,17,41],commnad:[31,80],common:[],commonli:[0,201],compar:[0,39,41,42,43,133,168,175,190],comparison:[],compat:[24,25,26,30,33,41,42,43,113,116,146,153,154,194,203,204,223],compil:[6,7,28,37,40,41,42],complet:[],complex:[39,40,42,133,191,201],complianc:153,composit:194,compress:[],compress_lz4:[43,90],compress_zlib:[43,90],compress_zstd:43,comput:[39,72,90,113,133,135,156,191,197,202,203,204,207,208,210,214],conbin:[133,189],conbind:190,concaten:240,concatin:[39,40],concept:41,concret:[89,133,236,237,240],concurr:193,cond:40,cond_signal:68,condit:[],conditin:190,condition1:191,condition2:191,condition_column_name1:168,condition_column_namen:168,conditional_probability_threshold:[37,136],condtion:190,conf:[42,43,153,214,227,233],config:[8,28,31,34,37,39,42,94,151],config_delet:[],config_get:[],config_set:[],configur:[],confirm:[],conflict:[33,43],confus:[43,201,213],conifugr:21,connect:[1,39,42,151,229,238],connection_refused:229,consid:[41,110,138,223,227,237,240,244],consist:[41,42,43,120,132,133,147,156,190,205,210,213,229,238],consol:153,constant:[33,42],constant_pattern:42,construct:[],construnct:42,consum:41,contact:17,contain:[],content:[37,40,41,42,72,81,91,113,120,132,133,140,153,167,173,175,178,190,191,192,202,212,214,223,229,237,240,241],content_index:[140,202],content_length:[113,133],content_type_len:39,context:[37,42,49,53,56,63,135,140,153,175,178],continu:[21,39,40,41,42,135,144,151,208,213],contrast:[0,41,43,71,151,173,238],contrib:12,control:[],conveni:[0,1,28,37,110,207,222],convens:39,convent:39,convers:[37,153],convert:[],coordin:[162,235],copa:42,copi:[39,42,43,46,72,89,93,141],copyright:41,core:[],coremodul:153,correct:[],correctli:[33,39,42,43,238],correspond:[63,102,110,113,133,136,154,207,208,209,210],corrupt:[43,115],cosmo0920:[40,41],cost:[192,213],could:[39,235],couldn:[39,42],count:[0,42,110,133,135,237,241],counter:43,countri:[100,236,242],cours:236,cover:[0,115,175],coverag:14,cpu:[],cpuinfo:[24,25,26,30],crash:[33,37,39,40,41,42,43,93,102,105,141],crch:144,created_at:113,createfilemap:42,createrepo:12,creation:[37,40,42,133,238],creteria:238,crit:[107,108,151],criteria:238,critic:[28,39,43,72,107,151,193],ctrl:[151,229,238],ctx:[11,49,50,53,54,56,57,58,59,60,61,62,63,64,65,66,67,69,70,72],cumul:[113,133],curl:[21,27,28,39,129,151,153,156,198,223],current:[17,25,37,42,46,49,52,53,54,86,89,93,103,111,133,135,138,140,141,153,196,238,241],current_column:46,current_nfthread:68,cursor:[37,42,57],custom:[],custom_name:120,customiz:175,cutter:[6,7,12,14],cutter_check_leak:14,cutter_debug:14,cutter_dir:12,cutter_source_path:12,cve:41,cxxflags:29,cycl:43,daemoinz:39,daemon:[],dai:[42,110,135,191,192,193,205],daiki:[35,36,37,39],danger:[50,54,93,104,105,106,115,121,140,141,223],dangl:[115,140],dash:28,dat:[38,39,40,43],dat_kei:119,dat_key:211,data:[],data_set_name:136,databas:[],database:[155,223],database_path:[],database_unmap:[],datail:133,dataset1:156,dataset2:156,dataset3:156,dataset:[],date:[],dav:168,dave:159,david:168,day:241,daylight:41,db1:223,db2:223,db_path:[42,121,151,153,154,156,198,221,226,229,238,242],dbms:[0,175],dcb314:41,dcmake_install_prefix:[7,8,31],ddl:[41,152],deafult:37,deatil:133,deb:[12,25,30,37,39,40,41,42,43],debian:[],debootstrap:12,debug:[6,7,8,41,42,43,107,108,144,151,153,193],debugg:[6,7],decid:200,decim:[84,151,191,215,235],decreas:[],decrypt:12,defalt:35,default_command_vers:[82,135,153,198,229,238,242],default_command_version:135,default_token:[],defin:[42,90,120,155,156,172,191,192,200,205,207,215,229,238],define_selector:[],definion:191,definit:[39,46,90,100,113,133,159,162,165,166,167,168,169,172,173,175,178,187,190,191,201,202,203,204],defrag:[],degrad:42,degre:[37,78,191,235,245],dejan:43,delai:43,delet:[],delimit:[0,40,42,144,210,213,235],demerit:211,demo:237,dep:12,depend:[],deprec:[33,37,39,40,41,42,43,72,80,88,113,127,133,135,138,151,162,217],dereferenc:43,deriv:[157,227],descend:[42,133,136,156],describ:[3,5,6,7,8,17,18,19,20,21,23,24,25,26,27,28,29,30,31,41,42,46,47,72,78,79,81,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,118,119,120,121,124,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,146,148,149,151,153,156,158,166,167,178,190,191,194,195,196,200,201,202,203,204,205,206,207,208,210,213,214,216,229,238,240,241],descript:[],descriptor:156,design:[39,133,221,235],desin:227,desktop:[8,31],dest:[150,151,235],dest_kei:66,dest_key_s:66,destin:[42,63,89,137],detail:[0,1,3,12,17,24,25,26,28,30,39,40,41,42,43,72,78,83,89,90,91,97,102,113,115,119,120,122,123,127,132,133,134,135,137,138,140,141,142,144,152,153,154,156,173,190,191,193,201,214,215,216,227,235,236,238,245],detect:[6,28,33,37,39,42,43,144,153],determin:[133,189,238],dev:[2,6,7,12,14,25,30,37,39,40,41,42,43,153],devel:[24,26],develop:[],devic:0,dewangga:42,dgrn_with_debug:7,dgrn_with_mruby:[7,8],dialog:40,dic:[26,27],dicrc:27,dictionari:[26,27,35,39,40,41,42,43,194,213],didn:[41,42,43],diff:12,differ:[],difficult:0,digest:223,digit:[41,90,113,133,138,193,201,208,213],dinam:189,dinner:0,dir:152,direct:[],directli:[191,241],directori:[6,7,17,28,37,39,40,41,42,72,153,156,157,200],directory_not_empty:229,disabl:[18,28,33,35,37,38,39,40,41,42,121,133,151,153,156,190,193,207],discard:40,discuss:[2,19],disk:[42,97,102,118,138,151,153,201,240],displai:[39,43,172],dist:12,distanc:[0,39,43,162,191,196,245],distinct:[32,43,156,243],distribut:[23,24,25,26,28,30,31,39,41,113,205],distributions:12,divid:[0,191,204,235],divis:[],dll:[37,39,41,43,72],do_gqpt:152,do_gqtp:152,do_http:152,do_loc:152,doc:[12,16,17,18,37,38,39,40,41,42,43,153,244],doc_bodi:244,documenataion:81,document:[],document_index:[165,166],document_version:12,document_version_full:12,documents_content_index:[173,175],docutil:12,doe:[0,25,39,40,42,43,68,78,133,136,149,153,173,178,190,191,227,235,238],doesn:[28,33,39,40,41,42,43,48,63,72,81,89,90,91,93,97,112,113,115,118,119,120,121,129,132,133,134,138,141,143,144,153,156,159,168,175,190,191,192,194,196,197,200,201,202,204,205,207,208,211,212,213,214,222,223,244],domain:[],domain_error:229,don:[17,23,28,37,41,42,49,52,53,56,68,78,84,90,91,97,102,103,104,105,106,111,112,115,128,133,134,138,151,153,154,156,172,190,191,192,194,198,200,202,203,204,210,213,223,226,229,238,242],done:[41,48,49,102,133,153],dot:39,doubl:[37,39,40,41,42,103,116,132,133,138,144,190,191,211,215,238],doubt:236,down:[],downcas:194,download:[12,24,25,26,27,28,29,30,31],downtim:[],drastic:43,draw:237,drildown:[],drill:[113,133,241],drilldown:[],drilldown_calc_target:[],drilldown_calc_typ:[],drilldown_filt:[],drilldown_limit:[],drilldown_offset:[],drilldown_output_column:[],drilldown_result1:133,drilldown_result2:133,drilldown_result:133,drilldown_result_1:133,drilldown_result_2:133,drilldown_result_for_column1:133,drilldown_result_for_column2:133,drilldown_result_for_key:133,drilldown_result_for_labeled_drilldown:133,drilldown_result_n:133,drilldown_sort_kei:[],drilldown_sortbi:[],drilldown_xxx:133,droonga:[168,169,205],drop:[33,37,39,40,41,42,43],due:[0,175],dump:[],dump_index:[],dump_plugin:[],dump_record:[],dump_schema:[],duplic:[41,43],dure:[25,39,238],dynam:[],each:[],each_nam:42,ealier:39,eanbl:6,ear:144,earch:144,earlier:[37,42,43,146,194],easi:[0,41,43,151,156,189,200,202,223,242],easier:202,easili:[41,43],echo:121,eclips:17,ecmascript:[39,40,133,189,191],edict2grn:41,edict:43,edit:[],edit_dist:[],edition:21,editor:17,editrc:37,effect:[39,42,102,103,119,151,203,241],effici:[0,43,78,90,111,153,240],egg:240,eight:238,either:[19,40,133,159,190,191,201,240],eito:40,elaps:[37,81,135,156,191,193,215],elapsed:198,elapsed_time:[81,193],element1:[78,191],element2:[78,191],element3:78,element:[39,40,41,42,43,78,81,85,90,120,175,235,238],elfring:39,elimin:40,ellip:[162,163],ello:42,els:[41,42],emac:17,embed:[0,42,151,153,166,175,200],embedd:42,emerg:[107,108,151,153],emergenc:[151,193],emit:39,emphas:167,empti:[37,40,41,42,91,94,95,96,119,132,133,190,215],enabl:[],enable_tokenized_delimiter:144,enablerepo:24,enci:152,enclos:[103,238],encod:[],encode:223,encoding:[],encodiong:191,encount:[23,24,25,26,30,31],encyclopedia:215,end:[42,150,162,190,191,198,201,213],end_of_data:229,end_tagn:165,endian:41,endpoint:[156,157],eng:[136,207],engi:[136,207],enginen:207,english:[2,14,17,18,19,33,37,40,41,43,133,207,213],enhanc:44,enorm:[43,237],enough:[0,41,42,43,90,233,240],enourm:210,ensur:[43,208],ensure:42,enter:[40,42,229,238],entiti:0,entranc:238,entri:[40,42,43,49,58,86,89,104,105,106,113,133,140,149,165,166,178,190,191,214,240,241],entries_20150708:113,entries_20150709:113,entries_content_index:[133,190,191,214],entries_content_index_20150708:113,entries_content_index_20150709:113,entries_key_index:[133,190,191,214],entries_key_index_20150708:113,entries_key_index_20150709:113,entries_numb:42,entries_yyyymmdd:113,entry1:89,entry:[88,92,98,99,100,103,128,133],entry_20150708:113,entry_20150709:113,entry_bodi:128,entry_kei:128,entry_selector:98,entrykei:140,enumer:238,env:200,envelop:43,enviromn:42,environ:[6,7,8,21,23,28,31,33,37,38,40,41,42,43,153,200],eol:33,epel:[24,33,39],epoch:[235,241],equat:162,era:0,eric:159,errno:[41,42],error:[],error_cod:72,error_location:81,error_message:81,errror:201,escal:[],escap:[39,40,41,56,165,190,191,201],escape:[],escape_charact:56,escaped_charact:56,escaped_queri:56,escaped_str:56,escaps:[165,166,175],especial:42,essenti:[25,30,153],establish:[229,238],estim:[33,42,43,57,142,233],estimate_s:42,estimated_s:[43,142],etc:[3,12,25,27,39,153,200,214,223,227,233,235,238],etim:150,euc:[40,151,213],euc_jp:28,eval:130,evalu:[33,40,42,90,130,132,133,178,190,191,201,213],evaluat:133,evaluated_value:130,evalud:130,even:[0,23,24,25,26,30,31,33,39,40,41,43,110,115,121,133,134,191,204,207,240],event:[42,156,223],event_dataset:[155,157],event_queri:[136,155,156,157,207,208,210],event_typ:[155,156],ever:40,everi:[33,236],everyon:242,evil:[156,191],exact:[11,46,90,111,133,138,211],exactli:233,exampl:[],exce:[39,40,42,43],exceed:[32,233],excel:200,except:[26,37,39,41,42,46,78,89,119,128,130,131,133,138,144,153,168,169,175,190,196,201,211,213,214],exclamation:42,exclud:[39,40,41,101,103,110,112,113,115,159],exclude_t:40,exclus:43,excut:40,exec_format_error:229,execut:[],execute_search:113,executor:113,exist:[1,18,33,39,40,41,42,43,46,54,63,90,102,103,112,113,114,115,118,121,129,133,140,149,151,153,157,159,168,169,191,202,205,213,227,229,235,238,240,245],exit:[],exit_failure:71,exit_success:71,expand:[],expans:[],expect:[41,197,201,203,213,235],experiment:[33,37,38,39,40,41,42,43,49,54,110,116,123,130,131,201,203,204,213],expir:[86,153],expire:42,explain:[42,156,235,238],explicitli:[],exploit:0,expnas:200,expornential:191,expr:56,express:[],expression:[42,56,153],expression_rewrit:43,ext:144,extend:[41,201,240,244],extens:198,extract:[],extrct:191,f10399c0:12,facet:133,fact:[133,237],faction:241,factor:[41,133],fail:[33,37,39,40,41,42,43,48,49,72,89,90,94,97,102,115,121,122,123,127,133,137,138,140,141,190,238],failur:[12,33,39,41,42,43,48],fallback:[42,43],fals:[12,34,40,41,43,89,90,93,94,96,97,100,104,105,106,107,113,115,118,119,120,121,128,129,132,140,144,146,159,165,168,169,173,178,190,191,213,215,235,243],famili:[90,144,191],familiar:236,fast:[0,42,74,81,90,103,113,133,138,144,162,165,166,167,168,169,175,190,191,196,201,202,204,211,222,223,237,238,240],faster:[28,37,40,41,43,90,213,221],fastest:46,fatal:41,fault:39,favorit:[],favorited_bi:241,fbnteqr:42,featur:[],feb:110,fedora:[],feel:[41,201],fetch:[41,210,240],few:[133,222,223],fewer:90,ff01:42,ff1f:42,ff76:194,ff9e:194,ffef:213,fff0:213,fffe:144,fget:42,field:[42,91],figur:196,file:[],file_corrupt:229,file_exists:229,file_too_large:229,filename_too_long:229,fill:[133,191],filter:[],filter_string:178,fin:64,find:[0,3,17,18,28,31,42,43,66,89,93,113,133,136,141,165,166,172,175,194,197,205,207,208,210,212,213,238],finish:[42,71,129,134,193],firefox:17,firewood:[39,40],first:[17,28,31,37,40,41,42,43,53,72,81,90,91,113,129,133,138,153,165,166,168,175,190,191,200,201,202,223,227,235,237,238,240,241,244],five:[81,159,238],fix_siz:119,fixed_size_type_vector_column:42,flag:[],flags:[],flanc:162,flexibl:[0,90,173,189],flow:[],flower:235,fluent:13,flush:[42,43,102],flushviewoffil:42,focus:238,folder:[8,31],follow:[],followe:241,fontain:37,footnot:[162,238],forc:[],force_prefix:[42,144,213],foreground:151,forget:[78,104,172],fork:[17,151],form:[37,40,43,133,153,189,190,191,194,226,229,238,241,242],form_1:238,form_2:238,format:[],former:[46,156,194,200],formula:[162,233],found:[28,31,39,40,57,66,133,197,209,213],four:[81,89,151,168,193,211,238],fraction:[0,235,241],fragment:99,francisco:162,frank:159,freebsd:[],freed:[41,43,49,54,135],freq0:[156,210],freq1:[156,210],freq2:[156,210],freq:156,frequenc:[41,42,136,142,202,203,204,239],frequency_threshold:[37,136,156,207,208,210],frequent:202,fresh:192,friend:[3,237],friendli:39,friendship:237,from:[],from_column:89,fromtabl:89,fsf:39,ftb:44,ftp:[12,152],ful:144,full_nam:[119,132],fullfil:227,fulli:[39,153],fulltext:[24,25,26,30,47,113,133,138,144,151,165,166,173,175,190,191,194,196,211,227,240],fullwidth:42,fumiyasu:37,funa:41,func:[53,64,68,72],functin:191,function_name:81,function_not_implemented:229,furigana:136,further:235,futur:[37,40,78,110,116,130,131,162,201,223,229],fuzzi:[43,138],fuzzy_search:[],g0763d91:82,g8029ddb:[238,242],ga54c5f8:152,garbag:[37,40,41,87,119,156],garbage:40,gat:[236,238,245],gb6fd7f7:135,gb87d9f8:198,gcc:[24,26,28,29,37,39,40],gdb:[6,7],gem:12,gemfil:39,gener:[],genki:40,geo_dist:[],geo_distance2:[37,162],geo_distance3:[37,162],geo_in_circl:[],geo_in_rectangl:[],geodet:[215,245],geograph:[162,235],geoindex:[],geoloc:[],geometri:[37,42],geopoint:[],geosit:237,get:[],getaddrinfo:39,getenv:42,gettext:[17,18],gir:12,git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,21,33,37,39,40,41,42,43],gitter:[2,42,43],gituub:43,give:0,given:[39,40,43,176,237],glaser:43,glib:40,global:[],glossari:[],gmo:41,gnu:[],gnupg2:12,gobject:42,golubchik:42,gone:237,goo:[190,191],good:[0,17,28,113,133,142,144,168,190,191,192,212,213,240],googl:[133,190,202,203,204,209],goronga:31,goroo:221,got:[40,41],gpg:12,gpl:44,gps:0,gqtp:[],grace:[42,134],gram:[0,43,144,191,238],grand:241,graph:0,greas:235,greater_equal:173,gregex:40,grep:[24,25,26,30],grew:119,grn1:240,grn2:240,grn3:240,grn:[101,153],grn_address_is_in_use:85,grn_address_is_not_available:85,grn_api:56,grn_arg_list_too_long:85,grn_bad_address:85,grn_bad_file_descriptor:85,grn_between_too_many_index_match_ratio:41,grn_bool:63,grn_bool_rc:53,grn_broken_pipe:85,grn_builtin_typ:[63,69],grn_bulk:[43,56],grn_bulk_vsize:[53,56],grn_cach:[],grn_cache_clos:49,grn_cache_current_get:49,grn_cache_current_set:49,grn_cache_default_open:33,grn_cache_get_max_n_entri:49,grn_cache_open:49,grn_cache_set_max_n_entri:49,grn_cancel:[84,85],grn_cas_error:85,grn_column:[],grn_column_cr:50,grn_column_get_all_index_data:42,grn_column_index:50,grn_column_index_upd:50,grn_column_nam:50,grn_column_name_id:50,grn_column_name_id_len:50,grn_column_name_key:50,grn_column_name_key_len:50,grn_column_name_nsubrecs:50,grn_column_name_nsubrecs_len:50,grn_column_name_score:50,grn_column_name_score_len:50,grn_column_name_value:50,grn_column_name_value_len:50,grn_column_renam:50,grn_column_t:50,grn_column_trunc:[41,50],grn_command_error:85,grn_command_input_get_argu:42,grn_command_vers:[],grn_command_version_default:42,grn_command_version_max:51,grn_command_version_min:51,grn_command_version_stable:51,grn_cond:68,grn_conf_get:42,grn_conf_set:42,grn_config_cursor_get_kei:42,grn_config_cursor_get_valu:42,grn_config_cursor_next:42,grn_config_cursor_open:42,grn_config_delet:[42,94],grn_config_get:42,grn_config_set:42,grn_connection_refused:85,grn_content_json:52,grn_content_msgpack:52,grn_content_none:52,grn_content_tsv:52,grn_content_typ:[],grn_content_xml:52,grn_ctx:[],grn_ctx_at:[39,43,53],grn_ctx_batch_mode:41,grn_ctx_close:[37,41,53],grn_ctx_db:53,grn_ctx_fin:[39,53],grn_ctx_get:[50,53],grn_ctx_get_all_norm:42,grn_ctx_get_all_t:[42,53],grn_ctx_get_all_token:42,grn_ctx_get_all_token_filt:42,grn_ctx_get_all_typ:42,grn_ctx_get_command_vers:53,grn_ctx_get_match_escalation_threshold:62,grn_ctx_get_output_typ:53,grn_ctx_init:[37,53],grn_ctx_is_open:[42,53],grn_ctx_open:[37,53],grn_ctx_output_nul:42,grn_ctx_output_uint64:42,grn_ctx_per_db:[37,53],grn_ctx_recv:41,grn_ctx_send:[43,49,52,53],grn_ctx_set_command_vers:53,grn_ctx_set_fin:53,grn_ctx_set_match_escalation_threshold:62,grn_ctx_set_output_typ:53,grn_ctx_t:85,grn_ctx_use:53,grn_ctx_use_ql:41,grn_cursor_ascending:67,grn_cursor_by_id:67,grn_cursor_by_key:67,grn_cursor_descending:67,grn_cursor_gt:67,grn_cursor_lt:67,grn_cursor_prefix:67,grn_cursor_rk:67,grn_dat:37,grn_dat_repair:38,grn_db:[],grn_db_creat:54,grn_db_create_optarg:54,grn_db_float:42,grn_db_int:63,grn_db_key:38,grn_db_open:54,grn_db_recov:[41,42,43,54],grn_db_register_by_nam:36,grn_db_text:56,grn_db_touch:[35,54],grn_db_unmap:[42,54],grn_default_logger_get_path:39,grn_default_logger_get_rotate_threshold_s:42,grn_default_logger_set_path:39,grn_default_logger_set_rotate_threshold_s:42,grn_default_query_logger_get_path:39,grn_default_query_logger_get_rotate_threshold_s:42,grn_default_query_logger_set_path:39,grn_default_query_logger_set_rotate_threshold_s:42,grn_directory_not_empty:85,grn_domain_error:85,grn_dump_column_create_flag:42,grn_dump_table_create_flag:42,grn_ecmascript:46,grn_enc_utf8:[55,67],grn_encod:[],grn_encoding_pars:55,grn_encoding_to_str:55,grn_end_of_data:85,grn_exec_format_error:85,grn_expr_add_var:56,grn_expr_alloc:56,grn_expr_append_const:[11,56],grn_expr_append_const_int:56,grn_expr_append_const_str:56,grn_expr_append_obj:[11,56],grn_expr_append_op:[11,56],grn_expr_clos:56,grn_expr_compil:56,grn_expr_creat:56,grn_expr_create_for_query:11,grn_expr_estimate_s:42,grn_expr_exec:[42,53,56],grn_expr_get_keyword:56,grn_expr_get_var_by_offset:56,grn_expr_pars:56,grn_expr_syntax_escap:56,grn_expr_syntax_escape_queri:56,grn_expr_syntax_expand_queri:43,grn_expr_take_obj:43,grn_expr_var:[64,72],grn_false:[53,63],grn_file_corrupt:85,grn_file_exists:85,grn_file_read:42,grn_file_too_large:85,grn_filename_too_long:85,grn_fin:[42,71],grn_float_value:42,grn_function_not_implemented:85,grn_geo:[],grn_geo_cursor_next:57,grn_geo_cursor_open_in_rectangl:57,grn_geo_estimate_in_rectangl:[37,57],grn_geo_point:57,grn_geo_select_in_circl:37,grn_geo_select_in_rectangl:[37,57],grn_geo_table_sort:42,grn_get_default_cache_base_path:33,grn_get_default_command_vers:51,grn_get_default_encod:55,grn_get_default_match_escalation_threshold:62,grn_get_global_error_messag:42,grn_get_lock_timeout:48,grn_get_package_label:42,grn_hash_siz:42,grn_hash_tiny:42,grn_hook:[],grn_hook_entri:58,grn_hook_get:58,grn_hook_select:58,grn_hook_set:58,grn_id:[50,53,56,59,60,61,63,66,67,72],grn_id_nil:[53,56,66,67],grn_ii:[],grn_ii_buff:59,grn_ii_buffer_append:59,grn_ii_buffer_clos:59,grn_ii_buffer_commit:59,grn_ii_buffer_open:59,grn_ii_cursor:42,grn_ii_cursor_clos:42,grn_ii_cursor_next:42,grn_ii_cursor_next_po:33,grn_ii_cursor_open:42,grn_ii_cursor_set_min:42,grn_ii_cursor_set_min_enable:[42,43],grn_ii_estimate_size_for_lexicon_cursor:42,grn_ii_estimate_size_for_queri:42,grn_ii_max_n_chunks_tiny:43,grn_ii_max_n_segments_tiny:43,grn_ii_overlap_token_skip_enable:43,grn_ii_posting_add:43,grn_ii_sel:90,grn_illegal_byte_sequence:85,grn_improper_link:85,grn_in_values_too_many_index_match_ratio:41,grn_inappropriate_i_o_control_operation:85,grn_incompatible_file_format:85,grn_index_chunk_split_enable:43,grn_index_cursor:[],grn_index_cursor_next:[40,60],grn_index_cursor_open:60,grn_info:[],grn_info_typ:61,grn_init:[39,42,68,71,193],grn_input_output_error:85,grn_int32_value_float_value:42,grn_interrupted_function_call:[85,129],grn_invalid_argument:[63,66,67,85],grn_invalid_format:85,grn_invalid_seek:85,grn_io_expir:33,grn_io_flush:33,grn_io_open:121,grn_io_use_sparse:42,grn_io_version:41,grn_is_a_directory:85,grn_itoh:37,grn_ja_skip_same_value_put:40,grn_log_level:72,grn_log_level_pars:42,grn_log_level_to_str:42,grn_log_path:39,grn_logger:39,grn_logger_info:39,grn_logger_reopen:39,grn_logical_range_filter_enabled:42,grn_logical_range_filter_threshold:42,grn_lzo_error:85,grn_match_escal:[],grn_mecab_chunk_size_threshold:42,grn_mecab_chunked_tokenize_enabled:42,grn_mutex:68,grn_network_is_down:85,grn_ngram_tokenizer_remove_blank_disable:43,grn_no_buffer:85,grn_no_child_processes:85,grn_no_locks_available:85,grn_no_memory_available:85,grn_no_space_left_on_device:85,grn_no_such_device:85,grn_no_such_device_or_address:85,grn_no_such_file_or_directory:85,grn_no_such_process:85,grn_normalizer_error:85,grn_not_a_directory:85,grn_not_enough_space:85,grn_not_socket:85,grn_obj:[],grn_obj_add_hook:58,grn_obj_append:63,grn_obj_cast:42,grn_obj_cast_by_id:63,grn_obj_check:63,grn_obj_clear_lock:[37,63],grn_obj_clos:[11,41,42,53,60,63],grn_obj_column:63,grn_obj_column_index:[50,60],grn_obj_column_scalar:50,grn_obj_column_vector:50,grn_obj_compare:63,grn_obj_compress_lzo:50,grn_obj_compress_zlib:[43,50],grn_obj_db:54,grn_obj_decr:63,grn_obj_defrag:63,grn_obj_delete_by_id:[37,63],grn_obj_delete_hook:58,grn_obj_expir:63,grn_obj_fin:[53,56],grn_obj_flag:[50,56,66,69,72],grn_obj_flush:42,grn_obj_flush_recurs:42,grn_obj_get:63,grn_obj_get_element_info:61,grn_obj_get_hook:58,grn_obj_get_info:61,grn_obj_get_nhook:58,grn_obj_get_rang:63,grn_obj_get_valu:[37,63],grn_obj_id:63,grn_obj_incr:63,grn_obj_init:63,grn_obj_is_accessor:42,grn_obj_is_builtin:[37,63],grn_obj_is_data_column:33,grn_obj_is_expr:33,grn_obj_is_function_proc:42,grn_obj_is_key_accessor:42,grn_obj_is_lock:63,grn_obj_is_normalizer_proc:42,grn_obj_is_proc_proc:42,grn_obj_is_scalar_column:33,grn_obj_is_scorer_proc:42,grn_obj_is_selector_proc:42,grn_obj_is_t:42,grn_obj_is_text_family_typ:43,grn_obj_is_token_filter_proc:42,grn_obj_is_tokenizer_proc:42,grn_obj_is_true:42,grn_obj_is_typ:42,grn_obj_key_float:69,grn_obj_key_int:69,grn_obj_key_normalize:66,grn_obj_key_uint:69,grn_obj_key_var_size:69,grn_obj_key_with_sis:66,grn_obj_lock:63,grn_obj_nam:63,grn_obj_own:42,grn_obj_path:[40,63],grn_obj_path_by_id:[38,63],grn_obj_persistent:[50,66],grn_obj_prepend:63,grn_obj_reindex:42,grn_obj_reinit:63,grn_obj_remov:[37,42,63],grn_obj_remove_depend:43,grn_obj_renam:63,grn_obj_search:[43,65],grn_obj_set:63,grn_obj_set_element_info:61,grn_obj_set_fin:64,grn_obj_set_info:61,grn_obj_set_mask:63,grn_obj_set_valu:[63,67],grn_obj_table_dat_key:37,grn_obj_table_hash_key:[66,67],grn_obj_table_no_key:[66,67],grn_obj_table_pat_key:[66,67],grn_obj_type_to_str:43,grn_obj_unlink:[53,63],grn_obj_unlock:63,grn_obj_user_data:70,grn_obj_vector:[53,56,63],grn_obj_with_position:50,grn_obj_with_section:50,grn_obj_with_weight:50,grn_object_corrupt:85,grn_op_adjust:[11,43,65],grn_op_and:[11,65],grn_op_and_not:65,grn_op_but:11,grn_op_call:11,grn_op_fuzzy:43,grn_op_or:[11,65],grn_op_push:11,grn_op_term_extract:42,grn_oper:[50,56,57,65,66],grn_operation_not_permitted:85,grn_operation_not_supported:85,grn_operation_timeout:85,grn_operation_would_block:85,grn_order_by_estimated_size_enable:33,grn_parse_query_flag:42,grn_pat_at:35,grn_pat_cursor_next:42,grn_pat_del:42,grn_pat_fuzzy_search:43,grn_permission_denied:85,grn_persistent_cache_open:33,grn_plugin_calloc:43,grn_plugin_charlen:72,grn_plugin_command_cr:[41,72],grn_plugin_error:[72,85],grn_plugin_expr_var_init:[41,72],grn_plugin_fin:72,grn_plugin_free:72,grn_plugin_get_nam:42,grn_plugin_get_ruby_suffix:42,grn_plugin_get_suffix:37,grn_plugin_get_system_plugins_dir:37,grn_plugin_init:72,grn_plugin_isspac:72,grn_plugin_log:72,grn_plugin_malloc:72,grn_plugin_mutex:72,grn_plugin_mutex_clos:72,grn_plugin_mutex_lock:72,grn_plugin_mutex_open:72,grn_plugin_mutex_unlock:72,grn_plugin_proc_alloc:72,grn_plugin_proc_get_var:[41,72],grn_plugin_proc_get_var_bool:43,grn_plugin_proc_get_var_by_offset:[41,72],grn_plugin_proc_get_var_int32:43,grn_plugin_proc_get_var_str:43,grn_plugin_realloc:72,grn_plugin_regist:36,grn_plugin_register:72,grn_plugin_win32_base_dir:[42,72],grn_plugin_windows_base_dir:[42,72],grn_plugins_dir:42,grn_post:[57,60],grn_proc:[],grn_proc_creat:64,grn_proc_func:[53,64,72],grn_proc_function:72,grn_proc_get_info:64,grn_proc_get_typ:41,grn_proc_set_selector:41,grn_proc_typ:64,grn_ptr:42,grn_ptr_init:[53,56],grn_ptr_value_at:[53,56],grn_pvector:[42,53,56],grn_qlog_path:39,grn_queri:39,grn_query_expander_tsv_synonyms_file:200,grn_range_error:85,grn_rc:[48,49,50,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,71,72],grn_read_only_file_system:85,grn_request_canceler_cancel_al:43,grn_resource_busy:85,grn_resource_deadlock_avoided:[63,85],grn_resource_temporarily_unavailable:85,grn_result_too_large:85,grn_retry_max:85,grn_scan_info_regexp_dot_asterisk_enable:33,grn_scorer_error:85,grn_search:[],grn_search_optarg:[42,65],grn_select:133,grn_selector_func:41,grn_set_default_cache_base_path:33,grn_set_default_command_vers:51,grn_set_default_encod:55,grn_set_default_match_escalation_threshold:62,grn_set_lock_timeout:48,grn_snip:[39,41],grn_snip_clos:41,grn_socket_is_already_connected:85,grn_socket_is_already_shutdowned:85,grn_socket_is_not_connected:85,grn_socket_not_initialized:85,grn_stack_over_flow:85,grn_success:[48,49,50,53,54,56,63,71,72,85,193],grn_syntax_error:85,grn_t:42,grn_tabl:[],grn_table_add:66,grn_table_apply_expr:33,grn_table_at:[35,38,63,66],grn_table_column:66,grn_table_cr:66,grn_table_cursor:[],grn_table_cursor_clos:67,grn_table_cursor_delet:67,grn_table_cursor_get_kei:67,grn_table_cursor_get_valu:67,grn_table_cursor_next:[35,67],grn_table_cursor_open:[35,67],grn_table_cursor_set_valu:67,grn_table_cursor_t:67,grn_table_dat_key:66,grn_table_delet:[42,66],grn_table_delete_by_id:[42,66],grn_table_differ:66,grn_table_fuzzy_search:43,grn_table_fuzzy_search_with_transposition:43,grn_table_get:[38,66],grn_table_get_kei:66,grn_table_group:[42,66],grn_table_group_flag:[42,66],grn_table_group_result:66,grn_table_hash_key:[57,66],grn_table_lcp_search:66,grn_table_pat_key:66,grn_table_renam:66,grn_table_s:[11,66],grn_table_select:[],grn_table_select_and_min_skip_enable:33,grn_table_select_enough_filtered_ratio:43,grn_table_select_sequenti:43,grn_table_setoper:[43,66],grn_table_sort:66,grn_table_sort_asc:66,grn_table_sort_desc:66,grn_table_sort_flag:66,grn_table_sort_kei:66,grn_table_trunc:[37,66],grn_table_upd:66,grn_table_update_by_id:66,grn_text_len:56,grn_text_printf:41,grn_text_value:56,grn_text_vprintf:41,grn_thread_:[],grn_thread_get_limit:[42,68],grn_thread_get_limit_func:68,grn_thread_set_get_limit_func:[68,143],grn_thread_set_limit:68,grn_thread_set_limit_func:68,grn_thread_set_set_limit_func:[68,143],grn_token_filter_error:85,grn_tokenize_only:43,grn_tokenizer_error:85,grn_tokenizer_query_open:39,grn_too_large_offset:85,grn_too_many_links:85,grn_too_many_open_files:85,grn_too_many_open_files_in_system:85,grn_too_many_symbolic_links:85,grn_too_small_limit:85,grn_too_small_offset:85,grn_true:[53,63],grn_type:[],grn_type_cr:69,grn_unknown_error:85,grn_unsupported_command_version:85,grn_update_not_allowed:85,grn_user_data:[],grn_vector_pop_el:42,grn_void:43,grn_window_function_error:85,grn_zlib_error:85,grndb:[],grnline:238,grnslap:[],grntest:[12,13,35,37,39,43],grnwrap:238,gro:[156,175],gronga:[200,209],gronnga:209,groo:[133,156],groogna:[31,38,39,133,156,190],groogna_default_command_vers:223,groonga1:80,groonga_cache_base_path:33,groonga_cache_limit:[],groonga_cli:191,groonga_clone_dir:12,groonga_database_auto_cr:[],groonga_dir:12,groonga_dist:39,groonga_get_thread_limit:68,groonga_log_level:[],groonga_log_path:[],groonga_n_record:40,groonga_org_path:12,groonga_path:152,groonga_query_log_path:[],groonga_set_thread_limit:68,groonga_vers:37,groongau0000ful:213,grooon:156,grooonga:33,group:[],group_kei:[],grroonga:209,gtar:29,gted:17,gtihub:37,guard:[42,204],guess:28,gui:132,gurun:189,gurunavi:[33,42,43],gzcat:43,gzip:[],gzip_typ:223,had:[17,42,43,202],hai:11,half:194,halfwidth:194,hana:237,hanako:100,hand:[0,18,42,43,133,153,156,173,178,235,240],handl:[40,41,42,43,53,85,90,153,211,213,214,233,235],hang:40,hanleabl:90,hard:214,hardcod:110,hash:[],hash_index:241,hash_kei:[119,120],hash_key:211,hash_tag:241,hat:28,hatak:[41,42],have:[0,6,7,16,17,28,41,42,52,54,74,81,85,89,90,91,103,113,115,119,120,133,134,136,138,140,153,156,172,190,191,192,194,196,200,205,208,210,212,213,214,215,222,223,227,235,238,242],haystack:11,hdd:152,head:[41,133,150,153,229],header:[],heavi:[102,133,221],held:42,hello:[42,113,133,142,191,192,212,213],help:[],hemispher:39,hendro:40,here:[6,7,8,17,18,21,28,30,31,46,49,52,53,54,56,68,71,72,74,78,82,83,84,85,86,89,90,91,93,94,95,96,100,101,102,103,104,105,106,110,111,112,113,114,115,116,117,119,120,122,123,127,128,129,130,131,132,133,134,135,136,138,140,141,142,144,145,146,149,151,153,155,156,157,159,162,165,166,167,168,169,172,173,175,178,187,190,191,193,194,196,200,201,202,203,204,207,208,210,211,212,213,214,223,229,236,240,245],hereaft:0,hex:[191,237],hidden:0,hide:40,hideki:[40,41,42],high:[0,78,133,189,203],high_scor:89,higher:[90,133,136],highight_ful:165,highli:[202,203,204],highlight:[43,165,166],highlight_ful:[],highlight_html:[],hino:40,hiragana:[172,190,191,197,207,213],hiro:42,hiroaki:[42,43],hiroshi:[37,41,42,43],hirotaka:42,hiroyuki:[42,43],histori:37,hit:[40,90,133,189,243],hmm:241,hobbi:193,hoge:[151,160],hold:[235,239],home:[12,28,113,115,213],homebrew:[],homepag:152,hook:[21,115],horikoshi:37,host1:201,host2:201,host:[6,7,8,21,37,151,152,156,201,205,229,242],host_name_or_ip_address:[229,242],hostnam:[39,151,152,153,229],hostname:154,hottolink:44,hour:[48,191,193,241],how_to_use_range_index:111,howev:0,howto:43,html:[],html_untag:[],htpasswd:[153,223],http:[],httpd:[],httprewritemodul:153,https:[],hubeni:162,human:[91,138],hypertext:[],hyphen:[90,138,238],i18n:[],i386:[12,37],i686:152,ichii:37,id_column:50,idea:133,identifi:[89,100,215],ideographic:42,idf:[41,202,203,204],ieee:215,ifexist:103,iff:238,ignor:[33,39,40,41,42,43,54,100,116,129,133,144,190,200,211,213],ignore:[37,39,42],ii_buff:59,ill:230,illegal_byte_sequence:229,illustr:236,imagin:[133,236],immedi:[0,42,43,129,134,153,156],immediat:134,immut:119,implement:[17,37,39,41,42,43,44,84,89,90,110,113,130,131,133,153,154,162,172,191,204,205,211,221,222],implemnt:222,improper_link:229,improv:[37,40,41,42,43,153,169,189,227],improve:[33,37,39,40,41,42,43],in_record:[],in_valu:[],inaccur:39,inada:40,inappropriate_i_o_control_operation:229,inc:[33,41,42,43],includ:[6,16,40,41,42,43,81,89,91,93,110,112,113,115,116,119,121,122,123,127,133,141,142,144,156,159,175,191,200,203,204,213,223,238],include:[113,130,131,133],incompat:[33,39,40,41,42,43],incompatible_file_format:229,incomplet:43,incorrect:41,increas:[0,6,7,33,42,68,78,117,130,133,135,144,145,156,162,201,204,213,214],increment:83,incres:41,independ:[0,111,153],index_1:132,index_2:132,index_blog:240,index_column:[],index_column_name:132,index_column_name_with_table_name:132,index_column_value_statistics_n_array_segments:119,index_column_value_statistics_n_buffer_segments:119,index_friend:237,index_medium:[90,119],index_messag:240,index_n:132,index_point:237,index_small:[90,119],index_tag:237,index_titl:240,indexblog1:240,indexblog2:240,indexbuf:50,indic:[40,144,162,193,238,243],infinit:[37,39,41,42,138],influenc:[151,153],info:[42,43,90,107,108,151,153,201,204],inform:[],informat:[151,193],inherit:40,inhibit:38,init:[25,28,39,40,41,64],initi:[33,37,39,41,42,43,53,71,72,113,133],innodb:0,input:[],input_file_name:81,input_output_error:229,input_typ:103,insensit:[133,172,201],insert:[39,175,238],inspect:[33,40,41,42,43,119,132],inst:40,instal:[],install:[],installer:[],instantli:[0,175],instead:[21,23,26,28,31,33,37,39,40,41,42,43,53,72,88,90,113,119,127,133,135,138,151,153,162,165,166,173,175,189,190,191,194,196,201,211,217,227,229,244],instroduc:40,instruct:[43,156],insuffici:[43,235],int16:[],int32:[],int64:[],int8:[],integ:[42,43,78,85,119,120,133,143,151,191,215,229,235,238],integer:[],integr:[21,39,40],integral:235,intel:152,intend:[39,41,178,190,240],intens:153,interact:[229,238],interest:[3,42,201,238],interfac:[39,156,198,238],intern:[38,40,41,42,43,49,52,53,119,120,175,235],internal:41,internet:[0,189],interpret:[12,38,190],interrupted_function_call:229,interv:[43,191],introduc:[3,41,42,43],introduct:[],introspect:39,intuit:243,inv_res_column:152,inv_thread_column:152,invalid:[33,37,39,40,41,42,43,55,72,90,102,133,138],invalid_argument:229,invalid_format:229,invalid_seek:229,invers:[41,202,204],investig:[40,43,233,236],io_flush:[],ipa:26,ipad:[26,27,213],iptabl:[223,242],is_a_directory:229,is_anim:235,is_popular:[113,133],is_removable_t:140,is_stop_word:[41,42,142,212],isn:[6,7,8,28,39,40,41,42,43,46,53,54,68,81,84,86,90,91,102,103,111,113,115,119,130,131,132,133,136,138,140,151,153,175,190,200,205,207,208,209,213,229],iso:191,isobe:40,isssu:40,issu:[],itagaki:35,item:[42,46,94,95,96,133,136,138,147,156,172,207,208,210,211,223,227],item_:136,item_dataset:[155,210],item_queri:[136,155,156,207,208,210],item_query_kana:156,item_query_kei:156,items_index:172,iter:[42,191],itself:[40,41,78,144,190,200,201],ivh:26,iwai:[38,39,40,43],iwamatsu:43,jacob16bit:42,jame:243,jan:241,januari:191,japan:[100,207,236,242,245],japanes:[0,2,17,19,39,41,190,191,197,207,213],jason:243,javascript:[],jeff:243,jekyl:12,jemalloc:41,jennif:243,jersei:241,jessi:[],jinja2:12,jira:43,jiro:237,jis:197,job:152,john:[100,243],join:2,joseph:243,jqueri:41,json:[],jsonp:[42,156],juli:42,juman:26,jumand:26,jun:[41,42],just:[],kagami:42,kakesa:42,kana:[136,155,156,197,207,208,210],kanako:40,kanji:[197,213],kashihara:41,katagiri:40,katakana:[136,172,194,197,207,213],kawada:41,kawaji:39,kazuhiko:[39,41,43],kazuhiro:40,keep:[32,37,43,49,53,78,84,153,192,203,204,213],kei:[],ken:237,kenichi:[35,37],kentaro:40,kept:133,kernel:[39,214],key1:[33,89],key2:33,key:42,key_1:132,key_2:132,key_column:50,key_float:120,key_geo_point:120,key_index:140,key_int:120,key_large:[32,43,138,211],key_length:229,key_n:132,key_name:[113,133],key_normalize:[39,42,138,194],key_siz:66,key_typ:[],key_type:132,key_uint:120,key_var_size:120,key_with_sis:[138,190,191,243],keyboard:133,keybuf:66,keyr:[25,39],keys_zon:153,keyword1:[39,165],keyword2:[39,165],keyword:[],keyword_cont:56,keyword_s:56,kfc:196,kill:134,kind:[],kinjir:237,kisk:39,kitaiti:43,kiyokawa:43,klose:42,know:[42,90,102,133,149,213,236,237,241],knowledg:0,known:[0,40,110,175,191,202,238,242],koi8r:[28,39,151],koji:39,konishi:40,korea:236,kosuk:40,kou:[113,115],kouhei:40,kuriyama:[41,42],kwic:175,kytea:[28,39,40,144],label1:[41,113,133],label2:[113,133],label:[],label_1:133,label_2:133,label_n:133,lager:40,lake:196,langasek:43,languag:[],language:17,larg:[],larger:[41,42,78,84,97,113,119,120,133,138,151,157,175,210,211,214,229],larget:129,largetext:211,last:[39,42,53,144,156,213],last_modifi:241,lat:152,late:133,latenc:152,later:[37,39,40,41,42,43,89,110,133,151,165,166,167,178,194,201,205,238],latest:[],latin1:[28,39],latin:151,latinov:43,latitude_in_degree:191,latitude_in_degreexlongitude_in_degree:191,latitude_in_msec:191,latitude_in_msecxlongitude_in_msec:191,latter:[46,156,194,200],launchpad:[12,30,41],layer:42,layout:12,lc_messages:17,lcov:14,lead:[133,175,238],leak:[35,37,39,40,41,42,43,135],leakag:244,leaner:157,lear:210,learn:[],learner:[],least:[39,42,86,90,168,178,190,214,233],left:[],left_hand_side_el:43,leftmost:191,lemon:46,length:[39,43,72,235],less_equal:173,let:[],letter:194,level:[39,40,41,42,43,72,90,107,108,151,153,157,193,229,236],lexcon:238,lexicon2:240,lexicon:[],lexicon_t:152,lgpl:44,lib:[27,35,40,120,122,123,127,149,153,227],libedit:[26,28,37,39,42],libev:[25,28,30,38],libgcc_s_sjlj:41,libgroonga:[20,238],liblzo2:[25,30],libmecab:[12,25,30],libmemcach:14,libmsgpack:[25,30],libstemm:41,libtool:[6,42],libwinpthread:41,libzmq:[25,30],lic:168,licens:[12,39,41,44],life:42,lifecycl:21,light:[93,118,120,141,221],like:[],limit:[],line:[],line_content:81,line_number:81,link:[39,41,42,133,190,191,235,236,242],linux:[],lion:39,listen:[39,153,223,229,242],liter:[],littl:[133,151,153],live:[138,241],lldb:[6,7],llt:144,load:[],loaded_id:43,loaded_value:131,local:[0,6,7,12,17,18,27,28,151,153,191],locale:17,localhost:[12,129,150,151,152,153,156,198,223,229],localstatedir:[],location_in_groonga:81,location_in_input:81,location_str:241,lock_acquir:[],lock_clear:[],lock_releas:[],log1:89,log:[],log_20160320:115,log_level:[],log_put:[],log_reopen:[],log_repoen:39,logal:21,logger:[39,42],logic:[],logical_:[111,205],logical_count:[],logical_filtered:112,logical_paramet:[],logical_range_filt:[],logical_select:[],logical_shard_list:[],logical_table_name:[113,205],logical_table_remov:[],logicalselectcommand:113,logicaltableremovecommand:115,login:214,logo:39,logrot:[39,41,42],logs_20150203:[110,112,115],logs_20150204:110,logs_20150205:110,logs_20150801:114,logs_20150802:114,logs_20150814:205,logs_20150815:205,logs_20150930:114,logs_20160318:115,logs_20160319:115,logs_20160320:115,logs_20160320_:115,logs_20160320_timestamp:115,logs_message_index:201,logs_timestamp:128,logyyyymmddhhmmss:156,london:162,longer:[44,53,104,119],longest:[37,66,191],longitude_in_degree:191,longitude_in_msec:191,longitudexlatitude:40,longtext:[],look:85,loop:[39,41,42,43],loose_items_index:172,looseitem:172,lost:[33,43],lot:40,lower:[90,133,138,144,201,238],lowest:133,lru:86,lte:144,lts:[21,30],lucid:[35,40],lunch:0,lz4:[],lzo:[37,39,40,41],lzo_error:229,m64:29,mac:[],machin:[41,151],macport:[],macro:[37,40,41,42],made:[37,39,42,238],madrid:162,mai:[0,20,28,32,33,37,39,40,41,42,43,49,50,54,68,81,90,91,93,102,104,105,106,110,116,118,129,130,131,132,135,136,138,140,141,149,153,156,168,190,191,200,201,202,203,204,211,213,214,223,237,240],mail_column:152,mailarch:12,main:[12,25,68,113],mainli:[41,241],mainlin:[41,42],mainstream:0,maintain:213,mainten:213,major:23,make:[],makecach:39,makefil:[7,8],makoto:43,malfunct:42,malloc:41,man:43,manag:[0,18,21,28,46,53,54,83,97,119,129,147,149,151,153,175,200,211,223,242],mani:[0,3,17,28,32,37,40,41,42,43,68,78,90,102,110,112,113,115,120,133,138,140,142,144,153,155,175,190,191,201,202,203,204,209,211,214,221,222,223,227,235,236,238],manipul:189,manner:[133,238],manual:[],map:[37,42,46,89,97,110,133,193,207,214,233],map_hugetlb:37,mariadb:[40,41,43],mark:[33,38,41,42,43,90,138,194,212,213,227,241],marku:39,markup:[16,42],masafumi:[40,41,43],masaharu:[38,39,40,43],masahiro:[35,40,41],masanori:43,masatoshi:42,massachusett:241,master:[17,21,153],match:[],match_column:[],match_columns:40,match_escalation_threshold:[],matsuu:35,matthia:42,matur:[1,110,227],maverick:37,max:[],max_array_segment_id:119,max_buffer_segment_id:119,max_command_vers:[82,135,153,198,229,238,242],max_command_version:135,max_concurr:150,max_dist:43,max_in_use_chunk_id:119,max_in_use_physical_segment_id:119,max_interval:191,max_length:168,max_nfthread:68,max_section_id:119,max_siz:67,max_total_s:119,max_tp:150,max_value:214,maximium:133,maximum:[32,42,83,90,110,113,115,119,120,133,138,159,191,202,203,211,229,233,235,238],mcdonald:196,mdev:[42,43],mean:[28,39,40,41,42,43,46,48,52,56,57,63,72,78,84,85,90,91,97,102,104,105,106,107,110,112,113,115,119,121,128,129,133,135,136,144,147,151,153,156,178,190,191,193,194,196,197,200,201,203,204,205,207,213,214,233,235,236,238,245],meaning:42,meaningless:[46,201],measur:[0,37],mecab:[0,12,24,25,26,27,28,30,37,39,40,41,42,43,44,120,213],mecab_new2:39,mecab_strerror:41,mecabrc:27,mechan:[39,42,153,223],media:41,median:41,medium:[],meerkat:37,meet:[41,241,245],meetup:42,memcach:[],memo1:202,memo2:202,memo3:202,memo4:202,memo5:202,memo6:202,memo7:202,memo:[42,120,132,168,169,173,187,202,203,204,212],memo_index:41,memori:[],memos_cont:212,memos_content_index:[120,132],memos_tag:169,memset:42,mention:178,menu:[31,133],mercuri:12,merg:[0,17,39],meridian:162,merit:[133,151,153],messag:[],message:[43,108,193],message_index:[203,204],message_pack_install_prefix:[],messagepack:[],met:178,meta:[39,91],metadata:[33,39,43,90,120,130,131,202,203,204,241],meter:[162,245],method:[40,42,119,132,154,197,207,213,238],micro:[],microsecond:[193,235],microsoft:[8,31,42],midnight:191,migrat:[41,113,133,190,191],mike:100,million:[32,90],millisecond:[48,84,151,156,191,235,245],mime:[42,223],min:[],min_siz:67,minagawa:[40,41,43],mind:[32,205],mine:0,mingw:12,minim:[153,159],minimum:[24,25,26,30,72,113,115,133,191,227],minut:[191,193,207,208,245],minute:241,mip:43,mipsel:43,mismatch:[33,41,43],miss:[37,39,40,41,42,43,200],mitani:41,mitsuhiro:35,mitsuo:40,mix:[42,78,136,154,213],miyashita:43,mizuhara:42,mkdir:101,mkostemp:41,mktime:42,mmap:[],mobil:0,mode1:168,model:[41,143,151,229],moden:168,modern:241,modif:42,modifi:[28,43,233,242,244],modul:[],moero:237,monei:237,monitor:[24,25,26,30,40],monkei:235,month:[42,191,193,205,237,241],montywi:38,more:[0,6,7,28,32,33,39,40,41,42,43,53,72,74,78,90,91,102,113,115,119,120,128,133,136,138,140,149,151,153,156,157,168,169,172,173,175,178,190,191,192,197,200,201,202,203,204,205,208,209,211,212,213,214,215,223,229,235,238,241,243],moreov:245,moritapo:237,moritar:240,morn:192,morpholog:[0,28,191,213],most:[41,42,53,57,78,79,90,113,120,133,190,191,201,203,213,223,235,238],motoi:40,move:[16,31,37,39,42,89,97,119],movi:237,mpaa:159,mrb:42,mrb_valu:43,mrubi:[6,7,8,12,40,41,42,43,130,131,205],msec:[37,48],msg_control:42,msg_controllen:42,msg_flag:42,msg_id:12,msghdr:42,msgpack:[33,42,43,198,223,229],msvc:42,msyql:78,mte:44,multi:[],multibyt:[37,43],multilin:201,multipl:[],multipli:191,multithread:[42,97,129],munin:[],murakami:[33,40,41,42,43],museum:241,musha:42,music:[193,237],must:[6,7,8,28,41,42,43,46,49,50,54,56,57,63,71,72,74,89,90,91,93,97,100,102,103,104,105,106,110,112,113,119,121,129,133,136,138,141,143,149,151,153,156,157,167,172,178,187,190,191,201,203,204,205,210,214,223,229,233,235,238,242],mutabl:119,mutex:[40,72],mutex_lock:68,mutex_unlock:68,mxcl:12,myisam:0,mysql:[0,24,25,26,30,41,42,43,44,78,116,133,165,166,175,194,200,202,205,209],n29:191,n_array_seg:119,n_buffer_seg:119,n_builtin_type_nam:54,n_bytes:120,n_element:[43,120],n_elements:120,n_entries:86,n_garbage_chunk:119,n_garbage_chunks_in_space0:119,n_garbage_chunks_in_space13:119,n_garbage_chunks_in_space1:119,n_garbage_seg:119,n_hits:133,n_kei:66,n_keyword:56,n_like:[81,113,133,190,191,214],n_likes_class:133,n_likes_cumulative_sum_per_tag:[113,133],n_likes_str:[113,133],n_likes_sum_per_tag:[113,133],n_loaded_record:43,n_max_threads:143,n_queri:[82,135,153,198,229,238,242],n_queries:135,n_record:119,n_result:66,n_tabl:53,n_unmanaged_seg:119,n_var:72,nagano:41,naist:213,naiv:236,nakai:40,nakamura:42,name1:[113,133,191],name2:[113,133,191],name:[],name_1:[238,242],name_2:[238,242],name_s:[50,53,56,63,64,66,69,72],name_t:119,namebuf:[50,63],names:120,nanosecond:[81,193],naoina:[39,40],naoya:[33,40,41,42,43],narg:56,narrow:[],narwhal:37,natanael:42,natti:37,natur:[33,43],ncpu:27,nearbi:0,necessari:[37,238],need:[0,5,6,7,8,17,18,21,28,29,31,32,37,39,41,42,46,49,52,53,56,68,71,78,81,90,97,102,104,110,111,113,114,115,116,122,127,129,133,134,138,140,144,146,149,151,153,154,156,166,172,175,190,191,194,197,198,200,201,202,203,204,205,207,208,210,211,213,214,223,226,229,233,238,240,243,244,245],needl:11,needleess:39,needless:[33,38,39,40,42,43,84],neg:[39,42,48,53,64,72,85,133],neglig:41,neighbor:0,neither:102,neolog:213,neologd:213,nest:[],nested_reference_column:133,net:[2,12,235,236,237,238,242,245],netbsd:40,netinet:42,network:[39,223,229,237],network_is_down:229,never:[28,42,111,136,201],new_column:46,new_limit:68,new_release_date:12,new_seri:89,new_tag:89,new_value:133,new_version:12,newark:241,newer:[18,41,42],newid:89,newli:[0,41,49,90,146,175,192],newlin:[37,38,42],newnam:89,newvalu:50,next:[0,41,42,57,64,112,133,156,237,238],nfkc51lexicon:194,nfkc:194,nfs:28,nfthread:68,nginx:[],nginxhttpstubstatusmodul:41,ngx_http_proxy_modul:153,nice:192,night:[192,244],nightli:12,niho:172,nihon:[172,207],niku:41,nine:238,nippon:207,nise_nab:41,no_buffer:229,no_child_processes:229,no_kei:119,no_key:211,no_locks_available:229,no_memory_available:229,no_space_left_on_device:229,no_such_device:229,no_such_device_or_address:229,no_such_file_or_directory:229,no_such_process:229,noarch:[24,26],nobuhiro:43,node:[12,21,39,42,43],nogpgcheck:39,nois:[156,208,213],nokubi:41,nomal:[39,133,153],nomral:190,non:[39,40,42,43,81,90,119,133,149,190,191,213],none:[28,104,105,106,113,116,119,128,133,138,142,144,151,153,155,156,229,240],nonexist:[33,41,42,43,46,94,95,113,133],nonexistent_command:42,nor:[133,138],noraml:144,normal:[],normalizeauto:165,normalized_text:116,normalizer_1:132,normalizer_2:132,normalizer_list:[],normalizer_n:132,normalizer_name:132,normalizer_name_1:132,normalizer_name_2:132,normalizer_name_n:132,normalizerauto:[],normalizernfkc51:[],normalizs:138,normallexicon:194,normalzi:165,northern:39,nosuchfileordirectori:42,not_a_directory:229,not_enough_space:229,not_equal:173,not_socket:229,notat:[39,40,191],note:[0,26,33,37,39,40,41,42,43,72,90,100,102,110,112,121,129,130,131,133,138,151,153,156,167,187,191,214,223,233,235,236,238,242],noth:[42,52,68,102,133,149,151,153,187,207,209],notic:[43,90,107,108,151,153,203,204],notice:42,notif:[40,193],notifi:129,notrelated_20160320:115,now:[],nroonga:[21,173,240],nsi:12,nsubrecs_column:50,nsubrecs_str:113,nterm:87,nth:113,nul:[37,72,213],number1:191,number2:191,number:[],number_classifi:[],number_literal:42,numer:[],nvar:64,o_binary:39,obata:[35,37,40,42,43],obj:[50,54,56,58,61,63,64,65,70,87],object1:191,object2:191,object:[],object_1:120,object_2:120,object_corrupt:229,object_exist:[],object_inspect:[],object_list:[],object_n:120,object_remov:[],objnam:[88,99],obsolet:[42,197,227],obtain:72,obviousli:235,occur:[33,39,40,41,42,43,53,57,81,93,113,133,136,141,156,200,214,244],occurr:204,ocelot:[37,40],octal:191,october:41,odd:191,off:[37,41,153,213],offici:[8,26,37,173],official:12,offlin:[33,38,39,40,41,42,43,192],offline:[],offset:[],often:[102,159],ohkubo:43,ohzeki:41,okapi:[202,204],old:[],old_release:12,old_release_date:12,older:[42,241],oldvalu:50,omit:[37,81,102,104,105,106,122,123,127,128,133,144,156,162,198,207,211,238],onc:[37,39,41,71,113,133,153,156,236,240,241],once:194,one:[0,78,133,140,156,157,175,205,240,245],one_character:43,oneiric:[37,40],oneself:41,onga:175,ongaeshi:[39,40,42],onigmo:[33,41,42,43,201],oniguruma:42,onli:[0,6,7,17,21,23,24,25,26,30,31,32,33,39,41,42,43,46,49,52,63,71,72,84,85,86,90,91,94,95,97,100,101,102,103,104,105,106,111,112,113,114,115,118,119,120,121,122,123,127,128,129,130,131,133,134,135,136,138,140,143,144,146,149,151,153,154,156,159,165,166,167,168,172,173,175,178,190,191,192,194,196,200,201,202,203,204,205,211,213,223,227,235,238,240,243,245],onlin:192,online:[],only:[43,113,129,133,140,153],onto:214,ooo:211,opaqu:[49,229],opear:191,open:[],open_tag1:165,openbsd:[42,43],opene:42,opened:120,oper:[],operat:[],operation_not_permitted:229,operation_not_supported:229,operation_timeout:229,operation_would_block:229,operator:33,optarg:[54,65],optim:[33,41,42,43],optimum:153,option:[],options:[],oracl:[],orangain:40,order:[],org:[12,17,24,25,26,27,28,29,30,31,41,42,78,101,152,153,167,235,236,237,238,242,245],orient:[0,175,235],origin:[],orilldown:236,orphan:40,osanai:[41,42],osdn:[2,12,42],otehr:138,other:[],other_table:42,otherwis:[21,49,53,63,72,93,94,96,100,104,105,106,107,115,118,119,120,128,129,132,140,146,159,168,169,173,178,191,238],ouput:40,our:[2,17,205],out:[13,23,24,25,26,30,31,41,84,178,240],out_gqtp:152,out_http:152,out_loc:152,outdat:[41,43],output:[],output_column:[],output_error:33,output_id:43,output_pretti:82,output_typ:[154,198],output_type:154,outsid:41,over:[0,39,40,41,42,43,165,233,242],overcom:110,overcommit:214,overcommit_memori:[],overflow:[37,40,41,42,43,235],overhead:[41,119,227],overrid:[28,46],overwrit:[43,84],overwritten:245,own:[0,33,39,42,56,110,191,235],owner:[40,42,153],pack:[],packag:[],page:[],pagerank:[202,203,204],pagin:[12,238],pai:133,pair:[42,119,120,133,200,207,208,209,210,235],pair_dataset:[155,210],pair_queri:[136,155,156,207,208,210],pakcag:26,pangolin:[33,39],paragraph:238,parallel:[0,6,7,12,43],paramet:[],parameter1:153,parameter_name1:154,parameter_name2:154,parent:[113,133,153],parenth:103,parenthes:238,pari:162,park:241,parker:42,pars:[33,41,43,55,56,173,189],parser:[190,201],part:[],partial:[11,42,205,207,209,229],partitioning:110,pass:[6,7,8,12,33,37,38,42,43,54,68,129,143,153,156,162,173,190,191,201,238,242],past:39,pat:[38,39,43],pat_kei:[119,120],pat_key:211,path:[],patiricia:42,patprefix:243,patricia:[],patsuffix:243,pattern:[0,33,42,81,168,190,191,201],pcre:[39,153],penalti:40,pend:42,pentium:152,peopl:[0,90,213],people_age_index:90,people_age_medium_index:90,people_age_small_index:90,people_key_roles_index:90,people_roles_index:90,per:[],percentag:135,perfect:[0,204],perfectli:111,perform:[],period:[],perl:153,permiss:[28,41],permission_denied:229,permit:115,persist:[],persistent:[91,93,120,139,141],person:[],pgp:12,pgroonga:[42,193,202,205],php:[12,39,41,42,221],phrase:[],physic:87,pid:[28,34,37,42,43,151,193],pikonyan:237,pip:18,pipermail:41,piro:41,pkg:[28,29,35,37,39,42],place:[2,28,241],placehold:40,plai:[0,244],plain:[42,167],plan:243,platform:[],platorm:43,player1:89,player:[89,141],pleas:[2,3,17,19,25,28,41,42,43,54,202,203,204,227,238],pluggabl:0,plugin:[],plugin_1:132,plugin_2:132,plugin_id:120,plugin_n:132,plugin_name:132,plugin_name_1:132,plugin_name_2:132,plugin_name_n:132,plugin_regist:[],plugin_unregist:[],poedit:17,point:[],pointer:[43,72],pole:162,polici:40,pool:68,poor:200,popular:[42,78,113,133,151],port:[27,40,41,44,151,152,153,154,156,198,223,227,229,242],port_number:[226,229,242],portabl:[37,40,153],posit:[41,43,57,72,78,85,90,91,119,132,133,142,143,144,213,238],posix:[42,191],possibl:[],post:[],posted_bi:241,postfix:[110,112,113,115],postgresql:[0,33,175,205],potenti:40,power8:41,power:[133,201],poyonga:221,ppa:[],practic:[0,41,235],pragma:133,pre:156,precis:[0,12,33,39,42,43,81,90,207,213,215,238],preconfigur:[24,25,26,30,227],predic:42,predict:[138,211,213],prefer:42,preferenti:97,prefix:[],prefix_match_s:43,prefix_rk_search:[],prefix_search:[37,136],prepar:[],prepend:[153,190,191],press:17,pretti:[],prevent:[40,43],previou:[39,40,41,43,143,156,201,202,227,235,236,240],price:235,primari:[],print:[],prioriti:[0,133,207],privileg:[40,242],probabl:136,problem:[33,37,39,40,42,43,49,115,121,153,190,191,203,213,235],proc:[],proc_database_unmap:97,proc_object:121,proc_select:133,procedur:[39,40,43,172],process:[],processor:[0,24,25,26,30],product:[42,43,112,153,156],profil:241,program:[1,33,39,40,91,151,153,156,157,191],progress:193,project:[0,3,12,13,19,21,41,191,227],promot:40,prompt:[31,39,198,238],pronounc:189,proonga:221,proper:[41,81,110,133,241],properli:[39,42,190,242],properti:[],propos:[133,156,209],protocol:[],provid:[0,1,21,24,25,26,30,33,39,41,42,43,47,53,68,71,90,91,111,113,148,151,153,156,162,173,198,200,201,202,204,205,207,208,209,210,211,222,223,227,236,238,242],proxy_cache_path:153,proxy_cache_valid:153,proxy_pass:153,pseudo:[],pthread_:40,ptr:[35,72],pub:12,publish:[12,41,43],pull:[],pure:213,puropos:144,purpos:[40,43,78,110,173,238,242],push:[17,53],put:[17,41,42,133,154,190,197,201,204,214],pyenv:18,python:[12,18,221],q_cond:68,q_mutex:68,quantal:39,query:[40,193,200],query_expand:[],query_expans:[],query_flag:[],query_s:56,query_str:[],queryexpandertsv:[],question:[42,240],quetzal:39,quickli:[112,133,192],quiet:229,quit:[],quiz:237,quot:[40,103,116,144,190,191,238],quotat:[116,144],quotient:191,rab:[236,238,245],raccoon:237,radious_or_point:163,radix:191,rake:12,rakutan:240,ram:152,ran:207,rand:[],rand_max:174,random:245,rang:[],range:[],range_error:229,range_filt:[],range_index:[],ranguba:[33,41,78],rank:[41,238],rare:[40,42],rate:[40,159],rather:[42,78,91,133,192,201,202,203,204,213,221],raw:[21,40,43,119],rch:144,rdbms:[42,151],rdiscount:12,reach:214,read_only_file_system:229,readabl:[38,41],readi:[18,28,39,113,133,190,191,201],readme:[12,40],real:[0,46,68,133,135,175,214,215],real_nam:[46,94,95,96],realli:[113,133,190,191,244],realtim:[136,210],reason:[39,133,138,149,191,201,207,213,223,227,233,236],rebuild:42,recal:[0,189,213],receiv:[0,17,53,151,153,156,157,191,226,229],recent:[43,86],recogn:0,recommend:[6,7,8,23,24,25,26,30,31,33,41,42,43,46,81,133,153,156,169,190,191,201,213,214,221,223,227,238,242],reconstruct:41,record1:115,record2:115,record3:115,record:[],record_1_column_1:133,record_1_column_2:133,record_1_column_n:133,record_2_column_1:133,record_2_column_2:133,record_2_column_n:133,record_id:42,record_n_column_1:133,record_n_column_2:133,record_n_column_n:133,record_numb:[],records:133,recov:[],recover:[54,149],recreat:[42,43,128],recrod:133,rect:[39,162,163],rectangl:[],recurs:[],recycl:41,redcloth:12,redhat:37,redmin:41,reduc:[0,33,39,40,42,43,90,97,111,149,168,197,201,208,211,223,227,244],refer:[],referenc:[33,39,40,90,100,102,115,133,138,140,236],reference_column:[41,42,133,140],reference_vector_column:40,referenced_table_name:102,referencedbycolumn:140,referencedbyt:140,referencedt:140,referencet:140,refin:[0,40],refresh:237,regard:[40,154,190],regardless:42,regexp:[33,41,42,173],regexplexicon:[128,201],region:[196,245],regist:[],regress:[40,41,42],regular:[],regular_expression:201,reindex:[],rel:[37,41,133],relat:[],relationship:[],relax:214,releas:[],relev:[0,238],reload:200,remain:[33,40,43,97,193,201],remaind:191,rememb:133,remot:[],remov:[],remove_blank:116,remove_t:115,remove_tokenized_delimiter:116,removep:63,renam:[37,39,40,42,46,89,93,141,211,238],reopen:[37,43,128],rep_gqpt:152,rep_gqtp:152,rep_http:152,rep_loc:152,repair:38,repeat:[0,17],replac:[41,42,46,155,157,191,201,244],replai:153,repli:[240,241],replic:202,replied_to:241,replied_us:241,replies2:240,replies_cont:240,reply_to:240,repoforg:39,report:[],repositori:[],repres:[56,120,151,189,191,201,235,237,244],represent:[17,55,56,78],reproduc:40,request_cancel:[],request_id:[42,43,83,129],request_timeout:[43,84],requir:[],res1:66,res2:66,res_column:152,res_tabl:152,rescord:189,reset:42,resiz:72,resolut:[],resolv:[],resourc:[],resource_busy:229,resource_deadlock_avoided:229,resource_temporarily_unavailable:229,resours:49,respect:[39,235,241,245],respons:[],rest:[72,200],restart:[],restaur:0,restor:43,restrict:[39,40,223,242],result:[],result_too_large:229,retri:48,retriev:[0,90,120,133,156,191],retry_max:229,return_code:[81,193],reus:[42,119,133,151,211],reveal:0,revers:[],revert:43,revis:43,rewrit:[42,44],rid:59,rid_max:60,rid_min:60,right:[],right_hand_sid:43,ring_buffer:156,ringtail:40,risk:41,rlimit_nofile:[40,193],role:[0,90,173],romaji:[],roonga:[190,191,209],root:[40,42,151,153,154,242],rose:235,rotat:[42,151],roughli:235,round:37,row:[0,175],rpm:[12,24,26,33,37,38,39,40,41,42,43],rroonga:[21,40,41,42,49,165,166,169,173,178,187,189,202,240],rst:12,rubi:[0,6,7,8,12,21,39,41,42,44,78,130,131,165,166,187,189,201,202,221],ruby19:39,ruby_ev:[],ruby_load:[],ruby_script:130,rubygem:39,rubyinstal:8,rule:[],run:[],runtim:42,rurema:41,ryo:42,ryoji:41,ryunosuk:43,s10:41,sae:[136,208],saer:[136,208],saerc:[136,208],saerch:[136,208],safe:90,safeti:43,sai:[90,191,238],sako:42,salamand:[40,41],same:[40,42,43,48,53,56,78,81,83,89,90,103,112,113,115,122,127,128,129,133,153,154,156,173,190,191,194,201,202,203,204,205,208,221,223,235,238,240,245],sampl:[],san:162,satisfi:[40,42,43,103,115,140],sato:[42,43],satoh:37,satoshi:41,sauci:[40,41],save:[12,41,156,233,240],sbin:27,scalar:[],scale:[0,223],scan:[14,42,165,166,172,190,191],scan_build:14,schema:[],scope:[],score1:11,score2:11,score:[],score_1:156,score_2:156,score_adjust_expression1:133,score_adjust_expression2:133,score_adjust_expression:133,score_column:50,score_function1:202,score_function2:202,score_function3:202,score_function:202,score_valu:42,scorer:[],scorer_tf_at_most:[],scorer_tf_idf:[],scr:152,script:[],sea:[144,207],sear:207,searc:207,search_result:133,searchabl:[42,192],searchu0000http:213,sebastian:41,sec:48,second:[81,84,91,129,133,135,151,156,162,168,190,191,193,202,215,223,235,238,240,241,245],secret:12,secsion:81,section:[3,17,20,21,23,24,25,26,27,28,29,30,31,33,40,41,42,43,46,47,50,59,72,78,79,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,118,119,120,121,124,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,146,148,149,151,153,156,158,162,166,190,195,200,201,202,203,204,206,207,208,210,214,216,229,236,240,241],secur:[],sed:[27,37,39,42],see:[],segment:[39,41,43,87,119],segv:40,select:[],select_opt:191,selector:[39,42,43,172],self:152,semi:[37,138],sen_index_delimited:44,sen_index_normalize:44,sen_sel_term_extract:44,senboku:40,send:[],sender:157,senna:[],sens:[151,153],sensit:213,sent:223,sentens:42,separ:[39,42,52,90,91,103,116,119,120,133,136,142,144,153,156,173,190,191,198,200,213,229,236,238],sequenc:[37,40,83,133,136,156,190,191,193,207,208,210,229],sequence_dataset:155,sequence_queri:[155,156],sequenti:[33,41,42,43,168,172,190,191,192,201,213],serach:208,serch:[136,208],sergei:[41,42],seri:238,serial:89,serihiro:39,seriou:[39,41],serv:[12,41,235],servic:[0,21,25,39,40,41,42,134,208,214,227],session:[156,221,229],set:[],set_host:152,set_port:152,set_token_filt:41,setup:[],seven:238,shape:196,shard:[],shard_name_1:114,shard_name_2:114,shard_name_n:114,share:[0,2,28,37,39,40,48,49,50,54,110,112,113,115,151,153,237,240],shell:[28,42,151,190,201],shidara:37,shift_jis:[28,213],shimada:39,shimamura:42,shimoda:35,shimomura:39,shinjyuku:245,shinoda:[41,42,43],shinya:39,shm:153,sho:[40,41,43],shop:[192,230],shorter:[42,192],shorttext:[],should:[6,7,8,18,21,23,24,25,26,28,30,31,33,39,42,43,53,56,72,78,83,90,103,111,112,115,121,128,133,138,140,146,156,190,191,194,200,208,229],shouldn:[6,7,41],show:[0,28,34,37,39,40,41,42,43,46,52,81,85,89,90,100,103,104,110,113,115,116,119,120,132,133,159,162,165,166,167,172,173,175,178,190,191,196,198,201,202,203,204,213,226,229,235,236,237,238,241,242,245],showen:85,shown:[191,238],shuhei:41,shutdown:[],sid:[12,37,41,87],side:[0,39,42,43,84,133],sigcont:40,sign:[],signal:41,significantli:0,sigstop:40,sigusr1:37,silent:[21,43],simil:191,similar_search:[39,136],simpl:[],simplest:[0,28,83,202],simpli:[204,243],simplifi:[40,169],simultan:33,sinc:[26,33,39,42,43,50,72,81,88,113,127,133,135,138,146,151,156,162,191,192,193,201,215,217,227,235,241],singl:[40,41,78,90,103,116,133,143,144,238],sis:37,sister:90,site:[41,101,104,105,106,128,133,189,235,236,237,238,240,242,245],site_titl:128,sitecountri:[236,242],sitedomain:[236,242],situat:133,six:[193,238],size:[],size_of_one_value_in_byte:132,sizeof:[42,53,56],sji:[28,151],sjis:44,skip:[40,41,42,43,238],slash:191,sleepi:192,slice:[],slow:[42,151,153,190,191,201,211],slower:[90,151,153,162,202,204,236],small:[],smaller:[0,78,138,162,192,193],smith:43,snake_cas:42,snippet1:175,snippet2:175,snippet3:175,snippet:[39,40,43,44,175],snippet_html:[],soccer:237,social:237,socket:39,socket_is_already_connected:229,socket_is_already_shutdowned:229,socket_is_not_connected:229,socket_not_initialized:229,soft:214,softwar:[],soichiro:43,solari:[],solr:191,solut:[],solv:[43,202,203,204,235],some:[0,1,2,8,17,26,28,32,39,40,41,42,43,46,48,56,71,78,81,83,90,110,112,113,115,119,120,129,133,134,138,140,144,147,149,155,156,158,173,190,191,193,201,202,205,212,213,214,215],someon:241,someth:41,sometim:[41,43],soon:[84,175,196,205,223],sort:[],sort_bi:168,sort_kei:[],sortbi:[],sound:[194,208],soundkitchen:[37,39],sourc:[],source:[],source_1:[120,132],source_2:[120,132],source_column_nam:42,source_file_name:81,source_n:[120,132],sourceforg:[2,12,42],sources:[],southern:39,space:[0,37,40,42,43,72,78,90,103,116,119,133,144,190,201,210,213,238],spain:162,spammer:[202,203,204],span:[165,166,167,175],spars:42,speaker:2,spec:[37,39,40],special:[17,28,40,48,56,81,85,133,144,154,165,166,175,190,201,229,238],specif:[],specifi:[],speech:[0,213],speed:[37,209,211],spell:[200,244],spend:[190,191],spheric:162,sphinx:[],sphr:[162,163],spil:42,split:[37,42,43,191,211,213],spokesman:3,sport:237,spreadsheet:200,sql:[110,133,202,236],squar:162,squeez:[12,40],src:[12,25,235],src_kei:66,src_key_siz:66,ssh:12,ssssss:193,stabl:[41,43,80,136],stack:[40,43],stack_over_flow:229,stage:[],stamp:[193,207,208,210],stand:[42,221],standard:[42,103,153,215,229,238],start:[],start_tim:[42,82,135],start_time:135,starttim:[42,82,135,153,198,229,238,242],starttime:135,startup:39,state:[39,100,162,221,229],statement:191,station:[196,241,245],statist:[33,119],statu:[],status:[],stdin:38,stem:[25,30,33,41,212],step:[17,18,28,31,43,89,133,201,210,235,238],steve:43,still:[16,17,33,40,41,93,129,141],stop:[],stop_word:[101,142,212],storategi:133,str:56,str_length:72,str_ptr:72,str_size:56,strang:201,stream:[41,43],strerror:41,strict:[41,42],string1:160,string2:160,string:[],string_length:[],string_literal:41,string_siz:56,string_substr:[],stringifi:43,strip:167,strlen:72,strongli:[23,24,25,26,30,31],structur:[0,41,43,81,211,237],stub:41,studio:[8,31,39,40,42,43],style:[],sub1:[113,133],sub:[0,12,33,113,156],sub_filt:[],subject:40,submiss:[136,207,208,210],submit:[],subrecord:40,subset:215,substit:133,substitut:[17,21,133,173,190,191],substr:[43,168,190,191],succeed:[28,42,85,94,96,100,104,105,106,107,128,146,238],succeeded_or_not:[],success:[],successfulli:[43,72,105,106,238],successor:191,suddenli:40,sudo:[12,14,18,21,24,25,26,27,28,29,30,39,214,227,233,242],suenaga:42,suffici:72,suffixsearchterm:[190,191],sug:209,suggest:[],suggest_prepar:[136,207,208,210],sugimoto:42,suit:[0,41,175],suitabl:[41,90,113,133,138,151,192,202,204,211,213],sum:[33,41,113,133,202],summar:236,summari:[],sunos:41,superior:[0,175],support:[],suppport:43,suppress:[38,39,41,113,133],sure:238,surfac:196,surround:[39,165,166,175,191],suzuki:39,swap:214,swig:44,symbol:213,synonym:[43,133,200,244],syntax:[],syntax_error:229,syscal:[41,238],sysconfig:227,sysctl:[27,42,214,233],system:[0,5,6,7,28,29,30,37,40,41,42,43,90,97,102,113,133,151,153,175,190,191,192,214,215,235,245],systemctl:[25,227],systemd:[25,39,42,43],tab:[42,52,198,200,229],tabl:[],table1:[66,140],table2:[66,140],table:[],table_1:132,table_2:132,table_:[138,211],table_buff:53,table_copi:[],table_cr:[],table_dat_key:[],table_hash_key:[],table_list:[],table_n:132,table_name:[],table_name_1:132,table_name_2:132,table_name_n:132,table_name_of_index_column:102,table_no_key:[],table_pat_key:[],table_remov:[],table_renam:[],table_token:[],tablecursor:42,tablegroupflag:42,tablenam:80,tables_buff:53,tachikawa:43,tag:[],tag_length:113,tagger:0,tahr:[30,41],tail:[12,229],tajima:39,takashi:100,takatsugu:41,takayama:42,takayuki:37,take:[43,86,89,90,91,93,94,95,96,97,102,104,105,106,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,145,146,149,154,227,238],taken:120,takiuchi:40,talk:[2,12,40,42],tamano:[41,43],tanab:40,tanuma:41,tar:[12,24,25,26,27,28,29,30],target:[],target_charact:56,target_nam:[],taro:237,task:[0,39],tasuku:[42,44],tatsuya:39,tcp:156,tcp_nodelay:43,techniqu:[202,203,204],temporari:[],tend:240,term:[],termin:[],teruya:42,test:[6,12,14,23,24,25,26,30,31,39,41,42,43,111,112,152,153,213,235,238,240,241,242],test_loc:152,test_str:14,test_text_otoj:14,testdb:[152,157],tetsuharu:41,tex:144,than:[],thatn:133,theater:244,theatr:244,thei:[28,29,42,46,78,90,103,113,115,120,122,123,127,133,140,144,153,154,165,166,172,175,178,189,190,191,192,193,198,200,202,203,204,205,207,208,209,210,211,213,214,223],them:[16,17,24,25,26,28,30,42,48,56,78,81,90,102,103,113,115,133,138,140,156,162,168,190,191,201,202,213,214,229,235,238,245],themselv:[17,197,200],therubyrac:12,thesauru:133,thi:[0,3,5,6,7,8,18,20,21,23,24,25,26,27,28,29,30,31,33,37,39,40,41,42,43,46,47,49,50,52,53,54,63,72,78,79,81,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,127,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,145,146,148,149,151,153,155,156,158,159,162,166,168,169,173,175,177,178,187,188,190,191,193,195,197,198,200,201,202,203,204,205,206,207,208,210,213,214,215,216,223,229,233,235,236,238,240,241,242,243,244,245],thing:42,think:[133,140,191,202,203,204],third:[91,133,191,235],thorsten:43,those:[0,17,28,29,38,133,162,175,189,190,191,194,198,209,210,211,223,235,238],though:[0,33,39,40,41,43,110,207,240],thread:[0,33,40,41,42,43,50,53,54,68,72,97,105,111,135,140,143,151,156,193,223],thread_count:42,thread_limit:[],thread_tabl:152,thread_title_column:152,threasd:151,three:[40,78,81,93,110,116,133,162,165,168,189,203,204,207,208,235,236,238,240],threshold:[],through:[0,153,156],throughput:[37,223],thu:[0,41,43,110,155,157,190,239,240,244,245],tid:60,tiler:[],tim:33,time:[],time_classify_dai:[],time_classify_hour:[],time_classify_minut:[],time_classify_month:[],time_classify_second:[],time_classify_week:[],time_classify_year:[],time_column:152,time_stamp:193,timeout:[],timestamp:[43,110,114,115,118,121,128,156,241],timeuot:48,tini:42,titl:[12,40,41,101,104,105,106,113,128,133,140,160,173,178,190,191,202,203,204,235,236,237,238,240,242],title_index:202,tiwawan:42,tld:236,tls:43,tmp:[6,7,12,40,91,93,120,121,136,139,141,151,200,201,223,229,238,242],to_column:89,tobbi:173,todai:0,todo:[],token_filt:[],token_filter:[],token_filter_1:[120,132],token_filter_2:[120,132],token_filter_n:[120,132],token_filter_name:132,token_filter_name_1:132,token_filter_name_2:132,token_filter_name_n:132,token_fitlers:132,tokenbigram:[],tokenbigramignoreblank:[],tokenbigramignoreblanksplitalpha:213,tokenbigramignoreblanksplitalphadigit:213,tokenbigramignoreblanksplitsymbol:[],tokenbigramignoreblanksplitsymbolalpha:[],tokenbigramignoreblanksplitsymbolalphadigit:[],tokenbigramsplitsymbol:[],tokenbigramsplitsymbolalpha:[],tokenbigramsplitsymbolalphadigit:[],tokenbigramsplitxxx:213,tokenbigrm:89,tokendelimit:[],tokendelimitnul:[],tokenfilterstem:[],tokenfilterstopword:[],tokenizer_1:132,tokenizer_2:132,tokenizer_error:229,tokenizer_list:[],tokenizer_n:132,tokenizer_name:132,tokenizer_name_1:132,tokenizer_name_2:132,tokenizer_name_n:132,tokenizs:[],tokenkytea:39,tokenmecab:[],tokenregexp:[],tokentrigram:[],tokenunigram:[],tokyo:[162,245],tokyogeopoint:[],tom:173,tomita:35,tomo:237,tomoatsu:[35,39],tomygx:42,too:[18,40,42,43,68,78,121,133,191,235,240],too_large_offset:229,too_many_links:229,too_many_open_files:229,too_many_open_files_in_system:229,too_many_symbolic_links:229,too_small_limit:229,too_small_offset:229,tood:[72,137],tool:[],top:[57,236],top_left:[37,164],top_left_point:57,topic:[],torinki:43,tortoisegit:8,totabl:89,total:[],total_chunk_s:119,total_s:119,touch:[42,54,115],toybox:235,tracker:[],trade:213,tradit:[0,41],transfer:[],transit:227,translat:[],transport:25,transposit:43,travel:241,travi:[],treat:[39,40,41,42,110,112,113,115,133,144,168,191,196,207,208],tree:41,trend:133,tri:[48,168,241],trial:0,trie:[],tritonn:[113,133,190,191],troubl:17,truncat:[],trust:12,trusti:[12,30,41],tsu_root:42,tsv:[],tune:[],tupl:168,turn:153,tutori:[],tweet:[2,192],twice:[42,133,190],two:[19,24,25,26,30,40,41,42,53,56,81,90,91,96,102,111,113,115,121,133,137,138,140,141,143,144,153,156,157,162,169,172,173,175,178,190,193,194,196,201,203,208,210,213,222,223,227,236,237,238,240,241,245],txt:[16,17,213],type1:[136,156],type2:[136,156],type:[],type_1:132,type_2:132,type_n:132,type_name_1:132,type_name_2:132,type_name_n:132,type_of_the_column:178,typic:[42,133],typo:[37,39,40,41,42,43,200,207,208],u0000ful:213,u0000http:213,ubuntu:[],ueno:[37,39],uid:12,uint16:[],uint32:[],uint32_column:42,uint32_t:68,uint64:[],uint8:[],uint:[39,43],ull:144,ultra:237,umask:41,umemoto:37,unari:40,unauthent:[25,39],unchang:72,uncontinu:39,undefin:235,under:[28,41,153,154,156,157,223],underflow:235,underli:0,underscor:[90,138],understand:[41,115,133,140,238],unexpect:[39,41,43],unexpectedli:[33,40,42,43,102],unhandl:156,unicod:[42,194],unicorn:42,uniniti:42,uninstal:39,uniqu:[90,129,156],unit:[79,84,135,156,162,175,191,213,229],unite:[100,162],univers:30,unix:[],unix_time_when_command_is_started:81,unknow:41,unknown:[38,55],unknown_error:229,unlimit:43,unlink:56,unload:39,unlock:72,unmanag:[87,119],unmap:[42,54,97],unnecessari:214,unpatch:44,unrecover:54,unregist:[122,123],unrel:37,unreli:149,unresolv:37,unsaf:[42,43,54],unsign:[],unsort:43,unsplit:[11,133],unstabl:38,unsupport:42,unsupported_command_version:229,untag:167,until:[17,41,48,72,84,97,103,133,192],unus:[41,97],updag:39,update:[],update_buffer_s:59,update_not_allowed:229,updated_at:232,upgrad:[39,41,42,43,223],upgrade:[],upload:12,upper:[37,41,90,138,201,238],uptim:[82,135,153,198,229,238,242],uptime:135,uri:[153,154,156],url:[37,41,101,154,223],usa:236,usabl:[147,156],usag:[],usage:[],use:[],use_offline_indexer:38,use_range_index:[],used:[37,39,41,42],useless:54,user:[],user_ag:159,user_column:152,user_data:[64,72],user_input:191,user_pattern:168,usernam:237,username:31,users_20160320:115,users_index:241,users_loc:241,users_memo:173,users_nam:173,using:[],usr:[14,27,28,122,123,127,151,153],usual:[43,53,235],usualli:[42,157,240],utc:[81,191],utf8:[28,43,55,151],utf:[39,40,44,156,191,194,198,213],util:153,utopic:42,uuid:43,uuuuuu:191,uzulla:37,vagrant:12,valid:[37,39,40,41,42,43,113,133,190,191,210,211,235],valu:[],value1:[89,103,153,154,168,169,191],value2:[103,154,191],value:[],value_1:[132,238,242],value_2:[132,238,242],value_column:50,value_n:132,value_s:[43,120],value_typ:[],value_type:132,valuebuf:61,valuen:[168,169],var_siz:[119,120],vari:[32,72],variabl:[29,33,37,38,39,40,41,42,43,72,91,119,120,133,191,200,229,235],varieti:237,variou:[],vdw:[236,238,245],vector:[],vector_column:[40,43],vector_new:[],vector_s:[],vector_slic:[],vector_text_column:42,veres:223,veri:[0,39,43,81,103,113,133,165,166,168,175,190,191,201,202,207,211,223,237],version1:80,version2:80,version3:80,version4:80,version:[],vertic:[90,138],vervet:[42,43],via:[17,39,85,156,210],video:237,view:[],violat:33,virtual:[40,42],virtualbox:12,visual:[0,8,31,37,39,40,41,42,81,132],visut:43,vivid:[12,42,43],vmstat:233,vocabulari:238,voic:194,voiced:194,void_t:68,vojtovich:41,vulner:41,w64:12,wai:[0,3,6,7,19,33,39,40,41,78,102,147,153,156,157,173,189,198,236,238,240,241,244],wait:[48,72,84],wanab:40,want:[6,7,8,13,16,24,25,26,27,28,30,33,41,42,46,68,89,90,103,111,115,116,118,119,121,130,131,132,133,138,140,142,144,151,153,156,162,169,172,178,190,200,201,205,207,208,210,213,221,227,229,233,236,238,240,244],wareohji:39,warm:[151,153],warn:[6,7,38,39,40,41,107,108,133,151,153,193,201,204],warp:41,warri:23,washida:40,wasn:43,watch:12,weak:[0,175],web:[28,133,136,153,154,190,208,210,237],webclip:167,weight1:[33,39,78,133],weight2:[33,39,78,133],weight3:78,weight:[],weight_in_match_column:78,weight_in_weight_vector:78,welcom:[2,3,16,17,113,133,190,191,241],well:[0,28,40,110,153,175,242],were:[43,162,238],werewolf:[42,43],wget:[24,25,26,28,29,30],wgs84geopoint:[],wgs84geoppoint:57,wgs:[215,245],what:[],when:[0,3,18,33,37,39,40,41,42,43,46,50,54,63,68,78,81,82,84,89,90,94,97,102,103,104,111,113,115,119,120,121,122,127,128,132,133,134,136,138,140,143,151,153,156,162,167,169,173,178,190,192,194,201,205,207,213,214,221,226,229,237,238,241,243],where:[28,85,235],whether:[33,39,41,42,43,53,54,63,85,94,96,101,102,104,105,106,107,110,112,113,115,118,119,120,121,128,132,133,136,140,146,149,153,156,159,162,168,169,173,178,189,190,205,233,235],which:[0,1,26,33,39,40,41,42,43,71,72,100,107,110,112,113,115,116,130,131,133,142,144,151,156,157,162,167,169,172,173,178,187,190,191,207,227,229,235,236,237,238,240,241,242,243,244,245],white:[190,213,238],who:[],whole:40,whombx:40,whose:[191,238],why:[40,133,201,227],wibowo:40,wide:[0,28,37,43,197,201,238],width:[37,42,194],wiedenroth:41,wiki:153,wikipedia:[197,215],wili:[42,43],win64:[8,31],window:[],window_record_numb:[],window_sum:[],wing:[39,40],with_checks:[41,116],with_command_vers:42,with_position:[43,90,91,113,119,120,128,132,133,156,165,166,173,175,178,190,191,192,201,202,203,204,212,214,232,238,240,241,244],with_section:[41,42,43,90,91,119,132,240,241],with_types:116,with_weight:[41,78,90,91,119,132],within:[207,208,241,245],without:[],wno:37,wonderland:90,word1:[39,133,190,191],word2:[39,133,190,191],word:[0,39,41,42,68,74,133,140,178,189,190,191,200,202,207,208,209,210,212,213,239,241],work:[],workaround:[41,42,43,140],worker:[33,40,43,153],world:[40,41,213,215,245],worst:43,writabl:[41,42],write:[14,18,28,38,41,42,68,105,112,126,133,137,151,190,191,201,239,240,241],written:[18,41,122,127,146,205,241],wrong:[33,37,39,40,41,42,43,149,208,209],wrongli:[37,43],www:12,x64:[12,31],x86:[31,37,42],x86_64:12,xcode:27,xenial:[30,43],xeru:[30,43],xml:[],xvzf:[24,25,26,27,28,29,30],xxx:[33,40,41,43,133,151,191],xxx_20150603:42,xxx_20150604:42,xxx_201506:42,yahppo:40,yak:[30,43],yakketi:[30,43],yamada:41,yamaguchi:37,yamamoto:41,yaman:[40,41],yappo:[40,41,44],year:[42,46,159,191,193,241],years_old:46,yet:[0,37,40,43,110,113,130,131,133,156,191,196,202,204,205,223],yito:[39,40],yml:21,yoji:37,yokoyama:[40,41,43],yoku:[40,41],york:[162,241],yoshida:40,yoshioka:[39,42],you:[0,1,2,3,5,6,7,8,13,16,17,18,19,20,21,23,24,25,26,27,28,30,31,32,33,37,38,39,40,41,42,43,46,48,49,50,52,53,54,56,68,71,72,78,79,81,82,83,84,85,86,89,90,91,93,94,95,96,97,100,101,102,103,104,105,106,110,111,112,113,114,115,116,118,119,121,122,123,127,128,129,130,131,132,133,134,136,138,140,141,142,143,144,146,147,149,151,153,154,155,156,157,158,159,162,165,166,167,168,169,172,173,175,178,187,189,190,191,194,196,197,198,200,201,202,203,204,205,207,210,211,212,213,214,215,221,223,226,227,229,233,235,236,237,238,240,241,242,243,244,245],younger:90,your:[],your_db:37,your_github_account:17,your_new_db:37,yourself:[23,90],yuki:[37,41,43],yum:[12,18,24,26,39],yunqiang:43,yutaro:42,yuya:[41,42,43],yy_syntax_error:46,yyy:17,yyyy:[191,193],yyyymm:205,yyyymmdd:[113,205],zcat:43,zenigata:237,zero:[43,74,78,90,133,172,194,200,212,213,229,235],zeromq:28,zip:[],zlib1g:[25,30],zlib:[],zlib_error:229,zsh:28,zstandard:[28,43,119],zstd:119,zunda:37,zxvf:12},titles:["1. Characteristics of Groonga","6. Client","3. Community","12. How to contribute to groonga","12.3. For Groonga developers","12.3.2. How to build Groonga at the repository","12.3.2.1. How to build Groonga at the repository by GNU Autotools","12.3.2.2. How to build Groonga at the repository by CMake on GNU/Linux or Unix","12.3.2.3. How to build Groonga at the repository by CMake on Windows","12.3.3. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","12.3.4. \u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","12.3.5. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","12.3.7. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","12.3.1. Repository","12.3.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","12.2. How to contribute in documentation topics","12.2.3. C API","12.2.2. I18N","12.2.1. Introduction","12.1. How to report a bug","11. Development","11.1. Travis CI","Groonga documentation","2. Install","2.5. CentOS","2.3. Debian GNU/Linux","2.6. Fedora","2.2. Mac OS X","2.8. Others","2.7. Oracle Solaris","2.4. Ubuntu","2.1. Windows","9. Limitations","News","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","News - 1.2.x","News - 1.3.x","News - 2.x","News - 3.x","News - 4.x","News - 5.x","News - 6.x","News in Senna period","7. Reference manual","7.18. Alias","7.24. API","7.24.2. Global configurations","7.24.4. <code class=\"docutils literal\"><span class=\"pre\">grn_cache</span></code>","7.24.5. <code class=\"docutils literal\"><span class=\"pre\">grn_column</span></code>","7.24.6. <code class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></code>","7.24.7. <code class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></code>","7.24.8. <code class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></code>","7.24.9. <code class=\"docutils literal\"><span class=\"pre\">grn_db</span></code>","7.24.10. <code class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></code>","7.24.11. grn_expr","7.24.12. <code class=\"docutils literal\"><span class=\"pre\">grn_geo</span></code>","7.24.13. <code class=\"docutils literal\"><span class=\"pre\">grn_hook</span></code>","7.24.14. <code class=\"docutils literal\"><span class=\"pre\">grn_ii</span></code>","7.24.15. <code class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></code>","7.24.16. <code class=\"docutils literal\"><span class=\"pre\">grn_info</span></code>","7.24.17. <code class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></code>","7.24.18. <code class=\"docutils literal\"><span class=\"pre\">grn_obj</span></code>","7.24.19. <code class=\"docutils literal\"><span class=\"pre\">grn_proc</span></code>","7.24.20. <code class=\"docutils literal\"><span class=\"pre\">grn_search</span></code>","7.24.21. <code class=\"docutils literal\"><span class=\"pre\">grn_table</span></code>","7.24.22. <code class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></code>","7.24.23. <code class=\"docutils literal\"><span class=\"pre\">grn_thread_*</span></code>","7.24.24. <code class=\"docutils literal\"><span class=\"pre\">grn_type</span></code>","7.24.25. <code class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></code>","7.24.1. Overview","7.24.3. Plugin","Cast","7.6. Column","7.6.4. Index column","7.6.3. Pseudo column","7.6.1. Scalar column","7.6.2. Vector column","7.3. Command","7.3.1. Command version","7.3.2. Output format","7.3.3. Pretty print","7.3.4. Request ID","7.3.5. Request timeout","7.3.6. Return code","7.3.7. <code class=\"docutils literal\"><span class=\"pre\">cache_limit</span></code>","7.3.8. <code class=\"docutils literal\"><span class=\"pre\">check</span></code>","7.3.9. <code class=\"docutils literal\"><span class=\"pre\">clearlock</span></code>","7.3.10. <code class=\"docutils literal\"><span class=\"pre\">column_copy</span></code>","7.3.11. <code class=\"docutils literal\"><span class=\"pre\">column_create</span></code>","7.3.12. <code class=\"docutils literal\"><span class=\"pre\">column_list</span></code>","7.3.13. <code class=\"docutils literal\"><span class=\"pre\">column_remove</span></code>","7.3.14. <code class=\"docutils literal\"><span class=\"pre\">column_rename</span></code>","7.3.15. <code class=\"docutils literal\"><span class=\"pre\">config_delete</span></code>","7.3.16. <code class=\"docutils literal\"><span class=\"pre\">config_get</span></code>","7.3.17. <code class=\"docutils literal\"><span class=\"pre\">config_set</span></code>","7.3.18. <code class=\"docutils literal\"><span class=\"pre\">database_unmap</span></code>","7.3.19. <code class=\"docutils literal\"><span class=\"pre\">define_selector</span></code>","7.3.20. <code class=\"docutils literal\"><span class=\"pre\">defrag</span></code>","7.3.21. <code class=\"docutils literal\"><span class=\"pre\">delete</span></code>","7.3.22. <code class=\"docutils literal\"><span class=\"pre\">dump</span></code>","7.3.23. <code class=\"docutils literal\"><span class=\"pre\">io_flush</span></code>","7.3.24. <code class=\"docutils literal\"><span class=\"pre\">load</span></code>","7.3.25. <code class=\"docutils literal\"><span class=\"pre\">lock_acquire</span></code>","7.3.26. <code class=\"docutils literal\"><span class=\"pre\">lock_clear</span></code>","7.3.27. <code class=\"docutils literal\"><span class=\"pre\">lock_release</span></code>","7.3.28. <code class=\"docutils literal\"><span class=\"pre\">log_level</span></code>","7.3.29. <code class=\"docutils literal\"><span class=\"pre\">log_put</span></code>","7.3.30. <code class=\"docutils literal\"><span class=\"pre\">log_reopen</span></code>","7.3.31. <code class=\"docutils literal\"><span class=\"pre\">logical_count</span></code>","7.3.32. <code class=\"docutils literal\"><span class=\"pre\">logical_parameters</span></code>","7.3.33. <code class=\"docutils literal\"><span class=\"pre\">logical_range_filter</span></code>","7.3.34. <code class=\"docutils literal\"><span class=\"pre\">logical_select</span></code>","7.3.35. <code class=\"docutils literal\"><span class=\"pre\">logical_shard_list</span></code>","7.3.36. <code class=\"docutils literal\"><span class=\"pre\">logical_table_remove</span></code>","7.3.37. <code class=\"docutils literal\"><span class=\"pre\">normalize</span></code>","7.3.38. <code class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></code>","7.3.39. <code class=\"docutils literal\"><span class=\"pre\">object_exist</span></code>","7.3.40. <code class=\"docutils literal\"><span class=\"pre\">object_inspect</span></code>","7.3.41. <code class=\"docutils literal\"><span class=\"pre\">object_list</span></code>","7.3.42. <code class=\"docutils literal\"><span class=\"pre\">object_remove</span></code>","7.3.43. <code class=\"docutils literal\"><span class=\"pre\">plugin_register</span></code>","7.3.44. <code class=\"docutils literal\"><span class=\"pre\">plugin_unregister</span></code>","7.3.45. <code class=\"docutils literal\"><span class=\"pre\">query_expand</span></code>","7.3.46. <code class=\"docutils literal\"><span class=\"pre\">quit</span></code>","7.3.47. <code class=\"docutils literal\"><span class=\"pre\">range_filter</span></code>","7.3.48. <code class=\"docutils literal\"><span class=\"pre\">register</span></code>","7.3.49. <code class=\"docutils literal\"><span class=\"pre\">reindex</span></code>","7.3.50. <code class=\"docutils literal\"><span class=\"pre\">request_cancel</span></code>","7.3.51. <code class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></code>","7.3.52. <code class=\"docutils literal\"><span class=\"pre\">ruby_load</span></code>","7.3.53. <code class=\"docutils literal\"><span class=\"pre\">schema</span></code>","7.3.54. <code class=\"docutils literal\"><span class=\"pre\">select</span></code>","7.3.55. <code class=\"docutils literal\"><span class=\"pre\">shutdown</span></code>","7.3.56. <code class=\"docutils literal\"><span class=\"pre\">status</span></code>","7.3.57. <code class=\"docutils literal\"><span class=\"pre\">suggest</span></code>","7.3.58. <code class=\"docutils literal\"><span class=\"pre\">table_copy</span></code>","7.3.59. <code class=\"docutils literal\"><span class=\"pre\">table_create</span></code>","7.3.60. <code class=\"docutils literal\"><span class=\"pre\">table_list</span></code>","7.3.61. <code class=\"docutils literal\"><span class=\"pre\">table_remove</span></code>","7.3.62. <code class=\"docutils literal\"><span class=\"pre\">table_rename</span></code>","7.3.63. <code class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></code>","7.3.64. <code class=\"docutils literal\"><span class=\"pre\">thread_limit</span></code>","7.3.65. <code class=\"docutils literal\"><span class=\"pre\">tokenize</span></code>","7.3.66. <code class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></code>","7.3.67. <code class=\"docutils literal\"><span class=\"pre\">truncate</span></code>","7.17. Configuration","7.1. Executables","7.1.1. <code class=\"docutils literal\"><span class=\"pre\">grndb</span></code>","7.1.2. grnslap","7.1.3. <code class=\"docutils literal\"><span class=\"pre\">groonga</span></code> executable file","7.1.4. groonga-benchmark","7.1.5. groonga-httpd","7.1.6. Groonga HTTP server","7.1.7. groonga-suggest-create-dataset","7.1.8. <code class=\"docutils literal\"><span class=\"pre\">groonga-suggest-httpd</span></code>","7.1.9. groonga-suggest-learner","7.14. Function","7.14.1. <code class=\"docutils literal\"><span class=\"pre\">between</span></code>","7.14.2. edit_distance","7.14.3. <code class=\"docutils literal\"><span class=\"pre\">fuzzy_search</span></code>","7.14.4. <code class=\"docutils literal\"><span class=\"pre\">geo_distance</span></code>","7.14.5. geo_in_circle","7.14.6. geo_in_rectangle","7.14.7. <code class=\"docutils literal\"><span class=\"pre\">highlight_full</span></code>","7.14.8. <code class=\"docutils literal\"><span class=\"pre\">highlight_html</span></code>","7.14.9. <code class=\"docutils literal\"><span class=\"pre\">html_untag</span></code>","7.14.10. <code class=\"docutils literal\"><span class=\"pre\">in_records</span></code>","7.14.11. <code class=\"docutils literal\"><span class=\"pre\">in_values</span></code>","7.14.12. now","7.14.13. <code class=\"docutils literal\"><span class=\"pre\">number_classify</span></code>","7.14.14. <code class=\"docutils literal\"><span class=\"pre\">prefix_rk_search</span></code>","7.14.15. <code class=\"docutils literal\"><span class=\"pre\">query</span></code>","7.14.16. rand","7.14.17. <code class=\"docutils literal\"><span class=\"pre\">snippet_html</span></code>","7.14.18. <code class=\"docutils literal\"><span class=\"pre\">string_length</span></code>","7.14.19. <code class=\"docutils literal\"><span class=\"pre\">string_substring</span></code>","7.14.20. <code class=\"docutils literal\"><span class=\"pre\">sub_filter</span></code>","7.14.21. <code class=\"docutils literal\"><span class=\"pre\">time_classify_day</span></code>","7.14.22. <code class=\"docutils literal\"><span class=\"pre\">time_classify_hour</span></code>","7.14.23. <code class=\"docutils literal\"><span class=\"pre\">time_classify_minute</span></code>","7.14.24. <code class=\"docutils literal\"><span class=\"pre\">time_classify_month</span></code>","7.14.25. <code class=\"docutils literal\"><span class=\"pre\">time_classify_second</span></code>","7.14.26. <code class=\"docutils literal\"><span class=\"pre\">time_classify_week</span></code>","7.14.27. <code class=\"docutils literal\"><span class=\"pre\">time_classify_year</span></code>","7.14.28. <code class=\"docutils literal\"><span class=\"pre\">vector_new</span></code>","7.14.29. <code class=\"docutils literal\"><span class=\"pre\">vector_size</span></code>","7.14.30. <code class=\"docutils literal\"><span class=\"pre\">vector_slice</span></code>","7.12. grn_expr","7.12.1. Query syntax","7.12.2. Script syntax","7.20. Indexing","7.22. Log","7.7. Normalizers","7.16. Operations","7.16.1. Geolocation search","7.16.2. Prefix RK search","7.2. Output","7.10. Query expanders","7.10.1. QueryExpanderTSV","7.13. Regular expression","7.11. Scorer","7.11.3.1. <code class=\"docutils literal\"><span class=\"pre\">scorer_tf_at_most</span></code>","7.11.3.2. <code class=\"docutils literal\"><span class=\"pre\">scorer_tf_idf</span></code>","7.21. Sharding","7.19. Suggest","7.19.2. Completion","7.19.3. Correction","7.19.1. Introduction","7.19.4. Suggestion","7.5. Tables","7.9. Token filters","7.8. Tokenizers","7.23. Tuning","7.4. Data types","7.15. Window function","7.15.1. <code class=\"docutils literal\"><span class=\"pre\">record_number</span></code>","7.15.2. <code class=\"docutils literal\"><span class=\"pre\">window_record_number</span></code>","7.15.3. <code class=\"docutils literal\"><span class=\"pre\">window_sum</span></code>","5. Server","5.3. GQTP","5.2. HTTP","5.2.1. Comparison","5.2.2. groonga","5.2.3. groonga-httpd","5.4. Memcached binary protocol","5.1. Server packages","8. Specification","8.1. GQTP","8.2. \u691c\u7d22","10. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","10.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","10.2. How to avoid mmap Cannot allocate memory error","4. Tutorial","4.3. Various data types","4.5. Drilldown","4.6. Tag search and reverse resolution of reference relationships","4.1. Basic operations","4.9. Additional information about lexicon for full text search","4.7. match_columns parameter","4.10. Let's create micro-blog","4.2. Remote access","4.8. Prefix search with patricia trie","4.11. Query expansion","4.4. Various search conditions"],titleterms:{"0\u30ea\u30ea\u30fc\u30b9":[35,36,37],"1\u30ea\u30ea\u30fc\u30b9":[35,37],"2\u30ea\u30ea\u30fc\u30b9":35,"3\u30ea\u30ea\u30fc\u30b9":35,"4\u30ea\u30ea\u30fc\u30b9":35,"5\u30ea\u30ea\u30fc\u30b9":35,"6\u30ea\u30ea\u30fc\u30b9":[34,35],"7\u30ea\u30ea\u30fc\u30b9":[34,35],"8\u30ea\u30ea\u30fc\u30b9":35,"\u3053\u3061\u3089\u304b\u3089\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b":10,"\u306e\u66f4\u65b0":12,"\u3078\u3068\u8a98\u5c0e\u3057\u306a\u3044":10,"\u30aa\u30d7\u30b7\u30e7\u30f3":[150,152],"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":14,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":11,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":11,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":80,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":152,"\u30b5\u30f3\u30d7\u30eb":[150,152],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":152,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":14,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":14,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":14,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[152,231],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":232,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":34,"\u30d0\u30fc\u30b8\u30e7\u30f31":[35,36],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":80,"\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u751f\u6210\u3057\u305f\u3044":12,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30d3\u30eb\u30c9\u3092\u4e26\u5217\u5316\u3057\u305f\u3044":12,"\u30d3\u30eb\u30c9\u6642\u306etips":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":12,"\u30d3\u30eb\u30c9\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":12,"\u30d6\u30ed\u30b0":12,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":215,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":14,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":10,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":12,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4f7f\u3044\u65b9":152,"\u4f8b":[160,163,164,170,174,232],"\u4f8b\u3048\u3070redmin":10,"\u4fee\u6b63":[34,35,36,37],"\u5236\u9650\u4e8b\u9805":152,"\u524d\u63d0\u6761\u4ef6":12,"\u539f\u56e0":232,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":232,"\u540d\u524d":[76,150,152,160,163,164,170,174],"\u5909\u66f4":35,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":12,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":230,"\u5b9f\u9a13\u7684":37,"\u5bfe\u5fdc":10,"\u5bfe\u7b56\u65b9\u6cd51":232,"\u5bfe\u7b56\u65b9\u6cd52":232,"\u5f15\u6570":[150,152,160,163,164,174],"\u611f\u8b1d":[34,35,36,37],"\u6539\u826f":[34,35,36,37],"\u66f8\u5f0f":[150,152,160,163,164,170,174],"\u6700\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":12,"\u691c\u7d22":230,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":230,"\u691c\u7d22\u306e\u6319\u52d5":230,"\u691c\u7d22\u4f8b1":11,"\u691c\u7d22\u4f8b2":11,"\u691c\u7d22\u4f8b3":11,"\u691c\u7d22\u4f8b4":11,"\u6982\u8981":80,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":14,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":12,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u5b9a\u306e\u74b0\u5883\u5411\u3051\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044":12,"\u7279\u6b8a\u547d\u4ee4":152,"\u7406\u7531":10,"\u8aac\u660e":[76,150,152,160,163,164,170,174],"\u8fd4\u5024":[160,163,164,170,174],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u306f\u304a\u3055\u3089\u3044\u3057\u3066\u304a\u304f":10,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":230,"\u95a2\u4fc2\u5f0f":11,"\u95be\u5024\u3092\u3042\u3052\u308b":232,"\u9759\u7684\u89e3\u6790":14,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":230,"benchmark\u547d\u4ee4":152,"benchmark\u5b9f\u884c\u7d50\u679c":152,"boolean":[191,235],"case":[81,115,140],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"class":201,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":80,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":12,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":12,"debian\u7cfb\u306e\u5834\u5408":12,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"default":[28,80,84],"examples\u306e\u5b9f\u884c":12,"facebook\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"files\u306e\u5b9f\u884c":12,"float":[191,215],"function":[113,133,158,191,216],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":11,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":12,"grntest\u306e\u6e96\u5099":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":12,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":12,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":11,"hat\u7cfb\u306e\u5834\u5408":12,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"homebrew\u306e\u66f4\u65b0":12,"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":109,"new":[17,33,37,38,39,40,41,42,43,44],"null":191,"po\u306e\u5b9f\u884c":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":12,"ppa\u7528\u306e\u9375\u306e\u767b\u9332":12,"release\u306e\u5b9f\u884c":12,"return":[84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,154,156,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,203,204,217,218,219],"twitter\u3067\u306e\u3084\u308a\u3068\u308a\u306f\u3067\u304d\u308b\u3060\u3051\u4ed6\u306e\u5834\u6240":10,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"twitter\u7de8":10,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u516c\u958b\u306e\u53d6\u308a\u6d88\u3057":12,"version\u30d1\u30e9\u30e1\u30fc\u30bf":80,"windows\u5411\u3051\u306e\u5834\u5408":12,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"x\u306e\u304a\u77e5\u3089\u305b":[34,35,36],about:[215,239],access:[223,242],add:17,addition:[191,194,239],adjust:133,administr:[153,242],advanc:[113,133],against:240,aggreg:0,alia:46,all:211,alloc:233,also:[6,7,8,46,81,83,84,85,86,88,90,91,94,95,96,98,100,103,104,106,107,108,109,114,116,117,120,122,123,124,126,127,129,130,131,132,133,136,138,142,144,145,155,156,165,166,172,173,175,178,189,194,197,200,203,204,211,212,229],among:240,anchor:201,api:[16,47],appli:78,approximate_typ:162,archive:30,arg:11,arithmet:191,arrai:191,assign:[83,191],assignment:[190,191],authent:223,autotool:6,availabl:[153,212],avoid:233,basic:[115,140,191,238],benchmark:152,between:159,bigram:241,binari:226,bitwis:191,blog:241,blogroonga:12,body:81,bool:215,broken:115,brows:153,bug:19,build:[5,6,7,8,24,25,26,27,28,30,31],built:[194,202,213],builtin:[151,215],cach:[112,133,153],cache_limit:86,calc_target:113,calc_typ:113,call:191,callback:11,can:215,candidate_n:156,cannot:233,cascad:100,cast:73,centos:24,chang:[44,89],charact:201,characterist:[0,211],chat:2,check:[87,149],checkout:[6,7,8],choic:201,clearlock:88,client:[1,151,229],clone:17,close_tagn:165,cmake:[7,8],code:[84,85],column:[0,32,74,75,76,77,78,89,90,113,119,120,132,133,140,162,165,172,190,203,204,236,238,240],column_copi:89,column_cr:90,column_full_name:119,column_id:119,column_list:91,column_name:119,column_or_valu:159,column_remov:92,column_renam:93,column_table:119,column_type_name:119,column_type_raw_id:119,column_type_raw_name:119,column_value_type:119,combin:190,command:[79,80,132,147,149,151,154,156,198,205,223,238,242],comment:241,common:120,commun:2,comparison:[191,223],complet:[207,209],compress:223,condit:[133,190,245],condition_column_nam:168,condition_t:168,config_delet:94,config_get:95,config_set:96,configur:[6,18,21,28,48,89,147,153,223],confirm:17,construct:192,contain:11,contribut:[3,15],control:191,convert:197,cooccurr:[207,208,210],core:223,correct:[208,209],cpu:223,creat:[6,78,90,138,155,238,240,241],custom:223,daemon:[151,229],data:[90,138,153,157,190,191,207,210,215,235,241],data_column_value_compress_method:119,databas:[119,223,238],database_name_table:119,database_path:[156,157],database_type_id:119,database_type_name:119,database_unmap:97,dataset:155,date:235,db_api:11,debian:25,decreas:[115,140],default_mod:173,default_token:138,define_selector:98,defrag:99,delet:100,depend:[6,7,8,18,28,115,140],descript:215,desctipion:155,develop:[4,20],differ:113,direct:153,divis:191,document:[15,18,22],domain:236,down:[153,245],downtim:223,drildown:236,drilldown:[113,133,236],drilldown_calc_target:[113,133],drilldown_calc_typ:[113,133],drilldown_filt:[113,133],drilldown_limit:[113,133],drilldown_offset:[113,133],drilldown_output_column:[113,133],drilldown_sort_kei:[113,133],drilldown_sortbi:[113,133],dump:101,dump_index:101,dump_plugin:101,dump_record:101,dump_schema:101,dynam:[113,133],each:240,edit:17,edit_dist:160,ellipsoid:162,enabl:[18,84],encod:28,encoding:28,engin:0,equal:[11,190,191],error:[81,233],escal:28,escape:[190,201],exampl:[21,49,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,229,233],example:155,execut:[148,151],exit:155,expand:199,expans:244,explicit:190,explicitli:162,express:[190,191,201],extract:[191,210],facebook:2,favorit:241,featur:196,fedora:26,file:[17,151,157,200,214,223],files:155,filter:[110,112,113,133,212],filter_str:178,fix:[33,37,39,40,41,42,43,44],flag:[90,113,116,133,138,142,144,173,229],flags:120,flow:17,follow:241,forc:[115,121],format:[81,103,133,193,200,238],free:0,freebsd:214,from:[6,7,8,24,25,26,27,28,30,31,113,156,157],from_nam:[89,137],from_tabl:89,full:[0,90,190,238,239,240,245],fuzzy_search:161,gener:[17,18],geo:[0,191,237],geo_dist:162,geo_in_circl:163,geo_in_rectangl:164,geoindex:241,geoloc:[196,241],geopoint:241,get:[156,238],global:48,glossari:205,gnu:[6,7,25],gqtp:[221,227,229],greater:[11,190,191],greater_equ:11,grn_cach:49,grn_column:50,grn_command_vers:51,grn_content_typ:52,grn_ctx:53,grn_db:54,grn_encod:55,grn_expr:[11,56,189],grn_geo:57,grn_hook:58,grn_ii:59,grn_index_cursor:60,grn_info:61,grn_match_escal:62,grn_obj:63,grn_proc:64,grn_search:65,grn_tabl:66,grn_table_cursor:67,grn_table_select:11,grn_thread_:68,grn_type:69,grn_user_data:70,grndb:149,grnslap:150,groonga:[0,3,4,5,6,7,8,9,12,17,22,44,151,152,153,154,155,156,157,224,225,227],groonga_base_path:153,groonga_cache_base_path:153,groonga_cache_limit:153,groonga_databas:153,groonga_database_auto_cr:153,groonga_log_level:153,groonga_log_path:153,groonga_query_log_path:153,group:[190,191,201],group_kei:[113,133],gzip:223,handleabl:90,hash:241,hashtag:241,header:[81,94,95,96,104,106,120,132,229],help:28,highlight_ful:165,highlight_html:166,homebrew:27,how:[3,5,6,7,8,15,17,19,46,78,83,84,89,192,197,207,208,210,221,229,233,242],html:[17,18,167],html_untag:167,http:[154,198,222,227,242],httpd:[153,156,157,225,227],https:223,hypertext:242,i18n:17,improvement:[33,37,38,39,40,41,42,43,44],in_record:168,in_valu:169,index:[0,32,75,90,120,132,138,192,201,203,204,237,238,240],index_column:142,index_column_source_full_name:119,index_column_source_id:119,index_column_source_name:119,index_column_source_table:119,index_column_value_position:119,index_column_value_section:119,index_column_value_size:119,index_column_value_statistics_max_array_segment_id:119,index_column_value_statistics_max_buffer_segment_id:119,index_column_value_statistics_max_in_use_chunk_id:119,index_column_value_statistics_max_in_use_physical_segment_id:119,index_column_value_statistics_max_section_id:119,index_column_value_statistics_n_garbage_chunks:119,index_column_value_statistics_n_garbage_segments:119,index_column_value_statistics_n_unmanaged_segments:119,index_column_value_statistics_total_chunk_size:119,index_column_value_weight:119,inform:[239,245],input:156,instal:[17,28],install:[6,7,8,18,23,200],installer:31,instant:0,int16:215,int32:215,int64:215,int8:215,integer:191,introduct:[18,209],invert:0,io_flush:102,issu:[19,242],javascript:245,jessi:25,json:[81,103],just:78,kei:[94,95,96,113,133,215,243],kern:214,key_typ:138,keyword:241,keywordn:165,kind:90,label:[113,133],languag:17,larg:138,latest:12,latitud:[0,235],launch:156,learn:[156,157,207,208,209,210],learner:[156,157],left:191,less:[11,190,191],less_equ:11,let:241,lexicon:[138,238,239],librari:[0,28],like:245,limit:[32,78,112,113,133,200,211,215,236],line:[151,156,198],linux:[7,25,214],list:[2,19,85],liter:191,load:[78,103,153,238,241],localstatedir:28,locat:[0,162,200,237,245],lock:0,lock_acquir:104,lock_clear:105,lock_releas:106,log:[28,157,193,223],log_level:107,log_put:108,log_reopen:109,logic:[115,190,191],logical_count:110,logical_paramet:111,logical_range_filt:112,logical_select:113,logical_shard_list:114,logical_t:[110,112,113,114,115],logical_table_remov:115,longitud:[0,235],longtext:215,lz4:28,mac:27,macport:27,mail:[2,19],make:[6,7,12,28],manual:45,match:[28,190,191],match_column:[113,133,173,240],match_escalation_threshold:[113,133],max:[86,110,112,113,115,143,159,214],max_bord:[110,112,113,115,159],max_map_count:214,maxfileperproc:214,medium:90,memcach:226,memori:[214,233],messag:28,message_pack_install_prefix:28,messagepack:81,micro:241,min:[110,112,113,115,159],min_bord:[110,112,113,115,159],mmap:233,mode:[11,134,142,144,151],mode_nam:168,modul:153,modulo:191,mroonga:0,much:115,multi:223,multipl:[90,191,236,240],munin:28,name:[90,93,113,118,119,121,133,138,140,141,154,155,215,240],narrow:245,nest:240,new_nam:[93,141],nginx:153,nofil:214,normal:[78,116,138,144,194],normalizer:132,normalizer_list:117,normalizer_nam:165,normalizerauto:194,normalizernfkc51:194,normalizers:132,not_equ:11,now:170,number:[28,90,133,214],number_classifi:171,numer:235,object:[120,191],object_exist:118,object_inspect:119,object_list:120,object_remov:121,object_type:120,objects:120,offline:192,offset:[112,113,133],old:33,online:192,open:214,open_tagn:165,oper:[191,238],operat:[195,238],option:[151,157],optional:[89,90,94,95,96,97,101,102,110,111,112,113,114,115,116,118,119,120,121,124,132,134,135,137,138,140,142,143,144,156,162,166,168,173,203,204],options:155,oracl:29,order:112,origin:191,other:[28,201],output:[17,81,113,133,198,238],output_column:[112,113,133],overcommit_memori:214,overview:[0,71,235],pack:28,packag:[28,30,227],page:133,paramet:[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,118,119,120,121,124,125,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,146,151,156,157,159,162,165,166,167,168,169,172,173,178,186,187,203,204,214,240],part:115,patch:17,path:[28,131,223],patricia:243,per:214,perform:[153,223],period:44,persist:211,person:30,phrase:190,platform:28,plugin:[28,72,132],plugin_regist:122,plugin_unregist:123,plugins:132,point1:162,point2:162,point:191,possibl:115,post:[153,223,241],ppa:30,prefix:[11,28,190,191,197,207,223,243],prefix_rk_search:172,prepar:244,pretti:82,primari:[215,243],print:82,proc:120,process:[193,214],properti:120,protocol:[226,229,242],proxi:153,proxy_cach:153,pseudo:76,pull:17,quantifi:201,queri:[0,113,133,153,172,173,190,193,199,244],query_expand:[113,124,133,173],query_expans:133,query_flag:[113,133],query_str:173,query_typ:229,queryexpandertsv:200,quit:125,rand:174,rang:[138,238],range:120,range_filt:126,range_index:111,read:[0,197,207],record:[90,133,211,238],record_numb:217,recov:149,rectangl:162,recurs:102,red:12,refer:[45,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,78,90,140,235,237],regist:127,regular:[190,191,201],reindex:128,relat:[112,113,115,133,153,157,240],relationship:237,releas:[33,37,38,39,40,41,42,43],remot:242,remov:[115,140],report:19,repositori:[5,6,7,8,13,17],request:[17,83,84,153],request_cancel:129,requir:[89,90,91,93,94,95,96,97,102,110,111,112,113,114,115,116,118,119,120,121,124,129,132,133,134,135,137,138,140,141,142,143,144,146,156,162,166,167,168,173,203,204],resolut:237,resolv:46,resourc:[115,140],respons:156,restart:227,result:[236,238],revers:[153,237],right:191,romaji:197,room:2,ruby_ev:130,ruby_load:131,rule:205,run:[6,7,8,18,221,229,242],sampl:[190,191],scalar:[77,90],schema:132,scope:178,score:133,score_n:156,scorer:[113,133,202,245],scorer_tf_at_most:203,scorer_tf_idf:204,script:[130,191],search:[0,78,90,113,133,190,191,196,197,207,208,210,237,238,239,240,241,243,244,245],secur:[191,242],see:[6,7,8,46,81,83,84,85,86,88,90,91,94,95,96,98,100,103,104,106,107,108,109,114,116,117,120,122,123,124,126,127,129,130,131,132,133,136,138,142,144,145,155,156,165,166,172,173,175,178,189,194,197,200,203,204,211,212,229],select:[113,133],send:[17,242],senna:44,server:[0,151,154,220,227,229,242],set:[84,153],setup:156,sharabl:0,shard:205,shard_kei:[110,112,113,115],shift:191,shorttext:215,shut:153,shutdown:134,sign:191,similar:[11,190,191,208],simpl:[113,133],size:229,slice:133,small:90,snippet_html:175,softwar:[6,7,8,18],solari:29,solut:233,sort:[236,238,245],sort_kei:[113,133],sortbi:[113,133],sourc:[24,25,26,27,28,30,31,90],source:132,sources:120,specif:[120,153,228,240,241],specifi:[162,215,238],sphere:162,sphinx:17,stage:[113,133],standalon:151,start:227,statu:[135,229],status:155,stop:227,storag:0,store:[0,138],string:[116,142,144,191,235],string_length:176,string_substr:177,style:133,sub_filt:178,submit:19,substitution_t:173,subtract:191,succeeded_or_not:[94,96,104,106],success:81,suffix:[11,190,191,243],suggest:[136,155,156,157,206,209,210],summari:[46,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,75,77,78,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,149,151,153,154,156,157,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,194,197,200,201,202,203,204,205,211,212,213,214,217,218,219,221],support:196,synopsi:[154,157],synopstis:155,syntax:[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,149,151,153,156,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,190,191,201,203,204,217,218,219,245],tabl:[32,89,90,91,93,101,115,119,120,133,138,140,142,157,211,215,238,240,241],table:132,table_copi:137,table_cr:138,table_dat_key:211,table_hash_key:211,table_id:119,table_key_max_total_size:119,table_key_total_size:119,table_key_type:119,table_list:139,table_n_records:119,table_name:119,table_no_key:211,table_pat_key:211,table_remov:140,table_renam:141,table_token:142,table_type_id:119,table_type_name:119,table_value_type:119,tables:132,tag:[138,237,241],target:[90,140,149,187],target_nam:[102,104,105,106,128,146],target_valu:169,temporari:211,term:191,termin:229,text:[0,90,166,190,215,238,239,240,245],than:[190,191],thank:[33,37,38,39,40,41,42,43],thread_limit:143,threshold:28,time:[191,215,235,241],time_classify_dai:179,time_classify_hour:180,time_classify_minut:181,time_classify_month:182,time_classify_second:183,time_classify_week:184,time_classify_year:185,timeout:84,to_nam:[89,137],to_tabl:89,todo:175,token:[0,144,212,213],token_filt:[138,144],token_filter:132,token_filters:[120,132],tokenbigram:213,tokenbigramignoreblank:213,tokenbigramignoreblanksplitsymbol:213,tokenbigramignoreblanksplitsymbolalpha:213,tokenbigramignoreblanksplitsymbolalphadigit:213,tokenbigramsplitsymbol:213,tokenbigramsplitsymbolalpha:213,tokenbigramsplitsymbolalphadigit:213,tokendelimit:213,tokendelimitnul:213,tokenfilterstem:212,tokenfilterstopword:212,tokenizer:132,tokenizer_list:145,tokenizers:132,tokenizs:213,tokenmecab:213,tokenregexp:213,tokentrigram:213,tokenunigram:213,tokyogeopoint:215,tool:[28,153,242],topic:15,total:133,tracker:19,transfer:242,translat:17,travi:21,trie:243,truncat:146,tsv:[81,200],tune:214,tutori:234,twitter:2,type:[90,113,119,120,132,133,156,215,235,241],type_id:119,type_id_of_type:119,type_name:119,type_name_of_type:119,type_size:119,types:132,ubuntu:30,uint16:215,uint32:215,uint64:215,uint8:215,unix:7,unremov:[115,140],unsign:191,updat:[0,12,17,207],update:18,upgrade:223,usag:[113,115,133,140,214],usage:[46,75,77,78,82,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,149,151,153,156,157,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,197,198,200,201,202,203,204,217,218,219],use:156,use_html_escap:165,use_range_index:112,user:[156,241],using:[162,223],valu:[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,154,156,159,161,162,165,166,167,168,169,171,172,173,175,176,177,178,179,180,181,182,183,184,185,186,187,188,203,204,217,218,219,241],value:95,value_typ:138,variou:[235,245],vector:[78,90,235],vector_new:186,vector_s:187,vector_slic:188,version:[80,223],view:238,weight:[78,90,240],wgs84geopoint:215,what:213,who:241,window:[8,31,113,133,216],window_record_numb:218,window_sum:219,without:223,work:[17,207,208,210],worker_process:153,xml:81,xor:191,your:17,zip:31,zlib:28}})
|
1
|
+
Search.setIndex({docnames:["characteristic","client","community","contribution","contribution/development","contribution/development/build","contribution/development/build/unix_autotools","contribution/development/build/unix_cmake","contribution/development/build/windows_cmake","contribution/development/com","contribution/development/cooperation","contribution/development/query","contribution/development/release","contribution/development/repository","contribution/development/test","contribution/documentation","contribution/documentation/c-api","contribution/documentation/i18n","contribution/documentation/introduction","contribution/report","development","development/travis-ci","index","install","install/centos","install/debian","install/fedora","install/mac_os_x","install/others","install/solaris","install/ubuntu","install/windows","limitations","news","news/0.x","news/1.0.x","news/1.1.x","news/1.2.x","news/1.3.x","news/2.x","news/3.x","news/4.x","news/5.x","news/6.x","news/senna","reference","reference/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_list","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_copy","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_records","reference/functions/in_values","reference/functions/math_abs","reference/functions/now","reference/functions/number_classify","reference/functions/prefix_rk_search","reference/functions/query","reference/functions/rand","reference/functions/snippet_html","reference/functions/string_length","reference/functions/string_substring","reference/functions/sub_filter","reference/functions/time_classify_day","reference/functions/time_classify_hour","reference/functions/time_classify_minute","reference/functions/time_classify_month","reference/functions/time_classify_second","reference/functions/time_classify_week","reference/functions/time_classify_year","reference/functions/vector_new","reference/functions/vector_size","reference/functions/vector_slice","reference/grn_expr","reference/grn_expr/query_syntax","reference/grn_expr/script_syntax","reference/indexing","reference/log","reference/normalizers","reference/operations","reference/operations/geolocation_search","reference/operations/prefix_rk_search","reference/output","reference/query_expanders","reference/query_expanders/tsv","reference/regular_expression","reference/scorer","reference/scorers/scorer_tf_at_most","reference/scorers/scorer_tf_idf","reference/sharding","reference/suggest","reference/suggest/completion","reference/suggest/correction","reference/suggest/introduction","reference/suggest/suggestion","reference/tables","reference/token_filters","reference/tokenizers","reference/tuning","reference/types","reference/window_function","reference/window_functions/record_number","reference/window_functions/window_count","reference/window_functions/window_record_number","reference/window_functions/window_sum","server","server/gqtp","server/http","server/http/comparison","server/http/groonga","server/http/groonga-httpd","server/memcached","server/package","spec","spec/gqtp","spec/search","troubleshooting","troubleshooting/different_results_with_the_same_keyword","troubleshooting/how_to_analyze_error_message","troubleshooting/mmap_cannot_allocate_memory","tutorial","tutorial/data","tutorial/drilldown","tutorial/index","tutorial/introduction","tutorial/lexicon","tutorial/match_columns","tutorial/micro_blog","tutorial/network","tutorial/patricia_trie","tutorial/query_expansion","tutorial/search"],envversion:53,filenames:["characteristic.rst","client.rst","community.rst","contribution.rst","contribution/development.rst","contribution/development/build.rst","contribution/development/build/unix_autotools.rst","contribution/development/build/unix_cmake.rst","contribution/development/build/windows_cmake.rst","contribution/development/com.rst","contribution/development/cooperation.rst","contribution/development/query.rst","contribution/development/release.rst","contribution/development/repository.rst","contribution/development/test.rst","contribution/documentation.rst","contribution/documentation/c-api.rst","contribution/documentation/i18n.rst","contribution/documentation/introduction.rst","contribution/report.rst","development.rst","development/travis-ci.rst","index.rst","install.rst","install/centos.rst","install/debian.rst","install/fedora.rst","install/mac_os_x.rst","install/others.rst","install/solaris.rst","install/ubuntu.rst","install/windows.rst","limitations.rst","news.rst","news/0.x.rst","news/1.0.x.rst","news/1.1.x.rst","news/1.2.x.rst","news/1.3.x.rst","news/2.x.rst","news/3.x.rst","news/4.x.rst","news/5.x.rst","news/6.x.rst","news/senna.rst","reference.rst","reference/alias.rst","reference/api.rst","reference/api/global_configurations.rst","reference/api/grn_cache.rst","reference/api/grn_column.rst","reference/api/grn_command_version.rst","reference/api/grn_content_type.rst","reference/api/grn_ctx.rst","reference/api/grn_db.rst","reference/api/grn_encoding.rst","reference/api/grn_expr.rst","reference/api/grn_geo.rst","reference/api/grn_hook.rst","reference/api/grn_ii.rst","reference/api/grn_index_cursor.rst","reference/api/grn_info.rst","reference/api/grn_match_escalation.rst","reference/api/grn_obj.rst","reference/api/grn_proc.rst","reference/api/grn_search.rst","reference/api/grn_table.rst","reference/api/grn_table_cursor.rst","reference/api/grn_thread.rst","reference/api/grn_type.rst","reference/api/grn_user_data.rst","reference/api/overview.rst","reference/api/plugin.rst","reference/cast.rst","reference/column.rst","reference/columns/index.rst","reference/columns/pseudo.rst","reference/columns/scalar.rst","reference/columns/vector.rst","reference/command.rst","reference/command/command_version.rst","reference/command/output_format.rst","reference/command/pretty_print.rst","reference/command/request_id.rst","reference/command/request_timeout.rst","reference/command/return_code.rst","reference/commands/cache_limit.rst","reference/commands/check.rst","reference/commands/clearlock.rst","reference/commands/column_copy.rst","reference/commands/column_create.rst","reference/commands/column_list.rst","reference/commands/column_remove.rst","reference/commands/column_rename.rst","reference/commands/config_delete.rst","reference/commands/config_get.rst","reference/commands/config_set.rst","reference/commands/database_unmap.rst","reference/commands/define_selector.rst","reference/commands/defrag.rst","reference/commands/delete.rst","reference/commands/dump.rst","reference/commands/io_flush.rst","reference/commands/load.rst","reference/commands/lock_acquire.rst","reference/commands/lock_clear.rst","reference/commands/lock_release.rst","reference/commands/log_level.rst","reference/commands/log_put.rst","reference/commands/log_reopen.rst","reference/commands/logical_count.rst","reference/commands/logical_parameters.rst","reference/commands/logical_range_filter.rst","reference/commands/logical_select.rst","reference/commands/logical_shard_list.rst","reference/commands/logical_table_remove.rst","reference/commands/normalize.rst","reference/commands/normalizer_list.rst","reference/commands/object_exist.rst","reference/commands/object_inspect.rst","reference/commands/object_list.rst","reference/commands/object_remove.rst","reference/commands/plugin_register.rst","reference/commands/plugin_unregister.rst","reference/commands/query_expand.rst","reference/commands/quit.rst","reference/commands/range_filter.rst","reference/commands/register.rst","reference/commands/reindex.rst","reference/commands/request_cancel.rst","reference/commands/ruby_eval.rst","reference/commands/ruby_load.rst","reference/commands/schema.rst","reference/commands/select.rst","reference/commands/shutdown.rst","reference/commands/status.rst","reference/commands/suggest.rst","reference/commands/table_copy.rst","reference/commands/table_create.rst","reference/commands/table_list.rst","reference/commands/table_remove.rst","reference/commands/table_rename.rst","reference/commands/table_tokenize.rst","reference/commands/thread_limit.rst","reference/commands/tokenize.rst","reference/commands/tokenizer_list.rst","reference/commands/truncate.rst","reference/configuration.rst","reference/executables.rst","reference/executables/grndb.rst","reference/executables/grnslap.rst","reference/executables/groonga.rst","reference/executables/groonga-benchmark.rst","reference/executables/groonga-httpd.rst","reference/executables/groonga-server-http.rst","reference/executables/groonga-suggest-create-dataset.rst","reference/executables/groonga-suggest-httpd.rst","reference/executables/groonga-suggest-learner.rst","reference/function.rst","reference/functions/between.rst","reference/functions/edit_distance.rst","reference/functions/fuzzy_search.rst","reference/functions/geo_distance.rst","reference/functions/geo_in_circle.rst","reference/functions/geo_in_rectangle.rst","reference/functions/highlight_full.rst","reference/functions/highlight_html.rst","reference/functions/html_untag.rst","reference/functions/in_records.rst","reference/functions/in_values.rst","reference/functions/math_abs.rst","reference/functions/now.rst","reference/functions/number_classify.rst","reference/functions/prefix_rk_search.rst","reference/functions/query.rst","reference/functions/rand.rst","reference/functions/snippet_html.rst","reference/functions/string_length.rst","reference/functions/string_substring.rst","reference/functions/sub_filter.rst","reference/functions/time_classify_day.rst","reference/functions/time_classify_hour.rst","reference/functions/time_classify_minute.rst","reference/functions/time_classify_month.rst","reference/functions/time_classify_second.rst","reference/functions/time_classify_week.rst","reference/functions/time_classify_year.rst","reference/functions/vector_new.rst","reference/functions/vector_size.rst","reference/functions/vector_slice.rst","reference/grn_expr.rst","reference/grn_expr/query_syntax.rst","reference/grn_expr/script_syntax.rst","reference/indexing.rst","reference/log.rst","reference/normalizers.rst","reference/operations.rst","reference/operations/geolocation_search.rst","reference/operations/prefix_rk_search.rst","reference/output.rst","reference/query_expanders.rst","reference/query_expanders/tsv.rst","reference/regular_expression.rst","reference/scorer.rst","reference/scorers/scorer_tf_at_most.rst","reference/scorers/scorer_tf_idf.rst","reference/sharding.rst","reference/suggest.rst","reference/suggest/completion.rst","reference/suggest/correction.rst","reference/suggest/introduction.rst","reference/suggest/suggestion.rst","reference/tables.rst","reference/token_filters.rst","reference/tokenizers.rst","reference/tuning.rst","reference/types.rst","reference/window_function.rst","reference/window_functions/record_number.rst","reference/window_functions/window_count.rst","reference/window_functions/window_record_number.rst","reference/window_functions/window_sum.rst","server.rst","server/gqtp.rst","server/http.rst","server/http/comparison.rst","server/http/groonga.rst","server/http/groonga-httpd.rst","server/memcached.rst","server/package.rst","spec.rst","spec/gqtp.rst","spec/search.rst","troubleshooting.rst","troubleshooting/different_results_with_the_same_keyword.rst","troubleshooting/how_to_analyze_error_message.rst","troubleshooting/mmap_cannot_allocate_memory.rst","tutorial.rst","tutorial/data.rst","tutorial/drilldown.rst","tutorial/index.rst","tutorial/introduction.rst","tutorial/lexicon.rst","tutorial/match_columns.rst","tutorial/micro_blog.rst","tutorial/network.rst","tutorial/patricia_trie.rst","tutorial/query_expansion.rst","tutorial/search.rst"],objects:{"":{GRN_COLUMN_NAME_ID:[50,0,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[50,0,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[50,0,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[50,0,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[50,0,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[50,0,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[50,0,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[50,0,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[50,0,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[50,0,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[51,0,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[51,0,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[51,0,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[63,0,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[63,0,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[63,0,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[63,0,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[63,0,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[63,0,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[63,0,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[63,0,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[63,0,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[63,0,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[72,0,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[72,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[72,0,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[72,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[72,0,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[72,0,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[72,0,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[72,1,1,"c.GRN_PLUGIN_REGISTER"],grn_builtin_type:[69,2,1,"c.grn_builtin_type"],grn_cache:[49,2,1,"c.grn_cache"],grn_cache_close:[49,1,1,"c.grn_cache_close"],grn_cache_current_get:[49,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[49,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[49,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[49,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[49,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[50,1,1,"c.grn_column_create"],grn_column_index:[50,1,1,"c.grn_column_index"],grn_column_index_update:[50,1,1,"c.grn_column_index_update"],grn_column_name:[50,1,1,"c.grn_column_name"],grn_column_rename:[50,1,1,"c.grn_column_rename"],grn_column_table:[50,1,1,"c.grn_column_table"],grn_column_truncate:[50,1,1,"c.grn_column_truncate"],grn_command_version:[51,2,1,"c.grn_command_version"],grn_content_type:[52,2,1,"c.grn_content_type"],grn_ctx:[53,2,1,"c.grn_ctx"],grn_ctx_at:[53,1,1,"c.grn_ctx_at"],grn_ctx_close:[53,1,1,"c.grn_ctx_close"],grn_ctx_db:[53,1,1,"c.grn_ctx_db"],grn_ctx_fin:[53,1,1,"c.grn_ctx_fin"],grn_ctx_get:[53,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[53,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[53,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[62,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[53,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[53,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[53,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[53,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[53,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[53,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[62,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[53,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[53,1,1,"c.grn_ctx_use"],grn_db:[54,2,1,"c.grn_db"],grn_db_create:[54,1,1,"c.grn_db_create"],grn_db_create_optarg:[54,2,1,"c.grn_db_create_optarg"],grn_db_open:[54,1,1,"c.grn_db_open"],grn_db_recover:[54,1,1,"c.grn_db_recover"],grn_db_touch:[54,1,1,"c.grn_db_touch"],grn_db_unmap:[54,1,1,"c.grn_db_unmap"],grn_encoding:[55,2,1,"c.grn_encoding"],grn_encoding_parse:[55,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[55,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[56,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[56,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[56,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[56,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[56,1,1,"c.grn_expr_append_const_str"],grn_expr_append_op:[56,1,1,"c.grn_expr_append_op"],grn_expr_close:[56,1,1,"c.grn_expr_close"],grn_expr_compile:[56,1,1,"c.grn_expr_compile"],grn_expr_create:[56,1,1,"c.grn_expr_create"],grn_expr_exec:[56,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[56,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[56,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[56,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[56,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[71,1,1,"c.grn_fin"],grn_geo_cursor_next:[57,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[57,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[57,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[57,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[57,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[51,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[55,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[62,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[48,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[58,2,1,"c.grn_hook_entry"],grn_ii:[59,2,1,"c.grn_ii"],grn_ii_buffer:[59,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[59,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[59,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[59,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[59,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[60,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[60,1,1,"c.grn_index_cursor_open"],grn_info_type:[61,2,1,"c.grn_info_type"],grn_init:[71,1,1,"c.grn_init"],grn_obj:[63,2,1,"c.grn_obj"],grn_obj_add_hook:[58,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[63,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[63,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[63,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[63,1,1,"c.grn_obj_close"],grn_obj_column:[63,1,1,"c.grn_obj_column"],grn_obj_db:[54,1,1,"c.grn_obj_db"],grn_obj_defrag:[63,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[63,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[58,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[63,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[61,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[58,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[61,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[58,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[63,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[63,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[63,1,1,"c.grn_obj_get_values"],grn_obj_id:[63,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[63,1,1,"c.grn_obj_is_builtin"],grn_obj_is_locked:[63,1,1,"c.grn_obj_is_locked"],grn_obj_lock:[63,1,1,"c.grn_obj_lock"],grn_obj_name:[63,1,1,"c.grn_obj_name"],grn_obj_path:[63,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[63,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[63,1,1,"c.grn_obj_reinit"],grn_obj_remove:[63,1,1,"c.grn_obj_remove"],grn_obj_rename:[63,1,1,"c.grn_obj_rename"],grn_obj_search:[65,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[61,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[64,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[61,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[63,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[63,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[63,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[70,1,1,"c.grn_obj_user_data"],grn_plugin_charlen:[72,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[72,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[72,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[72,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[72,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[72,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[72,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[72,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[72,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[72,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[72,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[72,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[72,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[72,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[64,1,1,"c.grn_proc_create"],grn_proc_func:[64,2,1,"c.grn_proc_func"],grn_proc_get_info:[64,1,1,"c.grn_proc_get_info"],grn_proc_type:[64,2,1,"c.grn_proc_type"],grn_search_optarg:[65,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[51,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[55,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[62,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[48,1,1,"c.grn_set_lock_timeout"],grn_table_add:[66,1,1,"c.grn_table_add"],grn_table_at:[66,1,1,"c.grn_table_at"],grn_table_columns:[66,1,1,"c.grn_table_columns"],grn_table_create:[66,1,1,"c.grn_table_create"],grn_table_cursor:[67,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[67,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[67,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[67,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[67,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[67,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[67,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[67,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[67,1,1,"c.grn_table_cursor_table"],grn_table_delete:[66,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[66,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[66,1,1,"c.grn_table_difference"],grn_table_get:[66,1,1,"c.grn_table_get"],grn_table_get_key:[66,1,1,"c.grn_table_get_key"],grn_table_group:[66,1,1,"c.grn_table_group"],grn_table_group_flags:[66,2,1,"c.grn_table_group_flags"],grn_table_group_result:[66,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[66,1,1,"c.grn_table_lcp_search"],grn_table_rename:[66,1,1,"c.grn_table_rename"],grn_table_setoperation:[66,1,1,"c.grn_table_setoperation"],grn_table_size:[66,1,1,"c.grn_table_size"],grn_table_sort:[66,1,1,"c.grn_table_sort"],grn_table_sort_flags:[66,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[66,2,1,"c.grn_table_sort_key"],grn_table_truncate:[66,1,1,"c.grn_table_truncate"],grn_table_update:[66,1,1,"c.grn_table_update"],grn_table_update_by_id:[66,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[68,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[68,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[68,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[68,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[68,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[68,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[69,1,1,"c.grn_type_create"],grn_user_data:[70,2,1,"c.grn_user_data"]},"groonga-benchmark":{"--dir":[152,4,1,"cmdoption-groonga-benchmark-dir"],"--ftp":[152,4,1,"cmdoption-groonga-benchmark-ftp"],"--groonga":[152,4,1,"cmdoption-groonga-benchmark-groonga"],"--host":[152,4,1,"cmdoption-groonga-benchmark-i"],"--log-output-dir":[152,4,1,"cmdoption-groonga-benchmark-log-output-dir"],"--port":[152,4,1,"cmdoption-groonga-benchmark-p"],"--protocol":[152,4,1,"cmdoption-groonga-benchmark-protocol"],"-i":[152,4,1,"cmdoption-groonga-benchmark-i"],"-p":[152,4,1,"cmdoption-groonga-benchmark-p"],db:[152,4,1,"cmdoption-groonga-benchmark-arg-db"],script:[152,4,1,"cmdoption-groonga-benchmark-arg-script"]},"groonga-suggest-httpd":{"--daemon":[156,4,1,"cmdoption-groonga-suggest-httpd-d"],"--disable-max-fd-check":[156,4,1,"cmdoption-groonga-suggest-httpd-disable-max-fd-check"],"--log-base-path":[156,4,1,"cmdoption-groonga-suggest-httpd-l"],"--n-lines-per-log-file":[156,4,1,"cmdoption-groonga-suggest-httpd-n-lines-per-log-file"],"--n-threads":[156,4,1,"cmdoption-groonga-suggest-httpd-t"],"--port":[156,4,1,"cmdoption-groonga-suggest-httpd-p"],"--receive-endpoint":[156,4,1,"cmdoption-groonga-suggest-httpd-r"],"--send-endpoint":[156,4,1,"cmdoption-groonga-suggest-httpd-s"],"-d":[156,4,1,"cmdoption-groonga-suggest-httpd-d"],"-l":[156,4,1,"cmdoption-groonga-suggest-httpd-l"],"-p":[156,4,1,"cmdoption-groonga-suggest-httpd-p"],"-r":[156,4,1,"cmdoption-groonga-suggest-httpd-r"],"-s":[156,4,1,"cmdoption-groonga-suggest-httpd-s"],"-t":[156,4,1,"cmdoption-groonga-suggest-httpd-t"]},"groonga-suggest-learner":{"--daemon":[157,4,1,"cmdoption-groonga-suggest-learner-d"],"--log-base-path":[157,4,1,"cmdoption-groonga-suggest-learner-l"],"--log-level":[157,4,1,"cmdoption-groonga-suggest-learner-log-level"],"--log-path":[157,4,1,"cmdoption-groonga-suggest-learner-log-path"],"--receive-endpoint":[157,4,1,"cmdoption-groonga-suggest-learner-r"],"--send-endpoint":[157,4,1,"cmdoption-groonga-suggest-learner-s"],"-d":[157,4,1,"cmdoption-groonga-suggest-learner-d"],"-l":[157,4,1,"cmdoption-groonga-suggest-learner-l"],"-r":[157,4,1,"cmdoption-groonga-suggest-learner-r"],"-s":[157,4,1,"cmdoption-groonga-suggest-learner-s"]},grn_db_create_optarg:{builtin_type_names:[54,3,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[54,3,1,"c.grn_db_create_optarg.n_builtin_type_names"]},grnslap:{"-P":[150,4,1,"cmdoption-grnslap-p"],"-m":[150,4,1,"cmdoption-grnslap-m"],dest:[150,4,1,"cmdoption-grnslap-arg-dest"]},groonga:{"--address":[151,4,1,"cmdoption-groonga-a"],"--bind-address":[151,4,1,"cmdoption-groonga-bind-address"],"--cache-base-path":[151,4,1,"cmdoption-groonga-cache-base-path"],"--cache-limit":[151,4,1,"cmdoption-groonga-cache-limit"],"--config-path":[151,4,1,"cmdoption-groonga-config-path"],"--default-match-escalation-threshold":[151,4,1,"cmdoption-groonga-default-match-escalation-threshold"],"--default-request-timeout":[151,4,1,"cmdoption-groonga-default-request-timeout"],"--document-root":[151,4,1,"cmdoption-groonga-document-root"],"--encoding":[151,4,1,"cmdoption-groonga-e"],"--help":[151,4,1,"cmdoption-groonga-h"],"--log-level":[151,4,1,"cmdoption-groonga-l"],"--log-path":[151,4,1,"cmdoption-groonga-log-path"],"--log-rotate-threshold-size":[151,4,1,"cmdoption-groonga-log-rotate-threshold-size"],"--max-threads":[151,4,1,"cmdoption-groonga-t"],"--pid-path":[151,4,1,"cmdoption-groonga-pid-path"],"--port":[151,4,1,"cmdoption-groonga-p"],"--protocol":[151,4,1,"cmdoption-groonga-protocol"],"--query-log-path":[151,4,1,"cmdoption-groonga-query-log-path"],"--query-log-rotate-threshold-size":[151,4,1,"cmdoption-groonga-query-log-rotate-threshold-size"],"--server-id":[151,4,1,"cmdoption-groonga-i"],"-a":[151,4,1,"cmdoption-groonga-a"],"-c":[151,4,1,"cmdoption-groonga-c"],"-d":[151,4,1,"cmdoption-groonga-d"],"-e":[151,4,1,"cmdoption-groonga-e"],"-h":[151,4,1,"cmdoption-groonga-h"],"-i":[151,4,1,"cmdoption-groonga-i"],"-l":[151,4,1,"cmdoption-groonga-l"],"-n":[151,4,1,"cmdoption-groonga-n"],"-p":[151,4,1,"cmdoption-groonga-p"],"-s":[151,4,1,"cmdoption-groonga-s"],"-t":[151,4,1,"cmdoption-groonga-t"],command:[151,4,1,"cmdoption-groonga-arg-command"],dest:[151,4,1,"cmdoption-groonga-arg-dest"]}},objnames:{"0":["c","macro","C macro"],"1":["c","function","C function"],"2":["c","type","C type"],"3":["c","member","C member"],"4":["std","cmdoption","program option"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:cmdoption"},terms:{"000000000b123456":33,"000x":17,"00n":149,"00z":156,"01t00":156,"0\u306e\u79d2\u8868\u8a18":234,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":58,"0\u30d9\u30fc\u30b9\u3067":[66,67],"0\u30ea\u30ea\u30fc\u30b9":33,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":151,"0mq":40,"0x0":[38,216,238],"0x01":231,"0x02":231,"0x04":231,"0x08":231,"0x10":231,"0x20":191,"0x7fa0d5d7ed00":84,"0xc7":231,"10000cent":214,"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":216,"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":150,"10041\u756a":151,"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":151,"10043\u756a":151,"10055\u306fwindows\u306e\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9\u3092\u8868\u3057\u3066\u3044\u307e\u3059":[],"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":234,"100cent":214,"100mb":33,"100x":[33,43],"100x100":163,"100x150":164,"1024r":12,"1073741824\u306e\u6574\u6570\u3067":76,"10m":153,"10t13":[208,209,211],"10t22":209,"10z":192,"128452975x503157902":[238,240,245,248],"128487316x502920929":[240,248],"128515259x503187188":[240,248],"1285858800\u306f2010":234,"128mb":39,"12gb":236,"135960000x":162,"13\u7528rpm\u306e\u63d0\u4f9b":35,"143660000x419009000":162,"145508000x":162,"146249000x":244,"146566000x":[162,244],"146607190x":244,"146710080x":244,"146741340x":244,"146867000x":244,"150x100":164,"152489000x":244,"15min":43,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":87,"16bit":216,"16gb":236,"16gib":215,"175904000x8464000":162,"185428000x":162,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":80,"1\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":67,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":37,"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":80,"1\u3068command":80,"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":67,"1\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u672b\u5c3e\u306b\u633f\u5165\u3055\u308c\u307e\u3059":58,"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":152,"1\u30ea\u30ea\u30fc\u30b9":33,"1\u5358\u8a9e\u6271\u3044":232,"1\u884c\u76ee":152,"1byte":231,"1gb":42,"1st":159,"1tib":[32,138,212],"1usec":43,"1x139":238,"2000\u898f\u683c\u306b\u5f93\u3063\u3066\u5168\u89d2\u30ab\u30bf\u30ab\u30ca\u306b\u5909\u63db\u3057\u305f\u6587\u5b57\u5217\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b\u5024\u3092key\u3068\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"200byte":176,"20km":244,"21th":40,"23t02":192,"24byte":231,"256gib":32,"256kb":236,"256kib":215,"257662232kbyte":152,"29289245605469e":82,"2\u306e\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3063\u305f\u969b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3057\u305f":12,"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":80,"2\u30ea\u30ea\u30fc\u30b9":33,"2\u884c\u76ee":152,"2byte":[85,231],"2nd":133,"2rd":133,"2st":133,"30ac":195,"314e":192,"32bit":[8,40,42,43,216],"32byte":42,"32gib":215,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":232,"3\u30ea\u30ea\u30fc\u30b9":33,"3\u884c\u76ee":152,"3rd":[40,43,133],"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"4091b":[96,147],"4096byte":[42,212],"4097byte":212,"436218z":192,"44001770019531e":199,"45ea3034":194,"4\u30ea\u30ea\u30fc\u30b9":33,"4\u884c\u76ee":152,"4byte":231,"4e86e700":236,"4gib":[32,43,138,212,231],"4kib":[32,42,46,94,95,96,147,212],"4mib":119,"4th":133,"5367431640625e":199,"56058502197266e":199,"56880000x":162,"57f2ff87d45d7f0f525e2216":43,"58043f77614116a2568d529c":43,"59\u74b0\u5883\u306b\u304a\u3044\u3066":37,"5\u30ea\u30ea\u30fc\u30b9":33,"5th":133,"64bit":[8,42,119,216],"64kib":42,"65535byte":42,"6813819x139":[238,248],"6909211x139":248,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"6\u306e\u3068\u304d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f4\u65b0\u3057\u3066pull":12,"6\u30ea\u30ea\u30fc\u30b9":33,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":14,"6elz":41,"6gib":215,"7\u30ea\u30ea\u30fc\u30b9":33,"80ghz":152,"82pre":44,"8\u306b\u5bfe\u5fdc":35,"8\u30ea\u30ea\u30fc\u30b9":[12,33],"8bit":216,"8byte":[32,231],"93933868408203e":199,"975mbyte":152,"\u3042\u3068\u306f":[],"\u3042\u3068\u306f\u30d6\u30e9\u30a6\u30b6\u306b\u3066http":12,"\u3042\u3089\u304b\u3058\u3081groonga\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304a\u304f\u3068\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u5186\u6ed1\u306b\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":12,"\u3042\u308a\u307e\u305b\u3093":[109,125,139],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":163,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[163,164],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":11,"\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u306f\u3058\u3081\u306bdevelop\u6271\u3044\u3068\u3057\u3066\u30ea\u30ea\u30fc\u30b9\u3055\u308c":80,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u304c\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u3046\u3061":80,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306b\u304a\u3044\u3066\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":80,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":80,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":216,"\u3042\u308c\u3053\u308c\u60c5\u5831\u63d0\u4f9b\u3092\u8981\u6c42\u3059\u308b\u3068":10,"\u3044\u304d\u306a\u308aredmine\u3067\u30d0\u30b0\u5831\u544a\u3092\u304a\u9858\u3044\u3059\u308b\u3068":10,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":80,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":11,"\u3044\u307e\u3059":10,"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":35,"\u304a\u3070\u305f\u3055\u3093":34,"\u304a\u3088\u3073":12,"\u304b\u3089\u53d6\u5f97\u3067\u304d\u308b\u305d\u308c\u305e\u308c\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":60,"\u304b\u3089\u8ffd\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":151,"\u304bwgs84geopoint":[163,164],"\u304c\u3042\u308a\u307e\u3059":12,"\u304c\u306a\u3044\u5834\u5408":12,"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":35,"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":232,"\u304c\u5fc5\u8981\u3067\u3059":12,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":175,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":163,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":66,"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":66,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":66,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[50,66],"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u304c\u8fd4\u3055\u308c\u307e\u3059":63,"\u3050\u308b\u3093\u304c":[191,192],"\u3050\u308b\u3093\u304c\u592a\u90ce":240,"\u3050\u308b\u3093\u304c\u6b21\u90ce":240,"\u3053\u3046\u3059\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u63d0\u6848\u3092\u3067\u304d\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u3053\u3053\u3067\u306f":234,"\u3053\u3053\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306bruby\u3092\u5229\u7528\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u3092web\u30b5\u30fc\u30d0\u7d4c\u7531\u3067\u53c2\u7167\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":234,"\u3053\u3053\u3067\u307e\u3068\u3081\u305f\u5185\u5bb9\u306b\u3064\u3044\u3066\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u3082\u4f7f\u7528\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u3082":234,"\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u30b5\u30dd\u30fc\u30c8\u306e\u969b\u306b\u6c17\u3092\u3064\u3051\u308b\u3053\u3068\u3092\u307e\u3068\u3081\u307e\u3059":10,"\u3053\u306e\u3068\u304d":232,"\u3053\u306e\u307e\u307e\u3067\u306f\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u8868\u793a\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":234,"\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u306e\u306f\u5168\u6587\u691c\u7d22\u6642\u306b\u8907\u6570\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3089\u3067\u3059":234,"\u3053\u306e\u3088\u3046\u306bn":234,"\u3053\u306e\u3088\u3046\u306btokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u91cd\u307f\u3092\u9ad8\u304f\u3059\u308b\u3053\u3068\u306b\u3088\u308a":234,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":152,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":152,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":152,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":232,"\u3053\u306e\u30b1\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3059\u308b\u306e\u3067":234,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":12,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":151,"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":152,"\u3053\u306e\u30dc\u30bf\u30f3\u3092\u7d4c\u7531\u3059\u308b\u5834\u5408":12,"\u3053\u306e\u4e2d\u3067\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308bgrn_expr\u306e\u3053\u3068\u3092\u7279\u306b\u6761\u4ef6\u5f0f\u3068\u3088\u3073\u307e\u3059":11,"\u3053\u306e\u4f5c\u696d\u306f":12,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":12,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":12,"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egroonga":152,"\u3053\u306e\u4f8b\u306f\u65e5\u672c\u8a9e\u3060\u3063\u305f\u306e\u3067tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u3088\u304b\u3063\u305f\u306e\u3067\u3059\u304c":234,"\u3053\u306e\u5834\u5408":67,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":234,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":234,"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":234,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":234,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":234,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":234,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":234,"\u3053\u306e\u624b\u9806\u306f\u30b9\u30ad\u30c3\u30d7\u3057\u3066\u69cb\u3044\u307e\u305b\u3093":12,"\u3053\u306e\u624b\u9806\u306f\u7701\u7565\u53ef\u80fd\u3067\u3059":12,"\u3053\u306e\u64cd\u4f5c\u306f":66,"\u3053\u306e\u65b9\u6cd5\u3067ppa\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u308b\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"\u3053\u306e\u72b6\u614b\u3067\u3082\u4ee5\u524d\u306f\u30de\u30c3\u30c1\u3057\u306a\u304b\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":234,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":232,"\u3053\u306e\u7d50\u679c\u306f":152,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":232,"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":163,"\u3053\u308c\u304b\u3089groonga\u3092\u4f7f\u3046\u4eba\u3078\u30a2\u30d4\u30fc\u30eb\u3059\u308b\u70b9\u3084\u65e2\u5b58\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u4eba\u304c\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u969b\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u307e\u3059":12,"\u3053\u308c\u3067":12,"\u3053\u308c\u306b\u3088\u308a":12,"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":12,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":12,"\u3053\u308c\u306b\u5bfe\u3057\u3066":232,"\u3053\u308c\u306f":234,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":76,"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":234,"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":11,"\u3053\u308c\u3092\u56de\u907f\u3059\u308b\u306b\u306f":12,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":152,"\u3055\u3089\u306b":[],"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":80,"\u3057\u304b\u3057":[216,232,234],"\u3057\u3066\u304a\u304f\u3079\u304d\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":12,"\u3057\u308a\u3054\u307f\u3057\u3066\u3057\u307e\u3046\u304b\u3082\u3057\u308c\u307e\u305b\u3093":10,"\u3059\u3067\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u305f\u3068\u3048\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":232,"\u3059\u3067\u306bgroonga\u306eformula\u306f\u53d6\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u306e\u3067":12,"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":152,"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":80,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":152,"\u3059\u3079\u3066\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u540c\u3058\u540d\u524d\u306e\u95a2\u6570\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u3059\u3079\u3066\u306e\u95a2\u6570\u304c\u30c6\u30b9\u30c8\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u3053\u3068\u3092\u5fc3\u304c\u3051\u3066\u304f\u3060\u3055\u3044":14,"\u3059\u308b\u3068":14,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":35,"\u3059\u308b\u3068\u5927\u4e08\u592b\u3067\u3059":10,"\u3059\u308b\u3068\u6b21\u306esoerr\u304c\u898b\u3064\u304b\u308a\u307e\u3059":[],"\u3059\u308b\u3068groonga":12,"\u305d\u3053\u3067":234,"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":12,"\u305d\u3053\u306b\u5165\u308b\u60c5\u5831\u304c\u3069\u3093\u306a\u5185\u5bb9\u304b\u3092\u793a\u3059\u540d\u524d\u3092\u51fa\u529b\u3057\u307e\u3059":139,"\u305d\u306e\u305f\u3081":[12,101,152,232,234],"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":12,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":216,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":80,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":12,"\u305d\u306e\u4e2d\u304b\u3089\u5fc5\u8981\u306a\u90e8\u5206\u3092\u9ad8\u901f\u306b\u53d6\u308a\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9c\u8aad\u307f\u66ff\u3048\u3066\u4e0b\u3055\u3044":12,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":152,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":58,"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":234,"\u305d\u306e\u5834\u5408":12,"\u305d\u306e\u5834\u5408\u306b\u306f\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u3054\u3068\u3084\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3054\u3068\u306a\u3069":12,"\u305d\u306e\u5f8c\u4e8c\u4e16\u4ee3\u7d4c\u904e\u3059\u308b\u3068\u305d\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306fdeprecated\u6271\u3044\u3068\u306a\u308a\u307e\u3059":80,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":151,"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":80,"\u305d\u306e\u6642\u70b9\u3067stable\u3067\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":80,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":67,"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":11,"\u305d\u306e\u9650\u3089\u308c\u305f\u30c4\u30a4\u30fc\u30c8\u304b\u3089\u89e3\u6c7a\u65b9\u6cd5\u304c\u898b\u3064\u304b\u308c\u3070\u30e6\u30fc\u30b6\u30fc\u306b\u3068\u3063\u3066\u4f59\u8a08\u306a\u624b\u9593\u304c\u5c11\u306a\u304f\u3066\u6e08\u307f\u307e\u3059":10,"\u305d\u306e\u969b":12,"\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":66,"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":66,"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":63,"\u305d\u308c\u305e\u308c":14,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":151,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":232,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":232,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":11,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u306b\u5bfe\u3057\u3066\u4e8c\u3064\u76ee\u306e\u8981\u7d20\u304c\u4e00\u81f4\u3059\u308b\u305f\u3081\u306emode\u3068\u3057\u3066\u4e0b\u8a18\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u3057\u307e\u3059":232,"\u305d\u308c\u305e\u308c\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5\u3068\u306a\u308b\u6761\u4ef6\u304c\u3042\u308b\u306e\u3067\u63a1\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5341\u5206\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044":234,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":63,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":234,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":232,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":63,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":63,"\u305d\u308c\u306b\u691c\u7d22\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u306b\u3069\u306e\u3088\u3046\u306b\u53cd\u6620\u3059\u308b\u304b\u3092\u6307\u5b9a\u3059\u308b\u6f14\u7b97\u5b50\u3092\u6e21\u3057\u307e\u3059":11,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":150,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":150,"\u305d\u308c\u3089\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u305d\u308c\u3092\u65e7ji":67,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":69,"\u305f\u3060\u3057":[67,76,151,232],"\u305f\u3060\u3057\u8907\u6570\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u4e00\u7dd2\u306b\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044":34,"\u305f\u3068\u3048\u3070":232,"\u305f\u3068\u3048\u3070\u4e0b\u8a18\u306e\u3088\u3046\u306bgroonga\u306e\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u63a8\u79fb\u3057\u307e\u3059":80,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u30671\u4ef6\u3082\u30d2\u30c3\u30c8\u3057\u306a\u3044\u5834\u5408\u3067\u3082\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306a\u3069\u3092\u884c\u3044\u307e\u305b\u3093":234,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":234,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u3042\u308b\u306e\u3067":12,"\u3060\u3068\u539f\u56e0\u306f":10,"\u3064\u307e\u308atest":12,"\u30671\u4ef6\u30d2\u30c3\u30c8\u3057":234,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":11,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":11,"\u3067\u3042\u308c\u3070":152,"\u3067\u3059\u306d":10,"\u3067\u306f\u306a\u304ffree":35,"\u3067\u306f\u307e\u3068\u3081\u3066\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u3053\u3068\u3082\u3042\u308a\u307e\u3059":12,"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":234,"\u3067\u306f\u6607\u9806":66,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":66,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":53,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":234,"\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f\u30ad\u30fc\u304c\u5e38\u306bgrn_nil\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":151,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":234,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":234,"\u3067\u4e0d\u6b63\u306ajson\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u305d\u308c\u4ee5\u964d\u30b3\u30de\u30f3\u30c9\u3092\u53d7\u3051\u4ed8\u3051\u306a\u304f\u306a\u308b":35,"\u3067\u4f5c\u6210\u3057\u305f":53,"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":151,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":53,"\u3067\u533a\u5207\u308a\u307e\u3059":151,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":76,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":152,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":35,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":67,"\u3067\u78ba\u4fdd\u3057\u305f":53,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":139,"\u3067\u89e3\u653e\u3057\u305f\u5f8c\u306b":53,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":53,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":63,"\u3067\u914d\u5217\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30fc\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b\u3068\u30c6\u30fc\u30d6\u30eb\u304c\u58ca\u308c\u308b":35,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":232,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":232,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092grep\u3057\u307e\u3059":[],"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":234,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u306710\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u6642\u306b\u5b9f\u884c\u3059\u308b":152,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":152,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":152,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":152,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u3092\u9069\u5b9c\u4fee\u6b63\u3057\u307e\u3059":12,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":232,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":232,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":232,"\u3068\u3044\u3046\u4e8b\u67c4\u3092\u307e\u3068\u3081\u307e\u3057\u305f":10,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":232,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":232,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":232,"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":232,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":232,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":216,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":232,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":232,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":232,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":232,"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":152,"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":12,"\u3068\u306a\u3063\u3066\u3057\u307e\u3046\u3053\u3068\u304c\u3042\u308a\u307e\u3059":12,"\u3068\u306a\u308a":234,"\u3068\u308a\u3068\u3093":[191,192],"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":152,"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":234,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":234,"\u3068\u5171\u306b":50,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":63,"\u3068\u540c\u3058\u610f\u5473":151,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":34,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":163,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":12,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":234,"\u3069\u3046\u3057\u3066\u305d\u3046\u3059\u308b\u306e\u304b\u3068\u3044\u3046\u5171\u901a\u8a8d\u8b58\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u3068\u4e00\u8cab\u6027\u306e\u306a\u3044\u30b5\u30dd\u30fc\u30c8\u3068\u306a\u3063\u3066\u3057\u307e":10,"\u3069\u3046\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u306e\u304c":10,"\u3069\u3061\u3089\u3067\u521d\u671f\u5316\u3055\u308c\u305f":53,"\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3092\u8aac\u660e\u3059\u308b\u524d\u306b":232,"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":152,"\u306a\u3069\u306b\u3088\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5b58\u5426\u3092\u5225\u9014\u78ba\u8a8d\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":63,"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":63,"\u306b\u3042\u308b":63,"\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0":67,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":67,"\u306b\u3066\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059":12,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30ea\u30ea\u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u306b\u306a\u308a\u307e\u3059":53,"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":232,"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":87,"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":139,"\u306b\u307e\u3068\u3081\u307e\u3059":12,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":232,"\u306b\u3088\u3063\u3066\u89e3\u653e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":53,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":216,"\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057":12,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":232,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":232,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":234,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":234,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":151,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":152,"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":152,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":151,"\u306b\u8a2d\u5b9a\u3059\u308b":12,"\u306b\u8ffd\u52a0\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":152,"\u306e2\u5358\u8a9e\u6271\u3044":232,"\u306e3\u30d5\u30e9\u30b0\u306f":67,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[65,66,69],"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[66,163,164],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":151,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u306e\u307b\u304b\u306b":216,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059":67,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u3088\u3046\u306b\u5f15\u6570\u306e\u540d\u524d\u3092\u660e\u793a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u4ee3\u308f\u308a\u306b":151,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":151,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u306e\u30ab\u30e9\u30e0":[88,99],"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[35,37],"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":99,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":88,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":35,"\u306e\u4ed5\u69d8\u3092\u8ffd\u52a0":35,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":151,"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":10,"\u306e\u5834\u5408\u306f":10,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":69,"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":35,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":151,"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":64,"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":175,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":175,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":139,"\u306ebase_version\u306e\u66f4\u65b0":12,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":67,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":234,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":35,"\u306exml\u51fa\u529b\u5bfe\u5fdc":35,"\u306f\u306a\u304f":34,"\u306f\u7121\u52b9\u3067\u3042\u308a":67,"\u306f\u7121\u8996\u3055\u308c\u307e\u3059":[66,67],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3067":63,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":234,"\u3072\u308d\u3042\u304d":246,"\u3072\u308d\u3086\u304d":246,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":12,"\u307e\u305f\u305d\u308c\u3089\u306eid\u3092":50,"\u307e\u305f\u306f":152,"\u307e\u305f\u306f\u30bd\u30b1\u30c3\u30c8\u7d4c\u7531\u3067groonga\u30b5\u30fc\u30d0\u306b\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9001\u4fe1\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u884c\u3057\u307e\u3059":[87,88,92,98,99,101,108,109,125,139],"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":151,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":151,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":152,"\u307e\u305f\u306fctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":53,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":152,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_port\u304c\u512a\u5148\u3055\u308c\u307e\u3059":152,"\u307e\u305f\u540c\u6642\u306b":152,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":66,"\u307e\u305fgroonga":152,"\u307e\u3060\u81ea\u5206\u7528\u306b\u6697\u53f7\u5316\u3055\u308c\u305f\u9375\u304c\u7121\u3044\u5834\u5408\u306b\u306f":12,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":80,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":10,"\u307e\u308d\u3086\u304d":246,"\u3080\u308b\u3093\u304c":[191,192],"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":160,"\u3082\u3057\u304f\u306f":[66,67,216],"\u3082\u3057\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u4e2d\u8eab\u306b\u95a2\u308f\u3089\u305a\u52d5\u4f5c\u3092\u7d9a\u3051\u3066\u3057\u307e\u3044":152,"\u3082\u3057\u6307\u5b9a\u3055\u308c\u305fdb\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070\u81ea\u52d5\u7684\u306bdb\u3092\u4f5c\u6210\u3057\u307e\u3059\u304c":152,"\u3082\u3057groonga":152,"\u3082\u3057test":152,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":232,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":80,"\u3084\u308a\u3068\u308a\u3092\u8003\u3048\u306a\u304f\u3066\u826f\u3044\u3067\u3059\u304c":10,"\u3084red":12,"\u3084rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306espec\u30d5\u30a1\u30a4\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u306a\u3069\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"\u3086\u304d\u3072\u308d":246,"\u3088\u3063\u3066":216,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":163,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":152,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u308d\u3086\u304d":246,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":14,"\u3092\u3082\u3068\u306b":[],"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":216,"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":35,"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":60,"\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u3092\u516c\u958b":35,"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":12,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[152,216,234],"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u6307\u5b9a\u3057":[67,88,99],"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":67,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":67,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":11,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":67,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u95a2\u3059\u308b\u4e0b\u8a18\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":67,"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":67,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":67,"\u3092\u6307\u5b9a\u3057\u3066\u4e0d\u5b89\u5b9a\u7248\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3059":12,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":67,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":66,"\u3092\u6307\u5b9a\u3057\u307e\u3059":[12,50,54,61,63,66,69,151,152],"\u3092\u6307\u5b9a\u3059\u308b\u3068":[50,67],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u898f\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9acolumn\u3068\u306a\u308a\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068domain\u578b\u306e\u5024\u306e\u30d9\u30af\u30bf\u3092\u683c\u7d0d\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u306a\u308a\u307e\u3059":63,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":66,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":67,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":67,"\u3092\u683c\u7d0d\u3057\u307e\u3059":50,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":14,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":63,"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":163,"\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u3092\u8a08\u7b97\u3059\u308b":34,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":152,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u3092\u8fd4\u3057\u307e\u3059":[58,63,66,67],"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":34,"\u3092\u8ffd\u52a0":[35,37],"\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":64,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":69,"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":12,"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":35,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":150,"\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u3068\u306f":63,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u6e08\u307f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664\u3067\u304d\u308b":12,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[232,234],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u306e\u5834\u5408\u306ftokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306a\u3069\u3082\u5229\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":234,"\u30a2\u30fc\u30ab\u30a4\u30d6\u7b49\u304cpackag":12,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":35,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":35,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":12,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":152,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u308b\u74b0\u5883\u3067\u3042\u308c\u3070groonga\u30b3\u30de\u30f3\u30c9\u306e\u77e5\u8b58\u304c\u306a\u304f\u3066\u3082groonga\u306e\u52d5\u4f5c\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059":152,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u3064\u3044\u305f\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u7d50\u679c\u304c\u304a\u304b\u3057\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":92,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":87,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u305f\u30b8\u30aa\u30b5\u30fc\u30c1\u306e\u4f8b\u3092\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306b\u8ffd\u52a0":37,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":87,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":88,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":12,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":151,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059":151,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":62,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":62,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[88,92,98,108,109],"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[88,92,98,108,109],"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":63,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u304b\u3089\u8abf\u67fb\u3059\u308b\u3068":[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u51fa\u305f\u969b\u306e\u72b6\u6cc1\u304b\u3089":[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3054\u3068\u306e\u89e3\u6790\u65b9\u6cd5\u3092\u8a18\u8f09\u3057\u307e\u3059":[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u89e3\u6790\u65b9\u6cd5":[],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":35,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":88,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":88,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":99,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":87,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u69cb\u9020\u4f53\u306e\u5b9f\u4f53\u3092api\u306e\u547c\u3073\u5143\u3067\u78ba\u4fdd\u3059\u308b\u306e\u306b\u5bfe\u3057\u3066":53,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":53,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":152,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":152,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":152,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":34,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":37,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":3,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u3092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":14,"\u30ab\u30e9\u30e0\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,63],"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":63,"\u30ab\u30e9\u30e0obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":50,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":67,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":67,"\u30ab\u30ec\u30fc":232,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":232,"\u30ab\u30f3\u30b8":173,"\u30ab\u30f3\u30de":101,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":34,"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30ad\u30fc":151,"\u30ad\u30fc\u304c":151,"\u30ad\u30fc\u30ef\u30fc\u30c9":36,"\u30af\u30a8\u30ea\u306e":234,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":234,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[3,4,22],"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[3,4,22],"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":11,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":34,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":3,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3082\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306e\u305d\u308c\u305e\u308c\u306b\u5bfe\u5fdc\u3059\u308b\u5f62\u3067\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":151,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9\u306a\u3089\u3070groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u63a5\u7d9a\u3092\u5207\u308a\u307e\u3059":125,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":35,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10043\u756a":151,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30b0\u30eb\u30fc\u30d7\u5316":76,"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":76,"\u30b0\u30eb\u30fc\u30d7\u5316\u51e6\u7406\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e_nsubrecs\u306b\u8a18\u9332\u3055\u308c\u307e\u3059":76,"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":76,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":35,"\u30b3\u30de\u30f3\u30c9\u304cquery\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u3059\u308b\u306e\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":232,"\u30b3\u30de\u30f3\u30c9\u3067\u30ad\u30fc\u304cshorttext\u4ee5\u5916\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3067\u304d\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":35,"\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u304c\u58ca\u308c\u308b\u5834\u5408\u306f\u30a8\u30e9\u30fc":34,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":216,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":216,"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":35,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":35,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":11,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":151,"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":35,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":80,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5\u306fgroonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3068\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u304c\u3042\u308a\u307e\u3059":80,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":80,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u308a":80,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":152,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":152,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":12,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u3068set_port\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":152,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":152,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":151,"\u30b3\u30de\u30f3\u30c9\u540d":151,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":151,"\u30b3\u30df\u30c3\u30c8":12,"\u30b3\u30e1\u30f3\u30c8\u884c":152,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":35,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u95a2\u6570\u306b\u6e21\u3055\u308c\u308barg\u3068\u3092\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":87,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":35,"\u30b5\u30dd\u30fc\u30c8\u7bc4\u56f2\u5916\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u3068\u306a\u308a":80,"\u30b5\u30f3\u30d7\u30eb\u5185\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u5b9f\u884c\u5c5e\u6027\u304c\u3064\u304b\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"\u30b5\u30fc\u30d0":151,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":152,"\u30b5\u30fc\u30d0\u304c\u81ea\u52d5\u7684\u306b\u306f\u8d77\u52d5\u3055\u308c\u306a\u3044\u306e\u3082\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u5834\u5408\u3068\u540c\u69d8\u3067\u3059":152,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":151,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30b5\u30fc\u30d0\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u5229\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":152,"\u30b5\u30fc\u30d0\u3092\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308b\u5834\u5408\u3082\u3053\u306e\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5229\u7528\u3055\u308c\u307e\u3059":152,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":151,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u3084\u5b9f\u884c\u901f\u5ea6\u6e2c\u5b9a\u304c\u53ef\u80fd\u3067\u3059":152,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":151,"\u30b7\u30a7\u30eb\u4e0a":152,"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9\u307e\u305f\u306f":[],"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":151,"\u30b9\u3092\u9589\u3058\u308b\u3068\u95a2\u9023\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3082\u9589\u3058\u3089\u308c\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":37,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u306f\u7279\u6b8a\u30b3\u30de\u30f3\u30c9\u3092\u57cb\u3081\u8fbc\u3080\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059":152,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":152,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":152,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":152,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":152,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":151,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":151,"\u30b9\u30ec\u30c3\u30c9\u6570":152,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":152,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":152,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":152,"\u30b9\u30fc\u30d7":232,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":232,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":232,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":232,"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":125,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egroonga":152,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":152,"\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc\u306e\u89e3\u6790\u65b9\u6cd5":[],"\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc\u3092\u6271\u3046\u30de\u30af\u30ed\u3067\u3042\u308b":[],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u305d\u308c\u305e\u308c\u306b\u304a\u3044\u3066\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3092\u884c\u3044\u307e\u3059":12,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":14,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":133,"\u30bf\u30b0\u3092\u6253\u3063\u305f\u5f8c\u306bconfigure\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067":12,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":12,"\u30c0\u30e1\u30fc\u30b8":234,"\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u3088\u308a\u8fd4\u3055\u308c\u308b\u5024\u304c\u5909\u308f\u308a\u307e\u3059":87,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":87,"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":87,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":87,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":87,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":37,"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\u3092\u5f37\u5316":35,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u306a\u3044\u90e8\u5206\u306e\u7de8\u96c6\u306f\u614e\u91cd\u306b\u884c\u3063\u3066\u304f\u3060\u3055\u3044":14,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":14,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":14,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":3,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306f":14,"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[3,4,6,7,8,22],"\u30c6\u30b9\u30c8\u74b0\u5883\u3067\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":3,"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":234,"\u30c6\u30fc\u30d6\u30eb":88,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":92,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":139,"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":76,"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":139,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":67,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":67,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":139,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":151,"\u30c6\u30fc\u30d6\u30eb\u540d":[88,99,139],"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":139,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":216,"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":139,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":139,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":98,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":87,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":34,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30ea\u30ea\u30fc\u30b9\u3068\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306e\u7d44\u307f\u5408\u308f\u305b\u3067\u30d3\u30eb\u30c9\u3092\u5e73\u884c\u3057\u3066\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":12,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":87,"\u30c7\u30d0\u30c3\u30b0\u7528\u3084\u958b\u767a\u7528\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c6\u30b9\u30c8\u7528\u306b\u516c\u958b\u3059\u308b\u6642\u306f":12,"\u30c7\u30d5\u30a9\u30eb\u30c8":11,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[151,152],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059":80,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ed\u30b0\u95a2\u6570\u3092\u7528\u3044\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":109,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":62,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":62,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":34,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u5909\u66f4\u3057\u307e\u3059":51,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":51,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u5909\u66f4\u3057\u307e\u3059":55,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":55,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":151,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":216,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[150,151],"\u30c7\u30fc\u30bf\u306b\u4e0d\u6574\u5408\u304c\u767a\u751f\u3059\u308b\u5834\u5408\u306f\u30c7\u30fc\u30bf\u3092\u524a\u9664\u3057\u306a\u3044\u3088\u3046\u306b\u5909\u66f4":34,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":88,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":99,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":152,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":151,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":101,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092groonga\u306e\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u547c\u3073\u51fa\u3057\u5f62\u5f0f\u3067\u51fa\u529b\u3057\u307e\u3059":101,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":101,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u7ba1\u7406\u3059\u308b\u305f\u3081\u306e\u6c4e\u7528\u7684\u306a\u30da\u30fc\u30b8\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u304c":151,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u4e0a\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u3084\u7d22\u5f15\u306a\u3069\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u53ef\u80fd\u306a\u9650\u308a\u9ad8\u901f\u306b\u6307\u5b9a\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3057\u3088\u3046\u3068\u3057\u307e\u3059":11,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":34,"\u30c7\u30fc\u30bf\u6295\u5165\u5f8c\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u4f5c\u6210\u306b\u5bfe\u5fdc":34,"\u30c7\u30fc\u30e2\u30f3":151,"\u30c7\u30fc\u30e2\u30f3\u306b\u306a\u308b\u3068\u304d\u306f\u6a19\u6e96\u51fa\u529b\u3092\u9589\u3058\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u30c8\u30e2\u3061\u3083\u3093":240,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[22,233],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u57cb\u3081\u8fbc\u307e\u308c\u3066\u3044\u308b\u5b9f\u884c\u7d50\u679c\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u6700\u65b0\u7248\u3068\u5404\u56fd\u8a9e\u7248\u306e\u5185\u5bb9\u3092\u540c\u671f\u3059\u308b\u305f\u3081\u306b":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":35,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u751f\u6210\u6642\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u306b\u53cd\u6620\u3055\u308c\u307e\u3059":12,"\u30cb\u30c3\u30dd\u30f3":[173,198,208],"\u30cb\u30db\u30f3":[173,198,208],"\u30cb\u30db\u30f3\u30b4":208,"\u30cb\u30db\u30f3\u30b8\u30f3":208,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":234,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u6587\u5b57\u81ea\u8eab\u3092\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":151,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":87,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":87,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":87,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":87,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":87,"\u30d0\u30fc\u30b8\u30e7\u30f3":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":33,"\u30d0\u30fc\u30b8\u30e7\u30f31":33,"\u30d0\u30fc\u30b8\u30e7\u30f3\u4e00\u89a7\u306e\u4e0a\u306b\u3042\u308b":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3067\u306f\u3044\u304f\u3064\u304b\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u304b\u3089\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u306b\u5fc5\u8981\u306a\u79d8\u5bc6\u9375\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u306b\u3064\u3044\u3066\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":35,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":35,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":37,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":12,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":150,"\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u8ffd\u52a0\u3057\u307e\u3059":11,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3057\u30ea\u30ea\u30fc\u30b9\u524d\u306e\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,"\u30d3\u30eb\u30c9\u306b\u6210\u529f\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":12,"\u30d3\u30eb\u30c9\u7d50\u679c\u304c\u30e1\u30fc\u30eb\u3067\u901a\u77e5\u3055\u308c\u307e\u3059":12,"\u30d5\u30a1\u30a4\u30eb":12,"\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3057\u305f\u3089":12,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":37,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":87,"\u30d5\u30e9\u30b0\u3092\u6570\u5024\u3067\u306f\u306a\u304f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":34,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570":99,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3059":99,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u89e3\u6d88\u304c\u5b9f\u884c\u3055\u308c\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":63,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u306a\u3069\u3092\u3082\u3068\u306b":12,"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":35,"\u30d7\u30e9\u30b0\u30a4\u30f3\u767b\u9332api\u306e\u540d\u524d\u3092\u6539\u826f":36,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":14,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":80,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":80,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":151,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":151,"\u30d9\u30af\u30bf\u306e\u5024\u3092":35,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":35,"\u30d9\u30af\u30bf\u306egeopoint\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":34,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":216,"\u30db\u30b9\u30c8\u3067web\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8\u3092\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u3082\u306e":12,"\u30db\u30b9\u30c8\u30de\u30b7\u30f3\u306e\u6027\u80fd\u306b\u8907\u6570\u53f0\u306evm\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3060\u3051\u306e\u4f59\u88d5\u304c\u306a\u3044\u5834\u5408\u306f":12,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":152,"\u30db\u30b9\u30c8\u540d\u3068":152,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[150,151],"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":63,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":92,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":216,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":35,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u306e\u4fee\u6b63":34,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[35,37],"\u30e1\u30e2\u30ea\u30fc\u4e0d\u8db3\u307e\u305f\u306f":[],"\u30e1\u30e2\u30ea\u4e0d\u8db3\u3060\u3063\u305f\u306e\u304b\u3092\u5224\u65ad\u3057\u307e\u3059":[],"\u30e1\u30fc\u30c8\u30eb":163,"\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u521d\u671f\u5316\u95a2\u6570\u304c\u8907\u6570\u56de\u547c\u3070\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u95a2\u4fc2\u5f0f\u3068\u3057\u3066\u4f7f\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u304cc\u8a00\u8a9e\u3067\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306b\u7d44\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u3078\u5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":[3,4,22,43],"\u30e6\u30fc\u30b6\u30fc\u306b\u3042\u307e\u308a\u8ca0\u62c5\u3092\u611f\u3058\u3055\u305b\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u3068\u826f\u3044\u3067\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u306f\u305d\u306e\u3076\u3093\u78ba\u8a8d\u3059\u308b\u4f5c\u696d\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8\u3092\u3057\u305f\u308a\u3057\u3066\u3044\u307e\u3059":10,"\u30e6\u30fc\u30b6\u540d":152,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306bgnupg\u3067\u7f72\u540d\u3092\u884c\u3046\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u306e\u3067\u6f0f\u308c\u306a\u304f\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u305f\u3073\u306bformula\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b\u4f5c\u696d\u3092\u5b9f\u65bd\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb\u3067\u306f":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u306b\u5229\u7528\u3059\u308b\u5834\u5408\u306b\u306f":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u3092\u3057\u305f\u308a":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6295\u7a3f\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":12,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u304claunchpad":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u53cd\u6620\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf\u3084\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306erpm\u306b\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u4e00\u90e8\u3092\u5dee\u3057\u66ff\u3048\u305f\u3044\u5834\u5408":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[3,4,22,43],"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332\u3055\u308c\u305f\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u5f8c\u306b\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u5411\u3051\u306e\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306e1\u884c\u76ee\u306b\u8a18\u8f09\u3057\u3066\u3042\u308a\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u65e5":12,"\u30ea\u30ea\u30fc\u30b9\u6642\u3068\u958b\u767a\u6642\u3067\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u5206\u3051\u305a\u306b\u4f5c\u696d\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u304c":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306b\u30d3\u30eb\u30c9\u3059\u308b\u305f\u3081\u306b\u306f\u4ee5\u4e0b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066configure\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30af\u30ea\u30fc\u30f3\u306a\u72b6\u614b\u3067\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bf\u30b0\u3092\u6253\u3064\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30f3\u30af\u306e\u5148\u3067":12,"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":12,"\u30ea\u30f3\u30af\u3092\u8fbf\u308b\u3068":12,"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":76,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":76,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":76,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":76,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":63,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":35,"\u30ec\u30b3\u30fc\u30c9\u3092key\u5024\u306e\u6607\u964d\u9806\u3067\u53d6\u308a\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":67,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u8ddd\u96e2":34,"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":37,"\u30ed\u30b0\u306b\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u306e\u79d2\u3088\u308a\u5c0f\u3055\u3044\u5024\u304c\u5e38\u306b0\u306b\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u30ed\u30b0\u306b\u51fa\u3066\u3044\u308b\u306e\u306faccept\u306e\u307f\u306a\u306e\u3067":[],"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":108,"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":109,"\u30ed\u30b0\u3092":12,"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u30ed\u30b0\u30a4\u30f3\u53ef\u80fd\u3067\u3042\u308b\u304b\u306e\u78ba\u8a8d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u884c\u3044\u307e\u3059":12,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":35,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u518d\u8aad\u307f\u8fbc\u307f":109,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":152,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":152,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":109,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u306a\u3069\u3067\u79fb\u52d5\u3059\u308b":109,"\u30ed\u30b0\u51fa\u529b":108,"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":151,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":151,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u66f4\u65b0\u3084\u5909\u66f4\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u7b49\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":151,"\u30ed\u30fc\u30de\u30b8":[173,198],"\u30ed\u30fc\u30de\u5b57":173,"\u30ed\u30fc\u30de\u5b57\u5165\u529b":198,"\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":99,"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059":232,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":50,"\u4e00\u65b9":234,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":63,"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":63,"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":63,"\u4e00\u822c\u7684\u306b\u306f":63,"\u4e00\u884c\u306b\u8907\u6570\u306egroonga":152,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":66,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":12,"\u4e0a\u8a18\u306e\u30b3\u30fc\u30c9\u304b\u3089":[],"\u4e0a\u8a18\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u304b\u3089":[],"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":234,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":152,"\u4e0a\u8a18url\u3092\u53c2\u7167\u3059\u308b\u3068\u308f\u304b\u308b\u3088\u3046\u306b\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306eurl\u3068sha1\u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u3092\u66f4\u65b0\u3057\u307e\u3059":12,"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":35,"\u4e0b\u8a18":67,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":87,"\u4e0b\u8a18\u306e\u6700\u5f8c\u306e\u884c\u304c\u4f8b\u3067\u51fa\u529b\u3055\u308c\u305f\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u8a72\u5f53\u3059\u308b\u3068\u308f\u304b\u308a\u307e\u3059":[],"\u4e0d\u5b89\u5b9a\u7248\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u524a\u9664\u7528\u306e\u30da\u30fc\u30b8":12,"\u4e0d\u6b63\u306a\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u3068\u304d\u306bdump\u3059\u308b\u3068\u843d\u3061\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u4e0d\u6b63\u306a\u5165\u529b\u5024\u306b\u5bfe\u3057\u3066\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u4e0d\u6b63\u306a\u540d\u524d\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u3082\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":34,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"\u4e0e\u3048":234,"\u4e16\u754c\u6e2c\u5730\u7cfb":216,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[163,164],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":11,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":101,"\u4e3b\u306b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u58ca\u308c\u305f\u5834\u5408\u306a\u3069\u7570\u5e38\u6642\u306e\u554f\u984c\u89e3\u6c7a\u306e\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":87,"\u4e3b\u30ad\u30fc\u304c\u6570\u5024\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3067\u306e\u6bd4\u8f03\u6f14\u7b97\u306b\u5bfe\u5fdc":35,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":216,"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":76,"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":139,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":76,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":175,"\u4e8c":198,"\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u540c\u6642\u306b\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":80,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u4eac\u90fd":[214,232,234],"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":109,"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":80,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066":12,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066\u7f72\u540d\u7528\u306e\u9375\u3092\u6697\u53f7\u5316\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u4ed8\u8d85\u7fa4":33,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":92,"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":12,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":152,"\u4ee5\u4e0b":152,"\u4ee5\u4e0b\u3067":234,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":11,"\u4ee5\u4e0b\u306bgroonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3092\u884c\u3046\u305f\u3081\u306b\u4e8b\u524d\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":11,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":232,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304a\u3044\u3066\u4e0b\u3055\u3044":12,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u30b3\u30d4\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":101,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u524d\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":232,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u524d\u306b\u3059\u3067\u306b\u95be\u5024\u304c\u8d8a\u3048\u3066\u3044\u308b\u5834\u5408":234,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":234,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bdocument_version\u3084document_version_full\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bgroonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u5148\u304b\u3089\u306e\u76f8\u5bfe\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306f\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u4e88\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":151,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":[12,14],"\u4ee5\u4e0b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":63,"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":12,"\u4ee5\u964d\u306e\u8aac\u660e\u3067\u306f":12,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":151,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":151,"\u4ee5\u964d\u3092\u7121\u8996":35,"\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u51fa\u529b\u5148\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":151,"\u4efb\u610f\u306edb\u540d":152,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":37,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5c0f\u6570\u8868\u8a18\u304b\u3089\u30df\u30ea\u79d2\u3078\u306e\u5909\u63db\u8aa4\u5dee\u304c\u5927\u304d\u3044\u554f\u984c\u3092\u4fee\u6b63":37,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":152,"\u4f5c\u6210\u3057\u305f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8\u3078\u3068\u6d41\u3057\u307e\u3059":12,"\u4f5c\u6210\u3059\u308bdb\u306e\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u6642\u306b\u6307\u5b9a\u3057\u307e\u3059":54,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":151,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u4f5c\u696d\u30de\u30b7\u30f3\u4e0a\u306bgroonga\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u4f9d\u5b58\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u4e00\u5f0f\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":80,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":53,"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":80,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":80,"\u4f8b":[12,22,34,63,233],"\u4f8b\u3048\u3070":[63,151,152,232,234],"\u4fee\u6b63\u304c\u5fc5\u8981\u306a\u7b87\u6240\u3092\u8abf\u3079\u3066":12,"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":80,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":234,"\u500b\u4eba\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u306f\u306a\u304f":12,"\u500b\u5225\u306b\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u3067\u554f\u984c\u304c\u767a\u751f\u3057\u3066\u3044\u308b\u7b87\u6240\u3092\u5207\u308a\u5206\u3051\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u5024":151,"\u50241":151,"\u50242":151,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":63,"\u5024\u304c\u5b58\u5728\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":151,"\u5024\u306e\u7bc4\u56f2\u306f1":76,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":63,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u7bc4\u56f2\u306e\u958b\u59cb\u4f4d\u7f6e\u3068\u306a\u308b\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[61,63],"\u5065\u4f5c":240,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":11,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":152,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":152,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":98,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":67,"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":234,"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u4ee5\u4e0b\u306eurl\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059":12,"\u5177\u4f53\u7684\u306a\u5909\u66f4\u70b9\u306e\u8a18\u8ff0\u65b9\u6cd5\u306f\u5f8c\u8ff0\u3057\u307e\u3059":12,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u5185\u8a33\u306f":234,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":66,"\u5185\u90e8\u7684\u306a\u5909\u66f4":12,"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":163,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":163,"\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":163,"\u5186\u5468\u4e0a\u306e\u70b9\u306e\u4e00\u3064\u306e\u5ea7\u6a19\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":163,"\u518d\u5ea6po\u30d5\u30a1\u30a4\u30eb\u3068html\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u518d\u73fe\u624b\u9806\u3092ml\u304bredmine\u306b\u5831\u544a\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u518d\u73fe\u7387\u3088\u308a\u3082\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":234,"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":58,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":76,"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":152,"\u51fa\u529b\u3055\u308c\u305f\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[],"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":108,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":152,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":152,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":101,"\u5206\u5272":232,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":14,"\u521d\u671f\u5024\u306f10\u3067\u3059":150,"\u521d\u671f\u5316\u3055\u308c\u305f":53,"\u521d\u671f\u5316\u3059\u308b":53,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u521d\u671f\u5316\u6e08\u307f\u306e":54,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5225\u306e\u5f62\u5f0f\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066db_api\u3092\u4f7f\u3063\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u304b\u306f\u30b3\u30de\u30f3\u30c9\u6bce\u306b\u81ea\u7531\u306b\u6c7a\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u5229\u7528\u3067\u304d\u308b\u30d0\u30a4\u30b0\u30e9\u30e0\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u4e00\u89a7\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":234,"\u5229\u7528\u8005\u306f\u56f0\u3063\u305f\u307e\u307e\u3068\u306a\u308b\u306e\u3067":10,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":76,"\u524a\u9664\u3057\u305f\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u304b\u3089id\u9806\u306b\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c":35,"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":35,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":92,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u304b\u3089\u306e\u5909\u66f4\u5c65\u6b74\u3092\u53c2\u7167\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":12,"\u524d\u63d0\u6761\u4ef6":3,"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":34,"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":234,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u52c9\u5f37":214,"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":80,"\u52d5\u4f5c\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057":12,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":101,"\u534a\u5f84":163,"\u534a\u5f84\u304b\u3089\u306e\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u305f\u3081\u306b\u5730\u5f62\u3092\u3069\u306e\u3088\u3046\u306b\u8fd1\u4f3c\u3059\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":163,"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":67,"\u5358\u4f4d":[69,163],"\u5358\u72ec\u306e\u5024":50,"\u5358\u7d14\u306a\u8a08\u7b97\u5f0f\u3067\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u305f\u3081\u9ad8\u901f\u3067\u3059\u304c":163,"\u539f\u56e0":[22,233],"\u539f\u56e0\u3092\u89e3\u6790\u3059\u308b\u65b9\u6cd5\u306f\u3044\u307e\u307e\u3067":[],"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"\u53c2\u8003\u307e\u3067\u306b\u904e\u53bb\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3078\u306e\u30ea\u30f3\u30af\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059":12,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":152,"\u53cc\u65b9\u306b\u3068\u3063\u3066\u5b09\u3057\u304f\u306a\u3044\u72b6\u614b\u306b\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3059":10,"\u53d6\u5f97\u3057\u305f\u3044\u30ab\u30e9\u30e0\u540d\u306eprefix\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":63,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u306e\u89e3\u6d88\u3092\u884c\u3044\u307e\u3059":63,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":63,"\u53f3\u4e0a":34,"\u53f3\u4e0b":34,"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":35,"\u5404\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u5411\u3051\u306e\u30d3\u30eb\u30c9\u304c\u9806\u756a\u306b\u884c\u308f\u308c\u307e\u3059":12,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":152,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":152,"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":11,"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":152,"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":87,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":133,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":76,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":152,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":87,"\u5408\u308f\u305b\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":12,"\u540c\u3058\u3067\u3059":152,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":80,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u3082\u4e00\u7dd2\u306b\u6307\u5b9a\u3059\u308b\u30af\u30a8\u30ea\u306b\u3088\u3063\u3066\u306f\u5168\u6587\u691c\u7d22\u306e\u7d50\u679c\u304c\u7570\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":234,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[22,233],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":80,"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":152,"\u540c\u6642\u306b":9,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":67,"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":37,"\u540d\u524d\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[50,63],"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":63,"\u5426\u5b9a":11,"\u542b\u3081\u306a\u3044\u3082\u306e":12,"\u542b\u3081\u308b\u3082\u306e":12,"\u547c\u51fa\u5074\u3067\u306ftype\u306b\u5fdc\u3058\u3066\u5341\u5206\u306a\u30b5\u30a4\u30ba\u306e\u30d0\u30c3\u30d5\u30a1\u3092\u78ba\u4fdd\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":61,"\u547c\u51fa\u5074\u3067\u6e96\u5099":61,"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[50,63,66],"\u554f\u984c\u3042\u308a":37,"\u554f\u984c\u306fgroonga":152,"\u554f\u984c\u3092\u4fee\u6b63":35,"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":12,"\u56f0\u3063\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u8907\u6570\u56de\u30c4\u30a4\u30fc\u30c8\u3057\u3066\u9650\u3089\u308c\u305f\u306a\u304b\u3067\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u3066\u304f\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":10,"\u56fa\u5b9a\u9577\u30ab\u30e9\u30e0\u306b\u30ab\u30e9\u30e0\u9577\u3088\u308a\u77ed\u3044\u30c7\u30fc\u30bf\u3092\u8a2d\u5b9a\u3059\u308b\u3068\u30b4\u30df\u304c\u6b8b\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u578b":69,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":50,"\u578b\u306e\u30ab\u30e9\u30e0\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":60,"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":66,"\u57fa\u672c\u7684\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u5185\u5bb9\u3092\u305d\u306e\u307e\u307e\u8a18\u8f09\u3057\u307e\u3059":12,"\u5909\u6570\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":64,"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":76,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u5909\u66f4\u5f8c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5909\u66f4\u5f8c\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":66,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":150,"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":66,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":101,"\u5b58\u5728\u3057\u306a\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6539\u5584":34,"\u5b58\u5728\u3057\u306a\u3044\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53c2\u7167\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u5b58\u5728\u3057\u306a\u3051\u308c\u3070":66,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":66,"\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":66,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":234,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":232,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":232,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":234,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306b\u9650\u308a":232,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":232,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":232,"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":151,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":76,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":50,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":53,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u3067\u306e\u30af\u30a8\u30ea\u30d1\u30bf\u30f3\u306b\u8fd1\u3044\u30af\u30a8\u30ea\u3092\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":150,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"\u5b9f\u884c\u3059\u308b\u30b3\u30de\u30f3\u30c9\u3068\u305d\u306e\u5f15\u6570\u3092\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":151,"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5b9f\u884c\u3067\u304d\u307e\u3059":12,"\u5b9f\u884c\u306b\u306f\u76f8\u5fdc\u306e\u30b3\u30b9\u30c8\u304c\u304b\u304b\u308b\u306e\u3067\u3042\u307e\u308a\u983b\u7e41\u306b\u547c\u3070\u306a\u3044\u3088\u3046\u306b\u3057\u3066\u4e0b\u3055\u3044":66,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":58,"\u5b9f\u884c\u4f8b":[14,80],"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":11,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":152,"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":234,"\u5bfe\u5fdc":36,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":63,"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":66,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[63,66],"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":66,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":66,"\u5bfe\u7b56\u65b9\u6cd51":[22,233],"\u5bfe\u7b56\u65b9\u6cd52":[22,233],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[88,99],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[88,99],"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":150,"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":60,"\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306ekey\u30b5\u30a4\u30ba\u3068\u540c\u3058\u304b\u8d85\u3048\u308b\u5e45\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":67,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,63,66],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":66,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u5bfe\u8c61ctx\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[60,67],"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,54,58,61,63,64,70],"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,63,66,67],"\u5c0f\u6570\u5f62\u5f0f\u306etime\u30ea\u30c6\u30e9\u30eb\u3092\u30ed\u30fc\u30c9\u3059\u308b\u3068\u30df\u30ea\u79d2\u60c5\u5831\u304c\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u5de6\u4e0a":34,"\u5de6\u4e0b":34,"\u5dee\u5206\u3092":152,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":216,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":216,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":163,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":164,"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":80,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":152,"\u5f15\u6570\u3068\u3057\u3066":11,"\u5f15\u6570\u306f\u4ee5\u4e0b\u306e2\u7a2e\u985e\u306e\u65b9\u6cd5\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":151,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":11,"\u5f15\u6570\u540d":151,"\u5f15\u6570\u540d1":151,"\u5f15\u6570\u540d2":151,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":151,"\u5f37":214,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":63,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308bclearlock\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306bdefault":80,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":63,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":63,"\u5f62\u5f0f1":151,"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":151,"\u5f62\u5f0f2":151,"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":151,"\u5f8c\u8ff0\u3057\u307e\u3059\u304c":12,"\u5f8c\u8ff0\u306e\u3059\u3079\u3066\u306e\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306fdb_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u5f8c\u8ff0\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3054\u3068\u306egrntest\u306b\u3088\u308b\u52d5\u4f5c\u78ba\u8a8d\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"\u5f93\u3063\u3066":133,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":11,"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":11,"\u5fa9\u53f7\u3057\u305f\u9375":12,"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":12,"\u5fc5\u8981\u306a\u6642\u4ee5\u5916\u306bmecab\u306e\u8f9e\u66f8\u30c1\u30a7\u30c3\u30af\u3092\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u5fc5\u8981\u306a\u90e8\u5206\u3092groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u554f\u3044\u5408\u308f\u305b\u308b\u305f\u3081\u306e\u30af\u30a8\u30ea\u306e\u8868\u73fe\u3068\u5b9f\u884c\u306b\u95a2\u3057\u3066":11,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":34,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":139,"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":139,"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[88,92,98,108,109],"\u623b\u308a\u5024\u3067\u3042\u308b":60,"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":60,"\u624b\u7d9a\u304d":64,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"\u62c5\u5f53\u8005":12,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":152,"\u62e1\u5f35\u5b50\u306f":152,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":152,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u304c\u8fd4\u3055\u308c\u307e\u3059":80,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u6a19\u6e96\u30a8\u30e9\u30fc\u51fa\u529b\u306b\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057":80,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cdevelop\u3042\u308b\u3044\u306fdeprecated\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f":80,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cstable\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u306a\u3093\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3082\u8868\u793a\u3055\u308c\u305a\u305d\u306e\u307e\u307e\u8d77\u52d5\u3057\u307e\u3059":80,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":80,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":152,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":87,"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":160,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":160,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":35,"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":34,"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":11,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":152,"\u6307\u5b9a\u3059\u308b":54,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":163,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":152,"\u63a5\u7d9a\u3059\u308bgroonga":152,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":152,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":150,"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":152,"\u63a5\u7d9a\u5148\u30b5\u30fc\u30d0\u304c\u4f7f\u7528\u4e2d\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":152,"\u63a5\u7d9a\u6570\u304c\u591a\u304b\u3063\u305f\u306e\u304b":[],"\u63a5\u7d9a\u6570\u304c\u591a\u3059\u304e\u308b\u5834\u5408\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3057\u305f":[],"\u63d0\u6848\u3092\u884c\u3046":35,"\u6539\u884c\u6587\u5b57\u306f":151,"\u6570\u5024":232,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":34,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":163,"\u6570\u5b57":152,"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":234,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":234,"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":160,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":151,"\u65b0\u3057\u3044\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4efb\u547d\u3055\u308c\u305f\u3070\u304b\u308a\u3067":12,"\u65b0\u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":63,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[50,63],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u6307\u5b9a\u3057\u307e\u3059":66,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u65b0\u3057\u304f\u958b\u767a\u306b\u52a0\u308f\u308b\u4eba\u3068\u3082\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":10,"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":109,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":54,"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":66,"\u65b0\u4efb\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u5fc5\u305a":12,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u306e\u307f\u884c\u3044\u307e\u3059":12,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u7f72\u540d\u3059\u308b\u9375\u306b\u5909\u66f4\u304c\u3042\u3063\u305f\u5834\u5408\u306a\u3069\u306b\u884c\u3044\u307e\u3059":12,"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":163,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":152,"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":109,"\u65e2\u5b58\u306edb\u3092\u958b\u304d\u307e\u3059":54,"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":66,"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":66,"\u65e5":214,"\u65e5\u3005":10,"\u65e5\u672c":[173,198,208,214],"\u65e5\u672c\u4eba":208,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[163,164],"\u65e5\u672c\u8a9e":208,"\u65e5\u672c\u8a9e\u306e\u52c9\u5f37":214,"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":12,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":216,"\u660e\u6587\u5316\u3057\u3066\u3044\u307e\u305b\u3093\u3067\u3057\u305f":[],"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":35,"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":35,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\u308a\u307e\u3059":80,"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"\u6700\u521d\u306b\u58f0\u3092\u304b\u3051\u308b\u3068\u304d\u306b\u89e3\u6c7a\u7b56\u30921\u3064\u304b2\u3064\u63d0\u6848\u3067\u304d\u308b\u3068\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u6700\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":3,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308b":34,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":34,"\u6700\u5f8c\u306b":234,"\u6700\u5f8c\u306bgrntest\u306b\u3088\u308b\u5b9f\u884c\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u307e\u3068\u3081\u3066\u8868\u793a\u3055\u308c\u307e\u3059":12,"\u6700\u5f8c\u306e":152,"\u6700\u7d42\u66f4\u65b0\u6642\u523b\u306f\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u6709\u52b9\u304b\u3069\u3046\u304b\u306e\u5224\u65ad\u306a\u3069\u306b\u5229\u7528\u3055\u308c\u307e\u3059":54,"\u672a\u6765\u306e\u65e5\u4ed8":12,"\u672c":214,"\u672c\u8a9e":214,"\u6761\u4ef6\u306e\u9806\u5e8f\u3092\u5909\u3048\u308b\u3068\u691c\u7d22\u7d50\u679c\u304c\u5909\u308f\u308b\u3068\u3044\u3046\u72b6\u6cc1\u304c\u767a\u751f\u3057\u307e\u3059":234,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":11,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":11,"\u6771\u4eac":[214,232,234],"\u6771\u4eac\u90fd":[214,232,234],"\u6771\u4eac\u90fd\u6c11":[232,234],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":234,"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":66,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":63,"\u68ee\u7530":240,"\u691c\u7d22":[22,35,39,133,147,230,234],"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":11,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d":53,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":22,"\u691c\u7d22\u306e\u6319\u52d5":22,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":232,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":234,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":62,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":62,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":232,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u305f\u7d50\u679c\u5f97\u3089\u308c\u308b\u8a9e\u5f59\u306e\u914d\u5217\u3068\u540c\u4e00\u306e\u914d\u5217\u3092\u542b\u3080\u6587\u66f8\u3092\u691c\u7d22\u3059\u308b\u51e6\u7406\u3092\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3068\u547c\u3093\u3067\u3044\u307e\u3059":232,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":98,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u304f\u308b\u3053\u3068\u3092\u6291\u3048\u3064\u3064\u518d\u73fe\u7387\u3092\u4e0a\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":234,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u73fe\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":234,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u591a\u304f\u306a\u3063\u305f\u5834\u5408\u306f\u6307\u5b9a\u3059\u308b\u5024\u3092\u4f4e\u304f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":234,"\u691c\u7d22\u4f8b1":3,"\u691c\u7d22\u4f8b2":3,"\u691c\u7d22\u4f8b3":3,"\u691c\u7d22\u4f8b4":3,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":133,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":58,"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":76,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u5bfe\u8c61\u306e":234,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u691c\u7d22\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306b\u52a0\u3048\u307e\u3059":11,"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":232,"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u9069\u7528\u3059\u308bgrn_expr\u3092script\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":133,"\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":216,"\u691c\u7d22\u6761\u4ef6\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3057\u305f\u65b0\u305f\u306a\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":[98,151],"\u691c\u7d22\u7d50\u679c\u3068\u3057\u3066\u751f\u6210\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"\u691c\u7d22\u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":232,"\u691c\u7d22\u7d50\u679c\u306e\u30bd\u30fc\u30c8\u9806\u5e8f\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":133,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u304c\u7a7a\u3067\u306a\u3044\u5834\u5408\u306b\u3060\u3051\u610f\u5473\u3092\u6301\u3061\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u30b9\u30b3\u30a2\u5024\u306e\u66f4\u65b0\u306e\u307f\u3092\u884c\u3044\u307e\u3059":11,"\u691c\u7d22id\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":163,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":163,"\u697d\u3057":[232,234],"\u697d\u3057\u3044billiard":[232,234],"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":53,"\u69cb\u9020\u4f53\u306e\u914d\u5217":64,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":60,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":3,"\u6a19\u6e96\u5165\u529b":[87,88,92,98,99,101,108,109,125,139],"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":151,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e00\u884c\u305a\u3064eof\u306b\u9054\u3059\u308b\u307e\u3067\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u8aad\u307f\u53d6\u308a":151,"\u6b21\u306b":11,"\u6b21\u306b\u898b\u3064\u304b\u3063\u305fsoerr\u306e\u5f15\u6570\u306baccept\u304c\u5165\u3063\u3066\u3044\u308bsoerr\u3092\u3055\u304c\u3057\u307e\u3059":[],"\u6b21\u306bgroonga\u306etest":12,"\u6b21\u306f":[],"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":80,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":12,"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":12,"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":12,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":80,"\u6bb5\u843d\u60c5\u5831":50,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":3,"\u6c11":232,"\u6c17\u8efd\u306b\u3067\u304d\u306a\u3044\u3053\u3068\u3092\u76f8\u624b\u306b\u8981\u6c42\u3059\u308b\u3068\u840e\u7e2e\u3055\u308c\u3066\u3057\u307e\u3046\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"\u6c38\u7d9a\u7684\u306a":63,"\u6ce8\u610f":66,"\u6df1\u523b":234,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":11,"\u6e2c\u5730\u7cfb":216,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":216,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":11,"\u6f22\u5b57":173,"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":63,"\u7279\u306b\u4f55\u3082\u6307\u5b9a\u3057\u306a\u3044\u3068\u751f\u6210\u3057\u305fhtml\u306b\u57cb\u3081\u8fbc\u307e\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u304c":12,"\u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u6e96\u5099\u3057\u305f\u5185\u90e8api\u3067\u3059":59,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":14,"\u7279\u5b9a\u306e\u30ea\u30ea\u30fc\u30b9":12,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":152,"\u7279\u6b8a\u547d\u4ee4\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4efb\u610f\u306e\u5834\u6240\u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":87,"\u73fe\u5728":109,"\u73fe\u5728\u306f":[150,152],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":152,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":152,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":64,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":171,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":171,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":80,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":163,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u751f\u6210\u3055\u308c\u3066\u3044\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u554f\u984c\u306e\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3067\u304d\u305f\u3089":12,"\u751f\u6210\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3078\u306e\u7f72\u540d\u3092\u884c\u3046\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":87,"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":12,"\u7591\u4f3c\u30ab\u30e9\u30e0":76,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":175,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":164,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":164,"\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":164,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":12,"\u79d2":63,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"\u7a7a\u306e\u5834\u5408":[88,99],"\u7a7a\u767d":151,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":234,"\u7a7a\u767d\u3084":151,"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":87,"\u7bc4\u56f2\u5185\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u6709\u52b9\u3067\u3042\u308b\u3068\u306f\u9650\u308a\u307e\u305b\u3093":63,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":234,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":234,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":34,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":34,"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"\u7d42\u4e86\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":54,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnull\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[87,88,92,98,99,101,108,109,125,139],"\u7d44\u8fbc\u95a2\u6570\u306f":[160,163,164,171,175],"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":216,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u3092\u30df\u30ea\u79d2\u5358\u4f4d\u3067\u8868\u73fe\u3057\u305f\u6574\u6570\u306e\u7d44\u306b\u3088\u308a\u8868\u73fe\u3057\u307e\u3059":216,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":216,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":63,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":152,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":66,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u7d9a\u3044\u3066":234,"\u7de8\u96c6\u3057\u305f\u5185\u5bb9\u3092push\u3059\u308b\u524d\u306b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u306b\u306fjekyll\u304a\u3088\u3073redcloth":12,"\u7de8\u96c6\u8ddd\u96e2":34,"\u7def\u5ea6\u306f":216,"\u7e70\u308a\u8fd4\u3057\u6570":152,"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":152,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":152,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308b\u72b6\u614b\u3067":12,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u7ffb\u8a33\u7d50\u679c\u3092html\u3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":12,"\u811a\u6ce8":[92,163,164],"\u81ea\u5206\u304c\u30c4\u30a4\u30fc\u30c8\u3057\u305f\u5185\u5bb9\u3092\u628a\u63e1\u3057\u3066\u3044\u306a\u3044\u8fd4\u4fe1\u3092\u3055\u308c\u305f\u3089\u666e\u901a\u3044\u3044\u6c17\u306f\u3057\u307e\u305b\u3093":10,"\u81ea\u5206\u306e\u666e\u6bb5\u4f7f\u3044\u306e\u79d8\u5bc6\u9375\u3092\u767b\u9332\u3057\u305f\u4e0a\u3067":12,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":152,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":152,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":152,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":76,"\u826f\u3044\u306e\u304b":10,"\u826f\u3044\u4f8b":10,"\u82b1\u5b50":240,"\u82f1\u8a9e":12,"\u884c":14,"\u884c\u3059\u308b":12,"\u8907\u6570\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u3058\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092\u540c\u6642\u306b\u5b9f\u884c\u3057\u307e\u3059":152,"\u8907\u6570\u306e\u6761\u4ef6\u3092\u518d\u5e30\u7684\u306b\u7d44\u307f\u5408\u308f\u305b\u3066\u3088\u308a\u8907\u96d1\u306a\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u8907\u6570\u4eba\u306b\u3088\u308b\u30b5\u30dd\u30fc\u30c8\u3092groonga\u3067\u884c\u3046\u5834\u5408\u306b":10,"\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f0\u3092\u8fd4\u3057\u307e\u3059":66,"\u89e3\u653e\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":12,"\u8a18\u53f7":[151,234],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":35,"\u8a18\u53f7\u3068\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":234,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":234,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":232,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u8a2d\u5b9a\u3059\u308b\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u5024\u3092\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3057\u307e\u3059":108,"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":151,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":34,"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":34,"\u8a72\u5f53\u3059\u308b\u30a8\u30e9\u30fc\u51fa\u529b\u306e\u5468\u8fba\u306e\u30b3\u30fc\u30c9\u3092\u898b\u308b\u3068\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059":[],"\u8a72\u5f53\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u4e00\u5f0f\u3092\u524a\u9664\u3057\u307e\u3059":63,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":67,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":152,"\u8a73\u7d30\u306f":[14,234],"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":34,"\u8a9e":[87,214],"\u8a9e\u306e":214,"\u8aa4\u3063\u305f\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0\u3067\u30ea\u30ea\u30fc\u30b9\u3057\u3066\u3057\u307e\u3046\u5371\u967a\u304c\u3042\u308a\u307e\u3059":12,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":163,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":163,"\u8ad6\u7406\u548c":11,"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":11,"\u8ad6\u7406\u7a4d":11,"\u8b66\u544a\u3092\u9664\u53bb":35,"\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":80,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":35,"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":163,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":50,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":50,"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":35,"\u8fd4\u5024\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5b89\u5b9a\u3057\u3066\u3044\u308b\u3068\u3044\u3046\u3053\u3068\u306f\u4fdd\u8a3c\u3055\u308c\u307e\u305b\u3093":87,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":175,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_limit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_offset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_output_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_sortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306ematch_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoutput_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":98,"\u9014\u4e2d\u3067\u5931\u6557\u3059\u308b\u3053\u3068\u3082\u3042\u308b\u306e\u3067\u9806\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":12,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":151,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":151,"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":12,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[3,4,22],"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":76,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":234,"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":234,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":234,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u3092\u304a\u3055\u3089\u3044\u3057":10,"\u9069\u5408\u7387\u304c\u4e0b\u304c\u308a\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u542b\u307e\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":234,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":234,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":232,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":232,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":234,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":234,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":232,"\u90fd":[214,232,234],"\u90fd\u6c11":[232,234],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":54,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":54,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":87,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":87,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u9375\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u3060\u3051\u3067\u306f\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u305f\u3081":12,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":99,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":88,"\u958b\u3044\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u304c\u591a\u3059\u304e\u3066accept\u3067\u304d\u306a\u3044\u72b6\u614b\u306e\u8ca0\u8377\u3092\u4f4e\u6e1b":35,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[88,99],"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306b\u3053\u3046\u3059\u308b\u3068\u3044\u3044":10,"\u9593\u9055\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":37,"\u95a2\u4fc2\u5f0f":3,"\u95a2\u4fc2\u5f0f\u306f":11,"\u95a2\u6570":14,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":64,"\u95a2\u6570\u304c\u5f15\u6570\u3092":34,"\u95a2\u6570\u306e\u8ffd\u52a0":34,"\u95a2\u6570\u306f":[11,160,163,164,175],"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":171,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":35,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":11,"\u95be\u5024\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":232,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":234,"\u95be\u5024\u3092\u3042\u3052\u308b":[22,233],"\u95be\u5024\u3092\u8d8a\u3048\u308b":234,"\u9759\u7684\u89e3\u6790":3,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":234,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":232,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":232,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[232,234],"\u975e\u4e92\u63db":37,"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":12,"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":151,"\u99c4\u76ee\u306a\u4f8b":10,"\u9ad8\u6a5f\u80fd\u3067\u8907\u96d1\u306a\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u307e\u3067\u3044\u304f\u3064\u304b\u306e\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059":11,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":9,"\uff4d\uff59\uff53\uff51\uff4c":[165,166],"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":76,"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":34,"a\u3092\u6307\u5b9a\u3057\u3066tabl":66,"accept\u304c\u5931\u6557\u3057\u305f\u539f\u56e0\u3092\u8ffd\u3063\u3066\u3044\u304d\u307e\u3059":[],"accept\u304c\u5931\u6557\u3057\u305f\u7406\u7531\u306f":[],"accept\u304c\u5931\u6557\u3059\u308b\u539f\u56e0\u306f":[],"accept\u3092\u5b9f\u884c\u3057\u3066\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u3053\u3068\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3059":[],"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":151,"akio\u3055\u3093":35,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":35,"akio\u3055\u3093\u304c\u5831\u544a":35,"akio\u3055\u3093\u304c\u63d0\u6848":35,"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":12,"apt\u306e\u5834\u5408":12,"apt\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"aramaki\u3055\u3093":35,"aramaki\u3055\u3093\u304c\u5831\u544a":35,"architectures\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":12,"arg\u306e\u307f\u304c\u6570\u5024\u3067\u4e0e\u3048\u3089\u308c\u305f\u5834\u5408\u306f\u30b9\u30b3\u30a2\u5024\u306e\u4fc2\u6570\u3068\u307f\u306a\u3055\u308c\u307e\u3059":11,"b\u306f\u5fc5\u305aa\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":66,"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408":66,"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":12,"base_version\u306ftar":12,"benchmark\u304bgroonga\u306b\u3042\u308a\u307e\u3059":152,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":152,"benchmark\u304c\u52d5\u4f5c\u3057":152,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":152,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":152,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":152,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":152,"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":152,"benchmark\u306e\u52d5\u4f5c\u65b9\u6cd5":152,"benchmark\u306f":152,"benchmark\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":152,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":152,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":152,"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":152,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":152,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":152,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":152,"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":152,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":152,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":152,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":152,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":152,"benchmark\u7528\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u5206\u3067\u4f5c\u6210\u3059\u308b\u3053\u3068\u3082\u65e2\u5b58\u306e\u3082\u306e\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":152,"benchmark\u7d42\u4e86\u5f8c\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u51fa\u529b\u5148\u306f\u306f\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059":152,"bigram\u306e\u5834\u5408\u306f\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":232,"blog_body\u7d22\u5f15":234,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306b\u306f":12,"blogs\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u3092tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u3066\u304b\u3089\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059":234,"bom\u4ed8\u304dutf":35,"boolean":[22,40,43,44,132,191,216,237],"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":14,"break":[37,39,41,42,43,149],"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"buf_size\u306b\u6307\u5b9a\u3055\u308c\u305f\u500b\u6570\u3092\u4e0a\u9650\u3068\u3057\u3066indexbuf\u306b\u8fd4\u3057\u307e\u3059":50,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u3055\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":50,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":63,"buffer\u306fsoerr\u30de\u30af\u30ed\u5185\u3067groonga\u304c\u7528\u610f\u3057\u3066\u3044\u308b\u30e1\u30c3\u30bb\u30fc\u30b8\u3067\u3059":[],"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":12,"build\u3092\u7528\u3044\u3066":14,"build\u30b3\u30de\u30f3\u30c9\u4ee5\u5916\u3067\u3082":12,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092":54,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"builtin_type_names\u306b\u306f":54,"byte":[33,37,39,40,41,42,43,50,53,56,63,64,66,69,72,83,119,120,132,133,176,216,231],"byte\u9577":[50,63,66],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":11,"case":[28,33,37,40,41,42,43,46,49,53,54,68,72,78,89,90,93,100,102,111,121,127,133,138,141,144,153,156,157,159,166,169,173,174,176,191,192,197,202,203,204,205,208,214,215,223,236,238,239,241,243,244,247,248],"center\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u3092\u4e2d\u5fc3\u3068\u3059\u308b\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":163,"centos\u306e\u5834\u5408":12,"centos_versions\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u7279\u5b9a\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u307f\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"char":[41,50,53,54,55,56,63,64,66,68,69,72],"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":14,"check\u30b3\u30de\u30f3\u30c9\u306f":87,"class":[133,165,166,167,176],"clearlock\u306f":88,"clone\u3057\u305fweb\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306b\u5bfe\u3057\u3066\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u65b0\u898f\u8ffd\u52a0\u3057\u307e\u3059":12,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":12,"codes\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":12,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":11,"column\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":50,"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":50,"column\u306e\u5024\u304c":11,"column\u306f":50,"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":50,"column_list\u30b3\u30de\u30f3\u30c9":34,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":92,"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":9,"com\u304cedge\u3092\u4f5c\u308b":9,"com\u306f1\u30b9\u30ec\u30c3\u30c9":9,"command_version\u3092\u5909\u66f4\u3057\u307e\u3059":53,"command_version\u3092\u8fd4\u3057\u307e\u3059":53,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":80,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":12,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":35,"config\u30d5\u30a1\u30a4\u30eb\u306e\u4e2d\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":80,"configure\u306e":37,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":12,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":234,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"const":[38,50,53,54,55,56,63,64,66,67,69,72],"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":14,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089name\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":53,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":50,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":63,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":66,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"ctx\u304c\u64cd\u4f5c\u5bfe\u8c61\u3068\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":53,"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":53,"ctx\u306e\u7ba1\u7406\u3059\u308b\u30e1\u30e2\u30ea\u3092\u89e3\u653e\u3057":53,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":53,"ctx\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":53,"ctx_new\u3068\u3044\u3046queue\u306b":9,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":67,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":67,"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":67,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3057\u307e\u3059":60,"cursor\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092value\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":67,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":14,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":14,"cutter\u306b\u542b\u307e\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":14,"cutter\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3066cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u53d6\u5f97\u3057\u307e\u3059":12,"cutter_source_path\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306bcutter\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":36,"db\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3084\u30ab\u30e9\u30e0\u306a\u3069\u3092\u524a\u9664\u3057\u307e\u3059":63,"db\u3068\u306a\u308a\u307e\u3059":54,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":151,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[139,151],"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":139,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":151,"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":66,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":54,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":63,"db\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306fnull\u3092\u8fd4\u3057\u307e\u3059":53,"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":53,"db_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u8907\u96d1\u306a\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"db_api\u306f":11,"db_api\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u90e8\u5206\u306b\u5bfe\u3059\u308b\u5358\u7d14\u306a\u64cd\u4f5c\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":234,"deb\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u3084\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":37,"debian\u7cfb":12,"debian\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"debian\u7cfb\u3082\u3057\u304f\u306fr":12,"debug\u3092\u8ffd\u52a0":35,"debug\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3057\u305f\u3068\u304d\u306b\u7d42\u4e86\u6642\u306b\u672a\u958b\u653e\u306e\u30e1\u30e2\u30ea\u304c":35,"default":[0,6,7,8,18,23,32,33,37,38,39,40,41,42,43,48,53,78,89,90,101,103,104,105,106,110,111,112,113,115,119,121,128,133,134,135,136,138,140,142,144,151,153,156,159,162,174,191,192,193,194,199,203,205,209,215,216,225,229,231,238,239,241,245],"define_selector\u306f":98,"defrag\u306f":99,"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"delete\u30b3\u30de\u30f3\u30c9":34,"delete\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u305f\u3053\u3068\u306e\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u306f":63,"deprecated\u3060\u3063\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3068\u306a\u308a\u307e\u3059":80,"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":80,"description\u306b":232,"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":80,"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":152,"dist\u3067\u751f\u6210\u3057\u305ftar":12,"dist\u3092\u884c\u3046\u3068version\u304c\u53e4\u3044\u307e\u307e\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":12,"distributions\u306e\u6307\u5b9a\u306f\u6709\u52b9\u3067\u3059":12,"distributions\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":12,"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":35,"drilldown\u6642\u306b\u53c2\u7167\u5148\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306bsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":34,"dump\u304c\u51fa\u529b\u3059\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f\u76f4\u63a5groonga\u304c\u89e3\u91c8\u3067\u304d\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u3059":101,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":101,"dump\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u5f8c\u304b\u3089\u8aad\u307f\u8fbc\u3081\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u51fa\u529b\u3057\u307e\u3059":101,"dump\u30b3\u30de\u30f3\u30c9":34,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":9,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":9,"edge\u306equeue\u306benqueue\u3055\u308c\u308b":9,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"edge\u306fctx\u3092\u542b\u3080":9,"encoding\u306e\u5024\u304c":37,"examples\u4ee5\u4e0b\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067":12,"export":[18,33,37,40,41,42,43],"expr\u306a\u3069\u306f\u89e3\u653e\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":63,"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":70,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":64,"facebook\u306bgroonga\u30b0\u30eb\u30fc\u30d7\u304c\u3042\u308a\u307e\u3059":12,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":35,"fedora\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"fedora\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30eb\u30fc\u30eb\u306b\u5f93\u3046\u3088\u3046\u306b\u6539\u826f":35,"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":35,"files\u3092\u5b9f\u884c\u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":12,"files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":35,"final":[71,72,78,133,153,235],"flags\u306b":[50,66],"flags\u306b\u306f":66,"float":[39,42,43,81,110,112,113,119,120,132,133,162,199,204,205,238],"function":[0,6,12,14,22,33,39,40,41,42,43,44,45,46,53,68,72,81,118,119,120,143,153,156,159,162,166,167,168,169,170,173,174,178,179,188,189,203,204,205,212,229,239,248],"function\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":12,"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":14,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":14,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":35,"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":34,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":35,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":12,"get\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u306e\u306f\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306a\u306e\u3067":12,"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":150,"git\u3067\u306e\u30b3\u30df\u30c3\u30c8\u6642\u30cf\u30c3\u30b7\u30e5\u306e\u4e00\u90e8\u304c\u4f7f\u308f\u308c\u308b\u305f\u3081\u3067\u3059":12,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":3,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":150,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":150,"gqtp\u306e\u5834\u5408":151,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u8a9e\u306e\u30d2\u30c3\u30c8\u6570\u304c\u591a\u3044\u305f\u3081":234,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u9069\u5408\u7387\u306e\u4f4e\u3044\u5834\u5408\u304c\u591a\u3044\u306e\u3067":234,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":234,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3068tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3067\u6319\u52d5\u304c\u5909\u308f\u308a\u307e\u3059":232,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":232,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u518d\u73fe\u7387\u3092\u3042\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":234,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":234,"grn_bool\u578b\u3092\u8ffd\u52a0":35,"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"grn_expr\u3067\u8868\u73fe\u3055\u308c\u305f\u691c\u7d22\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3068\u304d\u306b\u4f7f\u3044\u307e\u3059":11,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":3,"grn_expr\u306b\u3088\u3063\u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":11,"grn_expr\u306f":11,"grn_expr\u306f\u4ee3\u5165\u3084\u95a2\u6570\u547c\u3073\u51fa\u3057\u306e\u3088\u3046\u306a\u69d8\u3005\u306a\u64cd\u4f5c\u3092\u8868\u73fe\u3067\u304d\u307e\u3059\u304c":11,"grn_expr\u3092\u4f7f\u3063\u3066\u69d8\u3005\u306a\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"grn_op_adjust\u306f":11,"grn_op_and\u306f":11,"grn_op_but\u306f":11,"grn_op_or\u306f":11,"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":11,"grnslap\u306f":150,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":35,"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":35,"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30fc\u30b9\u3092\u914d\u7f6e\u3057\u307e\u3059":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3059\u308b":12,"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":12,"grntest\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306fgroonga\u306e\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf\u3068grntest\u306e\u30bd\u30fc\u30b9\u304c\u5fc5\u8981\u3067\u3059":12,"groonga\u304c\u51fa\u529b\u3057\u3066\u3044\u308b\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u304b\u3089\u8abf\u67fb\u3057\u3066\u3082\u826f\u3044\u3067\u3059":[],"groonga\u3067\u767a\u751f\u3059\u308b\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc\u306e\u89e3\u6790\u65b9\u6cd5\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":[],"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":34,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3084zip\u30a2\u30fc\u30ab\u30a4\u30d6\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306fgroonga\u540c\u69d8\u306bgithub\u306b\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u7f6e\u3044\u3066\u3044\u307e\u3059":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":12,"groonga\u306e\u30a8\u30e9\u30fc\u30ed\u30b0\u3067\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30a8\u30e9\u30fc\u30ed\u30b0\u304c\u3042\u308a\u307e\u3059":[],"groonga\u306e\u30ab\u30e9\u30e0\u306f":216,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u6642\u70b9\u3067\u306fconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u542b\u307e\u308c\u3066\u304a\u3089\u305a":12,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":76,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":11,"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":14,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":12,"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3059\u308b\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":35,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f":12,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u30ea\u30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":12,"groonga\u306epackag":12,"groonga\u306f":14,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":11,"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[232,234],"groonga\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3057\u305f\u7d50\u679c\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306b\u9650\u308a":234,"groonga\u306f\u69d8\u3005\u306a\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059\u304c":[],"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":11,"groonga\u3084mysql\u306erpm":12,"groonga\u3092\u4f7f\u3063\u3066\u304f\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066":10,"groonga\u3092\u4f7f\u3063\u3066\u3082\u3089\u3048\u308b\u3088\u3046\u306btwitter\u306e\u30a2\u30ab\u30a6\u30f3\u30c8groonga\u3092\u53d6\u5f97\u3057\u3066":10,"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":152,"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":12,"groonga\u3092\u7c21\u5358\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b":12,"groonga\u3092\u8d77\u52d5\u3059\u308b\u969b\u306e\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306a\u3044\u3057\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb\u306bdefault":80,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u6295\u7a3f\u3067\u304d\u307e\u3059":12,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u306b\u306a\u308b\u3068":12,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":152,"groonga\u30b3\u30de\u30f3\u30c9\u306b":35,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":152,"groonga\u30b3\u30de\u30f3\u30c9\u3092\u901a\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u547d\u4ee4\u3092\u30b3\u30de\u30f3\u30c9\u3068\u547c\u3073\u307e\u3059":151,"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":35,"groonga\u30c1\u30fc\u30e0":12,"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":152,"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5bfe\u3059\u308b\u691c\u7d22\u51e6\u7406\u3084\u66f4\u65b0\u51e6\u7406\u306e\u305f\u3081\u306e\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u305f\u3081\u306e\u30c7\u30fc\u30bf\u69cb\u9020\u3067":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf\u3067\u3059":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u4e00\u7fa4\u306ec\u8a00\u8a9e\u5411\u3051api\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u65b0\u3057\u304f\u306a\u3063\u305f\u3068\u3057\u3066\u3082":80,"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u7f72\u540d\u7528\u306e\u9375\u3092\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306e\u516c\u958b\u9375\u3067\u6697\u53f7\u5316\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u306epackag":12,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":125,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u30ed\u30fc\u30c9\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u4f7f\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":151,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":150,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":151,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u901a\u4fe1\u5c64\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30c4\u30fc\u30eb":150,"groonga\u30d7\u30ed\u30bb\u30b9\u5185\u306e\u6307\u5b9a\u3057\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":87,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":80,"groonga\u5358\u4f53\u3067test":152,"groonga\u53ca\u3073groonga":152,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[87,88,92,98,99,101,108,109,125,139],"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":80,"groonga\u6c4e\u7528\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb\u3067\u3059":152,"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":150,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":152,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u30921\u884c\u306b1\u3064\u305a\u3064\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":152,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":87,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":88,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":92,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":98,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":99,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":101,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":108,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":109,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":125,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":139,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":160,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":163,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":164,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":171,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":175,"groonga\u95a2\u9023\u3067\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u306a\u3044\u3068\u306a\u308b\u3068\u958b\u767a\u8005\u306f\u56f0\u3063\u3066\u3044\u308b\u4eba\u3092\u898b\u3064\u3051\u3089\u308c\u306a\u3044\u3057":10,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066autogen":12,"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_dir\u4ee5\u4e0b\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"groonga_org_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":12,"groonga_org_path\u306bgroonga":12,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":36,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":12,"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":12,"gz\u306eversion\u304a\u3088\u3073vers":12,"hat\u7cfb":12,"hat\u7cfb\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"hat\u7cfb\u306e\u5834\u5408\u306b\u306f\u672c\u756a\u74b0\u5883\u3078\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u524d\u306b\u30ed\u30fc\u30ab\u30eb\u306eapt\u306a\u3044\u3057yum\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u6b63\u5e38\u306b\u66f4\u65b0\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"help\u3067\u51fa\u529b\u3055\u308c\u308b":37,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":14,"hiroshi\u3055\u3093":35,"hiroshi\u3055\u3093\u304c\u5831\u544a":35,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":37,"homebrew\u306e\u66f4\u65b0\u306fgroonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u672c\u4f53\u306e\u30ea\u30ea\u30fc\u30b9\u8981\u4ef6\u306b\u306f\u542b\u307e\u308c\u307e\u305b\u3093":12,"homebrew\u3078pul":12,"hook\u306e\u5b9f\u884c\u9806\u4f4d":58,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":58,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":152,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":12,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":151,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":150,"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":35,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":150,"http\u306e\u5834\u5408":151,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":151,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066groonga\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306b\u9759\u7684\u30da\u30fc\u30b8\u3092\u683c\u7d0d\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"http\u7d4c\u7531\u3067\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u6642\u306b\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b":35,"id\u304c\u9023\u7d9a\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u5024\u304c\u6607\u9806\u306b\u683c\u7d0d\u3055\u308c\u305f\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092values\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":63,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":53,"import":[0,12,28,37,39,40,42,49,53,78,79,90,133,138,144,153,191,201,203,204,205,214,225,242],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":50,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":50,"index_cursor\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u6307\u5b9a\u3057\u305ftable_cursor\u306e\u73fe\u5728\u306e\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u8fd4\u3057\u307e\u3059":60,"indexbuf\u306e\u30b5\u30a4\u30ba":50,"init\u76f4\u5f8c\u306e\u72b6\u614b":53,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":150,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":152,"installer\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068windows\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"int":[39,42,43,48,49,50,53,54,56,57,58,59,60,62,63,64,66,67,68,69,72,199],"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":152,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":12,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":35,"js\u306a\u3069":12,"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":37,"key\u304c\u8fd1\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408":67,"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"key\u306b\u306f":66,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u3092\u4e00\u3064\u3060\u3051\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u307e\u3059":66,"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":66,"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":66,"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":67,"key\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":66,"key\u3092\u8fd4\u3057\u307e\u3059":63,"key_type\u306bt":66,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3068\u540c\u7b49\u3067\u3059":232,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":232,"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":66,"keybuf\u306e\u30b5\u30a4\u30ba":66,"launchpad\u306b\u767b\u9332\u3057\u305fkeyid":12,"launchpad\u306egroonga\u30c1\u30fc\u30e0\u306e\u30da\u30fc\u30b8\u3067\u5bfe\u8c61\u306eppa\u3092\u9078\u629e\u3057":12,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":12,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":35,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":37,"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":35,"libedit\u5bfe\u5fdc":34,"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":14,"limit\u4ef6\u306e\u307f\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"list\u306bcontrib\u30bb\u30af\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\u3059\u308c\u3070apt":12,"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":80,"load\u30b3\u30de\u30f3\u30c9":34,"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":12,"localstatedir\u3092\u4f7f\u7528":35,"log\u3067\u3059":151,"log\u3068\u3044\u3046\u5f62\u5f0f\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u4f5c\u3089\u308c\u307e\u3059":152,"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":80,"log_put\u306f":108,"log_reopen\u306f":109,"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":109,"long":[40,41,42,43,59,62,129,134,138,149],"longtext\u306e\uff13\u3064\u306e\u578b\u306b\u3064\u3044\u3066\u306f\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u4fdd\u5b58\u3057\u305f\u308a\u51fa\u529b\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u3059\u304c":216,"lucid\u304b\u3089":35,"lucid\u4ee5\u964d\u306e\u95a2\u9023\u3059\u308b":12,"lzo\u30b5\u30dd\u30fc\u30c8\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3055\u308c\u3066\u3044\u308b\u304b\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308bapi\u3092\u8ffd\u52a0":35,"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":37,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306bconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"man\u3092\u8ffd\u52a0":34,"markdown\u30d1\u30fc\u30b5\u30fc":12,"marverick\u306b\u5909\u66f4":35,"masahiro\u3055\u3093":35,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":234,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":67,"max\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":67,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":67,"max\u3068\u7570\u306a\u3063\u305f\u65b9\u5411\u306b\u3042\u308b\u30ce\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f\u53d6\u308a\u51fa\u3057\u307e\u305b\u3093":67,"max\u3068common":67,"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":67,"max\u3068pat\u6728\u4e0a\u3067\u8fd1\u3044\u4f4d\u7f6e\u306b\u3042\u308b\u30ce\u30fc\u30c9\u304b\u3089\u9806\u756a\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":67,"md\u30d5\u30a1\u30a4\u30eb\u306epublish":12,"mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u691c\u51fa\u51e6\u7406\u3092\u6539\u5584":34,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u6642\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u3088\u308a\u89aa\u5207\u306b\u3057\u305f":35,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u305f\u3068\u304d\u306b\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u30a8\u30e9\u30fc\u3092\u7121\u8996\u3059\u308b\u3088\u3046\u306b\u3057\u305f":37,"memcached\u306e\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u305f\u3081\u306b\u306f":14,"min\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":67,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":67,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":67,"mooz\u3055\u3093":37,"mooz\u3055\u3093\u304c\u4fee\u6b63":37,"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":63,"msg\u306fcom\u306b\u3088\u3063\u3066":9,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":9,"multithread\u74b0\u5883\u3067\u306f\u4ed6\u306ethread\u306e\u30a2\u30af\u30bb\u30b9\u306b\u3088\u3063\u3066":66,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":34,"n_builtin_type_names\u306b\u306f":54,"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":63,"name\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":53,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":64,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":69,"name\u306f\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":63,"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":50,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u304b\u3089\u59cb\u307e\u308btable\u306e\u30ab\u30e9\u30e0id\u3092res\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u683c\u7d0d\u3057\u307e\u3059":66,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atable\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":66,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[50,63,66],"name_size\u30d1\u30e9\u30e1\u30fc\u30bf\u304c0\u306e\u5834\u5408\u306f\u3059\u3079\u3066\u306e\u30ab\u30e9\u30e0id\u3092\u683c\u7d0d\u3057\u307e\u3059":66,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":[50,63],"namebuf\u306e\u30b5\u30a4\u30ba":[50,63],"net\u306egroonga\u30c1\u30fc\u30e0\u306eppa\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"net\u4e0a\u3067\u30d3\u30eb\u30c9\u304c\u5b9f\u884c\u3055\u308c":12,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":35,"new":[0,3,6,7,12,18,22,25,46,48,49,50,53,54,63,68,72,82,83,84,89,90,93,94,95,96,97,101,102,104,105,106,110,111,112,113,114,115,118,119,120,121,122,123,124,128,129,132,133,134,135,137,138,140,141,143,146,147,149,151,153,156,161,162,166,168,169,170,177,178,187,188,189,191,192,193,202,204,205,206,210,214,217,219,220,221,231,238,241,244],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8":12,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":50,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":34,"null":[6,7,11,33,37,39,40,41,42,43,49,53,56,57,64,68,72,86,90,101,102,104,105,106,110,111,112,113,115,119,120,128,131,132,133,138,141,142,143,144,165,166,167,176,188,235],"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":66,"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":[50,66],"null\u306a\u3089temporari":54,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":67,"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":67,"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":53,"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":34,"null\u4ee5\u5916\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306fpersist":54,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":66,"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":63,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":58,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":58,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":58,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":58,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":63,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":63,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":63,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":63,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":63,"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":63,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":63,"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":63,"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":54,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":61,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":63,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":61,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":63,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":63,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":61,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":61,"obj\u306f":63,"obj\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":63,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":63,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":63,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":65,"obj\u3092lock\u3057\u307e\u3059":63,"obj\u3092unlock\u3057\u307e\u3059":63,"obj\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u3068\u308b\u5024\u306e\u7bc4\u56f2\u3092\u8868\u308f\u3057\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u8fd4\u3057\u307e\u3059":63,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":70,"object\u306b\u8907\u6570\u306ehook\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u9806\u4f4d\u306e\u9806\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":58,"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":58,"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":58,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":64,"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":58,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":63,"offset\u306f":66,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":66,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":12,"ongaeshi\u3055\u3093":35,"ongaeshi\u3055\u3093\u304c\u5831\u544a":35,"op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066res\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3042\u308b\u3044\u306f\u524a\u9664\u3057\u307e\u3059":65,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":50,"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":152,"org\u304c\u30db\u30b9\u30c8\u3092":12,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":152,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":152,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":152,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"org\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"org\u306edoc":12,"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":12,"output_columns\u304b\u3089_value\u3092\u524a\u9664":35,"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":101,"package\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":11,"pat\u6728\u4e0a\u3067\u4f4d\u7f6e\u304c\u8fd1\u3044\u3053\u3068\u3068key\u306e\u5024\u304c\u8fd1\u3044\u3053\u3068\u306f\u540c\u4e00\u3067\u306f\u3042\u308a\u307e\u305b\u3093":67,"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306b\u306fgroonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":152,"path\u3092":35,"pc\u306bgroonga":36,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":151,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":34,"po\u3092\u5b9f\u884c\u3059\u308b\u3068":12,"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":12,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":12,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[163,164],"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":163,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":164,"point\u578b\u306e\u5024":[163,164],"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[163,164],"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":67,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":66,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"public":41,"push\u3057\u3066groonga":12,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":36,"quit\u306f":125,"rb\u3092\u8ffd\u52a0":35,"release\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067build\u304b\u3089upload\u307e\u3067\u4e00\u6c17\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":12,"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":12,"repositories\u914d\u4e0b\u306b":12,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"request\u3092\u9001\u308a\u307e\u3057\u305f":12,"request\u3092\u9001\u308a\u307e\u3059":12,"res2\u306b\u683c\u7d0d\u3057\u307e\u3059":66,"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":66,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":11,"return":[22,33,37,39,40,41,42,43,45,48,49,50,53,54,55,56,57,63,66,68,71,72,79,81,153,191,192,194,208,209,210,211,225,231,235,239,241,244,247,248],"rid_max\u3092\u6307\u5b9a\u3057\u3066\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u5024\u3092\u5236\u9650\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":60,"root\u306b\u5909\u66f4":35,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":151,"rpm\u306a\u3069\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u3067\u3082architectur":12,"rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"rst\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":12,"rst\u306e\u5185\u5bb9":12,"ruby\u306erake\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3088\u308a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059":12,"s3ki\u3055\u3093":35,"s3ki\u3055\u3093\u304c\u5831\u544a":35,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"scorer\u306f":133,"scr\u3067\u3059":152,"scr\u306e\u4e2d\u8eab\u304c":152,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":152,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[160,163,164,171,175],"search\u3092\u884c\u3044":[66,67],"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":67,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":50,"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":50,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":152,"select\u306e\u51fa\u529b\u306b\u4e0d\u6b63\u306a\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3055\u308c\u305f\u6642\u306bsegv\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":34,"select\u3084load\u306a\u3069\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u8868\u3057\u307e\u3059":80,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":35,"select\u30b3\u30de\u30f3\u30c9":34,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":152,"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":152,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":12,"sh\u306e\u307f\u306a\u3089\u305a":14,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":14,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":12,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":14,"shibuya\u3055\u3093":35,"shibuya\u3055\u3093\u304c\u5831\u544a":35,"shimada\u3055\u3093":35,"shimada\u3055\u3093\u304c\u5831\u544a":35,"short":[33,78,153],"shorttext\u306e\u30d9\u30af\u30bf\u30fc\u3092\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u4f7f\u7528\u3057\u305f\u3044\u5834\u5408\u306b\u306f":216,"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":35,"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":37,"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"sigsegv\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":66,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":66,"source\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5fc5\u8981\u306a\u3082\u306e\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"source\u4ee5\u4e0b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":12,"squeeze\u306ei386\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"squeeze\u4ee5\u964d\u306edebian\u3084karmic\u4ee5\u964d\u306euubntu\u3067\u306f\u4ee5\u4e0b\u306e\u7528\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"srpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306a\u3069\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"static":[33,37,41,42,43,68,154,241],"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":152,"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":35,"status\u30b3\u30de\u30f3\u30c9":34,"string1\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u3068string2\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u306e\u9593\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u6c42\u3081\u307e\u3059":160,"string\u306b":11,"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":37,"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":37,"table1\u3068table2\u304b\u3089\u91cd\u8907\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u3044\u305f\u7d50\u679c\u3092\u305d\u308c\u305e\u308cres1":66,"table1\u3068table2\u3092op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066\u96c6\u5408\u6f14\u7b97\u3057\u305f\u7d50\u679c\u3092res\u306b\u683c\u7d0d\u3057\u307e\u3059":66,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":66,"table\u304c":66,"table\u306b\u65b0\u305f\u306a\u30ab\u30e9\u30e0\u3092\u5b9a\u7fa9\u3057\u307e\u3059":50,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":66,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":67,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":66,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":66,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":66,"table\u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":66,"table\u306ecolumn":66,"table\u306ecolumn1\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore1\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u53d6\u5f97\u3057\u307e\u3059":66,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":66,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":66,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":66,"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":66,"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":66,"table\u306fcolumn\u3068\u306f\u5225\u306b":66,"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":66,"table_list\u306f":139,"takahiro\u3055\u3093":35,"takahiro\u3055\u3093\u304c\u5831\u544a":35,"takahiro\u3055\u3093\u304c\u63d0\u6848":35,"takashi\u3055\u3093":37,"takashi\u3055\u3093\u304c\u5831\u544a":37,"takuto\u3055\u3093":35,"takuto\u3055\u3093\u304c\u5831\u544a":35,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":152,"textile\u30d1\u30fc\u30b5\u30fc":12,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":60,"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":234,"tokenbigram\u306a\u3069":234,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":234,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":232,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":232,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":234,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u3082bigram\u3092\u751f\u6210\u3057":232,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":234,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u5834\u5408\u3082\u91cd\u307f\u4ed8\u3051\u3092\u8003\u616e\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306f\u304b\u308f\u308a\u3042\u308a\u307e\u305b\u3093":234,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":36,"tokenmecab\u3067\u306f":234,"tokenmecab\u306e\u5834\u5408":234,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":232,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u524d\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":232,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u5f8c\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":232,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u4e8b\u524d\u306b\u6e96\u5099\u3057\u305f\u8f9e\u66f8\u3092\u7528\u3044\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b\u305f\u3081":234,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u3044\u308b\u5834\u5408\u306f\u3053\u306e\u30af\u30a8\u30ea\u306f\u30de\u30c3\u30c1\u3057\u307e\u305b\u3093":234,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u306e\u65b9\u3092tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u3088\u308a\u3082\u91cd\u8996\u3059\u308b\u3088\u3046\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":234,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":234,"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":35,"tomita\u3055\u3093\u304c\u5831\u544a":35,"tomotaka_ito\u3055\u3093":37,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":37,"top_left\u3068bottom_right\u304c\u306a\u3059\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":164,"travisci\u306e\u7d50\u679c\u304c\u6b63\u5e38\u3067\u3042\u308c\u3070":12,"true":[34,40,41,42,43,46,78,88,89,90,91,92,93,94,95,96,97,98,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,118,119,120,121,122,123,127,128,129,130,131,132,133,134,137,138,140,141,142,146,156,159,162,163,164,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,198,202,203,204,205,213,216,238,239,240,241,243,246,247,248],"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":37,"try":[3,33,42,48,94,151,214,224,243,244],"twitter\u3067\u3084\u308a\u3068\u308a\u3092\u5b8c\u7d50\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":10,"twitter\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u5b89\u5fc3\u611f\u304b\u3089groonga\u30e6\u30fc\u30b6\u30fc\u306e\u62e1\u5927\u306b\u7e4b\u3052\u308b":10,"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":10,"twitter\u7b49\u3067\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u969b\u306f\u3053\u3053\u3067\u7528\u610f\u3057\u305f\u30a2\u30ca\u30a6\u30f3\u30b9\u6587\u306e\u8981\u7d04\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"twitter\u7de8":3,"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":61,"ubuntu\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"ubuntu\u5411\u3051\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u4f5c\u6210\u306b\u306f":12,"ueno\u3055\u3093":[35,36],"ueno\u3055\u3093\u304c\u5831\u544a":36,"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":35,"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":35,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":14,"uptime\u306e\u8868\u793a\u5f62\u5f0f\u3092\u8aad\u307f\u3084\u3059\u3044\u5f62\u5f0f\u306b\u5909\u66f4":34,"user_data\u3092\u30ad\u30fc\u3068\u3057\u3066":64,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u306e\u4e2d\u306b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":11,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":11,"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":11,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":11,"vagrant\u3067\u4f7f\u7528\u3059\u308b\u4eee\u60f3\u5316\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":12,"valgrind\u3092\u7528\u3044\u3066\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9\u3084\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3057\u3064\u3064":14,"value\u304c\u5c5e\u3059\u308b\u578b":139,"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":63,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":76,"var":[11,28,42,64,72,91,149,151,153,229],"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":80,"version\u3067\u8868\u793a\u3055\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u304c\u66f4\u65b0\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059":12,"version\u306b\u6307\u5b9a\u3057\u305f\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":80,"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":35,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u306bstable\u6271\u3044\u3067\u306a\u3044\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":80,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3084command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u305b\u305a\u306bgroonga\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u969b\u306b\u306f":80,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":80,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":80,"virtualbox\u306fsourc":12,"vmware\u306a\u3069":12,"void":[38,48,51,54,55,62,63,66,67,68,71,72],"web\u30b5\u30a4\u30c8\u304b\u3089\u6700\u65b0\u7248\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059":12,"web\u7ba1\u7406\u753b\u9762":34,"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":37,"while":[0,33,39,40,42,43,54,93,105,111,128,133,141,144,193],"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":37,"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":152,"windows\u306e\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9\u304b\u3089\u8abf\u67fb\u3057\u3066\u3082\u826f\u3044\u3067\u3059\u3057":[],"windows\u306e\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9\u306f\u4ee5\u4e0b\u306e\u30da\u30fc\u30b8\u306b\u4e00\u89a7\u304c\u3042\u308a\u307e\u3059":[],"windows\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"windows\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"windows\u5411\u3051":12,"windows\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"windows\u7cfb":12,"worker\u306f":9,"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":9,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"wsaenobufs\u304c\u767a\u751f\u3059\u308b\u539f\u56e0\u3092\u8abf\u67fb\u3059\u308b\u3068wsaenobufs\u304c\u767a\u751f\u3059\u308b\u539f\u56e0\u306f\u4ee5\u4e0b\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":[],"wsaenobufs\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":[],"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":12,"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"x\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u7ba1\u7406\u65b9\u6cd5\u3068\u3057\u3066":12,"x\u3067\u306frealloc":35,"x\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"x\u306e\u304a\u77e5\u3089\u305b":33,"xxxxx\u306b\u306f\u4efb\u610f\u306e\u6570\u5b57\u304c\u5165\u308a\u307e\u3059":[],"xxxxx\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":12,"yes\u306f\u6307\u5b9a\u3057\u306a\u3044\u3067\u4e0b\u3055\u3044":12,"yes\u3092\u6307\u5b9a\u3059\u308b\u3068chroot\u74b0\u5883\u3067\u4e26\u5217\u306b\u30d3\u30eb\u30c9\u3092":12,"yes\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":12,"yum\u306e\u5834\u5408":12,"yum\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u79fb\u52d5\u3057\u3066":12,"zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3082\u540c\u69d8\u306b\u3057\u3066grntest\u3092\u5b9f\u884c\u3057\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,AND:[33,40,41,43,133,168,190,248],Added:[33,37,38,39,40,41,42,43],Ages:[90,138,159],And:[41,89,102,129,133,144,154,201,212,216,243,244,246],Are:236,But:[6,7,8,16,17,23,33,37,41,42,46,78,90,93,113,115,119,121,133,141,146,154,162,192,193,195,201,202,203,205,214,215,225,229,243],For:[0,2,3,8,18,22,25,28,31,32,33,39,40,41,42,43,46,55,56,78,81,89,90,100,102,110,112,113,115,116,119,120,121,132,133,134,135,136,138,144,146,151,153,158,166,176,179,190,191,192,193,195,198,201,202,203,204,205,206,208,209,210,211,214,215,225,238,239,240,241,242,243,246,247,248],GPS:0,IDs:[39,43,57,78,89,119,212,238,241],Its:[56,72,132,151,191,192],JIS:198,LTS:[21,30],NEAR:[168,174],NFS:28,NOT:[42,133,190],Near:[43,174],Not:[113,133,174,209,231],One:[0,78,133,140,156,157,176,206,243,248],SIS:37,TLS:43,That:241,The:[0,6,7,8,17,18,28,30,31,32,37,39,40,41,42,43,46,48,49,50,53,54,55,56,63,64,66,68,72,78,81,83,86,89,91,93,94,95,96,97,100,101,102,104,105,106,110,111,112,113,114,115,116,117,118,119,120,121,128,129,132,134,135,136,137,138,140,141,142,143,144,145,147,149,151,153,154,156,159,162,165,166,168,173,174,176,179,191,192,194,195,197,198,201,202,203,204,205,206,208,209,210,211,212,213,214,216,225,228,229,231,235,238,239,240,241,243,244,245,248],Then:[0,17,26,27,31,78,133,153,188,208,231,235,236,238,239,240,243,244,247,248],There:[1,2,3,8,13,17,19,23,24,25,26,30,33,39,41,48,56,78,89,90,94,95,96,97,100,101,102,110,111,112,113,114,115,116,118,119,120,121,129,132,133,134,135,137,138,140,142,143,144,146,151,153,156,157,159,162,165,166,167,168,169,170,173,174,179,188,190,191,192,195,202,203,204,205,214,215,225,229,231,236,241,243,244,245,248],These:[0,37,133,147,151,176,240,241],Use:[31,33,39,41,42,43,53,56,72,78,88,90,100,113,127,133,135,138,151,162,173,218,231,239,243],Used:[33,37,39,41,42],Uses:157,Using:[0,191,224],WGS:[216,248],With:[21,33,78,201,244],_20160320:115,__uint32_t:42,_avg:[113,133],_dataset:[155,157],_id:[33,41,42,46,50,63,76,78,81,89,90,93,100,101,112,113,115,133,136,141,146,159,168,169,173,191,192,193,195,202,208,209,211,213,234,239,240,241,243,245,246,247,248],_kei:[33,39,40,41,42,43,46,50,63,76,78,81,89,90,91,93,100,101,103,110,112,113,119,128,132,133,136,140,141,142,146,153,156,159,162,167,168,169,170,173,179,188,191,192,195,198,203,208,209,211,213,215,225,238,239,240,241,243,244,245,246,247,248],_max:[113,133],_min:[113,133],_name:[90,138],_nsubrec:[41,50,76,113,133,239,240,244],_post:12,_score:[37,39,40,42,50,76,78,110,112,113,133,136,162,174,192,203,204,205,208,209,211,234,240,241,243,244,248],_set_valu:38,_sum:[33,113,133],_valu:[40,41,50,76,113,133],_yyyymmdd:[110,112,113,115],aardvark:[30,33],aba:[239,241,248],abbrev:162,abc:42,abcd:116,abi:42,abl:[119,138,168,176,202,203,204,205,206],abort:41,about:[2,7,14,17,18,19,20,21,22,23,24,25,26,27,28,29,30,33,37,38,39,40,41,42,43,45,48,72,78,79,81,83,85,86,90,91,93,94,95,96,100,104,105,106,107,110,112,113,115,116,117,120,128,129,130,131,132,133,135,136,138,140,142,144,145,146,149,151,153,156,158,162,169,174,179,191,192,194,196,197,201,202,203,204,205,208,209,211,214,215,217,225,236,237,243,244,245,248],abov:[17,21,28,31,39,42,43,90,102,129,133,138,153,156,159,167,168,169,174,179,195,201,208,209,211,214,235,239,241,243,244,247,248],absolut:[33,122,123,127,170],acccess:229,accept:[0,37,39,41,42,43,83,84,129,134,146,151,156,159,162,174,192,225,231,235,241,243,244,247,248],access:[0,17,22,33,37,39,40,41,42,43,46,48,50,93,133,141,153,154,208,209,211,215,224,229,231,237,238],accessor:[42,43,66],accident:40,accord:[162,238],accordingli:153,account:[2,41],accross:39,accuml:40,accumul:133,accur:[0,176],acquir:[42,48,104,106],acronym:[223,231],across:162,action:40,actual:[33,40,41,43,110,112,113,115,133,149,153,203,238,241],add:[3,6,7,18,21,25,30,32,33,39,40,41,42,43,54,90,103,112,133,144,153,158,173,192,201,206,212,214,217,238,239,240,241,243,246],add_record_if_not_exist:63,added:[0,42,43,44,57,63,66,102,103,120,195,213,231,239,243,246],adding:[18,37,42,63,83,84,144,193,213],addit:[0,22,24,25,26,30,45,90,116,133,144,210,229,237,238,241,246],addition:[33,42,248],additional_configure_opt:[33,40],address:[37,39,42,151,156,231,245],address_is_in_us:231,address_is_not_avail:231,adisk:202,adjac:[191,214],adjust:[33,40,41,78,90,113],admin:[35,37,39,40,41,42,43],admin_html:[37,151],administr:[22,39,41,154,237],advanc:[42,44,115,130,131,190,191,212],advantag:[0,176,229],adventur:90,affect:[33,39,40,41,42,43],afr:[239,241,248],after:[17,18,28,31,33,37,39,40,41,42,43,46,48,57,71,84,97,102,110,112,115,118,121,133,134,140,147,149,151,153,156,165,166,192,195,212,213,215,238,240,241,245],again:[33,41,42,48,149,153,193],against:[0,22,33,39,41,42,43,50,54,56,78,90,112,114,115,120,132,133,140,146,149,151,191,192,202,206,208,209,211,237,240,244,246,247],againt:133,agaist:39,age:[46,90,91,102,132,133,138,159],aggreg:[22,133,176],ago:208,ahello:42,ahost1:202,aim:40,aio:40,aki:41,akihabara:248,akinori:42,akio:[37,39,40,42,43],akira:41,alert:[41,107,108,151,153,194],algolithm:190,algorithm:[37,86,162,205],ali:89,alia:[22,42,45,94,95,96,107],alias:[42,46,94,95,96,174],aliased_column:46,alic:[46,89,90,93,119,133,141,146,153,159,168,174,191,214,225,244],alisa:174,all:[0,17,28,37,39,41,42,43,46,50,53,54,57,78,83,84,86,89,90,91,93,94,95,96,97,101,102,103,104,105,106,110,111,112,113,114,115,118,119,120,121,122,124,127,128,130,131,132,133,134,135,137,138,140,141,142,143,144,146,147,149,153,159,166,168,174,190,191,192,193,194,195,202,204,205,208,211,213,214,215,216,225,231,241,244,247],all_record:39,alloc:[22,39,41,42,43,49,53,56,72,119,133,135,233,238,241],alloc_count:[82,135,151,153,199,231,241,245],alloc_info:43,allow:[0,25,39,42,157,176,241,245],allow_column:[133,174,191],allow_leading_not:[133,174],allow_pragma:133,allow_upd:[133,191],almost:[37,133,215,223,236],alon:42,alphabet:[41,90,110,112,113,133,138,144,202,209,214],alreadi:[33,41,48,72,97,103,118,144,157,193,215,241,243],also:[0,3,17,22,33,39,43,45,78,89,102,110,112,113,115,140,149,153,159,162,191,192,193,202,203,208,210,214,223,224,225,229,238,240,241,243,244,246,248],although:153,alwai:[0,33,41,42,43,68,81,91,111,119,133,136,143,153,173,191,192,208,215,231],amazon:[33,133],amd64:12,among:[22,39,113,237,238,240],amount:[39,43,149],analysi:[0,28,133,192],analyz:[0,22,33,37,39,153,214,233],anchor:42,ani:[0,28,42,43,46,89,103,110,113,116,120,121,130,131,132,133,136,140,142,143,144,151,153,165,166,174,176,179,191,201,203,214,225],anim:240,ann:12,annot:40,anonym:212,anoth:[0,33,39,42,56,89,104,133,149,201],aomi:33,apach:33,api:[1,3,15,22,33,37,38,39,40,41,42,43,44,45,48,49,50,53,54,68,71,72,79,85,190,225],appear:[0,41,85,90,120,133,144,176,191,192,201,203,241],append:[39,56,63],apper:133,appl:195,appli:[33,44,56,133,143,156,215],applic:[0,20,33,37,41,151,153,176,192,194,201,225],approach:162,appropri:235,approv:41,approxim:[37,39,162],approximate_typ:163,appveyor:41,april:12,apt:[12,18,21,25,30,39],aptitud:14,arai:42,aramaki:37,arbitrari:235,arc:144,architectur:[0,12,41,42,151],archiv:[6,7,8,12,17,22,23,28,31,39],area:[0,33],aren:[33,39,41,42,43,102,110,112,113,115,120,133,134,135,138,140,153,156,176,191,197,212,215,225],arg1_nam:202,arg1_valu:202,arg2_nam:202,arg2_valu:202,arg3_valu:202,arg:151,arg_list_too_long:231,argc:68,argument1:[192,203],argument2:[192,203],argument:[33,37,39,40,41,42,43,53,72,102,132,151,154,162,165,166,167,169,170,173,174,176,179,187,188,192,202,203,206,228,231,235,241,243,245],argument_name1:154,argument_name2:154,argv:68,arithmet:40,armhf:41,arnaud:37,around:[176,197,235],arrai:[33,37,39,41,43,78,81,87,91,112,116,117,119,120,132,133,138,144,145,176,191,212,238,240,241,244],arrang:241,arrow:33,art:[30,33,192,244],articl:[33,243],articles2:243,articles_cont:243,arugment1:192,asami:40,asc:12,ascend:[101,112,113,114,133,170,197,239,241,248],ascii:[191,192,214],askmonti:41,aspx:235,assigend:191,assign:[40,42,129,144,212,235,248],associ:[37,72,100,103,133,235,238,240,241],assum:[33,53,64,129],atsushi:[41,42,43],attach:[17,195,213],attent:[133,246],attr_setpshar:40,attribut:[116,117,144,145,167],atv:[239,241,248],auth_bas:[153,225],auth_basic_user_fil:[153,225],authent:[224,245],author:153,auto:[39,41,111,136],autoconf:[6,37],autogen:[6,12,17,39],automak:[6,35],automat:[17,25,33,42,54,90,102,110,112,113,122,123,127,133,149,153,191,192,212,228,240,241,246],autoreconf:12,autotool:[3,5,7],avail:[0,8,17,22,28,33,40,42,43,44,45,52,72,81,90,91,110,111,112,113,115,116,133,134,136,138,144,149,151,156,168,174,191,192,223,231,235,238,241],averag:[41,133],avg:[41,113,133,150],avoid:[22,40,41,115,133,140,233],awar:72,ayumu:[41,42],back:[33,153,192,202,243],background:151,backlog:33,backslash:[40,56,191],backtrac:[33,43],backup:[54,101],backward:[33,39,41,42,43,146,204,205,225],bad:[0,40,41,43],bad_address:231,bad_file_descriptor:231,bar:[90,138],base:[0,17,18,24,25,26,28,30,33,39,40,41,43,57,129,133,144,151,153,154,156,157,165,166,176,191,192,194,198,202,203,204,205,206,208,209,211,214,224,229,244,245],basebal:[240,243],bash:[28,42],basi:241,basic:[0,22,39,41,89,133,225,237,238],batch:39,bc009774:12,becam:[41,229],becaus:[0,6,7,8,21,26,32,33,39,41,42,43,46,54,81,89,90,93,97,102,110,112,113,115,119,120,121,122,127,133,138,141,143,149,153,156,159,169,173,174,179,191,192,193,195,198,199,201,202,203,204,205,208,209,210,211,212,213,214,215,223,224,225,229,231,235,238,240,241,243,246,247],becom:[0,42,44,162,216,238],been:[12,42,93,141],befor:[28,32,33,38,39,42,43,71,78,86,110,111,118,121,122,127,133,140,143,153,201,202,208,209,210,238,241],before_instal:21,beforehand:26,beg:[202,214],begin:[150,202,214],behav:[133,162],behavior:[33,39,41,42,115,133,147,159,174,202,214],behaviour:[40,101],beijin:162,bellefleur:33,belong:[33,74,216,239],below:[13,33,93,103,141,191,214],benchmark:[22,39,40,41,45,148],benefit:229,bernard:42,best:0,beta:44,better:[0,41,90,102,133,192,243],between:[22,33,37,39,40,41,43,45,63,90,93,102,115,133,138,141,149,157,158,162,191,192,197,202,209,212,214,225,243,246,248],big:[41,153],bigger:90,bigram:[152,155,156,214,234],bigramlexicon:128,bill:[42,232,234],billiard:[232,234],billion:90,bin:[18,28,31],binari:[0,1,22,31,39,40,41,42,43,81,153,192,199,216,222,225,245],bind:[20,21,37,39,42,44,151,165,166,190],binlib:12,bison:12,bit:[21,23,24,25,26,29,30,31,133,151,152,153,191,192,216,238],bitwis:[42,231],black:[195,197],blank:[42,214],block:[33,40,135,138,140,153,192,238],blog1:243,blog2:243,blog:[12,22,110,112,113,133,179,191,192,193,234,237,243],blog_bodi:234,blog_comment_index:179,blog_cont:179,blog_titl:241,bm25:[203,205],bob:[46,93,133,141,146,153,159,174,191,225,244],bodi:[40,43,88,89,90,92,97,99,102,103,105,115,118,119,121,122,123,127,128,134,137,138,140,141,143,156,165,166,225,231,234,243,247],body_index_column:33,book:[90,192],bookmark:[78,101,115],bookmark_index:78,bookmark_titl:101,bool:[40,42,43,89,110,112,113,119,120,132,133,142,191,213,238,246],boost:[156,208],border:[39,144,159],borderlin:112,boston:244,both:[0,23,24,25,26,30,31,33,42,43,63,74,78,81,90,110,112,113,119,133,140,147,156,176,191,192,193,202,205,208,212,225,231,244,248],bottom:57,bottom_right:[37,164],bottom_right_point:57,bound:41,box:133,brad:43,brand:42,brasil:162,brasillia:162,brazil:239,brew:[18,27],bring:241,british:247,broadcast:244,broken:[33,37,39,40,41,42,43,50,54,104,105,106,120,121,128,140,149],broken_pip:231,brooklyn:244,brother:191,browser:[17,28,154,245],bsd:[5,7,8,28,37,41,42],buf_siz:[50,63,66],buffer:[40,42,43,53,56,59,63,87,119,235,243],bug:[3,22,28,33,37,39,40,41,42,43,44],build:[0,3,4,12,14,18,21,22,23,29,33,38,39,40,41,42,43,52,147,201,206],buildabl:37,builder:59,built:[0,22,28,40,42,45,63,79,116,144,153,158,162,217],builtin:[22,45,90,119,120,162],builtin_type_nam:54,bulk:[33,42,43,56,63],bump:[40,41,42],bundl:[17,33,39,40,41,42,43,174],button:[17,39,40],buzz:156,bye:[110,112,113,133,142,191,192,213,243],cach:[0,33,34,39,40,42,43,49,63,86,135,151],cache_hit_r:[82,135,153,199,231,241,245],cache_limit:[22,42,45,79,153],cache_previ:49,cafedomanc:43,cake:170,calc:33,calc_target:[42,133],calc_typ:[33,42,133],calcul:[33,39,40,41,130,133,162,170,197,244,248],call:[33,39,40,41,42,53,68,71,72,78,93,111,112,119,130,131,133,141,143,162,190,239,241],callback:156,caller:64,calloc:43,calro:159,camp:244,can:[0,1,5,6,7,8,17,18,19,21,24,25,26,27,28,30,31,32,33,37,38,39,40,41,42,43,46,47,48,49,52,53,54,56,71,72,78,81,83,84,85,86,89,90,91,93,94,95,96,97,101,102,103,104,110,111,112,113,114,115,116,118,119,120,121,122,123,127,128,129,130,131,132,133,134,136,138,140,141,142,143,144,146,147,149,151,153,154,156,158,159,162,165,166,167,168,169,170,173,174,176,179,190,191,192,193,194,195,197,198,199,201,202,203,204,205,206,208,209,210,211,212,213,214,215,217,223,225,229,231,235,236,238,239,240,241,242,243,244,245,246,248],can_be_key_typ:132,can_be_value_typ:132,cancel:[33,41,43,83,84,129],cancel_request_is_accepted_or_not:129,candid:[136,156,173,208],candidate1:136,candidate2:136,candidate_1:156,candidate_2:156,cannot:[22,133,138,191,192,193,195,212,225,233],capit:241,caplit:[40,41],care:[17,33,91,133,191,205,208],carefulli:[78,115,121,140],carlo:[93,141,146],cas:231,cas_error:231,cascad:[40,41],cast:[33,37,38,39,40,43,63,110,112,113,133,191,204,205,244],cat:12,categor:[133,142,144],caus:[33,37,39,40,41,42,43,138,191,192,235,238],ceekz:40,cenos6:39,cent:214,center:[0,163],cento:[12,18,22,23,28,33,35,37,39,40,41,42,43,229],centos5:28,centos6:28,centos7:28,central:244,certain:248,cflag:29,chain:179,chang:[0,18,28,33,37,38,39,40,41,42,43,46,49,78,86,90,93,97,102,110,116,129,130,131,133,136,140,141,147,153,165,192,199,201,214,225],chapter:241,charact:[0,37,39,40,41,42,43,56,72,90,107,110,112,113,116,133,138,144,151,165,166,168,176,177,191,192,194,195,201,209,214,241],characterist:[22,45,176,202,205],charli:244,chart:37,chat:[22,42],check:[12,13,14,22,33,35,37,39,40,41,42,43,45,53,54,63,79,81,85,101,115,116,118,140,142,153,156,159,236],child:102,china:[162,239],choic:0,choos:[5,6,7,32,41,43,82,103,133,134,138,151,153,156,202,214,238],chracterist:212,christian:42,chroot:12,chunk:[42,43,87,119,215,236],circl:[0,197],cirit:153,citi:[162,197,244],clang:[14,39,40,41,42],clarifi:41,classif:[133,239],classifi:[43,133],clean:[6,7,12,14,33,42,110,113,115],cleanup:33,clear:[12,33,37,39,41,43,50,63,105,153,235],clearli:42,clearlock:[22,39,41,45,79,151],cleverli:97,click:133,client:[8,22,33,39,41,46,84,153,154,156,203,223,229],clone:[3,6,7,8,12,13,28],close:[42,43,103,140,165,212],close_tag1:165,clumn:215,cmake:[3,5,6,28,31,33,39,40,42,43],cmp0014:41,code:[3,6,7,8,12,17,22,33,39,40,41,42,43,45,56,71,79,81,129,146,194,199,231,235,241],coffe:170,col1:63,col2:63,col3:63,collaps:39,colleagu:3,collect:[0,81,244],color:195,colum:243,column1:[11,39,40,41,110,112,113,133,192,203],column2:[11,39,40,41,113,133,192,203],column3:203,column:[11,22,28,33,37,38,39,40,41,42,43,45,46,50,54,57,63,64,66,70,91,93,94,95,96,97,100,102,103,104,105,106,115,118,121,128,136,138,141,142,146,149,155,156,159,166,167,168,169,170,174,176,179,188,192,193,197,201,202,203,206,208,209,210,211,212,213,215,216,237,238,240,244,246,247,248],column_1:[132,179],column_2:[132,179],column_3:[132,179],column_:90,column_copi:[22,42,43,45,46,79],column_cr:[22,37,41,42,43,45,46,78,79,89,91,93,100,101,102,104,105,106,110,112,113,114,115,118,120,121,128,132,133,138,140,141,142,146,151,152,156,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,202,203,204,205,206,213,215,234,238,239,240,241,243,244,246,247,248],column_index:[41,42,78,90,91,101,110,112,113,115,120,128,132,133,140,156,159,165,166,169,173,174,176,179,191,192,193,202,203,204,205,213,215,234,240,241,243,244,247],column_inform:91,column_information1:91,column_information2:91,column_list:[22,35,37,39,41,45,79,93,151,241],column_list_head:91,column_n:179,column_nam:[102,103,118,121,132],column_name1:103,column_name2:103,column_name_1:[112,132,133],column_name_2:[112,132,133],column_name_3:132,column_name_n:[112,133],column_name_with_t:132,column_name_with_table_nam:132,column_remov:[22,41,45,79,89,102,121,140,151],column_renam:[22,38,40,41,43,45,46,79,89,102],column_scalar:[43,46,89,90,91,93,100,101,102,104,105,106,110,112,113,114,115,118,120,121,128,132,133,140,141,142,146,156,159,162,165,166,167,168,169,170,173,174,176,179,191,192,193,202,203,204,205,213,215,234,239,240,243,244,247],column_type_1:[112,133],column_type_2:[112,133],column_type_n:[112,133],column_vector:[40,41,42,78,89,90,91,100,110,112,113,133,156,173,179,188,238,240,244,247],column_with_index:43,columnn:39,com:[6,7,8,12,13,17,21,133,235,238,239,241,243,245,248],comamnd:225,combin:[0,39,41,43,90,133,138,156,159,173,174,201,214,238,241],combind:191,come:[197,244],comma:[42,90,103,192,238,239,241],command:[0,6,7,8,13,14,17,18,21,22,25,28,31,33,35,37,39,40,41,42,43,45,46,49,53,72,78,81,83,84,86,89,90,91,93,94,95,96,97,99,100,102,104,105,106,107,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,133,134,135,136,137,138,140,141,142,143,144,145,146,152,153,155,158,165,166,167,170,178,188,189,191,201,202,203,208,209,210,211,212,215,216,223,224,231,236,237,238,243,246,247,248],command_lin:132,command_nam:[132,154,245],command_object_remov:121,command_vers:[42,43,80,82,135,153,154,165,166,167,176,188,199,231,241,245],commandinput:42,commands_column_list:91,commands_column_renam:93,commands_object_list:120,commands_object_remov:121,commands_table_renam:141,comment:[40,42,179,201,243],comment_cont:179,comment_index:244,comment_nam:179,comments2:243,comments_cont:243,comments_loc:244,commit:[6,7,17,41],commnad:[31,80],common:[30,37,39,66,67,133,138,151,190,191,192,212,216,243],commonli:[0,202],commun:[17,19,21,22,153,154,156],compar:[0,39,41,42,43,133,168,176,191],comparison:[22,39,43,90,222,224],compat:[24,25,26,30,33,41,42,43,110,112,113,116,146,153,154,195,204,205,225],compil:[6,7,28,37,40,41,42],complet:[22,37,38,40,43,45,84,122,123,127,136,156,173,198,207,211,247],complex:[39,40,42,133,192,202],complianc:153,composit:195,compress:[28,37,39,40,41,43,90,119,132,224],compress_lz4:[43,90],compress_zlib:[43,90],compress_zstd:[43,90],comput:[39,72,90,110,112,113,133,135,156,192,198,203,204,205,208,209,211,215],conbin:[133,190],conbind:191,concaten:243,concatin:[39,40],concept:41,concret:[89,133,239,240,243],concurr:194,cond:40,cond_sign:68,condit:[22,32,33,39,40,42,56,115,136,168,174,179,190,192,237,241,244,246],conditin:191,condition1:192,condition2:192,condition_column_name1:168,condition_column_namen:168,conditional_probability_threshold:[37,136],condtion:191,conf:[42,43,153,215,229,236],config:[8,25,28,31,34,37,39,42,94,151],config_delet:[22,42,45,79,95,96,147],config_get:[22,42,45,79,94,96,147],config_set:[22,42,45,46,79,94,95,147],configur:[3,7,8,12,14,17,20,22,23,24,25,26,27,29,30,31,33,38,39,40,41,42,43,45,46,47,94,95,96,107,133,155,156,192,201,202,206,215,224,229,234,236],confirm:[3,90,96,115,119,140,147,156,191,202,206,214,235,236,238],conflict:[33,43],confus:[43,202,214],conifugr:21,connect:[1,39,42,151,231,235,241],connection_refus:231,consid:[41,110,138,225,229,240,243,247],consist:[41,42,43,120,132,133,147,156,191,206,211,214,231,241],consol:153,constant:[33,42],constant_pattern:42,construct:[22,33,39,40,41,42,43,45,192],construnct:42,consum:[33,41],contact:17,contain:[0,33,39,40,41,42,43,56,101,103,117,120,133,145,159,165,166,191,192,203,204,205,214,235,240,241,243,244],content:[37,40,41,42,72,81,91,110,112,113,120,132,133,140,153,167,174,176,179,191,192,193,203,213,215,225,231,240,243,244],content_index:[140,203],content_length:[110,112,113,133],content_type_len:39,context:[37,42,49,53,56,63,135,140,153,176,179],continu:[21,39,40,41,42,135,144,151,209,214],contrast:[0,41,43,71,151,174,241],contrib:12,contribut:[22,40,43],control:[33,39,41,110,111,112,113,133,153,159,174,190],conveni:[0,1,28,33,37,208,224],convens:39,convent:39,convers:[37,153],convert:[33,41,42,43,85,192,195,212,238,244],coordin:[162,238],copa:42,copi:[39,42,43,46,72,89,93,141],copyright:41,core:[0,6,7,12,28,152,153,156,224],coremodul:153,correct:[22,33,39,41,42,43,45,136,156,201,207,208],correctli:[33,39,42,43,241],correl:113,correspond:[63,102,110,112,113,133,136,154,208,209,210,211],corrupt:[33,43,115,149],cosmo0920:[40,41],cost:[193,214],could:[39,235,238],couldn:[39,42],count:[0,33,42,110,133,135,240,244],counter:43,countri:[100,239,245],cours:239,cover:[0,115,176],coverag:14,cpu:[6,7,28,152,153,156,224],cpuinfo:[24,25,26,30],crach:33,crash:[33,37,39,40,41,42,43,93,102,105,141,149],crch:144,creat:[7,8,17,22,33,36,37,39,40,41,42,43,45,46,49,53,54,56,72,89,101,104,110,112,113,115,116,118,119,121,132,133,135,136,140,148,149,151,153,156,162,173,187,190,192,193,194,195,202,208,209,211,212,214,215,228,237,238,239,240,246,247],create_lexicon_for_token:214,created_at:[110,112,113],createfilemap:42,createrepo:12,creation:[37,40,42,133,241],creteria:241,crit:[107,108,151],criteria:241,critic:[28,33,39,43,72,107,151,194],ctrl:[151,231,241],ctx:[11,33,49,50,53,54,56,57,58,59,60,61,62,63,64,65,66,67,69,70,72,235],cumul:[110,112,113,133],curl:[21,27,28,39,129,151,153,156,199,225],current:[17,25,33,37,42,46,49,52,53,54,86,89,93,103,111,133,135,138,140,141,153,197,241,244],current_column:46,current_nfthread:68,cursor:[37,42,57],custom:[6,7,8,21,28,33,37,39,40,41,42,43,68,90,101,116,133,138,142,143,144,153,174,176,190,191,194,195,203,208,213,224,239],customiz:176,cutter:[6,7,12,14],cutter_check_leak:14,cutter_debug:14,cutter_dir:12,cutter_source_path:12,cve:[33,41],cxxflag:29,cycl:43,daemoinz:39,daemon:[39,40,41,42,153,156,157,223,228,245],dai:[33,42,135,192,193,194,206,244],daiki:[35,36,37,39],danger:[50,54,93,104,105,106,115,121,140,141,225],dangl:[115,140],dash:28,dat:[33,38,39,40,43],dat_kei:[119,212],data:[0,21,22,23,24,25,26,30,31,32,33,37,38,39,40,41,42,43,45,46,49,54,58,68,74,78,89,91,100,101,103,110,112,113,119,120,128,133,136,149,156,159,162,165,166,167,168,169,170,173,174,176,179,188,193,197,199,202,203,204,205,206,207,209,210,212,215,225,231,237,240,241,243,246],data_column:133,data_set_nam:136,databas:[0,20,22,28,33,37,39,40,41,42,43,49,53,54,63,66,91,93,97,101,102,103,104,105,106,117,118,120,121,122,127,128,132,138,140,141,145,147,149,151,153,155,156,157,176,190,191,192,195,206,212,215,216,224,229,231,236,237,245],database_path:149,database_unmap:[22,33,42,45,79,121,128],datail:133,dataset1:156,dataset2:156,dataset3:156,dataset:[22,40,42,43,45,136,148,156,157,208,209],date:[0,22,152,162,216,237,244],dav:168,dave:159,david:168,daylight:41,db1:225,db2:225,db_path:[42,121,151,153,154,156,199,223,228,231,241,245],dbm:[0,176],dbmss:0,dcb314:41,dcmake_install_prefix:[7,8,31],ddl:[41,152],deadlock:33,deafult:37,deatil:133,deb:[12,25,30,37,39,40,41,42,43],debian:[12,18,22,23,33,37,39,40,41,42,43,229],debootstrap:12,debug:[6,7,8,33,41,42,43,107,108,144,151,153,194],debugg:[6,7],decid:201,decim:[84,151,192,216,238],decreas:[6,7,32,33,42,68,214],decrement:33,decrypt:12,defalt:35,default_command_vers:[82,135,153,199,231,241,245],default_mod:168,default_token:[43,90,110,112,113,120,128,132,133,139,140,141,142,151,152,156,165,166,174,176,179,191,192,193,202,203,204,205,213,215,234,241,243,244,247],defin:[42,90,120,133,155,156,173,192,193,201,206,208,216,231,241],define_selector:[22,45,79,151],definion:192,definit:[39,46,90,100,110,112,113,133,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,202,203,204,205],defrag:[22,37,40,45,79],degrad:42,degre:[37,78,192,238,248],dejan:43,delai:43,delet:[12,18,22,33,34,35,37,39,40,41,42,43,45,63,79,94,102,115,146,147,212],delimit:[0,40,42,144,211,214,238],demerit:[33,212],demo:240,dep:12,depend:[0,3,22,23,32,33,38,39,41,43,44,81,90,119,133,156,203,204,205,214,243],deprec:[33,37,39,40,41,42,43,72,80,88,113,127,133,135,138,151,162,218],dereferenc:43,deriv:[157,229],descend:[42,133,136,156],describ:[3,5,6,7,8,17,18,19,20,21,23,24,25,26,27,28,29,30,31,41,42,46,47,72,78,79,81,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,118,119,120,121,124,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,146,148,149,151,153,156,158,166,167,179,191,192,195,196,197,201,202,203,204,205,206,207,208,209,211,214,215,217,231,235,241,243,244],descript:[6,7,8,22,39,40,41,42,43,45,90,91,110,112,113,116,117,120,132,133,134,135,138,144,145,153,156,174,191,192,202,206,208,231,232,235,244],descriptor:156,design:[39,133,223,238],desin:229,desktop:[8,31,235],dest:[150,151,238],dest_kei:66,dest_key_s:66,destin:[42,63,89,137],destruct:149,detail:[0,1,3,12,17,24,25,26,28,30,33,39,40,41,42,43,72,78,83,89,90,91,97,102,110,112,113,115,119,120,122,123,127,132,133,134,135,137,138,140,141,142,144,152,153,154,156,174,191,192,194,202,215,216,217,229,238,239,241,248],detect:[6,28,33,37,39,42,43,144,153,170],determin:[112,133,190,235,241],dev:[2,6,7,12,14,25,30,33,37,39,40,41,42,43,153],devel:[24,26],develop:[0,3,5,6,7,8,22,23,24,25,26,30,31,39,40,41,42,80,81,213,244],devic:0,dewangga:42,dgrn_with_debug:7,dgrn_with_mrubi:[7,8],dialog:40,dic:[26,27],dicrc:27,dictionari:[26,27,35,39,40,41,42,43,195,214],didn:[41,42,43],diff:12,differ:[19,33,39,41,42,90,112,119,133,138,151,153,156,162,168,174,191,192,199,202,203,214,225,238,243,248],difficult:0,dig:235,digest:225,digit:[41,90,110,112,113,133,138,194,202,209,214],dinam:190,dinner:0,dir:152,direct:[39,40,225],directli:[33,192,244],directori:[6,7,17,28,37,39,40,41,42,72,153,156,157,201],directory_not_empti:231,disabl:[18,28,33,35,37,38,39,40,41,42,110,112,113,121,133,151,153,156,191,194,208,235],discard:40,discuss:[2,19],disk:[33,42,97,102,118,138,151,153,202,243],disk_usag:119,displai:[33,39,43,173],dist:12,distanc:[0,39,43,162,170,192,197,248],distinct:[32,43,156,246],distribut:[12,23,24,25,26,28,30,31,39,41,110,113,206],divid:[0,192,205,238],divis:[33,41],dll:[37,39,41,43,72],do_gqpt:152,do_gqtp:152,do_http:152,do_loc:152,do_map:33,doc:[12,16,17,18,37,38,39,40,41,42,43,153,247],doc_bodi:247,documenataion:81,document:[0,3,5,6,7,8,12,16,17,21,23,28,33,35,37,38,39,40,41,42,43,74,90,115,133,144,151,153,154,156,158,174,176,191,192,193,202,203,204,205,210,213,214,215,217,236,242,247],document_index:[165,166],document_vers:12,document_version_ful:12,documents_content_index:[174,176],docutil:12,doe:[0,25,39,40,42,43,68,78,133,136,149,153,174,179,191,192,229,238,241],doesn:[28,33,39,40,41,42,43,48,63,72,81,89,90,91,93,97,110,112,113,115,118,119,120,121,129,132,133,134,138,141,143,144,149,153,156,159,168,176,191,192,193,195,197,198,201,202,203,205,206,208,209,212,213,214,215,224,225,247],doing:105,domain:[16,39,41,42,43,56,63,72,91,93,139,141,151,245],domain_error:231,don:[17,23,28,33,37,41,42,49,52,53,56,68,78,84,90,91,97,102,103,104,105,106,110,111,112,113,115,128,133,134,138,151,153,154,156,173,191,192,193,195,199,201,203,204,205,211,214,225,228,231,241,245],done:[33,41,48,49,102,133,153],donut:170,dot:39,doubl:[37,39,40,41,42,103,116,132,133,138,144,191,192,212,216,241],doubt:239,down:[22,40,41,113,133,235,237,244],downcas:195,download:[12,24,25,26,27,28,29,30,31],downtim:[46,224],drastic:43,draw:240,drildown:[22,237],drill:[113,133,244],drilldown:[22,33,37,40,41,42,43,76,98,112,212,237,240,244],drilldown_calc_target:41,drilldown_calc_typ:41,drilldown_filt:[33,43],drilldown_limit:[42,98,239],drilldown_offset:[42,98,239],drilldown_output_column:[41,98,239],drilldown_result1:133,drilldown_result2:133,drilldown_result:133,drilldown_result_1:133,drilldown_result_2:133,drilldown_result_for_column1:133,drilldown_result_for_column2:133,drilldown_result_for_kei:133,drilldown_result_for_labeled_drilldown:133,drilldown_result_n:133,drilldown_sort_kei:[43,239],drilldown_sortbi:[42,43,98],drilldown_xxx:133,droonga:[168,169,206],drop:[33,37,39,40,41,42,43],due:[0,176,235],dump:[22,33,35,37,39,40,41,42,43,45,52,79,107,115,140,147,151,153,194,215],dump_config:101,dump_index:42,dump_plugin:42,dump_record:42,dump_schema:42,duplic:[41,43],dure:[25,33,39,241],dynam:[0,33,38,43,90,153,241],each:[0,5,23,28,33,37,40,42,43,56,78,83,84,90,91,103,110,111,112,113,115,117,119,120,129,133,135,136,144,145,147,151,153,156,165,168,173,174,192,194,203,208,209,211,212,231,236,238,239,240,241,242,248],each_nam:42,ealier:39,eanbl:6,ear:144,earch:144,earli:33,earlier:[37,42,43,146,195],easi:[0,41,43,151,156,190,201,203,225,245],easier:[33,203],easili:[41,43],echo:121,eclips:17,ecmascript:[39,40,133,190,192],edict2grn:41,edict:43,edit:[3,12,21,28,39,43,153,192,201],edit_dist:[22,34,43,45,158,192],editor:17,editrc:37,effect:[39,42,102,103,119,151,204,244],effici:[0,43,78,90,111,153,243],egg:243,eight:241,either:[19,40,133,159,191,192,202,243],eito:40,elaps:[37,81,135,156,192,194,199,216],elapsed_tim:[81,194],element1:[78,192],element2:[78,192],element3:78,element:[33,39,40,41,42,43,78,81,85,90,120,176,238,241],elfr:39,elimin:40,ellip:[162,163],ellipsoid:163,ello:42,els:[41,42,235],emac:17,embed:[0,33,42,151,153,166,176,201],embedd:42,emerg:[107,108,151,153,194],emfil:235,emit:39,emphas:167,empti:[33,37,40,41,42,91,94,95,96,119,132,133,191,216],enabl:[3,6,7,8,12,17,25,28,30,33,35,37,38,39,40,41,42,43,90,112,121,133,138,144,151,153,156,169,170,178,188,189,191,194,206,238,239,245,247],enable_tokenized_delimit:144,enablerepo:24,enci:152,enclos:[103,241],encod:[23,40,41,42,43,53,55,56,72,151,154,156,192,195,199,225,231],encodiong:192,encount:[23,24,25,26,30,31],encyclopedia:216,end:[42,150,162,191,192,199,202,214],end_of_data:231,end_tagn:165,endian:41,endpoint:[156,157],eng:[136,208],engi:[136,208],engin:[22,24,25,26,30,133,136,144,165,166,176,202,203,204,205,208,209,210,211,229,238,240],enginen:208,english:[2,14,17,18,19,33,37,40,41,43,133,208,214],enhanc:44,enorm:[43,240],enough:[0,33,41,42,43,90,112,236,243],enourm:211,ensur:[33,42,43,209],enter:[40,42,231,241],entiti:0,entranc:241,entri:[40,42,43,49,58,86,88,89,92,98,99,100,103,104,105,106,110,112,113,128,133,140,149,165,166,179,191,192,215,243,244],entries_20150708:[110,112,113],entries_20150709:[110,112,113],entries_bodi:243,entries_content_index:[133,191,192,215],entries_content_index_20150708:[110,112,113],entries_content_index_20150709:[110,112,113],entries_key_index:[133,191,192,215],entries_key_index_20150708:[110,112,113],entries_key_index_20150709:[110,112,113],entries_numb:42,entries_titl:243,entries_whol:243,entries_yyyymmdd:[110,112,113],entry1:[89,243],entry2:243,entry3:243,entry4:243,entry_20150708:[110,113],entry_20150709:[110,113],entry_bodi:128,entry_kei:128,entry_selector:98,entrykei:140,enumer:241,env:201,envelop:43,enviromn:42,environ:[6,7,8,21,23,28,31,33,37,38,40,41,42,43,153,201],eol:33,epel:[24,33,39],epoch:[238,244],equal:[41,42,43,90,133,136,151,153,168,174,176,190,195,201,247,248],equat:162,era:0,eric:159,errno:[41,42,235],error:[0,6,7,22,23,24,25,26,28,30,31,33,37,38,39,40,41,42,43,46,49,50,53,54,56,57,63,71,72,85,89,90,94,96,97,100,102,104,105,106,107,108,110,112,113,115,121,122,123,127,128,133,134,137,138,140,141,146,151,153,162,191,194,202,205,229,233,241],error_cod:72,error_loc:81,error_messag:81,error_no_system_resourc:33,errror:202,escal:[23,35,39,133,147,151,234],escap:[33,39,40,41,56,165,192],escape_charact:56,escaped_charact:56,escaped_queri:56,escaped_str:56,escaps:[165,166,176],especi:42,essenti:[25,30,153],establish:[231,241],estim:[33,42,43,57,142,236],estimate_s:42,estimated_s:[43,142],etc:[3,12,25,27,39,153,201,215,225,229,236,238,241],etim:150,euc:[40,151,214],euc_jp:28,eval:130,evalu:[33,40,42,90,130,132,133,179,191,192,202,214],evaluated_valu:130,evalud:130,even:[0,23,24,25,26,30,31,33,39,40,41,43,102,112,115,121,133,134,149,192,205,208,243],event:[42,156,225],event_dataset:[155,157],event_queri:[136,155,156,157,208,209,211],event_typ:[155,156],ever:40,everi:[33,239],everyon:245,evil:[156,192],exact:[11,46,90,111,133,138,212],exactli:236,exampl:[0,3,8,12,18,20,22,28,32,33,35,39,40,41,42,43,46,78,81,83,84,86,89,90,91,93,94,95,96,97,100,102,103,104,105,106,107,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,136,138,139,140,141,142,143,144,145,146,149,151,153,156,158,159,162,165,166,167,168,169,170,173,174,176,179,188,190,191,192,193,194,195,198,201,202,203,204,205,206,208,209,210,211,213,214,215,225,233,238,239,240,241,242,243,244,245,246,247,248],exce:[39,40,42,43],exceed:[32,236],excel:201,except:[26,33,37,39,41,42,46,78,89,113,119,128,130,131,133,138,144,153,168,169,176,191,197,202,212,214,215],exclam:42,exclud:[39,40,41,101,103,110,112,113,115,159],exclude_t:40,exclus:43,excut:40,exe:[12,31],exec_format_error:231,execut:[0,22,25,28,31,33,37,39,40,41,42,43,45,46,53,68,78,81,84,86,89,90,91,93,94,95,96,97,100,102,103,104,105,106,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,136,138,139,140,141,142,143,144,145,146,153,154,156,157,159,162,165,166,167,168,169,170,173,174,176,179,188,190,191,192,193,194,195,198,202,203,204,205,206,208,209,211,213,214,223,231,238,239,240,241,243,244,245,246,247,248],execute_search:113,executor:113,exist:[1,18,33,39,40,41,42,43,46,54,63,90,102,103,110,112,113,114,115,118,121,129,133,140,149,151,153,157,159,168,169,192,203,206,214,229,231,238,241,243,248],exit:[39,40,42,147,149,151,192],exit_failur:71,exit_success:71,expand:[22,39,40,43,45,122,123,127,133,138,174,201,206],expans:[22,33,37,39,43,133,174,201,237],expect:[41,198,202,204,214,238],experiment:[33,37,38,39,40,41,42,43,49,54,110,116,123,130,131,202,204,205,214],expir:[33,42,86,153],explain:[42,156,238,241],explicitli:[18,39,42,102,133,134,153,195,199,208,225,243],exploit:0,expnas:201,expornenti:192,expr:[46,56],express:[8,22,31,37,39,40,42,43,45,56,100,131,133,153,162,174,190,214,215,243],expression_rewrit:43,ext:144,extend:[41,202,243,247],extens:199,extract:[0,17,28,31,33,39,41,42,43,56,112,133,138,166,176,179,194,207,214,235],extrct:192,f10399c0:12,facebook:[12,22,39],facet:133,fact:[133,240],faction:244,factor:[41,133],fail:[33,37,39,40,41,42,43,48,49,72,89,90,94,97,102,110,112,115,121,122,123,127,133,137,138,140,141,191,241],failur:[12,33,39,41,42,43,48],fall:33,fallback:[42,43],fals:[12,34,40,41,43,89,90,93,94,96,97,100,104,105,106,107,113,115,118,119,120,121,128,129,132,140,144,146,156,159,165,168,169,174,179,191,192,214,216,238,246],famili:[33,90,144,192],familiar:239,fast:[0,42,74,81,90,103,110,112,113,133,138,144,162,165,166,167,168,169,176,191,192,197,202,203,205,212,224,225,240,241,243],faster:[28,33,37,40,41,43,90,112,214,223],fastest:46,fatal:41,fault:39,favorit:17,favorited_bi:244,fbnteqr:42,featur:[0,6,7,8,17,33,37,39,41,42,43,46,53,54,78,84,89,110,111,112,113,116,117,123,133,136,138,140,143,144,145,149,151,153,156,162,173,174,190,191,198,201,202,203,204,205,206,207,208,209,210,211,212,224,239,243],fedora:[12,18,22,23,28,35,37,39,40,41,229],feel:[41,202],fetch:[41,211,243],few:[133,224,225],fewer:[33,90],ff01:42,ff1f:42,ff76:195,ff9e:195,ffef:214,fff0:214,fffe:144,fget:42,field:[42,91],figur:197,file:[3,12,18,22,28,31,33,34,37,38,39,40,41,42,43,45,68,81,84,121,129,131,133,143,148,149,153,154,156,192,194,206,208,223,224,229,231,235,236,241],file_corrupt:231,file_exist:231,file_too_larg:231,filenam:33,filename_too_long:231,fill:[133,192],filter:[22,25,30,33,37,39,40,41,42,43,45,46,78,89,90,98,100,120,129,132,138,142,144,158,159,162,166,168,169,170,173,174,176,179,190,192,198,202,210,211,232,234,239,240,244,246,248],fin:64,find:[0,3,17,18,28,31,42,43,66,89,93,112,113,133,136,141,165,166,173,176,195,198,206,208,209,211,213,214,235,241],finish:[42,71,110,129,134,149,194],firefox:17,firewood:[39,40],first:[17,28,31,37,40,41,42,43,53,72,81,90,91,110,112,113,129,133,138,153,165,166,168,176,191,192,201,202,203,225,229,235,238,240,241,243,244,247],five:[81,159,241],fix:[91,93,119,120,138,162,209,231,236],fix_siz:119,fixed_size_column:33,fixed_size_type_vector_column:42,flag:[32,33,37,38,39,41,42,43,50,53,56,60,63,66,67,69,72,78,87,91,93,119,132,139,141,151,152,191,192,195,202,212,238,239,240,241,242,243,244,246],flanc:162,flexibl:[0,90,174,190],flow:[3,43,133,225],flower:238,fluent:13,flush:[33,42,43,102],flushviewoffil:42,focus:241,folder:[8,31],follow:[2,17,18,21,25,28,31,32,33,37,39,40,41,42,43,46,50,71,72,78,81,89,90,91,93,102,103,110,111,112,113,115,116,117,118,119,120,121,132,133,136,138,140,141,143,144,145,149,151,153,154,155,156,157,162,165,166,168,170,174,176,178,179,188,189,191,192,194,197,199,201,202,203,204,205,206,208,209,210,211,214,215,216,223,225,228,231,235,236,238,239,240,241,245,248],followe:244,fontain:37,foo:33,footnot:[162,241],forc:[33,39,43],force_prefix:[42,144,214],foreground:151,forget:[78,104,173],fork:[17,151],form:[37,40,43,133,153,190,191,192,195,228,231,241,244,245],form_1:241,form_2:241,format:[17,22,33,38,39,41,42,43,44,45,52,72,79,82,84,85,86,89,90,91,93,94,95,96,97,100,102,104,105,106,107,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,134,135,136,137,138,140,141,143,144,145,146,154,156,174,192,199,202,206,216,225,231,237,238,244,245],former:[46,156,195,201],formula:[162,236],found:[28,31,33,39,40,57,66,112,133,198,210,214],four:[81,89,151,168,194,212,241],fraction:[0,238,244],fragment:99,francisco:162,frank:159,free:[22,37,41,42,49,53,72,87,194,216,231,236],freebsd:[22,42,45],freed:[41,43,49,54,135],freq0:[156,211],freq1:[156,211],freq2:[156,211],freq:156,frequenc:[41,42,136,142,203,204,205,242],frequency_threshold:[37,136,156,208,209,211],frequent:[33,203],fresh:193,friend:[3,240],friendli:39,friendship:240,from:[0,22,23,29,33,37,38,39,40,41,42,43,44,46,53,54,56,57,68,72,89,90,97,100,101,103,110,112,115,118,120,128,129,133,135,138,140,146,151,153,162,166,167,170,176,187,190,191,192,197,198,201,202,204,205,208,209,210,211,213,214,225,229,231,235,238,241,243,244,248],from_column:89,from_offic:170,from_stat:170,fromtabl:89,fsf:39,ftb:44,ftp:[12,152],ful:144,full:[12,22,28,32,33,37,39,41,42,71,78,91,119,133,143,144,153,174,176,190,192,195,202,203,214,235,237,238,240,244,247],full_nam:[119,132],fullfil:229,fulli:[39,153],fulltext:[24,25,26,30,33,47,110,112,113,133,138,144,151,165,166,174,176,191,192,195,197,212,229,243],fullwidth:42,fumiyasu:37,funa:41,func:[53,64,68,72],functin:192,function_nam:81,function_not_impl:231,furigana:136,further:238,futur:[37,40,78,110,116,130,131,162,202,225,231],fuzzi:[43,138],fuzzy_search:[22,43,45,158],g0763d91:82,ga54c5f8:152,garbag:[37,40,41,87,119,156],gat:[239,241,248],gb87d9f8:199,gcc:[24,26,28,29,37,39,40],gdb:[6,7],gem:12,gemfil:39,gener:[3,6,21,33,40,42,49,72,112,133,142,144,155,202,214,241],genki:40,geo:[22,37,38,40,57,162,237,244,248],geo_dist:[22,37,39,40,45,158,240,248],geo_distance2:[37,162],geo_distance3:[37,162],geo_in_circl:[22,37,40,43,45,158,240,244,248],geo_in_rectangl:[22,34,35,37,40,43,45,158,248],geodet:[216,248],geograph:[162,238],geoindex:240,geoloc:[22,41,45,196,203,204,205],geometri:[37,42],geopoint:162,geosit:240,get:[0,2,12,17,18,22,25,28,30,33,37,39,41,42,43,49,53,57,72,86,95,110,111,114,121,133,142,143,144,147,151,154,169,192,193,198,199,208,209,211,237,239,243,244,245,248],getaddrinfo:39,getenv:42,getter:33,gettext:[17,18],gir:12,git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,33,37,39,40,41,42,43],githubusercont:21,gitter:[2,42,43],gituub:43,give:0,given:[39,40,43,177,235,240],glaser:43,glib:40,global:[18,22,39,40,42,45,47,49],glossari:[21,22,45],gmo:41,gnu:[3,5,8,12,18,22,23,28,29,33,37],gnupg2:12,gobject:42,going:0,golubchik:[33,42],gone:240,goo:[191,192],good:[0,17,28,110,112,113,133,142,144,168,191,192,193,213,214,243],googl:[133,191,203,204,205,210],goronga:31,goroo:223,got:[40,41],gpg:12,gpl:44,gqtp:[0,1,22,24,25,26,30,39,40,41,42,85,150,151,152,222,230,245],grace:[42,134],gram:[0,43,144,192,241],grand:244,graph:0,greas:238,greater:[136,174],greater_equ:174,gregex:40,grep:[24,25,26,30,235],grew:119,grn1:243,grn2:243,grn3:243,grn:[101,153],grn_address_is_in_us:85,grn_address_is_not_avail:85,grn_api:56,grn_arg_list_too_long:85,grn_bad_address:85,grn_bad_file_descriptor:85,grn_between_too_many_index_match_ratio:41,grn_bool:63,grn_bool_rc:53,grn_broken_pip:85,grn_builtin_typ:[63,69],grn_bulk:[43,56],grn_bulk_:33,grn_bulk_vsiz:[53,56],grn_cach:[22,42,45,47],grn_cache_clos:49,grn_cache_current_get:49,grn_cache_current_set:49,grn_cache_default_open:33,grn_cache_get_max_n_entri:49,grn_cache_open:49,grn_cache_set_max_n_entri:49,grn_cancel:[84,85],grn_cas_error:85,grn_column:[22,45,47],grn_column_cach:33,grn_column_cr:50,grn_column_get_all_index_data:42,grn_column_index:50,grn_column_index_upd:50,grn_column_nam:50,grn_column_name_id:50,grn_column_name_id_len:50,grn_column_name_kei:50,grn_column_name_key_len:50,grn_column_name_nsubrec:50,grn_column_name_nsubrecs_len:50,grn_column_name_scor:50,grn_column_name_score_len:50,grn_column_name_valu:50,grn_column_name_value_len:50,grn_column_renam:50,grn_column_t:50,grn_column_trunc:[41,50],grn_com_event_stop_accept:235,grn_command_error:85,grn_command_input_get_argu:42,grn_command_vers:[22,45,47,53],grn_command_version_default:42,grn_command_version_max:51,grn_command_version_min:51,grn_command_version_st:51,grn_cond:68,grn_conf_get:42,grn_conf_set:42,grn_config_cursor_get_kei:42,grn_config_cursor_get_valu:42,grn_config_cursor_next:42,grn_config_cursor_open:42,grn_config_delet:[42,94],grn_config_get:42,grn_config_set:42,grn_connection_refus:85,grn_content_json:52,grn_content_msgpack:52,grn_content_non:52,grn_content_tsv:52,grn_content_typ:[22,45,47,53],grn_content_xml:52,grn_ctx:[22,39,42,45,47,48,49,50,54,56,57,58,59,60,61,62,63,64,65,66,67,69,70,72,111],grn_ctx_at:[39,43,53],grn_ctx_batch_mod:41,grn_ctx_close:[37,41,53],grn_ctx_db:53,grn_ctx_fin:[39,53],grn_ctx_get:[50,53],grn_ctx_get_all_norm:42,grn_ctx_get_all_t:[42,53],grn_ctx_get_all_token:42,grn_ctx_get_all_token_filt:42,grn_ctx_get_all_typ:42,grn_ctx_get_command_vers:53,grn_ctx_get_match_escalation_threshold:62,grn_ctx_get_output_typ:53,grn_ctx_init:[37,53],grn_ctx_is_open:[42,53],grn_ctx_open:[37,53],grn_ctx_output_nul:42,grn_ctx_output_uint64:42,grn_ctx_per_db:[37,53],grn_ctx_recv:41,grn_ctx_send:[43,49,52,53],grn_ctx_set_command_vers:53,grn_ctx_set_fin:53,grn_ctx_set_match_escalation_threshold:62,grn_ctx_set_output_typ:53,grn_ctx_t:85,grn_ctx_use:53,grn_ctx_use_ql:41,grn_cursor_ascend:67,grn_cursor_by_id:67,grn_cursor_by_kei:67,grn_cursor_descend:67,grn_cursor_gt:67,grn_cursor_lt:67,grn_cursor_prefix:67,grn_cursor_rk:67,grn_dat:37,grn_dat_repair:38,grn_db:[22,38,45,47],grn_db_creat:54,grn_db_create_optarg:54,grn_db_float:42,grn_db_int:63,grn_db_kei:38,grn_db_open:54,grn_db_recov:[41,42,43,54],grn_db_register_by_nam:36,grn_db_text:56,grn_db_touch:[35,54],grn_db_unmap:[42,54],grn_default_logger_get_path:39,grn_default_logger_get_rotate_threshold_s:42,grn_default_logger_set_path:[33,39],grn_default_logger_set_rotate_threshold_s:42,grn_default_query_logger_get_path:39,grn_default_query_logger_get_rotate_threshold_s:42,grn_default_query_logger_set_path:[33,39],grn_default_query_logger_set_rotate_threshold_s:42,grn_directory_not_empti:85,grn_domain_error:85,grn_dump_column_create_flag:42,grn_dump_table_create_flag:42,grn_ecmascript:46,grn_enc_utf8:[55,67],grn_encod:[22,45,47,72],grn_encoding_pars:55,grn_encoding_to_str:55,grn_end_of_data:85,grn_exec_format_error:85,grn_expr:[22,39,41,45,47,98,100,103,162,202],grn_expr_add_var:56,grn_expr_alloc:56,grn_expr_append_const:[11,33,56],grn_expr_append_const_int:56,grn_expr_append_const_str:56,grn_expr_append_obj:[11,56],grn_expr_append_op:[11,33,56],grn_expr_clos:56,grn_expr_compil:56,grn_expr_creat:56,grn_expr_create_for_queri:11,grn_expr_estimate_s:42,grn_expr_exec:[42,53,56],grn_expr_get_keyword:56,grn_expr_get_var_by_offset:56,grn_expr_pars:[33,56],grn_expr_query_no_syntax_error:33,grn_expr_syntax_escap:56,grn_expr_syntax_escape_queri:56,grn_expr_syntax_expand_queri:43,grn_expr_syntax_expand_query_by_t:33,grn_expr_take_obj:43,grn_expr_var:[64,72],grn_fals:[33,53,63],grn_file_corrupt:85,grn_file_exist:85,grn_file_read:42,grn_file_too_larg:85,grn_fileinfo_open:33,grn_filename_too_long:85,grn_fin:[42,71],grn_float_valu:42,grn_function_not_impl:85,grn_geo:[22,45,47],grn_geo_cursor_next:57,grn_geo_cursor_open_in_rectangl:57,grn_geo_estimate_in_rectangl:[37,57],grn_geo_point:57,grn_geo_select_in_circl:37,grn_geo_select_in_rectangl:[37,57],grn_geo_table_sort:42,grn_get_default_cache_base_path:33,grn_get_default_command_vers:51,grn_get_default_encod:55,grn_get_default_match_escalation_threshold:62,grn_get_global_error_messag:42,grn_get_lock_timeout:48,grn_get_package_label:42,grn_hash_siz:42,grn_hash_tini:42,grn_hook:[22,45,47],grn_hook_entri:58,grn_hook_get:58,grn_hook_select:58,grn_hook_set:58,grn_id:[50,53,56,59,60,61,63,66,67,72],grn_id_nil:[53,56,66,67],grn_ii:[22,45,47],grn_ii_buff:59,grn_ii_buffer_append:59,grn_ii_buffer_clos:59,grn_ii_buffer_commit:59,grn_ii_buffer_open:59,grn_ii_cursor:42,grn_ii_cursor_clos:42,grn_ii_cursor_next:42,grn_ii_cursor_next_po:33,grn_ii_cursor_open:42,grn_ii_cursor_set_min:42,grn_ii_cursor_set_min_en:[42,43],grn_ii_estimate_size_for_lexicon_cursor:42,grn_ii_estimate_size_for_queri:42,grn_ii_max_n_chunks_tini:43,grn_ii_max_n_segments_tini:43,grn_ii_overlap_token_skip_en:[33,43],grn_ii_posting_add:43,grn_ii_reduce_expire_threshold:33,grn_ii_sel:90,grn_illegal_byte_sequ:85,grn_improper_link:85,grn_in_values_too_many_index_match_ratio:41,grn_inappropriate_i_o_control_oper:85,grn_incompatible_file_format:85,grn_index_chunk_split_en:43,grn_index_cursor:[22,45,47],grn_index_cursor_next:[40,60],grn_index_cursor_open:60,grn_info:[22,45,47],grn_info_typ:61,grn_init:[39,42,68,71,194],grn_input_output_error:85,grn_int32_value_float_valu:42,grn_interrupted_function_cal:[85,129],grn_invalid_argu:[63,66,67,85],grn_invalid_format:85,grn_invalid_seek:85,grn_io_expir:33,grn_io_flush:33,grn_io_open:121,grn_io_use_spars:42,grn_io_vers:41,grn_is_a_directori:85,grn_itoh:37,grn_ja_skip_same_value_put:40,grn_log_level:72,grn_log_level_pars:42,grn_log_level_to_str:42,grn_log_path:39,grn_logger:39,grn_logger_info:39,grn_logger_reopen:39,grn_logical_range_filter_en:42,grn_logical_range_filter_threshold:42,grn_lzo_error:85,grn_match_escal:[22,45,47],grn_mecab_chunk_size_threshold:42,grn_mecab_chunked_tokenize_en:42,grn_mutex:68,grn_network_is_down:85,grn_ngram_tokenizer_remove_blank_dis:[33,43],grn_ngram_tokenizer_remove_blank_en:33,grn_no_buff:85,grn_no_child_process:85,grn_no_locks_avail:85,grn_no_memory_avail:85,grn_no_space_left_on_devic:85,grn_no_such_devic:85,grn_no_such_device_or_address:85,grn_no_such_file_or_directori:85,grn_no_such_process:85,grn_normalizer_error:85,grn_not_a_directori:85,grn_not_enough_spac:85,grn_not_socket:85,grn_obj:[22,39,41,42,45,47,50,53,54,56,57,58,59,60,61,64,65,66,67,69,70,72],grn_obj_add_hook:58,grn_obj_append:63,grn_obj_cast:42,grn_obj_cast_by_id:63,grn_obj_check:63,grn_obj_clear_lock:[37,63],grn_obj_clos:[11,41,42,53,60,63],grn_obj_column:63,grn_obj_column_index:[50,60],grn_obj_column_scalar:50,grn_obj_column_vector:50,grn_obj_compar:63,grn_obj_compress_lzo:50,grn_obj_compress_zlib:[43,50],grn_obj_db:54,grn_obj_decr:63,grn_obj_defrag:63,grn_obj_delete_by_id:[37,63],grn_obj_delete_hook:58,grn_obj_expir:63,grn_obj_fin:[53,56],grn_obj_flag:[50,56,66,69,72],grn_obj_flush:42,grn_obj_flush_recurs:42,grn_obj_get:63,grn_obj_get_disk_usag:33,grn_obj_get_element_info:61,grn_obj_get_hook:58,grn_obj_get_info:61,grn_obj_get_nhook:58,grn_obj_get_rang:63,grn_obj_get_valu:[37,63],grn_obj_id:63,grn_obj_incr:63,grn_obj_init:63,grn_obj_is_accessor:42,grn_obj_is_builtin:[37,63],grn_obj_is_corrupt:33,grn_obj_is_data_column:33,grn_obj_is_expr:33,grn_obj_is_function_proc:42,grn_obj_is_key_accessor:42,grn_obj_is_lock:63,grn_obj_is_normalizer_proc:42,grn_obj_is_proc_proc:42,grn_obj_is_scalar_column:33,grn_obj_is_scorer_proc:42,grn_obj_is_selector_proc:42,grn_obj_is_t:42,grn_obj_is_text_family_typ:43,grn_obj_is_token_filter_proc:42,grn_obj_is_tokenizer_proc:42,grn_obj_is_tru:42,grn_obj_is_typ:42,grn_obj_key_float:69,grn_obj_key_int:69,grn_obj_key_norm:66,grn_obj_key_uint:69,grn_obj_key_var_s:69,grn_obj_key_with_si:66,grn_obj_lock:63,grn_obj_nam:63,grn_obj_own:42,grn_obj_path:[40,63],grn_obj_path_by_id:[38,63],grn_obj_persist:[50,66],grn_obj_prepend:63,grn_obj_reindex:42,grn_obj_reinit:63,grn_obj_remov:[37,42,63],grn_obj_remove_depend:43,grn_obj_renam:63,grn_obj_search:[43,65],grn_obj_set:63,grn_obj_set_element_info:61,grn_obj_set_fin:64,grn_obj_set_info:61,grn_obj_set_mask:63,grn_obj_set_valu:[63,67],grn_obj_table_dat_kei:37,grn_obj_table_hash_kei:[66,67],grn_obj_table_no_kei:[66,67],grn_obj_table_pat_kei:[66,67],grn_obj_type_to_str:43,grn_obj_unlink:[53,63],grn_obj_unlock:63,grn_obj_user_data:70,grn_obj_vector:[53,56,63],grn_obj_with_posit:50,grn_obj_with_sect:50,grn_obj_with_weight:50,grn_object_corrupt:85,grn_op_adjust:[11,43,65],grn_op_and:[11,65],grn_op_and_not:65,grn_op_but:11,grn_op_cal:11,grn_op_fuzzi:43,grn_op_get_valu:33,grn_op_or:[11,65],grn_op_push:11,grn_op_term_extract:42,grn_oper:[50,56,57,65,66],grn_operation_not_permit:85,grn_operation_not_support:85,grn_operation_timeout:85,grn_operation_would_block:85,grn_operator_to_exec_func:33,grn_order_by_estimated_size_en:33,grn_parse_query_flag:42,grn_pat_at:35,grn_pat_cursor_next:42,grn_pat_del:42,grn_pat_fuzzy_search:43,grn_permission_deni:85,grn_persistent_cache_open:33,grn_plugin_calloc:43,grn_plugin_charlen:72,grn_plugin_command_cr:[41,72],grn_plugin_error:[72,85],grn_plugin_expr_var_init:[41,72],grn_plugin_fin:72,grn_plugin_fre:72,grn_plugin_get_nam:42,grn_plugin_get_ruby_suffix:42,grn_plugin_get_suffix:37,grn_plugin_get_system_plugins_dir:37,grn_plugin_init:72,grn_plugin_isspac:72,grn_plugin_log:72,grn_plugin_malloc:72,grn_plugin_mutex:72,grn_plugin_mutex_clos:72,grn_plugin_mutex_lock:72,grn_plugin_mutex_open:72,grn_plugin_mutex_unlock:72,grn_plugin_proc_alloc:72,grn_plugin_proc_get_cal:33,grn_plugin_proc_get_var:[41,72],grn_plugin_proc_get_var_bool:43,grn_plugin_proc_get_var_by_offset:[41,72],grn_plugin_proc_get_var_int32:43,grn_plugin_proc_get_var_str:43,grn_plugin_realloc:72,grn_plugin_regist:[36,72],grn_plugin_win32_base_dir:[42,72],grn_plugin_windows_base_dir:[42,72],grn_plugins_dir:42,grn_post:[57,60],grn_proc:[22,45,47],grn_proc_creat:64,grn_proc_func:[53,64,72],grn_proc_funct:72,grn_proc_get_info:64,grn_proc_get_typ:41,grn_proc_is_st:33,grn_proc_set_is_st:33,grn_proc_set_selector:41,grn_proc_typ:64,grn_ptr:42,grn_ptr_init:[53,56],grn_ptr_value_at:[53,56],grn_pvector:[42,53,56],grn_qlog_path:39,grn_queri:39,grn_query_expander_tsv_synonyms_fil:201,grn_range_error:85,grn_rc:[48,49,50,51,53,54,55,56,57,58,59,61,62,63,64,65,66,67,71,72],grn_read_only_file_system:85,grn_request_canceler_cancel_al:43,grn_resource_busi:85,grn_resource_deadlock_avoid:[63,85],grn_resource_temporarily_unavail:[33,85],grn_result_too_larg:85,grn_retry_max:85,grn_scan_info_regexp_dot_asterisk_en:33,grn_scorer_error:85,grn_search:[22,45,47],grn_search_optarg:[42,65],grn_select:133,grn_selector_func:41,grn_set_default_cache_base_path:33,grn_set_default_command_vers:51,grn_set_default_encod:55,grn_set_default_match_escalation_threshold:62,grn_set_lock_timeout:48,grn_snip:[39,41],grn_snip_clos:41,grn_sock:235,grn_socket_is_already_connect:85,grn_socket_is_already_shutdown:85,grn_socket_is_not_connect:85,grn_socket_not_initi:85,grn_stack_over_flow:85,grn_success:[48,49,50,53,54,56,63,71,72,85,194],grn_syntax_error:85,grn_t:42,grn_tabl:[22,45,47],grn_table_add:66,grn_table_apply_expr:33,grn_table_at:[35,38,63,66],grn_table_column:66,grn_table_cr:66,grn_table_cursor:[22,45,47,60],grn_table_cursor_clos:67,grn_table_cursor_delet:67,grn_table_cursor_get_kei:67,grn_table_cursor_get_valu:67,grn_table_cursor_next:[35,67],grn_table_cursor_open:[35,67],grn_table_cursor_set_valu:67,grn_table_cursor_t:67,grn_table_dat_kei:66,grn_table_delet:[42,66],grn_table_delete_by_id:[42,66],grn_table_differ:66,grn_table_find_reference_object:33,grn_table_fuzzy_search:43,grn_table_fuzzy_search_with_transposit:43,grn_table_get:[38,66],grn_table_get_kei:66,grn_table_group:[42,66],grn_table_group_flag:[42,66],grn_table_group_result:66,grn_table_hash_kei:[57,66],grn_table_lcp_search:66,grn_table_pat_kei:66,grn_table_renam:66,grn_table_s:[11,66],grn_table_select:[3,56],grn_table_select_and_min_skip_en:33,grn_table_select_enough_filtered_ratio:43,grn_table_select_sequenti:43,grn_table_setoper:[33,43,66],grn_table_sort:66,grn_table_sort_asc:66,grn_table_sort_desc:66,grn_table_sort_flag:66,grn_table_sort_kei:66,grn_table_trunc:[37,66],grn_table_upd:66,grn_table_update_by_id:66,grn_text_len:56,grn_text_printf:41,grn_text_valu:56,grn_text_vprintf:41,grn_thread_:[22,45,47],grn_thread_get_limit:[42,68],grn_thread_get_limit_func:68,grn_thread_set_get_limit_func:[68,143],grn_thread_set_limit:68,grn_thread_set_limit_func:68,grn_thread_set_set_limit_func:[68,143],grn_token_filter_error:85,grn_tokenize_onli:43,grn_tokenizer_error:85,grn_tokenizer_query_open:39,grn_too_large_offset:85,grn_too_many_link:85,grn_too_many_open_fil:85,grn_too_many_open_files_in_system:85,grn_too_many_symbolic_link:85,grn_too_small_limit:85,grn_too_small_offset:85,grn_true:[53,63],grn_type:[22,45,47],grn_type_cr:69,grn_unknown_error:85,grn_unsupported_command_vers:85,grn_update_not_allow:85,grn_user_data:[22,45,47,64,72],grn_vector_pop_el:42,grn_void:43,grn_window_function_error:85,grn_window_get_s:33,grn_zlib_error:85,grn_zstd_error:85,grndb:[22,33,41,42,43,45,121,148],grnline:241,grnslap:[22,45,148],grntest:[12,13,35,37,39,43],grnwrap:241,gro:[156,176],gronga:[201,210],gronnga:210,groo:[133,156],groogna:[31,33,38,39,133,156,191],groogna_default_command_vers:225,groonga1:80,groonga:[1,2,13,16,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,45,46,47,48,49,52,63,68,71,72,74,78,79,80,81,82,84,89,90,91,93,97,101,102,103,107,110,112,113,115,116,120,121,122,123,127,129,132,133,134,135,136,138,141,143,144,147,148,149,162,165,166,167,168,169,174,176,179,188,190,191,192,193,194,195,196,197,198,199,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,222,223,224,225,228,231,235,236,238,239,240,241,242,243,244,245,246,247,248],groonga_cache_base_path:33,groonga_cache_limit:40,groonga_cli:192,groonga_clone_dir:12,groonga_databas:225,groonga_database_auto_cr:[39,40],groonga_dir:12,groonga_dist:39,groonga_get_thread_limit:68,groonga_log_level:40,groonga_log_path:40,groonga_n_record:40,groonga_org_path:12,groonga_path:152,groonga_query_log_path:[40,41],groonga_set_thread_limit:68,groonga_vers:37,groongau0000ful:214,grooon:156,grooonga:33,group:[0,33,39,40,41,42,43,110,112,113,133,179,212,238,239,244],group_kei:33,grroonga:210,gtar:29,gted:17,gtihub:37,guard:[42,205],guess:28,gui:132,gurun:190,gurunavi:[33,42,43],gzcat:43,gzip:[28,39,224],gzip_typ:225,had:[17,42,43,203],hai:11,half:195,halfwidth:195,hana:240,hanako:100,hand:[0,18,42,43,133,153,156,174,179,238,243],handl:[33,40,41,42,43,53,85,90,153,212,214,215,236,238],hang:40,hanleabl:90,happen:33,hard:215,has:[0,12,19,32,33,39,40,41,42,43,44,46,48,53,57,66,72,74,78,81,90,91,93,100,110,112,113,115,116,117,119,120,121,129,132,133,136,138,140,141,143,144,145,149,151,153,154,155,156,159,162,165,166,168,173,176,179,190,191,192,193,194,195,196,197,199,201,202,203,204,205,206,207,209,210,213,214,215,224,225,231,238,239,240,241,243],hash:[33,37,39,40,42,43,90,101,120,132,138,192,212],hash_index:244,hash_kei:[119,120,212],hash_tag:244,hat:28,hatak:[41,42],have:[0,6,7,16,17,21,28,33,41,42,52,54,74,81,85,89,90,91,103,110,112,113,115,119,120,133,134,136,138,140,149,153,156,173,191,192,193,195,197,201,206,209,211,213,214,215,216,224,225,229,238,241,245],haystack:11,hdd:152,head:[41,133,150,153,231],header:[29,39,40,41,42,84,85,86,89,90,91,93,97,100,102,105,107,110,111,112,114,115,116,117,118,119,121,122,123,127,128,129,130,131,133,134,135,137,138,140,141,143,144,145,146,225],heavi:[33,102,133,223],held:42,hello:[42,110,112,113,133,142,192,193,213,214,243],help:[16,17,23,33,40,133,149,151,198,202,203,210,214],hemispher:39,hendro:40,here:[6,7,8,17,18,21,28,30,31,33,46,49,52,53,54,56,68,71,72,74,78,82,83,84,85,86,89,90,91,93,94,95,96,100,101,102,103,104,105,106,110,111,112,113,114,115,116,117,119,120,122,123,127,128,129,130,131,132,133,134,135,136,138,140,141,142,144,145,146,149,151,153,155,156,157,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,194,195,197,201,202,203,204,205,208,209,211,212,213,214,215,225,231,239,243,248],hereaft:0,hex:[192,240],hidden:0,hide:40,hideki:[40,41,42],high:[0,78,133,190,204],high_scor:89,higher:[90,133,136],highight_ful:165,highli:[203,204,205],highlight:[43,165,166],highlight_ful:[22,33,41,43,45,158,166],highlight_html:[22,33,41,42,43,45,158,165],hino:40,hint:235,hiragana:[173,191,192,198,208,214],hiro:42,hiroaki:[42,43],hiroshi:[37,41,42,43],hirotaka:42,hiroyuki:[42,43],histori:[33,37],hit:[40,90,133,190,246],hmm:244,hobbi:194,hoge:[151,160],hold:[238,242],home:[12,28,110,113,115,214],homebrew:[12,22,23,41,43],homepag:152,hook:[21,115],horikoshi:37,horimoto:[110,113,115],host1:202,host2:202,host:[6,7,8,21,37,151,152,156,202,206,231,245],host_name_or_ip_address:[231,245],hostnam:[39,151,152,153,154,231],hottolink:44,hour:[48,192,194,244],how:[4,18,21,22,23,24,25,26,27,28,29,30,31,33,39,41,42,43,45,72,90,103,110,111,113,115,132,133,140,156,162,168,174,192,197,203,204,205,207,215,222,228,233,238,239,240,241,243,244],how_to_use_range_index:111,howev:0,howto:[33,43],html:[3,12,35,37,39,41,43,153,154,165,166,176,225],html_untag:[22,40,45,158],htpasswd:[153,225],http:[0,1,12,13,17,21,22,24,25,26,27,28,29,30,31,33,39,40,41,42,43,45,78,101,129,148,150,151,152,153,156,167,168,169,202,211,214,222,223,235,237,238,239,240,241,243,248],httpd:[12,22,24,25,26,30,33,37,38,39,40,41,42,43,45,49,129,143,148,155,194,210,222,224,225],httprewritemodul:153,hubeni:162,human:[91,138],hypertext:[22,237],hyphen:[90,138,241],i18n:[3,15,18,22,43],i386:[12,37],i686:152,ichii:37,id_column:50,idea:133,identifi:[33,46,89,100,216],ideograph:42,idf:[41,203,204,205],ieee:216,ifexist:103,iff:241,ignor:[33,37,39,40,41,42,43,54,100,102,116,129,133,144,191,201,212,214],ii_buff:59,ill:232,illegal_byte_sequ:231,illustr:239,imagin:[133,239],immedi:[0,42,43,129,134,153,156],immut:119,implement:[17,37,39,41,42,43,44,84,89,90,110,113,130,131,133,153,154,162,173,192,205,206,212,223,224],implemnt:224,implicitli:243,improper_link:231,improv:[102,153,169,190,229],in_record:[22,33,45,158],in_valu:[22,33,41,42,43,45,158],inaccur:39,inada:40,inappropriate_i_o_control_oper:231,inc:[33,41,42,43],includ:[6,16,40,41,42,43,81,89,91,93,110,112,113,115,116,119,121,122,123,127,130,131,133,141,142,144,156,159,176,192,201,204,205,214,225,241],inclus:159,incompat:[33,39,40,41,42,43],incompatible_file_format:231,incomplet:43,incorrect:41,increas:[0,6,7,33,42,68,78,117,130,133,135,144,145,156,162,202,205,214,215],increment:[33,83,149],incres:41,independ:[0,111,153],index:[12,17,22,33,37,38,39,40,41,42,43,44,45,54,57,59,60,74,78,91,101,102,110,111,112,113,115,119,128,133,140,142,149,151,168,173,176,191,192,197,212,214,215,237,244],index_1:132,index_2:132,index_blog:243,index_column:[41,42,43,102,133],index_column_df_ratio:33,index_column_df_ratio_between:33,index_column_nam:132,index_column_name_with_table_nam:132,index_column_source_record:33,index_column_value_statistics_n_array_seg:119,index_column_value_statistics_n_buffer_seg:119,index_friend:240,index_medium:[90,119],index_messag:243,index_n:132,index_point:240,index_smal:[90,119],index_tag:240,index_titl:243,indexblog1:243,indexblog2:243,indexbuf:50,indic:[40,144,162,194,241,246],infin:33,infinit:[37,39,41,42,138],influenc:[151,153],info:[33,42,43,90,107,108,149,151,153,202,205],inform:[0,2,17,22,33,38,39,40,42,43,49,53,91,112,119,120,122,127,130,131,132,133,149,151,194,195,237,240,244],inherit:40,inhibit:38,init:[25,28,39,40,41,64],initi:[33,37,39,41,42,43,53,71,72,110,112,113,133],innodb:0,input:[33,37,40,43,52,81,103,133,192,198,208,209,210,211,231,241],input_file_nam:81,input_output_error:231,input_typ:103,insensit:[133,173,202],insert:[39,176,241],inspect:[33,40,41,42,43,119,132],inst:40,instal:[0,3,12,14,21,22,24,25,26,27,29,30,33,37,39,40,41,42,43,72,154,229],instant:22,instantli:[0,176],instead:[21,23,26,28,31,33,37,39,40,41,42,43,53,72,88,90,113,119,127,133,135,138,149,151,153,162,165,166,174,176,190,191,192,195,197,202,212,218,229,231,247],instroduc:40,instruct:[33,43,156],insuffici:[43,238],int16:[35,40,119,120,132],int32:[39,40,41,42,78,89,93,113,119,120,132,133,136,138,141,146,156,159,162,170,174,191,192,203,204,205,208,209,211,234,239,240,241,243,244,248],int64:[40,41,113,119,120,132,133],int8:[35,40,41,119,120,132,238],integ:[42,43,78,85,119,120,133,143,151,216,231,238,241],integr:[21,39,40,238],intel:152,intend:[39,41,179,191,243],intens:153,interact:[231,241],interest:[3,42,202,241],interfac:[39,156,199,241],intern:[38,40,41,42,43,49,52,53,119,120,176,238],internet:[0,190],interpret:[12,38,191],interrupted_function_cal:231,interv:[43,192],introduc:[3,33,41,42,43],introduct:[3,15,17,22,41,45,101,136,207,231,241,245],introspect:39,intuit:246,inv_res_column:152,inv_thread_column:152,invalid:[33,37,39,40,41,42,43,55,72,90,102,133,138],invalid_argu:231,invalid_format:231,invalid_seek:231,invers:[41,203,205],invert:[22,37,39,41,42,43,90,176,192,240,241],investig:[33,40,43,235,236,239],io_flush:[22,33,42,43,45,79],ipa:26,ipad:[26,27,214],iptabl:[225,245],is_a_directori:231,is_anim:238,is_popular:[110,112,113,133],is_removable_t:140,is_stop_word:[41,42,142,213],isn:[6,7,8,28,33,39,40,41,42,43,46,53,54,68,81,84,86,90,91,102,103,110,111,112,113,115,119,130,131,132,133,136,138,140,151,153,176,191,201,206,208,209,210,214,231],iso:192,isob:40,isssu:40,issu:[3,22,40,41,42,43,229,236,237],itagaki:35,item:[33,42,46,94,95,96,133,136,138,147,156,173,208,209,211,212,225,229],item_:136,item_dataset:[155,211],item_queri:[136,155,156,208,209,211],item_query_kana:156,item_query_kei:156,items_index:173,iter:[42,192],its:[3,20,33,39,42,56,68,72,78,90,91,102,103,110,113,115,132,133,140,141,149,168,192,194,204,208,228,231,235,238,241,244,245],itself:[33,40,41,78,144,191,201,202],ivh:26,iwai:[38,39,40,43],iwamatsu:43,jacob16bit:42,jame:246,jan:244,januari:192,japan:[100,208,239,245,248],japanes:[0,2,17,19,39,41,191,192,198,208,214],jason:246,javascript:[12,22,37,153,154,237,245],jeff:246,jekyl:12,jemalloc:41,jennif:246,jersei:244,jessi:[12,22,23,40,41,42],jinja2:12,jira:43,jiro:240,job:152,john:[100,246],join:2,joseph:246,jqueri:41,json:[33,35,37,39,41,42,43,52,78,82,136,153,154,199,225,231,241],jsonp:[42,156],juli:[33,42],juman:26,jumand:26,jun:[41,42],just:[6,7,17,21,23,24,25,26,28,29,30,31,33,37,39,40,41,42,49,54,63,71,81,82,86,90,93,100,110,115,116,118,119,122,127,129,130,131,133,138,140,141,144,149,151,155,156,174,191,192,193,194,201,203,206,208,214,224,225,244],kagami:42,kakesa:42,kana:[136,155,156,198,208,209,211],kanako:40,kanji:[198,214],kashihara:41,katagiri:40,katakana:[136,173,195,198,208,214],kawada:41,kawaji:39,kazuhiko:[39,41,43],kazuhiro:40,keep:[32,33,37,43,49,53,78,84,149,153,193,204,205,214],kei:[0,12,22,32,33,38,39,40,41,42,43,46,63,66,67,78,89,90,100,103,110,112,115,119,129,132,135,136,138,140,147,149,156,174,191,192,195,198,212,214,237,238,239,240,241,247],ken:240,kenichi:[35,37],kentaro:40,kept:[113,133],kernel:[39,215],key1:[33,89],key2:33,key_1:132,key_2:132,key_column:50,key_float:120,key_geo_point:120,key_index:140,key_int:120,key_larg:[32,43,138,212],key_length:231,key_n:132,key_nam:[113,133],key_norm:[39,42,138,195],key_siz:66,key_typ:[66,90,132,151,152,238,239,240,241,243,244,246],key_uint:120,key_var_s:120,key_with_si:[138,191,192,246],keyboard:133,keybuf:66,keyr:[25,39],keys_zon:153,keyword1:[39,165],keyword2:[39,165],keyword:[33,39,40,43,56,111,133,138,165,166,174,176,191,203,204,205,210,240,241,243],keyword_cont:56,keyword_s:56,kfc:197,kill:134,kind:[0,216,239,241,247,248],kinjir:240,kisk:39,kitaiti:43,kiyokawa:43,klose:42,know:[42,90,102,133,149,214,239,240,244],knowledg:0,known:[0,40,176,192,203,241,245],koi8r:[28,39,151],koji:39,konishi:40,korea:239,kosuk:40,kouhei:40,kuriyama:[41,42],kwic:176,kytea:[28,39,40,144],label1:[41,113,133],label2:[113,133],label:[33,40,41,42,43,89,173],label_1:133,label_2:133,label_n:133,labeledargu:33,lack:235,lager:40,lake:197,langasek:43,languag:[0,1,3,20,21,33,40,41,43,214],larg:[0,33,39,42,43,149,191,192,206,212,214,215,225,238],larger:[33,41,42,78,84,97,113,119,120,133,138,151,157,176,211,212,215,231],larget:129,largetext:212,last:[33,39,42,53,144,156,214,235],last_modifi:244,lat:152,late:133,latenc:152,later:[33,37,39,40,41,42,43,89,133,151,165,166,167,179,195,202,206,241],latest:[2,6,7,8,41,42,43,133],latin1:[28,39],latin:151,latinov:43,latitud:[22,192,237,244,248],latitude_in_degre:192,latitude_in_degreexlongitude_in_degre:192,latitude_in_msec:192,latitude_in_msecxlongitude_in_msec:192,latter:[46,156,195,201],launch:157,launchpad:[12,30,41],layer:42,layout:12,lc_messag:17,lcov:14,lead:[133,176,241],leak:[33,35,37,39,40,41,42,43,135],leakag:247,leaner:157,lear:211,learn:[40,110,112,113,133,136,162,207,239,243],learner:[22,41,43,45,148,155,210],least:[39,42,86,90,168,179,191,215,236],left:[43,57],left_hand_side_el:43,leftmost:192,lemon:46,length:[39,43,72,238],less:[33,41,42,43,84,133,138,151,168,174,176,190,193,202,204,205,215,216,229,248],less_equ:174,let:[22,78,110,112,113,133,140,162,193,214,235,237,238,240,241,243,247,248],letter:195,level:[33,39,40,41,42,43,72,90,107,108,151,153,157,194,231,239],lexcon:241,lexicon2:243,lexicon:[22,42,43,90,101,128,140,142,174,179,193,195,202,212,213,237,243],lexicon_t:152,lgpl:44,lib:[27,35,40,122,123,127,149,153,229,235],libedit:[26,28,37,39,42],libev:[25,28,30,38],libgcc_s_sjlj:41,libgroonga:[20,33,241],liblz4:25,liblzo2:30,libmecab:[12,25,30],libmemcach:14,libmsgpack:[25,30],librari:[1,20,22,23,33,39,40,41,42,43,47,52,71,143,151,190,191,203,223,229,235,241],libstemm:41,libtool:[6,42],libwinpthread:41,libzmq3:25,libzmq:30,libzstd:25,lic:168,licens:[12,39,41,44],life:42,lifecycl:21,light:[93,118,120,141,223],like:[2,22,28,41,42,50,78,91,93,110,112,113,118,119,121,133,136,141,151,153,156,162,173,174,179,190,191,192,197,202,204,205,208,214,223,225,237,239,244],limit:[22,33,34,37,39,40,41,42,43,45,57,66,67,98,129,136,151,153,162,179,190,191,192,194,203,204,206,211,215,237,240,241,243,245],line:[6,7,8,14,17,18,21,28,31,33,37,39,41,42,53,81,132,153,162,191,197,201,202,206,223,224,225,235,241],line_cont:81,line_numb:81,link:[33,39,41,42,133,191,192,238,239,245],linux:[3,5,8,12,18,22,23,33,37,39,45,152],lion:39,lisp:33,list:[3,12,13,17,18,22,25,33,39,41,42,43,56,91,102,111,114,117,119,120,133,138,145,151,153,155,157,191,192,195,197,213,214,235,238,240,241,244],listen:[33,39,153,225,231,235,245],liter:[37,39,40,43,165,166,176,191,202,214],littl:[133,151,153],live:[138,244],lldb:[6,7],llt:144,load:[22,33,35,37,38,39,40,41,42,43,45,46,79,88,89,90,93,97,100,101,102,110,112,113,115,118,119,122,127,131,133,136,138,141,142,146,149,151,152,156,157,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,198,201,202,203,204,205,206,208,209,211,213,216,225,234,237,238,239,240,243,246,247,248],loaded_id:43,loaded_valu:131,local:[0,6,7,12,17,18,27,28,151,153,192],localhost:[12,129,150,151,152,153,156,199,225,231],localstatedir:23,locat:[21,22,39,40,41,43,81,153,197,225,237,238,239,244,245],location_in_groonga:81,location_in_input:81,location_str:244,lock:[22,33,37,39,40,42,43,48,54,72,104,105,106,176],lock_acquir:[22,42,45,79,106],lock_clear:[22,33,41,42,45,79,88,104,106],lock_releas:[22,42,45,79,104],log1:89,log:[12,22,23,33,37,39,40,41,42,43,45,53,72,89,90,107,110,112,114,115,118,121,128,133,138,151,152,153,156,202,204,205,206,208,209,211,212,224,229,236],log_20160320:115,log_level:[22,33,42,45,79,90,108,109,149,151,194],log_put:[22,42,45,79,107,109,151],log_reopen:[22,43,45,79,107,108],log_repoen:39,logal:21,logger:[39,42],logic:[39,42,43,110,112,113,114,133,168,206,214],logical_:[111,206],logical_count:[22,33,42,45,79,135,206],logical_paramet:[22,42,45,79,206],logical_range_filt:[22,33,42,45,79,110,111,135,206],logical_select:[22,33,42,43,45,79,110,112,115,135,206,217],logical_shard_list:[22,42,45,79,115,206],logical_table_nam:[110,112,113,206],logical_table_remov:[22,33,42,43,45,79,102,206],logicalcountcommand:110,logicalselectcommand:113,logicaltableremovecommand:115,login:215,logo:39,logrot:[39,41,42],logs_20150203:[110,112,115],logs_20150801:114,logs_20150802:114,logs_20150814:206,logs_20150815:206,logs_20150930:114,logs_20160318:115,logs_20160319:115,logs_20160320:115,logs_20160320_:115,logs_20160320_timestamp:115,logs_message_index:202,logs_timestamp:128,logyyyymmddhhmmss:156,london:162,longer:[44,53,104,119],longest:[37,66,192],longitud:[22,192,237,244,248],longitude_in_degre:192,longitude_in_msec:192,longitudexlatitud:40,longtext:[46,57,90,119,120,132],look:85,loop:[39,41,42,43],loose_items_index:173,looseitem:173,lost:[33,43],lot:40,love:243,lower:[90,133,138,144,202,241],lowest:133,lru:86,lte:144,lucid:[35,40],lunch:0,lz4:[23,33,41,43,90,119,132],lzo:[37,39,40,41],lzo_error:231,m64:29,mac:[22,23,35,39,41,43],machin:[41,151],macport:[22,23,37],macro:[33,37,40,41,42,235],made:[37,39,42,241],madrid:162,magnitud:113,mai:[0,20,28,32,33,37,39,40,41,42,43,49,50,54,68,81,90,91,93,102,104,105,106,110,112,116,118,129,130,131,132,135,136,138,140,141,149,153,156,168,191,192,201,202,203,204,205,212,214,215,225,240,243],mail:[3,17,22,42],mail_column:152,mailarch:12,main:[12,25,68,113],mainli:[41,244],mainlin:[41,42],mainstream:0,maintain:214,mainten:214,major:23,make:[0,14,17,18,19,23,24,25,26,27,29,30,33,41,43,72,150,151,152,153,176,193,241,245,246],makecach:39,makefil:[7,8],makoto:43,malfunct:42,malloc:41,man:43,manag:[0,18,21,28,46,53,54,83,97,119,129,147,149,151,153,176,201,212,225,245],mani:[0,3,17,28,32,33,37,40,41,42,43,68,78,90,102,110,112,113,115,120,133,138,140,142,144,153,155,176,191,192,202,203,204,205,210,212,215,223,224,225,229,235,238,239,241],manipul:190,manner:[133,241],manual:[22,41,193],map:[33,37,42,46,89,97,133,194,208,215,236],map_hugetlb:37,mariadb:[40,41,43],mark:[33,38,41,42,43,90,138,195,213,214,229,244],marku:39,markup:[16,42],masafumi:[40,41,43],masaharu:[38,39,40,43],masahiro:[35,40,41],masanori:43,masatoshi:42,massachusett:244,master:[17,21,153],match:[23,33,35,37,39,40,41,42,43,46,56,57,78,100,103,110,112,113,133,138,147,151,153,159,165,166,168,169,173,174,176,179,190,193,202,203,204,205,213,234,241,243,244],match_column:[22,33,40,41,42,43,78,90,98,165,166,176,191,193,194,203,204,205,213,232,234,237,241,244,247],match_escalation_threshold:[28,35,53,147],math:170,math_ab:[22,33,45,158],matsuu:35,matthia:42,matur:[1,229],maverick:37,max:[33,37,39,40,41,42,43,46,49,67,68,87,94,95,96,97,111,119,133,135,140,147,150,151,152,156,175,176,192,204,212,225],max_array_segment_id:119,max_buffer_segment_id:119,max_command_vers:[82,135,153,199,231,241,245],max_concurr:150,max_dist:43,max_in_use_chunk_id:119,max_in_use_physical_segment_id:119,max_interv:192,max_length:168,max_map_count:236,max_nfthread:68,max_section_id:119,max_siz:67,max_total_s:119,max_tp:150,max_valu:215,maximium:133,maximum:[32,42,83,90,110,113,115,119,120,133,138,159,192,203,204,212,231,236,238,241],mcdonald:197,mdev:[42,43],mean:[28,33,39,40,41,42,43,46,48,52,56,57,63,72,78,84,85,90,91,97,102,104,105,106,107,110,112,113,115,119,121,128,129,133,135,136,144,147,149,151,153,156,179,191,192,194,195,197,198,201,202,204,205,206,208,214,215,236,238,239,241,243,248],meaning:42,meaningless:[46,202],measur:[0,37],mecab:[0,12,24,25,26,27,28,30,37,39,40,41,42,43,44,214],mecab_new2:39,mecab_strerror:41,mecabrc:27,mechan:[39,42,153,225],media:41,median:41,medium:[23,24,25,26,30,31,43,119,244],meerkat:37,meet:[41,244,248],meetup:42,memcach:[0,1,22,42,43,222,245],memo1:203,memo2:203,memo3:203,memo4:203,memo5:203,memo6:203,memo7:203,memo:[42,120,132,168,169,174,188,203,204,205,213],memo_index:41,memori:[22,23,24,25,26,30,31,33,35,37,39,40,41,42,43,49,53,72,90,97,102,133,135,138,151,153,202,233,235],memos_cont:213,memos_content_index:[120,132],memos_tag:169,memset:42,mention:179,menu:[31,133],mercuri:12,merg:[0,17,39],meridian:162,merit:[112,133,151,153],messag:[6,7,12,22,23,33,37,38,39,40,41,42,43,72,81,108,194,202,204,205,233,243,244],message_index:[204,205],message_pack_install_prefix:23,messagepack:[28,33,37,38,39,42,52,199,225,231],met:179,meta:[39,91,149],metadata:[33,39,43,90,120,130,131,203,204,205,244],meter:[162,170,248],method:[33,40,42,119,132,154,198,208,214,241],micro:[22,192,237,238],microsecond:[194,238],microsoft:[8,31,42,235],midnight:192,migrat:[41,110,112,113,133,191,192],mike:100,million:[32,90],millisecond:[48,84,151,156,192,238,248],mime:[42,225],min:[33,39,41,42,48,67,133,150,152],min_siz:67,minagawa:[40,41,43],mind:[32,206],mine:0,mingw:12,minim:[153,159],minimum:[24,25,26,30,72,110,113,115,133,192,229],minut:[192,194,208,209,244,248],mip:43,mipsel:43,mismatch:[33,41,43,149],miss:[33,37,39,40,41,42,43,201],mitani:41,mitsuhiro:35,mitsuo:40,mix:[42,78,136,154,214],miyashita:43,mizuhara:42,mkdir:101,mkostemp:41,mktime:42,mmap:[22,40,233],mobil:0,mode1:168,mode:[17,33,39,40,41,42,43,44,121,154,168,174,202,214,231,241],model:[41,143,151,231],moden:168,modern:244,modif:42,modifi:[28,33,43,236,245,247],modul:[0,22,35,41,42,195,203,213,214,225],moero:240,monei:240,monitor:[24,25,26,30,40],monkei:238,month:[33,42,192,194,206,240,244],montywi:38,more:[0,6,7,28,32,33,39,40,41,42,43,53,72,74,78,90,91,102,110,112,113,115,119,120,128,133,136,138,140,149,151,153,156,157,168,169,173,174,176,179,191,192,193,198,201,202,203,204,205,206,209,210,212,213,214,215,216,225,231,238,241,244,246],moreov:248,moritapo:240,moritar:243,morn:193,morpholog:[0,28,192,214],most:[33,41,42,53,57,78,79,90,113,120,133,191,192,202,204,214,225,238,241],motoi:40,move:[16,31,37,39,42,89,97,119],movi:240,mpaa:159,mrb:42,mrb_valu:43,mroonga:[22,33,38,39,40,41,42,43,78,101,110,112,113,133,165,166,167,168,169,174,179,191,192,201,203,206,243],mrubi:[6,7,8,12,40,41,42,43,130,131,206],ms740668:235,msdn:235,msec:[37,48],msg_control:42,msg_controllen:42,msg_flag:42,msg_id:12,msghdr:42,msgpack:[33,42,43,199,225,231],msvc:42,msyql:78,mte:44,much:[33,214],multi:[0,28,37,41,42,43,153,194,224],multibyt:[37,43],multilin:202,multipl:[0,22,33,39,40,41,42,43,46,49,78,91,100,110,112,113,116,128,129,132,133,142,144,151,153,156,165,168,169,174,191,196,202,203,206,208,223,237,240,242,244],multipli:192,multithread:[42,97,129],munin:[23,24,25,26,30,37,38,39,40,41],murakami:[33,40,41,42,43],murata:33,museum:244,musha:42,music:[194,240],must:[6,7,8,28,33,41,42,43,46,49,50,54,56,57,63,71,72,74,89,90,91,93,97,100,102,103,104,105,106,110,112,113,119,121,129,133,136,138,141,143,149,151,153,156,157,159,167,173,179,188,191,192,202,204,205,206,211,215,225,231,236,238,241,245],mutabl:119,mutex:[40,72],mutex_lock:68,mutex_unlock:68,mxcl:12,myamanishi3:33,myisam:0,mysql:[0,24,25,26,30,41,42,43,44,78,116,133,165,166,176,195,201,203,206,210],n29:192,n_array_seg:119,n_buffer_seg:119,n_builtin_type_nam:54,n_byte:120,n_element:[43,120],n_entri:86,n_garbage_chunk:119,n_garbage_chunks_in_space0:119,n_garbage_chunks_in_space13:119,n_garbage_chunks_in_space1:119,n_garbage_seg:119,n_hit:[110,133],n_kei:66,n_keyword:56,n_like:[81,110,112,113,133,191,192,215],n_likes_class:133,n_likes_cumulative_sum_per_tag:[110,112,113,133],n_likes_str:[110,112,113,133],n_likes_sum_per_tag:[110,112,113,133],n_loaded_record:43,n_max_thread:143,n_queri:[82,135,153,199,231,241,245],n_record:119,n_result:66,n_tabl:53,n_unmanaged_seg:119,n_var:72,nagano:41,naist:214,naiv:239,nakai:40,nakamura:42,name1:[110,112,113,133,192],name2:[110,112,113,133,192],name:[0,17,22,33,37,38,39,40,41,42,43,45,46,50,53,54,55,56,63,64,66,69,72,81,87,89,91,92,98,100,102,103,104,105,106,114,115,116,117,120,122,123,128,132,136,137,139,144,145,146,149,151,153,156,157,162,165,168,174,179,192,201,206,208,212,225,228,231,235,237,238,239,240,241,244,246,248],name_1:[241,245],name_2:[241,245],name_s:[50,53,56,63,64,66,69,72],name_t:119,namebuf:[50,63],nan:33,nanosecond:[81,194],naoina:[39,40],naoya:[33,40,41,42,43],narg:56,narrow:[22,40,41,102,133,235,237],narwhal:37,natanael:42,natti:37,natur:[33,43],ncpu:27,nearbi:0,nearest:170,necessari:[37,149,241],need:[0,5,6,7,8,17,18,21,28,29,31,32,33,37,39,41,42,46,49,52,53,56,68,71,78,81,90,97,102,104,110,111,112,113,114,115,116,122,127,129,133,134,138,140,144,146,149,151,153,154,156,166,170,173,176,191,192,195,198,199,201,202,203,204,205,206,208,209,211,212,214,215,225,228,231,236,241,243,246,247,248],needl:11,needleess:39,needless:[33,38,39,40,42,43,84,102],neg:[33,39,42,48,53,64,72,85,133],neglig:41,neighbor:0,neither:102,neolog:214,neologd:214,nest:[22,39,40,41,42,119,237],nested_reference_column:133,net:[2,12,238,239,240,241,245,248],netbsd:40,netinet:42,network:[39,225,231,240],network_is_down:231,never:[28,33,42,111,136,202],new_column:46,new_limit:68,new_release_d:12,new_seri:89,new_tag:89,new_valu:133,new_vers:12,newark:244,newer:[18,33,41,42],newid:89,newli:[0,41,49,90,146,176,193],newlin:[37,38,42],newnam:89,newvalu:50,next:[0,41,42,57,64,110,112,113,133,156,240,241],nfkc51lexicon:195,nfkc:195,nfs:28,nfthread:68,nginx:[24,25,26,30,33,39,40,41,42,43,224,229],nginxhttpstubstatusmodul:41,ngx_http_proxy_modul:153,nice:193,night:[193,247],nightli:12,niho:173,nihon:[173,208],niku:41,nine:241,nippon:208,nise_nab:41,no_buff:231,no_child_process:231,no_kei:[119,212],no_locks_avail:231,no_memory_avail:231,no_space_left_on_devic:231,no_such_devic:231,no_such_device_or_address:231,no_such_file_or_directori:231,no_such_process:231,noarch:[24,26],nobuhiro:43,node:[12,21,39,42,43],nogpgcheck:39,nois:[156,209,214],nokubi:41,nomal:[39,133,153],nomral:191,non:[33,39,40,42,43,81,90,119,133,149,191,192,214],none:[28,104,105,106,113,116,119,128,133,138,142,144,151,153,155,156,231,243],nonexist:[33,41,42,43,46,94,95,110,113,133,214],nonexistent_command:42,nor:[133,138],noraml:144,normal:[22,24,25,26,30,33,38,39,40,41,42,43,45,46,52,53,54,68,79,81,89,90,91,97,102,110,111,112,113,115,117,119,120,121,128,133,135,139,140,141,142,149,151,153,156,165,166,173,174,176,191,192,193,198,201,202,203,204,205,213,214,215,216,234,241,243,244,247],normalizeauto:165,normalized_text:116,normalizer_1:132,normalizer_2:132,normalizer_list:[22,41,45,79],normalizer_n:132,normalizer_nam:132,normalizer_name_1:132,normalizer_name_2:132,normalizer_name_n:132,normalizerauto:[42,90,110,112,113,116,117,120,128,132,133,138,140,142,144,156,165,166,173,174,176,191,192,193,198,202,203,204,205,213,214,215,234,241,243,244,247],normalizernfkc51:[117,132],normalizs:138,normallexicon:195,normalzi:165,northern:39,nosuchfileordirectori:42,not_a_directori:231,not_enough_spac:231,not_equ:174,not_socket:231,notat:[39,40,192],note:[0,26,33,37,39,40,41,42,43,72,90,100,102,110,112,121,129,130,131,133,138,151,153,156,167,188,192,215,225,236,238,239,241,245],noth:[42,52,68,102,133,149,151,153,188,208,210],notic:[42,43,90,107,108,151,153,204,205],notif:[40,194],notifi:129,notrelated_20160320:115,now:[6,7,8,17,18,22,26,28,33,38,41,42,45,46,78,90,110,113,130,131,158,173,176,202,229,239,243,244],nroonga:[21,174,243],nsi:12,nsubrecs_column:50,nsubrecs_str:113,nterm:87,nth:113,nul:[37,72,214],number1:192,number2:192,number:[0,23,32,33,37,39,40,41,42,43,49,53,57,64,68,72,78,81,83,86,87,97,103,110,111,112,113,119,120,130,132,135,136,138,140,143,147,151,152,153,156,168,176,177,190,191,192,202,203,205,211,212,216,225,229,231,235,236,238,239,240,241,245],number_classifi:[22,43,45,133,158],number_liter:42,numer:[22,42,191,192,237],nvar:64,o_binari:39,o_creat:33,obata:[35,37,40,42,43],obj:[50,54,56,58,61,63,64,65,70,87],object1:192,object2:192,object:[33,37,39,41,42,43,46,49,53,54,63,66,72,74,78,90,93,99,102,104,105,106,115,116,117,118,119,121,128,132,133,135,141,144,145,149,176,190,212],object_1:120,object_2:120,object_corrupt:231,object_exist:[22,42,45,79,115,121],object_inspect:[22,33,43,45,79],object_list:[22,43,45,79],object_n:120,object_remov:[22,43,45,79],objnam:[88,99],obsolet:[42,198,229],obtain:72,obvious:238,occur:[33,39,40,41,42,43,53,57,81,93,113,133,136,141,156,201,215,235,247],occurr:205,ocelot:[37,40],octal:192,octob:41,odd:192,off:[37,41,153,214],offic:170,offici:[8,12,26,37,174],offlin:[22,33,38,39,40,41,42,43,45],offset:[33,39,42,56,57,58,63,66,67,72,98,136,241],often:[102,159],ohkubo:43,ohzeki:41,okapi:[203,205],old:[18,37,39,42,43,72,93,141,159,195],old_releas:12,old_release_d:12,older:[42,244],oldvalu:50,omit:[37,81,102,104,105,106,122,123,127,128,133,144,156,162,199,208,212,241],onc:[33,37,39,41,71,110,113,133,153,156,195,239,243,244],one:[0,24,25,26,30,32,33,37,41,42,43,48,49,72,78,81,86,89,90,91,94,95,100,102,103,104,105,106,110,111,112,113,114,115,118,119,121,122,123,127,128,129,130,131,132,133,134,136,138,140,143,144,146,147,149,151,153,156,157,162,166,167,168,170,173,174,176,179,188,191,192,195,198,202,203,204,205,206,209,212,214,215,216,223,225,231,235,238,240,241,244,248],one_charact:43,oneir:[37,40],ones:103,oneself:41,onga:176,ongaeshi:[39,40,42],onigmo:[33,41,42,43,202],oniguruma:42,onli:[0,6,7,17,21,23,24,25,26,30,31,32,33,39,41,42,43,46,49,52,63,71,72,84,85,86,90,91,94,95,97,100,101,102,103,104,105,106,110,111,112,113,114,115,118,119,120,121,122,123,127,128,129,130,131,133,134,135,136,138,140,143,144,146,149,151,153,154,156,159,165,166,167,168,173,174,176,179,191,192,193,195,197,201,202,203,204,205,206,212,214,225,229,235,238,241,243,246,248],onlin:[22,33,42,45],only_open:33,onto:215,ooo:212,opaqu:[49,231],opear:192,open:[21,33,37,39,40,42,43,49,53,54,57,102,103,120,121,140,149,156,165,194,195,231,241],open_tag1:165,openbsd:[42,43],oper:[22,28,33,39,40,41,42,43,45,56,57,89,93,105,115,118,133,141,168,173,190,198,231,235,237],operation_not_permit:231,operation_not_support:231,operation_timeout:231,operation_would_block:231,optarg:[54,65],optim:[33,41,42,43],optimum:153,option:[6,7,8,18,24,25,26,27,28,29,30,33,37,38,39,40,41,42,43,54,81,86,91,104,105,106,128,133,136,149,150,152,153,154,158,165,176,188,190,191,192,194,195,199,202,206,208,209,211,213,223,224,225,228,231,241,243,244,245,246],oracl:[22,23,37,39],orangain:40,order:[0,39,40,42,43,110,113,114,133,170,191,192,197,231,239,241,246,248],ore:[81,133,191,192],org:[12,17,24,25,26,27,28,29,30,31,41,42,78,101,152,153,167,238,239,240,241,245,248],orient:[0,176,238],origin:[1,17,33,40,41,52,81,101,133,195,211,231,245,246,247],orilldown:239,orphan:[33,40],osanai:[41,42],osdn:[2,12,42],otehr:138,other:[0,3,17,22,23,33,39,41,42,43,48,50,54,71,72,74,81,89,90,91,100,102,103,105,110,112,113,116,133,136,140,142,144,149,151,153,154,157,174,179,191,192,195,214,216,225,238,239,240,241,243,248],other_t:42,otherhand:133,otherwis:[21,49,53,63,72,93,94,96,100,104,105,106,107,115,118,119,120,128,129,132,140,146,159,168,169,174,179,192,241],ouput:40,our:[2,17,206],out:[13,23,24,25,26,30,31,33,41,84,179,243],out_gqtp:152,out_http:152,out_loc:152,outdat:[41,43],output:[3,22,28,33,37,38,39,40,41,42,43,45,52,53,56,78,79,82,84,85,86,89,90,91,93,94,95,96,97,100,101,102,104,105,106,107,110,111,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,134,135,136,137,138,140,141,143,144,145,146,152,154,156,157,167,194,235,237,238],output_column:[39,40,41,42,43,78,89,90,98,136,158,162,165,166,167,168,169,170,173,174,176,179,188,192,203,204,205,234,238,240,241,243,244,248],output_error:33,output_id:43,output_pretti:82,output_typ:[154,199],outsid:41,over:[0,33,39,40,41,42,43,110,112,113,165,236,245],overcommit:215,overcommit_memori:39,overflow:[33,37,40,41,42,43,238],overhead:[41,119,229],overrid:[28,46],overview:[22,42,45,47,237],overwrit:[43,84],overwritten:248,own:[0,33,39,42,56,192,238],owner:[40,42,153],pack:23,packag:[8,12,17,22,23,24,25,26,27,29,31,33,37,39,40,41,42,43,148,153,222,241],page:[2,17,22,39,40,42,154,235,241],pagerank:[203,204,205],pagin:[12,241],pai:133,pair:[33,42,119,120,133,201,208,209,210,211,238],pair_dataset:[155,211],pair_queri:[136,155,156,208,209,211],pakcag:26,pangolin:[33,39],paragraph:241,parallel:[0,6,7,12,43],paramet:[22,31,33,37,38,39,40,41,42,43,45,48,49,50,51,53,54,55,56,57,58,60,61,62,63,64,65,66,67,68,69,70,72,82,83,84,117,122,123,127,145,147,153,176,192,201,203,217,225,236,237,238,239,241,244,245,247,248],parameter1:153,parameter_name1:154,parameter_name2:154,parent:[113,133,153],parenth:103,parenthes:241,pari:162,park:244,parker:42,pars:[33,41,43,46,55,56,174,190],parser:[191,202],part:[0,28,81,112,133,176,214,238,241,244],partial:[11,33,42,206,208,210,231],pass:[6,7,8,12,33,37,38,42,43,54,68,129,143,153,156,162,174,191,192,202,241,245],past:39,pat:[38,39,43],pat_kei:[119,120,212],patch:[33,37,39,40,41,42,43,44],path:[12,18,23,33,34,37,39,40,41,42,50,54,63,66,72,91,93,120,122,123,127,136,138,139,141,151,153,154,156,157,194,202,224,229,231,241],patiricia:42,patprefix:246,patricia:[22,37,39,40,42,43,120,132,138,191,192,212,237,241],patsuffix:246,pattern:[0,33,42,81,168,191,192,202],pcre:[33,39,153],penalti:40,pend:42,pentium:152,peopl:[0,90,214],people_age_index:90,people_age_medium_index:90,people_age_small_index:90,people_key_roles_index:90,people_roles_index:90,per:[0,37,39,43,110,112,113,133,147,153,156,214],percentag:135,perfect:[0,205],perfectli:111,perform:[0,33,37,40,41,42,43,102,112,133,151,156,169,176,192,223,224,229,235,241,243],period:[33,243],perl:153,permiss:[28,41],permission_deni:231,permit:115,persist:[22,33,45,66,91,93,120,141,147,151,153],person:[22,23,90,244],pgp:12,pgroonga:[42,101,194,203,206],php:[12,39,41,42,223],phrase:[39,43,90],physic:[33,87],pid:[28,33,34,37,42,43,151,194],pikonyan:240,pinu:33,pip:18,pipermail:41,piro:41,pkg:[25,28,29,35,37,39,42],place:[2,28,244],placehold:40,plai:[0,247],plain:[33,42,167],plan:246,platform:[17,18,23,37,53,72],platorm:43,player1:89,player:[89,141],pleas:[2,3,17,19,25,28,41,42,43,54,203,204,205,229,241],pluggabl:0,plugin:[13,17,22,23,24,25,26,30,35,37,38,39,40,41,42,43,45,47,101,110,111,112,113,114,115,116,120,122,123,127,130,131,133,144,170,174,178,188,189,195,201,206,213,215],plugin_1:132,plugin_2:132,plugin_id:120,plugin_n:132,plugin_nam:132,plugin_name_1:132,plugin_name_2:132,plugin_name_n:132,plugin_regist:[22,45,79,101,102,110,111,112,113,114,115,123,127,130,131,132,133,142,156,168,170,178,188,189,201,213],plugin_unregist:[22,42,45,79,102,122,127],poedit:17,point:[0,37,38,40,42,57,72,78,93,129,133,162,163,164,169,191,197,216,232,236,238,241,248],pointer:[43,72],pole:162,polici:40,pool:68,poor:201,popular:[42,78,110,112,113,133,151],port:[27,40,41,44,151,152,153,154,156,199,225,229,231,245],port_numb:[228,231,245],portabl:[37,40,153],pos:[163,164],posit:[41,43,57,72,78,85,90,91,119,132,133,143,144,214,241],posix:[42,192],possibl:[33,37,42,43,133,154,216,235],post:[12,33,39,40,41,42,43,57,90,110,112,113,119,133,156,191,192,193,224,241],post_filt:33,posted_bi:244,postfix:[110,112,113,115],postgresql:[0,33,176,206],potenti:40,power8:41,power:[133,202],poyonga:223,ppa:[12,22,23,41],practic:[0,41,238],pragma:133,pre:156,precis:[0,12,33,39,42,43,81,90,208,214,216,241],preconfigur:[24,25,26,30,229],predic:42,predict:[138,212,214],prefer:42,preferenti:97,prefix:[6,12,14,18,22,23,33,37,38,39,41,42,43,45,66,67,68,89,122,123,127,136,138,153,156,173,174,196,206,212,224,237,241],prefix_match_s:43,prefix_rk_search:[22,42,45,158,198],prefix_search:[37,136],prepar:[22,153,166,176,237],prepend:[153,191,192],press:17,pretti:[22,41,42,43,45,79],prevent:[40,43],previou:[33,39,40,41,43,143,156,202,203,229,238,239,243],price:238,primari:[22,103,237,238,239,240,241,247],print:[22,41,42,43,45,79,231],prioriti:[0,133,208],privileg:[40,245],probabl:136,problem:[33,37,39,40,42,43,49,115,121,153,191,192,204,214,238],proc:[24,25,26,30,33,40,42,58,64,70,72,97],proc_database_unmap:97,proc_object:121,proc_select:133,proc_token:214,procedur:[39,40,43,173],process:[0,17,22,23,24,25,26,30,31,33,37,39,40,41,42,43,45,50,54,79,81,84,85,93,102,105,110,112,113,122,127,128,133,134,135,138,141,147,151,153,156,191,192,195,213,214,225,229,231,241,248],processor:[0,24,25,26,30],product:[42,43,112,153,156],profil:244,program:[1,33,39,40,91,151,153,156,157,192],progress:194,project:[0,3,12,13,19,21,41,192,229],promot:40,prompt:[31,39,199,241],pronounc:190,proonga:223,proper:[41,81,133,244],properli:[39,42,191,245],properti:[30,43,132,194],propos:[133,156,210],protocol:[0,1,22,24,25,26,30,39,41,42,43,85,151,152,153,154,199,222,223,225,229,237],provid:[0,1,21,24,25,26,30,33,39,41,42,43,47,53,68,71,90,91,110,111,112,113,148,149,151,153,156,162,174,199,201,202,203,205,206,208,209,210,211,212,224,225,229,235,239,241,245],proxi:225,proxy_cache_path:153,proxy_cache_valid:153,proxy_pass:153,pseudo:[22,39,40,41,42,45,50,74,90,91,103,132,133,191,192,239,248],pthread_:40,ptr:[35,72],pub:12,publish:[12,41,43],pull:12,pure:214,puropos:144,purpos:[40,43,78,174,241,245],push:[17,53],put:[17,41,42,133,154,191,198,202,205,215],pyenv:18,python:[12,18,223],q_cond:68,q_mutex:68,qps:[150,152],quantal:39,queri:[11,22,33,37,39,40,41,42,43,45,56,65,78,79,85,86,90,98,110,112,122,123,127,136,151,152,155,156,157,158,159,165,166,167,168,169,176,179,190,192,193,198,199,201,202,203,204,205,208,209,210,211,213,214,223,225,229,231,232,234,237,238,239,240,241,243,244,245,246,248],query_expand:[22,40,43,45,79,122,123,127,201,247],query_expans:[37,40,201],query_flag:[33,39,43,174,191],query_no_syntax_error:33,query_s:56,query_str:40,queryexpandertsv:[22,39,40,45,122,123,127,174,200],question:[42,243],quetzal:39,queue:235,quickli:[110,112,113,133,193],quiet:231,quit:[12,22,33,45,79,151,194,231],quiz:240,quorum:33,quot:[40,103,116,144,191,192,241],quotat:[116,144],quotient:192,rab:[239,241,248],raccoon:240,radious_or_point:163,radix:192,rake:12,rakutan:243,ram:152,ran:208,rand:[22,33,45,158,248],rand_max:175,random:248,rang:[22,33,39,40,41,42,43,74,90,91,93,111,115,133,139,141,159,202,212,237,244],range_error:231,range_filt:[22,41,45,79,112],range_index:[42,112],ranguba:[33,41,78],rank:[41,241],rare:[40,42],rate:[40,159],rather:[42,78,91,133,193,202,203,204,205,214,223],raw:[21,40,43,119],rch:144,rdbm:[42,151],rdiscount:12,reach:[33,215],read:[3,22,37,39,93,103,133,141,157,173,176,201,207,231,241],read_only_file_system:231,readabl:[38,41],readi:[18,28,39,110,112,113,133,191,192,202],readm:[12,40],real:[0,46,68,112,133,135,176,215,216],real_nam:[46,94,95,96],realli:[110,112,113,133,191,192,247],realloc:33,realtim:[136,211],reason:[39,133,138,149,192,202,208,214,225,229,236,239],rebuild:[33,42],recal:[0,190,214],receiv:[0,17,53,151,153,156,157,192,228,231],recent:[43,86],recogn:0,recommend:[6,7,8,23,24,25,26,30,31,33,41,42,43,46,81,133,153,156,169,191,192,202,214,215,223,225,229,241,245],reconstruct:41,record1:115,record2:115,record3:115,record:[0,22,32,33,37,39,40,41,42,43,45,46,56,57,63,66,78,89,100,101,103,110,112,113,115,119,136,138,146,159,162,165,166,168,169,173,174,176,179,190,191,192,193,194,197,202,203,204,205,206,211,216,237,238,239,240,243,244,245,246,247,248],record_1_column_1:[112,133],record_1_column_2:[112,133],record_1_column_n:[112,133],record_2_column_1:[112,133],record_2_column_2:[112,133],record_2_column_n:[112,133],record_id:42,record_n_column_1:[112,133],record_n_column_2:[112,133],record_n_column_n:[112,133],record_numb:[22,33,43,45,113,217],recov:[42,54],recover:[54,149],recreat:[42,43,128,149],recrod:133,rect:[39,162,163],rectangl:[0,37,39,57,163,197],recurs:[6,7,8,12,13,46,105,133,149,153,201],recycl:41,red:28,redcloth:12,redhat:37,redmin:41,reduc:[0,33,39,40,42,43,90,97,111,149,168,198,202,209,212,225,229,247],redund:33,refer:[0,22,33,37,40,41,42,43,46,100,102,115,132,133,156,168,179,193,202,216,237,239,243,244],referenc:[33,39,40,90,100,102,115,133,138,140,239],reference_column:[41,42,133,140],reference_vector_column:40,referenced_table_nam:102,referencedbycolumn:140,referencedbyt:140,referencedt:140,referencet:140,refin:[0,40],refresh:240,regard:[40,154,191],regardless:42,regexp:[33,41,42,174],regexplexicon:[128,202],region:[197,248],regist:[0,22,25,33,39,40,42,43,45,46,72,79,101,110,111,112,113,114,115,116,122,130,131,133,144,170,176,178,188,189,191,192,193,195,198,201,208,209,210,212,213,238,244,248],regress:[40,41,42],regular:[22,42,43,45,153,174,214,238,241],regular_express:202,reindex:[22,33,42,43,45,79],rel:[37,41,133],relat:[0,2,3,13,21,22,24,25,26,28,30,33,37,39,40,41,42,43,63,68,149,151,190,202,210,211,212,215,217,229,236,237],relationship:[22,39,90,93,141,237,238,243,244],relax:215,releas:[6,7,8,12,24,26,31,44,71,97,104,106,110,113,115,162,174,193],relev:[0,241],reload:201,remain:[33,40,43,97,149,194,202],remaind:192,rememb:133,remot:[22,151,231,237],remov:[6,7,29,33,37,38,39,40,41,42,43,54,63,89,100,121,127,142,149,153,202,213,238],remove_blank:116,remove_t:115,remove_tokenized_delimit:116,removep:63,renam:[33,37,39,40,42,46,89,93,141,212,241],reopen:[37,43,128],rep_gqpt:152,rep_gqtp:152,rep_http:152,rep_loc:152,repair:38,repeat:[0,17],replac:[21,41,42,46,155,157,192,202,247],replai:153,repli:[243,244],replic:203,replied_to:244,replied_us:244,replies2:243,replies_cont:243,reply_to:243,repoforg:39,report:[3,22,28,33,37,39,40,41,42,43,48,72,90,121,149],repositori:[3,4,12,22,25,26,30,37,39,40,42],repot:235,repres:[56,120,151,190,192,202,238,240,247],represent:[17,33,55,56,78],reproduc:[33,40],request:[22,33,40,41,42,43,45,46,79,112,129,133,134,135,147,151,154,156,192,194,208,209,211,225,228,231,245],request_cancel:[22,33,41,43,45,79,83,84],request_id:[42,43,83,129],request_timeout:[43,84],requir:[0,21,24,25,26,28,29,30,31,33,37,39,40,42,122,123,127,130,131,149,153,157,165,169,170,173,179,188,191,193,202,203,206,208,210,214,224,225,238],res1:66,res2:66,res:[57,65,66],res_column:152,res_tabl:152,rescord:190,reset:42,resiz:72,resolut:[22,237,244],resolv:[22,33,37,39,43,45,78,99,121,203,204,205,206],resourc:[33,41,53,54,71,84,193],resource_busi:231,resource_deadlock_avoid:231,resource_temporarily_unavail:231,resours:49,respect:[39,238,244,248],respons:[0,33,37,39,40,41,42,43,49,84,85,89,110,112,113,129,133,135,153,225,231],rest:[33,72,112,201],restart:[33,42,43,122,127,151,153,201,215],restaur:0,restor:43,restrict:[39,40,112,225,245],result:[0,11,17,22,33,37,38,39,40,41,42,43,66,81,82,110,112,113,116,129,130,131,133,149,154,156,157,162,168,174,176,179,192,195,198,199,201,202,208,209,211,212,214,237,238,240,243,244,247,248],result_too_larg:231,retri:48,retriev:[0,90,120,133,156,192],retry_max:231,return_cod:[81,194],reus:[42,119,133,151,212],reveal:0,revers:[12,22,225,237,241,244],revert:43,revis:43,rewrit:[42,44],rid:59,rid_max:60,rid_min:60,right:[41,42,57],right_hand_sid:43,ring_buff:156,ringtail:40,risk:[41,149],riski:33,rlimit_nofil:[40,194],role:[0,90,174],romaji:[173,208],room:[22,42],roonga:[191,192,210],root:[40,42,151,153,154,245],rose:238,rotat:[42,151],roughli:238,round:37,row:[0,176],rpm:[12,24,26,33,37,38,39,40,41,42,43],rroonga:[21,40,41,42,49,165,166,169,174,179,188,190,203,243],rst:12,rubi:[0,6,7,8,12,21,39,41,42,44,78,130,131,165,166,188,190,202,203,223],ruby19:39,ruby_ev:[22,33,40,45,79,131],ruby_load:[22,40,45,79],ruby_script:130,rubygem:39,rubyinstal:8,rule:[22,41,45,110,112,113,133,144,225],run:[3,12,14,17,21,22,28,31,33,41,42,54,83,93,112,128,129,134,140,141,151,153,156,157,201,215,222,224,225,228],run_bodi:110,runtim:42,rurema:41,ryo:[33,42],ryoji:41,ryunosuk:43,s10:41,sae:[136,209],saer:[136,209],saerc:[136,209],saerch:[136,209],safe:[33,90],safeti:43,sai:[90,192,241,243],sako:42,salamand:[40,41],same:[33,40,42,43,48,53,56,78,81,83,89,90,103,110,112,113,115,122,127,128,129,133,153,154,156,174,191,192,195,202,203,204,205,206,209,223,225,238,241,243,248],sampl:[39,100,101,110,112,113,114,115,122,123,127,133,152,153,157,159,162,165,166,167,168,169,170,173,174,176,179,188,201,202,203,204,205,225,243],san:162,satisfi:[40,42,43,103,115,140],sato:[42,43],satoh:37,satoshi:[33,41],sauci:[40,41],save:[12,41,156,236,243],sbin:27,scalar:[22,33,42,43,45,46,74,78,91,112,119,132,133],scale:[0,225],scan:[14,42,165,166,173,191,192],scan_build:14,schema:[22,33,42,45,46,79,89,100,101,110,112,113,115,120,133,140,155,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,202,203,204,205,206,209,215,243],scope:[42,202],score1:11,score2:11,score:[33,39,42,43,78,90,93,136,141,146,156,174,190,203,204,205,241,248],score_1:156,score_2:156,score_adjust_express:133,score_adjust_expression1:133,score_adjust_expression2:133,score_column:50,score_funct:203,score_function1:203,score_function2:203,score_function3:203,score_valu:42,scorer:[22,42,45,98,102,158,162,170,190,192,204,205,237,240],scorer_tf_at_most:[42,203,205],scorer_tf_idf:203,scr:152,script:[21,22,28,33,39,40,41,42,43,45,56,131,133,152,179,190,191,202],sea:[144,208],sear:208,searc:208,search:[22,24,25,26,28,30,33,37,38,39,40,41,42,43,45,46,47,56,57,71,74,89,91,136,138,144,151,165,166,168,173,174,176,179,190,193,195,196,201,202,203,204,205,206,210,212,213,214,225,229,237,238,239],search_result:133,searchabl:[42,193],searchu0000http:214,sebastian:41,sec:48,second:[81,84,91,129,133,135,151,156,162,168,191,192,194,203,216,225,238,241,243,244,248],secret:12,secsion:81,section:[3,17,20,21,23,24,25,26,27,28,29,30,31,33,40,41,42,43,46,47,50,59,72,78,79,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,118,119,120,121,124,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,146,148,149,151,153,156,158,162,166,191,196,201,202,203,204,205,207,208,209,211,215,217,231,235,239,243,244],secur:[22,33,41,42,215,237],sed:[27,37,39,42],see:[0,1,17,18,21,22,24,25,26,27,28,29,30,39,40,41,42,45,48,53,72,78,89,93,97,102,105,110,111,112,113,115,118,119,121,128,134,135,137,140,141,143,146,149,151,153,154,162,167,168,191,192,202,208,214,215,216,217,223,229,236,238,239,240,241,244,248],segment:[39,41,43,87,119],segv:40,select:[22,33,35,36,37,39,40,41,42,43,45,46,49,56,57,78,79,80,83,84,86,89,90,93,100,102,110,112,126,129,135,141,146,151,152,153,158,159,162,165,166,167,168,169,170,173,174,176,179,188,190,191,192,193,194,195,201,202,203,204,205,211,213,217,223,232,234,238,239,240,241,243,244,245,246,247,248],select_al:33,select_opt:192,selector:[33,39,42,43,173],self:152,semi:[37,138],sen_index_delimit:44,sen_index_norm:44,sen_sel_term_extract:44,senario:33,senboku:40,send:[3,19,129,156,157,223,231],sender:157,senna:[33,110,112,113,133,191,192,201],sens:[151,153],sensit:214,sent:225,sentens:42,separ:[39,42,52,90,91,103,116,119,120,133,136,138,142,144,153,156,174,191,192,199,201,214,231,239,241],sequenc:[37,40,83,133,136,156,191,192,194,208,209,211,231],sequence_dataset:155,sequence_queri:[155,156],sequenti:[33,41,42,43,168,173,191,192,193,202,214],serach:209,serch:[136,209],sergei:[33,41,42],seri:241,serial:89,serihiro:39,seriou:[39,41],serv:[12,41,238],server:[1,21,22,23,24,25,26,30,31,33,37,38,39,40,41,42,45,68,115,129,134,143,148,153,156,168,169,199,223,224,225,228,240,241],servic:[0,21,25,39,40,41,42,134,209,215,229],session:[156,223,231],set:[24,25,26,30,33,39,40,41,42,43,48,49,53,63,68,74,78,86,90,95,96,107,111,133,134,142,143,147,156,190,192,208,215,225,229,246],set_host:152,set_port:152,set_token_filt:41,setup:[17,21,40,43],seven:241,shape:197,sharabl:22,shard:[22,33,42,45,110,111,112,113,114,115,212],shard_name_1:114,shard_name_2:114,shard_name_n:114,share:[0,2,28,37,39,40,48,49,50,54,110,112,113,115,151,153,240,243],shell:[28,42,151,191,202],shidara:37,shift_ji:[28,214],shimada:39,shimamura:42,shimoda:35,shimomura:39,shinjyuku:248,shinoda:[41,42,43],shinya:39,shm:153,sho:[40,41,43],shop:[170,193,232],shorter:[42,193],shorttext:[33,41,43,46,57,78,81,89,90,91,93,100,101,102,104,105,106,110,112,113,114,115,118,119,120,121,128,132,133,136,138,139,140,141,142,146,151,152,156,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,198,202,203,204,205,208,209,211,212,213,215,234,238,239,240,241,243,244,245,246,247,248],should:[6,7,8,18,21,23,24,25,26,28,30,31,33,39,42,43,53,56,72,78,83,90,103,111,112,115,121,128,133,138,140,146,149,156,191,192,195,201,209,231],shouldn:[6,7,41],show:[0,28,33,34,37,39,40,41,42,43,46,52,81,85,89,90,100,103,104,110,112,113,115,116,119,120,132,133,159,162,165,166,167,170,173,174,176,179,191,192,197,199,202,203,204,205,214,228,231,238,239,240,241,244,245,248],showen:85,shown:[192,241],shuhei:41,shutdown:[22,33,43,45,79,102,151,153,202,225,231],sid:[12,37,41,87],side:[0,39,42,43,84,133],sigcont:40,sign:[12,39,85,216,238],signal:41,significantli:0,sigstop:40,sigusr1:37,silent:[21,43],simil:192,similar:[33,39,40,41,78,112,119,133,136,151,168,174,190,195,214,239,243,245],similar_search:[39,136],simpl:[41,42,91,93,110,116,117,135,141,142,144,145,146,153,162,167,168,169,170,173,174,179,188,190,191,192,224,225,229,239],simplest:[0,28,83,203],simpli:[205,246],simplifi:[40,169],simultan:33,sinc:[26,33,39,42,43,50,72,81,88,113,127,133,135,138,146,151,156,162,192,193,194,202,216,218,229,238,244],singl:[40,41,78,90,103,116,133,143,144,241],sister:90,site:[41,101,104,105,106,128,133,190,238,239,240,241,243,245,248],site_titl:128,sitecountri:[239,245],sitedomain:[239,245],situat:[133,235],six:[194,241],size:[23,24,25,26,30,31,32,33,37,39,40,41,42,43,46,50,56,68,69,72,83,87,91,94,95,96,119,120,121,132,138,147,151,153,176,188,206,212,215,236],size_of_one_value_in_byt:132,sizeof:[42,53,56],sji:[28,44,151],skip:[40,41,42,43,102,241],slash:192,sleepi:193,slice:[33,43],slow:[42,151,153,191,192,202,212],slower:[90,151,153,162,203,205,239],small:[32,40,41,42,43,112,119,121,138,191,192,212,214,244],smaller:[0,33,78,138,162,193,194],smith:43,snake_cas:42,snippet1:176,snippet2:176,snippet3:176,snippet:[39,40,43,44,176],snippet_html:[22,33,39,40,41,42,43,45,112,133,158],soccer:240,social:240,socket:[22,39,233],socket_is_already_connect:231,socket_is_already_shutdown:231,socket_is_not_connect:231,socket_not_initi:231,soerr:235,soft:215,softwar:[3,21,30,42],soichiro:43,solari:[5,7,8,22,23,37,39,42],solr:192,solut:[22,214,233,239,243],solv:[33,43,203,204,205,238],some:[0,1,2,8,17,26,28,32,39,40,41,42,43,46,48,56,71,78,81,83,90,110,112,113,115,119,120,129,133,134,138,140,144,147,149,155,156,158,174,191,192,194,202,203,206,213,214,215,216],someon:244,someth:41,sometim:[41,43],soon:[84,176,197,206,225],sort:[0,22,33,37,40,42,43,101,110,112,113,114,133,136,156,197,212,237,240],sort_bi:168,sort_hash_t:33,sort_kei:[33,43,169,170,174,203,204,205,240,241,248],sortbi:[37,40,43,98,136],sound:[195,209],soundkitchen:[37,39],sourc:[6,7,8,12,16,17,18,21,22,23,29,33,37,39,40,41,42,43,54,63,81,89,91,93,119,137,149,235,240,241,243,244],source_1:[120,132],source_2:[120,132],source_column_nam:42,source_file_nam:81,source_n:[120,132],sourceforg:[2,12,42],southern:39,sozaki:33,space:[0,33,37,40,42,43,72,78,90,103,116,119,133,144,191,202,211,214,235,241],spain:162,spammer:[203,204,205],span:[165,166,167,176],spars:[33,42],speaker:2,spec:[33,37,39,40,133],special:[17,28,40,48,56,81,85,133,144,154,165,166,176,191,202,231,241],specif:[0,22,28,33,39,40,41,43,78,101,110,121,130,131,133,136,154,159,192,195,198,214,237,238,239,240],specifi:[0,6,7,8,17,22,27,28,32,33,38,39,40,41,42,43,53,54,57,63,64,72,74,78,81,82,84,86,89,90,91,93,94,95,96,99,100,101,102,103,104,105,106,107,110,111,112,113,114,115,116,118,119,120,121,122,123,127,128,129,130,131,132,133,134,136,137,138,140,141,142,143,144,146,149,151,153,154,155,156,157,159,165,166,167,168,169,170,173,174,176,179,188,190,191,192,197,199,202,203,204,205,212,213,225,228,231,236,237,238,239,240,243,244,245,246,248],speech:[0,214],speed:[37,210,212],spell:[201,247],spend:[191,192],sphere:163,spheric:162,sphinx:[3,12,15,16,18,41,42,43],sphr:[162,163],spil:42,split:[37,42,43,192,212,214],spokesman:3,sport:240,spreadsheet:201,sql:[133,203,239],squar:162,squeez:[12,40],src:[12,25,238],src_kei:66,src_key_siz:66,srpm:33,ssh:12,ssssss:194,stabl:[41,43,80,136],stack:[40,43],stack_over_flow:231,stage:[33,41,43],stamp:[194,208,209,211],stand:[42,223],standalon:[154,157],standard:[42,103,153,216,231,241],start:[17,25,28,31,33,37,39,40,41,43,72,81,93,110,112,113,133,135,141,154,156,162,191,192,193,194,198,199,201,208,210,214,225,235,241,245],start_tim:[42,82,135,153,231,241,245],starttim:[42,82,135,153,199,231,241,245],startup:39,state:[39,100,162,223,231],statement:192,station:[170,197,244,248],statist:[33,119],statu:[22,24,25,26,30,39,40,41,42,43,45,79,82,85,100,149,150,151,152,153,162,199,223,225,241,245],status:[85,231],stdin:38,stem:[25,30,33,41,213],step:[17,18,28,31,43,89,133,202,211,238,241],steve:43,still:[16,17,33,40,41,93,112,129,141,149],stop:[33,37,39,40,41,42,43,46,68,84,93,112,133,134,141,151,153,203,204,205,213,242],stop_word:[101,142,213],storag:[22,40,165,166],storategi:133,store:[22,32,39,40,42,46,49,53,56,57,63,74,78,89,90,91,110,112,113,119,132,133,157,162,173,192,195,197,202,211,212,216,231,238,239,240,241,243,244,247,248],str:56,str_length:72,str_ptr:72,str_size:56,strang:202,stream:[41,43],strerror:41,stretch:[22,23],strict:[41,42],string1:160,string2:160,string:[11,22,33,37,38,39,40,41,42,43,53,55,56,63,64,72,78,81,83,94,95,96,103,107,110,112,113,120,132,133,138,147,156,162,165,166,168,173,176,177,178,190,191,202,216,237,239,240,241,243,244,247],string_length:[22,43,45,110,112,113,133,158,168],string_liter:41,string_siz:56,string_substr:[22,43,45,158],stringifi:43,strip:167,strlen:72,strongli:[23,24,25,26,30,31],structur:[0,41,43,81,212,240],stub:41,studio:[8,31,39,40,42,43],style:[33,41,42,119,202],sub1:[113,133],sub:[0,12,33,113,156],sub_filt:[22,40,42,45,158,168,173],subject:40,submiss:[136,208,209,211],submit:[3,22,40,136,156,208,209,211],subrecord:40,subsect:235,subset:216,substit:133,substitut:[17,133,174,191,192],substr:[43,168,191,192],succe:33,succeed:[28,42,85,94,96,100,104,105,106,107,128,146,241],succeeded_or_not:[93,100,105,107,128,146],success:[43,49,50,53,54,56,63,71,72,89,90,93,97,102,115,122,123,127,137,138,140,141,231],successfulli:[43,72,105,106,241],successor:192,suddenli:40,sudo:[12,14,18,21,24,25,26,27,28,29,30,39,215,229,236,245],suenaga:42,suffici:[72,235],suffix:[22,33,39,122,123,127,149,155,157,168,174,237,243],suffixsearchterm:[191,192],sug:210,suggest:[22,28,33,35,36,37,38,39,40,41,42,43,45,79,148,208,209],suggest_prepar:[136,208,209,211],sugimoto:42,suit:[0,41,176],suitabl:[41,90,110,113,133,138,151,193,203,205,212,214],sum:[33,41,110,112,113,133,203],summar:239,summari:[22,40,45,152,222,239],suno:41,superior:[0,176],support:[0,1,6,7,8,17,21,25,28,30,33,37,38,39,40,41,42,43,44,72,82,84,90,103,110,112,113,129,130,131,133,135,138,143,144,149,153,157,168,173,176,191,192,193,195,198,199,201,202,206,212,214,225,228,229,238,239,240,241,243,245,246,248],suppport:43,suppress:[38,39,41,113,133],sure:241,surfac:197,surrog:33,surround:[39,165,166,176,192],suzuki:39,swap:215,swig:44,symbol:214,synonym:[43,133,201,247],syntax:[22,33,39,40,41,42,43,45,46,56,78,190,203,237,243],syntax_error:231,syscal:[41,241],sysconfig:229,sysctl:[27,42,215,236],system:[0,5,6,7,28,29,30,37,40,41,42,43,90,97,102,110,112,113,133,151,153,176,191,192,193,215,216,235,238,248],systemctl:[25,229],systemd:[25,39,42,43],tab:[42,52,199,201,231],tabl:[11,22,33,37,38,39,40,41,42,43,45,46,50,53,54,57,63,64,66,67,70,74,78,80,92,97,98,100,102,103,104,105,106,110,112,113,114,116,118,121,128,129,136,137,141,146,149,151,153,155,156,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,198,201,202,203,204,205,206,208,209,211,213,215,225,228,234,237,238,239,240,242,245,246,247,248],table1:[66,140],table2:[66,140],table_1:132,table_2:132,table_:[138,212],table_buff:53,table_copi:[22,43,45,79],table_cr:[22,33,39,41,42,43,45,46,78,79,89,90,91,93,100,101,102,104,105,106,110,112,113,114,115,118,119,120,121,128,132,133,140,141,142,146,151,152,156,159,162,165,166,167,168,169,170,173,174,176,179,188,191,192,193,195,198,202,203,204,205,206,212,213,215,234,238,239,240,241,243,244,246,247],table_dat_kei:[32,33,40,41,43,89,119,132,138,191,192],table_hash_kei:[32,43,46,78,89,90,100,101,102,104,105,106,110,112,113,114,115,118,119,120,121,128,132,133,138,140,156,159,162,167,168,169,170,173,174,188,192,193,195,203,215,238,239,240,241,243,244],table_list:[22,35,37,39,45,79,141,151,241],table_n:132,table_nam:[102,118,121,132],table_name_1:132,table_name_2:132,table_name_n:132,table_name_of_index_column:102,table_no_kei:[32,41,42,46,89,100,101,104,105,106,115,118,119,121,128,132,133,138,140,156,165,166,174,176,191,192,193,202,204,205,213,234,243],table_pat_kei:[32,40,42,43,78,89,90,91,93,101,110,112,113,115,119,120,128,132,133,138,140,141,142,146,151,156,165,166,168,169,173,174,176,179,191,192,198,202,203,204,205,213,215,234,240,241,243,244,246,247],table_remov:[22,33,39,40,42,43,45,79,89,102,115,121,151],table_renam:[22,38,45,79,89,102],table_token:[22,43,45,79,214],tablecursor:42,tablegroupflag:42,tablenam:80,tables_buff:53,tachikawa:43,tag:[12,22,37,39,40,41,42,78,89,91,110,112,113,133,165,166,167,168,169,176,188,192,203,204,205,212,214,237],tag_length:113,tagger:0,tahr:[30,41],tail:[12,231],tajima:39,takagi01:33,takashi:100,takatsugu:41,takayama:42,takayuki:37,take:[43,86,89,90,91,93,94,95,96,97,102,104,105,106,110,111,112,113,114,115,116,117,118,119,120,121,122,123,127,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,145,146,149,154,229,241],taken:120,takiuchi:40,talk:[2,12,33,40,42],tamano:[41,43],tanab:40,tanuma:41,tar:[12,24,25,26,27,28,29,30],target:[18,28,31,33,37,39,41,42,43,49,50,54,56,57,63,78,94,95,96,102,103,104,105,106,112,113,115,121,128,129,133,138,144,156,165,166,173,174,176,191,202,204,205,225,238,241,243],target_charact:56,target_nam:41,taro:240,task:[0,39],tasuku:[42,44],tatsuya:39,tcp:156,tcp_nodelai:43,techniqu:[203,204,205],temporari:[6,7,22,33,39,42,43,45,140,151,162,236],tend:243,term:[0,32,33,39,40,41,42,43,87,90,110,112,113,120,132,133,140,142,151,165,166,174,176,191,203,204,205,213,215,234,241,243,247],termin:[39,42,53,56,64,72,151,153,241,244],terms_tabl:133,teruya:42,test:[6,12,14,23,24,25,26,30,31,39,41,42,43,111,152,153,214,238,241,243,244,245],test_loc:152,test_str:14,test_text_otoj:14,testdb:[152,157],tetsuharu:41,tex:144,text:[17,22,28,32,33,37,39,40,41,42,43,46,56,57,71,78,81,91,105,110,112,113,116,119,120,128,132,133,138,140,142,144,152,165,167,174,176,190,192,195,198,199,202,203,204,205,212,214,215,225,237,238,240,244,247],than:[0,32,33,37,40,41,42,43,78,84,90,91,97,112,113,119,120,133,136,138,151,153,162,168,174,176,190,193,194,201,202,203,204,205,211,214,215,216,223,229,238,239,241,243,244,248],thank:244,thatn:133,theater:247,theatr:247,thei:[28,29,42,46,78,90,102,103,110,113,115,120,122,123,127,133,140,144,153,154,165,166,173,176,179,190,191,192,193,194,199,201,203,204,205,206,208,209,210,211,212,214,215,225],them:[16,17,24,25,26,28,30,33,42,48,56,78,81,90,102,103,112,113,115,133,138,140,156,162,168,191,192,202,203,214,215,231,238,241,248],themselv:[17,198,201],therubyrac:12,thesauru:133,thi:[0,3,5,6,7,8,18,20,21,23,24,25,26,27,28,29,30,31,33,37,39,40,41,42,43,46,47,49,50,52,53,54,63,72,78,79,81,86,89,90,91,93,94,95,96,97,102,103,104,105,106,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,127,128,129,130,131,132,133,134,135,137,138,140,141,142,143,144,145,146,148,149,151,153,155,156,158,159,162,166,168,169,170,174,176,178,179,188,189,191,192,194,196,198,199,201,202,203,204,205,206,207,208,209,211,214,215,216,217,225,231,235,236,238,239,241,243,244,245,246,247,248],thing:42,think:[133,140,192,203,204,205],third:[91,133,192,238],thorsten:43,those:[0,17,28,29,38,133,162,176,190,191,192,195,199,210,211,212,225,238,241],though:[0,33,39,40,41,43,149,208,243],thread:[0,33,40,41,42,43,50,53,54,68,72,97,105,111,135,140,143,151,156,194,225],thread_count:42,thread_limit:[22,33,42,45,79,97,111,121,140],thread_tabl:152,thread_title_column:152,threasd:151,three:[40,78,81,93,102,116,133,159,162,165,168,190,204,205,208,209,238,239,241,243],threshold:[23,33,35,37,39,41,42,53,62,63,99,133,136,147,151,234],through:[0,153,156],throughput:[37,225],thu:[0,33,41,43,113,133,155,157,191,242,243,247,248],tid:60,tim:33,time:[0,6,7,22,33,37,39,40,41,42,43,48,81,84,110,112,113,114,115,118,119,120,121,128,129,132,134,135,136,138,149,152,156,176,191,193,194,201,202,206,208,209,211,215,234,237,241,248],time_classify_dai:[22,43,45,158],time_classify_hour:[22,43,45,158],time_classify_minut:[22,43,45,158],time_classify_month:[22,43,45,158],time_classify_second:[22,43,45,158],time_classify_week:[22,43,45,158],time_classify_year:[22,43,45,158],time_column:152,time_stamp:194,timeout:[22,40,43,45,48,63,79,151],timestamp:[43,114,115,118,121,128,156,244],timeuot:48,tini:42,titl:[12,40,41,101,104,105,106,110,112,113,128,133,140,160,174,179,191,192,203,204,205,238,239,240,241,243,245],title_index:203,title_index_column:33,tiwawan:42,tld:239,tmp:[6,7,12,40,91,93,120,121,136,141,151,201,202,225,231,241,245],to_column:89,tobbi:174,todai:0,todo:[6,7,14,33,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,73,75,77,78,81,90,112,113,116,126,133,155,158,177,187,191,192,206,215,217,225,226,227,242,243],token:[22,24,25,26,27,28,30,33,37,39,40,41,42,43,45,79,89,90,110,112,113,120,133,138,142,145,152,191,192,195,202,209,211,212,241],token_filt:[33,43,101,142,213],token_filter_1:[120,132],token_filter_2:[120,132],token_filter_n:[120,132],token_filter_nam:132,token_filter_name_1:132,token_filter_name_2:132,token_filter_name_n:132,token_fitl:132,tokenbigram:[90,110,112,113,120,128,132,133,138,140,142,144,145,151,156,165,166,174,176,179,191,192,193,203,204,205,209,212,213,215,234,241,243,244,247],tokenbigramignoreblank:[132,145,234],tokenbigramignoreblanksplitsymbol:[132,145,234],tokenbigramignoreblanksplitsymbolalpha:[33,132,145,234],tokenbigramignoreblanksplitsymbolalphadigit:[33,132,145,234],tokenbigramsplitsymbol:[132,145,234],tokenbigramsplitsymbolalpha:[132,133,144,145,234],tokenbigramsplitsymbolalphadigit:[89,132,145,174,209,234],tokenbigramsplitxxx:214,tokenbigrm:89,tokendelimit:[132,144,145,156,211],tokendelimitnul:[132,145],tokenfilterstem:[25,30,33,41],tokenfilterstopword:[41,42,142],tokenizer_1:132,tokenizer_2:132,tokenizer_error:231,tokenizer_list:[22,41,45,79],tokenizer_n:132,tokenizer_nam:132,tokenizer_name_1:132,tokenizer_name_2:132,tokenizer_name_n:132,tokenizs:[22,45],tokenkytea:39,tokenmecab:[39,234],tokenregexp:[42,43,128,132,145,202],tokentrigram:[42,132,144,145],tokenunigram:[132,145],tokyo:[162,248],tokyogeopoint:[37,43,57,119,120,132,162,163,164,248],tom:174,tomita:35,tomo:240,tomoatsu:[35,39],tomygx:42,too:[18,33,40,42,43,68,78,121,133,192,235,238,243],too_large_offset:231,too_many_link:231,too_many_open_fil:231,too_many_open_files_in_system:231,too_many_symbolic_link:231,too_small_limit:231,too_small_offset:231,tood:[72,137],tool:[6,15,17,18,21,22,23,31,42,154,225,229,237,241],top:[57,239],top_left:[37,164],top_left_point:57,topic:[3,22],torinki:43,tortoisegit:8,toshio:33,totabl:89,total:[32,33,39,42,43,87,119,138,152,212,215,231,236],total_chunk_s:119,total_s:119,touch:[42,54,115],toybox:238,tracker:[3,22,41],trade:214,tradit:[0,41],transfer:[0,22,223,229,231,237],transit:229,translat:[3,18,39,41],transport:25,transposit:43,travel:244,travi:[20,22,39,40,41],treat:[39,40,41,42,110,112,113,115,133,144,168,192,197,208,209],tree:41,trend:133,tri:[33,48,168,244],trial:0,trie:[22,37,39,40,42,43,120,132,138,191,192,212,237,241],tritonn:[110,112,113,133,191,192],troubl:17,troubleshoot:[22,33,35],truncat:[22,37,40,41,42,43,45,50,79,102],trust:12,trusti:[12,30,41],tsu_root:42,tsv:[42,122,123,127,154,199,231],tune:[22,40,42,45,78,133,236],tupl:168,turn:[33,153],tutori:[22,39,41,42,72,238,241],tweet:[2,193],twice:[42,133,191],twitter:[22,39,43,244],two:[19,24,25,26,30,33,40,41,42,53,56,81,90,91,96,110,111,112,113,115,121,133,137,138,140,141,143,144,153,156,157,159,162,169,173,174,176,179,191,194,195,197,202,204,209,211,214,224,225,229,239,240,241,243,244,248],txt:[16,17,214],type1:[136,156],type2:[136,156],type:[13,22,32,33,37,38,39,40,41,42,43,45,46,50,52,53,56,57,61,63,64,68,74,78,85,89,91,93,100,116,118,129,130,136,138,140,144,149,152,153,154,162,179,191,192,197,199,202,203,204,205,208,209,211,212,214,225,231,237,239,240,241,243,246,248],type_1:132,type_2:132,type_n:132,type_nam:132,type_name_1:132,type_name_2:132,type_name_n:132,type_of_the_column:179,typic:[42,133],typo:[33,37,39,40,41,42,43,201,208,209],u0000ful:214,u0000http:214,ubuntu:[12,18,21,22,23,33,37,39,40,41,42,43,229],uchiyama:33,ud83c:33,udf7a:33,ueno:[37,39],uid:12,uint16:[40,119,120,132],uint32:[32,39,40,41,46,78,81,89,90,91,93,100,110,112,113,119,120,132,133,138,139,140,141,146,156,159,168,173,179,191,192,193,195,202,213,215,234,239,240,241,243,245,246,247,248],uint32_column:42,uint32_t:68,uint64:[32,33,40,41,119,120,132,156],uint8:[35,40,46,90,91,102,119,120,132],uint:[39,43],ull:144,ultra:240,umask:41,umemoto:37,unari:40,unauthent:[25,39],unchang:72,uncontinu:39,undefin:238,under:[28,33,41,153,154,156,157,225],underflow:238,underli:0,underscor:[90,138],understand:[41,115,133,140,241],undocu:133,unexpect:[33,39,41,43],unexpectedli:[33,40,42,43,102],unexpectedlli:33,unhandl:156,unicod:[42,195],unicorn:42,uniniti:42,uninstal:39,uniqu:[90,129,156],unit:[79,84,100,135,156,162,176,192,214,231],univers:30,unix:[3,5,8,28,41,135],unix_time_when_command_is_start:81,unknow:41,unknown:[38,46,55],unknown_error:231,unlimit:43,unlink:[33,56],unload:39,unlock:72,unmanag:[87,119],unmap:[33,42,54,97],unnam:33,unnecessari:[33,215],unpatch:44,unrecover:54,unregist:[122,123],unrel:37,unreli:149,unresolv:37,unsaf:[42,43,54],unsign:[41,42,49,50,56,59,63,64,66,67,69,72,85,119,216,231,238],unsort:43,unsplit:[11,133],unstabl:38,unsupport:42,unsupported_command_vers:231,untag:167,until:[17,41,48,72,84,97,103,133,193],unus:[41,97],updag:39,updat:[3,22,25,26,30,33,37,39,40,41,42,43,44,48,90,103,119,133,153,176,193,207,212,214,238,240,241,243],update_buffer_s:59,update_not_allow:231,updated_at:234,upgrad:[39,41,42,43,224],upload:12,upper:[37,41,90,138,202,241],uptim:[82,135,153,199,231,241,245],uri:[153,154,156],url:[37,41,101,154,225],usa:239,usabl:[147,156],usag:[0,22,33,40,41,42,43,45,191,192,243],use:[0,1,5,6,7,8,15,16,17,19,21,22,23,24,25,26,27,28,30,31,32,33,37,39,40,41,42,43,45,46,49,50,52,53,54,56,68,71,72,78,81,87,89,90,94,95,96,97,100,102,105,110,111,112,113,114,115,116,118,119,121,122,127,128,129,130,131,132,133,134,135,138,140,144,146,149,151,153,154,156,158,162,165,166,167,168,169,173,174,188,190,191,192,194,195,197,198,199,201,202,203,204,205,206,207,212,214,215,216,223,225,228,229,231,236,238,239,240,241,243,244,245,246,247,248],use_offline_index:38,use_range_index:42,used:[0,21,28,32,33,37,39,40,41,42,43,46,47,49,52,53,54,56,63,71,78,81,83,84,85,86,89,90,97,102,104,105,106,110,111,112,113,118,119,128,132,133,135,136,138,146,149,151,153,156,157,158,159,165,166,167,168,174,176,179,190,191,192,194,195,198,201,202,203,204,205,209,212,214,217,223,225,231,238,239,240,241,243,244,248],useful:[0,6,7,33,41,42,43,46,50,78,81,84,90,91,110,111,116,120,121,128,132,133,134,142,144,151,153,190,191,198,202,203,212,225,238,241,243],useless:54,user:[3,6,7,8,28,31,33,39,40,41,42,43,46,68,81,83,84,89,90,91,93,100,102,115,118,119,121,129,132,133,141,146,149,152,153,159,166,168,174,176,179,191,192,194,198,208,209,210,211,215,216,225,240,245,247],user_ag:159,user_column:152,user_data:[64,72],user_input:192,user_pattern:168,usernam:[31,240],users_20160320:115,users_index:244,users_loc:244,users_memo:174,users_nam:174,uses:[0,18,19,20,21,28,30,33,39,40,41,43,46,49,52,54,71,78,81,84,85,90,110,112,113,115,116,132,133,134,138,140,142,143,144,153,162,165,166,168,169,174,176,191,192,193,194,195,197,201,202,203,204,205,208,209,211,213,214,215,225,231,238,239,241,242,243,245,246],using:[0,3,22,28,32,33,39,40,42,43,44,46,52,84,90,102,110,111,112,113,115,133,140,143,149,153,156,168,174,191,192,198,201,210,211,231,237,240,241,243],usr:[14,27,28,122,123,127,151,153],usual:[42,43,53,157,238,243],utc:[81,192],utf8:[28,43,55,151],utf:[39,40,44,156,192,195,199,214],util:153,utop:42,uuid:43,uuuuuu:192,uzulla:37,vagrant:12,valid:[37,39,40,41,42,43,110,112,113,133,191,192,211,212,238],valu:[0,8,28,33,37,38,39,40,41,42,43,48,50,52,53,59,61,63,64,67,72,74,78,81,84,85,147,149,151,153,191,192,193,199,201,202,203,208,209,210,211,212,214,215,216,225,229,231,236,238,239,241,246,248],value1:[89,103,153,154,168,169,192],value2:[103,154,192],value_1:[132,241,245],value_2:[132,241,245],value_column:50,value_n:132,value_s:[43,120],value_typ:[66,132],valuebuf:61,valuen:[168,169],var_siz:[119,120],vari:[32,72],variabl:[29,33,37,38,39,40,41,42,43,72,91,119,120,133,192,201,231,238],varieti:240,variou:[22,237,241,244],vdw:[239,241,248],vector:[22,33,37,39,40,41,42,43,45,74,91,100,110,112,113,119,120,132,133,187,188,189,208,237,244],vector_column:[40,43],vector_new:[22,33,45,110,112,113,133,158],vector_s:[22,42,45,110,158],vector_slic:[22,33,43,45,158],vector_text_column:42,veres:225,veri:[0,33,39,43,81,103,110,112,113,133,165,166,168,176,191,192,202,203,208,212,225,240],version1:80,version2:80,version3:80,version4:80,version:[12,18,22,25,28,29,30,31,33,37,39,40,41,42,43,44,45,46,50,51,53,54,72,79,82,83,84,88,89,90,94,95,96,97,101,102,104,105,106,110,111,112,113,114,115,118,119,120,121,122,123,124,127,128,129,132,133,134,135,137,140,143,146,147,149,151,152,153,154,161,162,165,166,167,168,169,170,177,178,187,188,189,191,192,195,199,202,204,205,206,214,217,218,219,220,221,224,229,231,241,245],vertic:[90,138],vervet:[42,43],via:[17,39,85,156,211],video:240,view:[12,22,39,169,236,237,245],violat:33,virtual:[40,42],virtualbox:12,visual:[0,8,31,37,39,40,41,42,81,132],visut:43,vivid:[12,42,43],vmstat:236,vocabulari:241,voic:195,void_t:68,vojtovich:41,vulner:41,w64:12,wai:[0,3,6,7,19,33,39,40,41,78,102,133,147,149,153,156,157,174,190,199,239,241,243,244,247],wait:[48,72,84,110,112],wanab:40,want:[6,7,8,13,16,24,25,26,27,28,30,33,41,42,46,68,89,90,103,110,111,115,116,118,119,121,130,131,132,133,138,140,142,144,149,151,153,156,162,169,173,179,191,201,202,206,208,209,211,214,223,229,231,236,239,241,243,247],wareohji:39,warm:[151,153],warn:[6,7,33,38,39,40,41,107,108,133,151,153,194,202,205],warp:41,warri:23,washida:40,wasn:43,watch:12,weak:[0,176],web:[28,133,136,153,154,191,209,211,240],webclip:167,weight1:[33,39,78,133],weight2:[33,39,78,133],weight3:78,weight:[22,33,39,40,41,91,119,132,133,156,174,191,203,237,238],weight_in_match_column:78,weight_in_weight_vector:78,welcom:[2,3,16,17,110,112,113,133,191,192,244],well:[0,28,33,40,153,176,245],were:[33,43,162,241],werewolf:[42,43],wget:[24,25,26,28,29,30],wgs84geopoint:[37,43,57,119,120,132,162,238,239,240,244,245,248],wgs84geoppoint:57,what:[22,33,45,56,90,102,115,133,136,140,156,179,202,247],when:[0,3,18,33,37,39,40,41,42,43,46,50,54,63,68,78,81,82,84,89,90,94,97,101,102,103,104,110,111,112,113,115,119,120,121,122,127,128,132,133,134,136,138,140,143,149,151,153,156,162,167,169,174,179,191,193,195,202,206,208,214,215,223,228,231,235,240,241,244,246],where:[28,85,235,238],whether:[33,39,41,42,43,53,54,63,85,94,96,101,102,104,105,106,107,110,112,113,115,118,119,120,121,128,132,133,136,140,146,149,153,156,159,162,168,169,174,179,190,191,206,236,238],which:[0,1,26,33,39,40,41,42,43,71,72,100,107,110,112,113,115,116,130,131,133,142,144,149,151,156,157,162,167,169,170,173,174,179,188,191,192,208,229,231,235,238,239,240,241,243,244,245,246,247,248],white:[191,214,241],who:[33,40,42,149,159,214,240],whole:40,whombx:40,whose:[192,235,241],why:[40,133,202,229],wibowo:40,wide:[0,28,37,43,198,202,241],width:[37,42,195],wiedenroth:41,wiki:153,wikipedia:[198,216],wili:[42,43],win64:[8,31],window:[3,5,6,7,12,22,23,33,37,39,40,41,42,43,44,45,72,134,235],window_count:[22,33,45,217],window_record_numb:[22,33,45,113,217,218],window_sum:[22,33,45,110,112,113,133,217],wing:[39,40],with_check:[41,116],with_command_vers:42,with_posit:[43,90,91,110,112,113,119,120,128,132,133,156,165,166,174,176,179,191,192,193,202,203,204,205,213,215,234,241,243,244,247],with_sect:[41,42,43,90,91,119,132,243,244],with_typ:116,with_weight:[41,78,90,91,119,132],within:[208,209,244,248],without:[0,33,38,39,40,41,42,43,46,78,82,86,89,106,110,111,112,113,115,119,121,122,127,133,143,153,174,176,179,191,192,202,208,211,224,238,247],wno:37,wonderland:90,word1:[39,133,191,192],word2:[39,133,191,192],word:[0,33,39,41,42,68,74,112,133,140,179,190,191,192,201,203,208,209,210,211,213,214,242,244],work:[0,3,12,28,33,37,39,40,41,42,43,72,97,110,113,115,133,143,153,194,202,206,207,214,215,225,241,245],workaround:[41,42,43,140],worker:[33,40,43,153],worker_process:225,world:[40,41,214,216,243,248],worst:[33,43],writabl:[41,42],write:[14,18,28,38,41,42,68,105,126,133,137,151,191,192,202,242,243,244],written:[18,41,122,127,146,206,244],wrong:[33,37,39,40,41,42,43,149,209,210],wrongli:[37,43],wsaenobuf:235,www:12,x64:[12,31],x86:[31,37,42],x86_64:12,xcode:27,xenial:[30,43],xeru:[30,43],xml:[37,38,39,40,41,52,154,199,225,231],xvzf:[24,25,26,27,28,29,30],xxx:[33,40,41,43,133,151,192],xxx_20150603:42,xxx_20150604:42,xxx_201506:42,xxxxx:235,yahppo:40,yak:[33,43],yakketi:[33,43],yamada:41,yamaguchi:37,yamamoto:41,yaman:[40,41],yappo:[40,41,44],year:[42,46,159,192,194,244],years_old:46,yes:[12,14,33,38,40,42,43,82,101,102,110,112,113,115,121,133,136,140,150,208],yet:[0,37,40,43,110,112,113,130,131,133,156,192,197,203,205,206,225],yito:[39,40],yml:21,yoji:37,yokoyama:[40,41,43],yoku:[40,41],york:[162,244],yoshida:40,yoshioka:[39,42],you:[0,1,2,3,5,6,7,8,13,16,17,18,19,20,21,23,24,25,26,27,28,30,31,32,33,37,38,39,40,41,42,43,46,48,49,50,52,53,54,56,68,71,72,78,79,81,82,83,84,85,86,89,90,91,93,94,95,96,97,100,101,102,103,104,105,106,110,111,112,113,114,115,116,118,119,121,122,123,127,128,129,130,131,132,133,134,136,138,140,141,142,143,144,146,147,149,151,153,154,155,156,157,158,159,162,165,166,167,168,169,170,173,174,176,179,188,190,191,192,195,197,198,199,201,202,203,204,205,206,208,211,212,213,214,215,216,223,225,228,229,231,235,236,238,239,240,241,243,244,245,246,247,248],younger:90,your:[0,3,6,7,8,18,21,30,33,37,41,42,90,102,103,104,105,106,122,127,128,138,143,149,151,153,170,174,192,195,201,202,206,213,214,215,225,231,247],your_db:37,your_github_account:17,your_new_db:37,yourself:[23,90],yuki:[37,41,43],yum:[12,18,24,26,39],yunqiang:43,yutaro:42,yuya:[41,42,43],yy_syntax_error:46,yyi:17,yyyi:[192,194],yyyymm:206,yyyymmdd:[110,112,113,206],zapu:30,zcat:43,zenigata:240,zero:[33,43,74,78,90,133,173,195,201,213,214,231,238],zeromq:28,zesti:30,zip:[12,22,23,39],zlib1g:[25,30],zlib:[23,35,37,39,40,41,90,119,132],zlib_error:231,zsh:28,zstandard:[28,43,90,119],zstd:119,zunda:37,zxvf:12},titles:["1. Characteristics of Groonga","6. Client","3. Community","12. How to contribute to groonga","12.3. For Groonga developers","12.3.2. How to build Groonga at the repository","12.3.2.1. How to build Groonga at the repository by GNU Autotools","12.3.2.2. How to build Groonga at the repository by CMake on GNU/Linux or Unix","12.3.2.3. How to build Groonga at the repository by CMake on Windows","12.3.3. Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","12.3.4. \u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","12.3.5. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","12.3.7. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","12.3.1. Repository","12.3.8. \u30c6\u30b9\u30c8\u65b9\u6cd5","12.2. How to contribute in documentation topics","12.2.3. C API","12.2.2. I18N","12.2.1. Introduction","12.1. How to report a bug","11. Development","11.1. Travis CI","Groonga documentation","2. Install","2.5. CentOS","2.3. Debian GNU/Linux","2.6. Fedora","2.2. Mac OS X","2.8. Others","2.7. Oracle Solaris","2.4. Ubuntu","2.1. Windows","9. Limitations","News","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","News - 1.2.x","News - 1.3.x","News - 2.x","News - 3.x","News - 4.x","News - 5.x","News - 6.x","News in Senna period","7. Reference manual","7.18. Alias","7.24. API","7.24.2. Global configurations","7.24.4. <code class=\"docutils literal\"><span class=\"pre\">grn_cache</span></code>","7.24.5. <code class=\"docutils literal\"><span class=\"pre\">grn_column</span></code>","7.24.6. <code class=\"docutils literal\"><span class=\"pre\">grn_command_version</span></code>","7.24.7. <code class=\"docutils literal\"><span class=\"pre\">grn_content_type</span></code>","7.24.8. <code class=\"docutils literal\"><span class=\"pre\">grn_ctx</span></code>","7.24.9. <code class=\"docutils literal\"><span class=\"pre\">grn_db</span></code>","7.24.10. <code class=\"docutils literal\"><span class=\"pre\">grn_encoding</span></code>","7.24.11. grn_expr","7.24.12. <code class=\"docutils literal\"><span class=\"pre\">grn_geo</span></code>","7.24.13. <code class=\"docutils literal\"><span class=\"pre\">grn_hook</span></code>","7.24.14. <code class=\"docutils literal\"><span class=\"pre\">grn_ii</span></code>","7.24.15. <code class=\"docutils literal\"><span class=\"pre\">grn_index_cursor</span></code>","7.24.16. <code class=\"docutils literal\"><span class=\"pre\">grn_info</span></code>","7.24.17. <code class=\"docutils literal\"><span class=\"pre\">grn_match_escalation</span></code>","7.24.18. <code class=\"docutils literal\"><span class=\"pre\">grn_obj</span></code>","7.24.19. <code class=\"docutils literal\"><span class=\"pre\">grn_proc</span></code>","7.24.20. <code class=\"docutils literal\"><span class=\"pre\">grn_search</span></code>","7.24.21. <code class=\"docutils literal\"><span class=\"pre\">grn_table</span></code>","7.24.22. <code class=\"docutils literal\"><span class=\"pre\">grn_table_cursor</span></code>","7.24.23. <code class=\"docutils literal\"><span class=\"pre\">grn_thread_*</span></code>","7.24.24. <code class=\"docutils literal\"><span class=\"pre\">grn_type</span></code>","7.24.25. <code class=\"docutils literal\"><span class=\"pre\">grn_user_data</span></code>","7.24.1. Overview","7.24.3. Plugin","Cast","7.6. Column","7.6.4. Index column","7.6.3. Pseudo column","7.6.1. Scalar column","7.6.2. Vector column","7.3. Command","7.3.1. Command version","7.3.2. Output format","7.3.3. Pretty print","7.3.4. Request ID","7.3.5. Request timeout","7.3.6. Return code","7.3.7. <code class=\"docutils literal\"><span class=\"pre\">cache_limit</span></code>","7.3.8. <code class=\"docutils literal\"><span class=\"pre\">check</span></code>","7.3.9. <code class=\"docutils literal\"><span class=\"pre\">clearlock</span></code>","7.3.10. <code class=\"docutils literal\"><span class=\"pre\">column_copy</span></code>","7.3.11. <code class=\"docutils literal\"><span class=\"pre\">column_create</span></code>","7.3.12. <code class=\"docutils literal\"><span class=\"pre\">column_list</span></code>","7.3.13. <code class=\"docutils literal\"><span class=\"pre\">column_remove</span></code>","7.3.14. <code class=\"docutils literal\"><span class=\"pre\">column_rename</span></code>","7.3.15. <code class=\"docutils literal\"><span class=\"pre\">config_delete</span></code>","7.3.16. <code class=\"docutils literal\"><span class=\"pre\">config_get</span></code>","7.3.17. <code class=\"docutils literal\"><span class=\"pre\">config_set</span></code>","7.3.18. <code class=\"docutils literal\"><span class=\"pre\">database_unmap</span></code>","7.3.19. <code class=\"docutils literal\"><span class=\"pre\">define_selector</span></code>","7.3.20. <code class=\"docutils literal\"><span class=\"pre\">defrag</span></code>","7.3.21. <code class=\"docutils literal\"><span class=\"pre\">delete</span></code>","7.3.22. <code class=\"docutils literal\"><span class=\"pre\">dump</span></code>","7.3.23. <code class=\"docutils literal\"><span class=\"pre\">io_flush</span></code>","7.3.24. <code class=\"docutils literal\"><span class=\"pre\">load</span></code>","7.3.25. <code class=\"docutils literal\"><span class=\"pre\">lock_acquire</span></code>","7.3.26. <code class=\"docutils literal\"><span class=\"pre\">lock_clear</span></code>","7.3.27. <code class=\"docutils literal\"><span class=\"pre\">lock_release</span></code>","7.3.28. <code class=\"docutils literal\"><span class=\"pre\">log_level</span></code>","7.3.29. <code class=\"docutils literal\"><span class=\"pre\">log_put</span></code>","7.3.30. <code class=\"docutils literal\"><span class=\"pre\">log_reopen</span></code>","7.3.31. <code class=\"docutils literal\"><span class=\"pre\">logical_count</span></code>","7.3.32. <code class=\"docutils literal\"><span class=\"pre\">logical_parameters</span></code>","7.3.33. <code class=\"docutils literal\"><span class=\"pre\">logical_range_filter</span></code>","7.3.34. <code class=\"docutils literal\"><span class=\"pre\">logical_select</span></code>","7.3.35. <code class=\"docutils literal\"><span class=\"pre\">logical_shard_list</span></code>","7.3.36. <code class=\"docutils literal\"><span class=\"pre\">logical_table_remove</span></code>","7.3.37. <code class=\"docutils literal\"><span class=\"pre\">normalize</span></code>","7.3.38. <code class=\"docutils literal\"><span class=\"pre\">normalizer_list</span></code>","7.3.39. <code class=\"docutils literal\"><span class=\"pre\">object_exist</span></code>","7.3.40. <code class=\"docutils literal\"><span class=\"pre\">object_inspect</span></code>","7.3.41. <code class=\"docutils literal\"><span class=\"pre\">object_list</span></code>","7.3.42. <code class=\"docutils literal\"><span class=\"pre\">object_remove</span></code>","7.3.43. <code class=\"docutils literal\"><span class=\"pre\">plugin_register</span></code>","7.3.44. <code class=\"docutils literal\"><span class=\"pre\">plugin_unregister</span></code>","7.3.45. <code class=\"docutils literal\"><span class=\"pre\">query_expand</span></code>","7.3.46. <code class=\"docutils literal\"><span class=\"pre\">quit</span></code>","7.3.47. <code class=\"docutils literal\"><span class=\"pre\">range_filter</span></code>","7.3.48. <code class=\"docutils literal\"><span class=\"pre\">register</span></code>","7.3.49. <code class=\"docutils literal\"><span class=\"pre\">reindex</span></code>","7.3.50. <code class=\"docutils literal\"><span class=\"pre\">request_cancel</span></code>","7.3.51. <code class=\"docutils literal\"><span class=\"pre\">ruby_eval</span></code>","7.3.52. <code class=\"docutils literal\"><span class=\"pre\">ruby_load</span></code>","7.3.53. <code class=\"docutils literal\"><span class=\"pre\">schema</span></code>","7.3.54. <code class=\"docutils literal\"><span class=\"pre\">select</span></code>","7.3.55. <code class=\"docutils literal\"><span class=\"pre\">shutdown</span></code>","7.3.56. <code class=\"docutils literal\"><span class=\"pre\">status</span></code>","7.3.57. <code class=\"docutils literal\"><span class=\"pre\">suggest</span></code>","7.3.58. <code class=\"docutils literal\"><span class=\"pre\">table_copy</span></code>","7.3.59. <code class=\"docutils literal\"><span class=\"pre\">table_create</span></code>","7.3.60. <code class=\"docutils literal\"><span class=\"pre\">table_list</span></code>","7.3.61. <code class=\"docutils literal\"><span class=\"pre\">table_remove</span></code>","7.3.62. <code class=\"docutils literal\"><span class=\"pre\">table_rename</span></code>","7.3.63. <code class=\"docutils literal\"><span class=\"pre\">table_tokenize</span></code>","7.3.64. <code class=\"docutils literal\"><span class=\"pre\">thread_limit</span></code>","7.3.65. <code class=\"docutils literal\"><span class=\"pre\">tokenize</span></code>","7.3.66. <code class=\"docutils literal\"><span class=\"pre\">tokenizer_list</span></code>","7.3.67. <code class=\"docutils literal\"><span class=\"pre\">truncate</span></code>","7.17. Configuration","7.1. Executables","7.1.1. <code class=\"docutils literal\"><span class=\"pre\">grndb</span></code>","7.1.2. grnslap","7.1.3. <code class=\"docutils literal\"><span class=\"pre\">groonga</span></code> executable file","7.1.4. groonga-benchmark","7.1.5. groonga-httpd","7.1.6. Groonga HTTP server","7.1.7. groonga-suggest-create-dataset","7.1.8. <code class=\"docutils literal\"><span class=\"pre\">groonga-suggest-httpd</span></code>","7.1.9. groonga-suggest-learner","7.14. Function","7.14.1. <code class=\"docutils literal\"><span class=\"pre\">between</span></code>","7.14.2. edit_distance","7.14.3. <code class=\"docutils literal\"><span class=\"pre\">fuzzy_search</span></code>","7.14.4. <code class=\"docutils literal\"><span class=\"pre\">geo_distance</span></code>","7.14.5. geo_in_circle","7.14.6. geo_in_rectangle","7.14.7. <code class=\"docutils literal\"><span class=\"pre\">highlight_full</span></code>","7.14.8. <code class=\"docutils literal\"><span class=\"pre\">highlight_html</span></code>","7.14.9. <code class=\"docutils literal\"><span class=\"pre\">html_untag</span></code>","7.14.10. <code class=\"docutils literal\"><span class=\"pre\">in_records</span></code>","7.14.11. <code class=\"docutils literal\"><span class=\"pre\">in_values</span></code>","7.14.12. <code class=\"docutils literal\"><span class=\"pre\">math_abs</span></code>","7.14.13. now","7.14.14. <code class=\"docutils literal\"><span class=\"pre\">number_classify</span></code>","7.14.15. <code class=\"docutils literal\"><span class=\"pre\">prefix_rk_search</span></code>","7.14.16. <code class=\"docutils literal\"><span class=\"pre\">query</span></code>","7.14.17. rand","7.14.18. <code class=\"docutils literal\"><span class=\"pre\">snippet_html</span></code>","7.14.19. <code class=\"docutils literal\"><span class=\"pre\">string_length</span></code>","7.14.20. <code class=\"docutils literal\"><span class=\"pre\">string_substring</span></code>","7.14.21. <code class=\"docutils literal\"><span class=\"pre\">sub_filter</span></code>","7.14.22. <code class=\"docutils literal\"><span class=\"pre\">time_classify_day</span></code>","7.14.23. <code class=\"docutils literal\"><span class=\"pre\">time_classify_hour</span></code>","7.14.24. <code class=\"docutils literal\"><span class=\"pre\">time_classify_minute</span></code>","7.14.25. <code class=\"docutils literal\"><span class=\"pre\">time_classify_month</span></code>","7.14.26. <code class=\"docutils literal\"><span class=\"pre\">time_classify_second</span></code>","7.14.27. <code class=\"docutils literal\"><span class=\"pre\">time_classify_week</span></code>","7.14.28. <code class=\"docutils literal\"><span class=\"pre\">time_classify_year</span></code>","7.14.29. <code class=\"docutils literal\"><span class=\"pre\">vector_new</span></code>","7.14.30. <code class=\"docutils literal\"><span class=\"pre\">vector_size</span></code>","7.14.31. <code class=\"docutils literal\"><span class=\"pre\">vector_slice</span></code>","7.12. grn_expr","7.12.1. Query syntax","7.12.2. Script syntax","7.20. Indexing","7.22. Log","7.7. Normalizers","7.16. Operations","7.16.1. Geolocation search","7.16.2. Prefix RK search","7.2. Output","7.10. Query expanders","7.10.1. QueryExpanderTSV","7.13. Regular expression","7.11. Scorer","7.11.3.1. <code class=\"docutils literal\"><span class=\"pre\">scorer_tf_at_most</span></code>","7.11.3.2. <code class=\"docutils literal\"><span class=\"pre\">scorer_tf_idf</span></code>","7.21. Sharding","7.19. Suggest","7.19.2. Completion","7.19.3. Correction","7.19.1. Introduction","7.19.4. Suggestion","7.5. Tables","7.9. Token filters","7.8. Tokenizers","7.23. Tuning","7.4. Data types","7.15. Window function","7.15.1. <code class=\"docutils literal\"><span class=\"pre\">record_number</span></code>","7.15.2. <code class=\"docutils literal\"><span class=\"pre\">window_count</span></code>","7.15.3. <code class=\"docutils literal\"><span class=\"pre\">window_record_number</span></code>","7.15.4. <code class=\"docutils literal\"><span class=\"pre\">window_sum</span></code>","5. Server","5.3. GQTP","5.2. HTTP","5.2.1. Comparison","5.2.2. groonga","5.2.3. groonga-httpd","5.4. Memcached binary protocol","5.1. Server packages","8. Specification","8.1. GQTP","8.2. \u691c\u7d22","10. Troubleshooting","10.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","10.2. How to analyze error messages","10.3. How to avoid mmap Cannot allocate memory error","4. Tutorial","4.3. Various data types","4.5. Drilldown","4.6. Tag search and reverse resolution of reference relationships","4.1. Basic operations","4.9. Additional information about lexicon for full text search","4.7. match_columns parameter","4.10. Let's create micro-blog","4.2. Remote access","4.8. Prefix search with patricia trie","4.11. Query expansion","4.4. Various search conditions"],titleterms:{"0\u30ea\u30ea\u30fc\u30b9":[35,36,37],"1\u30ea\u30ea\u30fc\u30b9":[35,37],"2\u30ea\u30ea\u30fc\u30b9":35,"3\u30ea\u30ea\u30fc\u30b9":35,"4\u30ea\u30ea\u30fc\u30b9":35,"5\u30ea\u30ea\u30fc\u30b9":35,"6\u30ea\u30ea\u30fc\u30b9":[34,35],"7\u30ea\u30ea\u30fc\u30b9":[34,35],"8\u30ea\u30ea\u30fc\u30b9":35,"\u3053\u3061\u3089\u304b\u3089\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b":10,"\u306e\u66f4\u65b0":12,"\u3078\u3068\u8a98\u5c0e\u3057\u306a\u3044":10,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u89e3\u6790\u65b9\u6cd5":[],"\u30aa\u30d7\u30b7\u30e7\u30f3":[150,152],"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":14,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":11,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":11,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":80,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":152,"\u30b5\u30f3\u30d7\u30eb":[150,152],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":152,"\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc\u306e\u89e3\u6790\u65b9\u6cd5":[],"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":14,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":14,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":14,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":152,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":234,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":34,"\u30d0\u30fc\u30b8\u30e7\u30f31":[35,36],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":80,"\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u751f\u6210\u3057\u305f\u3044":12,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30d3\u30eb\u30c9\u3092\u4e26\u5217\u5316\u3057\u305f\u3044":12,"\u30d3\u30eb\u30c9\u6642\u306etip":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":12,"\u30d3\u30eb\u30c9\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":12,"\u30d6\u30ed\u30b0":12,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":216,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":14,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":10,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":12,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4f7f\u3044\u65b9":152,"\u4f8b":[160,163,164,171,175,234],"\u4f8b\u3048\u3070redmin":10,"\u4fee\u6b63":[34,35,36,37],"\u5236\u9650\u4e8b\u9805":152,"\u524d\u63d0\u6761\u4ef6":12,"\u539f\u56e0":234,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":234,"\u540d\u524d":[76,150,152,160,163,164,171,175],"\u5909\u66f4":35,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":12,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":232,"\u5b9f\u9a13\u7684":37,"\u5bfe\u5fdc":10,"\u5bfe\u7b56\u65b9\u6cd51":234,"\u5bfe\u7b56\u65b9\u6cd52":234,"\u5f15\u6570":[150,152,160,163,164,175],"\u611f\u8b1d":[34,35,36,37],"\u6539\u826f":[34,35,36,37],"\u66f8\u5f0f":[150,152,160,163,164,171,175],"\u6700\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":12,"\u691c\u7d22":232,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":232,"\u691c\u7d22\u306e\u6319\u52d5":232,"\u691c\u7d22\u4f8b1":11,"\u691c\u7d22\u4f8b2":11,"\u691c\u7d22\u4f8b3":11,"\u691c\u7d22\u4f8b4":11,"\u6982\u8981":80,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":14,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":12,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u5b9a\u306e\u74b0\u5883\u5411\u3051\u306e\u307f\u30d3\u30eb\u30c9\u3057\u305f\u3044":12,"\u7279\u6b8a\u547d\u4ee4":152,"\u7406\u7531":10,"\u89e3\u6790\u65b9\u6cd5":[],"\u8aac\u660e":[76,150,152,160,163,164,171,175],"\u8fd4\u5024":[160,163,164,171,175],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u306f\u304a\u3055\u3089\u3044\u3057\u3066\u304a\u304f":10,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":232,"\u95a2\u4fc2\u5f0f":11,"\u95be\u5024\u3092\u3042\u3052\u308b":234,"\u9759\u7684\u89e3\u6790":14,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":232,"benchmark\u547d\u4ee4":152,"benchmark\u5b9f\u884c\u7d50\u679c":152,"boolean":[192,238],"case":[81,115,140],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"class":202,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":80,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":12,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":12,"debian\u7cfb\u306e\u5834\u5408":12,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"default":[28,80,84],"examples\u306e\u5b9f\u884c":12,"facebook\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"files\u306e\u5b9f\u884c":12,"float":[192,216],"function":[110,112,113,133,158,192,217],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":11,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":12,"grntest\u306e\u6e96\u5099":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":12,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":12,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":11,"hat\u7cfb\u306e\u5834\u5408":12,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"homebrew\u306e\u66f4\u65b0":12,"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":109,"new":[17,33,37,38,39,40,41,42,43,44],"null":192,"po\u306e\u5b9f\u884c":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":12,"ppa\u7528\u306e\u9375\u306e\u767b\u9332":12,"release\u306e\u5b9f\u884c":12,"return":[84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,154,156,159,161,162,165,166,167,168,169,170,172,173,174,176,177,178,179,180,181,182,183,184,185,186,187,188,189,204,205,218,219,220,221],"twitter\u3067\u306e\u3084\u308a\u3068\u308a\u306f\u3067\u304d\u308b\u3060\u3051\u4ed6\u306e\u5834\u6240":10,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"twitter\u7de8":10,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u516c\u958b\u306e\u53d6\u308a\u6d88\u3057":12,"version\u30d1\u30e9\u30e1\u30fc\u30bf":80,"windows\u5411\u3051\u306e\u5834\u5408":12,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"x\u306e\u304a\u77e5\u3089\u305b":[34,35,36],AND:[191,192],For:4,NOT:[191,192],Near:[191,192],Not:[191,192],The:[33,90,133,215],Use:156,Using:[162,225],about:[216,242],access:[225,245],add:17,addit:[192,195,242],adjust:133,administr:[153,245],advanc:[113,133],against:243,aggreg:0,alia:46,all:212,alloc:236,also:[6,7,8,46,81,83,84,85,86,88,90,91,94,95,96,98,100,103,104,106,107,108,109,114,116,117,120,122,123,124,126,127,129,130,131,132,133,136,138,142,144,145,155,156,165,166,173,174,176,179,190,195,198,201,204,205,212,213,231],among:243,analyz:235,anchor:202,api:[16,47],appli:78,approximate_typ:162,archiv:30,arg:11,arithmet:192,arrai:192,assign:[83,191,192],authent:225,autotool:6,avail:[153,213],avoid:236,basic:[115,140,192,241],benchmark:152,between:159,bigram:244,binari:228,bitwis:192,blog:244,blogroonga:12,bodi:81,bool:216,broken:115,brows:153,bug:19,build:[5,6,7,8,24,25,26,27,28,30,31],built:[195,203,214],builtin:[151,216],cach:[110,112,113,133,153],cache_limit:86,calc_target:113,calc_typ:113,call:192,callback:11,can:216,candidate_n:156,cannot:236,cascad:100,cast:73,cento:24,chang:[44,89],charact:202,characterist:[0,212],chat:2,check:[87,149],checkout:[6,7,8],choic:202,clear:149,clearlock:88,client:[1,151,231],clone:17,close_tagn:165,cmake:[7,8],code:[84,85],column:[0,32,74,75,76,77,78,89,90,110,112,113,119,120,132,133,140,162,165,173,191,204,205,239,241,243],column_copi:89,column_cr:90,column_full_nam:119,column_id:119,column_list:91,column_nam:119,column_or_valu:159,column_remov:92,column_renam:93,column_t:119,column_type_nam:119,column_type_raw_id:119,column_type_raw_nam:119,column_value_typ:119,combin:191,command:[79,80,132,147,149,151,154,156,199,206,225,241,245],comment:244,common:120,commun:2,comparison:[192,225],complet:[208,210],compress:225,condit:[133,191,248],condition_column_nam:168,condition_t:168,config_delet:94,config_get:95,config_set:96,configur:[6,18,21,28,48,89,147,153,225],confirm:17,construct:193,contain:11,contribut:[3,15],control:192,convert:198,cooccurr:[208,209,211],core:225,correct:[209,210],cpu:225,creat:[6,78,90,138,155,241,243,244],custom:225,daemon:[151,231],data:[90,138,153,157,191,192,208,211,216,238,244],data_column_value_compress_method:119,databas:[119,225,241],database_name_t:119,database_path:[156,157],database_type_id:119,database_type_nam:119,database_unmap:97,dataset:155,date:238,db_api:11,debian:25,decreas:[115,140],default_mod:174,default_token:138,define_selector:98,defrag:99,delet:100,depend:[6,7,8,18,28,115,140],descript:216,desctipion:155,develop:[4,20],differ:113,direct:153,divis:192,document:[15,18,22],domain:239,down:[153,248],downtim:225,drildown:239,drilldown:[113,133,239],drilldown_calc_target:[113,133],drilldown_calc_typ:[113,133],drilldown_filt:[113,133],drilldown_limit:[113,133],drilldown_offset:[113,133],drilldown_output_column:[113,133],drilldown_sort_kei:[113,133],drilldown_sortbi:[113,133],dump:101,dump_index:101,dump_plugin:101,dump_record:101,dump_schema:101,dynam:[110,112,113,133],each:243,edit:17,edit_dist:160,ellipsoid:162,enabl:[18,84],encod:28,engin:0,equal:[11,191,192],error:[81,235,236],escal:28,escap:[191,202],exampl:[21,49,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,155,231,235,236],execut:[148,151],exit:155,expand:200,expans:247,explicit:191,explicitli:162,express:[191,192,202],extract:[192,211],facebook:2,favorit:244,featur:197,fedora:26,file:[17,151,155,157,201,215,225],filter:[110,112,113,133,213],filter_str:179,fix:[33,37,39,40,41,42,43,44],flag:[90,110,112,113,116,120,133,138,142,144,174,231],flow:17,follow:244,forc:[115,121,149],format:[81,103,133,194,201,241],free:0,freebsd:215,from:[6,7,8,24,25,26,27,28,30,31,113,156,157],from_nam:[89,137],from_tabl:89,full:[0,90,191,241,242,243,248],fuzzy_search:161,gener:[17,18],geo:[0,192,240],geo_dist:162,geo_in_circl:163,geo_in_rectangl:164,geoindex:244,geoloc:[197,244],geopoint:244,get:[156,241],global:48,glossari:206,gnu:[6,7,25],gqtp:[223,229,231],greater:[11,191,192],greater_equ:11,grn_cach:49,grn_column:50,grn_command_vers:51,grn_content_typ:52,grn_ctx:53,grn_db:54,grn_encod:55,grn_expr:[11,56,190],grn_geo:57,grn_hook:58,grn_ii:59,grn_index_cursor:60,grn_info:61,grn_match_escal:62,grn_obj:63,grn_proc:64,grn_search:65,grn_tabl:66,grn_table_cursor:67,grn_table_select:11,grn_thread_:68,grn_type:69,grn_user_data:70,grndb:149,grnslap:150,groonga:[0,3,4,5,6,7,8,9,12,17,22,44,151,152,153,154,155,156,157,226,227,229],groonga_base_path:153,groonga_cache_base_path:153,groonga_cache_limit:153,groonga_databas:153,groonga_database_auto_cr:153,groonga_log_level:153,groonga_log_path:153,groonga_query_log_path:153,group:[191,192,202],group_kei:[110,112,113,133],gzip:225,handleabl:90,hash:244,hashtag:244,header:[81,94,95,96,104,106,120,132,231],help:28,highlight_ful:165,highlight_html:166,homebrew:27,how:[3,5,6,7,8,15,17,19,46,78,83,84,89,193,198,208,209,211,223,231,235,236,245],html:[17,18,167],html_untag:167,http:[154,199,224,225,229,245],httpd:[153,156,157,227,229],hypertext:245,i18n:17,improv:[33,37,38,39,40,41,42,43,44],in_record:168,in_valu:169,index:[0,32,75,90,120,132,138,193,202,204,205,240,241,243],index_column:142,index_column_source_full_nam:119,index_column_source_id:119,index_column_source_nam:119,index_column_source_t:119,index_column_value_posit:119,index_column_value_s:119,index_column_value_sect:119,index_column_value_statistics_max_array_segment_id:119,index_column_value_statistics_max_buffer_segment_id:119,index_column_value_statistics_max_in_use_chunk_id:119,index_column_value_statistics_max_in_use_physical_segment_id:119,index_column_value_statistics_max_section_id:119,index_column_value_statistics_n_garbage_chunk:119,index_column_value_statistics_n_garbage_seg:119,index_column_value_statistics_n_unmanaged_seg:119,index_column_value_statistics_total_chunk_s:119,index_column_value_weight:119,inform:[242,248],input:156,instal:[6,7,8,17,18,23,28,31,201],instant:0,int16:216,int32:216,int64:216,int8:216,integ:192,introduct:[18,210],invert:0,io_flush:102,issu:[19,245],javascript:248,jessi:25,json:[81,103],just:78,kei:[94,95,96,113,133,216,246],kern:215,key_typ:138,keyword:244,keywordn:165,kind:90,label:[113,133],languag:17,larg:138,latest:12,latitud:[0,238],launch:156,learn:[156,157,208,209,210,211],learner:[156,157],left:192,less:[11,191,192],less_equ:11,let:244,level:149,lexicon:[138,241,242],librari:[0,28],like:248,limit:[32,78,112,113,133,201,212,216,239],line:[151,156,199],linux:[7,25,215],list:[2,19,85],liter:192,load:[78,103,153,241,244],localstatedir:28,locat:[0,162,201,240,248],lock:[0,149],lock_acquir:104,lock_clear:105,lock_releas:106,log:[28,149,157,194,225],log_level:107,log_put:108,log_reopen:109,logic:[115,191,192],logical_count:110,logical_paramet:111,logical_range_filt:112,logical_select:113,logical_shard_list:114,logical_t:[110,112,113,114,115],logical_table_remov:115,longitud:[0,238],longtext:216,lz4:28,mac:27,macport:27,mail:[2,19],make:[6,7,12,28],manual:45,match:[28,191,192],match_column:[113,133,174,243],match_escalation_threshold:[113,133],math_ab:170,max:[86,110,112,113,115,143,159,215],max_bord:[110,112,113,115,159],max_map_count:215,maxfileperproc:215,medium:90,memcach:228,memori:[215,236],messag:[28,235],message_pack_install_prefix:28,messagepack:81,micro:244,min:[110,112,113,115,159],min_bord:[110,112,113,115,159],mmap:236,mode:[11,134,142,144,151],mode_nam:168,modul:153,modulo:192,mroonga:0,much:115,multi:225,multipl:[90,192,239,243],munin:28,name:[90,93,110,112,113,118,119,121,133,138,140,141,154,155,216,243],narrow:248,nest:243,new_nam:[93,141],nginx:153,nofil:215,normal:[78,116,132,138,144,195],normalizer_list:117,normalizer_nam:165,normalizerauto:195,normalizernfkc51:195,not_equ:11,now:171,number:[28,90,133,215],number_classifi:172,numer:238,object:[120,192],object_exist:118,object_inspect:119,object_list:120,object_remov:121,object_typ:120,offlin:193,offset:[112,113,133],old:33,one:243,onlin:193,only_open:102,open:215,open_tagn:165,oper:[192,196,241],option:[89,90,94,95,96,97,101,102,110,111,112,113,114,115,116,118,119,120,121,124,132,134,135,137,138,140,142,143,144,151,155,156,157,159,162,166,168,174,204,205],oracl:29,order:112,origin:192,other:[28,202],output:[17,81,112,113,133,199,241],output_column:[112,113,133],overcommit_memori:215,overview:[0,71,238],pack:28,packag:[28,30,229],page:133,paramet:[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,118,119,120,121,124,125,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,146,151,156,157,159,162,165,166,167,168,169,170,173,174,179,187,188,204,205,215,243],part:115,patch:17,path:[28,131,149,225],patricia:246,per:215,perform:[153,225],period:44,persist:212,person:30,phrase:191,platform:28,plugin:[28,72,132],plugin_regist:122,plugin_unregist:123,point1:162,point2:162,point:192,possibl:115,post:[153,225,244],post_filt:112,ppa:30,prefix:[11,28,191,192,198,208,225,246],prefix_rk_search:173,prepar:247,pretti:82,primari:[216,246],print:82,proc:120,process:[194,215],properti:120,protocol:[228,231,245],proxi:153,proxy_cach:153,pseudo:76,pull:17,quantifi:202,queri:[0,113,133,153,173,174,191,194,200,247],query_expand:[113,124,133,174],query_expans:133,query_flag:[113,133],query_str:174,query_typ:231,queryexpandertsv:201,quit:125,rand:175,rang:[120,138,241],range_filt:126,range_index:111,read:[0,198,208],record:[90,133,212,241],record_numb:218,recov:149,rectangl:162,recurs:102,red:12,refer:[45,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,78,90,140,238,240],regist:127,regular:[191,192,202],reindex:128,relat:[110,112,113,115,133,153,157,243],relationship:240,releas:[33,37,38,39,40,41,42,43],remot:245,remov:[115,140],report:19,repositori:[5,6,7,8,13,17],request:[17,83,84,153],request_cancel:129,requir:[89,90,91,93,94,95,96,97,102,110,111,112,113,114,115,116,118,119,120,121,124,129,132,133,134,135,137,138,140,141,142,143,144,146,156,159,162,166,167,168,174,204,205],resolut:240,resolv:46,resourc:[115,140],respons:156,restart:229,result:[239,241],revers:[153,240],right:192,romaji:198,room:2,ruby_ev:130,ruby_load:131,rule:206,run:[6,7,8,18,223,231,245],sampl:[191,192],scalar:[77,90],schema:132,scope:179,score:133,score_n:156,scorer:[113,133,203,248],scorer_tf_at_most:204,scorer_tf_idf:205,script:[130,192],search:[0,78,90,110,112,113,133,191,192,197,198,208,209,211,240,241,242,243,244,246,247,248],secur:[192,245],see:[6,7,8,46,81,83,84,85,86,88,90,91,94,95,96,98,100,103,104,106,107,108,109,114,116,117,120,122,123,124,126,127,129,130,131,132,133,136,138,142,144,145,155,156,165,166,173,174,176,179,190,195,198,201,204,205,212,213,231],select:[113,133],send:[17,245],senna:44,server:[0,151,154,222,229,231,245],set:[84,153],setup:156,sharabl:0,shard:206,shard_kei:[110,112,113,115],shift:192,shorttext:216,shut:153,shutdown:134,sign:192,similar:[11,191,192,209],simpl:[112,113,133],size:231,slice:133,small:90,snippet_html:176,socket:235,softwar:[6,7,8,18],solari:29,solut:236,sort:[239,241,248],sort_hash_t:101,sort_kei:[110,112,113,133],sortbi:[113,133],sourc:[24,25,26,27,28,30,31,90,120,132],specif:[120,153,230,243,244],specifi:[162,216,241],sphere:162,sphinx:17,stage:[110,112,113,133],standalon:151,start:229,statu:[135,155,231],stop:229,storag:0,store:[0,138],stretch:25,string:[116,142,144,192,238],string_length:177,string_substr:178,style:133,sub_filt:179,submit:19,substitution_t:174,subtract:192,succeeded_or_not:[94,96,104,106],success:81,suffix:[11,191,192,246],suggest:[136,155,156,157,207,210,211],summari:[46,48,49,50,51,52,53,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,75,77,78,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,149,151,153,154,156,157,159,161,162,165,166,167,168,169,170,172,173,174,176,177,178,179,180,181,182,183,184,185,186,187,188,189,195,198,201,202,203,204,205,206,212,213,214,215,218,219,220,221,223],support:197,synopsi:[154,157],synopsti:155,syntax:[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,149,151,153,156,159,161,162,165,166,167,168,169,170,172,173,174,176,177,178,179,180,181,182,183,184,185,186,187,188,189,191,192,202,204,205,218,219,220,221,248],tabl:[32,89,90,91,93,101,115,119,120,132,133,138,140,142,157,212,216,241,243,244],table_copi:137,table_cr:138,table_dat_kei:212,table_hash_kei:212,table_id:119,table_key_max_total_s:119,table_key_total_s:119,table_key_typ:119,table_list:139,table_n_record:119,table_nam:119,table_no_kei:212,table_pat_kei:212,table_remov:140,table_renam:141,table_token:142,table_type_id:119,table_type_nam:119,table_value_typ:119,tag:[138,240,244],target:[90,140,149,170,188],target_nam:[102,104,105,106,128,146],target_valu:169,temporari:212,term:192,termin:231,test:112,text:[0,90,166,191,216,241,242,243,248],than:[191,192],thank:[33,37,38,39,40,41,42,43],thread_limit:143,threshold:28,time:[192,216,238,244],time_classify_dai:180,time_classify_hour:181,time_classify_minut:182,time_classify_month:183,time_classify_second:184,time_classify_week:185,time_classify_year:186,timeout:84,to_nam:[89,137],to_tabl:89,todo:176,token:[0,132,144,213,214],token_filt:[120,132,138,144],tokenbigram:214,tokenbigramignoreblank:214,tokenbigramignoreblanksplitsymbol:214,tokenbigramignoreblanksplitsymbolalpha:214,tokenbigramignoreblanksplitsymbolalphadigit:214,tokenbigramsplitsymbol:214,tokenbigramsplitsymbolalpha:214,tokenbigramsplitsymbolalphadigit:214,tokendelimit:214,tokendelimitnul:214,tokenfilterstem:213,tokenfilterstopword:213,tokenizer_list:145,tokenizs:214,tokenmecab:214,tokenregexp:214,tokentrigram:214,tokenunigram:214,tokyogeopoint:216,tool:[28,153,245],topic:15,total:133,tracker:19,transfer:245,translat:17,travi:21,trie:246,troubleshoot:233,truncat:[146,149],tsv:[81,201],tune:215,tutori:237,twitter:2,type:[90,110,112,113,119,120,132,133,156,216,238,244],type_id:119,type_id_of_typ:119,type_nam:119,type_name_of_typ:119,type_s:119,ubuntu:30,uint16:216,uint32:216,uint64:216,uint8:216,unix:7,unremov:[115,140],unsign:192,updat:[0,12,17,18,208],upgrad:225,usag:[46,75,77,78,82,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,149,151,153,156,157,159,161,162,165,166,167,168,169,170,172,173,174,176,177,178,179,180,181,182,183,184,185,186,187,188,189,198,199,201,202,203,204,205,215,218,219,220,221],use:[193,208,209,211],use_html_escap:165,use_range_index:112,used:[115,140],user:[156,244],using:[244,248],valu:[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,154,156,159,161,162,165,166,167,168,169,170,172,173,174,176,177,178,179,180,181,182,183,184,185,186,187,188,189,204,205,218,219,220,221,244],value_typ:138,variou:[238,248],vector:[78,90,238],vector_new:187,vector_s:188,vector_slic:189,version:[80,225],view:241,weight:[78,90,243],wgs84geopoint:216,what:214,who:244,window:[8,31,110,112,113,133,217],window_count:219,window_record_numb:220,window_sum:221,without:225,work:[17,208,209,211],worker_process:153,xml:81,xor:192,your:17,zip:31,zlib:28}})
|
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>5. Server — Groonga v7.0.1-160-gda23e59 documentation</title>
|
11
|
-
|
9
|
+
<title>5. Server — Groonga v7.1.0-73-g6d02cfa documentation</title>
|
12
10
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
11
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
14
|
-
|
15
12
|
<script type="text/javascript">
|
16
13
|
var DOCUMENTATION_OPTIONS = {
|
17
14
|
URL_ROOT: './',
|
18
|
-
VERSION: '7.0
|
15
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
19
16
|
COLLAPSE_INDEX: false,
|
20
17
|
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE:
|
18
|
+
HAS_SOURCE: false,
|
19
|
+
SOURCELINK_SUFFIX: '.txt'
|
22
20
|
};
|
23
21
|
</script>
|
24
22
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
@@ -27,11 +25,10 @@
|
|
27
25
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
26
|
<link rel="index" title="Index" href="genindex.html" />
|
29
27
|
<link rel="search" title="Search" href="search.html" />
|
30
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="index.html" />
|
31
28
|
<link rel="next" title="5.1. Server packages" href="server/package.html" />
|
32
29
|
<link rel="prev" title="4.11. Query expansion" href="tutorial/query_expansion.html" />
|
33
30
|
</head>
|
34
|
-
<body
|
31
|
+
<body>
|
35
32
|
<div class="header">
|
36
33
|
<h1 class="title">
|
37
34
|
<a id="top-link" href="index.html">
|
@@ -61,7 +58,7 @@
|
|
61
58
|
<li class="right" >
|
62
59
|
<a href="tutorial/query_expansion.html" title="4.11. Query expansion"
|
63
60
|
accesskey="P">previous</a> |</li>
|
64
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0
|
61
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
65
62
|
</ul>
|
66
63
|
</div>
|
67
64
|
|
@@ -108,13 +105,6 @@
|
|
108
105
|
<h4>Next topic</h4>
|
109
106
|
<p class="topless"><a href="server/package.html"
|
110
107
|
title="next chapter">5.1. Server packages</a></p>
|
111
|
-
<div role="note" aria-label="source link">
|
112
|
-
<h3>This Page</h3>
|
113
|
-
<ul class="this-page-menu">
|
114
|
-
<li><a href="_sources/server.txt"
|
115
|
-
rel="nofollow">Show Source</a></li>
|
116
|
-
</ul>
|
117
|
-
</div>
|
118
108
|
<div id="searchbox" style="display: none" role="search">
|
119
109
|
<h3>Quick search</h3>
|
120
110
|
<form class="search" action="search.html" method="get">
|
@@ -141,11 +131,11 @@
|
|
141
131
|
<li class="right" >
|
142
132
|
<a href="tutorial/query_expansion.html" title="4.11. Query expansion"
|
143
133
|
>previous</a> |</li>
|
144
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0
|
134
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
145
135
|
</ul>
|
146
136
|
</div>
|
147
137
|
<div class="footer" role="contentinfo">
|
148
|
-
© Copyright 2009-
|
138
|
+
© Copyright 2009-2018, Brazil, Inc.
|
149
139
|
</div>
|
150
140
|
</body>
|
151
141
|
</html>
|
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>5.3. GQTP — Groonga v7.0.1-160-gda23e59 documentation</title>
|
11
|
-
|
9
|
+
<title>5.3. GQTP — Groonga v7.1.0-73-g6d02cfa documentation</title>
|
12
10
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
14
|
-
|
15
12
|
<script type="text/javascript">
|
16
13
|
var DOCUMENTATION_OPTIONS = {
|
17
14
|
URL_ROOT: '../',
|
18
|
-
VERSION: '7.0
|
15
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
19
16
|
COLLAPSE_INDEX: false,
|
20
17
|
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE:
|
18
|
+
HAS_SOURCE: false,
|
19
|
+
SOURCELINK_SUFFIX: '.txt'
|
22
20
|
};
|
23
21
|
</script>
|
24
22
|
<script type="text/javascript" src="../_static/jquery.js"></script>
|
@@ -27,12 +25,10 @@
|
|
27
25
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
26
|
<link rel="index" title="Index" href="../genindex.html" />
|
29
27
|
<link rel="search" title="Search" href="../search.html" />
|
30
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../index.html" />
|
31
|
-
<link rel="up" title="5. Server" href="../server.html" />
|
32
28
|
<link rel="next" title="5.4. Memcached binary protocol" href="memcached.html" />
|
33
29
|
<link rel="prev" title="5.2.3. groonga-httpd" href="http/groonga-httpd.html" />
|
34
30
|
</head>
|
35
|
-
<body
|
31
|
+
<body>
|
36
32
|
<div class="header">
|
37
33
|
<h1 class="title">
|
38
34
|
<a id="top-link" href="../index.html">
|
@@ -62,7 +58,7 @@
|
|
62
58
|
<li class="right" >
|
63
59
|
<a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
|
64
60
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
61
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
66
62
|
<li class="nav-item nav-item-1"><a href="../server.html" accesskey="U">5. Server</a> »</li>
|
67
63
|
</ul>
|
68
64
|
</div>
|
@@ -135,13 +131,6 @@ line:</p>
|
|
135
131
|
<h4>Next topic</h4>
|
136
132
|
<p class="topless"><a href="memcached.html"
|
137
133
|
title="next chapter">5.4. Memcached binary protocol</a></p>
|
138
|
-
<div role="note" aria-label="source link">
|
139
|
-
<h3>This Page</h3>
|
140
|
-
<ul class="this-page-menu">
|
141
|
-
<li><a href="../_sources/server/gqtp.txt"
|
142
|
-
rel="nofollow">Show Source</a></li>
|
143
|
-
</ul>
|
144
|
-
</div>
|
145
134
|
<div id="searchbox" style="display: none" role="search">
|
146
135
|
<h3>Quick search</h3>
|
147
136
|
<form class="search" action="../search.html" method="get">
|
@@ -168,12 +157,12 @@ line:</p>
|
|
168
157
|
<li class="right" >
|
169
158
|
<a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
|
170
159
|
>previous</a> |</li>
|
171
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
160
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
172
161
|
<li class="nav-item nav-item-1"><a href="../server.html" >5. Server</a> »</li>
|
173
162
|
</ul>
|
174
163
|
</div>
|
175
164
|
<div class="footer" role="contentinfo">
|
176
|
-
© Copyright 2009-
|
165
|
+
© Copyright 2009-2018, Brazil, Inc.
|
177
166
|
</div>
|
178
167
|
</body>
|
179
168
|
</html>
|
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>5.2. HTTP — Groonga v7.0.1-160-gda23e59 documentation</title>
|
11
|
-
|
9
|
+
<title>5.2. HTTP — Groonga v7.1.0-73-g6d02cfa documentation</title>
|
12
10
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
14
|
-
|
15
12
|
<script type="text/javascript">
|
16
13
|
var DOCUMENTATION_OPTIONS = {
|
17
14
|
URL_ROOT: '../',
|
18
|
-
VERSION: '7.0
|
15
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
19
16
|
COLLAPSE_INDEX: false,
|
20
17
|
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE:
|
18
|
+
HAS_SOURCE: false,
|
19
|
+
SOURCELINK_SUFFIX: '.txt'
|
22
20
|
};
|
23
21
|
</script>
|
24
22
|
<script type="text/javascript" src="../_static/jquery.js"></script>
|
@@ -27,12 +25,10 @@
|
|
27
25
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
26
|
<link rel="index" title="Index" href="../genindex.html" />
|
29
27
|
<link rel="search" title="Search" href="../search.html" />
|
30
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../index.html" />
|
31
|
-
<link rel="up" title="5. Server" href="../server.html" />
|
32
28
|
<link rel="next" title="5.2.1. Comparison" href="http/comparison.html" />
|
33
29
|
<link rel="prev" title="5.1. Server packages" href="package.html" />
|
34
30
|
</head>
|
35
|
-
<body
|
31
|
+
<body>
|
36
32
|
<div class="header">
|
37
33
|
<h1 class="title">
|
38
34
|
<a id="top-link" href="../index.html">
|
@@ -62,7 +58,7 @@
|
|
62
58
|
<li class="right" >
|
63
59
|
<a href="package.html" title="5.1. Server packages"
|
64
60
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
61
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
66
62
|
<li class="nav-item nav-item-1"><a href="../server.html" accesskey="U">5. Server</a> »</li>
|
67
63
|
</ul>
|
68
64
|
</div>
|
@@ -119,13 +115,6 @@ implementation. It is also fast and has many HTTP features.</p>
|
|
119
115
|
<h4>Next topic</h4>
|
120
116
|
<p class="topless"><a href="http/comparison.html"
|
121
117
|
title="next chapter">5.2.1. Comparison</a></p>
|
122
|
-
<div role="note" aria-label="source link">
|
123
|
-
<h3>This Page</h3>
|
124
|
-
<ul class="this-page-menu">
|
125
|
-
<li><a href="../_sources/server/http.txt"
|
126
|
-
rel="nofollow">Show Source</a></li>
|
127
|
-
</ul>
|
128
|
-
</div>
|
129
118
|
<div id="searchbox" style="display: none" role="search">
|
130
119
|
<h3>Quick search</h3>
|
131
120
|
<form class="search" action="../search.html" method="get">
|
@@ -152,12 +141,12 @@ implementation. It is also fast and has many HTTP features.</p>
|
|
152
141
|
<li class="right" >
|
153
142
|
<a href="package.html" title="5.1. Server packages"
|
154
143
|
>previous</a> |</li>
|
155
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
144
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
156
145
|
<li class="nav-item nav-item-1"><a href="../server.html" >5. Server</a> »</li>
|
157
146
|
</ul>
|
158
147
|
</div>
|
159
148
|
<div class="footer" role="contentinfo">
|
160
|
-
© Copyright 2009-
|
149
|
+
© Copyright 2009-2018, Brazil, Inc.
|
161
150
|
</div>
|
162
151
|
</body>
|
163
152
|
</html>
|