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
@@ -25,7 +25,7 @@ Email domain: cam.ac.uk
|
|
25
25
|
University of Cambridge Computing Service,
|
26
26
|
Cambridge, England.
|
27
27
|
|
28
|
-
Copyright (c) 1997-
|
28
|
+
Copyright (c) 1997-2017 University of Cambridge
|
29
29
|
All rights reserved.
|
30
30
|
|
31
31
|
|
@@ -36,7 +36,7 @@ Written by: Zoltan Herczeg
|
|
36
36
|
Email local part: hzmester
|
37
37
|
Emain domain: freemail.hu
|
38
38
|
|
39
|
-
Copyright(c) 2010-
|
39
|
+
Copyright(c) 2010-2017 Zoltan Herczeg
|
40
40
|
All rights reserved.
|
41
41
|
|
42
42
|
|
@@ -47,7 +47,7 @@ Written by: Zoltan Herczeg
|
|
47
47
|
Email local part: hzmester
|
48
48
|
Emain domain: freemail.hu
|
49
49
|
|
50
|
-
Copyright(c) 2009-
|
50
|
+
Copyright(c) 2009-2017 Zoltan Herczeg
|
51
51
|
All rights reserved.
|
52
52
|
|
53
53
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.TH PCRETEST 1 "
|
1
|
+
.TH PCRETEST 1 "23 February 2017" "PCRE 8.41"
|
2
2
|
.SH NAME
|
3
3
|
pcretest - a program for testing Perl-compatible regular expressions.
|
4
4
|
.SH SYNOPSIS
|
@@ -50,6 +50,10 @@ newline as data characters. However, in some Windows environments character 26
|
|
50
50
|
(hex 1A) causes an immediate end of file, and no further data is read. For
|
51
51
|
maximum portability, therefore, it is safest to use only ASCII characters in
|
52
52
|
\fBpcretest\fP input files.
|
53
|
+
.P
|
54
|
+
The input is processed using using C's string functions, so must not
|
55
|
+
contain binary zeroes, even though in Unix-like environments, \fBfgets()\fP
|
56
|
+
treats any bytes other than newline as data characters.
|
53
57
|
.
|
54
58
|
.
|
55
59
|
.SH "PCRE's 8-BIT, 16-BIT AND 32-BIT LIBRARIES"
|
@@ -1151,6 +1155,6 @@ Cambridge CB2 3QH, England.
|
|
1151
1155
|
.rs
|
1152
1156
|
.sp
|
1153
1157
|
.nf
|
1154
|
-
Last updated:
|
1155
|
-
Copyright (c) 1997-
|
1158
|
+
Last updated: 23 February 2017
|
1159
|
+
Copyright (c) 1997-2017 University of Cambridge.
|
1156
1160
|
.fi
|
@@ -113,7 +113,7 @@ the pattern /^(a(b)?)+$/ in Perl leaves $2 unset, but in PCRE it is set to "b".
|
|
113
113
|
14. PCRE's handling of duplicate subpattern numbers and duplicate subpattern
|
114
114
|
names is not as general as Perl's. This is a consequence of the fact the PCRE
|
115
115
|
works internally just with numbers, using an external table to translate
|
116
|
-
between numbers and names. In particular, a pattern such as (?|(?<a>A)|(?<b
|
116
|
+
between numbers and names. In particular, a pattern such as (?|(?<a>A)|(?<b>B),
|
117
117
|
where the two capturing parentheses have the same number but different names,
|
118
118
|
is not supported, and causes an error at compile time. If it were allowed, it
|
119
119
|
would not be possible to distinguish which parentheses matched, because both
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.TH PCREJIT 3 "
|
1
|
+
.TH PCREJIT 3 "05 July 2017" "PCRE 8.41"
|
2
2
|
.SH NAME
|
3
3
|
PCRE - Perl-compatible regular expressions
|
4
4
|
.SH "PCRE JUST-IN-TIME COMPILER SUPPORT"
|
@@ -54,9 +54,12 @@ programs that need the best possible performance, there is also a "fast path"
|
|
54
54
|
API that is JIT-specific.
|
55
55
|
.P
|
56
56
|
If your program may sometimes be linked with versions of PCRE that are older
|
57
|
-
than 8.20, but you want to use JIT when it is available, you can test
|
58
|
-
|
59
|
-
|
57
|
+
than 8.20, but you want to use JIT when it is available, you can test the
|
58
|
+
values of PCRE_MAJOR and PCRE_MINOR, or the existence of a JIT macro such as
|
59
|
+
PCRE_CONFIG_JIT, for compile-time control of your code. Also beware that the
|
60
|
+
\fBpcre_jit_exec()\fP function was not available at all before 8.32,
|
61
|
+
and may not be available at all if PCRE isn't compiled with
|
62
|
+
--enable-jit. See the "JIT FAST PATH API" section below for details.
|
60
63
|
.
|
61
64
|
.
|
62
65
|
.SH "SIMPLE USE OF JIT"
|
@@ -96,6 +99,19 @@ when you call \fBpcre_study()\fP:
|
|
96
99
|
PCRE_STUDY_JIT_PARTIAL_HARD_COMPILE
|
97
100
|
PCRE_STUDY_JIT_PARTIAL_SOFT_COMPILE
|
98
101
|
.sp
|
102
|
+
If using \fBpcre_jit_exec()\fP and supporting a pre-8.32 version of
|
103
|
+
PCRE, you can insert:
|
104
|
+
.sp
|
105
|
+
#if PCRE_MAJOR >= 8 && PCRE_MINOR >= 32
|
106
|
+
pcre_jit_exec(...);
|
107
|
+
#else
|
108
|
+
pcre_exec(...)
|
109
|
+
#endif
|
110
|
+
.sp
|
111
|
+
but as described in the "JIT FAST PATH API" section below this assumes
|
112
|
+
version 8.32 and later are compiled with --enable-jit, which may
|
113
|
+
break.
|
114
|
+
.sp
|
99
115
|
The JIT compiler generates different optimized code for each of the three
|
100
116
|
modes (normal, soft partial, hard partial). When \fBpcre_exec()\fP is called,
|
101
117
|
the appropriate code is run if it is available. Otherwise, the pattern is
|
@@ -404,6 +420,32 @@ fast path, and if invalid data is passed, the result is undefined.
|
|
404
420
|
.P
|
405
421
|
Bypassing the sanity checks and the \fBpcre_exec()\fP wrapping can give
|
406
422
|
speedups of more than 10%.
|
423
|
+
.P
|
424
|
+
Note that the \fBpcre_jit_exec()\fP function is not available in versions of
|
425
|
+
PCRE before 8.32 (released in November 2012). If you need to support versions
|
426
|
+
that old you must either use the slower \fBpcre_exec()\fP, or switch between
|
427
|
+
the two codepaths by checking the values of PCRE_MAJOR and PCRE_MINOR.
|
428
|
+
.P
|
429
|
+
Due to an unfortunate implementation oversight, even in versions 8.32
|
430
|
+
and later there will be no \fBpcre_jit_exec()\fP stub function defined
|
431
|
+
when PCRE is compiled with --disable-jit, which is the default, and
|
432
|
+
there's no way to detect whether PCRE was compiled with --enable-jit
|
433
|
+
via a macro.
|
434
|
+
.P
|
435
|
+
If you need to support versions older than 8.32, or versions that may
|
436
|
+
not build with --enable-jit, you must either use the slower
|
437
|
+
\fBpcre_exec()\fP, or switch between the two codepaths by checking the
|
438
|
+
values of PCRE_MAJOR and PCRE_MINOR.
|
439
|
+
.P
|
440
|
+
Switching between the two by checking the version assumes that all the
|
441
|
+
versions being targeted are built with --enable-jit. To also support
|
442
|
+
builds that may use --disable-jit either \fBpcre_exec()\fP must be
|
443
|
+
used, or a compile-time check for JIT via \fBpcre_config()\fP (which
|
444
|
+
assumes the runtime environment will be the same), or as the Git
|
445
|
+
project decided to do, simply assume that \fBpcre_jit_exec()\fP is
|
446
|
+
present in 8.32 or later unless a compile-time flag is provided, see
|
447
|
+
the "grep: un-break building with PCRE >= 8.32 without --enable-jit"
|
448
|
+
commit in git.git for an example of that.
|
407
449
|
.
|
408
450
|
.
|
409
451
|
.SH "SEE ALSO"
|
@@ -426,6 +468,6 @@ Cambridge CB2 3QH, England.
|
|
426
468
|
.rs
|
427
469
|
.sp
|
428
470
|
.nf
|
429
|
-
Last updated:
|
430
|
-
Copyright (c) 1997-
|
471
|
+
Last updated: 05 July 2017
|
472
|
+
Copyright (c) 1997-2017 University of Cambridge.
|
431
473
|
.fi
|
@@ -1,4 +1,4 @@
|
|
1
|
-
.TH PCREPATTERN 3 "
|
1
|
+
.TH PCREPATTERN 3 "23 October 2016" "PCRE 8.40"
|
2
2
|
.SH NAME
|
3
3
|
PCRE - Perl-compatible regular expressions
|
4
4
|
.SH "PCRE REGULAR EXPRESSION DETAILS"
|
@@ -336,22 +336,22 @@ When PCRE is compiled in EBCDIC mode, \ea, \ee, \ef, \en, \er, and \et
|
|
336
336
|
generate the appropriate EBCDIC code values. The \ec escape is processed
|
337
337
|
as specified for Perl in the \fBperlebcdic\fP document. The only characters
|
338
338
|
that are allowed after \ec are A-Z, a-z, or one of @, [, \e, ], ^, _, or ?. Any
|
339
|
-
other character provokes a compile-time error. The sequence \
|
340
|
-
character code 0; the letters (in either case) encode characters 1-26
|
341
|
-
to hex 1A); [, \e, ], ^, and _ encode characters 27-31 (hex 1B to hex
|
342
|
-
\
|
339
|
+
other character provokes a compile-time error. The sequence \ec@ encodes
|
340
|
+
character code 0; after \ec the letters (in either case) encode characters 1-26
|
341
|
+
(hex 01 to hex 1A); [, \e, ], ^, and _ encode characters 27-31 (hex 1B to hex
|
342
|
+
1F), and \ec? becomes either 255 (hex FF) or 95 (hex 5F).
|
343
343
|
.P
|
344
|
-
Thus, apart from \
|
344
|
+
Thus, apart from \ec?, these escapes generate the same character code values as
|
345
345
|
they do in an ASCII environment, though the meanings of the values mostly
|
346
|
-
differ. For example, \
|
346
|
+
differ. For example, \ecG always generates code value 7, which is BEL in ASCII
|
347
347
|
but DEL in EBCDIC.
|
348
348
|
.P
|
349
|
-
The sequence \
|
349
|
+
The sequence \ec? generates DEL (127, hex 7F) in an ASCII environment, but
|
350
350
|
because 127 is not a control character in EBCDIC, Perl makes it generate the
|
351
351
|
APC character. Unfortunately, there are several variants of EBCDIC. In most of
|
352
352
|
them the APC character has the value 255 (hex FF), but in the one Perl calls
|
353
353
|
POSIX-BC its value is 95 (hex 5F). If certain other characters have POSIX-BC
|
354
|
-
values, PCRE makes \
|
354
|
+
values, PCRE makes \ec? generate 95; otherwise it generates 255.
|
355
355
|
.P
|
356
356
|
After \e0 up to two further octal digits are read. If there are fewer than two
|
357
357
|
digits, just those that are present are used. Thus the sequence \e0\ex\e015
|
@@ -1511,12 +1511,8 @@ J, U and X respectively.
|
|
1511
1511
|
.P
|
1512
1512
|
When one of these option changes occurs at top level (that is, not inside
|
1513
1513
|
subpattern parentheses), the change applies to the remainder of the pattern
|
1514
|
-
that follows.
|
1515
|
-
|
1516
|
-
extracted by the \fBpcre_fullinfo()\fP function).
|
1517
|
-
.P
|
1518
|
-
An option change within a subpattern (see below for a description of
|
1519
|
-
subpatterns) affects only that part of the subpattern that follows it, so
|
1514
|
+
that follows. An option change within a subpattern (see below for a description
|
1515
|
+
of subpatterns) affects only that part of the subpattern that follows it, so
|
1520
1516
|
.sp
|
1521
1517
|
(a(?i)b)c
|
1522
1518
|
.sp
|
@@ -2171,6 +2167,13 @@ numbering the capturing subpatterns in the whole pattern. However, substring
|
|
2171
2167
|
capturing is carried out only for positive assertions. (Perl sometimes, but not
|
2172
2168
|
always, does do capturing in negative assertions.)
|
2173
2169
|
.P
|
2170
|
+
WARNING: If a positive assertion containing one or more capturing subpatterns
|
2171
|
+
succeeds, but failure to match later in the pattern causes backtracking over
|
2172
|
+
this assertion, the captures within the assertion are reset only if no higher
|
2173
|
+
numbered captures are already set. This is, unfortunately, a fundamental
|
2174
|
+
limitation of the current implementation, and as PCRE1 is now in
|
2175
|
+
maintenance-only status, it is unlikely ever to change.
|
2176
|
+
.P
|
2174
2177
|
For compatibility with Perl, assertion subpatterns may be repeated; though
|
2175
2178
|
it makes no sense to assert the same thing several times, the side effect of
|
2176
2179
|
capturing parentheses may occasionally be useful. In practice, there only three
|
@@ -3296,6 +3299,6 @@ Cambridge CB2 3QH, England.
|
|
3296
3299
|
.rs
|
3297
3300
|
.sp
|
3298
3301
|
.nf
|
3299
|
-
Last updated:
|
3300
|
-
Copyright (c) 1997-
|
3302
|
+
Last updated: 23 October 2016
|
3303
|
+
Copyright (c) 1997-2016 University of Cambridge.
|
3301
3304
|
.fi
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rroonga
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.
|
4
|
+
version: 7.1.1
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date:
|
15
|
+
date: 2018-01-31 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: pkg-config
|
@@ -118,14 +118,14 @@ dependencies:
|
|
118
118
|
requirements:
|
119
119
|
- - ">="
|
120
120
|
- !ruby/object:Gem::Version
|
121
|
-
version: 0.6.
|
121
|
+
version: 0.6.2
|
122
122
|
type: :development
|
123
123
|
prerelease: false
|
124
124
|
version_requirements: !ruby/object:Gem::Requirement
|
125
125
|
requirements:
|
126
126
|
- - ">="
|
127
127
|
- !ruby/object:Gem::Version
|
128
|
-
version: 0.6.
|
128
|
+
version: 0.6.2
|
129
129
|
- !ruby/object:Gem::Dependency
|
130
130
|
name: bundler
|
131
131
|
requirement: !ruby/object:Gem::Requirement
|
@@ -194,10 +194,10 @@ email:
|
|
194
194
|
- y.hayamizu@gmail.com
|
195
195
|
- dara@shidara.net
|
196
196
|
executables:
|
197
|
-
- groonga-index-dump
|
198
|
-
- grndump
|
199
|
-
- groonga-database-inspect
|
200
197
|
- grntest-log-analyze
|
198
|
+
- groonga-database-inspect
|
199
|
+
- grndump
|
200
|
+
- groonga-index-dump
|
201
201
|
extensions: []
|
202
202
|
extra_rdoc_files:
|
203
203
|
- README.md
|
@@ -233,6 +233,7 @@ files:
|
|
233
233
|
- ext/groonga/rb-grn-accessor.c
|
234
234
|
- ext/groonga/rb-grn-array-cursor.c
|
235
235
|
- ext/groonga/rb-grn-array.c
|
236
|
+
- ext/groonga/rb-grn-column-cache.c
|
236
237
|
- ext/groonga/rb-grn-column.c
|
237
238
|
- ext/groonga/rb-grn-config.c
|
238
239
|
- ext/groonga/rb-grn-context.c
|
@@ -299,6 +300,8 @@ files:
|
|
299
300
|
- lib/2.1/groonga.so
|
300
301
|
- lib/2.2/groonga.so
|
301
302
|
- lib/2.3/groonga.so
|
303
|
+
- lib/2.4/groonga.so
|
304
|
+
- lib/2.5/groonga.so
|
302
305
|
- lib/groonga.rb
|
303
306
|
- lib/groonga/column.rb
|
304
307
|
- lib/groonga/context.rb
|
@@ -319,9 +322,7 @@ files:
|
|
319
322
|
- lib/groonga/query-logger.rb
|
320
323
|
- lib/groonga/record.rb
|
321
324
|
- lib/groonga/schema.rb
|
322
|
-
- lib/groonga/statistic-measurer.rb
|
323
325
|
- lib/groonga/sub-records.rb
|
324
|
-
- lib/groonga/table.rb
|
325
326
|
- lib/rroonga.rb
|
326
327
|
- misc/grnop2ruby.rb
|
327
328
|
- rroonga-build.rb
|
@@ -330,6 +331,7 @@ files:
|
|
330
331
|
- test/run-test.rb
|
331
332
|
- test/test-accessor.rb
|
332
333
|
- test/test-array.rb
|
334
|
+
- test/test-column-cache.rb
|
333
335
|
- test/test-column.rb
|
334
336
|
- test/test-command-select.rb
|
335
337
|
- test/test-config.rb
|
@@ -375,8 +377,8 @@ files:
|
|
375
377
|
- test/test-schema-type.rb
|
376
378
|
- test/test-schema.rb
|
377
379
|
- test/test-snippet.rb
|
378
|
-
- test/test-statistic-measurer.rb
|
379
380
|
- test/test-sub-records.rb
|
381
|
+
- test/test-table-arrow.rb
|
380
382
|
- test/test-table-dumper.rb
|
381
383
|
- test/test-table-group.rb
|
382
384
|
- test/test-table-key-support.rb
|
@@ -395,6 +397,8 @@ files:
|
|
395
397
|
- test/test-vector-column.rb
|
396
398
|
- test/test-version.rb
|
397
399
|
- test/test-windows-event-logger.rb
|
400
|
+
- vendor/local/bin/cv2pdb.exe
|
401
|
+
- vendor/local/bin/generate-pdb.bat
|
398
402
|
- vendor/local/bin/grndb.exe
|
399
403
|
- vendor/local/bin/groonga-benchmark.exe
|
400
404
|
- vendor/local/bin/groonga-suggest-create-dataset.exe
|
@@ -423,8 +427,11 @@ files:
|
|
423
427
|
- vendor/local/etc/groonga/httpd/groonga-httpd.conf
|
424
428
|
- vendor/local/etc/groonga/synonyms.tsv
|
425
429
|
- vendor/local/include/groonga/groonga.h
|
430
|
+
- vendor/local/include/groonga/groonga.hpp
|
426
431
|
- vendor/local/include/groonga/groonga/accessor.h
|
427
432
|
- vendor/local/include/groonga/groonga/array.h
|
433
|
+
- vendor/local/include/groonga/groonga/arrow.h
|
434
|
+
- vendor/local/include/groonga/groonga/arrow.hpp
|
428
435
|
- vendor/local/include/groonga/groonga/cache.h
|
429
436
|
- vendor/local/include/groonga/groonga/column.h
|
430
437
|
- vendor/local/include/groonga/groonga/command.h
|
@@ -1114,6 +1121,14 @@ files:
|
|
1114
1121
|
- vendor/local/include/zconf.h
|
1115
1122
|
- vendor/local/include/zlib.h
|
1116
1123
|
- vendor/local/lib/groonga/plugins/expression_rewriters/optimizer.rb
|
1124
|
+
- vendor/local/lib/groonga/plugins/functions/index_column.a
|
1125
|
+
- vendor/local/lib/groonga/plugins/functions/index_column.dll
|
1126
|
+
- vendor/local/lib/groonga/plugins/functions/index_column.dll.a
|
1127
|
+
- vendor/local/lib/groonga/plugins/functions/index_column.la
|
1128
|
+
- vendor/local/lib/groonga/plugins/functions/math.a
|
1129
|
+
- vendor/local/lib/groonga/plugins/functions/math.dll
|
1130
|
+
- vendor/local/lib/groonga/plugins/functions/math.dll.a
|
1131
|
+
- vendor/local/lib/groonga/plugins/functions/math.la
|
1117
1132
|
- vendor/local/lib/groonga/plugins/functions/number.a
|
1118
1133
|
- vendor/local/lib/groonga/plugins/functions/number.dll
|
1119
1134
|
- vendor/local/lib/groonga/plugins/functions/number.dll.a
|
@@ -1140,6 +1155,8 @@ files:
|
|
1140
1155
|
- vendor/local/lib/groonga/plugins/query_expanders/tsv.la
|
1141
1156
|
- vendor/local/lib/groonga/plugins/ruby/eval.rb
|
1142
1157
|
- vendor/local/lib/groonga/plugins/sharding.rb
|
1158
|
+
- vendor/local/lib/groonga/plugins/sharding/dynamic_columns.rb
|
1159
|
+
- vendor/local/lib/groonga/plugins/sharding/keys_parsable.rb
|
1143
1160
|
- vendor/local/lib/groonga/plugins/sharding/logical_count.rb
|
1144
1161
|
- vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb
|
1145
1162
|
- vendor/local/lib/groonga/plugins/sharding/logical_parameters.rb
|
@@ -1189,12 +1206,17 @@ files:
|
|
1189
1206
|
- vendor/local/lib/groonga/scripts/ruby/expression_tree/variable.rb
|
1190
1207
|
- vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb
|
1191
1208
|
- vendor/local/lib/groonga/scripts/ruby/fixed_size_column.rb
|
1209
|
+
- vendor/local/lib/groonga/scripts/ruby/groonga-log.rb
|
1210
|
+
- vendor/local/lib/groonga/scripts/ruby/groonga-log/parser.rb
|
1211
|
+
- vendor/local/lib/groonga/scripts/ruby/groonga-log/statistic.rb
|
1212
|
+
- vendor/local/lib/groonga/scripts/ruby/groonga-log/version.rb
|
1192
1213
|
- vendor/local/lib/groonga/scripts/ruby/id.rb
|
1193
1214
|
- vendor/local/lib/groonga/scripts/ruby/index_column.rb
|
1194
1215
|
- vendor/local/lib/groonga/scripts/ruby/index_cursor.rb
|
1195
1216
|
- vendor/local/lib/groonga/scripts/ruby/index_info.rb
|
1196
1217
|
- vendor/local/lib/groonga/scripts/ruby/initialize/post.rb
|
1197
1218
|
- vendor/local/lib/groonga/scripts/ruby/initialize/pre.rb
|
1219
|
+
- vendor/local/lib/groonga/scripts/ruby/labeled_arguments.rb
|
1198
1220
|
- vendor/local/lib/groonga/scripts/ruby/logger.rb
|
1199
1221
|
- vendor/local/lib/groonga/scripts/ruby/logger/level.rb
|
1200
1222
|
- vendor/local/lib/groonga/scripts/ruby/object.rb
|
@@ -1260,252 +1282,6 @@ files:
|
|
1260
1282
|
- vendor/local/share/doc/groonga/en/html/_images/geo-points.png
|
1261
1283
|
- vendor/local/share/doc/groonga/en/html/_images/used-when-indexing.png
|
1262
1284
|
- vendor/local/share/doc/groonga/en/html/_images/used-when-searching.png
|
1263
|
-
- vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt
|
1264
|
-
- vendor/local/share/doc/groonga/en/html/_sources/client.txt
|
1265
|
-
- vendor/local/share/doc/groonga/en/html/_sources/community.txt
|
1266
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution.txt
|
1267
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt
|
1268
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build.txt
|
1269
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt
|
1270
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt
|
1271
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.txt
|
1272
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt
|
1273
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt
|
1274
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt
|
1275
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt
|
1276
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt
|
1277
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt
|
1278
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt
|
1279
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt
|
1280
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt
|
1281
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt
|
1282
|
-
- vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt
|
1283
|
-
- vendor/local/share/doc/groonga/en/html/_sources/development.txt
|
1284
|
-
- vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt
|
1285
|
-
- vendor/local/share/doc/groonga/en/html/_sources/index.txt
|
1286
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install.txt
|
1287
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt
|
1288
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt
|
1289
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt
|
1290
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt
|
1291
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/others.txt
|
1292
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt
|
1293
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt
|
1294
|
-
- vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt
|
1295
|
-
- vendor/local/share/doc/groonga/en/html/_sources/limitations.txt
|
1296
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news.txt
|
1297
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt
|
1298
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt
|
1299
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt
|
1300
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt
|
1301
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt
|
1302
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt
|
1303
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt
|
1304
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt
|
1305
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt
|
1306
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt
|
1307
|
-
- vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt
|
1308
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference.txt
|
1309
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/alias.txt
|
1310
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt
|
1311
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt
|
1312
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt
|
1313
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt
|
1314
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt
|
1315
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt
|
1316
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt
|
1317
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt
|
1318
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt
|
1319
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt
|
1320
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt
|
1321
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt
|
1322
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt
|
1323
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt
|
1324
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt
|
1325
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt
|
1326
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt
|
1327
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt
|
1328
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt
|
1329
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt
|
1330
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt
|
1331
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_thread.txt
|
1332
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt
|
1333
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt
|
1334
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/overview.txt
|
1335
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt
|
1336
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt
|
1337
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt
|
1338
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/columns/index.txt
|
1339
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt
|
1340
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/columns/scalar.txt
|
1341
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt
|
1342
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt
|
1343
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt
|
1344
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt
|
1345
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt
|
1346
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt
|
1347
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt
|
1348
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt
|
1349
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt
|
1350
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt
|
1351
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt
|
1352
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_copy.txt
|
1353
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt
|
1354
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt
|
1355
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt
|
1356
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt
|
1357
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_delete.txt
|
1358
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_get.txt
|
1359
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_set.txt
|
1360
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/database_unmap.txt
|
1361
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt
|
1362
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
|
1363
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt
|
1364
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt
|
1365
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt
|
1366
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt
|
1367
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt
|
1368
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt
|
1369
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt
|
1370
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt
|
1371
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt
|
1372
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt
|
1373
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt
|
1374
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt
|
1375
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt
|
1376
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt
|
1377
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt
|
1378
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt
|
1379
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt
|
1380
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt
|
1381
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_exist.txt
|
1382
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt
|
1383
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt
|
1384
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt
|
1385
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt
|
1386
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt
|
1387
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt
|
1388
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt
|
1389
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt
|
1390
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt
|
1391
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/reindex.txt
|
1392
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt
|
1393
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt
|
1394
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt
|
1395
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/schema.txt
|
1396
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt
|
1397
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt
|
1398
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt
|
1399
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt
|
1400
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_copy.txt
|
1401
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt
|
1402
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt
|
1403
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
|
1404
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_rename.txt
|
1405
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt
|
1406
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/thread_limit.txt
|
1407
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt
|
1408
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt
|
1409
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt
|
1410
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/configuration.txt
|
1411
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt
|
1412
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt
|
1413
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt
|
1414
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt
|
1415
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt
|
1416
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt
|
1417
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
|
1418
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt
|
1419
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt
|
1420
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt
|
1421
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt
|
1422
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt
|
1423
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt
|
1424
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt
|
1425
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt
|
1426
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt
|
1427
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt
|
1428
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt
|
1429
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt
|
1430
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt
|
1431
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt
|
1432
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt
|
1433
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt
|
1434
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt
|
1435
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt
|
1436
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt
|
1437
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt
|
1438
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt
|
1439
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt
|
1440
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt
|
1441
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt
|
1442
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt
|
1443
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt
|
1444
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt
|
1445
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt
|
1446
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt
|
1447
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt
|
1448
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt
|
1449
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt
|
1450
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt
|
1451
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt
|
1452
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt
|
1453
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt
|
1454
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt
|
1455
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt
|
1456
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt
|
1457
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt
|
1458
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt
|
1459
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt
|
1460
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt
|
1461
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt
|
1462
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt
|
1463
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt
|
1464
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/regular_expression.txt
|
1465
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/scorer.txt
|
1466
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt
|
1467
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt
|
1468
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/sharding.txt
|
1469
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/suggest.txt
|
1470
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt
|
1471
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/correction.txt
|
1472
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt
|
1473
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt
|
1474
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt
|
1475
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt
|
1476
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt
|
1477
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt
|
1478
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt
|
1479
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt
|
1480
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt
|
1481
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt
|
1482
|
-
- vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.txt
|
1483
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server.txt
|
1484
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt
|
1485
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/http.txt
|
1486
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt
|
1487
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt
|
1488
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt
|
1489
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/memcached.txt
|
1490
|
-
- vendor/local/share/doc/groonga/en/html/_sources/server/package.txt
|
1491
|
-
- vendor/local/share/doc/groonga/en/html/_sources/spec.txt
|
1492
|
-
- vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt
|
1493
|
-
- vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt
|
1494
|
-
- vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt
|
1495
|
-
- vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
|
1496
|
-
- vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt
|
1497
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt
|
1498
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt
|
1499
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt
|
1500
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt
|
1501
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt
|
1502
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt
|
1503
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt
|
1504
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt
|
1505
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt
|
1506
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt
|
1507
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt
|
1508
|
-
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt
|
1509
1285
|
- vendor/local/share/doc/groonga/en/html/_static/ajax-loader.gif
|
1510
1286
|
- vendor/local/share/doc/groonga/en/html/_static/basic.css
|
1511
1287
|
- vendor/local/share/doc/groonga/en/html/_static/comment-bright.png
|
@@ -1518,7 +1294,7 @@ files:
|
|
1518
1294
|
- vendor/local/share/doc/groonga/en/html/_static/file.png
|
1519
1295
|
- vendor/local/share/doc/groonga/en/html/_static/groonga.css
|
1520
1296
|
- vendor/local/share/doc/groonga/en/html/_static/header-background.png
|
1521
|
-
- vendor/local/share/doc/groonga/en/html/_static/jquery-1.
|
1297
|
+
- vendor/local/share/doc/groonga/en/html/_static/jquery-3.1.0.js
|
1522
1298
|
- vendor/local/share/doc/groonga/en/html/_static/jquery.js
|
1523
1299
|
- vendor/local/share/doc/groonga/en/html/_static/logo.png
|
1524
1300
|
- vendor/local/share/doc/groonga/en/html/_static/minus.png
|
@@ -1703,6 +1479,7 @@ files:
|
|
1703
1479
|
- vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html
|
1704
1480
|
- vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html
|
1705
1481
|
- vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html
|
1482
|
+
- vendor/local/share/doc/groonga/en/html/reference/functions/math_abs.html
|
1706
1483
|
- vendor/local/share/doc/groonga/en/html/reference/functions/now.html
|
1707
1484
|
- vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html
|
1708
1485
|
- vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html
|
@@ -1751,6 +1528,7 @@ files:
|
|
1751
1528
|
- vendor/local/share/doc/groonga/en/html/reference/types.html
|
1752
1529
|
- vendor/local/share/doc/groonga/en/html/reference/window_function.html
|
1753
1530
|
- vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html
|
1531
|
+
- vendor/local/share/doc/groonga/en/html/reference/window_functions/window_count.html
|
1754
1532
|
- vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html
|
1755
1533
|
- vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html
|
1756
1534
|
- vendor/local/share/doc/groonga/en/html/search.html
|
@@ -1768,6 +1546,7 @@ files:
|
|
1768
1546
|
- vendor/local/share/doc/groonga/en/html/spec/search.html
|
1769
1547
|
- vendor/local/share/doc/groonga/en/html/troubleshooting.html
|
1770
1548
|
- vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html
|
1549
|
+
- vendor/local/share/doc/groonga/en/html/troubleshooting/how_to_analyze_error_message.html
|
1771
1550
|
- vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html
|
1772
1551
|
- vendor/local/share/doc/groonga/en/html/tutorial.html
|
1773
1552
|
- vendor/local/share/doc/groonga/en/html/tutorial/data.html
|
@@ -1785,252 +1564,6 @@ files:
|
|
1785
1564
|
- vendor/local/share/doc/groonga/ja/html/_images/geo-points.png
|
1786
1565
|
- vendor/local/share/doc/groonga/ja/html/_images/used-when-indexing.png
|
1787
1566
|
- vendor/local/share/doc/groonga/ja/html/_images/used-when-searching.png
|
1788
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt
|
1789
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/client.txt
|
1790
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/community.txt
|
1791
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt
|
1792
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt
|
1793
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build.txt
|
1794
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt
|
1795
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt
|
1796
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.txt
|
1797
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt
|
1798
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt
|
1799
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt
|
1800
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt
|
1801
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt
|
1802
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt
|
1803
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt
|
1804
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt
|
1805
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt
|
1806
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt
|
1807
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt
|
1808
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/development.txt
|
1809
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt
|
1810
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/index.txt
|
1811
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install.txt
|
1812
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt
|
1813
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt
|
1814
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt
|
1815
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt
|
1816
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt
|
1817
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt
|
1818
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt
|
1819
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt
|
1820
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt
|
1821
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news.txt
|
1822
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt
|
1823
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt
|
1824
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt
|
1825
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt
|
1826
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt
|
1827
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt
|
1828
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt
|
1829
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt
|
1830
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt
|
1831
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt
|
1832
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt
|
1833
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference.txt
|
1834
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/alias.txt
|
1835
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt
|
1836
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt
|
1837
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt
|
1838
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt
|
1839
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt
|
1840
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt
|
1841
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt
|
1842
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt
|
1843
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt
|
1844
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt
|
1845
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt
|
1846
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt
|
1847
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt
|
1848
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt
|
1849
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt
|
1850
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt
|
1851
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt
|
1852
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt
|
1853
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt
|
1854
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt
|
1855
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt
|
1856
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_thread.txt
|
1857
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt
|
1858
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt
|
1859
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/overview.txt
|
1860
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt
|
1861
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt
|
1862
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt
|
1863
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/index.txt
|
1864
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt
|
1865
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt
|
1866
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt
|
1867
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt
|
1868
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt
|
1869
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt
|
1870
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt
|
1871
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt
|
1872
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt
|
1873
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt
|
1874
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt
|
1875
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt
|
1876
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt
|
1877
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_copy.txt
|
1878
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt
|
1879
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt
|
1880
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt
|
1881
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt
|
1882
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_delete.txt
|
1883
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt
|
1884
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt
|
1885
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.txt
|
1886
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt
|
1887
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
|
1888
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt
|
1889
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt
|
1890
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt
|
1891
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt
|
1892
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt
|
1893
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt
|
1894
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt
|
1895
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt
|
1896
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt
|
1897
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt
|
1898
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt
|
1899
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt
|
1900
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt
|
1901
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt
|
1902
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt
|
1903
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt
|
1904
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt
|
1905
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt
|
1906
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_exist.txt
|
1907
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt
|
1908
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt
|
1909
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt
|
1910
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt
|
1911
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt
|
1912
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt
|
1913
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt
|
1914
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt
|
1915
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt
|
1916
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt
|
1917
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt
|
1918
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt
|
1919
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt
|
1920
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/schema.txt
|
1921
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt
|
1922
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt
|
1923
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt
|
1924
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt
|
1925
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_copy.txt
|
1926
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt
|
1927
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt
|
1928
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
|
1929
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_rename.txt
|
1930
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt
|
1931
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.txt
|
1932
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt
|
1933
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt
|
1934
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt
|
1935
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/configuration.txt
|
1936
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt
|
1937
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt
|
1938
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt
|
1939
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt
|
1940
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt
|
1941
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt
|
1942
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt
|
1943
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt
|
1944
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt
|
1945
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt
|
1946
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt
|
1947
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt
|
1948
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt
|
1949
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt
|
1950
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt
|
1951
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt
|
1952
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt
|
1953
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt
|
1954
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt
|
1955
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt
|
1956
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt
|
1957
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt
|
1958
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt
|
1959
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt
|
1960
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt
|
1961
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt
|
1962
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt
|
1963
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt
|
1964
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt
|
1965
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt
|
1966
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt
|
1967
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt
|
1968
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt
|
1969
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt
|
1970
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt
|
1971
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt
|
1972
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt
|
1973
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt
|
1974
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt
|
1975
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt
|
1976
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt
|
1977
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt
|
1978
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt
|
1979
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt
|
1980
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt
|
1981
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt
|
1982
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt
|
1983
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt
|
1984
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt
|
1985
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt
|
1986
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt
|
1987
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt
|
1988
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt
|
1989
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/regular_expression.txt
|
1990
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/scorer.txt
|
1991
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt
|
1992
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt
|
1993
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/sharding.txt
|
1994
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest.txt
|
1995
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt
|
1996
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt
|
1997
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt
|
1998
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt
|
1999
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt
|
2000
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt
|
2001
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt
|
2002
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt
|
2003
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt
|
2004
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt
|
2005
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt
|
2006
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt
|
2007
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.txt
|
2008
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server.txt
|
2009
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt
|
2010
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt
|
2011
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt
|
2012
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt
|
2013
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt
|
2014
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/memcached.txt
|
2015
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt
|
2016
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/spec.txt
|
2017
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt
|
2018
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt
|
2019
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt
|
2020
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt
|
2021
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt
|
2022
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt
|
2023
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt
|
2024
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt
|
2025
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt
|
2026
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt
|
2027
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt
|
2028
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt
|
2029
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt
|
2030
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt
|
2031
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt
|
2032
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt
|
2033
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt
|
2034
1567
|
- vendor/local/share/doc/groonga/ja/html/_static/ajax-loader.gif
|
2035
1568
|
- vendor/local/share/doc/groonga/ja/html/_static/basic.css
|
2036
1569
|
- vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png
|
@@ -2043,7 +1576,7 @@ files:
|
|
2043
1576
|
- vendor/local/share/doc/groonga/ja/html/_static/file.png
|
2044
1577
|
- vendor/local/share/doc/groonga/ja/html/_static/groonga.css
|
2045
1578
|
- vendor/local/share/doc/groonga/ja/html/_static/header-background.png
|
2046
|
-
- vendor/local/share/doc/groonga/ja/html/_static/jquery-1.
|
1579
|
+
- vendor/local/share/doc/groonga/ja/html/_static/jquery-3.1.0.js
|
2047
1580
|
- vendor/local/share/doc/groonga/ja/html/_static/jquery.js
|
2048
1581
|
- vendor/local/share/doc/groonga/ja/html/_static/logo.png
|
2049
1582
|
- vendor/local/share/doc/groonga/ja/html/_static/minus.png
|
@@ -2228,6 +1761,7 @@ files:
|
|
2228
1761
|
- vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html
|
2229
1762
|
- vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html
|
2230
1763
|
- vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html
|
1764
|
+
- vendor/local/share/doc/groonga/ja/html/reference/functions/math_abs.html
|
2231
1765
|
- vendor/local/share/doc/groonga/ja/html/reference/functions/now.html
|
2232
1766
|
- vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html
|
2233
1767
|
- vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html
|
@@ -2276,6 +1810,7 @@ files:
|
|
2276
1810
|
- vendor/local/share/doc/groonga/ja/html/reference/types.html
|
2277
1811
|
- vendor/local/share/doc/groonga/ja/html/reference/window_function.html
|
2278
1812
|
- vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html
|
1813
|
+
- vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_count.html
|
2279
1814
|
- vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html
|
2280
1815
|
- vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html
|
2281
1816
|
- vendor/local/share/doc/groonga/ja/html/search.html
|
@@ -2293,6 +1828,7 @@ files:
|
|
2293
1828
|
- vendor/local/share/doc/groonga/ja/html/spec/search.html
|
2294
1829
|
- vendor/local/share/doc/groonga/ja/html/troubleshooting.html
|
2295
1830
|
- vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html
|
1831
|
+
- vendor/local/share/doc/groonga/ja/html/troubleshooting/how_to_analyze_error_message.html
|
2296
1832
|
- vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html
|
2297
1833
|
- vendor/local/share/doc/groonga/ja/html/tutorial.html
|
2298
1834
|
- vendor/local/share/doc/groonga/ja/html/tutorial/data.html
|
@@ -2398,6 +1934,8 @@ files:
|
|
2398
1934
|
- vendor/local/share/groonga/examples/dictionary/init-db.sh
|
2399
1935
|
- vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb
|
2400
1936
|
- vendor/local/share/groonga/examples/dictionary/readme.txt
|
1937
|
+
- vendor/local/share/groonga/groonga-log/README.md
|
1938
|
+
- vendor/local/share/groonga/groonga-log/lgpl-2.1.txt
|
2401
1939
|
- vendor/local/share/groonga/html/admin.old/css/groonga-admin.css
|
2402
1940
|
- vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png
|
2403
1941
|
- vendor/local/share/groonga/html/admin.old/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png
|
@@ -2453,8 +1991,12 @@ files:
|
|
2453
1991
|
- vendor/local/share/groonga/html/admin/views/tables/show.html
|
2454
1992
|
- vendor/local/share/groonga/html/admin/views/top.html
|
2455
1993
|
- vendor/local/share/groonga/mruby/LEGAL
|
1994
|
+
- vendor/local/share/license/cv2pdb/LICENSE
|
1995
|
+
- vendor/local/share/license/cv2pdb/README
|
2456
1996
|
- vendor/local/share/license/groonga-admin/LICENSE
|
2457
1997
|
- vendor/local/share/license/groonga-admin/README.md
|
1998
|
+
- vendor/local/share/license/groonga-log/README.md
|
1999
|
+
- vendor/local/share/license/groonga-log/lgpl-2.1.txt
|
2458
2000
|
- vendor/local/share/license/groonga-normalizer-mysql/README.md
|
2459
2001
|
- vendor/local/share/license/groonga-normalizer-mysql/lgpl-2.0.txt
|
2460
2002
|
- vendor/local/share/license/groonga/COPYING
|
@@ -2617,7 +2159,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2617
2159
|
version: '2.1'
|
2618
2160
|
- - "<"
|
2619
2161
|
- !ruby/object:Gem::Version
|
2620
|
-
version: '2.
|
2162
|
+
version: '2.6'
|
2621
2163
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2622
2164
|
requirements:
|
2623
2165
|
- - ">="
|
@@ -2625,78 +2167,79 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2625
2167
|
version: '0'
|
2626
2168
|
requirements: []
|
2627
2169
|
rubyforge_project:
|
2628
|
-
rubygems_version: 2.
|
2170
|
+
rubygems_version: 2.6.14
|
2629
2171
|
signing_key:
|
2630
2172
|
specification_version: 4
|
2631
2173
|
summary: Ruby bindings for Groonga that provide full text search and column store
|
2632
2174
|
features.
|
2633
2175
|
test_files:
|
2634
|
-
- test/test-
|
2635
|
-
- test/test-
|
2636
|
-
- test/test-request-canceler.rb
|
2637
|
-
- test/test-variable.rb
|
2638
|
-
- test/test-geo-point.rb
|
2639
|
-
- test/test-plugin.rb
|
2640
|
-
- test/test-table-group.rb
|
2641
|
-
- test/test-accessor.rb
|
2176
|
+
- test/test-context.rb
|
2177
|
+
- test/test-normalizer.rb
|
2642
2178
|
- test/test-double-array-trie.rb
|
2643
|
-
- test/test-
|
2644
|
-
- test/test-
|
2645
|
-
- test/test-request-timer.rb
|
2646
|
-
- test/test-column.rb
|
2647
|
-
- test/test-table-traverse.rb
|
2179
|
+
- test/test-token-regexp.rb
|
2180
|
+
- test/test-remote.rb
|
2648
2181
|
- test/test-expression.rb
|
2182
|
+
- test/test-schema-dumper.rb
|
2183
|
+
- test/test-patricia-trie.rb
|
2184
|
+
- test/test-table-group.rb
|
2649
2185
|
- test/test-table-select.rb
|
2650
2186
|
- test/test-encoding.rb
|
2651
|
-
- test/test-logger.rb
|
2652
|
-
- test/test-
|
2187
|
+
- test/test-windows-event-logger.rb
|
2188
|
+
- test/test-plugin.rb
|
2189
|
+
- test/test-table-select-normalize.rb
|
2653
2190
|
- test/test-hash.rb
|
2654
|
-
- test/test-
|
2655
|
-
- test/test-table-
|
2656
|
-
- test/test-version.rb
|
2191
|
+
- test/test-gqtp.rb
|
2192
|
+
- test/test-table-dumper.rb
|
2657
2193
|
- test/test-data-column.rb
|
2658
|
-
- test/test-
|
2194
|
+
- test/test-pagination.rb
|
2195
|
+
- test/test-column.rb
|
2196
|
+
- test/test-table-traverse.rb
|
2197
|
+
- test/test-default-cache.rb
|
2198
|
+
- test/test-type.rb
|
2199
|
+
- test/test-package-label.rb
|
2200
|
+
- test/groonga-test-utils.rb
|
2201
|
+
- test/test-thread.rb
|
2202
|
+
- test/test-procedure.rb
|
2203
|
+
- test/test-query-logger.rb
|
2659
2204
|
- test/test-index-column.rb
|
2660
|
-
- test/test-table-key-support.rb
|
2661
2205
|
- test/test-vector-column.rb
|
2206
|
+
- test/test-fix-size-column.rb
|
2662
2207
|
- test/test-error-message.rb
|
2663
|
-
- test/test-
|
2664
|
-
- test/test-table-select-weight.rb
|
2665
|
-
- test/test-schema-type.rb
|
2666
|
-
- test/test-sub-records.rb
|
2667
|
-
- test/test-procedure.rb
|
2668
|
-
- test/test-config.rb
|
2669
|
-
- test/test-context.rb
|
2670
|
-
- test/test-gqtp.rb
|
2671
|
-
- test/test-remote.rb
|
2208
|
+
- test/test-operator.rb
|
2672
2209
|
- test/test-database-dumper.rb
|
2673
|
-
- test/test-name.rb
|
2674
|
-
- test/test-database-inspector.rb
|
2675
|
-
- test/test-id.rb
|
2676
|
-
- test/test-patricia-trie.rb
|
2677
2210
|
- test/run-test.rb
|
2678
|
-
- test/test-
|
2679
|
-
- test/test-
|
2680
|
-
- test/test-
|
2211
|
+
- test/test-column-cache.rb
|
2212
|
+
- test/test-index-cursor.rb
|
2213
|
+
- test/test-schema-type.rb
|
2214
|
+
- test/test-database.rb
|
2215
|
+
- test/test-id.rb
|
2216
|
+
- test/test-request-canceler.rb
|
2217
|
+
- test/test-logger.rb
|
2681
2218
|
- test/test-table.rb
|
2682
|
-
- test/groonga-test-utils.rb
|
2683
2219
|
- test/test-record.rb
|
2684
|
-
- test/test-
|
2685
|
-
- test/test-table-select-normalize.rb
|
2686
|
-
- test/test-thread.rb
|
2687
|
-
- test/test-schema-dumper.rb
|
2688
|
-
- test/test-token-regexp.rb
|
2689
|
-
- test/test-table-dumper.rb
|
2690
|
-
- test/test-database.rb
|
2691
|
-
- test/test-query-logger.rb
|
2692
|
-
- test/test-package-label.rb
|
2693
|
-
- test/test-variable-size-column.rb
|
2694
|
-
- test/test-default-cache.rb
|
2220
|
+
- test/test-version.rb
|
2695
2221
|
- test/test-table-select-mecab.rb
|
2696
|
-
- test/test-
|
2222
|
+
- test/test-lock-timeout.rb
|
2223
|
+
- test/test-table-select-weight.rb
|
2224
|
+
- test/test-geo-point.rb
|
2225
|
+
- test/test-array.rb
|
2226
|
+
- test/test-request-timer.rb
|
2227
|
+
- test/test-sub-records.rb
|
2228
|
+
- test/test-schema-create-table.rb
|
2229
|
+
- test/test-name.rb
|
2230
|
+
- test/test-schema.rb
|
2231
|
+
- test/test-command-select.rb
|
2697
2232
|
- test/test-expression-builder.rb
|
2698
|
-
- test/test-operator.rb
|
2699
|
-
- test/test-flushable.rb
|
2700
2233
|
- test/test-convert.rb
|
2701
|
-
- test/test-
|
2702
|
-
- test/test-
|
2234
|
+
- test/test-memory-pool.rb
|
2235
|
+
- test/test-flushable.rb
|
2236
|
+
- test/test-table-offset-and-limit.rb
|
2237
|
+
- test/test-exception.rb
|
2238
|
+
- test/test-variable-size-column.rb
|
2239
|
+
- test/test-config.rb
|
2240
|
+
- test/test-table-key-support.rb
|
2241
|
+
- test/test-table-arrow.rb
|
2242
|
+
- test/test-database-inspector.rb
|
2243
|
+
- test/test-variable.rb
|
2244
|
+
- test/test-snippet.rb
|
2245
|
+
- test/test-accessor.rb
|