Codebase list groonga / fd59637
New upstream version 11.0.0 Kentaro Hayashi 3 years ago
640 changed file(s) with 9446 addition(s) and 10275 deletion(s). Raw diff Collapse all Expand all
502502 -DCMAKE_INSTALL_LIBDIR=${CMAKE_INSTALL_LIBDIR}
503503 -DZSTD_BUILD_PROGRAMS=OFF
504504 -DZSTD_BUILD_SHARED=OFF
505 -DZSTD_BUILD_STATIC=ON)
505 -DZSTD_BUILD_STATIC=ON
506 -DZSTD_USE_STATIC_RUNTIME=ON)
506507 set(ZSTD_SOURCE_BASE_NAME "zstd-${GRN_ZSTD_EP_VERSION}.tar.gz")
507508 set(ZSTD_SOURCE_LOCAL_PATH
508509 "${CMAKE_CURRENT_SOURCE_DIR}/vendor/${ZSTD_SOURCE_BASE_NAME}")
526527 IMPORTED_LOCATION ${ZSTD_STATIC_LIBRARY}
527528 INTERFACE_INCLUDE_DIRECTORIES "${ZSTD_PREFIX}/include")
528529 add_dependencies(zstd::libzstd_static zstd-ep)
530 set(ZSTD_SOURCE_DIR
531 "${CMAKE_CURRENT_BINARY_DIR}/zstd-ep-prefix/src/zstd-ep")
532 install(FILES
533 "${ZSTD_SOURCE_DIR}/CHANGELOG"
534 "${ZSTD_SOURCE_DIR}/COPYING"
535 "${ZSTD_SOURCE_DIR}/LICENSE"
536 "${ZSTD_SOURCE_DIR}/README.md"
537 DESTINATION "${GRN_DATA_DIR}/zstd")
529538 set(GRN_ZSTD_TARGET zstd::libzstd_static)
530539 set(GRN_WITH_ZSTD TRUE)
531540 message(STATUS "Zstandard: ${ZSTD_STATIC_LIBRARY} (bundled)")
878887
879888
880889 find_program(RUBY NAMES
890 "ruby3.0" "ruby30"
881891 "ruby2.7" "ruby27"
882892 "ruby2.6" "ruby26"
883893 "ruby2.5" "ruby25"
308308 GRN_DEFS = @GRN_DEFS@
309309 GRN_DLL_FILENAME = @GRN_DLL_FILENAME@
310310 GRN_EXPANDED_DEFAULT_DOCUMENT_ROOT = @GRN_EXPANDED_DEFAULT_DOCUMENT_ROOT@
311 GRN_VERSION = 10.1.1
311 GRN_VERSION = 11.0.0
312312 GRN_VERSION_MAJOR = @GRN_VERSION_MAJOR@
313313 GRN_VERSION_MICRO = @GRN_VERSION_MICRO@
314314 GRN_VERSION_MINOR = @GRN_VERSION_MINOR@
0 10.1.1
0 11.0.0
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for groonga 10.1.1.
2 # Generated by GNU Autoconf 2.69 for groonga 11.0.0.
33 #
44 # Report bugs to <groonga@razil.jp>.
55 #
589589 # Identity of this package.
590590 PACKAGE_NAME='groonga'
591591 PACKAGE_TARNAME='groonga'
592 PACKAGE_VERSION='10.1.1'
593 PACKAGE_STRING='groonga 10.1.1'
592 PACKAGE_VERSION='11.0.0'
593 PACKAGE_STRING='groonga 11.0.0'
594594 PACKAGE_BUGREPORT='groonga@razil.jp'
595595 PACKAGE_URL=''
596596
16091609 # Omit some internal or obsolete options to make the list less imposing.
16101610 # This message is too long to be a string in the A/UX 3.1 sh.
16111611 cat <<_ACEOF
1612 \`configure' configures groonga 10.1.1 to adapt to many kinds of systems.
1612 \`configure' configures groonga 11.0.0 to adapt to many kinds of systems.
16131613
16141614 Usage: $0 [OPTION]... [VAR=VALUE]...
16151615
16801680
16811681 if test -n "$ac_init_help"; then
16821682 case $ac_init_help in
1683 short | recursive ) echo "Configuration of groonga 10.1.1:";;
1683 short | recursive ) echo "Configuration of groonga 11.0.0:";;
16841684 esac
16851685 cat <<\_ACEOF
16861686
19431943 test -n "$ac_init_help" && exit $ac_status
19441944 if $ac_init_version; then
19451945 cat <<\_ACEOF
1946 groonga configure 10.1.1
1946 groonga configure 11.0.0
19471947 generated by GNU Autoconf 2.69
19481948
19491949 Copyright (C) 2012 Free Software Foundation, Inc.
28182818 This file contains any messages produced by compilers while
28192819 running configure, to aid debugging if configure makes a mistake.
28202820
2821 It was created by groonga $as_me 10.1.1, which was
2821 It was created by groonga $as_me 11.0.0, which was
28222822 generated by GNU Autoconf 2.69. Invocation command line was
28232823
28242824 $ $0 $@
31703170 ac_config_headers="$ac_config_headers config.h"
31713171
31723172
3173 GRN_VERSION_MAJOR=`echo 10.1.1 | cut -d. -f1`
3174
3175 GRN_VERSION_MINOR=`echo 10.1.1 | cut -d. -f2`
3176
3177 GRN_VERSION_MICRO=`echo 10.1.1 | cut -d. -f3`
3178
3179
3180 GRN_VERSION_RC=`echo 10.1.1 | sed -e 's/\./,/g'`
3173 GRN_VERSION_MAJOR=`echo 11.0.0 | cut -d. -f1`
3174
3175 GRN_VERSION_MINOR=`echo 11.0.0 | cut -d. -f2`
3176
3177 GRN_VERSION_MICRO=`echo 11.0.0 | cut -d. -f3`
3178
3179
3180 GRN_VERSION_RC=`echo 11.0.0 | sed -e 's/\./,/g'`
31813181
31823182
31833183 am__api_version='1.16'
36953695
36963696 # Define the identity of the package.
36973697 PACKAGE='groonga'
3698 VERSION='10.1.1'
3698 VERSION='11.0.0'
36993699
37003700
37013701 cat >>confdefs.h <<_ACEOF
2067320673 Report bugs to <bug-libtool@gnu.org>."
2067420674
2067520675 lt_cl_version="\
20676 groonga config.lt 10.1.1
20676 groonga config.lt 11.0.0
2067720677 configured by $0, generated by GNU Autoconf 2.69.
2067820678
2067920679 Copyright (C) 2011 Free Software Foundation, Inc.
2674626746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_built_document" >&5
2674726747 $as_echo "$have_built_document" >&6; }
2674826748
26749 DOCUMENT_VERSION=10.1.1
26749 DOCUMENT_VERSION=11.0.0
2675026750 DOCUMENT_VERSION_FULL="$GRN_VERSION"
2675126751
2675226752
2749027490 `"
2749127491
2749227492
27493 ac_config_files="$ac_config_files Makefile benchmark/Makefile benchmark/fixtures/Makefile benchmark/fixtures/geo-select/Makefile benchmark/lib/Makefile build/Makefile build/cmake_modules/Makefile config.sh data/Makefile data/groonga-httpd.conf data/html/Makefile data/init.d/Makefile data/init.d/centos/Makefile data/init.d/centos/sysconfig/Makefile data/logrotate.d/Makefile data/logrotate.d/centos/Makefile data/logrotate.d/centos/groonga-httpd data/munin/Makefile data/scripts/Makefile data/scripts/groonga-httpd-restart data/systemd/Makefile data/systemd/centos/Makefile data/systemd/centos/groonga-httpd.service data/systemd/centos/sysconfig/Makefile data/tmpfiles.d/Makefile doc/Makefile doc/locale/Makefile doc/locale/en/LC_MESSAGES/Makefile doc/locale/en/Makefile doc/locale/ja/LC_MESSAGES/Makefile doc/locale/ja/Makefile examples/Makefile examples/dictionary/Makefile examples/dictionary/edict/Makefile examples/dictionary/eijiro/Makefile examples/dictionary/gene95/Makefile examples/dictionary/jmdict/Makefile groonga-arrow.pc groonga-httpd-conf.sh groonga.pc include/Makefile include/groonga/Makefile include/groonga/version.h lib/Makefile lib/dat/Makefile lib/metadata.rc lib/mrb/Makefile lib/mrb/scripts/Makefile lib/mrb/scripts/command_line/Makefile lib/mrb/scripts/context/Makefile lib/mrb/scripts/expression_rewriters/Makefile lib/mrb/scripts/expression_tree/Makefile lib/mrb/scripts/initialize/Makefile lib/mrb/scripts/logger/Makefile lib/mrb/scripts/query_logger/Makefile lib/proc/Makefile packages/Makefile packages/apt/debian/groonga-keyring.postrm packages/apt/env.sh packages/source/Makefile packages/windows/Makefile packages/windows/language-files/Makefile packages/windows/patches/Makefile packages/windows/setup-x64.nsi plugins/Makefile plugins/functions/Makefile plugins/query_expanders/Makefile plugins/ruby/Makefile plugins/sharding/Makefile plugins/suggest/Makefile plugins/token_filters/Makefile plugins/tokenizers/Makefile src/Makefile src/httpd/Makefile src/suggest/Makefile test/Makefile test/command/Makefile test/unit/Makefile test/unit/core/Makefile test/unit/core/dat/Makefile test/unit/fixtures/Makefile test/unit/fixtures/geo/Makefile test/unit/fixtures/inverted-index/Makefile test/unit/fixtures/plugins/Makefile test/unit/fixtures/story/Makefile test/unit/fixtures/story/taiyaki/Makefile test/unit/fixtures/stress/Makefile test/unit/lib/Makefile test/unit/story/Makefile test/unit/util/Makefile tools/Makefile vendor/Makefile vendor/groonga-log/Makefile vendor/lz4/Makefile vendor/mecab/Makefile vendor/message_pack/Makefile vendor/mruby/Makefile vendor/onigmo/Makefile vendor/rapidjson/Makefile"
27493 ac_config_files="$ac_config_files Makefile benchmark/Makefile benchmark/fixtures/Makefile benchmark/fixtures/geo-select/Makefile benchmark/lib/Makefile build/Makefile build/cmake_modules/Makefile config.sh data/Makefile data/groonga-httpd.conf data/html/Makefile data/init.d/Makefile data/init.d/centos/Makefile data/init.d/centos/sysconfig/Makefile data/logrotate.d/Makefile data/logrotate.d/centos/Makefile data/logrotate.d/centos/groonga-httpd data/munin/Makefile data/scripts/Makefile data/scripts/groonga-httpd-restart data/systemd/Makefile data/systemd/centos/Makefile data/systemd/centos/groonga-httpd.service data/systemd/centos/sysconfig/Makefile data/tmpfiles.d/Makefile doc/Makefile doc/locale/Makefile doc/locale/en/LC_MESSAGES/Makefile doc/locale/en/Makefile doc/locale/ja/LC_MESSAGES/Makefile doc/locale/ja/Makefile examples/Makefile examples/dictionary/Makefile examples/dictionary/edict/Makefile examples/dictionary/eijiro/Makefile examples/dictionary/gene95/Makefile examples/dictionary/jmdict/Makefile groonga-arrow.pc groonga-httpd-conf.sh groonga.pc include/Makefile include/groonga/Makefile include/groonga/version.h lib/Makefile lib/dat/Makefile lib/metadata.rc lib/mrb/Makefile lib/mrb/scripts/Makefile lib/mrb/scripts/command_line/Makefile lib/mrb/scripts/context/Makefile lib/mrb/scripts/expression_rewriters/Makefile lib/mrb/scripts/expression_tree/Makefile lib/mrb/scripts/initialize/Makefile lib/mrb/scripts/logger/Makefile lib/mrb/scripts/query_logger/Makefile lib/proc/Makefile packages/Makefile packages/apt/debian/groonga-keyring.postrm packages/apt/env.sh packages/source/Makefile plugins/Makefile plugins/functions/Makefile plugins/query_expanders/Makefile plugins/ruby/Makefile plugins/sharding/Makefile plugins/suggest/Makefile plugins/token_filters/Makefile plugins/tokenizers/Makefile src/Makefile src/httpd/Makefile src/suggest/Makefile test/Makefile test/command/Makefile test/unit/Makefile test/unit/core/Makefile test/unit/core/dat/Makefile test/unit/fixtures/Makefile test/unit/fixtures/geo/Makefile test/unit/fixtures/inverted-index/Makefile test/unit/fixtures/plugins/Makefile test/unit/fixtures/story/Makefile test/unit/fixtures/story/taiyaki/Makefile test/unit/fixtures/stress/Makefile test/unit/lib/Makefile test/unit/story/Makefile test/unit/util/Makefile tools/Makefile vendor/Makefile vendor/groonga-log/Makefile vendor/lz4/Makefile vendor/mecab/Makefile vendor/message_pack/Makefile vendor/mruby/Makefile vendor/onigmo/Makefile vendor/rapidjson/Makefile"
2749427494
2749527495
2749627496 cat >confcache <<\_ACEOF
2813528135 # report actual input values of CONFIG_FILES etc. instead of their
2813628136 # values after options handling.
2813728137 ac_log="
28138 This file was extended by groonga $as_me 10.1.1, which was
28138 This file was extended by groonga $as_me 11.0.0, which was
2813928139 generated by GNU Autoconf 2.69. Invocation command line was
2814028140
2814128141 CONFIG_FILES = $CONFIG_FILES
2820128201 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2820228202 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2820328203 ac_cs_version="\\
28204 groonga config.status 10.1.1
28204 groonga config.status 11.0.0
2820528205 configured by $0, generated by GNU Autoconf 2.69,
2820628206 with options \\"\$ac_cs_config\\"
2820728207
2886328863 "packages/apt/debian/groonga-keyring.postrm") CONFIG_FILES="$CONFIG_FILES packages/apt/debian/groonga-keyring.postrm" ;;
2886428864 "packages/apt/env.sh") CONFIG_FILES="$CONFIG_FILES packages/apt/env.sh" ;;
2886528865 "packages/source/Makefile") CONFIG_FILES="$CONFIG_FILES packages/source/Makefile" ;;
28866 "packages/windows/Makefile") CONFIG_FILES="$CONFIG_FILES packages/windows/Makefile" ;;
28867 "packages/windows/language-files/Makefile") CONFIG_FILES="$CONFIG_FILES packages/windows/language-files/Makefile" ;;
28868 "packages/windows/patches/Makefile") CONFIG_FILES="$CONFIG_FILES packages/windows/patches/Makefile" ;;
28869 "packages/windows/setup-x64.nsi") CONFIG_FILES="$CONFIG_FILES packages/windows/setup-x64.nsi" ;;
2887028866 "plugins/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/Makefile" ;;
2887128867 "plugins/functions/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/functions/Makefile" ;;
2887228868 "plugins/query_expanders/Makefile") CONFIG_FILES="$CONFIG_FILES plugins/query_expanders/Makefile" ;;
18531853 packages/apt/debian/groonga-keyring.postrm
18541854 packages/apt/env.sh
18551855 packages/source/Makefile
1856 packages/windows/Makefile
1857 packages/windows/language-files/Makefile
1858 packages/windows/patches/Makefile
1859 packages/windows/setup-x64.nsi
18601856 plugins/Makefile
18611857 plugins/functions/Makefile
18621858 plugins/query_expanders/Makefile
546546 $(top_srcdir)/doc/source/example/reference/commands/database_unmap/usage_success.log \
547547 $(top_srcdir)/doc/source/example/reference/commands/delete/cascade.log \
548548 $(top_srcdir)/doc/source/example/reference/commands/delete/status.log \
549 $(top_srcdir)/doc/source/example/reference/commands/index_column_diff/index_column.log \
549550 $(top_srcdir)/doc/source/example/reference/commands/io_flush/all.log \
550551 $(top_srcdir)/doc/source/example/reference/commands/io_flush/only_opened_yes.log \
551552 $(top_srcdir)/doc/source/example/reference/commands/io_flush/recursive_default.log \
13691370 $(top_srcdir)/doc/source/reference/commands/defrag.rst \
13701371 $(top_srcdir)/doc/source/reference/commands/delete.rst \
13711372 $(top_srcdir)/doc/source/reference/commands/dump.rst \
1373 $(top_srcdir)/doc/source/reference/commands/index_column_diff.rst \
13721374 $(top_srcdir)/doc/source/reference/commands/io_flush.rst \
13731375 $(top_srcdir)/doc/source/reference/commands/load.rst \
13741376 $(top_srcdir)/doc/source/reference/commands/lock_acquire.rst \
16571659 source/example/reference/commands/database_unmap/usage_success.log \
16581660 source/example/reference/commands/delete/cascade.log \
16591661 source/example/reference/commands/delete/status.log \
1662 source/example/reference/commands/index_column_diff/index_column.log \
16601663 source/example/reference/commands/io_flush/all.log \
16611664 source/example/reference/commands/io_flush/only_opened_yes.log \
16621665 source/example/reference/commands/io_flush/recursive_default.log \
24802483 source/reference/commands/defrag.rst \
24812484 source/reference/commands/delete.rst \
24822485 source/reference/commands/dump.rst \
2486 source/reference/commands/index_column_diff.rst \
24832487 source/reference/commands/io_flush.rst \
24842488 source/reference/commands/load.rst \
24852489 source/reference/commands/lock_acquire.rst \
29082912 html/reference/commands/defrag.html \
29092913 html/reference/commands/delete.html \
29102914 html/reference/commands/dump.html \
2915 html/reference/commands/index_column_diff.html \
29112916 html/reference/commands/io_flush.html \
29122917 html/reference/commands/load.html \
29132918 html/reference/commands/lock_acquire.html \
9494 $(top_srcdir)/doc/source/example/reference/commands/database_unmap/usage_success.log \
9595 $(top_srcdir)/doc/source/example/reference/commands/delete/cascade.log \
9696 $(top_srcdir)/doc/source/example/reference/commands/delete/status.log \
97 $(top_srcdir)/doc/source/example/reference/commands/index_column_diff/index_column.log \
9798 $(top_srcdir)/doc/source/example/reference/commands/io_flush/all.log \
9899 $(top_srcdir)/doc/source/example/reference/commands/io_flush/only_opened_yes.log \
99100 $(top_srcdir)/doc/source/example/reference/commands/io_flush/recursive_default.log \
917918 $(top_srcdir)/doc/source/reference/commands/defrag.rst \
918919 $(top_srcdir)/doc/source/reference/commands/delete.rst \
919920 $(top_srcdir)/doc/source/reference/commands/dump.rst \
921 $(top_srcdir)/doc/source/reference/commands/index_column_diff.rst \
920922 $(top_srcdir)/doc/source/reference/commands/io_flush.rst \
921923 $(top_srcdir)/doc/source/reference/commands/load.rst \
922924 $(top_srcdir)/doc/source/reference/commands/lock_acquire.rst \
12051207 source/example/reference/commands/database_unmap/usage_success.log \
12061208 source/example/reference/commands/delete/cascade.log \
12071209 source/example/reference/commands/delete/status.log \
1210 source/example/reference/commands/index_column_diff/index_column.log \
12081211 source/example/reference/commands/io_flush/all.log \
12091212 source/example/reference/commands/io_flush/only_opened_yes.log \
12101213 source/example/reference/commands/io_flush/recursive_default.log \
20282031 source/reference/commands/defrag.rst \
20292032 source/reference/commands/delete.rst \
20302033 source/reference/commands/dump.rst \
2034 source/reference/commands/index_column_diff.rst \
20312035 source/reference/commands/io_flush.rst \
20322036 source/reference/commands/load.rst \
20332037 source/reference/commands/lock_acquire.rst \
24562460 html/reference/commands/defrag.html \
24572461 html/reference/commands/delete.html \
24582462 html/reference/commands/dump.html \
2463 html/reference/commands/index_column_diff.html \
24592464 html/reference/commands/io_flush.html \
24602465 html/reference/commands/load.html \
24612466 html/reference/commands/lock_acquire.html \
499499 $(top_srcdir)/doc/source/example/reference/commands/database_unmap/usage_success.log \
500500 $(top_srcdir)/doc/source/example/reference/commands/delete/cascade.log \
501501 $(top_srcdir)/doc/source/example/reference/commands/delete/status.log \
502 $(top_srcdir)/doc/source/example/reference/commands/index_column_diff/index_column.log \
502503 $(top_srcdir)/doc/source/example/reference/commands/io_flush/all.log \
503504 $(top_srcdir)/doc/source/example/reference/commands/io_flush/only_opened_yes.log \
504505 $(top_srcdir)/doc/source/example/reference/commands/io_flush/recursive_default.log \
13221323 $(top_srcdir)/doc/source/reference/commands/defrag.rst \
13231324 $(top_srcdir)/doc/source/reference/commands/delete.rst \
13241325 $(top_srcdir)/doc/source/reference/commands/dump.rst \
1326 $(top_srcdir)/doc/source/reference/commands/index_column_diff.rst \
13251327 $(top_srcdir)/doc/source/reference/commands/io_flush.rst \
13261328 $(top_srcdir)/doc/source/reference/commands/load.rst \
13271329 $(top_srcdir)/doc/source/reference/commands/lock_acquire.rst \
16101612 source/example/reference/commands/database_unmap/usage_success.log \
16111613 source/example/reference/commands/delete/cascade.log \
16121614 source/example/reference/commands/delete/status.log \
1615 source/example/reference/commands/index_column_diff/index_column.log \
16131616 source/example/reference/commands/io_flush/all.log \
16141617 source/example/reference/commands/io_flush/only_opened_yes.log \
16151618 source/example/reference/commands/io_flush/recursive_default.log \
24332436 source/reference/commands/defrag.rst \
24342437 source/reference/commands/delete.rst \
24352438 source/reference/commands/dump.rst \
2439 source/reference/commands/index_column_diff.rst \
24362440 source/reference/commands/io_flush.rst \
24372441 source/reference/commands/load.rst \
24382442 source/reference/commands/lock_acquire.rst \
28612865 html/reference/commands/defrag.html \
28622866 html/reference/commands/delete.html \
28632867 html/reference/commands/dump.html \
2868 html/reference/commands/index_column_diff.html \
28642869 html/reference/commands/io_flush.html \
28652870 html/reference/commands/load.html \
28662871 html/reference/commands/lock_acquire.html \
55 #
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: Groonga 10.1.1\n"
8 "Project-Id-Version: Groonga 11.0.0\n"
99 "Report-Msgid-Bugs-To: \n"
1010 "PO-Revision-Date: 2020-12-21 11:27+0900\n"
1111 "Last-Translator: Automatically generated\n"
762762 msgid "Windows"
763763 msgstr "Windows"
764764
765 msgid ""
765 #, fuzzy
766 msgid ""
767 "This section describes how to install Groonga on Windows. You can install "
768 "Groonga by extracting a zip package."
769 msgstr ""
766770 "This section describes how to install Groonga on Windows. You can install "
767771 "Groonga by extracting a zip package or running an installer."
768 msgstr ""
769 "This section describes how to install Groonga on Windows. You can install "
770 "Groonga by extracting a zip package or running an installer."
771
772 msgid "Installer"
773 msgstr "Installer"
774
775 msgid ""
776 "For 32-bit environment, download x86 executable binary from packages.groonga."
777 "org:"
778 msgstr ""
779 "For 32-bit environment, download x86 executable binary from packages.groonga."
780 "org:"
781
782 msgid "https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.exe"
783 msgstr "https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.exe"
784
785 msgid "Then run it."
786 msgstr "Then run it."
787
788 msgid ""
789 "For 64-bit environment, download x64 executable binary from packages.goronga."
790 "org:"
791 msgstr ""
792 "For 64-bit environment, download x64 executable binary from packages.goronga."
793 "org:"
794
795 msgid "https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.exe"
796 msgstr "https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.exe"
797
798 msgid ""
799 "Use command prompt in start menu to run :doc:`/reference/executables/"
800 "groonga`."
801 msgstr ""
802 "Use command prompt in start menu to run :doc:`/reference/executables/"
803 "groonga`."
804772
805773 msgid "zip"
806774 msgstr "zip"
810778 msgstr ""
811779 "For 32-bit environment, download x86 zip archive from packages.groonga.org:"
812780
813 msgid "https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.zip"
814 msgstr "https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.zip"
781 #, fuzzy
782 msgid ""
783 "https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019-with-"
784 "vcruntime.zip"
785 msgstr "https://packages.groonga.org/windows/groonga/groonga-11.0.0-x86.zip"
786
787 msgid ""
788 "If we don't need Microsoft Visual C++ Runtime Library, we download from the "
789 "following URL:"
790 msgstr ""
791
792 #, fuzzy
793 msgid ""
794 "https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019.zip"
795 msgstr "https://packages.groonga.org/windows/groonga/groonga-11.0.0-x86.zip"
815796
816797 msgid "Then extract it."
817798 msgstr "Then extract it."
821802 msgstr ""
822803 "For 64-bit environment, download x64 zip archive from packages.groonga.org:"
823804
824 msgid "https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.zip"
825 msgstr "https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.zip"
805 #, fuzzy
806 msgid ""
807 "https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019-with-"
808 "vcruntime.zip"
809 msgstr "https://packages.groonga.org/windows/groonga/groonga-11.0.0-x64.zip"
810
811 #, fuzzy
812 msgid ""
813 "https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019.zip"
814 msgstr "https://packages.groonga.org/windows/groonga/groonga-11.0.0-x64.zip"
826815
827816 msgid "You can find :doc:`/reference/executables/groonga` in ``bin`` folder."
828817 msgstr "You can find :doc:`/reference/executables/groonga` in ``bin`` folder."
847836 msgid "Download zipped source from packages.groonga.org:"
848837 msgstr "Download zipped source from packages.groonga.org:"
849838
850 msgid "https://packages.groonga.org/source/groonga/groonga-10.1.1.zip"
851 msgstr "https://packages.groonga.org/source/groonga/groonga-10.1.1.zip"
839 msgid "https://packages.groonga.org/source/groonga/groonga-11.0.0.zip"
840 msgstr "https://packages.groonga.org/source/groonga/groonga-11.0.0.zip"
852841
853842 msgid "Move to the Groonga's source folder::"
854843 msgstr "Move to the Groonga's source folder::"
868857 msgstr ""
869858 "After the above steps, :doc:`/reference/executables/groonga` is found at ``c:"
870859 "\\Groonga\\bin\\groonga.exe``."
860
861 #~ msgid ""
862 #~ "Use command prompt in start menu to run :doc:`/reference/executables/"
863 #~ "groonga`."
864 #~ msgstr ""
865 #~ "Use command prompt in start menu to run :doc:`/reference/executables/"
866 #~ "groonga`."
867
868 #~ msgid "https://packages.groonga.org/windows/groonga/groonga-11.0.0-x64.exe"
869 #~ msgstr "https://packages.groonga.org/windows/groonga/groonga-11.0.0-x64.exe"
870
871 #~ msgid ""
872 #~ "For 64-bit environment, download x64 executable binary from packages."
873 #~ "goronga.org:"
874 #~ msgstr ""
875 #~ "For 64-bit environment, download x64 executable binary from packages."
876 #~ "goronga.org:"
877
878 #~ msgid "Then run it."
879 #~ msgstr "Then run it."
880
881 #~ msgid "https://packages.groonga.org/windows/groonga/groonga-11.0.0-x86.exe"
882 #~ msgstr "https://packages.groonga.org/windows/groonga/groonga-11.0.0-x86.exe"
883
884 #~ msgid ""
885 #~ "For 32-bit environment, download x86 executable binary from packages."
886 #~ "groonga.org:"
887 #~ msgstr ""
888 #~ "For 32-bit environment, download x86 executable binary from packages."
889 #~ "groonga.org:"
890
891 #~ msgid "Installer"
892 #~ msgstr "Installer"
3232 msgstr "News"
3333
3434 #, fuzzy
35 msgid "Release 11.0.0 - 2021-02-09"
36 msgstr "Release 9.0.0 - 2019-02-09"
37
38 #, fuzzy
39 msgid ""
40 "This is a major version up! But It keeps backward compatibility. We can "
41 "upgrade to 11.0.0 without rebuilding database."
42 msgstr ""
43 "This is a major version up! But It keeps backward compatibility. You can "
44 "upgrade to 9.0.0 without rebuilding database."
45
46 msgid "Improvements"
47 msgstr "Improvements"
48
49 #, fuzzy
50 msgid ""
51 "[:doc:`reference/commands/select`] Added support for outputting values of "
52 "scalar column and vector column via nested index."
53 msgstr ""
54 "[:doc:`reference/commands/logical_range_filter`] Added support for "
55 "outputting response as Apache Arrow format."
56
57 msgid "The nested index is that has structure as below."
58 msgstr ""
59
60 msgid ""
61 "The ``Products.purchases`` column is a index of ``Purchases.product`` column "
62 "in the above example. Also, ``Purchases.product`` is a reference to "
63 "``Products`` table."
64 msgstr ""
65
66 #, fuzzy
67 msgid ""
68 "We had not got the correct search result when we search via nested index "
69 "until now."
70 msgstr ""
71 "We can get correct search results even if the index is under construction."
72
73 msgid ""
74 "The result had been as follows until now. We can see that ``{\"product\": "
75 "\"apple\", \"tag\": \"man\"}`` is not output."
76 msgstr ""
77
78 msgid ""
79 "The result will be as follows from this release. We can see that ``{\"product"
80 "\": \"apple\", \"tag\": \"man\"}`` is output."
81 msgstr ""
82
83 msgid ""
84 "[Windows] Dropped support for packages of Windows version that we had cross "
85 "compiled by using MinGW on Linux."
86 msgstr ""
87
88 msgid "Because there aren't probably many people who use that."
89 msgstr ""
90
91 msgid "These above packages are that We had provided as below name until now."
92 msgstr ""
93
94 msgid "``groonga-x.x.x-x86.exe``"
95 msgstr ""
96
97 msgid "``groonga-x.x.x-x86.zip``"
98 msgstr ""
99
100 msgid "``groonga-x.x.x-x64.exe``"
101 msgstr ""
102
103 msgid "From now on, we use the following packages for Windows."
104 msgstr ""
105
106 msgid "``groonga-latest-x86-vs2019-with-vcruntime.zip``"
107 msgstr ""
108
109 msgid "``groonga-latest-x64-vs2019-with-vcruntime.zip``"
110 msgstr ""
111
112 msgid ""
113 "If a system already has installed Microsoft Visual C++ Runtime Library, we "
114 "suggest that we use the following packages."
115 msgstr ""
116
117 msgid "``groonga-latest-x86-vs2019.zip``"
118 msgstr ""
119
120 msgid "``groonga-latest-x64-vs2019.zip``"
121 msgstr ""
122
123 msgid "Fixes"
124 msgstr "Fixes"
125
126 msgid ""
127 "Fixed a bug that there is possible that index is corrupt when Groonga "
128 "executes many additions, delete, and update information in it."
129 msgstr ""
130
131 msgid ""
132 "This bug occurs when we only execute many delete information from index. "
133 "However, it doesn't occur when we only execute many additions information "
134 "into index."
135 msgstr ""
136
137 msgid ""
138 "We can repair the index that is corrupt by this bug using reconstruction of "
139 "it."
140 msgstr ""
141
142 msgid ""
143 "This bug doesn't detect unless we reference the broken index. Therefore, the "
144 "index in our indexes may has already broken."
145 msgstr ""
146
147 #, fuzzy
148 msgid ""
149 "We can use [:doc:`reference/commands/index_column_diff`] command to confirm "
150 "whether the index has already been broken or not."
151 msgstr ""
152 "[:doc:`/reference/commands/logical_count`] Supported logging whether range "
153 "index is used or not."
154
155 #, fuzzy
35156 msgid "Release 10.1.1 - 2021-01-25"
36157 msgstr "Release 8.1.1 - 2019-01-29"
37158
38 msgid "Improvements"
39 msgstr "Improvements"
40
41159 #, fuzzy
42160 msgid ""
43161 "[:doc:`reference/commands/select`] Added support for outputting UInt64 value "
123241 "[:doc:`reference/indexing`] Improved performance of offline index "
124242 "construction by using token column. [GitHub#1126][Patched by naoa]"
125243
126 msgid "Fixes"
127 msgstr "Fixes"
128
129244 #, fuzzy
130245 msgid ""
131 "[:doc:`reference/functions/sub_filter`] fixed a bug that ``sub_filter`` "
246 "[:doc:`reference/functions/sub_filter`] Fixed a bug that ``sub_filter`` "
132247 "doesn't work in ``slices[].filter``."
133248 msgstr ""
134249 "[:doc:`reference/functions/sub_filter`] Fixed too much score with a too "
72537253 "データベースのスキーマとデータをGroongaの組み込みコマンド呼び出し形式で出力し"
72547254 "ます。output_type指定は無視されます。"
72557255
7256 #, fuzzy
7257 msgid "``index_column_diff``"
7258 msgstr "``index_column``"
7259
7260 msgid "``index_column_diff`` command check where indexes are broken or not."
7261 msgstr ""
7262
7263 msgid ""
7264 "We can found already a broken index by this command. Normally, we don't "
7265 "found it unless Groonga refer, delete, or update it. However, it is possible "
7266 "that Groonga crashes or returns wrong search results by using it. it make us "
7267 "want to found it in advance. This command useful in this case."
7268 msgstr ""
7269
7270 msgid ""
7271 "This command may use many memory and execution time depending on the size of "
7272 "the target index. Also, if we stop in the middle of execution of this "
7273 "command, the target index may break. Therefore, we suggest that we don't "
7274 "execute this command on active system, but execute this command on standby "
7275 "system."
7276 msgstr ""
7277
7278 #, fuzzy
7279 msgid "This command takes two parameters. All parameters are required::"
7280 msgstr "This command takes two required parameters::"
7281
7282 #, fuzzy
7283 msgid "Here is an example to check a index column in the database:"
7284 msgstr "Here is an example to recreate all index columns in the database:"
7285
7286 #, fuzzy
7287 msgid "Specifies the name of a table include check target of the index column."
7288 msgstr "Specifies the name of table to be listed columns."
7289
7290 msgid "``index_column``"
7291 msgstr "``index_column``"
7292
7293 #, fuzzy
7294 msgid "Specifies the name of check target of the index column."
7295 msgstr "Specifies the name of table to be listed columns."
7296
7297 #, fuzzy
7298 msgid "``index_column_diff`` command returns result of check indexes::"
7299 msgstr "``request_cancel`` command returns the result of the cancel request::"
7300
7301 #, fuzzy
7302 msgid "``CHECK_RESULT``"
7303 msgstr "``WITH_CHECKS``"
7304
7305 msgid ""
7306 "This command returns the result of compression between the current value of "
7307 "the index column and the result of tokenize when this command execute as "
7308 "below::"
7309 msgstr ""
7310
7311 msgid ""
7312 "If there are something in ``remains``, a token that Groonga was supposed to "
7313 "delete is remaining in a index."
7314 msgstr ""
7315
7316 msgid ""
7317 "If there are something in ``missing``, a token that Groonga is supposing to "
7318 "remain in a index has been deleted from the index."
7319 msgstr ""
7320
7321 msgid ""
7322 "``index_column_diff`` returns nothing as below When indexes haven't broken::"
7323 msgstr ""
7324
7325 #, fuzzy
7326 msgid "``TOKEN_ID``"
7327 msgstr "``TOKENIZER``"
7328
7329 msgid "``TOKEN_ID`` is id of a broken token."
7330 msgstr ""
7331
7332 #, fuzzy
7333 msgid "``TOKEN_VALUE``"
7334 msgstr "``LOADED_VALUE``"
7335
7336 #, fuzzy
7337 msgid "``TOKEN_VALUE`` is value of a broken token."
7338 msgstr "``LOADED_VALUE`` is the loaded value of ruby script."
7339
7340 #, fuzzy
7341 msgid "``RECORD_ID``"
7342 msgstr "``COLUMN_ID``"
7343
7344 msgid "``RECORD_ID`` is id of a record include a broken token."
7345 msgstr ""
7346
7347 #, fuzzy
7348 msgid "``POSITION``"
7349 msgstr "``WITH_POSITION``"
7350
7351 msgid "``POSITION`` is appearing position of a broken token."
7352 msgstr ""
7353
72567354 msgid "``io_flush``"
72577355 msgstr "``io_flush``"
72587356
1778117879 "See :ref:`tokenize-mode` option in :doc:`/reference/commands/tokenize` about "
1778217880 "details."
1778317881
17784 msgid "``index_column``"
17785 msgstr "``index_column``"
17786
1778717882 msgid "Specifies an index column."
1778817883 msgstr "Specifies an index column."
1778917884
585585 $(top_srcdir)/doc/source/example/reference/commands/database_unmap/usage_success.log \
586586 $(top_srcdir)/doc/source/example/reference/commands/delete/cascade.log \
587587 $(top_srcdir)/doc/source/example/reference/commands/delete/status.log \
588 $(top_srcdir)/doc/source/example/reference/commands/index_column_diff/index_column.log \
588589 $(top_srcdir)/doc/source/example/reference/commands/io_flush/all.log \
589590 $(top_srcdir)/doc/source/example/reference/commands/io_flush/only_opened_yes.log \
590591 $(top_srcdir)/doc/source/example/reference/commands/io_flush/recursive_default.log \
14081409 $(top_srcdir)/doc/source/reference/commands/defrag.rst \
14091410 $(top_srcdir)/doc/source/reference/commands/delete.rst \
14101411 $(top_srcdir)/doc/source/reference/commands/dump.rst \
1412 $(top_srcdir)/doc/source/reference/commands/index_column_diff.rst \
14111413 $(top_srcdir)/doc/source/reference/commands/io_flush.rst \
14121414 $(top_srcdir)/doc/source/reference/commands/load.rst \
14131415 $(top_srcdir)/doc/source/reference/commands/lock_acquire.rst \
16961698 source/example/reference/commands/database_unmap/usage_success.log \
16971699 source/example/reference/commands/delete/cascade.log \
16981700 source/example/reference/commands/delete/status.log \
1701 source/example/reference/commands/index_column_diff/index_column.log \
16991702 source/example/reference/commands/io_flush/all.log \
17001703 source/example/reference/commands/io_flush/only_opened_yes.log \
17011704 source/example/reference/commands/io_flush/recursive_default.log \
25192522 source/reference/commands/defrag.rst \
25202523 source/reference/commands/delete.rst \
25212524 source/reference/commands/dump.rst \
2525 source/reference/commands/index_column_diff.rst \
25222526 source/reference/commands/io_flush.rst \
25232527 source/reference/commands/load.rst \
25242528 source/reference/commands/lock_acquire.rst \
29472951 html/reference/commands/defrag.html \
29482952 html/reference/commands/delete.html \
29492953 html/reference/commands/dump.html \
2954 html/reference/commands/index_column_diff.html \
29502955 html/reference/commands/io_flush.html \
29512956 html/reference/commands/load.html \
29522957 html/reference/commands/lock_acquire.html \
34733478 @echo "This command is intended for maintainers to use"
34743479 @echo "it deletes files that may require special tools to rebuild."
34753480 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
3481 @DOCUMENT_BUILDABLE_FALSE@clean-local:
34763482 @DOCUMENT_BUILDABLE_FALSE@maintainer-clean-local:
3477 @DOCUMENT_BUILDABLE_FALSE@clean-local:
34783483 clean: clean-recursive
34793484
34803485 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
00 # Sphinx build info version 1
11 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
2 config: 3603d0801ab38ec5454677117de338f9
2 config: f87599710050c1f41955c4ed99e0690b
33 tags: 645f666f9bcd5a90fca523b33c5a78b7
00 var DOCUMENTATION_OPTIONS = {
11 URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
2 VERSION: '10.1.0-17-g321cd53',
2 VERSION: '10.1.1-31-g1e46ba6',
33 LANGUAGE: 'en',
44 COLLAPSE_INDEX: false,
55 BUILDER: 'html',
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>1. Characteristics of Groonga &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>1. Characteristics of Groonga &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="index.html" title="Groonga documentation"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">1. </span>Characteristics of Groonga</a></li>
5555 </ul>
5656 </div>
164164 <li class="right" >
165165 <a href="index.html" title="Groonga documentation"
166166 >previous</a> |</li>
167 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
167 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
168168 <li class="nav-item nav-item-this"><a href=""><span class="section-number">1. </span>Characteristics of Groonga</a></li>
169169 </ul>
170170 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>6. Client &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>6. Client &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="server/memcached.html" title="5.4. Memcached binary protocol"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">6. </span>Client</a></li>
5555 </ul>
5656 </div>
109109 <li class="right" >
110110 <a href="server/memcached.html" title="5.4. Memcached binary protocol"
111111 >previous</a> |</li>
112 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
112 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
113113 <li class="nav-item nav-item-this"><a href=""><span class="section-number">6. </span>Client</a></li>
114114 </ul>
115115 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>3. Community &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>3. Community &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="install/others.html" title="2.9. Others"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">3. </span>Community</a></li>
5555 </ul>
5656 </div>
149149 <li class="right" >
150150 <a href="install/others.html" title="2.9. Others"
151151 >previous</a> |</li>
152 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
152 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
153153 <li class="nav-item nav-item-this"><a href=""><span class="section-number">3. </span>Community</a></li>
154154 </ul>
155155 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.2.1. How to build Groonga at the repository by GNU Autotools &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.3.2.1. How to build Groonga at the repository by GNU Autotools &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../build.html" title="12.3.2. How to build Groonga at the repository"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
5656 <li class="nav-item nav-item-3"><a href="../build.html" accesskey="U"><span class="section-number">12.3.2. </span>How to build Groonga at the repository</a> &#187;</li>
206206 <li class="right" >
207207 <a href="../build.html" title="12.3.2. How to build Groonga at the repository"
208208 >previous</a> |</li>
209 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
209 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
210210 <li class="nav-item nav-item-1"><a href="../../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
211211 <li class="nav-item nav-item-2"><a href="../../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
212212 <li class="nav-item nav-item-3"><a href="../build.html" ><span class="section-number">12.3.2. </span>How to build Groonga at the repository</a> &#187;</li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.2.2. How to build Groonga at the repository by CMake on GNU/Linux or Unix &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.3.2.2. How to build Groonga at the repository by CMake on GNU/Linux or Unix &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="unix_autotools.html" title="12.3.2.1. How to build Groonga at the repository by GNU Autotools"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
5656 <li class="nav-item nav-item-3"><a href="../build.html" accesskey="U"><span class="section-number">12.3.2. </span>How to build Groonga at the repository</a> &#187;</li>
199199 <li class="right" >
200200 <a href="unix_autotools.html" title="12.3.2.1. How to build Groonga at the repository by GNU Autotools"
201201 >previous</a> |</li>
202 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
202 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
203203 <li class="nav-item nav-item-1"><a href="../../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
204204 <li class="nav-item nav-item-2"><a href="../../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
205205 <li class="nav-item nav-item-3"><a href="../build.html" ><span class="section-number">12.3.2. </span>How to build Groonga at the repository</a> &#187;</li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.2.3. How to build Groonga at the repository by CMake on Windows &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.3.2.3. How to build Groonga at the repository by CMake on Windows &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="unix_cmake.html" title="12.3.2.2. How to build Groonga at the repository by CMake on GNU/Linux or Unix"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
5656 <li class="nav-item nav-item-3"><a href="../build.html" accesskey="U"><span class="section-number">12.3.2. </span>How to build Groonga at the repository</a> &#187;</li>
204204 <li class="right" >
205205 <a href="unix_cmake.html" title="12.3.2.2. How to build Groonga at the repository by CMake on GNU/Linux or Unix"
206206 >previous</a> |</li>
207 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
207 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
208208 <li class="nav-item nav-item-1"><a href="../../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
209209 <li class="nav-item nav-item-2"><a href="../../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
210210 <li class="nav-item nav-item-3"><a href="../build.html" ><span class="section-number">12.3.2. </span>How to build Groonga at the repository</a> &#187;</li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.2. How to build Groonga at the repository &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.3.2. How to build Groonga at the repository &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="repository.html" title="12.3.1. Repository"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.2. </span>How to build Groonga at the repository</a></li>
116116 <li class="right" >
117117 <a href="repository.html" title="12.3.1. Repository"
118118 >previous</a> |</li>
119 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
119 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
120120 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
121121 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
122122 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.2. </span>How to build Groonga at the repository</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.3. Groonga 通信アーキテクチャ &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.3.3. Groonga 通信アーキテクチャ &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="build/windows_cmake.html" title="12.3.2.3. How to build Groonga at the repository by CMake on Windows"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.3. </span>Groonga 通信アーキテクチャ</a></li>
129129 <li class="right" >
130130 <a href="build/windows_cmake.html" title="12.3.2.3. How to build Groonga at the repository by CMake on Windows"
131131 >previous</a> |</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
133133 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
134134 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
135135 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.3. </span>Groonga 通信アーキテクチャ</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.4. ユーザーと協力して開発をうまく進めていくための指針 &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.3.4. ユーザーと協力して開発をうまく進めていくための指針 &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="com.html" title="12.3.3. Groonga 通信アーキテクチャ"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.4. </span>ユーザーと協力して開発をうまく進めていくための指針</a></li>
190190 <li class="right" >
191191 <a href="com.html" title="12.3.3. Groonga 通信アーキテクチャ"
192192 >previous</a> |</li>
193 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
193 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
194194 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
195195 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
196196 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.4. </span>ユーザーと協力して開発をうまく進めていくための指針</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.5. クエリの実現 &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.3.5. クエリの実現 &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="cooperation.html" title="12.3.4. ユーザーと協力して開発をうまく進めていくための指針"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.5. </span>クエリの実現</a></li>
329329 <li class="right" >
330330 <a href="cooperation.html" title="12.3.4. ユーザーと協力して開発をうまく進めていくための指針"
331331 >previous</a> |</li>
332 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
332 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
333333 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
334334 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
335335 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.5. </span>クエリの実現</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.7. リリース手順 &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.3.7. リリース手順 &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="query.html" title="12.3.5. クエリの実現"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.7. </span>リリース手順</a></li>
814814 <li class="right" >
815815 <a href="query.html" title="12.3.5. クエリの実現"
816816 >previous</a> |</li>
817 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
817 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
818818 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
819819 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
820820 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.7. </span>リリース手順</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.1. Repository &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.3.1. Repository &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../development.html" title="12.3. For Groonga developers"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.1. </span>Repository</a></li>
112112 <li class="right" >
113113 <a href="../development.html" title="12.3. For Groonga developers"
114114 >previous</a> |</li>
115 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
115 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
116116 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
117117 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
118118 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.1. </span>Repository</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.8. テスト方法 &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.3.8. テスト方法 &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
4646 <li class="right" >
4747 <a href="release.html" title="12.3.7. リリース手順"
4848 accesskey="P">previous</a> |</li>
49 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
49 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5050 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5151 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
5252 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.8. </span>テスト方法</a></li>
215215 <li class="right" >
216216 <a href="release.html" title="12.3.7. リリース手順"
217217 >previous</a> |</li>
218 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
218 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
219219 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
220220 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>For Groonga developers</a> &#187;</li>
221221 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.8. </span>テスト方法</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3. For Groonga developers &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.3. For Groonga developers &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="documentation/c-api.html" title="12.2.3. C API"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../contribution.html" accesskey="U"><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3. </span>For Groonga developers</a></li>
5656 </ul>
116116 <li class="right" >
117117 <a href="documentation/c-api.html" title="12.2.3. C API"
118118 >previous</a> |</li>
119 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
119 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
120120 <li class="nav-item nav-item-1"><a href="../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
121121 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3. </span>For Groonga developers</a></li>
122122 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.2.3. C API &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.2.3. C API &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="i18n.html" title="12.2.2. I18N"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U"><span class="section-number">12.2. </span>How to contribute in documentation topics</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2.3. </span>C API</a></li>
109109 <li class="right" >
110110 <a href="i18n.html" title="12.2.2. I18N"
111111 >previous</a> |</li>
112 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
112 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
113113 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
114114 <li class="nav-item nav-item-2"><a href="../documentation.html" ><span class="section-number">12.2. </span>How to contribute in documentation topics</a> &#187;</li>
115115 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2.3. </span>C API</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.2.2. I18N &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.2.2. I18N &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="introduction.html" title="12.2.1. Introduction"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U"><span class="section-number">12.2. </span>How to contribute in documentation topics</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2.2. </span>I18N</a></li>
307307 <li class="right" >
308308 <a href="introduction.html" title="12.2.1. Introduction"
309309 >previous</a> |</li>
310 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
310 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
311311 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
312312 <li class="nav-item nav-item-2"><a href="../documentation.html" ><span class="section-number">12.2. </span>How to contribute in documentation topics</a> &#187;</li>
313313 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2.2. </span>I18N</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.2.1. Introduction &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.2.1. Introduction &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../documentation.html" title="12.2. How to contribute in documentation topics"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U"><span class="section-number">12.2. </span>How to contribute in documentation topics</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2.1. </span>Introduction</a></li>
180180 <li class="right" >
181181 <a href="../documentation.html" title="12.2. How to contribute in documentation topics"
182182 >previous</a> |</li>
183 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
183 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
184184 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
185185 <li class="nav-item nav-item-2"><a href="../documentation.html" ><span class="section-number">12.2. </span>How to contribute in documentation topics</a> &#187;</li>
186186 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2.1. </span>Introduction</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.2. How to contribute in documentation topics &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.2. How to contribute in documentation topics &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="report.html" title="12.1. How to report a bug"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../contribution.html" accesskey="U"><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2. </span>How to contribute in documentation topics</a></li>
5656 </ul>
112112 <li class="right" >
113113 <a href="report.html" title="12.1. How to report a bug"
114114 >previous</a> |</li>
115 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
115 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
116116 <li class="nav-item nav-item-1"><a href="../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
117117 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2. </span>How to contribute in documentation topics</a></li>
118118 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.1. How to report a bug &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12.1. How to report a bug &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../contribution.html" title="12. How to contribute to groonga"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../contribution.html" accesskey="U"><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.1. </span>How to report a bug</a></li>
5656 </ul>
132132 <li class="right" >
133133 <a href="../contribution.html" title="12. How to contribute to groonga"
134134 >previous</a> |</li>
135 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
135 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
136136 <li class="nav-item nav-item-1"><a href="../contribution.html" ><span class="section-number">12. </span>How to contribute to groonga</a> &#187;</li>
137137 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.1. </span>How to report a bug</a></li>
138138 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12. How to contribute to groonga &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>12. How to contribute to groonga &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="development/travis-ci.html" title="11.1. Travis CI"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12. </span>How to contribute to groonga</a></li>
5555 </ul>
5656 </div>
194194 <li class="right" >
195195 <a href="development/travis-ci.html" title="11.1. Travis CI"
196196 >previous</a> |</li>
197 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
197 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
198198 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12. </span>How to contribute to groonga</a></li>
199199 </ul>
200200 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>11.1. Travis CI &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>11.1. Travis CI &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../development.html" title="11. Development"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../development.html" accesskey="U"><span class="section-number">11. </span>Development</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">11.1. </span>Travis CI</a></li>
5656 </ul>
169169 <li class="right" >
170170 <a href="../development.html" title="11. Development"
171171 >previous</a> |</li>
172 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
172 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
173173 <li class="nav-item nav-item-1"><a href="../development.html" ><span class="section-number">11. </span>Development</a> &#187;</li>
174174 <li class="nav-item nav-item-this"><a href=""><span class="section-number">11.1. </span>Travis CI</a></li>
175175 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>11. Development &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>11. Development &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.3. How to avoid mmap Cannot allocate memory error"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">11. </span>Development</a></li>
5555 </ul>
5656 </div>
115115 <li class="right" >
116116 <a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.3. How to avoid mmap Cannot allocate memory error"
117117 >previous</a> |</li>
118 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
118 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
119119 <li class="nav-item nav-item-this"><a href=""><span class="section-number">11. </span>Development</a></li>
120120 </ul>
121121 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>Index &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>Index &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="#" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">Index</a></li>
4747 </ul>
4848 </div>
11901190 <li class="right" style="margin-right: 10px">
11911191 <a href="#" title="General Index"
11921192 >index</a></li>
1193 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
1193 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
11941194 <li class="nav-item nav-item-this"><a href="">Index</a></li>
11951195 </ul>
11961196 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>Groonga documentation &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>Groonga documentation &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
4646 <li class="right" >
4747 <a href="characteristic.html" title="1. Characteristics of Groonga"
4848 accesskey="N">next</a> |</li>
49 <li class="nav-item nav-item-0"><a href="#">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
49 <li class="nav-item nav-item-0"><a href="#">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5050 <li class="nav-item nav-item-this"><a href="">Groonga documentation</a></li>
5151 </ul>
5252 </div>
7777 </li>
7878 <li class="toctree-l1"><a class="reference internal" href="install.html">2. Install</a><ul>
7979 <li class="toctree-l2"><a class="reference internal" href="install/windows.html">2.1. Windows</a><ul>
80 <li class="toctree-l3"><a class="reference internal" href="install/windows.html#installer">2.1.1. Installer</a></li>
81 <li class="toctree-l3"><a class="reference internal" href="install/windows.html#zip">2.1.2. zip</a></li>
82 <li class="toctree-l3"><a class="reference internal" href="install/windows.html#build-from-source">2.1.3. Build from source</a></li>
80 <li class="toctree-l3"><a class="reference internal" href="install/windows.html#zip">2.1.1. zip</a></li>
81 <li class="toctree-l3"><a class="reference internal" href="install/windows.html#build-from-source">2.1.2. Build from source</a></li>
8382 </ul>
8483 </li>
8584 <li class="toctree-l2"><a class="reference internal" href="install/mac_os_x.html">2.2. Mac OS X</a><ul>
274273 <li class="toctree-l3"><a class="reference internal" href="reference/commands/defrag.html">7.3.20. <code class="docutils literal notranslate"><span class="pre">defrag</span></code></a></li>
275274 <li class="toctree-l3"><a class="reference internal" href="reference/commands/delete.html">7.3.21. <code class="docutils literal notranslate"><span class="pre">delete</span></code></a></li>
276275 <li class="toctree-l3"><a class="reference internal" href="reference/commands/dump.html">7.3.22. <code class="docutils literal notranslate"><span class="pre">dump</span></code></a></li>
277 <li class="toctree-l3"><a class="reference internal" href="reference/commands/io_flush.html">7.3.23. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
278 <li class="toctree-l3"><a class="reference internal" href="reference/commands/load.html">7.3.24. <code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
279 <li class="toctree-l3"><a class="reference internal" href="reference/commands/lock_acquire.html">7.3.25. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
280 <li class="toctree-l3"><a class="reference internal" href="reference/commands/lock_clear.html">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
281 <li class="toctree-l3"><a class="reference internal" href="reference/commands/lock_release.html">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
282 <li class="toctree-l3"><a class="reference internal" href="reference/commands/log_level.html">7.3.28. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
283 <li class="toctree-l3"><a class="reference internal" href="reference/commands/log_put.html">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
284 <li class="toctree-l3"><a class="reference internal" href="reference/commands/log_reopen.html">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
285 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_count.html">7.3.31. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
286 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_parameters.html">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
287 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_range_filter.html">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
288 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_select.html">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
289 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_shard_list.html">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
290 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_table_remove.html">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
291 <li class="toctree-l3"><a class="reference internal" href="reference/commands/normalize.html">7.3.37. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
292 <li class="toctree-l3"><a class="reference internal" href="reference/commands/normalizer_list.html">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
293 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_exist.html">7.3.39. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
294 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_inspect.html">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
295 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_list.html">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
296 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_remove.html">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
297 <li class="toctree-l3"><a class="reference internal" href="reference/commands/plugin_register.html">7.3.43. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
298 <li class="toctree-l3"><a class="reference internal" href="reference/commands/plugin_unregister.html">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
299 <li class="toctree-l3"><a class="reference internal" href="reference/commands/query_expand.html">7.3.45. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
300 <li class="toctree-l3"><a class="reference internal" href="reference/commands/quit.html">7.3.46. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
301 <li class="toctree-l3"><a class="reference internal" href="reference/commands/range_filter.html">7.3.47. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
302 <li class="toctree-l3"><a class="reference internal" href="reference/commands/reference_acquire.html">7.3.48. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
303 <li class="toctree-l3"><a class="reference internal" href="reference/commands/reference_release.html">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
304 <li class="toctree-l3"><a class="reference internal" href="reference/commands/register.html">7.3.50. <code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
305 <li class="toctree-l3"><a class="reference internal" href="reference/commands/reindex.html">7.3.51. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
306 <li class="toctree-l3"><a class="reference internal" href="reference/commands/request_cancel.html">7.3.52. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
307 <li class="toctree-l3"><a class="reference internal" href="reference/commands/ruby_eval.html">7.3.53. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
308 <li class="toctree-l3"><a class="reference internal" href="reference/commands/ruby_load.html">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
309 <li class="toctree-l3"><a class="reference internal" href="reference/commands/schema.html">7.3.55. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
310 <li class="toctree-l3"><a class="reference internal" href="reference/commands/select.html">7.3.56. <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
311 <li class="toctree-l3"><a class="reference internal" href="reference/commands/shutdown.html">7.3.57. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
312 <li class="toctree-l3"><a class="reference internal" href="reference/commands/status.html">7.3.58. <code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
313 <li class="toctree-l3"><a class="reference internal" href="reference/commands/suggest.html">7.3.59. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
314 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_copy.html">7.3.60. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
315 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_create.html">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
316 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_list.html">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
317 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_remove.html">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
318 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_rename.html">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
319 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_tokenize.html">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
320 <li class="toctree-l3"><a class="reference internal" href="reference/commands/thread_limit.html">7.3.66. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
321 <li class="toctree-l3"><a class="reference internal" href="reference/commands/tokenize.html">7.3.67. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
322 <li class="toctree-l3"><a class="reference internal" href="reference/commands/tokenizer_list.html">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
323 <li class="toctree-l3"><a class="reference internal" href="reference/commands/truncate.html">7.3.69. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
276 <li class="toctree-l3"><a class="reference internal" href="reference/commands/index_column_diff.html">7.3.23. <code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></li>
277 <li class="toctree-l3"><a class="reference internal" href="reference/commands/io_flush.html">7.3.24. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
278 <li class="toctree-l3"><a class="reference internal" href="reference/commands/load.html">7.3.25. <code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
279 <li class="toctree-l3"><a class="reference internal" href="reference/commands/lock_acquire.html">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
280 <li class="toctree-l3"><a class="reference internal" href="reference/commands/lock_clear.html">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
281 <li class="toctree-l3"><a class="reference internal" href="reference/commands/lock_release.html">7.3.28. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
282 <li class="toctree-l3"><a class="reference internal" href="reference/commands/log_level.html">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
283 <li class="toctree-l3"><a class="reference internal" href="reference/commands/log_put.html">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
284 <li class="toctree-l3"><a class="reference internal" href="reference/commands/log_reopen.html">7.3.31. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
285 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_count.html">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
286 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_parameters.html">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
287 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_range_filter.html">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
288 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_select.html">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
289 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_shard_list.html">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
290 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_table_remove.html">7.3.37. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
291 <li class="toctree-l3"><a class="reference internal" href="reference/commands/normalize.html">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
292 <li class="toctree-l3"><a class="reference internal" href="reference/commands/normalizer_list.html">7.3.39. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
293 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_exist.html">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
294 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_inspect.html">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
295 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_list.html">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
296 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_remove.html">7.3.43. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
297 <li class="toctree-l3"><a class="reference internal" href="reference/commands/plugin_register.html">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
298 <li class="toctree-l3"><a class="reference internal" href="reference/commands/plugin_unregister.html">7.3.45. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
299 <li class="toctree-l3"><a class="reference internal" href="reference/commands/query_expand.html">7.3.46. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
300 <li class="toctree-l3"><a class="reference internal" href="reference/commands/quit.html">7.3.47. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
301 <li class="toctree-l3"><a class="reference internal" href="reference/commands/range_filter.html">7.3.48. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
302 <li class="toctree-l3"><a class="reference internal" href="reference/commands/reference_acquire.html">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
303 <li class="toctree-l3"><a class="reference internal" href="reference/commands/reference_release.html">7.3.50. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
304 <li class="toctree-l3"><a class="reference internal" href="reference/commands/register.html">7.3.51. <code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
305 <li class="toctree-l3"><a class="reference internal" href="reference/commands/reindex.html">7.3.52. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
306 <li class="toctree-l3"><a class="reference internal" href="reference/commands/request_cancel.html">7.3.53. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
307 <li class="toctree-l3"><a class="reference internal" href="reference/commands/ruby_eval.html">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
308 <li class="toctree-l3"><a class="reference internal" href="reference/commands/ruby_load.html">7.3.55. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
309 <li class="toctree-l3"><a class="reference internal" href="reference/commands/schema.html">7.3.56. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
310 <li class="toctree-l3"><a class="reference internal" href="reference/commands/select.html">7.3.57. <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
311 <li class="toctree-l3"><a class="reference internal" href="reference/commands/shutdown.html">7.3.58. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
312 <li class="toctree-l3"><a class="reference internal" href="reference/commands/status.html">7.3.59. <code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
313 <li class="toctree-l3"><a class="reference internal" href="reference/commands/suggest.html">7.3.60. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
314 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_copy.html">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
315 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_create.html">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
316 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_list.html">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
317 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_remove.html">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
318 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_rename.html">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
319 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_tokenize.html">7.3.66. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
320 <li class="toctree-l3"><a class="reference internal" href="reference/commands/thread_limit.html">7.3.67. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
321 <li class="toctree-l3"><a class="reference internal" href="reference/commands/tokenize.html">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
322 <li class="toctree-l3"><a class="reference internal" href="reference/commands/tokenizer_list.html">7.3.69. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
323 <li class="toctree-l3"><a class="reference internal" href="reference/commands/truncate.html">7.3.70. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
324324 </ul>
325325 </li>
326326 <li class="toctree-l2"><a class="reference internal" href="reference/types.html">7.4. Data types</a><ul>
643643 <li class="right" >
644644 <a href="characteristic.html" title="1. Characteristics of Groonga"
645645 >next</a> |</li>
646 <li class="nav-item nav-item-0"><a href="#">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
646 <li class="nav-item nav-item-0"><a href="#">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
647647 <li class="nav-item nav-item-this"><a href="">Groonga documentation</a></li>
648648 </ul>
649649 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.5. CentOS &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>2.5. CentOS &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="ubuntu.html" title="2.4. Ubuntu"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>Install</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.5. </span>CentOS</a></li>
5656 </ul>
143143 </pre></div>
144144 </div>
145145 <p>Download source:</p>
146 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
147 % tar xvzf groonga-10.1.1.tar.gz
148 % cd groonga-10.1.1
146 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
147 % tar xvzf groonga-11.0.0.tar.gz
148 % cd groonga-11.0.0
149149 </pre></div>
150150 </div>
151151 <p>Configure (see <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> about <code class="docutils literal notranslate"><span class="pre">configure</span></code> options):</p>
212212 <li class="right" >
213213 <a href="ubuntu.html" title="2.4. Ubuntu"
214214 >previous</a> |</li>
215 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
215 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
216216 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>Install</a> &#187;</li>
217217 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.5. </span>CentOS</a></li>
218218 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.3. Debian GNU/Linux &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>2.3. Debian GNU/Linux &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="mac_os_x.html" title="2.2. Mac OS X"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>Install</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.3. </span>Debian GNU/Linux</a></li>
5656 </ul>
151151 </pre></div>
152152 </div>
153153 <p>Download source:</p>
154 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
155 % tar xvzf groonga-10.1.1.tar.gz
156 % cd groonga-10.1.1
154 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
155 % tar xvzf groonga-11.0.0.tar.gz
156 % cd groonga-11.0.0
157157 </pre></div>
158158 </div>
159159 <p>Configure (see <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> about <code class="docutils literal notranslate"><span class="pre">configure</span></code> options):</p>
219219 <li class="right" >
220220 <a href="mac_os_x.html" title="2.2. Mac OS X"
221221 >previous</a> |</li>
222 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
222 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
223223 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>Install</a> &#187;</li>
224224 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.3. </span>Debian GNU/Linux</a></li>
225225 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.8. Docker &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>2.8. Docker &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="solaris.html" title="2.7. Oracle Solaris"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>Install</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.8. </span>Docker</a></li>
5656 </ul>
146146 <li class="right" >
147147 <a href="solaris.html" title="2.7. Oracle Solaris"
148148 >previous</a> |</li>
149 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
149 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
150150 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>Install</a> &#187;</li>
151151 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.8. </span>Docker</a></li>
152152 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.6. Fedora &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>2.6. Fedora &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="centos.html" title="2.5. CentOS"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>Install</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.6. </span>Fedora</a></li>
5656 </ul>
139139 </pre></div>
140140 </div>
141141 <p>Download source:</p>
142 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
143 % tar xvzf groonga-10.1.1.tar.gz
144 % cd groonga-10.1.1
142 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
143 % tar xvzf groonga-11.0.0.tar.gz
144 % cd groonga-11.0.0
145145 </pre></div>
146146 </div>
147147 <p>Configure (see <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> about <code class="docutils literal notranslate"><span class="pre">configure</span></code> options):</p>
207207 <li class="right" >
208208 <a href="centos.html" title="2.5. CentOS"
209209 >previous</a> |</li>
210 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
210 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
211211 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>Install</a> &#187;</li>
212212 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.6. </span>Fedora</a></li>
213213 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.2. Mac OS X &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>2.2. Mac OS X &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="windows.html" title="2.1. Windows"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>Install</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.2. </span>Mac OS X</a></li>
5656 </ul>
9898 <h2><span class="section-number">2.2.3. </span>Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
9999 <p>Install <a class="reference external" href="https://developer.apple.com/xcode/">Xcode</a>.</p>
100100 <p>Download source:</p>
101 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% curl -O https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
102 % tar xvzf groonga-10.1.1.tar.gz
103 % cd groonga-10.1.1
101 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% curl -O https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
102 % tar xvzf groonga-11.0.0.tar.gz
103 % cd groonga-11.0.0
104104 </pre></div>
105105 </div>
106106 <p>Configure (see <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> about <code class="docutils literal notranslate"><span class="pre">configure</span></code> options):</p>
167167 <li class="right" >
168168 <a href="windows.html" title="2.1. Windows"
169169 >previous</a> |</li>
170 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
170 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
171171 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>Install</a> &#187;</li>
172172 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.2. </span>Mac OS X</a></li>
173173 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.9. Others &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>2.9. Others &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="docker.html" title="2.8. Docker"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>Install</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.9. </span>Others</a></li>
5656 </ul>
130130 <h2><span class="section-number">2.9.2. </span>Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
131131 <p>Groonga uses GNU build system. So the following is the simplest build
132132 steps:</p>
133 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
134 % tar xvzf groonga-10.1.1.tar.gz
135 % cd groonga-10.1.1
133 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
134 % tar xvzf groonga-11.0.0.tar.gz
135 % cd groonga-11.0.0
136136 % ./configure
137137 % make
138138 % sudo make install
369369 <li class="right" >
370370 <a href="docker.html" title="2.8. Docker"
371371 >previous</a> |</li>
372 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
372 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
373373 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>Install</a> &#187;</li>
374374 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.9. </span>Others</a></li>
375375 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.7. Oracle Solaris &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>2.7. Oracle Solaris &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="fedora.html" title="2.6. Fedora"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>Install</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.7. </span>Oracle Solaris</a></li>
5656 </ul>
7272 </pre></div>
7373 </div>
7474 <p>Download source:</p>
75 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
76 % gtar xvzf groonga-10.1.1.tar.gz
77 % cd groonga-10.1.1
75 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
76 % gtar xvzf groonga-11.0.0.tar.gz
77 % cd groonga-11.0.0
7878 </pre></div>
7979 </div>
8080 <p>Configure with <code class="docutils literal notranslate"><span class="pre">CFLAGS=&quot;-m64&quot;</span> <span class="pre">CXXFLAGS=&quot;-m64&quot;</span></code> variables. They are
142142 <li class="right" >
143143 <a href="fedora.html" title="2.6. Fedora"
144144 >previous</a> |</li>
145 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
145 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
146146 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>Install</a> &#187;</li>
147147 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.7. </span>Oracle Solaris</a></li>
148148 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.4. Ubuntu &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>2.4. Ubuntu &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="debian.html" title="2.3. Debian GNU/Linux"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>Install</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.4. </span>Ubuntu</a></li>
5656 </ul>
142142 </pre></div>
143143 </div>
144144 <p>Download source:</p>
145 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
146 % tar xvzf groonga-10.1.1.tar.gz
147 % cd groonga-10.1.1
145 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
146 % tar xvzf groonga-11.0.0.tar.gz
147 % cd groonga-11.0.0
148148 </pre></div>
149149 </div>
150150 <p>Configure (see <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> about <code class="docutils literal notranslate"><span class="pre">configure</span></code> options):</p>
210210 <li class="right" >
211211 <a href="debian.html" title="2.3. Debian GNU/Linux"
212212 >previous</a> |</li>
213 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
213 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
214214 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>Install</a> &#187;</li>
215215 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.4. </span>Ubuntu</a></li>
216216 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.1. Windows &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>2.1. Windows &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../install.html" title="2. Install"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>Install</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.1. </span>Windows</a></li>
5656 </ul>
6464 <div class="section" id="windows">
6565 <h1><span class="section-number">2.1. </span>Windows<a class="headerlink" href="#windows" title="Permalink to this headline">¶</a></h1>
6666 <p>This section describes how to install Groonga on Windows. You can
67 install Groonga by extracting a zip package or running an installer.</p>
67 install Groonga by extracting a zip package.</p>
6868 <p>We distribute both 32-bit and 64-bit packages but we strongly
6969 recommend a 64-bit package for server. You should use a 32-bit package
7070 just only for tests or development. You will encounter an out of
7171 memory error with a 32-bit package even if you just process medium
7272 size data.</p>
73 <div class="section" id="installer">
74 <h2><span class="section-number">2.1.1. </span>Installer<a class="headerlink" href="#installer" title="Permalink to this headline">¶</a></h2>
75 <p>For 32-bit environment, download x86 executable binary from
76 packages.groonga.org:</p>
77 <blockquote>
78 <div><ul class="simple">
79 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.exe">https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.exe</a></p></li>
80 </ul>
81 </div></blockquote>
82 <p>Then run it.</p>
83 <p>For 64-bit environment, download x64 executable binary from
84 packages.goronga.org:</p>
85 <blockquote>
86 <div><ul class="simple">
87 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.exe">https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.exe</a></p></li>
88 </ul>
89 </div></blockquote>
90 <p>Then run it.</p>
91 <p>Use command prompt in start menu to run
92 <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>.</p>
93 </div>
9473 <div class="section" id="zip">
95 <h2><span class="section-number">2.1.2. </span>zip<a class="headerlink" href="#zip" title="Permalink to this headline">¶</a></h2>
74 <h2><span class="section-number">2.1.1. </span>zip<a class="headerlink" href="#zip" title="Permalink to this headline">¶</a></h2>
9675 <p>For 32-bit environment, download x86 zip archive from
9776 packages.groonga.org:</p>
9877 <blockquote>
9978 <div><ul class="simple">
100 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.zip">https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.zip</a></p></li>
79 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019-with-vcruntime.zip">https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019-with-vcruntime.zip</a></p></li>
80 </ul>
81 </div></blockquote>
82 <p>If we don’t need Microsoft Visual C++ Runtime Library, we download from the following URL:</p>
83 <blockquote>
84 <div><ul class="simple">
85 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019.zip">https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019.zip</a></p></li>
10186 </ul>
10287 </div></blockquote>
10388 <p>Then extract it.</p>
10590 packages.groonga.org:</p>
10691 <blockquote>
10792 <div><ul class="simple">
108 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.zip">https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.zip</a></p></li>
93 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019-with-vcruntime.zip">https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019-with-vcruntime.zip</a></p></li>
94 </ul>
95 </div></blockquote>
96 <p>If we don’t need Microsoft Visual C++ Runtime Library, we download from the following URL:</p>
97 <blockquote>
98 <div><ul class="simple">
99 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019.zip">https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019.zip</a></p></li>
109100 </ul>
110101 </div></blockquote>
111102 <p>Then extract it.</p>
112103 <p>You can find <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga executable file</span></a> in <code class="docutils literal notranslate"><span class="pre">bin</span></code> folder.</p>
113104 </div>
114105 <div class="section" id="build-from-source">
115 <h2><span class="section-number">2.1.3. </span>Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
106 <h2><span class="section-number">2.1.2. </span>Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
116107 <p>First, you need to install required tools for building Groonga on
117108 Windows. Here are required tools:</p>
118109 <blockquote>
124115 <p>Download zipped source from packages.groonga.org:</p>
125116 <blockquote>
126117 <div><ul class="simple">
127 <li><p><a class="reference external" href="https://packages.groonga.org/source/groonga/groonga-10.1.1.zip">https://packages.groonga.org/source/groonga/groonga-10.1.1.zip</a></p></li>
118 <li><p><a class="reference external" href="https://packages.groonga.org/source/groonga/groonga-11.0.0.zip">https://packages.groonga.org/source/groonga/groonga-11.0.0.zip</a></p></li>
128119 </ul>
129120 </div></blockquote>
130121 <p>Then extract it.</p>
131122 <p>Move to the Groonga’s source folder:</p>
132 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&gt; cd c:\Users\%USERNAME%\Downloads\groonga-10.1.1
123 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&gt; cd c:\Users\%USERNAME%\Downloads\groonga-11.0.0
133124 </pre></div>
134125 </div>
135126 <p>Configure by <code class="docutils literal notranslate"><span class="pre">cmake</span></code>. The following commnad line is for 64-bit
136127 version. To build 32-bit version, use <code class="docutils literal notranslate"><span class="pre">-G</span> <span class="pre">&quot;Visual</span> <span class="pre">Studio</span> <span class="pre">12</span> <span class="pre">2013&quot;</span></code>
137128 parameter instead:</p>
138 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>groonga-10.1.1&gt; cmake . -G &quot;Visual Studio 12 2013 Win64&quot; -DCMAKE_INSTALL_PREFIX=C:\Groonga
129 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>groonga-11.0.0&gt; cmake . -G &quot;Visual Studio 12 2013 Win64&quot; -DCMAKE_INSTALL_PREFIX=C:\Groonga
139130 </pre></div>
140131 </div>
141132 <p>Build:</p>
142 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>groonga-10.1.1&gt; cmake --build . --config Release
133 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>groonga-11.0.0&gt; cmake --build . --config Release
143134 </pre></div>
144135 </div>
145136 <p>Install:</p>
146 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>groonga-10.1.1&gt; cmake --build . --config Release --target Install
137 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>groonga-11.0.0&gt; cmake --build . --config Release --target Install
147138 </pre></div>
148139 </div>
149140 <p>After the above steps, <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga executable file</span></a> is found at
161152 <h3><a href="../index.html">Table of Contents</a></h3>
162153 <ul>
163154 <li><a class="reference internal" href="#">2.1. Windows</a><ul>
164 <li><a class="reference internal" href="#installer">2.1.1. Installer</a></li>
165 <li><a class="reference internal" href="#zip">2.1.2. zip</a></li>
166 <li><a class="reference internal" href="#build-from-source">2.1.3. Build from source</a></li>
155 <li><a class="reference internal" href="#zip">2.1.1. zip</a></li>
156 <li><a class="reference internal" href="#build-from-source">2.1.2. Build from source</a></li>
167157 </ul>
168158 </li>
169159 </ul>
200190 <li class="right" >
201191 <a href="../install.html" title="2. Install"
202192 >previous</a> |</li>
203 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
193 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
204194 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>Install</a> &#187;</li>
205195 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.1. </span>Windows</a></li>
206196 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2. Install &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>2. Install &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="characteristic.html" title="1. Characteristics of Groonga"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2. </span>Install</a></li>
5555 </ul>
5656 </div>
7474 <div class="toctree-wrapper compound">
7575 <ul>
7676 <li class="toctree-l1"><a class="reference internal" href="install/windows.html">2.1. Windows</a><ul>
77 <li class="toctree-l2"><a class="reference internal" href="install/windows.html#installer">2.1.1. Installer</a></li>
78 <li class="toctree-l2"><a class="reference internal" href="install/windows.html#zip">2.1.2. zip</a></li>
79 <li class="toctree-l2"><a class="reference internal" href="install/windows.html#build-from-source">2.1.3. Build from source</a></li>
77 <li class="toctree-l2"><a class="reference internal" href="install/windows.html#zip">2.1.1. zip</a></li>
78 <li class="toctree-l2"><a class="reference internal" href="install/windows.html#build-from-source">2.1.2. Build from source</a></li>
8079 </ul>
8180 </li>
8281 <li class="toctree-l1"><a class="reference internal" href="install/mac_os_x.html">2.2. Mac OS X</a><ul>
185184 <li class="right" >
186185 <a href="characteristic.html" title="1. Characteristics of Groonga"
187186 >previous</a> |</li>
188 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
187 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
189188 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2. </span>Install</a></li>
190189 </ul>
191190 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>9. Limitations &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>9. Limitations &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="spec/search.html" title="8.2. 検索"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">9. </span>Limitations</a></li>
5555 </ul>
5656 </div>
162162 <li class="right" >
163163 <a href="spec/search.html" title="8.2. 検索"
164164 >previous</a> |</li>
165 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
165 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
166166 <li class="nav-item nav-item-this"><a href=""><span class="section-number">9. </span>Limitations</a></li>
167167 </ul>
168168 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>バージョン0.xのお知らせ &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>バージョン0.xのお知らせ &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="../genindex.html" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">バージョン0.xのお知らせ</a></li>
4747 </ul>
4848 </div>
215215 <li class="right" style="margin-right: 10px">
216216 <a href="../genindex.html" title="General Index"
217217 >index</a></li>
218 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
218 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
219219 <li class="nav-item nav-item-this"><a href="">バージョン0.xのお知らせ</a></li>
220220 </ul>
221221 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>バージョン1.0.xのお知らせ &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>バージョン1.0.xのお知らせ &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="../genindex.html" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">バージョン1.0.xのお知らせ</a></li>
4747 </ul>
4848 </div>
451451 <li class="right" style="margin-right: 10px">
452452 <a href="../genindex.html" title="General Index"
453453 >index</a></li>
454 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
454 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
455455 <li class="nav-item nav-item-this"><a href="">バージョン1.0.xのお知らせ</a></li>
456456 </ul>
457457 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>バージョン1.1.xのお知らせ &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>バージョン1.1.xのお知らせ &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="../genindex.html" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">バージョン1.1.xのお知らせ</a></li>
4747 </ul>
4848 </div>
124124 <li class="right" style="margin-right: 10px">
125125 <a href="../genindex.html" title="General Index"
126126 >index</a></li>
127 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
127 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
128128 <li class="nav-item nav-item-this"><a href="">バージョン1.1.xのお知らせ</a></li>
129129 </ul>
130130 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 1.2.x &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>News - 1.2.x &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="../genindex.html" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">News - 1.2.x</a></li>
4747 </ul>
4848 </div>
546546 <li class="right" style="margin-right: 10px">
547547 <a href="../genindex.html" title="General Index"
548548 >index</a></li>
549 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
549 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
550550 <li class="nav-item nav-item-this"><a href="">News - 1.2.x</a></li>
551551 </ul>
552552 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 1.3.x &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>News - 1.3.x &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="../genindex.html" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">News - 1.3.x</a></li>
4747 </ul>
4848 </div>
141141 <li class="right" style="margin-right: 10px">
142142 <a href="../genindex.html" title="General Index"
143143 >index</a></li>
144 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
144 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
145145 <li class="nav-item nav-item-this"><a href="">News - 1.3.x</a></li>
146146 </ul>
147147 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 2.x &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>News - 2.x &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="../genindex.html" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">News - 2.x</a></li>
4747 </ul>
4848 </div>
788788 <li class="right" style="margin-right: 10px">
789789 <a href="../genindex.html" title="General Index"
790790 >index</a></li>
791 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
791 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
792792 <li class="nav-item nav-item-this"><a href="">News - 2.x</a></li>
793793 </ul>
794794 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 3.x &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>News - 3.x &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="../genindex.html" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">News - 3.x</a></li>
4747 </ul>
4848 </div>
708708 <li class="right" style="margin-right: 10px">
709709 <a href="../genindex.html" title="General Index"
710710 >index</a></li>
711 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
711 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
712712 <li class="nav-item nav-item-this"><a href="">News - 3.x</a></li>
713713 </ul>
714714 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 4.x &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>News - 4.x &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="../genindex.html" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">News - 4.x</a></li>
4747 </ul>
4848 </div>
854854 <li class="right" style="margin-right: 10px">
855855 <a href="../genindex.html" title="General Index"
856856 >index</a></li>
857 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
857 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
858858 <li class="nav-item nav-item-this"><a href="">News - 4.x</a></li>
859859 </ul>
860860 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 5.x &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>News - 5.x &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="../genindex.html" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">News - 5.x</a></li>
4747 </ul>
4848 </div>
12921292 <li class="right" style="margin-right: 10px">
12931293 <a href="../genindex.html" title="General Index"
12941294 >index</a></li>
1295 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
1295 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
12961296 <li class="nav-item nav-item-this"><a href="">News - 5.x</a></li>
12971297 </ul>
12981298 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 6.x &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>News - 6.x &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="../genindex.html" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">News - 6.x</a></li>
4747 </ul>
4848 </div>
10531053 <li class="right" style="margin-right: 10px">
10541054 <a href="../genindex.html" title="General Index"
10551055 >index</a></li>
1056 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
1056 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
10571057 <li class="nav-item nav-item-this"><a href="">News - 6.x</a></li>
10581058 </ul>
10591059 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News in Senna period &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>News in Senna period &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="../genindex.html" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">News in Senna period</a></li>
4747 </ul>
4848 </div>
254254 <li class="right" style="margin-right: 10px">
255255 <a href="../genindex.html" title="General Index"
256256 >index</a></li>
257 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
257 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
258258 <li class="nav-item nav-item-this"><a href="">News in Senna period</a></li>
259259 </ul>
260260 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>News &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
4242 <li class="right" style="margin-right: 10px">
4343 <a href="genindex.html" title="General Index"
4444 accesskey="I">index</a></li>
45 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
45 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
4646 <li class="nav-item nav-item-this"><a href="">News</a></li>
4747 </ul>
4848 </div>
5454
5555 <div class="section" id="news">
5656 <h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
57 <div class="section" id="release-11-0-0-2021-02-09">
58 <span id="release-11-0-0"></span><h2>Release 11.0.0 - 2021-02-09<a class="headerlink" href="#release-11-0-0-2021-02-09" title="Permalink to this headline">¶</a></h2>
59 <p>This is a major version up! But It keeps backward compatibility. We can upgrade to 11.0.0 without rebuilding database.</p>
60 <div class="section" id="improvements">
61 <h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
62 <ul>
63 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added support for outputting values of scalar column and vector column via nested index.</p>
64 <ul>
65 <li><p>The nested index is that has structure as below.</p>
66 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Products TABLE_PAT_KEY ShortText
67
68 table_create Purchases TABLE_NO_KEY
69 column_create Purchases product COLUMN_SCALAR Products
70 column_create Purchases tag COLUMN_SCALAR ShortText
71
72 column_create Products purchases COLUMN_INDEX Purchases product
73 </pre></div>
74 </div>
75 </li>
76 <li><p>The <code class="docutils literal notranslate"><span class="pre">Products.purchases</span></code> column is a index of <code class="docutils literal notranslate"><span class="pre">Purchases.product</span></code> column in the above example.
77 Also, <code class="docutils literal notranslate"><span class="pre">Purchases.product</span></code> is a reference to <code class="docutils literal notranslate"><span class="pre">Products</span></code> table.</p></li>
78 <li><p>We had not got the correct search result when we search via nested index until now.</p></li>
79 <li><p>The result had been as follows until now. We can see that <code class="docutils literal notranslate"><span class="pre">{&quot;product&quot;:</span> <span class="pre">&quot;apple&quot;,</span>&#160; <span class="pre">&quot;tag&quot;:</span> <span class="pre">&quot;man&quot;}</span></code> is not output.</p>
80 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Products TABLE_PAT_KEY ShortText
81
82 table_create Purchases TABLE_NO_KEY
83 column_create Purchases product COLUMN_SCALAR Products
84 column_create Purchases tag COLUMN_SCALAR ShortText
85
86 column_create Products purchases COLUMN_INDEX Purchases product
87
88 load --table Products
89 [
90 {&quot;_key&quot;: &quot;apple&quot;},
91 {&quot;_key&quot;: &quot;banana&quot;},
92 {&quot;_key&quot;: &quot;cacao&quot;}
93 ]
94
95 load --table Purchases
96 [
97 {&quot;product&quot;: &quot;apple&quot;, &quot;tag&quot;: &quot;man&quot;},
98 {&quot;product&quot;: &quot;banana&quot;, &quot;tag&quot;: &quot;man&quot;},
99 {&quot;product&quot;: &quot;cacao&quot;, &quot;tag&quot;: &quot;woman&quot;},
100 {&quot;product&quot;: &quot;apple&quot;, &quot;tag&quot;: &quot;many&quot;}
101 ]
102
103 select Products \
104 --output_columns _key,purchases.tag
105 [
106 [
107 0,
108 1612504193.380738,
109 0.0002026557922363281
110 ],
111 [
112 [
113 [
114 3
115 ],
116 [
117 [
118 &quot;_key&quot;,
119 &quot;ShortText&quot;
120 ],
121 [
122 &quot;purchases.tag&quot;,
123 &quot;ShortText&quot;
124 ]
125 ],
126 [
127 &quot;apple&quot;,
128 &quot;many&quot;
129 ],
130 [
131 &quot;banana&quot;,
132 &quot;man&quot;
133 ],
134 [
135 &quot;cacao&quot;,
136 &quot;man&quot;
137 ]
138 ]
139 ]
140 ]
141 </pre></div>
142 </div>
143 </li>
144 <li><p>The result will be as follows from this release. We can see that <code class="docutils literal notranslate"><span class="pre">{&quot;product&quot;:</span> <span class="pre">&quot;apple&quot;,</span>&#160; <span class="pre">&quot;tag&quot;:</span> <span class="pre">&quot;man&quot;}</span></code> is output.</p>
145 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>select Products \
146 --output_columns _key,purchases.tag
147 [
148 [
149 0,
150 0.0,
151 0.0
152 ],
153 [
154 [
155 [
156 3
157 ],
158 [
159 [
160 &quot;_key&quot;,
161 &quot;ShortText&quot;
162 ],
163 [
164 &quot;purchases.tags&quot;,
165 &quot;Tags&quot;
166 ]
167 ],
168 [
169 &quot;apple&quot;,
170 [
171 [
172 &quot;man&quot;,
173 &quot;one&quot;
174 ],
175 [
176 &quot;child&quot;,
177 &quot;many&quot;
178 ]
179 ]
180 ],
181 [
182 &quot;banana&quot;,
183 [
184 [
185 &quot;man&quot;,
186 &quot;many&quot;
187 ]
188 ]
189 ],
190 [
191 &quot;cacao&quot;,
192 [
193 [
194 &quot;woman&quot;
195 ]
196 ]
197 ]
198 ]
199 ]
200 ]
201 </pre></div>
202 </div>
203 </li>
204 </ul>
205 </li>
206 <li><p>[Windows] Dropped support for packages of Windows version that we had cross compiled by using MinGW on Linux.</p>
207 <ul class="simple">
208 <li><p>Because there aren’t probably many people who use that.</p></li>
209 <li><p>These above packages are that We had provided as below name until now.</p>
210 <ul>
211 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-x.x.x-x86.exe</span></code></p></li>
212 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-x.x.x-x86.zip</span></code></p></li>
213 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-x.x.x-x64.exe</span></code></p></li>
214 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-x.x.x-x86.zip</span></code></p></li>
215 </ul>
216 </li>
217 <li><p>From now on, we use the following packages for Windows.</p>
218 <ul>
219 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-latest-x86-vs2019-with-vcruntime.zip</span></code></p></li>
220 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-latest-x64-vs2019-with-vcruntime.zip</span></code></p></li>
221 </ul>
222 </li>
223 <li><p>If a system already has installed Microsoft Visual C++ Runtime Library, we suggest that we use the following packages.</p>
224 <ul>
225 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-latest-x86-vs2019.zip</span></code></p></li>
226 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-latest-x64-vs2019.zip</span></code></p></li>
227 </ul>
228 </li>
229 </ul>
230 </li>
231 </ul>
232 </div>
233 <div class="section" id="fixes">
234 <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
235 <ul class="simple">
236 <li><p>Fixed a bug that there is possible that index is corrupt when Groonga executes many additions, delete, and update information in it.</p>
237 <ul>
238 <li><p>This bug occurs when we only execute many delete information from index.
239 However, it doesn’t occur when we only execute many additions information into index.</p></li>
240 <li><p>We can repair the index that is corrupt by this bug using reconstruction of it.</p></li>
241 <li><p>This bug doesn’t detect unless we reference the broken index.
242 Therefore, the index in our indexes may has already broken.</p></li>
243 <li><p>We can use [<a class="reference internal" href="reference/commands/index_column_diff.html"><span class="doc">index_column_diff</span></a>] command to confirm whether the index has already been broken or not.</p></li>
244 </ul>
245 </li>
246 </ul>
247 </div>
248 </div>
57249 <div class="section" id="release-10-1-1-2021-01-25">
58250 <span id="release-10-1-1"></span><h2>Release 10.1.1 - 2021-01-25<a class="headerlink" href="#release-10-1-1-2021-01-25" title="Permalink to this headline">¶</a></h2>
59 <div class="section" id="improvements">
60 <h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
251 <div class="section" id="id1">
252 <h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
61253 <ul>
62254 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added support for outputting UInt64 value in Apache Arrow format.</p></li>
63255 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added support for outputting a number of hits in Apache Arrow format as below.</p>
110302 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">Tokenizers</span></a>][TokenMecab] Improved performance for parallel construction fo token column. [GitHub#1158][Patched by naoa]</p></li>
111303 </ul>
112304 </div>
113 <div class="section" id="fixes">
114 <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
115 <ul>
116 <li><p>[<a class="reference internal" href="reference/functions/sub_filter.html"><span class="doc">sub_filter</span></a>] fixed a bug that <code class="docutils literal notranslate"><span class="pre">sub_filter</span></code> doesn’t work in <code class="docutils literal notranslate"><span class="pre">slices[].filter</span></code>.</p>
305 <div class="section" id="id2">
306 <h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
307 <ul>
308 <li><p>[<a class="reference internal" href="reference/functions/sub_filter.html"><span class="doc">sub_filter</span></a>] Fixed a bug that <code class="docutils literal notranslate"><span class="pre">sub_filter</span></code> doesn’t work in <code class="docutils literal notranslate"><span class="pre">slices[].filter</span></code>.</p>
117309 <ul>
118310 <li><p>For example, the result of <code class="docutils literal notranslate"><span class="pre">sub_filter</span></code> was 0 records by the following query by this bug.</p>
119311 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Users TABLE_HASH_KEY ShortText
157349 </div>
158350 <div class="section" id="release-10-1-0-2020-12-29">
159351 <span id="release-10-1-0"></span><h2>Release 10.1.0 - 2020-12-29<a class="headerlink" href="#release-10-1-0-2020-12-29" title="Permalink to this headline">¶</a></h2>
160 <div class="section" id="id1">
161 <h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
352 <div class="section" id="id3">
353 <h3>Improvements<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
162354 <ul>
163355 <li><p>[<a class="reference internal" href="reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a>] Added support for removing leading full width spaces from highlight target. [PGroonga#GitHub#155][Reported by Hung Nguyen V]</p>
164356 <ul>
734926 <li><p>[httpd] Updated bundled nginx to 1.19.6.</p></li>
735927 </ul>
736928 </div>
737 <div class="section" id="id2">
738 <h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
929 <div class="section" id="id4">
930 <h3>Fixes<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
739931 <ul>
740932 <li><p>Fixed a bug that Groonga crash when we use multiple keys drilldown and use multiple accessor as below. [GitHub#1153][Patched by naoa]</p>
741933 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Tags TABLE_PAT_KEY ShortText
789981 </li>
790982 </ul>
791983 </div>
792 <div class="section" id="id3">
793 <h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
984 <div class="section" id="id5">
985 <h3>Thanks<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
794986 <ul class="simple">
795987 <li><p>Hung Nguyen V</p></li>
796988 <li><p>naoa</p></li>
800992 </div>
801993 <div class="section" id="release-10-0-9-2020-12-01">
802994 <span id="release-10-0-9"></span><h2>Release 10.0.9 - 2020-12-01<a class="headerlink" href="#release-10-0-9-2020-12-01" title="Permalink to this headline">¶</a></h2>
803 <div class="section" id="id4">
804 <h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
995 <div class="section" id="id6">
996 <h3>Improvements<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
805997 <ul>
806998 <li><p>Improved performance when we specified <code class="docutils literal notranslate"><span class="pre">-1</span></code> to <code class="docutils literal notranslate"><span class="pre">limit</span></code>.</p></li>
807999 <li><p>[<a class="reference internal" href="reference/commands/reference_acquire.html"><span class="doc">reference_acquire</span></a>] Added a new option <code class="docutils literal notranslate"><span class="pre">--auto_release_count</span></code>.</p>
9621154 <li><p>[httpd] Updated bundled nginx to 1.19.5.</p></li>
9631155 </ul>
9641156 </div>
965 <div class="section" id="id5">
966 <h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
1157 <div class="section" id="id7">
1158 <h3>Fixes<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
9671159 <ul class="simple">
9681160 <li><p>[<a class="reference internal" href="reference/executables/groonga-server-http.html"><span class="doc">Groonga HTTP server</span></a>] Fixed that Groonga HTTP server finished without waiting all woker threads finished completely.</p>
9691161 <ul>
9761168 </div>
9771169 <div class="section" id="release-10-0-8-2020-10-29">
9781170 <span id="release-10-0-8"></span><h2>Release 10.0.8 - 2020-10-29<a class="headerlink" href="#release-10-0-8-2020-10-29" title="Permalink to this headline">¶</a></h2>
979 <div class="section" id="id6">
980 <h3>Improvements<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
1171 <div class="section" id="id8">
1172 <h3>Improvements<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
9811173 <ul>
9821174 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added support for large drilldown keys.</p>
9831175 <ul>
10601252 <li><p>[httpd] Updated bundled nginx to 1.19.4.</p></li>
10611253 </ul>
10621254 </div>
1063 <div class="section" id="id8">
1064 <h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
1255 <div class="section" id="id10">
1256 <h3>Fixes<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
10651257 <ul class="simple">
10661258 <li><p>Fixed the following bugs related the browser based administration tool. [GitHub#1139][Reported by sutamin]</p>
10671259 <ul>
10721264 <li><p>[<a class="reference internal" href="reference/functions/between.html"><span class="doc">between</span></a>] Fixed a bug that <code class="docutils literal notranslate"><span class="pre">between(_key,</span> <span class="pre">...)</span></code> is always evaluated by sequential search.</p></li>
10731265 </ul>
10741266 </div>
1075 <div class="section" id="id9">
1076 <h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
1267 <div class="section" id="id11">
1268 <h3>Thanks<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
10771269 <ul class="simple">
10781270 <li><p>sutamin</p></li>
10791271 </ul>
10811273 </div>
10821274 <div class="section" id="release-10-0-7-2020-09-29">
10831275 <span id="release-10-0-7"></span><h2>Release 10.0.7 - 2020-09-29<a class="headerlink" href="#release-10-0-7-2020-09-29" title="Permalink to this headline">¶</a></h2>
1084 <div class="section" id="id10">
1085 <h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
1276 <div class="section" id="id12">
1277 <h3>Improvements<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
10861278 <ul class="simple">
10871279 <li><p>[highlight], [<a class="reference internal" href="reference/functions/highlight_full.html"><span class="doc">highlight_full</span></a>] Added support for normalizer options.</p></li>
10881280 <li><p>[<a class="reference internal" href="reference/command/return_code.html"><span class="doc">Return code</span></a>] Added a new return code <code class="docutils literal notranslate"><span class="pre">GRN_CONNECTION_RESET</span></code> for resetting connection.</p>
11511343 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added support for near search in same sentence.</p></li>
11521344 </ul>
11531345 </div>
1154 <div class="section" id="id11">
1155 <h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
1346 <div class="section" id="id13">
1347 <h3>Fixes<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
11561348 <ul class="simple">
11571349 <li><p>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Fixed a bug that <code class="docutils literal notranslate"><span class="pre">load</span></code> didn’t a return response when we executed it against 257 columns.</p>
11581350 <ul>
11811373 </div>
11821374 <div class="section" id="release-10-0-6-2020-08-29">
11831375 <span id="release-10-0-6"></span><h2>Release 10.0.6 - 2020-08-29<a class="headerlink" href="#release-10-0-6-2020-08-29" title="Permalink to this headline">¶</a></h2>
1184 <div class="section" id="id12">
1185 <h3>Improvements<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
1376 <div class="section" id="id14">
1377 <h3>Improvements<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
11861378 <ul class="simple">
11871379 <li><p>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Improved search plan for large data.</p>
11881380 <ul>
12351427 </li>
12361428 </ul>
12371429 </div>
1238 <div class="section" id="id13">
1239 <h3>Fixes<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
1430 <div class="section" id="id15">
1431 <h3>Fixes<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
12401432 <ul class="simple">
12411433 <li><p>Fixed a bug that garbage may be included in response after response send error.</p>
12421434 <ul>
12451437 </li>
12461438 </ul>
12471439 </div>
1248 <div class="section" id="id14">
1249 <h3>Thanks<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
1440 <div class="section" id="id16">
1441 <h3>Thanks<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
12501442 <ul class="simple">
12511443 <li><p>gaeeyo</p></li>
12521444 <li><p>naoa</p></li>
12551447 </div>
12561448 <div class="section" id="release-10-0-5-2020-07-30">
12571449 <span id="release-10-0-5"></span><h2>Release 10.0.5 - 2020-07-30<a class="headerlink" href="#release-10-0-5-2020-07-30" title="Permalink to this headline">¶</a></h2>
1258 <div class="section" id="id15">
1259 <h3>Improvements<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
1450 <div class="section" id="id17">
1451 <h3>Improvements<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
12601452 <ul>
12611453 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added support for storing reference in table that we specify with <code class="docutils literal notranslate"><span class="pre">--load_table</span></code>.</p>
12621454 <ul>
16581850 <li><p>[Windows] Dropped Visual Studio 2013 support.</p></li>
16591851 </ul>
16601852 </div>
1661 <div class="section" id="id16">
1662 <h3>Fixes<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
1853 <div class="section" id="id18">
1854 <h3>Fixes<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
16631855 <ul class="simple">
16641856 <li><p>[<a class="reference internal" href="reference/executables/groonga-server-http.html"><span class="doc">Groonga HTTP server</span></a>] Fixed a bug that a request can’t halt even if we execute <code class="docutils literal notranslate"><span class="pre">shutdown?mode=immediate</span></code> when the response was halted by error occurrence.</p></li>
16651857 <li><p>Fixed a crash bug when an error occurs while a request.</p>
16841876 <li><p>Fixed a bug that normalization error occurred while static index construction by <code class="docutils literal notranslate"><span class="pre">token_column</span></code>. [GitHub#1122][Reported by naoa]</p></li>
16851877 </ul>
16861878 </div>
1687 <div class="section" id="id17">
1688 <h3>Thanks<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
1879 <div class="section" id="id19">
1880 <h3>Thanks<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
16891881 <ul class="simple">
16901882 <li><p>naoa</p></li>
16911883 </ul>
16931885 </div>
16941886 <div class="section" id="release-10-0-4-2020-06-29">
16951887 <span id="release-10-0-4"></span><h2>Release 10.0.4 - 2020-06-29<a class="headerlink" href="#release-10-0-4-2020-06-29" title="Permalink to this headline">¶</a></h2>
1696 <div class="section" id="id18">
1697 <h3>Improvements<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
1888 <div class="section" id="id20">
1889 <h3>Improvements<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
16981890 <ul>
16991891 <li><p>[<a class="reference internal" href="reference/tables.html"><span class="doc">Tables</span></a>] Added support for registering 400M records into a hash table.</p></li>
17001892 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Improve scorer performance when the <code class="docutils literal notranslate"><span class="pre">_score</span></code> doesn’t get recursively values.</p>
19072099 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Improved performance for <code class="docutils literal notranslate"><span class="pre">load_table</span></code> on the reference count mode.</p></li>
19082100 </ul>
19092101 </div>
1910 <div class="section" id="id19">
1911 <h3>Fixes<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
2102 <div class="section" id="id21">
2103 <h3>Fixes<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
19122104 <ul class="simple">
19132105 <li><p>Fixed a bug that the database of Groonga was broken when we search by using the dynamic columns that don’t specify a <code class="docutils literal notranslate"><span class="pre">--filter</span></code> and stridden over shard.</p></li>
19142106 <li><p>Fixed a bug that <code class="docutils literal notranslate"><span class="pre">Float32</span></code> type had not displayed on a result of <code class="docutils literal notranslate"><span class="pre">schema</span></code> command.</p></li>
19152107 <li><p>Fixed a bug that we count in surplus to <code class="docutils literal notranslate"><span class="pre">_nsubrecs</span></code> when the reference <code class="docutils literal notranslate"><span class="pre">uvector</span></code> hasn’t element.</p></li>
19162108 </ul>
19172109 </div>
1918 <div class="section" id="id20">
1919 <h3>Thanks<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
2110 <div class="section" id="id22">
2111 <h3>Thanks<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
19202112 <ul class="simple">
19212113 <li><p>naoa</p></li>
19222114 </ul>
19242116 </div>
19252117 <div class="section" id="release-10-0-3-2020-05-29">
19262118 <span id="release-10-0-3"></span><h2>Release 10.0.3 - 2020-05-29<a class="headerlink" href="#release-10-0-3-2020-05-29" title="Permalink to this headline">¶</a></h2>
1927 <div class="section" id="id21">
1928 <h3>Improvements<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
2119 <div class="section" id="id23">
2120 <h3>Improvements<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
19292121 <ul>
19302122 <li><p>We came to be able to construct an inverted index from data that are tokenized in advance.</p>
19312123 <ul>
23842576 </li>
23852577 </ul>
23862578 </div>
2387 <div class="section" id="id22">
2388 <h3>Fixes<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
2579 <div class="section" id="id24">
2580 <h3>Fixes<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
23892581 <ul class="simple">
23902582 <li><p>Fixed a crash bug if the modules (tokenizers, normalizers, and token filters) are used at the same time from multiple threads.</p></li>
23912583 <li><p>Fixed precision of <code class="docutils literal notranslate"><span class="pre">Float32</span></code> value when it outputted.</p>
23962588 <li><p>Fixed a bug that Groonga used the wrong cache when the query that just the parameters of dynamic column different was executed. [GitHub#1102 patched by naoa]</p></li>
23972589 </ul>
23982590 </div>
2399 <div class="section" id="id23">
2400 <h3>Thanks<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
2591 <div class="section" id="id25">
2592 <h3>Thanks<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
24012593 <ul class="simple">
24022594 <li><p>naoa</p></li>
24032595 </ul>
24052597 </div>
24062598 <div class="section" id="release-10-0-2-2020-04-29">
24072599 <span id="release-10-0-2"></span><h2>Release 10.0.2 - 2020-04-29<a class="headerlink" href="#release-10-0-2-2020-04-29" title="Permalink to this headline">¶</a></h2>
2408 <div class="section" id="id24">
2409 <h3>Improvements<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
2600 <div class="section" id="id26">
2601 <h3>Improvements<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
24102602 <ul>
24112603 <li><p>Added support for <code class="docutils literal notranslate"><span class="pre">uvector</span></code> for <code class="docutils literal notranslate"><span class="pre">time_classify_*</span></code> functions. [GitHub#1089][Patched by naoa]</p>
24122604 <ul class="simple">
25192711 </li>
25202712 </ul>
25212713 </div>
2522 <div class="section" id="id25">
2523 <h3>Fixes<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
2714 <div class="section" id="id27">
2715 <h3>Fixes<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
25242716 <ul class="simple">
25252717 <li><p>Fixed a bug that Groonga for 32bit on GNU/Linux may crash.</p></li>
25262718 <li><p>Fixed a bug that unrelated column value may be cleared. [GtiHub#1087][Reported by sutamin]</p></li>
25432735 <li><p>Fixed a bug that Groonga too much unlink <code class="docutils literal notranslate"><span class="pre">_key</span></code> accessor when we load data for apache arrow format.</p></li>
25442736 </ul>
25452737 </div>
2546 <div class="section" id="id26">
2547 <h3>Thanks<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
2738 <div class="section" id="id28">
2739 <h3>Thanks<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
25482740 <ul class="simple">
25492741 <li><p>sutamin</p></li>
25502742 <li><p>naoa</p></li>
25562748 <p>We have been released Groonga 10.0.1.
25572749 Because Ubuntu and Windows(VC++ version) package in Groonga 10.0.0 were mistaken.</p>
25582750 <p>If we have already used Groonga 10.0.0 for CentOS, Debian, Windows(MinGW version), no problem with continued use it.</p>
2559 <div class="section" id="id27">
2560 <h3>Fixes<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
2751 <div class="section" id="id29">
2752 <h3>Fixes<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
25612753 <ul class="simple">
25622754 <li><p>Added a missing runtime(vcruntime140_1.dll) in package for Windows VC++ version.</p></li>
25632755 </ul>
25652757 </div>
25662758 <div class="section" id="release-10-0-0-2020-03-29">
25672759 <span id="release-10-0-0"></span><h2>Release 10.0.0 - 2020-03-29<a class="headerlink" href="#release-10-0-0-2020-03-29" title="Permalink to this headline">¶</a></h2>
2568 <div class="section" id="id28">
2569 <h3>Improvements<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
2760 <div class="section" id="id30">
2761 <h3>Improvements<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
25702762 <ul>
25712763 <li><p>[httpd] Updated bundled nginx to 1.17.9.</p></li>
25722764 <li><p>[httpd] Added support for specifying output type as an extension.</p>
26802872 </div>
26812873 <div class="section" id="release-9-1-2-2020-01-29">
26822874 <span id="release-9-1-2"></span><h2>Release 9.1.2 - 2020-01-29<a class="headerlink" href="#release-9-1-2-2020-01-29" title="Permalink to this headline">¶</a></h2>
2683 <div class="section" id="id29">
2684 <h3>Improvements<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
2875 <div class="section" id="id31">
2876 <h3>Improvements<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
26852877 <ul class="simple">
26862878 <li><p>[tools] Added a script for copying only files of specify tables or columns.</p>
26872879 <ul>
27192911 </div>
27202912 <div class="section" id="release-9-1-1-2020-01-07">
27212913 <span id="release-9-1-1"></span><h2>Release 9.1.1 - 2020-01-07<a class="headerlink" href="#release-9-1-1-2020-01-07" title="Permalink to this headline">¶</a></h2>
2722 <div class="section" id="id30">
2723 <h3>Improvements<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
2914 <div class="section" id="id32">
2915 <h3>Improvements<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
27242916 <ul class="simple">
27252917 <li><p>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Added support for Apache Arrow format data.</p>
27262918 <ul>
27482940 </div>
27492941 <div class="section" id="release-9-1-0-2019-11-29">
27502942 <span id="release-9-1-0"></span><h2>Release 9.1.0 - 2019-11-29<a class="headerlink" href="#release-9-1-0-2019-11-29" title="Permalink to this headline">¶</a></h2>
2751 <div class="section" id="id31">
2752 <h3>Improvements<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
2943 <div class="section" id="id33">
2944 <h3>Improvements<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
27532945 <ul class="simple">
27542946 <li><p>Improved the performance of the “&amp;&amp;” operation.</p>
27552947 <ul>
27652957 </li>
27662958 </ul>
27672959 </div>
2768 <div class="section" id="id32">
2769 <h3>Fixes<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
2960 <div class="section" id="id34">
2961 <h3>Fixes<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
27702962 <ul class="simple">
27712963 <li><p>Fix a bug that when the accessor is index, performance decreases.</p>
27722964 <ul>
27872979 </li>
27882980 </ul>
27892981 </div>
2790 <div class="section" id="id33">
2791 <h3>Thanks<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
2982 <div class="section" id="id35">
2983 <h3>Thanks<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
27922984 <ul class="simple">
27932985 <li><p>Albert Song</p></li>
27942986 <li><p>OBATA Akio</p></li>
28022994 <p>Maybe performance decreases from this version.
28032995 Therefore, If performance decreases than before, please report us with reproducible steps.</p>
28042996 </div>
2805 <div class="section" id="id34">
2806 <h3>Improvements<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
2997 <div class="section" id="id36">
2998 <h3>Improvements<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
28072999 <ul class="simple">
28083000 <li><p>[<a class="reference internal" href="reference/log.html"><span class="doc">Log</span></a>] Improved that output the sending time of response into query-log.</p></li>
28093001 <li><p>[<a class="reference internal" href="reference/commands/status.html"><span class="doc">status</span></a>] Added that the number of current jobs in the <code class="docutils literal notranslate"><span class="pre">status</span></code> command response.</p></li>
28343026 </li>
28353027 </ul>
28363028 </div>
2837 <div class="section" id="id35">
2838 <h3>Fixes<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
3029 <div class="section" id="id37">
3030 <h3>Fixes<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
28393031 <ul class="simple">
28403032 <li><p>Fixed a bug that Groonga crash when we specify the value as the first argument of between.[GitHub#1045][Reported by yagisumi]</p></li>
28413033 </ul>
28423034 </div>
2843 <div class="section" id="id36">
2844 <h3>Thanks<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
3035 <div class="section" id="id38">
3036 <h3>Thanks<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
28453037 <ul class="simple">
28463038 <li><p>yagisumi</p></li>
28473039 </ul>
28493041 </div>
28503042 <div class="section" id="release-9-0-8-2019-09-27">
28513043 <span id="release-9-0-8"></span><h2>Release 9.0.8 - 2019-09-27<a class="headerlink" href="#release-9-0-8-2019-09-27" title="Permalink to this headline">¶</a></h2>
2852 <div class="section" id="id37">
2853 <h3>Improvements<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
3044 <div class="section" id="id39">
3045 <h3>Improvements<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
28543046 <ul class="simple">
28553047 <li><p>[<a class="reference internal" href="reference/commands/log_reopen.html"><span class="doc">log_reopen</span></a>] Added a supplementary explanation when we use <code class="docutils literal notranslate"><span class="pre">groonga-httpd</span></code> with 2 or more workers.</p></li>
28563048 <li><p>Improved that Groonga ignores the index being built.</p>
28703062 <li><p>[<a class="reference internal" href="install/centos.html"><span class="doc">CentOS</span></a>] Dropped 32-bit package support on CentOS 6.</p></li>
28713063 </ul>
28723064 </div>
2873 <div class="section" id="id38">
2874 <h3>Fixes<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
3065 <div class="section" id="id40">
3066 <h3>Fixes<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
28753067 <ul class="simple">
28763068 <li><p>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Fixed a bug that exception about closing the same object twice occurs when we have enough records and the number of records that unmatch filter search criteria is more than the estimated value of it.</p></li>
28773069 </ul>
28793071 </div>
28803072 <div class="section" id="release-9-0-7-2019-08-29">
28813073 <span id="release-9-0-7"></span><h2>Release 9.0.7 - 2019-08-29<a class="headerlink" href="#release-9-0-7-2019-08-29" title="Permalink to this headline">¶</a></h2>
2882 <div class="section" id="id39">
2883 <h3>Improvements<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
3074 <div class="section" id="id41">
3075 <h3>Improvements<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
28843076 <ul class="simple">
28853077 <li><p>[httpd] Updated bundled nginx to 1.17.3.</p>
28863078 <ul>
28893081 </li>
28903082 </ul>
28913083 </div>
2892 <div class="section" id="id40">
2893 <h3>Fixes<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
3084 <div class="section" id="id42">
3085 <h3>Fixes<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
28943086 <ul class="simple">
28953087 <li><p>Fixed a bug that Groonga crash when posting lists were huge.</p>
28963088 <ul>
29053097 <li><p>Fixed a bug that doesn’t use a suitable index when prefix search and suffix search. [GitHub#1007, PGroonga#GitHub#96][Reported by oknj]</p></li>
29063098 </ul>
29073099 </div>
2908 <div class="section" id="id41">
2909 <h3>Thanks<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
3100 <div class="section" id="id43">
3101 <h3>Thanks<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
29103102 <ul class="simple">
29113103 <li><p>oknj</p></li>
29123104 <li><p>Yutaro Shimamura</p></li>
29173109 </div>
29183110 <div class="section" id="release-9-0-6-2019-08-05">
29193111 <span id="release-9-0-6"></span><h2>Release 9.0.6 - 2019-08-05<a class="headerlink" href="#release-9-0-6-2019-08-05" title="Permalink to this headline">¶</a></h2>
2920 <div class="section" id="id42">
2921 <h3>Improvements<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
3112 <div class="section" id="id44">
3113 <h3>Improvements<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
29223114 <ul class="simple">
29233115 <li><p>Added support for Debian 10 (buster).</p></li>
29243116 </ul>
29253117 </div>
2926 <div class="section" id="id43">
2927 <h3>Fixes<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
3118 <div class="section" id="id45">
3119 <h3>Fixes<a class="headerlink" href="#id45" title="Permalink to this headline">¶</a></h3>
29283120 <ul class="simple">
29293121 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that search is an error when occurring search escalation.</p></li>
29303122 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that may return wrong search results when we use nested equal condition.</p></li>
29323124 <li><p>[<a class="reference internal" href="tutorial/micro_blog.html"><span class="doc">Let’s create micro-blog</span></a>] Fixed an example that has wrong search results. [GutHub#1024][Patched by yagisumi]</p></li>
29333125 </ul>
29343126 </div>
2935 <div class="section" id="id44">
2936 <h3>Thanks<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
3127 <div class="section" id="id46">
3128 <h3>Thanks<a class="headerlink" href="#id46" title="Permalink to this headline">¶</a></h3>
29373129 <ul class="simple">
29383130 <li><p>yagisumi</p></li>
29393131 </ul>
29483140 Please do not use Groonga 9.0.5, and recommends to upgrade to 9.0.6 in the future.
29493141 The detail of this issues are explained at <a class="reference external" href="http://groonga.org/en/blog/2019/07/30/groonga-9.0.5.html">http://groonga.org/en/blog/2019/07/30/groonga-9.0.5.html</a>.</p>
29503142 </div>
2951 <div class="section" id="id45">
2952 <h3>Improvements<a class="headerlink" href="#id45" title="Permalink to this headline">¶</a></h3>
3143 <div class="section" id="id47">
3144 <h3>Improvements<a class="headerlink" href="#id47" title="Permalink to this headline">¶</a></h3>
29533145 <ul class="simple">
29543146 <li><p>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Improved that only apply an optimization when the search target shard is large enough.</p>
29553147 <ul>
29933185 <li><p>Added support for Amazon Linux 2.</p></li>
29943186 </ul>
29953187 </div>
2996 <div class="section" id="id46">
2997 <h3>Fixes<a class="headerlink" href="#id46" title="Permalink to this headline">¶</a></h3>
3188 <div class="section" id="id48">
3189 <h3>Fixes<a class="headerlink" href="#id48" title="Permalink to this headline">¶</a></h3>
29983190 <ul class="simple">
29993191 <li><p>Fixed a bug that vector values of JSON like <code class="docutils literal notranslate"><span class="pre">&quot;[1,</span> <span class="pre">2,</span> <span class="pre">3]&quot;</span></code> are not indexed.</p></li>
30003192 <li><p>Fixed wrong parameter name in <code class="docutils literal notranslate"><span class="pre">table_create</span></code> tests. [GitHub#1000][Patch by yagisumi]</p></li>
30133205 <li><p>Fix a bug that <code class="docutils literal notranslate"><span class="pre">groonga.repo</span></code> is removed when updating 1.5.0 from <code class="docutils literal notranslate"><span class="pre">groonga-release</span></code> version before 1.5.0-1. [groonga-talk:429][Reported by Josep Sanz]</p></li>
30143206 </ul>
30153207 </div>
3016 <div class="section" id="id47">
3017 <h3>Thanks<a class="headerlink" href="#id47" title="Permalink to this headline">¶</a></h3>
3208 <div class="section" id="id49">
3209 <h3>Thanks<a class="headerlink" href="#id49" title="Permalink to this headline">¶</a></h3>
30183210 <ul class="simple">
30193211 <li><p>yagisumi</p></li>
30203212 <li><p>Shimadzu Corporation</p></li>
30243216 </div>
30253217 <div class="section" id="release-9-0-4-2019-06-29">
30263218 <span id="release-9-0-4"></span><h2>Release 9.0.4 - 2019-06-29<a class="headerlink" href="#release-9-0-4-2019-06-29" title="Permalink to this headline">¶</a></h2>
3027 <div class="section" id="id48">
3028 <h3>Improvements<a class="headerlink" href="#id48" title="Permalink to this headline">¶</a></h3>
3219 <div class="section" id="id50">
3220 <h3>Improvements<a class="headerlink" href="#id50" title="Permalink to this headline">¶</a></h3>
30293221 <ul class="simple">
30303222 <li><p>Added support for array literal with multiple elements.</p></li>
30313223 <li><p>Added support equivalence operation of a vector.</p></li>
30813273 </li>
30823274 </ul>
30833275 </div>
3084 <div class="section" id="id49">
3085 <h3>Fixes<a class="headerlink" href="#id49" title="Permalink to this headline">¶</a></h3>
3276 <div class="section" id="id51">
3277 <h3>Fixes<a class="headerlink" href="#id51" title="Permalink to this headline">¶</a></h3>
30863278 <ul class="simple">
30873279 <li><p>[optimizer] Fix a bug that execution error when specified multiple filter conditions and like <code class="docutils literal notranslate"><span class="pre">xxx.yyy==&quot;keyword&quot;</span></code>.</p></li>
30883280 <li><p>Added missing LICENSE files in Groonga package for Windows(VC++ version).</p></li>
30943286 </li>
30953287 </ul>
30963288 </div>
3097 <div class="section" id="id50">
3098 <h3>Thanks<a class="headerlink" href="#id50" title="Permalink to this headline">¶</a></h3>
3289 <div class="section" id="id52">
3290 <h3>Thanks<a class="headerlink" href="#id52" title="Permalink to this headline">¶</a></h3>
30993291 <ul class="simple">
31003292 <li><p>Takashi Hashida</p></li>
31013293 </ul>
31033295 </div>
31043296 <div class="section" id="release-9-0-3-2019-05-29">
31053297 <span id="release-9-0-3"></span><h2>Release 9.0.3 - 2019-05-29<a class="headerlink" href="#release-9-0-3-2019-05-29" title="Permalink to this headline">¶</a></h2>
3106 <div class="section" id="id51">
3107 <h3>Improvements<a class="headerlink" href="#id51" title="Permalink to this headline">¶</a></h3>
3298 <div class="section" id="id53">
3299 <h3>Improvements<a class="headerlink" href="#id53" title="Permalink to this headline">¶</a></h3>
31083300 <ul class="simple">
31093301 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added more query logs.</p>
31103302 <ul>
31613353 <li><p>Dropped Ubuntu 14.04 support.</p></li>
31623354 </ul>
31633355 </div>
3164 <div class="section" id="id52">
3165 <h3>Fixes<a class="headerlink" href="#id52" title="Permalink to this headline">¶</a></h3>
3356 <div class="section" id="id54">
3357 <h3>Fixes<a class="headerlink" href="#id54" title="Permalink to this headline">¶</a></h3>
31663358 <ul class="simple">
31673359 <li><p>[index_column_diff] Fixed a bug that too much <code class="docutils literal notranslate"><span class="pre">remains</span></code> are reported.</p></li>
31683360 <li><p>Fixed a build error when we use <code class="docutils literal notranslate"><span class="pre">--without-onigmo</span></code> option. [GitHub#951] [Reported by Tomohiro KATO]</p></li>
31743366 </li>
31753367 </ul>
31763368 </div>
3177 <div class="section" id="id53">
3178 <h3>Thanks<a class="headerlink" href="#id53" title="Permalink to this headline">¶</a></h3>
3369 <div class="section" id="id55">
3370 <h3>Thanks<a class="headerlink" href="#id55" title="Permalink to this headline">¶</a></h3>
31793371 <ul class="simple">
31803372 <li><p>Tomohiro KATO</p></li>
31813373 <li><p>Wolfgang Hotwagner</p></li>
31883380 <p>We provide a package for Windows made from VC++ from this release.</p>
31893381 <p>We also provide a package for Windows made form MinGW as in the past.
31903382 However, we will provide it made from VC++ instead of making from MinGW sooner or later.</p>
3191 <div class="section" id="id54">
3192 <h3>Improvements<a class="headerlink" href="#id54" title="Permalink to this headline">¶</a></h3>
3383 <div class="section" id="id56">
3384 <h3>Improvements<a class="headerlink" href="#id56" title="Permalink to this headline">¶</a></h3>
31933385 <ul class="simple">
31943386 <li><p>[<a class="reference internal" href="reference/commands/column_create.html"><span class="doc">column_create</span></a>] Added a new flag <code class="docutils literal notranslate"><span class="pre">INDEX_LARGE</span></code> for index column.</p>
31953387 <ul>
32203412 </li>
32213413 </ul>
32223414 </div>
3223 <div class="section" id="id55">
3224 <h3>Fixes<a class="headerlink" href="#id55" title="Permalink to this headline">¶</a></h3>
3415 <div class="section" id="id57">
3416 <h3>Fixes<a class="headerlink" href="#id57" title="Permalink to this headline">¶</a></h3>
32253417 <ul class="simple">
32263418 <li><p>Fixed “unknown type name ‘bool’” compilation error in some environments.</p></li>
32273419 <li><p>Fixed a bug that incorrect output number over Int32 by command of execute via mruby (e.g. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code>, <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code>, <code class="docutils literal notranslate"><span class="pre">logical_count</span></code>, etc.). [GitHub#936] [Patch by HashidaTKS]</p></li>
32283420 </ul>
32293421 </div>
3230 <div class="section" id="id56">
3231 <h3>Thanks<a class="headerlink" href="#id56" title="Permalink to this headline">¶</a></h3>
3422 <div class="section" id="id58">
3423 <h3>Thanks<a class="headerlink" href="#id58" title="Permalink to this headline">¶</a></h3>
32323424 <ul class="simple">
32333425 <li><p>HashidaTKS</p></li>
32343426 </ul>
32363428 </div>
32373429 <div class="section" id="release-9-0-1-2019-03-29">
32383430 <span id="release-9-0-1"></span><h2>Release 9.0.1 - 2019-03-29<a class="headerlink" href="#release-9-0-1-2019-03-29" title="Permalink to this headline">¶</a></h2>
3239 <div class="section" id="id57">
3240 <h3>Improvements<a class="headerlink" href="#id57" title="Permalink to this headline">¶</a></h3>
3431 <div class="section" id="id59">
3432 <h3>Improvements<a class="headerlink" href="#id59" title="Permalink to this headline">¶</a></h3>
32413433 <ul class="simple">
32423434 <li><p>Added support to acccept null for vector value.</p>
32433435 <ul>
32723464 <li><p>Added <code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code> command to check broken index column. If you want to log progress of command execution, set log level to debug.</p></li>
32733465 </ul>
32743466 </div>
3275 <div class="section" id="id58">
3276 <h3>Fixes<a class="headerlink" href="#id58" title="Permalink to this headline">¶</a></h3>
3467 <div class="section" id="id60">
3468 <h3>Fixes<a class="headerlink" href="#id60" title="Permalink to this headline">¶</a></h3>
32773469 <ul class="simple">
32783470 <li><p>[<a class="reference internal" href="reference/functions/snippet_html.html"><span class="doc">snippet_html</span></a>] Changed to return an empty vector for no match.</p>
32793471 <ul>
33103502 <li><p>Fixed a crash bug that allocated working area is not enough size when updating indexes.</p></li>
33113503 </ul>
33123504 </div>
3313 <div class="section" id="id59">
3314 <h3>Thanks<a class="headerlink" href="#id59" title="Permalink to this headline">¶</a></h3>
3505 <div class="section" id="id61">
3506 <h3>Thanks<a class="headerlink" href="#id61" title="Permalink to this headline">¶</a></h3>
33153507 <ul class="simple">
33163508 <li><p>shiro615</p></li>
33173509 <li><p>HashidaTKS</p></li>
33243516 <span id="release-9-0-0"></span><h2>Release 9.0.0 - 2019-02-09<a class="headerlink" href="#release-9-0-0-2019-02-09" title="Permalink to this headline">¶</a></h2>
33253517 <p>This is a major version up! But It keeps backward compatibility.
33263518 You can upgrade to 9.0.0 without rebuilding database.</p>
3327 <div class="section" id="id60">
3328 <h3>Improvements<a class="headerlink" href="#id60" title="Permalink to this headline">¶</a></h3>
3519 <div class="section" id="id62">
3520 <h3>Improvements<a class="headerlink" href="#id62" title="Permalink to this headline">¶</a></h3>
33293521 <ul class="simple">
33303522 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">Tokenizers</span></a>] Added a new tokenizer <code class="docutils literal notranslate"><span class="pre">TokenPattern</span></code>.</p>
33313523 <ul>
33633555 </div>
33643556 <div class="section" id="release-8-1-1-2019-01-29">
33653557 <span id="release-8-1-1"></span><h2>Release 8.1.1 - 2019-01-29<a class="headerlink" href="#release-8-1-1-2019-01-29" title="Permalink to this headline">¶</a></h2>
3366 <div class="section" id="id61">
3367 <h3>Improvements<a class="headerlink" href="#id61" title="Permalink to this headline">¶</a></h3>
3558 <div class="section" id="id63">
3559 <h3>Improvements<a class="headerlink" href="#id63" title="Permalink to this headline">¶</a></h3>
33683560 <ul class="simple">
33693561 <li><p>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Added new argument <code class="docutils literal notranslate"><span class="pre">--load_table</span></code>, <code class="docutils literal notranslate"><span class="pre">--load_columns</span></code> and <code class="docutils literal notranslate"><span class="pre">--load_values</span></code>.</p>
33703562 <ul>
34653657 </li>
34663658 </ul>
34673659 </div>
3468 <div class="section" id="id62">
3469 <h3>Fixes<a class="headerlink" href="#id62" title="Permalink to this headline">¶</a></h3>
3660 <div class="section" id="id64">
3661 <h3>Fixes<a class="headerlink" href="#id64" title="Permalink to this headline">¶</a></h3>
34703662 <ul>
34713663 <li><p>Fixed a memory leak when occurs index update error.</p></li>
34723664 <li><p>[<a class="reference internal" href="reference/normalizers.html"><span class="doc">Normalizers</span></a>] Fixed a bug that stateless normalizers and stateful normalizers return wrong results when we use them at the same time.</p>
34983690 </div>
34993691 <div class="section" id="release-8-1-0-2018-12-29">
35003692 <span id="release-8-1-0"></span><h2>Release 8.1.0 - 2018-12-29<a class="headerlink" href="#release-8-1-0-2018-12-29" title="Permalink to this headline">¶</a></h2>
3501 <div class="section" id="id63">
3502 <h3>Improvements<a class="headerlink" href="#id63" title="Permalink to this headline">¶</a></h3>
3693 <div class="section" id="id65">
3694 <h3>Improvements<a class="headerlink" href="#id65" title="Permalink to this headline">¶</a></h3>
35033695 <ul class="simple">
35043696 <li><p>[httpd] Updated bundled nginx to 1.15.8.</p></li>
35053697 </ul>
35063698 </div>
3507 <div class="section" id="id64">
3508 <h3>Fixes<a class="headerlink" href="#id64" title="Permalink to this headline">¶</a></h3>
3699 <div class="section" id="id66">
3700 <h3>Fixes<a class="headerlink" href="#id66" title="Permalink to this headline">¶</a></h3>
35093701 <ul class="simple">
35103702 <li><p>Fixed a bug that unlock against DB is always executed after flush when after execute a <code class="docutils literal notranslate"><span class="pre">io_flush</span></code> command.</p></li>
35113703 <li><p>Fixed a bug that <code class="docutils literal notranslate"><span class="pre">reindex</span></code> command doesn’t finish when execute a <code class="docutils literal notranslate"><span class="pre">reindex</span></code> command against table that has record that has not references.</p></li>
35143706 </div>
35153707 <div class="section" id="release-8-0-9-2018-11-29">
35163708 <span id="release-8-0-9"></span><h2>Release 8.0.9 - 2018-11-29<a class="headerlink" href="#release-8-0-9-2018-11-29" title="Permalink to this headline">¶</a></h2>
3517 <div class="section" id="id65">
3518 <h3>Improvements<a class="headerlink" href="#id65" title="Permalink to this headline">¶</a></h3>
3709 <div class="section" id="id67">
3710 <h3>Improvements<a class="headerlink" href="#id67" title="Permalink to this headline">¶</a></h3>
35193711 <ul class="simple">
35203712 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">Tokenizers</span></a>] Improved that output a tokenizer name in error message when create tokenizer fail.</p></li>
35213713 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">Tokenizers</span></a>][TokenDelimit] Supported that customizing delimiter of a token.</p>
35743766 </li>
35753767 </ul>
35763768 </div>
3577 <div class="section" id="id66">
3578 <h3>Fixes<a class="headerlink" href="#id66" title="Permalink to this headline">¶</a></h3>
3769 <div class="section" id="id68">
3770 <h3>Fixes<a class="headerlink" href="#id68" title="Permalink to this headline">¶</a></h3>
35793771 <ul>
35803772 <li><p>Fixed a memory leak when evaluating window function.</p></li>
35813773 <li><p>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Fixed bug that log content may be mixed.</p></li>
35913783 <li><p>Fix a bug that hits a value of vector columns deleted by a delete command.[GitHub PGroonga#85][Reported by dodaisuke]</p></li>
35923784 </ul>
35933785 </div>
3594 <div class="section" id="id67">
3595 <h3>Thanks<a class="headerlink" href="#id67" title="Permalink to this headline">¶</a></h3>
3786 <div class="section" id="id69">
3787 <h3>Thanks<a class="headerlink" href="#id69" title="Permalink to this headline">¶</a></h3>
35963788 <ul class="simple">
35973789 <li><p>dodaisuke</p></li>
35983790 </ul>
36003792 </div>
36013793 <div class="section" id="release-8-0-8-2018-10-29">
36023794 <span id="release-8-0-8"></span><h2>Release 8.0.8 - 2018-10-29<a class="headerlink" href="#release-8-0-8-2018-10-29" title="Permalink to this headline">¶</a></h2>
3603 <div class="section" id="id68">
3604 <h3>Improvements<a class="headerlink" href="#id68" title="Permalink to this headline">¶</a></h3>
3795 <div class="section" id="id70">
3796 <h3>Improvements<a class="headerlink" href="#id70" title="Permalink to this headline">¶</a></h3>
36053797 <ul>
36063798 <li><p>[<a class="reference internal" href="reference/commands/table_list.html"><span class="doc">table_list</span></a>] Supported output options of default tokenizer.</p>
36073799 <ul class="simple">
36483840 <li><p>Supported Ubuntu 18.10 (Cosmic Cuttlefish)</p></li>
36493841 </ul>
36503842 </div>
3651 <div class="section" id="id69">
3652 <h3>Fixes<a class="headerlink" href="#id69" title="Permalink to this headline">¶</a></h3>
3843 <div class="section" id="id71">
3844 <h3>Fixes<a class="headerlink" href="#id71" title="Permalink to this headline">¶</a></h3>
36533845 <ul class="simple">
36543846 <li><p>Fixed a bug that the Groonga GQTP server may fail to accept a new connection. [groonga-dev,04688][Reported by Yutaro Shimamura]</p>
36553847 <ul>
36583850 </li>
36593851 </ul>
36603852 </div>
3661 <div class="section" id="id70">
3662 <h3>Thanks<a class="headerlink" href="#id70" title="Permalink to this headline">¶</a></h3>
3853 <div class="section" id="id72">
3854 <h3>Thanks<a class="headerlink" href="#id72" title="Permalink to this headline">¶</a></h3>
36633855 <ul class="simple">
36643856 <li><p>Masatoshi SEKI</p></li>
36653857 <li><p>Yutaro Shimamura</p></li>
36683860 </div>
36693861 <div class="section" id="release-8-0-7-2018-09-29">
36703862 <span id="release-8-0-7"></span><h2>Release 8.0.7 - 2018-09-29<a class="headerlink" href="#release-8-0-7-2018-09-29" title="Permalink to this headline">¶</a></h2>
3671 <div class="section" id="id71">
3672 <h3>Improvements<a class="headerlink" href="#id71" title="Permalink to this headline">¶</a></h3>
3863 <div class="section" id="id73">
3864 <h3>Improvements<a class="headerlink" href="#id73" title="Permalink to this headline">¶</a></h3>
36733865 <ul>
36743866 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">Tokenizers</span></a>][TokenMecab] support outputting metadata of Mecab.</p>
36753867 <ul>
37053897 <li><p>[httpd] Updated bundled nginx to 1.15.4.</p></li>
37063898 </ul>
37073899 </div>
3708 <div class="section" id="id72">
3709 <h3>Fixes<a class="headerlink" href="#id72" title="Permalink to this headline">¶</a></h3>
3900 <div class="section" id="id74">
3901 <h3>Fixes<a class="headerlink" href="#id74" title="Permalink to this headline">¶</a></h3>
37103902 <ul class="simple">
37113903 <li><p>Fixed wrong score calculations on some cases.</p>
37123904 <ul>
37193911 </div>
37203912 <div class="section" id="release-8-0-6-2018-08-29">
37213913 <span id="release-8-0-6"></span><h2>Release 8.0.6 - 2018-08-29<a class="headerlink" href="#release-8-0-6-2018-08-29" title="Permalink to this headline">¶</a></h2>
3722 <div class="section" id="id73">
3723 <h3>Improvements<a class="headerlink" href="#id73" title="Permalink to this headline">¶</a></h3>
3914 <div class="section" id="id75">
3915 <h3>Improvements<a class="headerlink" href="#id75" title="Permalink to this headline">¶</a></h3>
37243916 <ul>
37253917 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">Tokenizers</span></a>][TokenMecab] add <code class="docutils literal notranslate"><span class="pre">chunked_tokenize</span></code> and <code class="docutils literal notranslate"><span class="pre">chunk_size_threshold</span></code> options.</p></li>
37263918 <li><p>[optimizer] support estimation for query family expressions.
37433935 <li><p>[vector_find] avoid to crash with unsupported modes</p></li>
37443936 </ul>
37453937 </div>
3746 <div class="section" id="id74">
3747 <h3>Fixes<a class="headerlink" href="#id74" title="Permalink to this headline">¶</a></h3>
3938 <div class="section" id="id76">
3939 <h3>Fixes<a class="headerlink" href="#id76" title="Permalink to this headline">¶</a></h3>
37483940 <ul class="simple">
37493941 <li><p>[index] fix a bug that offline index construction for text vector with <code class="docutils literal notranslate"><span class="pre">HASH_KEY</span></code>.
37503942 It creates index with invalid section ID.</p></li>
37643956 </div>
37653957 <div class="section" id="release-8-0-5-2018-07-29">
37663958 <span id="release-8-0-5"></span><h2>Release 8.0.5 - 2018-07-29<a class="headerlink" href="#release-8-0-5-2018-07-29" title="Permalink to this headline">¶</a></h2>
3767 <div class="section" id="id75">
3768 <h3>Improvements<a class="headerlink" href="#id75" title="Permalink to this headline">¶</a></h3>
3959 <div class="section" id="id77">
3960 <h3>Improvements<a class="headerlink" href="#id77" title="Permalink to this headline">¶</a></h3>
37693961 <ul class="simple">
37703962 <li><p>[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a>] Added complementary explain about similar search against Japanese documents.
37713963 [GitHub#858][Patch by Yasuhiro Horimoto]</p></li>
37843976 Debian’s security and release team will no longer produce updates for jessie.</p></li>
37853977 </ul>
37863978 </div>
3787 <div class="section" id="id76">
3788 <h3>Fixes<a class="headerlink" href="#id76" title="Permalink to this headline">¶</a></h3>
3979 <div class="section" id="id78">
3980 <h3>Fixes<a class="headerlink" href="#id78" title="Permalink to this headline">¶</a></h3>
37893981 <ul class="simple">
37903982 <li><p>Fixed returning wrong result after unfinished <code class="docutils literal notranslate"><span class="pre">/d/load</span></code> data by POST.</p></li>
37913983 <li><p>Fixed wrong function call around KyTea.</p></li>
37983990 </div>
37993991 <div class="section" id="release-8-0-4-2018-06-29">
38003992 <span id="release-8-0-4"></span><h2>Release 8.0.4 - 2018-06-29<a class="headerlink" href="#release-8-0-4-2018-06-29" title="Permalink to this headline">¶</a></h2>
3801 <div class="section" id="id77">
3802 <h3>Improvements<a class="headerlink" href="#id77" title="Permalink to this headline">¶</a></h3>
3993 <div class="section" id="id79">
3994 <h3>Improvements<a class="headerlink" href="#id79" title="Permalink to this headline">¶</a></h3>
38033995 <ul class="simple">
38043996 <li><p>[log] Add sub error for error message <code class="docutils literal notranslate"><span class="pre">[ii][update][one]</span></code>.</p></li>
38053997 <li><p>Added a new API: <code class="docutils literal notranslate"><span class="pre">grn_highlighter_clear_keywords()</span></code>.</p></li>
38384030 Because it’s not completed yet.</p></li>
38394031 </ul>
38404032 </div>
3841 <div class="section" id="id78">
3842 <h3>Fixes<a class="headerlink" href="#id78" title="Permalink to this headline">¶</a></h3>
4033 <div class="section" id="id80">
4034 <h3>Fixes<a class="headerlink" href="#id80" title="Permalink to this headline">¶</a></h3>
38434035 <ul class="simple">
38444036 <li><p>[<a class="reference internal" href="reference/functions/sub_filter.html"><span class="doc">sub_filter</span></a>] Fixed too much score with a too filtered case.</p></li>
38454037 <li><p>Fixed build error if KyTea is installed.</p></li>
38594051 </div>
38604052 <div class="section" id="release-8-0-3-2018-05-29">
38614053 <span id="release-8-0-3"></span><h2>Release 8.0.3 - 2018-05-29<a class="headerlink" href="#release-8-0-3-2018-05-29" title="Permalink to this headline">¶</a></h2>
3862 <div class="section" id="id79">
3863 <h3>Improvements<a class="headerlink" href="#id79" title="Permalink to this headline">¶</a></h3>
4054 <div class="section" id="id81">
4055 <h3>Improvements<a class="headerlink" href="#id81" title="Permalink to this headline">¶</a></h3>
38644056 <ul>
38654057 <li><p>[<a class="reference internal" href="reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a>] Support highlight of results of
38664058 the search by <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code> or <code class="docutils literal notranslate"><span class="pre">TokenNgram</span></code>.</p></li>
39004092 <li><p>[httpd] Updated bundled nginx to 1.14.0.</p></li>
39014093 </ul>
39024094 </div>
3903 <div class="section" id="id80">
3904 <h3>Fixes<a class="headerlink" href="#id80" title="Permalink to this headline">¶</a></h3>
4095 <div class="section" id="id82">
4096 <h3>Fixes<a class="headerlink" href="#id82" title="Permalink to this headline">¶</a></h3>
39054097 <ul class="simple">
39064098 <li><p>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Fixed memory leak when an error occurs
39074099 in filtered dynamic columns.</p></li>
39204112 </div>
39214113 <div class="section" id="release-8-0-2-2018-04-29">
39224114 <span id="release-8-0-2"></span><h2>Release 8.0.2 - 2018-04-29<a class="headerlink" href="#release-8-0-2-2018-04-29" title="Permalink to this headline">¶</a></h2>
3923 <div class="section" id="id81">
3924 <h3>Improvements<a class="headerlink" href="#id81" title="Permalink to this headline">¶</a></h3>
4115 <div class="section" id="id83">
4116 <h3>Improvements<a class="headerlink" href="#id83" title="Permalink to this headline">¶</a></h3>
39254117 <ul>
39264118 <li><p>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>][<a class="reference internal" href="reference/executables/grndb.html#grndb-force-truncate"><span class="std std-ref">--force-truncate</span></a>] Improved
39274119 <code class="docutils literal notranslate"><span class="pre">grndb</span> <span class="pre">recover</span> <span class="pre">--force-truncate</span></code> option that it can be truncated even if
39874179 <li><p>Supported Ubuntu 18.04 (Bionic Beaver)</p></li>
39884180 </ul>
39894181 </div>
3990 <div class="section" id="id82">
3991 <h3>Fixes<a class="headerlink" href="#id82" title="Permalink to this headline">¶</a></h3>
4182 <div class="section" id="id84">
4183 <h3>Fixes<a class="headerlink" href="#id84" title="Permalink to this headline">¶</a></h3>
39924184 <ul class="simple">
39934185 <li><p>Fixed a bug that unexpected record is matched with space only query.
39944186 [groonga-dev,04609][Reported by satouyuzh]</p></li>
39984190 <li><p>Fixed a bug that it may also take so much time to change “thread_limit”.</p></li>
39994191 </ul>
40004192 </div>
4001 <div class="section" id="id83">
4002 <h3>Thanks<a class="headerlink" href="#id83" title="Permalink to this headline">¶</a></h3>
4193 <div class="section" id="id85">
4194 <h3>Thanks<a class="headerlink" href="#id85" title="Permalink to this headline">¶</a></h3>
40034195 <ul class="simple">
40044196 <li><p>satouyuzh</p></li>
40054197 </ul>
40074199 </div>
40084200 <div class="section" id="release-8-0-1-2018-03-29">
40094201 <span id="release-8-0-1"></span><h2>Release 8.0.1 - 2018-03-29<a class="headerlink" href="#release-8-0-1-2018-03-29" title="Permalink to this headline">¶</a></h2>
4010 <div class="section" id="id84">
4011 <h3>Improvements<a class="headerlink" href="#id84" title="Permalink to this headline">¶</a></h3>
4202 <div class="section" id="id86">
4203 <h3>Improvements<a class="headerlink" href="#id86" title="Permalink to this headline">¶</a></h3>
40124204 <ul>
40134205 <li><p>[<a class="reference internal" href="reference/log.html"><span class="doc">Log</span></a>] Show <code class="docutils literal notranslate"><span class="pre">filter</span></code> conditions in query log.
40144206 It’s disabled by default. To enable it, you need to set an environment
40464238 <li><p>[httpd] Updated bundled nginx to 1.13.10.</p></li>
40474239 </ul>
40484240 </div>
4049 <div class="section" id="id85">
4050 <h3>Fixes<a class="headerlink" href="#id85" title="Permalink to this headline">¶</a></h3>
4241 <div class="section" id="id87">
4242 <h3>Fixes<a class="headerlink" href="#id87" title="Permalink to this headline">¶</a></h3>
40514243 <ul class="simple">
40524244 <li><p>Fixed memory leak that occurs when a prefix query doesn’t match any token.
40534245 [GitHub#820][Patch by Naoya Murakami]</p></li>
40604252 comparison (&gt;,&gt;=,&lt;,&lt;=,==,!=).</p></li>
40614253 </ul>
40624254 </div>
4063 <div class="section" id="id86">
4064 <h3>Thanks<a class="headerlink" href="#id86" title="Permalink to this headline">¶</a></h3>
4255 <div class="section" id="id88">
4256 <h3>Thanks<a class="headerlink" href="#id88" title="Permalink to this headline">¶</a></h3>
40654257 <ul class="simple">
40664258 <li><p>Naoya Murakami</p></li>
40674259 </ul>
40714263 <span id="release-8-0-0"></span><h2>Release 8.0.0 - 2018-02-09<a class="headerlink" href="#release-8-0-0-2018-02-09" title="Permalink to this headline">¶</a></h2>
40724264 <p>This is a major version up! But It keeps backward compatibility.
40734265 You can upgrade to 8.0.0 without rebuilding database.</p>
4074 <div class="section" id="id87">
4075 <h3>Improvements<a class="headerlink" href="#id87" title="Permalink to this headline">¶</a></h3>
4266 <div class="section" id="id89">
4267 <h3>Improvements<a class="headerlink" href="#id89" title="Permalink to this headline">¶</a></h3>
40764268 <ul>
40774269 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added <code class="docutils literal notranslate"><span class="pre">--drilldown_adjuster</span></code> and
40784270 <code class="docutils literal notranslate"><span class="pre">--drilldowns[LABEL].adjuster</span></code>.
40924284 arguments are handled as the inclusive edges. [GitHub#685]</p></li>
40934285 </ul>
40944286 </div>
4095 <div class="section" id="id88">
4096 <h3>Fixes<a class="headerlink" href="#id88" title="Permalink to this headline">¶</a></h3>
4287 <div class="section" id="id90">
4288 <h3>Fixes<a class="headerlink" href="#id90" title="Permalink to this headline">¶</a></h3>
40974289 <ul class="simple">
40984290 <li><p>Fixed a memory leak for normal hash table.
40994291 [GitHub:mroonga/mroonga#190][Reported by fuku1]</p></li>
41034295 <li><p>[Windows] Fixed wrong value report on <code class="docutils literal notranslate"><span class="pre">WSASend</span></code> error.</p></li>
41044296 </ul>
41054297 </div>
4106 <div class="section" id="id89">
4107 <h3>Thanks<a class="headerlink" href="#id89" title="Permalink to this headline">¶</a></h3>
4298 <div class="section" id="id91">
4299 <h3>Thanks<a class="headerlink" href="#id91" title="Permalink to this headline">¶</a></h3>
41084300 <ul class="simple">
41094301 <li><p>fuku1</p></li>
41104302 </ul>
41124304 </div>
41134305 <div class="section" id="release-7-1-1-2018-01-29">
41144306 <span id="release-7-1-1"></span><h2>Release 7.1.1 - 2018-01-29<a class="headerlink" href="#release-7-1-1-2018-01-29" title="Permalink to this headline">¶</a></h2>
4115 <div class="section" id="id90">
4116 <h3>Improvements<a class="headerlink" href="#id90" title="Permalink to this headline">¶</a></h3>
4307 <div class="section" id="id92">
4308 <h3>Improvements<a class="headerlink" href="#id92" title="Permalink to this headline">¶</a></h3>
41174309 <ul>
41184310 <li><p>[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Dropped Ubuntu 17.04 (Zesty Zapus) support.
41194311 It has reached EOL at Jan 13, 2018.</p></li>
41534345 It’s executed after <code class="docutils literal notranslate"><span class="pre">filtered</span></code> stage generated columns are generated.</p></li>
41544346 </ul>
41554347 </div>
4156 <div class="section" id="id91">
4157 <h3>Fixes<a class="headerlink" href="#id91" title="Permalink to this headline">¶</a></h3>
4348 <div class="section" id="id93">
4349 <h3>Fixes<a class="headerlink" href="#id93" title="Permalink to this headline">¶</a></h3>
41584350 <ul class="simple">
41594351 <li><p>Reduced resource usage for creating index for reference vector.
41604352 [GitHub#806][Reported by Naoya Murakami]</p></li>
41634355 [GitHub#266]</p></li>
41644356 </ul>
41654357 </div>
4166 <div class="section" id="id92">
4167 <h3>Thanks<a class="headerlink" href="#id92" title="Permalink to this headline">¶</a></h3>
4358 <div class="section" id="id94">
4359 <h3>Thanks<a class="headerlink" href="#id94" title="Permalink to this headline">¶</a></h3>
41684360 <ul class="simple">
41694361 <li><p>付超群</p></li>
41704362 <li><p>Naoya Murakami</p></li>
41734365 </div>
41744366 <div class="section" id="release-7-1-0-2017-12-29">
41754367 <span id="release-7-1-0"></span><h2>Release 7.1.0 - 2017-12-29<a class="headerlink" href="#release-7-1-0-2017-12-29" title="Permalink to this headline">¶</a></h2>
4176 <div class="section" id="id93">
4177 <h3>Improvements<a class="headerlink" href="#id93" title="Permalink to this headline">¶</a></h3>
4368 <div class="section" id="id95">
4369 <h3>Improvements<a class="headerlink" href="#id95" title="Permalink to this headline">¶</a></h3>
41784370 <ul>
41794371 <li><p>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Improved the <code class="docutils literal notranslate"><span class="pre">load</span></code>’s
41804372 query-log format.
42464438 <li><p>[httpd] Updated bundled nginx to 1.13.8.</p></li>
42474439 </ul>
42484440 </div>
4249 <div class="section" id="id94">
4250 <h3>Fixes<a class="headerlink" href="#id94" title="Permalink to this headline">¶</a></h3>
4441 <div class="section" id="id96">
4442 <h3>Fixes<a class="headerlink" href="#id96" title="Permalink to this headline">¶</a></h3>
42514443 <ul>
42524444 <li><p>Fixed a memory leak in <code class="docutils literal notranslate"><span class="pre">highlight_full</span></code></p></li>
42534445 <li><p>Fixed a crash bug by early unlink
42624454 </li>
42634455 </ul>
42644456 </div>
4265 <div class="section" id="id95">
4266 <h3>Thanks<a class="headerlink" href="#id95" title="Permalink to this headline">¶</a></h3>
4457 <div class="section" id="id97">
4458 <h3>Thanks<a class="headerlink" href="#id97" title="Permalink to this headline">¶</a></h3>
42674459 <ul class="simple">
42684460 <li><p>takagi01</p></li>
42694461 <li><p>Naoya Murakami</p></li>
42724464 </div>
42734465 <div class="section" id="release-7-0-9-2017-11-29">
42744466 <span id="release-7-0-9"></span><h2>Release 7.0.9 - 2017-11-29<a class="headerlink" href="#release-7-0-9-2017-11-29" title="Permalink to this headline">¶</a></h2>
4275 <div class="section" id="id96">
4276 <h3>Improvements<a class="headerlink" href="#id96" title="Permalink to this headline">¶</a></h3>
4467 <div class="section" id="id98">
4468 <h3>Improvements<a class="headerlink" href="#id98" title="Permalink to this headline">¶</a></h3>
42774469 <ul class="simple">
42784470 <li><p>Supported newer version of Apache Arrow. In this release, 0.8.0 or
42794471 later is required for Apache Arrow support.</p></li>
43004492 <li><p>[httpd] Updated bundled nginx to 1.13.7.</p></li>
43014493 </ul>
43024494 </div>
4303 <div class="section" id="id97">
4304 <h3>Fixes<a class="headerlink" href="#id97" title="Permalink to this headline">¶</a></h3>
4495 <div class="section" id="id99">
4496 <h3>Fixes<a class="headerlink" href="#id99" title="Permalink to this headline">¶</a></h3>
43054497 <ul class="simple">
43064498 <li><p>[httpd] Fixed build error when old Groonga is already installed.
43074499 [GitHub#775] [Reported by myamanishi3]</p></li>
43174509 [groonga-dev,04533][Reported by Toshio Uchiyama]</p></li>
43184510 </ul>
43194511 </div>
4320 <div class="section" id="id98">
4321 <h3>Thanks<a class="headerlink" href="#id98" title="Permalink to this headline">¶</a></h3>
4512 <div class="section" id="id100">
4513 <h3>Thanks<a class="headerlink" href="#id100" title="Permalink to this headline">¶</a></h3>
43224514 <ul class="simple">
43234515 <li><p>Murata Satoshi</p></li>
43244516 <li><p>myamanishi3</p></li>
43294521 </div>
43304522 <div class="section" id="release-7-0-8-2017-10-29">
43314523 <span id="release-7-0-8"></span><h2>Release 7.0.8 - 2017-10-29<a class="headerlink" href="#release-7-0-8-2017-10-29" title="Permalink to this headline">¶</a></h2>
4332 <div class="section" id="id99">
4333 <h3>Improvements<a class="headerlink" href="#id99" title="Permalink to this headline">¶</a></h3>
4524 <div class="section" id="id101">
4525 <h3>Improvements<a class="headerlink" href="#id101" title="Permalink to this headline">¶</a></h3>
43344526 <ul class="simple">
43354527 <li><p>[windows] Supported backtrace on crash.
43364528 This feature not only function call history but also source filename
43554547 <li><p>Supported Ubuntu 17.10 (Artful Aardvark)</p></li>
43564548 </ul>
43574549 </div>
4358 <div class="section" id="id100">
4359 <h3>Fixes<a class="headerlink" href="#id100" title="Permalink to this headline">¶</a></h3>
4550 <div class="section" id="id102">
4551 <h3>Fixes<a class="headerlink" href="#id102" title="Permalink to this headline">¶</a></h3>
43604552 <ul class="simple">
43614553 <li><p>[dat] Fixed a bug that large file is created unexpectedly in the
43624554 worst case during database expansion process. This bug may occurs
43734565 </div>
43744566 <div class="section" id="release-7-0-7-2017-09-29">
43754567 <span id="release-7-0-7"></span><h2>Release 7.0.7 - 2017-09-29<a class="headerlink" href="#release-7-0-7-2017-09-29" title="Permalink to this headline">¶</a></h2>
4376 <div class="section" id="id101">
4377 <h3>Improvements<a class="headerlink" href="#id101" title="Permalink to this headline">¶</a></h3>
4568 <div class="section" id="id103">
4569 <h3>Improvements<a class="headerlink" href="#id103" title="Permalink to this headline">¶</a></h3>
43784570 <ul>
43794571 <li><p>Supported <code class="docutils literal notranslate"><span class="pre">+</span></code> only query (<code class="docutils literal notranslate"><span class="pre">--query</span> <span class="pre">&quot;+&quot;</span></code>) for
43804572 <code class="docutils literal notranslate"><span class="pre">QUERY_NO_SYNTAX_ERROR</span></code>. In the previous version, it caused an
43994591 </li>
44004592 </ul>
44014593 </div>
4402 <div class="section" id="id102">
4403 <h3>Fixes<a class="headerlink" href="#id102" title="Permalink to this headline">¶</a></h3>
4594 <div class="section" id="id104">
4595 <h3>Fixes<a class="headerlink" href="#id104" title="Permalink to this headline">¶</a></h3>
44044596 <ul>
44054597 <li><p>[windows] Fixed to clean up file handle correctly on failure when
44064598 <code class="docutils literal notranslate"><span class="pre">database_unmap</span></code> is executed. There is a case that critical
44334625 </div>
44344626 <div class="section" id="release-7-0-6-2017-08-29">
44354627 <span id="release-7-0-6"></span><h2>Release 7.0.6 - 2017-08-29<a class="headerlink" href="#release-7-0-6-2017-08-29" title="Permalink to this headline">¶</a></h2>
4436 <div class="section" id="id103">
4437 <h3>Improvements<a class="headerlink" href="#id103" title="Permalink to this headline">¶</a></h3>
4628 <div class="section" id="id105">
4629 <h3>Improvements<a class="headerlink" href="#id105" title="Permalink to this headline">¶</a></h3>
44384630 <ul class="simple">
44394631 <li><p>Supported prefix match search using multiple
44404632 indexes. (e.g. <code class="docutils literal notranslate"><span class="pre">--query</span> <span class="pre">&quot;Foo*&quot;</span> <span class="pre">--match_columns</span>
44714663 <li><p>[httpd] Updated bundled nginx to 1.13.4.</p></li>
44724664 </ul>
44734665 </div>
4474 <div class="section" id="id104">
4475 <h3>Fixes<a class="headerlink" href="#id104" title="Permalink to this headline">¶</a></h3>
4666 <div class="section" id="id106">
4667 <h3>Fixes<a class="headerlink" href="#id106" title="Permalink to this headline">¶</a></h3>
44764668 <ul class="simple">
44774669 <li><p>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Fixed a bug that the 7-th unnamed
44784670 parameter for <cite>–sort_hash_table</cite> option is ignored.</p></li>
44834675 returned syntax error. [GitHub#751] [Patch by ryo-pinus]</p></li>
44844676 </ul>
44854677 </div>
4486 <div class="section" id="id105">
4487 <h3>Thanks<a class="headerlink" href="#id105" title="Permalink to this headline">¶</a></h3>
4678 <div class="section" id="id107">
4679 <h3>Thanks<a class="headerlink" href="#id107" title="Permalink to this headline">¶</a></h3>
44884680 <ul class="simple">
44894681 <li><p>murata satoshi</p></li>
44904682 <li><p>ryo-pinus</p></li>
44934685 </div>
44944686 <div class="section" id="release-7-0-5-2017-07-29">
44954687 <span id="release-7-0-5"></span><h2>Release 7.0.5 - 2017-07-29<a class="headerlink" href="#release-7-0-5-2017-07-29" title="Permalink to this headline">¶</a></h2>
4496 <div class="section" id="id106">
4497 <h3>Improvements<a class="headerlink" href="#id106" title="Permalink to this headline">¶</a></h3>
4688 <div class="section" id="id108">
4689 <h3>Improvements<a class="headerlink" href="#id108" title="Permalink to this headline">¶</a></h3>
44984690 <ul class="simple">
44994691 <li><p>[httpd] Updated bundled nginx to 1.13.3. Note that this version
45004692 contains security fix for CVE-2017-7529.</p></li>
45374729 Yak) support. It has reached EOL at July 20, 2017.</p></li>
45384730 </ul>
45394731 </div>
4540 <div class="section" id="id107">
4541 <h3>Fixes<a class="headerlink" href="#id107" title="Permalink to this headline">¶</a></h3>
4732 <div class="section" id="id109">
4733 <h3>Fixes<a class="headerlink" href="#id109" title="Permalink to this headline">¶</a></h3>
45424734 <ul class="simple">
45434735 <li><p>Fixed to construct correct fulltext indexes against vector column
45444736 which type belongs to text family (<code class="docutils literal notranslate"><span class="pre">`ShortText</span></code> and so on). This
45524744 sozaki]</p></li>
45534745 </ul>
45544746 </div>
4555 <div class="section" id="id108">
4556 <h3>Thanks<a class="headerlink" href="#id108" title="Permalink to this headline">¶</a></h3>
4747 <div class="section" id="id110">
4748 <h3>Thanks<a class="headerlink" href="#id110" title="Permalink to this headline">¶</a></h3>
45574749 <ul class="simple">
45584750 <li><p>Naoya Murakami</p></li>
45594751 </ul>
45614753 </div>
45624754 <div class="section" id="release-7-0-4-2017-06-29">
45634755 <span id="release-7-0-4"></span><h2>Release 7.0.4 - 2017-06-29<a class="headerlink" href="#release-7-0-4-2017-06-29" title="Permalink to this headline">¶</a></h2>
4564 <div class="section" id="id109">
4565 <h3>Improvements<a class="headerlink" href="#id109" title="Permalink to this headline">¶</a></h3>
4756 <div class="section" id="id111">
4757 <h3>Improvements<a class="headerlink" href="#id111" title="Permalink to this headline">¶</a></h3>
45664758 <ul class="simple">
45674759 <li><p>Added physical create/delete operation logs to identify problem for
45684760 troubleshooting. [GitHub#700,#701]</p></li>
45904782 renamed command name from <code class="docutils literal notranslate"><span class="pre">inspect</span></code> to <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code>.</p></li>
45914783 </ul>
45924784 </div>
4593 <div class="section" id="id110">
4594 <h3>Fixes<a class="headerlink" href="#id110" title="Permalink to this headline">¶</a></h3>
4785 <div class="section" id="id112">
4786 <h3>Fixes<a class="headerlink" href="#id112" title="Permalink to this headline">¶</a></h3>
45954787 <ul class="simple">
45964788 <li><p>[rpm][centos] Fixed unexpected macro expansion problem with
45974789 customized build. This bug only affects when rebuilding Groonga SRPM
46014793 possibility of crash bug when indexes are broken. [GitHub#699]</p></li>
46024794 </ul>
46034795 </div>
4604 <div class="section" id="id111">
4605 <h3>Thanks<a class="headerlink" href="#id111" title="Permalink to this headline">¶</a></h3>
4796 <div class="section" id="id113">
4797 <h3>Thanks<a class="headerlink" href="#id113" title="Permalink to this headline">¶</a></h3>
46064798 </div>
46074799 </div>
46084800 <div class="section" id="release-7-0-3-2017-05-29">
46094801 <span id="release-7-0-3"></span><h2>Release 7.0.3 - 2017-05-29<a class="headerlink" href="#release-7-0-3-2017-05-29" title="Permalink to this headline">¶</a></h2>
4610 <div class="section" id="id112">
4611 <h3>Improvements<a class="headerlink" href="#id112" title="Permalink to this headline">¶</a></h3>
4802 <div class="section" id="id114">
4803 <h3>Improvements<a class="headerlink" href="#id114" title="Permalink to this headline">¶</a></h3>
46124804 <ul class="simple">
46134805 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Add document about
46144806 <a class="reference internal" href="tutorial/match_columns.html#full-text-search-with-specific-index-name"><span class="std std-ref">Full text search with specific index name</span></a>.</p></li>
46334825 </li>
46344826 </ul>
46354827 </div>
4636 <div class="section" id="id113">
4637 <h3>Fixes<a class="headerlink" href="#id113" title="Permalink to this headline">¶</a></h3>
4828 <div class="section" id="id115">
4829 <h3>Fixes<a class="headerlink" href="#id115" title="Permalink to this headline">¶</a></h3>
46384830 <ul class="simple">
46394831 <li><p>[<a class="reference internal" href="reference/commands/delete.html"><span class="doc">delete</span></a>] Fixed a bug that error isn’t
46404832 cleared correctly. It affects to following deletions so that it
46524844 min. [GitHub#698]</p></li>
46534845 </ul>
46544846 </div>
4655 <div class="section" id="id114">
4656 <h3>Thanks<a class="headerlink" href="#id114" title="Permalink to this headline">¶</a></h3>
4847 <div class="section" id="id116">
4848 <h3>Thanks<a class="headerlink" href="#id116" title="Permalink to this headline">¶</a></h3>
46574849 <ul class="simple">
46584850 <li><p>Sergei Golubchik</p></li>
46594851 <li><p>Naoya Murakami</p></li>
46624854 </div>
46634855 <div class="section" id="release-7-0-2-2017-04-29">
46644856 <span id="release-7-0-2"></span><h2>Release 7.0.2 - 2017-04-29<a class="headerlink" href="#release-7-0-2-2017-04-29" title="Permalink to this headline">¶</a></h2>
4665 <div class="section" id="id115">
4666 <h3>Improvements<a class="headerlink" href="#id115" title="Permalink to this headline">¶</a></h3>
4857 <div class="section" id="id117">
4858 <h3>Improvements<a class="headerlink" href="#id117" title="Permalink to this headline">¶</a></h3>
46674859 <ul class="simple">
46684860 <li><p>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Supported multiple
46694861 <a class="reference internal" href="reference/commands/logical_select.html#logical-select-drilldowns-label-columns-name-window-sort-keys"><span class="std std-ref">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></a>
46984890 support because of EOL.</p></li>
46994891 </ul>
47004892 </div>
4701 <div class="section" id="id116">
4702 <h3>Fixes<a class="headerlink" href="#id116" title="Permalink to this headline">¶</a></h3>
4893 <div class="section" id="id118">
4894 <h3>Fixes<a class="headerlink" href="#id118" title="Permalink to this headline">¶</a></h3>
47034895 <ul class="simple">
47044896 <li><p>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Fixed a bug that wrong
47054897 cache is used. This bug was occurred when dynamic column parameter
47164908 </div>
47174909 <div class="section" id="release-7-0-1-2017-03-29">
47184910 <span id="release-7-0-1"></span><h2>Release 7.0.1 - 2017-03-29<a class="headerlink" href="#release-7-0-1-2017-03-29" title="Permalink to this headline">¶</a></h2>
4719 <div class="section" id="id117">
4720 <h3>Improvements<a class="headerlink" href="#id117" title="Permalink to this headline">¶</a></h3>
4911 <div class="section" id="id119">
4912 <h3>Improvements<a class="headerlink" href="#id119" title="Permalink to this headline">¶</a></h3>
47214913 <ul class="simple">
47224914 <li><p>Exported the following API</p>
47234915 <ul>
47974989 <code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code>.</p></li>
47984990 </ul>
47994991 </div>
4800 <div class="section" id="id118">
4801 <h3>Fixes<a class="headerlink" href="#id118" title="Permalink to this headline">¶</a></h3>
4992 <div class="section" id="id120">
4993 <h3>Fixes<a class="headerlink" href="#id120" title="Permalink to this headline">¶</a></h3>
48024994 <ul class="simple">
48034995 <li><p>[<a class="reference internal" href="reference/commands/lock_clear.html"><span class="doc">lock_clear</span></a>] Fixed a crash bug against
48044996 temporary database.</p></li>
48145006 when the max number of threads is 1.</p></li>
48155007 </ul>
48165008 </div>
4817 <div class="section" id="id119">
4818 <h3>Thanks<a class="headerlink" href="#id119" title="Permalink to this headline">¶</a></h3>
5009 <div class="section" id="id121">
5010 <h3>Thanks<a class="headerlink" href="#id121" title="Permalink to this headline">¶</a></h3>
48195011 <ul class="simple">
48205012 <li><p>Gurunavi, Inc.</p></li>
48215013 </ul>
48235015 </div>
48245016 <div class="section" id="release-7-0-0-2017-02-09">
48255017 <span id="release-7-0-0"></span><h2>Release 7.0.0 - 2017-02-09<a class="headerlink" href="#release-7-0-0-2017-02-09" title="Permalink to this headline">¶</a></h2>
4826 <div class="section" id="id120">
4827 <h3>Improvements<a class="headerlink" href="#id120" title="Permalink to this headline">¶</a></h3>
5018 <div class="section" id="id122">
5019 <h3>Improvements<a class="headerlink" href="#id122" title="Permalink to this headline">¶</a></h3>
48285020 <ul class="simple">
48295021 <li><p>[<a class="reference internal" href="reference/functions/in_values.html"><span class="doc">in_values</span></a>] Supported sequential search
48305022 for reference vector column. [Patch by Naoya Murakami] [GitHub#629]</p></li>
48685060 <li><p>[httpd] Updated bundled nginx to 1.11.9.</p></li>
48695061 </ul>
48705062 </div>
4871 <div class="section" id="id121">
4872 <h3>Fixes<a class="headerlink" href="#id121" title="Permalink to this headline">¶</a></h3>
5063 <div class="section" id="id123">
5064 <h3>Fixes<a class="headerlink" href="#id123" title="Permalink to this headline">¶</a></h3>
48735065 <ul class="simple">
48745066 <li><p>Fixed a bug that nonexistent sort keys for <code class="docutils literal notranslate"><span class="pre">drilldowns[LABEL]</span></code> or
48755067 <code class="docutils literal notranslate"><span class="pre">slices[LABEL]</span></code> causes invalid JSON parse error. [Patch by Naoya
48865078 passed. [GitHub#634][Patch by Naoya Murakami]</p></li>
48875079 </ul>
48885080 </div>
4889 <div class="section" id="id122">
4890 <h3>Thanks<a class="headerlink" href="#id122" title="Permalink to this headline">¶</a></h3>
5081 <div class="section" id="id124">
5082 <h3>Thanks<a class="headerlink" href="#id124" title="Permalink to this headline">¶</a></h3>
48915083 <ul class="simple">
48925084 <li><p>Naoya Murakami</p></li>
48935085 <li><p>aomi-n</p></li>
50485240 <h3><a href="index.html">Table of Contents</a></h3>
50495241 <ul>
50505242 <li><a class="reference internal" href="#">News</a><ul>
5051 <li><a class="reference internal" href="#release-10-1-1-2021-01-25">Release 10.1.1 - 2021-01-25</a><ul>
5243 <li><a class="reference internal" href="#release-11-0-0-2021-02-09">Release 11.0.0 - 2021-02-09</a><ul>
50525244 <li><a class="reference internal" href="#improvements">Improvements</a></li>
50535245 <li><a class="reference internal" href="#fixes">Fixes</a></li>
5054 <li><a class="reference internal" href="#thanks">Thanks</a></li>
5055 </ul>
5056 </li>
5057 <li><a class="reference internal" href="#release-10-1-0-2020-12-29">Release 10.1.0 - 2020-12-29</a><ul>
5246 </ul>
5247 </li>
5248 <li><a class="reference internal" href="#release-10-1-1-2021-01-25">Release 10.1.1 - 2021-01-25</a><ul>
50585249 <li><a class="reference internal" href="#id1">Improvements</a></li>
50595250 <li><a class="reference internal" href="#id2">Fixes</a></li>
5060 <li><a class="reference internal" href="#id3">Thanks</a></li>
5251 <li><a class="reference internal" href="#thanks">Thanks</a></li>
5252 </ul>
5253 </li>
5254 <li><a class="reference internal" href="#release-10-1-0-2020-12-29">Release 10.1.0 - 2020-12-29</a><ul>
5255 <li><a class="reference internal" href="#id3">Improvements</a></li>
5256 <li><a class="reference internal" href="#id4">Fixes</a></li>
5257 <li><a class="reference internal" href="#id5">Thanks</a></li>
50615258 </ul>
50625259 </li>
50635260 <li><a class="reference internal" href="#release-10-0-9-2020-12-01">Release 10.0.9 - 2020-12-01</a><ul>
5064 <li><a class="reference internal" href="#id4">Improvements</a></li>
5065 <li><a class="reference internal" href="#id5">Fixes</a></li>
5261 <li><a class="reference internal" href="#id6">Improvements</a></li>
5262 <li><a class="reference internal" href="#id7">Fixes</a></li>
50665263 </ul>
50675264 </li>
50685265 <li><a class="reference internal" href="#release-10-0-8-2020-10-29">Release 10.0.8 - 2020-10-29</a><ul>
5069 <li><a class="reference internal" href="#id6">Improvements</a></li>
5070 <li><a class="reference internal" href="#id8">Fixes</a></li>
5071 <li><a class="reference internal" href="#id9">Thanks</a></li>
5266 <li><a class="reference internal" href="#id8">Improvements</a></li>
5267 <li><a class="reference internal" href="#id10">Fixes</a></li>
5268 <li><a class="reference internal" href="#id11">Thanks</a></li>
50725269 </ul>
50735270 </li>
50745271 <li><a class="reference internal" href="#release-10-0-7-2020-09-29">Release 10.0.7 - 2020-09-29</a><ul>
5075 <li><a class="reference internal" href="#id10">Improvements</a></li>
5076 <li><a class="reference internal" href="#id11">Fixes</a></li>
5077 </ul>
5078 </li>
5079 <li><a class="reference internal" href="#release-10-0-6-2020-08-29">Release 10.0.6 - 2020-08-29</a><ul>
50805272 <li><a class="reference internal" href="#id12">Improvements</a></li>
50815273 <li><a class="reference internal" href="#id13">Fixes</a></li>
5082 <li><a class="reference internal" href="#id14">Thanks</a></li>
5274 </ul>
5275 </li>
5276 <li><a class="reference internal" href="#release-10-0-6-2020-08-29">Release 10.0.6 - 2020-08-29</a><ul>
5277 <li><a class="reference internal" href="#id14">Improvements</a></li>
5278 <li><a class="reference internal" href="#id15">Fixes</a></li>
5279 <li><a class="reference internal" href="#id16">Thanks</a></li>
50835280 </ul>
50845281 </li>
50855282 <li><a class="reference internal" href="#release-10-0-5-2020-07-30">Release 10.0.5 - 2020-07-30</a><ul>
5086 <li><a class="reference internal" href="#id15">Improvements</a></li>
5087 <li><a class="reference internal" href="#id16">Fixes</a></li>
5088 <li><a class="reference internal" href="#id17">Thanks</a></li>
5283 <li><a class="reference internal" href="#id17">Improvements</a></li>
5284 <li><a class="reference internal" href="#id18">Fixes</a></li>
5285 <li><a class="reference internal" href="#id19">Thanks</a></li>
50895286 </ul>
50905287 </li>
50915288 <li><a class="reference internal" href="#release-10-0-4-2020-06-29">Release 10.0.4 - 2020-06-29</a><ul>
5092 <li><a class="reference internal" href="#id18">Improvements</a></li>
5093 <li><a class="reference internal" href="#id19">Fixes</a></li>
5094 <li><a class="reference internal" href="#id20">Thanks</a></li>
5289 <li><a class="reference internal" href="#id20">Improvements</a></li>
5290 <li><a class="reference internal" href="#id21">Fixes</a></li>
5291 <li><a class="reference internal" href="#id22">Thanks</a></li>
50955292 </ul>
50965293 </li>
50975294 <li><a class="reference internal" href="#release-10-0-3-2020-05-29">Release 10.0.3 - 2020-05-29</a><ul>
5098 <li><a class="reference internal" href="#id21">Improvements</a></li>
5099 <li><a class="reference internal" href="#id22">Fixes</a></li>
5100 <li><a class="reference internal" href="#id23">Thanks</a></li>
5295 <li><a class="reference internal" href="#id23">Improvements</a></li>
5296 <li><a class="reference internal" href="#id24">Fixes</a></li>
5297 <li><a class="reference internal" href="#id25">Thanks</a></li>
51015298 </ul>
51025299 </li>
51035300 <li><a class="reference internal" href="#release-10-0-2-2020-04-29">Release 10.0.2 - 2020-04-29</a><ul>
5104 <li><a class="reference internal" href="#id24">Improvements</a></li>
5105 <li><a class="reference internal" href="#id25">Fixes</a></li>
5106 <li><a class="reference internal" href="#id26">Thanks</a></li>
5301 <li><a class="reference internal" href="#id26">Improvements</a></li>
5302 <li><a class="reference internal" href="#id27">Fixes</a></li>
5303 <li><a class="reference internal" href="#id28">Thanks</a></li>
51075304 </ul>
51085305 </li>
51095306 <li><a class="reference internal" href="#release-10-0-1-2020-03-30">Release 10.0.1 - 2020-03-30</a><ul>
5110 <li><a class="reference internal" href="#id27">Fixes</a></li>
5307 <li><a class="reference internal" href="#id29">Fixes</a></li>
51115308 </ul>
51125309 </li>
51135310 <li><a class="reference internal" href="#release-10-0-0-2020-03-29">Release 10.0.0 - 2020-03-29</a><ul>
5114 <li><a class="reference internal" href="#id28">Improvements</a></li>
5311 <li><a class="reference internal" href="#id30">Improvements</a></li>
51155312 </ul>
51165313 </li>
51175314 <li><a class="reference internal" href="#release-9-1-2-2020-01-29">Release 9.1.2 - 2020-01-29</a><ul>
5118 <li><a class="reference internal" href="#id29">Improvements</a></li>
5315 <li><a class="reference internal" href="#id31">Improvements</a></li>
51195316 </ul>
51205317 </li>
51215318 <li><a class="reference internal" href="#release-9-1-1-2020-01-07">Release 9.1.1 - 2020-01-07</a><ul>
5122 <li><a class="reference internal" href="#id30">Improvements</a></li>
5319 <li><a class="reference internal" href="#id32">Improvements</a></li>
51235320 </ul>
51245321 </li>
51255322 <li><a class="reference internal" href="#release-9-1-0-2019-11-29">Release 9.1.0 - 2019-11-29</a><ul>
5126 <li><a class="reference internal" href="#id31">Improvements</a></li>
5127 <li><a class="reference internal" href="#id32">Fixes</a></li>
5128 <li><a class="reference internal" href="#id33">Thanks</a></li>
5323 <li><a class="reference internal" href="#id33">Improvements</a></li>
5324 <li><a class="reference internal" href="#id34">Fixes</a></li>
5325 <li><a class="reference internal" href="#id35">Thanks</a></li>
51295326 </ul>
51305327 </li>
51315328 <li><a class="reference internal" href="#release-9-0-9-2019-10-30">Release 9.0.9 - 2019-10-30</a><ul>
5132 <li><a class="reference internal" href="#id34">Improvements</a></li>
5133 <li><a class="reference internal" href="#id35">Fixes</a></li>
5134 <li><a class="reference internal" href="#id36">Thanks</a></li>
5329 <li><a class="reference internal" href="#id36">Improvements</a></li>
5330 <li><a class="reference internal" href="#id37">Fixes</a></li>
5331 <li><a class="reference internal" href="#id38">Thanks</a></li>
51355332 </ul>
51365333 </li>
51375334 <li><a class="reference internal" href="#release-9-0-8-2019-09-27">Release 9.0.8 - 2019-09-27</a><ul>
5138 <li><a class="reference internal" href="#id37">Improvements</a></li>
5139 <li><a class="reference internal" href="#id38">Fixes</a></li>
5140 </ul>
5141 </li>
5142 <li><a class="reference internal" href="#release-9-0-7-2019-08-29">Release 9.0.7 - 2019-08-29</a><ul>
51435335 <li><a class="reference internal" href="#id39">Improvements</a></li>
51445336 <li><a class="reference internal" href="#id40">Fixes</a></li>
5145 <li><a class="reference internal" href="#id41">Thanks</a></li>
5337 </ul>
5338 </li>
5339 <li><a class="reference internal" href="#release-9-0-7-2019-08-29">Release 9.0.7 - 2019-08-29</a><ul>
5340 <li><a class="reference internal" href="#id41">Improvements</a></li>
5341 <li><a class="reference internal" href="#id42">Fixes</a></li>
5342 <li><a class="reference internal" href="#id43">Thanks</a></li>
51465343 </ul>
51475344 </li>
51485345 <li><a class="reference internal" href="#release-9-0-6-2019-08-05">Release 9.0.6 - 2019-08-05</a><ul>
5149 <li><a class="reference internal" href="#id42">Improvements</a></li>
5150 <li><a class="reference internal" href="#id43">Fixes</a></li>
5151 <li><a class="reference internal" href="#id44">Thanks</a></li>
5346 <li><a class="reference internal" href="#id44">Improvements</a></li>
5347 <li><a class="reference internal" href="#id45">Fixes</a></li>
5348 <li><a class="reference internal" href="#id46">Thanks</a></li>
51525349 </ul>
51535350 </li>
51545351 <li><a class="reference internal" href="#release-9-0-5-2019-07-30">Release 9.0.5 - 2019-07-30</a><ul>
5155 <li><a class="reference internal" href="#id45">Improvements</a></li>
5156 <li><a class="reference internal" href="#id46">Fixes</a></li>
5157 <li><a class="reference internal" href="#id47">Thanks</a></li>
5352 <li><a class="reference internal" href="#id47">Improvements</a></li>
5353 <li><a class="reference internal" href="#id48">Fixes</a></li>
5354 <li><a class="reference internal" href="#id49">Thanks</a></li>
51585355 </ul>
51595356 </li>
51605357 <li><a class="reference internal" href="#release-9-0-4-2019-06-29">Release 9.0.4 - 2019-06-29</a><ul>
5161 <li><a class="reference internal" href="#id48">Improvements</a></li>
5162 <li><a class="reference internal" href="#id49">Fixes</a></li>
5163 <li><a class="reference internal" href="#id50">Thanks</a></li>
5358 <li><a class="reference internal" href="#id50">Improvements</a></li>
5359 <li><a class="reference internal" href="#id51">Fixes</a></li>
5360 <li><a class="reference internal" href="#id52">Thanks</a></li>
51645361 </ul>
51655362 </li>
51665363 <li><a class="reference internal" href="#release-9-0-3-2019-05-29">Release 9.0.3 - 2019-05-29</a><ul>
5167 <li><a class="reference internal" href="#id51">Improvements</a></li>
5168 <li><a class="reference internal" href="#id52">Fixes</a></li>
5169 <li><a class="reference internal" href="#id53">Thanks</a></li>
5364 <li><a class="reference internal" href="#id53">Improvements</a></li>
5365 <li><a class="reference internal" href="#id54">Fixes</a></li>
5366 <li><a class="reference internal" href="#id55">Thanks</a></li>
51705367 </ul>
51715368 </li>
51725369 <li><a class="reference internal" href="#release-9-0-2-2019-04-29">Release 9.0.2 - 2019-04-29</a><ul>
5173 <li><a class="reference internal" href="#id54">Improvements</a></li>
5174 <li><a class="reference internal" href="#id55">Fixes</a></li>
5175 <li><a class="reference internal" href="#id56">Thanks</a></li>
5370 <li><a class="reference internal" href="#id56">Improvements</a></li>
5371 <li><a class="reference internal" href="#id57">Fixes</a></li>
5372 <li><a class="reference internal" href="#id58">Thanks</a></li>
51765373 </ul>
51775374 </li>
51785375 <li><a class="reference internal" href="#release-9-0-1-2019-03-29">Release 9.0.1 - 2019-03-29</a><ul>
5179 <li><a class="reference internal" href="#id57">Improvements</a></li>
5180 <li><a class="reference internal" href="#id58">Fixes</a></li>
5181 <li><a class="reference internal" href="#id59">Thanks</a></li>
5376 <li><a class="reference internal" href="#id59">Improvements</a></li>
5377 <li><a class="reference internal" href="#id60">Fixes</a></li>
5378 <li><a class="reference internal" href="#id61">Thanks</a></li>
51825379 </ul>
51835380 </li>
51845381 <li><a class="reference internal" href="#release-9-0-0-2019-02-09">Release 9.0.0 - 2019-02-09</a><ul>
5185 <li><a class="reference internal" href="#id60">Improvements</a></li>
5382 <li><a class="reference internal" href="#id62">Improvements</a></li>
51865383 </ul>
51875384 </li>
51885385 <li><a class="reference internal" href="#release-8-1-1-2019-01-29">Release 8.1.1 - 2019-01-29</a><ul>
5189 <li><a class="reference internal" href="#id61">Improvements</a></li>
5190 <li><a class="reference internal" href="#id62">Fixes</a></li>
5191 </ul>
5192 </li>
5193 <li><a class="reference internal" href="#release-8-1-0-2018-12-29">Release 8.1.0 - 2018-12-29</a><ul>
51945386 <li><a class="reference internal" href="#id63">Improvements</a></li>
51955387 <li><a class="reference internal" href="#id64">Fixes</a></li>
51965388 </ul>
51975389 </li>
5198 <li><a class="reference internal" href="#release-8-0-9-2018-11-29">Release 8.0.9 - 2018-11-29</a><ul>
5390 <li><a class="reference internal" href="#release-8-1-0-2018-12-29">Release 8.1.0 - 2018-12-29</a><ul>
51995391 <li><a class="reference internal" href="#id65">Improvements</a></li>
52005392 <li><a class="reference internal" href="#id66">Fixes</a></li>
5201 <li><a class="reference internal" href="#id67">Thanks</a></li>
5393 </ul>
5394 </li>
5395 <li><a class="reference internal" href="#release-8-0-9-2018-11-29">Release 8.0.9 - 2018-11-29</a><ul>
5396 <li><a class="reference internal" href="#id67">Improvements</a></li>
5397 <li><a class="reference internal" href="#id68">Fixes</a></li>
5398 <li><a class="reference internal" href="#id69">Thanks</a></li>
52025399 </ul>
52035400 </li>
52045401 <li><a class="reference internal" href="#release-8-0-8-2018-10-29">Release 8.0.8 - 2018-10-29</a><ul>
5205 <li><a class="reference internal" href="#id68">Improvements</a></li>
5206 <li><a class="reference internal" href="#id69">Fixes</a></li>
5207 <li><a class="reference internal" href="#id70">Thanks</a></li>
5402 <li><a class="reference internal" href="#id70">Improvements</a></li>
5403 <li><a class="reference internal" href="#id71">Fixes</a></li>
5404 <li><a class="reference internal" href="#id72">Thanks</a></li>
52085405 </ul>
52095406 </li>
52105407 <li><a class="reference internal" href="#release-8-0-7-2018-09-29">Release 8.0.7 - 2018-09-29</a><ul>
5211 <li><a class="reference internal" href="#id71">Improvements</a></li>
5212 <li><a class="reference internal" href="#id72">Fixes</a></li>
5213 </ul>
5214 </li>
5215 <li><a class="reference internal" href="#release-8-0-6-2018-08-29">Release 8.0.6 - 2018-08-29</a><ul>
52165408 <li><a class="reference internal" href="#id73">Improvements</a></li>
52175409 <li><a class="reference internal" href="#id74">Fixes</a></li>
52185410 </ul>
52195411 </li>
5220 <li><a class="reference internal" href="#release-8-0-5-2018-07-29">Release 8.0.5 - 2018-07-29</a><ul>
5412 <li><a class="reference internal" href="#release-8-0-6-2018-08-29">Release 8.0.6 - 2018-08-29</a><ul>
52215413 <li><a class="reference internal" href="#id75">Improvements</a></li>
52225414 <li><a class="reference internal" href="#id76">Fixes</a></li>
52235415 </ul>
52245416 </li>
5225 <li><a class="reference internal" href="#release-8-0-4-2018-06-29">Release 8.0.4 - 2018-06-29</a><ul>
5417 <li><a class="reference internal" href="#release-8-0-5-2018-07-29">Release 8.0.5 - 2018-07-29</a><ul>
52265418 <li><a class="reference internal" href="#id77">Improvements</a></li>
52275419 <li><a class="reference internal" href="#id78">Fixes</a></li>
52285420 </ul>
52295421 </li>
5230 <li><a class="reference internal" href="#release-8-0-3-2018-05-29">Release 8.0.3 - 2018-05-29</a><ul>
5422 <li><a class="reference internal" href="#release-8-0-4-2018-06-29">Release 8.0.4 - 2018-06-29</a><ul>
52315423 <li><a class="reference internal" href="#id79">Improvements</a></li>
52325424 <li><a class="reference internal" href="#id80">Fixes</a></li>
52335425 </ul>
52345426 </li>
5235 <li><a class="reference internal" href="#release-8-0-2-2018-04-29">Release 8.0.2 - 2018-04-29</a><ul>
5427 <li><a class="reference internal" href="#release-8-0-3-2018-05-29">Release 8.0.3 - 2018-05-29</a><ul>
52365428 <li><a class="reference internal" href="#id81">Improvements</a></li>
52375429 <li><a class="reference internal" href="#id82">Fixes</a></li>
5238 <li><a class="reference internal" href="#id83">Thanks</a></li>
5430 </ul>
5431 </li>
5432 <li><a class="reference internal" href="#release-8-0-2-2018-04-29">Release 8.0.2 - 2018-04-29</a><ul>
5433 <li><a class="reference internal" href="#id83">Improvements</a></li>
5434 <li><a class="reference internal" href="#id84">Fixes</a></li>
5435 <li><a class="reference internal" href="#id85">Thanks</a></li>
52395436 </ul>
52405437 </li>
52415438 <li><a class="reference internal" href="#release-8-0-1-2018-03-29">Release 8.0.1 - 2018-03-29</a><ul>
5242 <li><a class="reference internal" href="#id84">Improvements</a></li>
5243 <li><a class="reference internal" href="#id85">Fixes</a></li>
5244 <li><a class="reference internal" href="#id86">Thanks</a></li>
5439 <li><a class="reference internal" href="#id86">Improvements</a></li>
5440 <li><a class="reference internal" href="#id87">Fixes</a></li>
5441 <li><a class="reference internal" href="#id88">Thanks</a></li>
52455442 </ul>
52465443 </li>
52475444 <li><a class="reference internal" href="#release-8-0-0-2018-02-09">Release 8.0.0 - 2018-02-09</a><ul>
5248 <li><a class="reference internal" href="#id87">Improvements</a></li>
5249 <li><a class="reference internal" href="#id88">Fixes</a></li>
5250 <li><a class="reference internal" href="#id89">Thanks</a></li>
5445 <li><a class="reference internal" href="#id89">Improvements</a></li>
5446 <li><a class="reference internal" href="#id90">Fixes</a></li>
5447 <li><a class="reference internal" href="#id91">Thanks</a></li>
52515448 </ul>
52525449 </li>
52535450 <li><a class="reference internal" href="#release-7-1-1-2018-01-29">Release 7.1.1 - 2018-01-29</a><ul>
5254 <li><a class="reference internal" href="#id90">Improvements</a></li>
5255 <li><a class="reference internal" href="#id91">Fixes</a></li>
5256 <li><a class="reference internal" href="#id92">Thanks</a></li>
5451 <li><a class="reference internal" href="#id92">Improvements</a></li>
5452 <li><a class="reference internal" href="#id93">Fixes</a></li>
5453 <li><a class="reference internal" href="#id94">Thanks</a></li>
52575454 </ul>
52585455 </li>
52595456 <li><a class="reference internal" href="#release-7-1-0-2017-12-29">Release 7.1.0 - 2017-12-29</a><ul>
5260 <li><a class="reference internal" href="#id93">Improvements</a></li>
5261 <li><a class="reference internal" href="#id94">Fixes</a></li>
5262 <li><a class="reference internal" href="#id95">Thanks</a></li>
5457 <li><a class="reference internal" href="#id95">Improvements</a></li>
5458 <li><a class="reference internal" href="#id96">Fixes</a></li>
5459 <li><a class="reference internal" href="#id97">Thanks</a></li>
52635460 </ul>
52645461 </li>
52655462 <li><a class="reference internal" href="#release-7-0-9-2017-11-29">Release 7.0.9 - 2017-11-29</a><ul>
5266 <li><a class="reference internal" href="#id96">Improvements</a></li>
5267 <li><a class="reference internal" href="#id97">Fixes</a></li>
5268 <li><a class="reference internal" href="#id98">Thanks</a></li>
5463 <li><a class="reference internal" href="#id98">Improvements</a></li>
5464 <li><a class="reference internal" href="#id99">Fixes</a></li>
5465 <li><a class="reference internal" href="#id100">Thanks</a></li>
52695466 </ul>
52705467 </li>
52715468 <li><a class="reference internal" href="#release-7-0-8-2017-10-29">Release 7.0.8 - 2017-10-29</a><ul>
5272 <li><a class="reference internal" href="#id99">Improvements</a></li>
5273 <li><a class="reference internal" href="#id100">Fixes</a></li>
5274 </ul>
5275 </li>
5276 <li><a class="reference internal" href="#release-7-0-7-2017-09-29">Release 7.0.7 - 2017-09-29</a><ul>
52775469 <li><a class="reference internal" href="#id101">Improvements</a></li>
52785470 <li><a class="reference internal" href="#id102">Fixes</a></li>
52795471 </ul>
52805472 </li>
5281 <li><a class="reference internal" href="#release-7-0-6-2017-08-29">Release 7.0.6 - 2017-08-29</a><ul>
5473 <li><a class="reference internal" href="#release-7-0-7-2017-09-29">Release 7.0.7 - 2017-09-29</a><ul>
52825474 <li><a class="reference internal" href="#id103">Improvements</a></li>
52835475 <li><a class="reference internal" href="#id104">Fixes</a></li>
5284 <li><a class="reference internal" href="#id105">Thanks</a></li>
5476 </ul>
5477 </li>
5478 <li><a class="reference internal" href="#release-7-0-6-2017-08-29">Release 7.0.6 - 2017-08-29</a><ul>
5479 <li><a class="reference internal" href="#id105">Improvements</a></li>
5480 <li><a class="reference internal" href="#id106">Fixes</a></li>
5481 <li><a class="reference internal" href="#id107">Thanks</a></li>
52855482 </ul>
52865483 </li>
52875484 <li><a class="reference internal" href="#release-7-0-5-2017-07-29">Release 7.0.5 - 2017-07-29</a><ul>
5288 <li><a class="reference internal" href="#id106">Improvements</a></li>
5289 <li><a class="reference internal" href="#id107">Fixes</a></li>
5290 <li><a class="reference internal" href="#id108">Thanks</a></li>
5485 <li><a class="reference internal" href="#id108">Improvements</a></li>
5486 <li><a class="reference internal" href="#id109">Fixes</a></li>
5487 <li><a class="reference internal" href="#id110">Thanks</a></li>
52915488 </ul>
52925489 </li>
52935490 <li><a class="reference internal" href="#release-7-0-4-2017-06-29">Release 7.0.4 - 2017-06-29</a><ul>
5294 <li><a class="reference internal" href="#id109">Improvements</a></li>
5295 <li><a class="reference internal" href="#id110">Fixes</a></li>
5296 <li><a class="reference internal" href="#id111">Thanks</a></li>
5491 <li><a class="reference internal" href="#id111">Improvements</a></li>
5492 <li><a class="reference internal" href="#id112">Fixes</a></li>
5493 <li><a class="reference internal" href="#id113">Thanks</a></li>
52975494 </ul>
52985495 </li>
52995496 <li><a class="reference internal" href="#release-7-0-3-2017-05-29">Release 7.0.3 - 2017-05-29</a><ul>
5300 <li><a class="reference internal" href="#id112">Improvements</a></li>
5301 <li><a class="reference internal" href="#id113">Fixes</a></li>
5302 <li><a class="reference internal" href="#id114">Thanks</a></li>
5497 <li><a class="reference internal" href="#id114">Improvements</a></li>
5498 <li><a class="reference internal" href="#id115">Fixes</a></li>
5499 <li><a class="reference internal" href="#id116">Thanks</a></li>
53035500 </ul>
53045501 </li>
53055502 <li><a class="reference internal" href="#release-7-0-2-2017-04-29">Release 7.0.2 - 2017-04-29</a><ul>
5306 <li><a class="reference internal" href="#id115">Improvements</a></li>
5307 <li><a class="reference internal" href="#id116">Fixes</a></li>
5308 </ul>
5309 </li>
5310 <li><a class="reference internal" href="#release-7-0-1-2017-03-29">Release 7.0.1 - 2017-03-29</a><ul>
53115503 <li><a class="reference internal" href="#id117">Improvements</a></li>
53125504 <li><a class="reference internal" href="#id118">Fixes</a></li>
5313 <li><a class="reference internal" href="#id119">Thanks</a></li>
5505 </ul>
5506 </li>
5507 <li><a class="reference internal" href="#release-7-0-1-2017-03-29">Release 7.0.1 - 2017-03-29</a><ul>
5508 <li><a class="reference internal" href="#id119">Improvements</a></li>
5509 <li><a class="reference internal" href="#id120">Fixes</a></li>
5510 <li><a class="reference internal" href="#id121">Thanks</a></li>
53145511 </ul>
53155512 </li>
53165513 <li><a class="reference internal" href="#release-7-0-0-2017-02-09">Release 7.0.0 - 2017-02-09</a><ul>
5317 <li><a class="reference internal" href="#id120">Improvements</a></li>
5318 <li><a class="reference internal" href="#id121">Fixes</a></li>
5319 <li><a class="reference internal" href="#id122">Thanks</a></li>
5514 <li><a class="reference internal" href="#id122">Improvements</a></li>
5515 <li><a class="reference internal" href="#id123">Fixes</a></li>
5516 <li><a class="reference internal" href="#id124">Thanks</a></li>
53205517 </ul>
53215518 </li>
53225519 <li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
53445541 <li class="right" style="margin-right: 10px">
53455542 <a href="genindex.html" title="General Index"
53465543 >index</a></li>
5347 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
5544 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
53485545 <li class="nav-item nav-item-this"><a href="">News</a></li>
53495546 </ul>
53505547 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.19. Alias &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.19. Alias &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="configuration.html" title="7.18. Configuration"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.19. </span>Alias</a></li>
5656 </ul>
417417 <li class="right" >
418418 <a href="configuration.html" title="7.18. Configuration"
419419 >previous</a> |</li>
420 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
420 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
421421 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
422422 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.19. </span>Alias</a></li>
423423 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.2. Global configurations &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.2. Global configurations &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="overview.html" title="7.25.1. Overview"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.2. </span>Global configurations</a></li>
168168 <li class="right" >
169169 <a href="overview.html" title="7.25.1. Overview"
170170 >previous</a> |</li>
171 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
171 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
172172 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
173173 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
174174 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.2. </span>Global configurations</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.4. grn_cache &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.4. grn_cache &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="plugin.html" title="7.25.3. Plugin"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.4. </span><code class="docutils literal notranslate"><span class="pre">grn_cache</span></code></a></li>
270270 <li class="right" >
271271 <a href="plugin.html" title="7.25.3. Plugin"
272272 >previous</a> |</li>
273 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
273 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
274274 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
275275 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
276276 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.4. </span><code class="docutils literal notranslate"><span class="pre">grn_cache</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.5. grn_column &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.5. grn_column &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_cache.html" title="7.25.4. grn_cache"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.5. </span><code class="docutils literal notranslate"><span class="pre">grn_column</span></code></a></li>
358358 <li class="right" >
359359 <a href="grn_cache.html" title="7.25.4. grn_cache"
360360 >previous</a> |</li>
361 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
361 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
362362 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
363363 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
364364 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.5. </span><code class="docutils literal notranslate"><span class="pre">grn_column</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.6. grn_command_version &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.6. grn_command_version &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_column.html" title="7.25.5. grn_column"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.6. </span><code class="docutils literal notranslate"><span class="pre">grn_command_version</span></code></a></li>
165165 <li class="right" >
166166 <a href="grn_column.html" title="7.25.5. grn_column"
167167 >previous</a> |</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
169169 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
170170 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
171171 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.6. </span><code class="docutils literal notranslate"><span class="pre">grn_command_version</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.7. grn_content_type &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.7. grn_content_type &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_command_version.html" title="7.25.6. grn_command_version"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.7. </span><code class="docutils literal notranslate"><span class="pre">grn_content_type</span></code></a></li>
144144 <li class="right" >
145145 <a href="grn_command_version.html" title="7.25.6. grn_command_version"
146146 >previous</a> |</li>
147 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
147 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
148148 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
149149 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
150150 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.7. </span><code class="docutils literal notranslate"><span class="pre">grn_content_type</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.8. grn_ctx &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.8. grn_ctx &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_content_type.html" title="7.25.7. grn_content_type"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.8. </span><code class="docutils literal notranslate"><span class="pre">grn_ctx</span></code></a></li>
408408 <li class="right" >
409409 <a href="grn_content_type.html" title="7.25.7. grn_content_type"
410410 >previous</a> |</li>
411 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
411 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
412412 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
413413 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
414414 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.8. </span><code class="docutils literal notranslate"><span class="pre">grn_ctx</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.9. grn_db &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.9. grn_db &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_ctx.html" title="7.25.8. grn_ctx"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.9. </span><code class="docutils literal notranslate"><span class="pre">grn_db</span></code></a></li>
293293 <li class="right" >
294294 <a href="grn_ctx.html" title="7.25.8. grn_ctx"
295295 >previous</a> |</li>
296 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
296 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
297297 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
298298 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
299299 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.9. </span><code class="docutils literal notranslate"><span class="pre">grn_db</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.10. grn_encoding &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.10. grn_encoding &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_db.html" title="7.25.9. grn_db"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.10. </span><code class="docutils literal notranslate"><span class="pre">grn_encoding</span></code></a></li>
179179 <li class="right" >
180180 <a href="grn_db.html" title="7.25.9. grn_db"
181181 >previous</a> |</li>
182 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
182 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
183183 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
184184 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
185185 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.10. </span><code class="docutils literal notranslate"><span class="pre">grn_encoding</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.11. grn_expr &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.11. grn_expr &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_encoding.html" title="7.25.10. grn_encoding"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.11. </span>grn_expr</a></li>
306306 <li class="right" >
307307 <a href="grn_encoding.html" title="7.25.10. grn_encoding"
308308 >previous</a> |</li>
309 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
309 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
310310 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
311311 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
312312 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.11. </span>grn_expr</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.12. grn_geo &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.12. grn_geo &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_expr.html" title="7.25.11. grn_expr"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.12. </span><code class="docutils literal notranslate"><span class="pre">grn_geo</span></code></a></li>
193193 <li class="right" >
194194 <a href="grn_expr.html" title="7.25.11. grn_expr"
195195 >previous</a> |</li>
196 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
196 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
197197 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
198198 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
199199 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.12. </span><code class="docutils literal notranslate"><span class="pre">grn_geo</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.13. grn_hook &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.13. grn_hook &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_geo.html" title="7.25.12. grn_geo"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.13. </span><code class="docutils literal notranslate"><span class="pre">grn_hook</span></code></a></li>
200200 <li class="right" >
201201 <a href="grn_geo.html" title="7.25.12. grn_geo"
202202 >previous</a> |</li>
203 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
203 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
204204 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
205205 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
206206 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.13. </span><code class="docutils literal notranslate"><span class="pre">grn_hook</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.14. grn_ii &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.14. grn_ii &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_hook.html" title="7.25.13. grn_hook"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.14. </span><code class="docutils literal notranslate"><span class="pre">grn_ii</span></code></a></li>
158158 <li class="right" >
159159 <a href="grn_hook.html" title="7.25.13. grn_hook"
160160 >previous</a> |</li>
161 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
161 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
162162 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
163163 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
164164 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.14. </span><code class="docutils literal notranslate"><span class="pre">grn_ii</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.15. grn_index_cursor &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.15. grn_index_cursor &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_ii.html" title="7.25.14. grn_ii"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.15. </span><code class="docutils literal notranslate"><span class="pre">grn_index_cursor</span></code></a></li>
160160 <li class="right" >
161161 <a href="grn_ii.html" title="7.25.14. grn_ii"
162162 >previous</a> |</li>
163 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
163 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
164164 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
165165 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
166166 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.15. </span><code class="docutils literal notranslate"><span class="pre">grn_index_cursor</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.16. grn_info &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.16. grn_info &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_index_cursor.html" title="7.25.15. grn_index_cursor"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.16. </span><code class="docutils literal notranslate"><span class="pre">grn_info</span></code></a></li>
193193 <li class="right" >
194194 <a href="grn_index_cursor.html" title="7.25.15. grn_index_cursor"
195195 >previous</a> |</li>
196 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
196 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
197197 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
198198 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
199199 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.16. </span><code class="docutils literal notranslate"><span class="pre">grn_info</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.17. grn_inspect &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.17. grn_inspect &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_info.html" title="7.25.16. grn_info"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.17. </span><code class="docutils literal notranslate"><span class="pre">grn_inspect</span></code></a></li>
485485 <li class="right" >
486486 <a href="grn_info.html" title="7.25.16. grn_info"
487487 >previous</a> |</li>
488 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
488 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
489489 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
490490 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
491491 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.17. </span><code class="docutils literal notranslate"><span class="pre">grn_inspect</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.18. grn_match_escalation &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.18. grn_match_escalation &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_inspect.html" title="7.25.17. grn_inspect"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.18. </span><code class="docutils literal notranslate"><span class="pre">grn_match_escalation</span></code></a></li>
164164 <li class="right" >
165165 <a href="grn_inspect.html" title="7.25.17. grn_inspect"
166166 >previous</a> |</li>
167 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
167 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
168168 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
169169 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
170170 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.18. </span><code class="docutils literal notranslate"><span class="pre">grn_match_escalation</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.19. grn_obj &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.19. grn_obj &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_match_escalation.html" title="7.25.18. grn_match_escalation"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.19. </span><code class="docutils literal notranslate"><span class="pre">grn_obj</span></code></a></li>
597597 <li class="right" >
598598 <a href="grn_match_escalation.html" title="7.25.18. grn_match_escalation"
599599 >previous</a> |</li>
600 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
600 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
601601 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
602602 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
603603 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.19. </span><code class="docutils literal notranslate"><span class="pre">grn_obj</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.20. grn_proc &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.20. grn_proc &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_obj.html" title="7.25.19. grn_obj"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.20. </span><code class="docutils literal notranslate"><span class="pre">grn_proc</span></code></a></li>
187187 <li class="right" >
188188 <a href="grn_obj.html" title="7.25.19. grn_obj"
189189 >previous</a> |</li>
190 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
190 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
191191 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
192192 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
193193 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.20. </span><code class="docutils literal notranslate"><span class="pre">grn_proc</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.21. grn_search &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.21. grn_search &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_proc.html" title="7.25.20. grn_proc"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.21. </span><code class="docutils literal notranslate"><span class="pre">grn_search</span></code></a></li>
148148 <li class="right" >
149149 <a href="grn_proc.html" title="7.25.20. grn_proc"
150150 >previous</a> |</li>
151 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
151 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
152152 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
153153 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
154154 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.21. </span><code class="docutils literal notranslate"><span class="pre">grn_search</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.22. grn_table &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.22. grn_table &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_search.html" title="7.25.21. grn_search"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.22. </span><code class="docutils literal notranslate"><span class="pre">grn_table</span></code></a></li>
446446 <li class="right" >
447447 <a href="grn_search.html" title="7.25.21. grn_search"
448448 >previous</a> |</li>
449 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
449 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
450450 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
451451 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
452452 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.22. </span><code class="docutils literal notranslate"><span class="pre">grn_table</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.23. grn_table_cursor &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.23. grn_table_cursor &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_table.html" title="7.25.22. grn_table"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.23. </span><code class="docutils literal notranslate"><span class="pre">grn_table_cursor</span></code></a></li>
261261 <li class="right" >
262262 <a href="grn_table.html" title="7.25.22. grn_table"
263263 >previous</a> |</li>
264 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
264 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
265265 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
266266 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
267267 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.23. </span><code class="docutils literal notranslate"><span class="pre">grn_table_cursor</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.24. grn_thread_* &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.24. grn_thread_* &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_table_cursor.html" title="7.25.23. grn_table_cursor"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.24. </span><code class="docutils literal notranslate"><span class="pre">grn_thread_*</span></code></a></li>
251251 <li class="right" >
252252 <a href="grn_table_cursor.html" title="7.25.23. grn_table_cursor"
253253 >previous</a> |</li>
254 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
254 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
255255 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
256256 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
257257 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.24. </span><code class="docutils literal notranslate"><span class="pre">grn_thread_*</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.25. grn_type &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.25. grn_type &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_thread.html" title="7.25.24. grn_thread_*"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.25. </span><code class="docutils literal notranslate"><span class="pre">grn_type</span></code></a></li>
147147 <li class="right" >
148148 <a href="grn_thread.html" title="7.25.24. grn_thread_*"
149149 >previous</a> |</li>
150 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
150 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
151151 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
152152 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
153153 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.25. </span><code class="docutils literal notranslate"><span class="pre">grn_type</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.26. grn_user_data &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.26. grn_user_data &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_type.html" title="7.25.25. grn_type"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.26. </span><code class="docutils literal notranslate"><span class="pre">grn_user_data</span></code></a></li>
145145 <li class="right" >
146146 <a href="grn_type.html" title="7.25.25. grn_type"
147147 >previous</a> |</li>
148 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
148 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
149149 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
150150 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
151151 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.26. </span><code class="docutils literal notranslate"><span class="pre">grn_user_data</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.1. Overview &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.1. Overview &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../api.html" title="7.25. API"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.1. </span>Overview</a></li>
168168 <li class="right" >
169169 <a href="../api.html" title="7.25. API"
170170 >previous</a> |</li>
171 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
171 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
172172 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
173173 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
174174 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.1. </span>Overview</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.3. Plugin &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25.3. Plugin &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="global_configurations.html" title="7.25.2. Global configurations"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.3. </span>Plugin</a></li>
339339 <li class="right" >
340340 <a href="global_configurations.html" title="7.25.2. Global configurations"
341341 >previous</a> |</li>
342 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
342 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
343343 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
344344 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
345345 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.3. </span>Plugin</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25. API &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.25. API &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="tuning.html" title="7.24. Tuning"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25. </span>API</a></li>
5656 </ul>
136136 <li class="right" >
137137 <a href="tuning.html" title="7.24. Tuning"
138138 >previous</a> |</li>
139 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
139 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
140140 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
141141 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25. </span>API</a></li>
142142 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.12. Cast &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.12. Cast &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="scorers/scorer_tf_idf.html" title="7.11.3.2. scorer_tf_idf"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.12. </span>Cast</a></li>
5656 </ul>
105105 <li class="right" >
106106 <a href="scorers/scorer_tf_idf.html" title="7.11.3.2. scorer_tf_idf"
107107 >previous</a> |</li>
108 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
108 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
109109 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
110110 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.12. </span>Cast</a></li>
111111 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.6. Column &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.6. Column &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="tables.html" title="7.5. Tables"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6. </span>Column</a></li>
5656 </ul>
125125 <li class="right" >
126126 <a href="tables.html" title="7.5. Tables"
127127 >previous</a> |</li>
128 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
128 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
129129 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
130130 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6. </span>Column</a></li>
131131 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.6.4. Index column &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.6.4. Index column &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="pseudo.html" title="7.6.3. Pseudo column"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../column.html" accesskey="U"><span class="section-number">7.6. </span>Column</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.4. </span>Index column</a></li>
122122 <li class="right" >
123123 <a href="pseudo.html" title="7.6.3. Pseudo column"
124124 >previous</a> |</li>
125 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
125 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
126126 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
127127 <li class="nav-item nav-item-2"><a href="../column.html" ><span class="section-number">7.6. </span>Column</a> &#187;</li>
128128 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.4. </span>Index column</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.6.3. Pseudo column &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.6.3. Pseudo column &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="vector.html" title="7.6.2. Vector column"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../column.html" accesskey="U"><span class="section-number">7.6. </span>Column</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.3. </span>Pseudo column</a></li>
144144 <li class="right" >
145145 <a href="vector.html" title="7.6.2. Vector column"
146146 >previous</a> |</li>
147 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
147 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
148148 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
149149 <li class="nav-item nav-item-2"><a href="../column.html" ><span class="section-number">7.6. </span>Column</a> &#187;</li>
150150 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.3. </span>Pseudo column</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.6.1. Scalar column &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.6.1. Scalar column &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../column.html" title="7.6. Column"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../column.html" accesskey="U"><span class="section-number">7.6. </span>Column</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.1. </span>Scalar column</a></li>
122122 <li class="right" >
123123 <a href="../column.html" title="7.6. Column"
124124 >previous</a> |</li>
125 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
125 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
126126 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
127127 <li class="nav-item nav-item-2"><a href="../column.html" ><span class="section-number">7.6. </span>Column</a> &#187;</li>
128128 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.1. </span>Scalar column</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.6.2. Vector column &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.6.2. Vector column &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="scalar.html" title="7.6.1. Scalar column"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../column.html" accesskey="U"><span class="section-number">7.6. </span>Column</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.2. </span>Vector column</a></li>
851851 <li class="right" >
852852 <a href="scalar.html" title="7.6.1. Scalar column"
853853 >previous</a> |</li>
854 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
854 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
855855 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
856856 <li class="nav-item nav-item-2"><a href="../column.html" ><span class="section-number">7.6. </span>Column</a> &#187;</li>
857857 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.2. </span>Vector column</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.1. Command version &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.1. Command version &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../command.html" title="7.3. Command"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.1. </span>Command version</a></li>
174174 <li class="right" >
175175 <a href="../command.html" title="7.3. Command"
176176 >previous</a> |</li>
177 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
177 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
178178 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
179179 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
180180 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.1. </span>Command version</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.2. Output format &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.2. Output format &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="command_version.html" title="7.3.1. Command version"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.2. </span>Output format</a></li>
326326 <li class="right" >
327327 <a href="command_version.html" title="7.3.1. Command version"
328328 >previous</a> |</li>
329 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
329 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
330330 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
331331 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
332332 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.2. </span>Output format</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.3. Pretty print &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.3. Pretty print &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="output_format.html" title="7.3.2. Output format"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.3. </span>Pretty print</a></li>
153153 <li class="right" >
154154 <a href="output_format.html" title="7.3.2. Output format"
155155 >previous</a> |</li>
156 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
156 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
157157 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
158158 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
159159 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.3. </span>Pretty print</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.4. Request ID &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.4. Request ID &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="pretty_print.html" title="7.3.3. Pretty print"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.4. </span>Request ID</a></li>
145145 <li class="right" >
146146 <a href="pretty_print.html" title="7.3.3. Pretty print"
147147 >previous</a> |</li>
148 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
148 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
149149 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
150150 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
151151 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.4. </span>Request ID</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.5. Request timeout &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.5. Request timeout &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="request_id.html" title="7.3.4. Request ID"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.5. </span>Request timeout</a></li>
181181 <li class="right" >
182182 <a href="request_id.html" title="7.3.4. Request ID"
183183 >previous</a> |</li>
184 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
184 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
185185 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
186186 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
187187 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.5. </span>Request timeout</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.6. Return code &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.6. Return code &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="request_timeout.html" title="7.3.5. Request timeout"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.6. </span>Return code</a></li>
227227 <li class="right" >
228228 <a href="request_timeout.html" title="7.3.5. Request timeout"
229229 >previous</a> |</li>
230 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
230 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
231231 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
232232 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
233233 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.6. </span>Return code</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3. Command &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3. Command &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="output.html" title="7.2. Output"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3. </span>Command</a></li>
5656 </ul>
9090 <li class="toctree-l1"><a class="reference internal" href="commands/defrag.html">7.3.20. <code class="docutils literal notranslate"><span class="pre">defrag</span></code></a></li>
9191 <li class="toctree-l1"><a class="reference internal" href="commands/delete.html">7.3.21. <code class="docutils literal notranslate"><span class="pre">delete</span></code></a></li>
9292 <li class="toctree-l1"><a class="reference internal" href="commands/dump.html">7.3.22. <code class="docutils literal notranslate"><span class="pre">dump</span></code></a></li>
93 <li class="toctree-l1"><a class="reference internal" href="commands/io_flush.html">7.3.23. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
94 <li class="toctree-l1"><a class="reference internal" href="commands/load.html">7.3.24. <code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
95 <li class="toctree-l1"><a class="reference internal" href="commands/lock_acquire.html">7.3.25. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
96 <li class="toctree-l1"><a class="reference internal" href="commands/lock_clear.html">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
97 <li class="toctree-l1"><a class="reference internal" href="commands/lock_release.html">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
98 <li class="toctree-l1"><a class="reference internal" href="commands/log_level.html">7.3.28. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
99 <li class="toctree-l1"><a class="reference internal" href="commands/log_put.html">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
100 <li class="toctree-l1"><a class="reference internal" href="commands/log_reopen.html">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
101 <li class="toctree-l1"><a class="reference internal" href="commands/logical_count.html">7.3.31. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
102 <li class="toctree-l1"><a class="reference internal" href="commands/logical_parameters.html">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
103 <li class="toctree-l1"><a class="reference internal" href="commands/logical_range_filter.html">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
104 <li class="toctree-l1"><a class="reference internal" href="commands/logical_select.html">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
105 <li class="toctree-l1"><a class="reference internal" href="commands/logical_shard_list.html">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
106 <li class="toctree-l1"><a class="reference internal" href="commands/logical_table_remove.html">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
107 <li class="toctree-l1"><a class="reference internal" href="commands/normalize.html">7.3.37. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
108 <li class="toctree-l1"><a class="reference internal" href="commands/normalizer_list.html">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
109 <li class="toctree-l1"><a class="reference internal" href="commands/object_exist.html">7.3.39. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
110 <li class="toctree-l1"><a class="reference internal" href="commands/object_inspect.html">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
111 <li class="toctree-l1"><a class="reference internal" href="commands/object_list.html">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
112 <li class="toctree-l1"><a class="reference internal" href="commands/object_remove.html">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
113 <li class="toctree-l1"><a class="reference internal" href="commands/plugin_register.html">7.3.43. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
114 <li class="toctree-l1"><a class="reference internal" href="commands/plugin_unregister.html">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
115 <li class="toctree-l1"><a class="reference internal" href="commands/query_expand.html">7.3.45. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
116 <li class="toctree-l1"><a class="reference internal" href="commands/quit.html">7.3.46. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
117 <li class="toctree-l1"><a class="reference internal" href="commands/range_filter.html">7.3.47. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
118 <li class="toctree-l1"><a class="reference internal" href="commands/reference_acquire.html">7.3.48. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
119 <li class="toctree-l1"><a class="reference internal" href="commands/reference_release.html">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
120 <li class="toctree-l1"><a class="reference internal" href="commands/register.html">7.3.50. <code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
121 <li class="toctree-l1"><a class="reference internal" href="commands/reindex.html">7.3.51. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
122 <li class="toctree-l1"><a class="reference internal" href="commands/request_cancel.html">7.3.52. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
123 <li class="toctree-l1"><a class="reference internal" href="commands/ruby_eval.html">7.3.53. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
124 <li class="toctree-l1"><a class="reference internal" href="commands/ruby_load.html">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
125 <li class="toctree-l1"><a class="reference internal" href="commands/schema.html">7.3.55. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
126 <li class="toctree-l1"><a class="reference internal" href="commands/select.html">7.3.56. <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
127 <li class="toctree-l1"><a class="reference internal" href="commands/shutdown.html">7.3.57. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
128 <li class="toctree-l1"><a class="reference internal" href="commands/status.html">7.3.58. <code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
129 <li class="toctree-l1"><a class="reference internal" href="commands/suggest.html">7.3.59. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
130 <li class="toctree-l1"><a class="reference internal" href="commands/table_copy.html">7.3.60. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
131 <li class="toctree-l1"><a class="reference internal" href="commands/table_create.html">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
132 <li class="toctree-l1"><a class="reference internal" href="commands/table_list.html">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
133 <li class="toctree-l1"><a class="reference internal" href="commands/table_remove.html">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
134 <li class="toctree-l1"><a class="reference internal" href="commands/table_rename.html">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
135 <li class="toctree-l1"><a class="reference internal" href="commands/table_tokenize.html">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
136 <li class="toctree-l1"><a class="reference internal" href="commands/thread_limit.html">7.3.66. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
137 <li class="toctree-l1"><a class="reference internal" href="commands/tokenize.html">7.3.67. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
138 <li class="toctree-l1"><a class="reference internal" href="commands/tokenizer_list.html">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
139 <li class="toctree-l1"><a class="reference internal" href="commands/truncate.html">7.3.69. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
93 <li class="toctree-l1"><a class="reference internal" href="commands/index_column_diff.html">7.3.23. <code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></li>
94 <li class="toctree-l1"><a class="reference internal" href="commands/io_flush.html">7.3.24. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
95 <li class="toctree-l1"><a class="reference internal" href="commands/load.html">7.3.25. <code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
96 <li class="toctree-l1"><a class="reference internal" href="commands/lock_acquire.html">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
97 <li class="toctree-l1"><a class="reference internal" href="commands/lock_clear.html">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
98 <li class="toctree-l1"><a class="reference internal" href="commands/lock_release.html">7.3.28. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
99 <li class="toctree-l1"><a class="reference internal" href="commands/log_level.html">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
100 <li class="toctree-l1"><a class="reference internal" href="commands/log_put.html">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
101 <li class="toctree-l1"><a class="reference internal" href="commands/log_reopen.html">7.3.31. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
102 <li class="toctree-l1"><a class="reference internal" href="commands/logical_count.html">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
103 <li class="toctree-l1"><a class="reference internal" href="commands/logical_parameters.html">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
104 <li class="toctree-l1"><a class="reference internal" href="commands/logical_range_filter.html">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
105 <li class="toctree-l1"><a class="reference internal" href="commands/logical_select.html">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
106 <li class="toctree-l1"><a class="reference internal" href="commands/logical_shard_list.html">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
107 <li class="toctree-l1"><a class="reference internal" href="commands/logical_table_remove.html">7.3.37. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
108 <li class="toctree-l1"><a class="reference internal" href="commands/normalize.html">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
109 <li class="toctree-l1"><a class="reference internal" href="commands/normalizer_list.html">7.3.39. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
110 <li class="toctree-l1"><a class="reference internal" href="commands/object_exist.html">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
111 <li class="toctree-l1"><a class="reference internal" href="commands/object_inspect.html">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
112 <li class="toctree-l1"><a class="reference internal" href="commands/object_list.html">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
113 <li class="toctree-l1"><a class="reference internal" href="commands/object_remove.html">7.3.43. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
114 <li class="toctree-l1"><a class="reference internal" href="commands/plugin_register.html">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
115 <li class="toctree-l1"><a class="reference internal" href="commands/plugin_unregister.html">7.3.45. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
116 <li class="toctree-l1"><a class="reference internal" href="commands/query_expand.html">7.3.46. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
117 <li class="toctree-l1"><a class="reference internal" href="commands/quit.html">7.3.47. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
118 <li class="toctree-l1"><a class="reference internal" href="commands/range_filter.html">7.3.48. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
119 <li class="toctree-l1"><a class="reference internal" href="commands/reference_acquire.html">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
120 <li class="toctree-l1"><a class="reference internal" href="commands/reference_release.html">7.3.50. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
121 <li class="toctree-l1"><a class="reference internal" href="commands/register.html">7.3.51. <code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
122 <li class="toctree-l1"><a class="reference internal" href="commands/reindex.html">7.3.52. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
123 <li class="toctree-l1"><a class="reference internal" href="commands/request_cancel.html">7.3.53. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
124 <li class="toctree-l1"><a class="reference internal" href="commands/ruby_eval.html">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
125 <li class="toctree-l1"><a class="reference internal" href="commands/ruby_load.html">7.3.55. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
126 <li class="toctree-l1"><a class="reference internal" href="commands/schema.html">7.3.56. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
127 <li class="toctree-l1"><a class="reference internal" href="commands/select.html">7.3.57. <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
128 <li class="toctree-l1"><a class="reference internal" href="commands/shutdown.html">7.3.58. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
129 <li class="toctree-l1"><a class="reference internal" href="commands/status.html">7.3.59. <code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
130 <li class="toctree-l1"><a class="reference internal" href="commands/suggest.html">7.3.60. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
131 <li class="toctree-l1"><a class="reference internal" href="commands/table_copy.html">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
132 <li class="toctree-l1"><a class="reference internal" href="commands/table_create.html">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
133 <li class="toctree-l1"><a class="reference internal" href="commands/table_list.html">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
134 <li class="toctree-l1"><a class="reference internal" href="commands/table_remove.html">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
135 <li class="toctree-l1"><a class="reference internal" href="commands/table_rename.html">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
136 <li class="toctree-l1"><a class="reference internal" href="commands/table_tokenize.html">7.3.66. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
137 <li class="toctree-l1"><a class="reference internal" href="commands/thread_limit.html">7.3.67. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
138 <li class="toctree-l1"><a class="reference internal" href="commands/tokenize.html">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
139 <li class="toctree-l1"><a class="reference internal" href="commands/tokenizer_list.html">7.3.69. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
140 <li class="toctree-l1"><a class="reference internal" href="commands/truncate.html">7.3.70. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
140141 </ul>
141142 </div>
142143 </div>
180181 <li class="right" >
181182 <a href="output.html" title="7.2. Output"
182183 >previous</a> |</li>
183 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
184 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
184185 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
185186 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3. </span>Command</a></li>
186187 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.7. cache_limit &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.7. cache_limit &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../command/return_code.html" title="7.3.6. Return code"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.7. </span><code class="docutils literal notranslate"><span class="pre">cache_limit</span></code></a></li>
192192 <li class="right" >
193193 <a href="../command/return_code.html" title="7.3.6. Return code"
194194 >previous</a> |</li>
195 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
195 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
196196 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
197197 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
198198 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.7. </span><code class="docutils literal notranslate"><span class="pre">cache_limit</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.8. check &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.8. check &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="cache_limit.html" title="7.3.7. cache_limit"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.8. </span><code class="docutils literal notranslate"><span class="pre">check</span></code></a></li>
270270 <li class="right" >
271271 <a href="cache_limit.html" title="7.3.7. cache_limit"
272272 >previous</a> |</li>
273 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
273 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
274274 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
275275 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
276276 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.8. </span><code class="docutils literal notranslate"><span class="pre">check</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.9. clearlock &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.9. clearlock &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="check.html" title="7.3.8. check"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.9. </span><code class="docutils literal notranslate"><span class="pre">clearlock</span></code></a></li>
167167 <li class="right" >
168168 <a href="check.html" title="7.3.8. check"
169169 >previous</a> |</li>
170 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
170 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
171171 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
172172 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
173173 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.9. </span><code class="docutils literal notranslate"><span class="pre">clearlock</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.10. column_copy &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.10. column_copy &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="clearlock.html" title="7.3.9. clearlock"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.10. </span><code class="docutils literal notranslate"><span class="pre">column_copy</span></code></a></li>
766766 <li class="right" >
767767 <a href="clearlock.html" title="7.3.9. clearlock"
768768 >previous</a> |</li>
769 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
769 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
770770 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
771771 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
772772 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.10. </span><code class="docutils literal notranslate"><span class="pre">column_copy</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.11. column_create &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.11. column_create &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="column_copy.html" title="7.3.10. column_copy"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.11. </span><code class="docutils literal notranslate"><span class="pre">column_create</span></code></a></li>
11921192 <li class="right" >
11931193 <a href="column_copy.html" title="7.3.10. column_copy"
11941194 >previous</a> |</li>
1195 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
1195 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
11961196 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
11971197 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
11981198 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.11. </span><code class="docutils literal notranslate"><span class="pre">column_create</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.12. column_list &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.12. column_list &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="column_create.html" title="7.3.11. column_create"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.12. </span><code class="docutils literal notranslate"><span class="pre">column_list</span></code></a></li>
418418 <li class="right" >
419419 <a href="column_create.html" title="7.3.11. column_create"
420420 >previous</a> |</li>
421 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
421 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
422422 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
423423 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
424424 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.12. </span><code class="docutils literal notranslate"><span class="pre">column_list</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.13. column_remove &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.13. column_remove &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="column_list.html" title="7.3.12. column_list"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.13. </span><code class="docutils literal notranslate"><span class="pre">column_remove</span></code></a></li>
165165 <li class="right" >
166166 <a href="column_list.html" title="7.3.12. column_list"
167167 >previous</a> |</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
169169 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
170170 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
171171 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.13. </span><code class="docutils literal notranslate"><span class="pre">column_remove</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.14. column_rename &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.14. column_rename &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="column_remove.html" title="7.3.13. column_remove"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.14. </span><code class="docutils literal notranslate"><span class="pre">column_rename</span></code></a></li>
317317 <li class="right" >
318318 <a href="column_remove.html" title="7.3.13. column_remove"
319319 >previous</a> |</li>
320 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
320 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
321321 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
322322 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
323323 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.14. </span><code class="docutils literal notranslate"><span class="pre">column_rename</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.15. config_delete &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.15. config_delete &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="column_rename.html" title="7.3.14. column_rename"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.15. </span><code class="docutils literal notranslate"><span class="pre">config_delete</span></code></a></li>
225225 <li class="right" >
226226 <a href="column_rename.html" title="7.3.14. column_rename"
227227 >previous</a> |</li>
228 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
228 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
229229 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
230230 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
231231 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.15. </span><code class="docutils literal notranslate"><span class="pre">config_delete</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.16. config_get &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.16. config_get &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="config_delete.html" title="7.3.15. config_delete"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.16. </span><code class="docutils literal notranslate"><span class="pre">config_get</span></code></a></li>
209209 <li class="right" >
210210 <a href="config_delete.html" title="7.3.15. config_delete"
211211 >previous</a> |</li>
212 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
212 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
213213 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
214214 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
215215 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.16. </span><code class="docutils literal notranslate"><span class="pre">config_get</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.17. config_set &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.17. config_set &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="config_get.html" title="7.3.16. config_get"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.17. </span><code class="docutils literal notranslate"><span class="pre">config_set</span></code></a></li>
207207 <li class="right" >
208208 <a href="config_get.html" title="7.3.16. config_get"
209209 >previous</a> |</li>
210 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
210 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
211211 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
212212 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
213213 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.17. </span><code class="docutils literal notranslate"><span class="pre">config_set</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.18. database_unmap &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.18. database_unmap &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="config_set.html" title="7.3.17. config_set"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.18. </span><code class="docutils literal notranslate"><span class="pre">database_unmap</span></code></a></li>
206206 <li class="right" >
207207 <a href="config_set.html" title="7.3.17. config_set"
208208 >previous</a> |</li>
209 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
209 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
210210 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
211211 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
212212 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.18. </span><code class="docutils literal notranslate"><span class="pre">database_unmap</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.19. define_selector &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.19. define_selector &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="database_unmap.html" title="7.3.18. database_unmap"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.19. </span><code class="docutils literal notranslate"><span class="pre">define_selector</span></code></a></li>
217217 <li class="right" >
218218 <a href="database_unmap.html" title="7.3.18. database_unmap"
219219 >previous</a> |</li>
220 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
220 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
221221 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
222222 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
223223 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.19. </span><code class="docutils literal notranslate"><span class="pre">define_selector</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.20. defrag &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.20. defrag &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="define_selector.html" title="7.3.19. define_selector"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.20. </span><code class="docutils literal notranslate"><span class="pre">defrag</span></code></a></li>
161161 <li class="right" >
162162 <a href="define_selector.html" title="7.3.19. define_selector"
163163 >previous</a> |</li>
164 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
164 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
165165 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
166166 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
167167 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.20. </span><code class="docutils literal notranslate"><span class="pre">defrag</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.21. delete &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.21. delete &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="defrag.html" title="7.3.20. defrag"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.21. </span><code class="docutils literal notranslate"><span class="pre">delete</span></code></a></li>
335335 <li class="right" >
336336 <a href="defrag.html" title="7.3.20. defrag"
337337 >previous</a> |</li>
338 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
338 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
339339 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
340340 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
341341 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.21. </span><code class="docutils literal notranslate"><span class="pre">delete</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.22. dump &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.22. dump &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.23. io_flush" href="io_flush.html" />
21 <link rel="next" title="7.3.23. index_column_diff" href="index_column_diff.html" />
2222 <link rel="prev" title="7.3.21. delete" href="delete.html" />
2323 </head><body>
2424 <div class="header">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="io_flush.html" title="7.3.23. io_flush"
48 <a href="index_column_diff.html" title="7.3.23. index_column_diff"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
5151 <a href="delete.html" title="7.3.21. delete"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.22. </span><code class="docutils literal notranslate"><span class="pre">dump</span></code></a></li>
321321 <p class="topless"><a href="delete.html"
322322 title="previous chapter"><span class="section-number">7.3.21. </span><code class="docutils literal notranslate"><span class="pre">delete</span></code></a></p>
323323 <h4>Next topic</h4>
324 <p class="topless"><a href="io_flush.html"
325 title="next chapter"><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></p>
324 <p class="topless"><a href="index_column_diff.html"
325 title="next chapter"><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></p>
326326 <div id="searchbox" style="display: none" role="search">
327327 <h3 id="searchlabel">Quick search</h3>
328328 <div class="searchformwrapper">
344344 <a href="../../genindex.html" title="General Index"
345345 >index</a></li>
346346 <li class="right" >
347 <a href="io_flush.html" title="7.3.23. io_flush"
347 <a href="index_column_diff.html" title="7.3.23. index_column_diff"
348348 >next</a> |</li>
349349 <li class="right" >
350350 <a href="delete.html" title="7.3.21. delete"
351351 >previous</a> |</li>
352 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
352 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
353353 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
354354 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
355355 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.22. </span><code class="docutils literal notranslate"><span class="pre">dump</span></code></a></li>
0
1
2 <!DOCTYPE html>
3
4 <html lang="en">
5 <head>
6 <meta charset="utf-8" />
7 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.23. index_column_diff &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
9 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
10 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
11
12 <script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
13 <script src="../../_static/jquery.js"></script>
14 <script src="../../_static/underscore.js"></script>
15 <script src="../../_static/doctools.js"></script>
16 <script src="../../_static/language_data.js"></script>
17
18 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
19 <link rel="index" title="Index" href="../../genindex.html" />
20 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.24. io_flush" href="io_flush.html" />
22 <link rel="prev" title="7.3.22. dump" href="dump.html" />
23 </head><body>
24 <div class="header">
25 <h1 class="title">
26 <a id="top-link" href="../../index.html">
27 <span class="project">groonga</span>
28 <span class="separator">-</span>
29 <span class="description">An open-source fulltext search engine and column store.</span>
30 </a>
31 </h1>
32
33 <div class="other-language-links">
34 <ul>
35 <li><a href="../../../../ja/html/reference/commands/index_column_diff.html">日本語</a></li>
36 </ul>
37 </div>
38 </div>
39
40
41 <div class="related" role="navigation" aria-label="related navigation">
42 <h3>Navigation</h3>
43 <ul>
44 <li class="right" style="margin-right: 10px">
45 <a href="../../genindex.html" title="General Index"
46 accesskey="I">index</a></li>
47 <li class="right" >
48 <a href="io_flush.html" title="7.3.24. io_flush"
49 accesskey="N">next</a> |</li>
50 <li class="right" >
51 <a href="dump.html" title="7.3.22. dump"
52 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
54 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
55 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></li>
57 </ul>
58 </div>
59
60 <div class="document">
61 <div class="documentwrapper">
62 <div class="bodywrapper">
63 <div class="body" role="main">
64
65 <div class="section" id="index-column-diff">
66 <h1><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code><a class="headerlink" href="#index-column-diff" title="Permalink to this headline">¶</a></h1>
67 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.23.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
69 <div class="versionadded">
70 <p><span class="versionmodified added">New in version 9.0.1.</span></p>
71 </div>
72 <p><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code> command check where indexes are broken or not.</p>
73 <p>We can found already a broken index by this command.
74 Normally, we don’t found it unless Groonga refer, delete, or update it.
75 However, it is possible that Groonga crashes or returns wrong search
76 results by using it.
77 it make us want to found it in advance.
78 This command useful in this case.</p>
79 <div class="admonition note">
80 <p class="admonition-title">Note</p>
81 <p>This command may use many memory and execution time depending on the size of the target index.
82 Also, if we stop in the middle of execution of this command, the target index may break.
83 Therefore, we suggest that we don’t execute this command on active system, but execute
84 this command on standby system.</p>
85 </div>
86 </div>
87 <div class="section" id="syntax">
88 <h2><span class="section-number">7.3.23.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
89 <p>This command takes two parameters.
90 All parameters are required:</p>
91 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>index_column_diff table index_column
92 </pre></div>
93 </div>
94 </div>
95 <div class="section" id="usage">
96 <h2><span class="section-number">7.3.23.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
97 <p>Here is an example to check a index column in the database:</p>
98 <p>Execution example:</p>
99 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Data TABLE_HASH_KEY ShortText
100 # [[0,1612416118.30525,0.003424882888793945],true]
101 table_create Terms TABLE_PAT_KEY ShortText \
102 --default_tokenizer TokenNgram \
103 --normalizer NormalizerNFKC130
104 # [[0,1612416136.049046,0.003507614135742188],true]
105 load --table Data
106 [
107 {&quot;_key&quot;: &quot;Hello World&quot;},
108 {&quot;_key&quot;: &quot;Hello Groonga&quot;}
109 ]
110 # [[0,1612416155.418526,0.3676469326019287],2]
111 column_create \
112 --table Terms \
113 --name data_index \
114 --flags COLUMN_INDEX|WITH_POSITION \
115 --type Data \
116 --source _key
117 # [[0,1612416424.515037,0.00576472282409668],true]
118 truncate Terms.data_index
119 # [[0,1612416439.925894,0.009646892547607422],true]
120 load --table Data
121 [
122 {&quot;_key&quot;: &quot;Good-by World&quot;},
123 {&quot;_key&quot;: &quot;Good-by Groonga&quot;}
124 ]
125 # [[0,1612416450.429434,1.51789665222168],2]
126 index_column_diff Terms data_index
127 # [
128 # [
129 # 0,
130 # 1612416577.921113,
131 # 0.006278038024902344
132 # ],
133 # [
134 # {
135 # &quot;token&quot;: {
136 # &quot;id&quot;: 2,
137 # &quot;value&quot;: &quot;hello&quot;
138 # },
139 # &quot;remains&quot;: [
140 # ],
141 # &quot;missings&quot;: [
142 # {
143 # &quot;record_id&quot;: 1,
144 # &quot;position&quot;: 0
145 # },
146 # {
147 # &quot;record_id&quot;: 2,
148 # &quot;position&quot;: 0
149 # }
150 # ]
151 # },
152 # {
153 # &quot;token&quot;: {
154 # &quot;id&quot;: 3,
155 # &quot;value&quot;: &quot;world&quot;
156 # },
157 # &quot;remains&quot;: [
158 # ],
159 # &quot;missings&quot;: [
160 # {
161 # &quot;record_id&quot;: 1,
162 # &quot;position&quot;: 1
163 # }
164 # ]
165 # },
166 # {
167 # &quot;token&quot;: {
168 # &quot;id&quot;: 1,
169 # &quot;value&quot;: &quot;groonga&quot;
170 # },
171 # &quot;remains&quot;: [
172 # ],
173 # &quot;missings&quot;: [
174 # {
175 # &quot;record_id&quot;: 2,
176 # &quot;position&quot;: 1
177 # }
178 # ]
179 # }
180 # ]
181 # ]
182 </pre></div>
183 </div>
184 </div>
185 <div class="section" id="parameters">
186 <h2><span class="section-number">7.3.23.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
187 <p>This section describes all parameters.</p>
188 <div class="section" id="table">
189 <h3><span class="section-number">7.3.23.4.1. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h3>
190 <p>Specifies the name of a table include check target of the index column.</p>
191 </div>
192 <div class="section" id="index-column">
193 <h3><span class="section-number">7.3.23.4.2. </span><code class="docutils literal notranslate"><span class="pre">index_column</span></code><a class="headerlink" href="#index-column" title="Permalink to this headline">¶</a></h3>
194 <p>Specifies the name of check target of the index column.</p>
195 </div>
196 </div>
197 <div class="section" id="return-value">
198 <h2><span class="section-number">7.3.23.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
199 <p><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code> command returns result of check indexes:</p>
200 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, CHECK_RESULT]
201 </pre></div>
202 </div>
203 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code></p>
204 <p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> about <code class="docutils literal notranslate"><span class="pre">HEADER</span></code>.</p>
205 <p><code class="docutils literal notranslate"><span class="pre">CHECK_RESULT</span></code></p>
206 <p>This command returns the result of compression between the current
207 value of the index column and the result of tokenize when this command
208 execute as below:</p>
209 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
210 &quot;token&quot;: {
211 &quot;id&quot;: TOKEN_ID,
212 &quot;value&quot;: TOKEN_VALUE
213 },
214 &quot;remains&quot;: [
215 {
216 &quot;record_id&quot;: RECORD_ID
217 }
218 ],
219 &quot;missings&quot;: [
220 {
221 &quot;record_id&quot;: RECORD_ID,
222 &quot;position&quot;: POSITION
223 }
224 ]
225 }
226 </pre></div>
227 </div>
228 <p>If there are something in <code class="docutils literal notranslate"><span class="pre">remains</span></code>, a token that Groonga
229 was supposed to delete is remaining in a index.</p>
230 <p>If there are something in <code class="docutils literal notranslate"><span class="pre">missing</span></code>, a token that Groonga
231 is supposing to remain in a index has been deleted from the index.</p>
232 <p><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code> returns nothing as below When indexes haven’t broken:</p>
233 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>index_column_diff --table table --name index_column
234 [[0,0.0,0.0],[]]
235 </pre></div>
236 </div>
237 <div class="section" id="token-id">
238 <h3><span class="section-number">7.3.23.5.1. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_ID</span></code><a class="headerlink" href="#token-id" title="Permalink to this headline">¶</a></h3>
239 <p><code class="docutils literal notranslate"><span class="pre">TOKEN_ID</span></code> is id of a broken token.</p>
240 </div>
241 <div class="section" id="token-value">
242 <h3><span class="section-number">7.3.23.5.2. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_VALUE</span></code><a class="headerlink" href="#token-value" title="Permalink to this headline">¶</a></h3>
243 <p><code class="docutils literal notranslate"><span class="pre">TOKEN_VALUE</span></code> is value of a broken token.</p>
244 </div>
245 <div class="section" id="record-id">
246 <h3><span class="section-number">7.3.23.5.3. </span><code class="docutils literal notranslate"><span class="pre">RECORD_ID</span></code><a class="headerlink" href="#record-id" title="Permalink to this headline">¶</a></h3>
247 <p><code class="docutils literal notranslate"><span class="pre">RECORD_ID</span></code> is id of a record include a broken token.</p>
248 </div>
249 <div class="section" id="position">
250 <h3><span class="section-number">7.3.23.5.4. </span><code class="docutils literal notranslate"><span class="pre">POSITION</span></code><a class="headerlink" href="#position" title="Permalink to this headline">¶</a></h3>
251 <p><code class="docutils literal notranslate"><span class="pre">POSITION</span></code> is appearing position of a broken token.</p>
252 </div>
253 </div>
254 </div>
255
256
257 <div class="clearer"></div>
258 </div>
259 </div>
260 </div>
261 <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
262 <div class="sphinxsidebarwrapper">
263 <h3><a href="../../index.html">Table of Contents</a></h3>
264 <ul>
265 <li><a class="reference internal" href="#">7.3.23. <code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a><ul>
266 <li><a class="reference internal" href="#summary">7.3.23.1. Summary</a></li>
267 <li><a class="reference internal" href="#syntax">7.3.23.2. Syntax</a></li>
268 <li><a class="reference internal" href="#usage">7.3.23.3. Usage</a></li>
269 <li><a class="reference internal" href="#parameters">7.3.23.4. Parameters</a><ul>
270 <li><a class="reference internal" href="#table">7.3.23.4.1. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
271 <li><a class="reference internal" href="#index-column">7.3.23.4.2. <code class="docutils literal notranslate"><span class="pre">index_column</span></code></a></li>
272 </ul>
273 </li>
274 <li><a class="reference internal" href="#return-value">7.3.23.5. Return value</a><ul>
275 <li><a class="reference internal" href="#token-id">7.3.23.5.1. <code class="docutils literal notranslate"><span class="pre">TOKEN_ID</span></code></a></li>
276 <li><a class="reference internal" href="#token-value">7.3.23.5.2. <code class="docutils literal notranslate"><span class="pre">TOKEN_VALUE</span></code></a></li>
277 <li><a class="reference internal" href="#record-id">7.3.23.5.3. <code class="docutils literal notranslate"><span class="pre">RECORD_ID</span></code></a></li>
278 <li><a class="reference internal" href="#position">7.3.23.5.4. <code class="docutils literal notranslate"><span class="pre">POSITION</span></code></a></li>
279 </ul>
280 </li>
281 </ul>
282 </li>
283 </ul>
284
285 <h4>Previous topic</h4>
286 <p class="topless"><a href="dump.html"
287 title="previous chapter"><span class="section-number">7.3.22. </span><code class="docutils literal notranslate"><span class="pre">dump</span></code></a></p>
288 <h4>Next topic</h4>
289 <p class="topless"><a href="io_flush.html"
290 title="next chapter"><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></p>
291 <div id="searchbox" style="display: none" role="search">
292 <h3 id="searchlabel">Quick search</h3>
293 <div class="searchformwrapper">
294 <form class="search" action="../../search.html" method="get">
295 <input type="text" name="q" aria-labelledby="searchlabel" />
296 <input type="submit" value="Go" />
297 </form>
298 </div>
299 </div>
300 <script>$('#searchbox').show(0);</script>
301 </div>
302 </div>
303 <div class="clearer"></div>
304 </div>
305 <div class="related" role="navigation" aria-label="related navigation">
306 <h3>Navigation</h3>
307 <ul>
308 <li class="right" style="margin-right: 10px">
309 <a href="../../genindex.html" title="General Index"
310 >index</a></li>
311 <li class="right" >
312 <a href="io_flush.html" title="7.3.24. io_flush"
313 >next</a> |</li>
314 <li class="right" >
315 <a href="dump.html" title="7.3.22. dump"
316 >previous</a> |</li>
317 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
318 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
319 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
320 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></li>
321 </ul>
322 </div>
323 <div class="footer" role="contentinfo">
324 &#169; Copyright 2009-2021, Brazil, Inc.
325 </div>
326 </body>
327 </html>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.23. io_flush &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.24. io_flush &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.24. load" href="load.html" />
22 <link rel="prev" title="7.3.22. dump" href="dump.html" />
21 <link rel="next" title="7.3.25. load" href="load.html" />
22 <link rel="prev" title="7.3.23. index_column_diff" href="index_column_diff.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="load.html" title="7.3.24. load"
48 <a href="load.html" title="7.3.25. load"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="dump.html" title="7.3.22. dump"
51 <a href="index_column_diff.html" title="7.3.23. index_column_diff"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="io-flush">
66 <h1><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code><a class="headerlink" href="#io-flush" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code><a class="headerlink" href="#io-flush" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.23.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.24.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.0.5.</span></p>
7171 </div>
121121 </div>
122122 </div>
123123 <div class="section" id="syntax">
124 <h2><span class="section-number">7.3.23.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
124 <h2><span class="section-number">7.3.24.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
125125 <p>This command takes three parameters.</p>
126126 <p>All parameters are optional:</p>
127127 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>io_flush [target_name=null]
138138 </div>
139139 </div>
140140 <div class="section" id="usage">
141 <h2><span class="section-number">7.3.23.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
141 <h2><span class="section-number">7.3.24.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
142142 <p>You can flush all changes in memory to disk with no arguments:</p>
143143 <p>Execution example:</p>
144144 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>io_flush
367367 </table>
368368 </div>
369369 <div class="section" id="parameters">
370 <h2><span class="section-number">7.3.23.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
370 <h2><span class="section-number">7.3.24.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
371371 <p>This section describes all parameters.</p>
372372 <div class="section" id="required-parameters">
373 <h3><span class="section-number">7.3.23.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
373 <h3><span class="section-number">7.3.24.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
374374 <p>There is no required parameter.</p>
375375 </div>
376376 <div class="section" id="optional-parameters">
377 <h3><span class="section-number">7.3.23.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
377 <h3><span class="section-number">7.3.24.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
378378 <p>There are optional parameters.</p>
379379 <div class="section" id="target-name">
380 <span id="io-flush-target-name"></span><h4><span class="section-number">7.3.23.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h4>
380 <span id="io-flush-target-name"></span><h4><span class="section-number">7.3.24.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h4>
381381 <p>Specifies a target object name. Target object is one of database,
382382 table or column.</p>
383383 <p>If you omit this parameter, database is the target object:</p>
404404 </div>
405405 </div>
406406 <div class="section" id="recursive">
407 <span id="io-flush-recursive"></span><h4><span class="section-number">7.3.23.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">recursive</span></code><a class="headerlink" href="#recursive" title="Permalink to this headline">¶</a></h4>
407 <span id="io-flush-recursive"></span><h4><span class="section-number">7.3.24.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">recursive</span></code><a class="headerlink" href="#recursive" title="Permalink to this headline">¶</a></h4>
408408 <p>Specifies whether child objects of the target object are also target
409409 objects.</p>
410410 <p>Child objects of database are all tables and all columns.</p>
531531 </table>
532532 </div>
533533 <div class="section" id="only-opened">
534 <span id="io-flush-only-opened"></span><h4><span class="section-number">7.3.23.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">only_opened</span></code><a class="headerlink" href="#only-opened" title="Permalink to this headline">¶</a></h4>
534 <span id="io-flush-only-opened"></span><h4><span class="section-number">7.3.24.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">only_opened</span></code><a class="headerlink" href="#only-opened" title="Permalink to this headline">¶</a></h4>
535535 <div class="versionadded">
536536 <p><span class="versionmodified added">New in version 7.0.4.</span></p>
537537 </div>
558558 </div>
559559 </div>
560560 <div class="section" id="return-value">
561 <h2><span class="section-number">7.3.23.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
561 <h2><span class="section-number">7.3.24.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
562562 <p>The command returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body on success such as:</p>
563563 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
564564 </pre></div>
577577 <div class="sphinxsidebarwrapper">
578578 <h3><a href="../../index.html">Table of Contents</a></h3>
579579 <ul>
580 <li><a class="reference internal" href="#">7.3.23. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a><ul>
581 <li><a class="reference internal" href="#summary">7.3.23.1. Summary</a></li>
582 <li><a class="reference internal" href="#syntax">7.3.23.2. Syntax</a></li>
583 <li><a class="reference internal" href="#usage">7.3.23.3. Usage</a></li>
584 <li><a class="reference internal" href="#parameters">7.3.23.4. Parameters</a><ul>
585 <li><a class="reference internal" href="#required-parameters">7.3.23.4.1. Required parameters</a></li>
586 <li><a class="reference internal" href="#optional-parameters">7.3.23.4.2. Optional parameters</a><ul>
587 <li><a class="reference internal" href="#target-name">7.3.23.4.2.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
588 <li><a class="reference internal" href="#recursive">7.3.23.4.2.2. <code class="docutils literal notranslate"><span class="pre">recursive</span></code></a></li>
589 <li><a class="reference internal" href="#only-opened">7.3.23.4.2.3. <code class="docutils literal notranslate"><span class="pre">only_opened</span></code></a></li>
580 <li><a class="reference internal" href="#">7.3.24. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a><ul>
581 <li><a class="reference internal" href="#summary">7.3.24.1. Summary</a></li>
582 <li><a class="reference internal" href="#syntax">7.3.24.2. Syntax</a></li>
583 <li><a class="reference internal" href="#usage">7.3.24.3. Usage</a></li>
584 <li><a class="reference internal" href="#parameters">7.3.24.4. Parameters</a><ul>
585 <li><a class="reference internal" href="#required-parameters">7.3.24.4.1. Required parameters</a></li>
586 <li><a class="reference internal" href="#optional-parameters">7.3.24.4.2. Optional parameters</a><ul>
587 <li><a class="reference internal" href="#target-name">7.3.24.4.2.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
588 <li><a class="reference internal" href="#recursive">7.3.24.4.2.2. <code class="docutils literal notranslate"><span class="pre">recursive</span></code></a></li>
589 <li><a class="reference internal" href="#only-opened">7.3.24.4.2.3. <code class="docutils literal notranslate"><span class="pre">only_opened</span></code></a></li>
590590 </ul>
591591 </li>
592592 </ul>
593593 </li>
594 <li><a class="reference internal" href="#return-value">7.3.23.5. Return value</a></li>
594 <li><a class="reference internal" href="#return-value">7.3.24.5. Return value</a></li>
595595 </ul>
596596 </li>
597597 </ul>
598598
599599 <h4>Previous topic</h4>
600 <p class="topless"><a href="dump.html"
601 title="previous chapter"><span class="section-number">7.3.22. </span><code class="docutils literal notranslate"><span class="pre">dump</span></code></a></p>
600 <p class="topless"><a href="index_column_diff.html"
601 title="previous chapter"><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></p>
602602 <h4>Next topic</h4>
603603 <p class="topless"><a href="load.html"
604 title="next chapter"><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></p>
604 title="next chapter"><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></p>
605605 <div id="searchbox" style="display: none" role="search">
606606 <h3 id="searchlabel">Quick search</h3>
607607 <div class="searchformwrapper">
623623 <a href="../../genindex.html" title="General Index"
624624 >index</a></li>
625625 <li class="right" >
626 <a href="load.html" title="7.3.24. load"
626 <a href="load.html" title="7.3.25. load"
627627 >next</a> |</li>
628628 <li class="right" >
629 <a href="dump.html" title="7.3.22. dump"
629 <a href="index_column_diff.html" title="7.3.23. index_column_diff"
630630 >previous</a> |</li>
631 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
631 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
632632 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
633633 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
634 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
634 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
635635 </ul>
636636 </div>
637637 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.24. load &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.25. load &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.25. lock_acquire" href="lock_acquire.html" />
22 <link rel="prev" title="7.3.23. io_flush" href="io_flush.html" />
21 <link rel="next" title="7.3.26. lock_acquire" href="lock_acquire.html" />
22 <link rel="prev" title="7.3.24. io_flush" href="io_flush.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="lock_acquire.html" title="7.3.25. lock_acquire"
48 <a href="lock_acquire.html" title="7.3.26. lock_acquire"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="io_flush.html" title="7.3.23. io_flush"
51 <a href="io_flush.html" title="7.3.24. io_flush"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="load">
66 <h1><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">load</span></code><a class="headerlink" href="#load" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">load</span></code><a class="headerlink" href="#load" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.24.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.25.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">load</span></code> loads data as records in the current database and updates values of each columns.</p>
7070 </div>
7171 <div class="section" id="syntax">
72 <h2><span class="section-number">7.3.24.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
72 <h2><span class="section-number">7.3.25.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7373 <p>The required parameters are only <code class="docutils literal notranslate"><span class="pre">values</span></code> and <code class="docutils literal notranslate"><span class="pre">table</span></code>. Other
7474 parameters are optional:</p>
7575 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>load values
106106 </div>
107107 </div>
108108 <div class="section" id="usage">
109 <h2><span class="section-number">7.3.24.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
109 <h2><span class="section-number">7.3.25.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
110110 <p>Here is a schema definition to show usage:</p>
111111 <p>Execution example:</p>
112112 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Entries TABLE_HASH_KEY ShortText
143143 </div>
144144 </div>
145145 <div class="section" id="parameters">
146 <h2><span class="section-number">7.3.24.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
146 <h2><span class="section-number">7.3.25.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
147147 <p>This section describes all parameters. Parameters are categorized.</p>
148148 <div class="section" id="required-parameters">
149 <h3><span class="section-number">7.3.24.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
149 <h3><span class="section-number">7.3.25.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
150150 <p>There are some required parameters.</p>
151151 <div class="section" id="values">
152 <span id="load-values"></span><h4><span class="section-number">7.3.24.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">values</span></code><a class="headerlink" href="#values" title="Permalink to this headline">¶</a></h4>
152 <span id="load-values"></span><h4><span class="section-number">7.3.25.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">values</span></code><a class="headerlink" href="#values" title="Permalink to this headline">¶</a></h4>
153153 <p>Specifies values to be loaded.</p>
154154 <p>Values should satisfy <code class="docutils literal notranslate"><span class="pre">input_type</span></code> format. If you specify <code class="docutils literal notranslate"><span class="pre">json</span></code>
155155 as <code class="docutils literal notranslate"><span class="pre">input_type</span></code>, you can choose a format from below:</p>
192192 standard input in command line style or body in HTTP style.</p>
193193 </div>
194194 <div class="section" id="table">
195 <span id="load-table"></span><h4><span class="section-number">7.3.24.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h4>
195 <span id="load-table"></span><h4><span class="section-number">7.3.25.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h4>
196196 <p>Specifies a table name you want to add records.</p>
197197 </div>
198198 </div>
199199 <div class="section" id="optional-parameters">
200 <h3><span class="section-number">7.3.24.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
200 <h3><span class="section-number">7.3.25.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
201201 <p>There are some optional parameters.</p>
202202 <div class="section" id="columns">
203 <span id="load-columns"></span><h4><span class="section-number">7.3.24.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">columns</span></code><a class="headerlink" href="#columns" title="Permalink to this headline">¶</a></h4>
203 <span id="load-columns"></span><h4><span class="section-number">7.3.25.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">columns</span></code><a class="headerlink" href="#columns" title="Permalink to this headline">¶</a></h4>
204204 <p>Specifies column names in added records with comma separations.</p>
205205 </div>
206206 <div class="section" id="ifexists">
207 <span id="load-ifexists"></span><h4><span class="section-number">7.3.24.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">ifexists</span></code><a class="headerlink" href="#ifexists" title="Permalink to this headline">¶</a></h4>
207 <span id="load-ifexists"></span><h4><span class="section-number">7.3.25.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">ifexists</span></code><a class="headerlink" href="#ifexists" title="Permalink to this headline">¶</a></h4>
208208 <p>Specifies executed expression in
209209 <a class="reference internal" href="../grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a> when the same primary key as
210210 added records already exists in your table.</p>
212212 in other (all columns excluding <code class="docutils literal notranslate"><span class="pre">_key</span></code> column) columns is updated.</p>
213213 </div>
214214 <div class="section" id="input-type">
215 <span id="load-input-type"></span><h4><span class="section-number">7.3.24.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">input_type</span></code><a class="headerlink" href="#input-type" title="Permalink to this headline">¶</a></h4>
215 <span id="load-input-type"></span><h4><span class="section-number">7.3.25.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">input_type</span></code><a class="headerlink" href="#input-type" title="Permalink to this headline">¶</a></h4>
216216 <p>Specifies an input format for <code class="docutils literal notranslate"><span class="pre">values</span></code>.</p>
217217 <p>Note that you must also specify suitable HTTP <code class="docutils literal notranslate"><span class="pre">Content-Type</span></code> header
218218 value when you use <code class="docutils literal notranslate"><span class="pre">input_type</span></code> with HTTP interface.</p>
248248 </table>
249249 </div>
250250 <div class="section" id="each">
251 <span id="load-each"></span><h4><span class="section-number">7.3.24.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">each</span></code><a class="headerlink" href="#each" title="Permalink to this headline">¶</a></h4>
251 <span id="load-each"></span><h4><span class="section-number">7.3.25.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">each</span></code><a class="headerlink" href="#each" title="Permalink to this headline">¶</a></h4>
252252 <p>TODO</p>
253253 </div>
254254 <div class="section" id="output-ids">
255 <span id="load-output-ids"></span><h4><span class="section-number">7.3.24.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">output_ids</span></code><a class="headerlink" href="#output-ids" title="Permalink to this headline">¶</a></h4>
255 <span id="load-output-ids"></span><h4><span class="section-number">7.3.25.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">output_ids</span></code><a class="headerlink" href="#output-ids" title="Permalink to this headline">¶</a></h4>
256256 <p>TODO</p>
257257 </div>
258258 <div class="section" id="output-errors">
259 <span id="load-output-errors"></span><h4><span class="section-number">7.3.24.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">output_errors</span></code><a class="headerlink" href="#output-errors" title="Permalink to this headline">¶</a></h4>
259 <span id="load-output-errors"></span><h4><span class="section-number">7.3.25.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">output_errors</span></code><a class="headerlink" href="#output-errors" title="Permalink to this headline">¶</a></h4>
260260 <p>TODO</p>
261261 </div>
262262 <div class="section" id="lock-table">
263 <span id="load-lock-table"></span><h4><span class="section-number">7.3.24.4.2.7. </span><code class="docutils literal notranslate"><span class="pre">lock_table</span></code><a class="headerlink" href="#lock-table" title="Permalink to this headline">¶</a></h4>
263 <span id="load-lock-table"></span><h4><span class="section-number">7.3.25.4.2.7. </span><code class="docutils literal notranslate"><span class="pre">lock_table</span></code><a class="headerlink" href="#lock-table" title="Permalink to this headline">¶</a></h4>
264264 <div class="versionadded">
265265 <p><span class="versionmodified added">New in version 8.0.6.</span></p>
266266 </div>
289289 </div>
290290 </div>
291291 <div class="section" id="return-value">
292 <h2><span class="section-number">7.3.24.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
292 <h2><span class="section-number">7.3.25.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
293293 <p>The command returns a response with the following format:</p>
294294 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[THE_NUMBER_OF_LOADED_RECORDS]
295295 </pre></div>
321321 <p><code class="docutils literal notranslate"><span class="pre">errors</span></code> is only included when <a class="reference internal" href="#load-output-errors"><span class="std std-ref">output_errors</span></a> is <code class="docutils literal notranslate"><span class="pre">yes</span></code>.</p>
322322 </div>
323323 <div class="section" id="see-also">
324 <h2><span class="section-number">7.3.24.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
324 <h2><span class="section-number">7.3.25.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
325325 <blockquote>
326326 <div><ul class="simple">
327327 <li><p><a class="reference internal" href="../grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a></p></li>
339339 <div class="sphinxsidebarwrapper">
340340 <h3><a href="../../index.html">Table of Contents</a></h3>
341341 <ul>
342 <li><a class="reference internal" href="#">7.3.24. <code class="docutils literal notranslate"><span class="pre">load</span></code></a><ul>
343 <li><a class="reference internal" href="#summary">7.3.24.1. Summary</a></li>
344 <li><a class="reference internal" href="#syntax">7.3.24.2. Syntax</a></li>
345 <li><a class="reference internal" href="#usage">7.3.24.3. Usage</a></li>
346 <li><a class="reference internal" href="#parameters">7.3.24.4. Parameters</a><ul>
347 <li><a class="reference internal" href="#required-parameters">7.3.24.4.1. Required parameters</a><ul>
348 <li><a class="reference internal" href="#values">7.3.24.4.1.1. <code class="docutils literal notranslate"><span class="pre">values</span></code></a></li>
349 <li><a class="reference internal" href="#table">7.3.24.4.1.2. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
342 <li><a class="reference internal" href="#">7.3.25. <code class="docutils literal notranslate"><span class="pre">load</span></code></a><ul>
343 <li><a class="reference internal" href="#summary">7.3.25.1. Summary</a></li>
344 <li><a class="reference internal" href="#syntax">7.3.25.2. Syntax</a></li>
345 <li><a class="reference internal" href="#usage">7.3.25.3. Usage</a></li>
346 <li><a class="reference internal" href="#parameters">7.3.25.4. Parameters</a><ul>
347 <li><a class="reference internal" href="#required-parameters">7.3.25.4.1. Required parameters</a><ul>
348 <li><a class="reference internal" href="#values">7.3.25.4.1.1. <code class="docutils literal notranslate"><span class="pre">values</span></code></a></li>
349 <li><a class="reference internal" href="#table">7.3.25.4.1.2. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
350350 </ul>
351351 </li>
352 <li><a class="reference internal" href="#optional-parameters">7.3.24.4.2. Optional parameters</a><ul>
353 <li><a class="reference internal" href="#columns">7.3.24.4.2.1. <code class="docutils literal notranslate"><span class="pre">columns</span></code></a></li>
354 <li><a class="reference internal" href="#ifexists">7.3.24.4.2.2. <code class="docutils literal notranslate"><span class="pre">ifexists</span></code></a></li>
355 <li><a class="reference internal" href="#input-type">7.3.24.4.2.3. <code class="docutils literal notranslate"><span class="pre">input_type</span></code></a></li>
356 <li><a class="reference internal" href="#each">7.3.24.4.2.4. <code class="docutils literal notranslate"><span class="pre">each</span></code></a></li>
357 <li><a class="reference internal" href="#output-ids">7.3.24.4.2.5. <code class="docutils literal notranslate"><span class="pre">output_ids</span></code></a></li>
358 <li><a class="reference internal" href="#output-errors">7.3.24.4.2.6. <code class="docutils literal notranslate"><span class="pre">output_errors</span></code></a></li>
359 <li><a class="reference internal" href="#lock-table">7.3.24.4.2.7. <code class="docutils literal notranslate"><span class="pre">lock_table</span></code></a></li>
352 <li><a class="reference internal" href="#optional-parameters">7.3.25.4.2. Optional parameters</a><ul>
353 <li><a class="reference internal" href="#columns">7.3.25.4.2.1. <code class="docutils literal notranslate"><span class="pre">columns</span></code></a></li>
354 <li><a class="reference internal" href="#ifexists">7.3.25.4.2.2. <code class="docutils literal notranslate"><span class="pre">ifexists</span></code></a></li>
355 <li><a class="reference internal" href="#input-type">7.3.25.4.2.3. <code class="docutils literal notranslate"><span class="pre">input_type</span></code></a></li>
356 <li><a class="reference internal" href="#each">7.3.25.4.2.4. <code class="docutils literal notranslate"><span class="pre">each</span></code></a></li>
357 <li><a class="reference internal" href="#output-ids">7.3.25.4.2.5. <code class="docutils literal notranslate"><span class="pre">output_ids</span></code></a></li>
358 <li><a class="reference internal" href="#output-errors">7.3.25.4.2.6. <code class="docutils literal notranslate"><span class="pre">output_errors</span></code></a></li>
359 <li><a class="reference internal" href="#lock-table">7.3.25.4.2.7. <code class="docutils literal notranslate"><span class="pre">lock_table</span></code></a></li>
360360 </ul>
361361 </li>
362362 </ul>
363363 </li>
364 <li><a class="reference internal" href="#return-value">7.3.24.5. Return value</a></li>
365 <li><a class="reference internal" href="#see-also">7.3.24.6. See also</a></li>
364 <li><a class="reference internal" href="#return-value">7.3.25.5. Return value</a></li>
365 <li><a class="reference internal" href="#see-also">7.3.25.6. See also</a></li>
366366 </ul>
367367 </li>
368368 </ul>
369369
370370 <h4>Previous topic</h4>
371371 <p class="topless"><a href="io_flush.html"
372 title="previous chapter"><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></p>
372 title="previous chapter"><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></p>
373373 <h4>Next topic</h4>
374374 <p class="topless"><a href="lock_acquire.html"
375 title="next chapter"><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></p>
375 title="next chapter"><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></p>
376376 <div id="searchbox" style="display: none" role="search">
377377 <h3 id="searchlabel">Quick search</h3>
378378 <div class="searchformwrapper">
394394 <a href="../../genindex.html" title="General Index"
395395 >index</a></li>
396396 <li class="right" >
397 <a href="lock_acquire.html" title="7.3.25. lock_acquire"
397 <a href="lock_acquire.html" title="7.3.26. lock_acquire"
398398 >next</a> |</li>
399399 <li class="right" >
400 <a href="io_flush.html" title="7.3.23. io_flush"
400 <a href="io_flush.html" title="7.3.24. io_flush"
401401 >previous</a> |</li>
402 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
402 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
403403 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
404404 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
405 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
405 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
406406 </ul>
407407 </div>
408408 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.25. lock_acquire &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.26. lock_acquire &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.26. lock_clear" href="lock_clear.html" />
22 <link rel="prev" title="7.3.24. load" href="load.html" />
21 <link rel="next" title="7.3.27. lock_clear" href="lock_clear.html" />
22 <link rel="prev" title="7.3.25. load" href="load.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="lock_clear.html" title="7.3.26. lock_clear"
48 <a href="lock_clear.html" title="7.3.27. lock_clear"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="load.html" title="7.3.24. load"
51 <a href="load.html" title="7.3.25. load"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="lock-acquire">
66 <h1><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code><a class="headerlink" href="#lock-acquire" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code><a class="headerlink" href="#lock-acquire" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.25.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.26.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.1.2.</span></p>
7171 </div>
8080 </div>
8181 </div>
8282 <div class="section" id="syntax">
83 <h2><span class="section-number">7.3.25.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
83 <h2><span class="section-number">7.3.26.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8484 <p>This command takes only one optional parameter:</p>
8585 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>lock_acquire [target_name=null]
8686 </pre></div>
8989 target object.</p>
9090 </div>
9191 <div class="section" id="usage">
92 <h2><span class="section-number">7.3.25.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
92 <h2><span class="section-number">7.3.26.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
9393 <p>Here is an example to acquire the lock of the database:</p>
9494 <p>Execution example:</p>
9595 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>lock_acquire
123123 </div>
124124 </div>
125125 <div class="section" id="parameters">
126 <h2><span class="section-number">7.3.25.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
126 <h2><span class="section-number">7.3.26.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
127127 <p>This section describes all parameters.</p>
128128 <div class="section" id="target-name">
129 <h3><span class="section-number">7.3.25.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h3>
129 <h3><span class="section-number">7.3.26.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h3>
130130 <p>Specifies the name of table or column.</p>
131131 <p>If you don’t specify it, database is used for the target object.</p>
132132 <p>The default is none. It means that the target object is database.</p>
133133 </div>
134134 </div>
135135 <div class="section" id="return-value">
136 <h2><span class="section-number">7.3.25.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
136 <h2><span class="section-number">7.3.26.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
137137 <p><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code> command returns whether lock is acquired or not:</p>
138138 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SUCCEEDED_OR_NOT]
139139 </pre></div>
140140 </div>
141141 <div class="section" id="header">
142 <h3><span class="section-number">7.3.25.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="Permalink to this headline">¶</a></h3>
142 <h3><span class="section-number">7.3.26.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="Permalink to this headline">¶</a></h3>
143143 <p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> about <code class="docutils literal notranslate"><span class="pre">HEADER</span></code>.</p>
144144 </div>
145145 <div class="section" id="succeeded-or-not">
146 <h3><span class="section-number">7.3.25.5.2. </span><code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code><a class="headerlink" href="#succeeded-or-not" title="Permalink to this headline">¶</a></h3>
146 <h3><span class="section-number">7.3.26.5.2. </span><code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code><a class="headerlink" href="#succeeded-or-not" title="Permalink to this headline">¶</a></h3>
147147 <p>If command succeeded, it returns true, otherwise it returns false on error.</p>
148148 </div>
149149 </div>
150150 <div class="section" id="see-also">
151 <h2><span class="section-number">7.3.25.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
151 <h2><span class="section-number">7.3.26.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
152152 <blockquote>
153153 <div><ul class="simple">
154154 <li><p><a class="reference internal" href="lock_release.html"><span class="doc">lock_release</span></a></p></li>
167167 <div class="sphinxsidebarwrapper">
168168 <h3><a href="../../index.html">Table of Contents</a></h3>
169169 <ul>
170 <li><a class="reference internal" href="#">7.3.25. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a><ul>
171 <li><a class="reference internal" href="#summary">7.3.25.1. Summary</a></li>
172 <li><a class="reference internal" href="#syntax">7.3.25.2. Syntax</a></li>
173 <li><a class="reference internal" href="#usage">7.3.25.3. Usage</a></li>
174 <li><a class="reference internal" href="#parameters">7.3.25.4. Parameters</a><ul>
175 <li><a class="reference internal" href="#target-name">7.3.25.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
170 <li><a class="reference internal" href="#">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a><ul>
171 <li><a class="reference internal" href="#summary">7.3.26.1. Summary</a></li>
172 <li><a class="reference internal" href="#syntax">7.3.26.2. Syntax</a></li>
173 <li><a class="reference internal" href="#usage">7.3.26.3. Usage</a></li>
174 <li><a class="reference internal" href="#parameters">7.3.26.4. Parameters</a><ul>
175 <li><a class="reference internal" href="#target-name">7.3.26.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
176176 </ul>
177177 </li>
178 <li><a class="reference internal" href="#return-value">7.3.25.5. Return value</a><ul>
179 <li><a class="reference internal" href="#header">7.3.25.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
180 <li><a class="reference internal" href="#succeeded-or-not">7.3.25.5.2. <code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code></a></li>
178 <li><a class="reference internal" href="#return-value">7.3.26.5. Return value</a><ul>
179 <li><a class="reference internal" href="#header">7.3.26.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
180 <li><a class="reference internal" href="#succeeded-or-not">7.3.26.5.2. <code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code></a></li>
181181 </ul>
182182 </li>
183 <li><a class="reference internal" href="#see-also">7.3.25.6. See also</a></li>
183 <li><a class="reference internal" href="#see-also">7.3.26.6. See also</a></li>
184184 </ul>
185185 </li>
186186 </ul>
187187
188188 <h4>Previous topic</h4>
189189 <p class="topless"><a href="load.html"
190 title="previous chapter"><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></p>
190 title="previous chapter"><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></p>
191191 <h4>Next topic</h4>
192192 <p class="topless"><a href="lock_clear.html"
193 title="next chapter"><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></p>
193 title="next chapter"><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></p>
194194 <div id="searchbox" style="display: none" role="search">
195195 <h3 id="searchlabel">Quick search</h3>
196196 <div class="searchformwrapper">
212212 <a href="../../genindex.html" title="General Index"
213213 >index</a></li>
214214 <li class="right" >
215 <a href="lock_clear.html" title="7.3.26. lock_clear"
215 <a href="lock_clear.html" title="7.3.27. lock_clear"
216216 >next</a> |</li>
217217 <li class="right" >
218 <a href="load.html" title="7.3.24. load"
218 <a href="load.html" title="7.3.25. load"
219219 >previous</a> |</li>
220 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
220 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
221221 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
222222 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
223 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
223 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
224224 </ul>
225225 </div>
226226 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.26. lock_clear &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.27. lock_clear &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.27. lock_release" href="lock_release.html" />
22 <link rel="prev" title="7.3.25. lock_acquire" href="lock_acquire.html" />
21 <link rel="next" title="7.3.28. lock_release" href="lock_release.html" />
22 <link rel="prev" title="7.3.26. lock_acquire" href="lock_acquire.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="lock_release.html" title="7.3.27. lock_release"
48 <a href="lock_release.html" title="7.3.28. lock_release"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="lock_acquire.html" title="7.3.25. lock_acquire"
51 <a href="lock_acquire.html" title="7.3.26. lock_acquire"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="lock-clear">
66 <h1><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code><a class="headerlink" href="#lock-clear" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code><a class="headerlink" href="#lock-clear" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.26.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.27.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 4.0.9.</span></p>
7171 </div>
8080 </div>
8181 </div>
8282 <div class="section" id="syntax">
83 <h2><span class="section-number">7.3.26.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
83 <h2><span class="section-number">7.3.27.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8484 <p>This command takes only one optional parameter:</p>
8585 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>lock_clear [target_name=null]
8686 </pre></div>
8989 target object. It means that all locks in the database are cleared.</p>
9090 </div>
9191 <div class="section" id="usage">
92 <h2><span class="section-number">7.3.26.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
92 <h2><span class="section-number">7.3.27.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
9393 <p>Here is an example to clear all locks in the database:</p>
9494 <p>Execution example:</p>
9595 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>lock_clear
119119 </div>
120120 </div>
121121 <div class="section" id="parameters">
122 <h2><span class="section-number">7.3.26.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
122 <h2><span class="section-number">7.3.27.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
123123 <p>This section describes all parameters.</p>
124124 <div class="section" id="target-name">
125 <h3><span class="section-number">7.3.26.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h3>
125 <h3><span class="section-number">7.3.27.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h3>
126126 <p>Specifies the name of table or column.</p>
127127 <p>If you don’t specify it, database is used for the target object.</p>
128128 <p>The default is none. It means that the target object is database.</p>
129129 </div>
130130 </div>
131131 <div class="section" id="return-value">
132 <h2><span class="section-number">7.3.26.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
132 <h2><span class="section-number">7.3.27.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
133133 <p><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code> command returns whether lock is cleared successfully or
134134 not:</p>
135135 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SUCCEEDED_OR_NOT]
155155 <div class="sphinxsidebarwrapper">
156156 <h3><a href="../../index.html">Table of Contents</a></h3>
157157 <ul>
158 <li><a class="reference internal" href="#">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a><ul>
159 <li><a class="reference internal" href="#summary">7.3.26.1. Summary</a></li>
160 <li><a class="reference internal" href="#syntax">7.3.26.2. Syntax</a></li>
161 <li><a class="reference internal" href="#usage">7.3.26.3. Usage</a></li>
162 <li><a class="reference internal" href="#parameters">7.3.26.4. Parameters</a><ul>
163 <li><a class="reference internal" href="#target-name">7.3.26.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
158 <li><a class="reference internal" href="#">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a><ul>
159 <li><a class="reference internal" href="#summary">7.3.27.1. Summary</a></li>
160 <li><a class="reference internal" href="#syntax">7.3.27.2. Syntax</a></li>
161 <li><a class="reference internal" href="#usage">7.3.27.3. Usage</a></li>
162 <li><a class="reference internal" href="#parameters">7.3.27.4. Parameters</a><ul>
163 <li><a class="reference internal" href="#target-name">7.3.27.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
164164 </ul>
165165 </li>
166 <li><a class="reference internal" href="#return-value">7.3.26.5. Return value</a></li>
166 <li><a class="reference internal" href="#return-value">7.3.27.5. Return value</a></li>
167167 </ul>
168168 </li>
169169 </ul>
170170
171171 <h4>Previous topic</h4>
172172 <p class="topless"><a href="lock_acquire.html"
173 title="previous chapter"><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></p>
173 title="previous chapter"><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></p>
174174 <h4>Next topic</h4>
175175 <p class="topless"><a href="lock_release.html"
176 title="next chapter"><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></p>
176 title="next chapter"><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></p>
177177 <div id="searchbox" style="display: none" role="search">
178178 <h3 id="searchlabel">Quick search</h3>
179179 <div class="searchformwrapper">
195195 <a href="../../genindex.html" title="General Index"
196196 >index</a></li>
197197 <li class="right" >
198 <a href="lock_release.html" title="7.3.27. lock_release"
198 <a href="lock_release.html" title="7.3.28. lock_release"
199199 >next</a> |</li>
200200 <li class="right" >
201 <a href="lock_acquire.html" title="7.3.25. lock_acquire"
201 <a href="lock_acquire.html" title="7.3.26. lock_acquire"
202202 >previous</a> |</li>
203 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
203 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
204204 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
205205 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
206 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
206 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
207207 </ul>
208208 </div>
209209 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.27. lock_release &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.28. lock_release &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.28. log_level" href="log_level.html" />
22 <link rel="prev" title="7.3.26. lock_clear" href="lock_clear.html" />
21 <link rel="next" title="7.3.29. log_level" href="log_level.html" />
22 <link rel="prev" title="7.3.27. lock_clear" href="lock_clear.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="log_level.html" title="7.3.28. log_level"
48 <a href="log_level.html" title="7.3.29. log_level"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="lock_clear.html" title="7.3.26. lock_clear"
51 <a href="lock_clear.html" title="7.3.27. lock_clear"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="lock-release">
66 <h1><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code><a class="headerlink" href="#lock-release" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code><a class="headerlink" href="#lock-release" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.27.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.28.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.1.2.</span></p>
7171 </div>
7979 </div>
8080 </div>
8181 <div class="section" id="syntax">
82 <h2><span class="section-number">7.3.27.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
82 <h2><span class="section-number">7.3.28.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8383 <p>This command takes only one optional parameter:</p>
8484 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>lock_release [target_name=null]
8585 </pre></div>
8888 target object.</p>
8989 </div>
9090 <div class="section" id="usage">
91 <h2><span class="section-number">7.3.27.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
91 <h2><span class="section-number">7.3.28.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
9292 <p>Here is an example to release the lock of the database:</p>
9393 <p>Execution example:</p>
9494 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>lock_acquire
121121 </div>
122122 </div>
123123 <div class="section" id="parameters">
124 <h2><span class="section-number">7.3.27.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
124 <h2><span class="section-number">7.3.28.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
125125 <p>This section describes all parameters.</p>
126126 <div class="section" id="target-name">
127 <h3><span class="section-number">7.3.27.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h3>
127 <h3><span class="section-number">7.3.28.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h3>
128128 <p>Specifies the name of table or column.</p>
129129 <p>If you don’t specify it, database is used for the target object.</p>
130130 <p>The default is none. It means that the target object is database.</p>
131131 </div>
132132 </div>
133133 <div class="section" id="return-value">
134 <h2><span class="section-number">7.3.27.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
134 <h2><span class="section-number">7.3.28.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
135135 <p><code class="docutils literal notranslate"><span class="pre">lock_release</span></code> command returns whether lock is released successfully
136136 or not:</p>
137137 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SUCCEEDED_OR_NOT]
138138 </pre></div>
139139 </div>
140140 <div class="section" id="header">
141 <h3><span class="section-number">7.3.27.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="Permalink to this headline">¶</a></h3>
141 <h3><span class="section-number">7.3.28.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="Permalink to this headline">¶</a></h3>
142142 <p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> about <code class="docutils literal notranslate"><span class="pre">HEADER</span></code>.</p>
143143 </div>
144144 <div class="section" id="succeeded-or-not">
145 <h3><span class="section-number">7.3.27.5.2. </span><code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code><a class="headerlink" href="#succeeded-or-not" title="Permalink to this headline">¶</a></h3>
145 <h3><span class="section-number">7.3.28.5.2. </span><code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code><a class="headerlink" href="#succeeded-or-not" title="Permalink to this headline">¶</a></h3>
146146 <p>If command succeeded, it returns true, otherwise it returns false on error.</p>
147147 </div>
148148 </div>
149149 <div class="section" id="see-also">
150 <h2><span class="section-number">7.3.27.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
150 <h2><span class="section-number">7.3.28.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
151151 <blockquote>
152152 <div><ul class="simple">
153153 <li><p><a class="reference internal" href="lock_acquire.html"><span class="doc">lock_acquire</span></a></p></li>
166166 <div class="sphinxsidebarwrapper">
167167 <h3><a href="../../index.html">Table of Contents</a></h3>
168168 <ul>
169 <li><a class="reference internal" href="#">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a><ul>
170 <li><a class="reference internal" href="#summary">7.3.27.1. Summary</a></li>
171 <li><a class="reference internal" href="#syntax">7.3.27.2. Syntax</a></li>
172 <li><a class="reference internal" href="#usage">7.3.27.3. Usage</a></li>
173 <li><a class="reference internal" href="#parameters">7.3.27.4. Parameters</a><ul>
174 <li><a class="reference internal" href="#target-name">7.3.27.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
169 <li><a class="reference internal" href="#">7.3.28. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a><ul>
170 <li><a class="reference internal" href="#summary">7.3.28.1. Summary</a></li>
171 <li><a class="reference internal" href="#syntax">7.3.28.2. Syntax</a></li>
172 <li><a class="reference internal" href="#usage">7.3.28.3. Usage</a></li>
173 <li><a class="reference internal" href="#parameters">7.3.28.4. Parameters</a><ul>
174 <li><a class="reference internal" href="#target-name">7.3.28.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
175175 </ul>
176176 </li>
177 <li><a class="reference internal" href="#return-value">7.3.27.5. Return value</a><ul>
178 <li><a class="reference internal" href="#header">7.3.27.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
179 <li><a class="reference internal" href="#succeeded-or-not">7.3.27.5.2. <code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code></a></li>
177 <li><a class="reference internal" href="#return-value">7.3.28.5. Return value</a><ul>
178 <li><a class="reference internal" href="#header">7.3.28.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
179 <li><a class="reference internal" href="#succeeded-or-not">7.3.28.5.2. <code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code></a></li>
180180 </ul>
181181 </li>
182 <li><a class="reference internal" href="#see-also">7.3.27.6. See also</a></li>
182 <li><a class="reference internal" href="#see-also">7.3.28.6. See also</a></li>
183183 </ul>
184184 </li>
185185 </ul>
186186
187187 <h4>Previous topic</h4>
188188 <p class="topless"><a href="lock_clear.html"
189 title="previous chapter"><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></p>
189 title="previous chapter"><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></p>
190190 <h4>Next topic</h4>
191191 <p class="topless"><a href="log_level.html"
192 title="next chapter"><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></p>
192 title="next chapter"><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></p>
193193 <div id="searchbox" style="display: none" role="search">
194194 <h3 id="searchlabel">Quick search</h3>
195195 <div class="searchformwrapper">
211211 <a href="../../genindex.html" title="General Index"
212212 >index</a></li>
213213 <li class="right" >
214 <a href="log_level.html" title="7.3.28. log_level"
214 <a href="log_level.html" title="7.3.29. log_level"
215215 >next</a> |</li>
216216 <li class="right" >
217 <a href="lock_clear.html" title="7.3.26. lock_clear"
217 <a href="lock_clear.html" title="7.3.27. lock_clear"
218218 >previous</a> |</li>
219 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
219 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
220220 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
221221 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
222 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
222 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
223223 </ul>
224224 </div>
225225 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.28. log_level &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.29. log_level &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.29. log_put" href="log_put.html" />
22 <link rel="prev" title="7.3.27. lock_release" href="lock_release.html" />
21 <link rel="next" title="7.3.30. log_put" href="log_put.html" />
22 <link rel="prev" title="7.3.28. lock_release" href="lock_release.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="log_put.html" title="7.3.29. log_put"
48 <a href="log_put.html" title="7.3.30. log_put"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="lock_release.html" title="7.3.27. lock_release"
51 <a href="lock_release.html" title="7.3.28. lock_release"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="log-level">
66 <h1><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code><a class="headerlink" href="#log-level" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code><a class="headerlink" href="#log-level" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.28.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.29.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">log_level</span></code> command sets log level of Groonga.</p>
7070 </div>
7171 <div class="section" id="syntax">
72 <h2><span class="section-number">7.3.28.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
72 <h2><span class="section-number">7.3.29.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7373 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>log_level level
7474 </pre></div>
7575 </div>
7676 </div>
7777 <div class="section" id="usage">
78 <h2><span class="section-number">7.3.28.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
78 <h2><span class="section-number">7.3.29.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
7979 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>log_level warning
8080 [true]
8181 </pre></div>
8282 </div>
8383 </div>
8484 <div class="section" id="parameters">
85 <h2><span class="section-number">7.3.28.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
85 <h2><span class="section-number">7.3.29.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
8686 <p><code class="docutils literal notranslate"><span class="pre">level</span></code></p>
8787 <blockquote>
8888 <div><p>Specify log level with a character or string which means log level.</p>
140140 </div></blockquote>
141141 </div>
142142 <div class="section" id="return-value">
143 <h2><span class="section-number">7.3.28.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
143 <h2><span class="section-number">7.3.29.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
144144 <p><code class="docutils literal notranslate"><span class="pre">log_level</span></code> command returns whether log level configuration is succeeded or not:</p>
145145 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SUCCEEDED_OR_NOT]
146146 </pre></div>
155155 </div></blockquote>
156156 </div>
157157 <div class="section" id="see-also">
158 <h2><span class="section-number">7.3.28.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
158 <h2><span class="section-number">7.3.29.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
159159 <p><a class="reference internal" href="log_put.html"><span class="doc">log_put</span></a>
160160 <a class="reference internal" href="log_reopen.html"><span class="doc">log_reopen</span></a></p>
161161 </div>
170170 <div class="sphinxsidebarwrapper">
171171 <h3><a href="../../index.html">Table of Contents</a></h3>
172172 <ul>
173 <li><a class="reference internal" href="#">7.3.28. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a><ul>
174 <li><a class="reference internal" href="#summary">7.3.28.1. Summary</a></li>
175 <li><a class="reference internal" href="#syntax">7.3.28.2. Syntax</a></li>
176 <li><a class="reference internal" href="#usage">7.3.28.3. Usage</a></li>
177 <li><a class="reference internal" href="#parameters">7.3.28.4. Parameters</a></li>
178 <li><a class="reference internal" href="#return-value">7.3.28.5. Return value</a></li>
179 <li><a class="reference internal" href="#see-also">7.3.28.6. See also</a></li>
173 <li><a class="reference internal" href="#">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a><ul>
174 <li><a class="reference internal" href="#summary">7.3.29.1. Summary</a></li>
175 <li><a class="reference internal" href="#syntax">7.3.29.2. Syntax</a></li>
176 <li><a class="reference internal" href="#usage">7.3.29.3. Usage</a></li>
177 <li><a class="reference internal" href="#parameters">7.3.29.4. Parameters</a></li>
178 <li><a class="reference internal" href="#return-value">7.3.29.5. Return value</a></li>
179 <li><a class="reference internal" href="#see-also">7.3.29.6. See also</a></li>
180180 </ul>
181181 </li>
182182 </ul>
183183
184184 <h4>Previous topic</h4>
185185 <p class="topless"><a href="lock_release.html"
186 title="previous chapter"><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></p>
186 title="previous chapter"><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></p>
187187 <h4>Next topic</h4>
188188 <p class="topless"><a href="log_put.html"
189 title="next chapter"><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></p>
189 title="next chapter"><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></p>
190190 <div id="searchbox" style="display: none" role="search">
191191 <h3 id="searchlabel">Quick search</h3>
192192 <div class="searchformwrapper">
208208 <a href="../../genindex.html" title="General Index"
209209 >index</a></li>
210210 <li class="right" >
211 <a href="log_put.html" title="7.3.29. log_put"
211 <a href="log_put.html" title="7.3.30. log_put"
212212 >next</a> |</li>
213213 <li class="right" >
214 <a href="lock_release.html" title="7.3.27. lock_release"
214 <a href="lock_release.html" title="7.3.28. lock_release"
215215 >previous</a> |</li>
216 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
216 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
217217 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
218218 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
219 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
219 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
220220 </ul>
221221 </div>
222222 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.29. log_put &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.30. log_put &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.30. log_reopen" href="log_reopen.html" />
22 <link rel="prev" title="7.3.28. log_level" href="log_level.html" />
21 <link rel="next" title="7.3.31. log_reopen" href="log_reopen.html" />
22 <link rel="prev" title="7.3.29. log_level" href="log_level.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="log_reopen.html" title="7.3.30. log_reopen"
48 <a href="log_reopen.html" title="7.3.31. log_reopen"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="log_level.html" title="7.3.28. log_level"
51 <a href="log_level.html" title="7.3.29. log_level"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="log-put">
66 <h1><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code><a class="headerlink" href="#log-put" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code><a class="headerlink" href="#log-put" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.29.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.30.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p>log_put - ログ出力</p>
7070 <p>groonga組込コマンドの一つであるlog_putについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
7171 <p>log_putは、ログにmessageを出力します。</p>
7272 </div>
7373 <div class="section" id="syntax">
74 <h2><span class="section-number">7.3.29.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
74 <h2><span class="section-number">7.3.30.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7575 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>log_put level message
7676 </pre></div>
7777 </div>
7878 </div>
7979 <div class="section" id="usage">
80 <h2><span class="section-number">7.3.29.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
80 <h2><span class="section-number">7.3.30.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8181 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>log_put ERROR ****MESSAGE****
8282 [true]
8383 </pre></div>
8484 </div>
8585 </div>
8686 <div class="section" id="parameters">
87 <h2><span class="section-number">7.3.29.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
87 <h2><span class="section-number">7.3.30.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
8888 <p><code class="docutils literal notranslate"><span class="pre">level</span></code></p>
8989 <blockquote>
9090 <div><p>設定するログ出力レベルの値を以下のいずれかで指定します。</p>
105105 </div></blockquote>
106106 </div>
107107 <div class="section" id="return-value">
108 <h2><span class="section-number">7.3.29.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
108 <h2><span class="section-number">7.3.30.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
109109 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[成功かどうかのフラグ]
110110 </pre></div>
111111 </div>
115115 </div></blockquote>
116116 </div>
117117 <div class="section" id="see-also">
118 <h2><span class="section-number">7.3.29.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
118 <h2><span class="section-number">7.3.30.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
119119 <p><a class="reference internal" href="log_level.html"><span class="doc">log_level</span></a>
120120 <a class="reference internal" href="log_reopen.html"><span class="doc">log_reopen</span></a></p>
121121 </div>
130130 <div class="sphinxsidebarwrapper">
131131 <h3><a href="../../index.html">Table of Contents</a></h3>
132132 <ul>
133 <li><a class="reference internal" href="#">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a><ul>
134 <li><a class="reference internal" href="#summary">7.3.29.1. Summary</a></li>
135 <li><a class="reference internal" href="#syntax">7.3.29.2. Syntax</a></li>
136 <li><a class="reference internal" href="#usage">7.3.29.3. Usage</a></li>
137 <li><a class="reference internal" href="#parameters">7.3.29.4. Parameters</a></li>
138 <li><a class="reference internal" href="#return-value">7.3.29.5. Return value</a></li>
139 <li><a class="reference internal" href="#see-also">7.3.29.6. See also</a></li>
133 <li><a class="reference internal" href="#">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a><ul>
134 <li><a class="reference internal" href="#summary">7.3.30.1. Summary</a></li>
135 <li><a class="reference internal" href="#syntax">7.3.30.2. Syntax</a></li>
136 <li><a class="reference internal" href="#usage">7.3.30.3. Usage</a></li>
137 <li><a class="reference internal" href="#parameters">7.3.30.4. Parameters</a></li>
138 <li><a class="reference internal" href="#return-value">7.3.30.5. Return value</a></li>
139 <li><a class="reference internal" href="#see-also">7.3.30.6. See also</a></li>
140140 </ul>
141141 </li>
142142 </ul>
143143
144144 <h4>Previous topic</h4>
145145 <p class="topless"><a href="log_level.html"
146 title="previous chapter"><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></p>
146 title="previous chapter"><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></p>
147147 <h4>Next topic</h4>
148148 <p class="topless"><a href="log_reopen.html"
149 title="next chapter"><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></p>
149 title="next chapter"><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></p>
150150 <div id="searchbox" style="display: none" role="search">
151151 <h3 id="searchlabel">Quick search</h3>
152152 <div class="searchformwrapper">
168168 <a href="../../genindex.html" title="General Index"
169169 >index</a></li>
170170 <li class="right" >
171 <a href="log_reopen.html" title="7.3.30. log_reopen"
171 <a href="log_reopen.html" title="7.3.31. log_reopen"
172172 >next</a> |</li>
173173 <li class="right" >
174 <a href="log_level.html" title="7.3.28. log_level"
174 <a href="log_level.html" title="7.3.29. log_level"
175175 >previous</a> |</li>
176 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
176 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
177177 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
178178 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
179 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
179 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
180180 </ul>
181181 </div>
182182 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.30. log_reopen &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.31. log_reopen &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.31. logical_count" href="logical_count.html" />
22 <link rel="prev" title="7.3.29. log_put" href="log_put.html" />
21 <link rel="next" title="7.3.32. logical_count" href="logical_count.html" />
22 <link rel="prev" title="7.3.30. log_put" href="log_put.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="logical_count.html" title="7.3.31. logical_count"
48 <a href="logical_count.html" title="7.3.32. logical_count"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="log_put.html" title="7.3.29. log_put"
51 <a href="log_put.html" title="7.3.30. log_put"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="log-reopen">
66 <h1><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code><a class="headerlink" href="#log-reopen" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code><a class="headerlink" href="#log-reopen" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.30.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.31.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code> is a command that reloads log files.</p>
7070 <p>It is used to reload log files such as groonga log or query log which
7171 are specified by <code class="docutils literal notranslate"><span class="pre">--log-path</span></code> or <code class="docutils literal notranslate"><span class="pre">--query-log-path</span></code> options.</p>
7777 </div>
7878 </div>
7979 <div class="section" id="syntax">
80 <h2><span class="section-number">7.3.30.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
80 <h2><span class="section-number">7.3.31.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8181 <p>This command takes no parameters:</p>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>log_reopen
8383 </pre></div>
8484 </div>
8585 </div>
8686 <div class="section" id="usage">
87 <h2><span class="section-number">7.3.30.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
87 <h2><span class="section-number">7.3.31.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8888 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>log_reopen
8989
9090 [true]
9191 </pre></div>
9292 </div>
9393 <div class="section" id="lotate-log-files-with-log-reopen">
94 <h3><span class="section-number">7.3.30.3.1. </span>Lotate log files with <cite>log_reopen</cite><a class="headerlink" href="#lotate-log-files-with-log-reopen" title="Permalink to this headline">¶</a></h3>
94 <h3><span class="section-number">7.3.31.3.1. </span>Lotate log files with <cite>log_reopen</cite><a class="headerlink" href="#lotate-log-files-with-log-reopen" title="Permalink to this headline">¶</a></h3>
9595 <ol class="arabic simple">
9696 <li><p>Rename target log files such as mv command.
9797 (Log content is still written into moved log files)</p></li>
102102 </div>
103103 </div>
104104 <div class="section" id="parameters">
105 <h2><span class="section-number">7.3.30.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
105 <h2><span class="section-number">7.3.31.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
106106 <p>There is no required parameter.</p>
107107 </div>
108108 <div class="section" id="return-value">
109 <h2><span class="section-number">7.3.30.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
109 <h2><span class="section-number">7.3.31.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
110110 <p>The command returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body if the command succeeds such as:</p>
111111 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
112112 </pre></div>
117117 </div>
118118 </div>
119119 <div class="section" id="see-also">
120 <h2><span class="section-number">7.3.30.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
120 <h2><span class="section-number">7.3.31.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
121121 <p><a class="reference internal" href="log_level.html"><span class="doc">log_level</span></a>
122122 <a class="reference internal" href="log_put.html"><span class="doc">log_put</span></a></p>
123123 </div>
132132 <div class="sphinxsidebarwrapper">
133133 <h3><a href="../../index.html">Table of Contents</a></h3>
134134 <ul>
135 <li><a class="reference internal" href="#">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a><ul>
136 <li><a class="reference internal" href="#summary">7.3.30.1. Summary</a></li>
137 <li><a class="reference internal" href="#syntax">7.3.30.2. Syntax</a></li>
138 <li><a class="reference internal" href="#usage">7.3.30.3. Usage</a><ul>
139 <li><a class="reference internal" href="#lotate-log-files-with-log-reopen">7.3.30.3.1. Lotate log files with <cite>log_reopen</cite></a></li>
135 <li><a class="reference internal" href="#">7.3.31. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a><ul>
136 <li><a class="reference internal" href="#summary">7.3.31.1. Summary</a></li>
137 <li><a class="reference internal" href="#syntax">7.3.31.2. Syntax</a></li>
138 <li><a class="reference internal" href="#usage">7.3.31.3. Usage</a><ul>
139 <li><a class="reference internal" href="#lotate-log-files-with-log-reopen">7.3.31.3.1. Lotate log files with <cite>log_reopen</cite></a></li>
140140 </ul>
141141 </li>
142 <li><a class="reference internal" href="#parameters">7.3.30.4. Parameters</a></li>
143 <li><a class="reference internal" href="#return-value">7.3.30.5. Return value</a></li>
144 <li><a class="reference internal" href="#see-also">7.3.30.6. See also</a></li>
142 <li><a class="reference internal" href="#parameters">7.3.31.4. Parameters</a></li>
143 <li><a class="reference internal" href="#return-value">7.3.31.5. Return value</a></li>
144 <li><a class="reference internal" href="#see-also">7.3.31.6. See also</a></li>
145145 </ul>
146146 </li>
147147 </ul>
148148
149149 <h4>Previous topic</h4>
150150 <p class="topless"><a href="log_put.html"
151 title="previous chapter"><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></p>
151 title="previous chapter"><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></p>
152152 <h4>Next topic</h4>
153153 <p class="topless"><a href="logical_count.html"
154 title="next chapter"><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></p>
154 title="next chapter"><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></p>
155155 <div id="searchbox" style="display: none" role="search">
156156 <h3 id="searchlabel">Quick search</h3>
157157 <div class="searchformwrapper">
173173 <a href="../../genindex.html" title="General Index"
174174 >index</a></li>
175175 <li class="right" >
176 <a href="logical_count.html" title="7.3.31. logical_count"
176 <a href="logical_count.html" title="7.3.32. logical_count"
177177 >next</a> |</li>
178178 <li class="right" >
179 <a href="log_put.html" title="7.3.29. log_put"
179 <a href="log_put.html" title="7.3.30. log_put"
180180 >previous</a> |</li>
181 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
181 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
182182 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
183183 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
184 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
184 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
185185 </ul>
186186 </div>
187187 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.31. logical_count &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.32. logical_count &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.32. logical_parameters" href="logical_parameters.html" />
22 <link rel="prev" title="7.3.30. log_reopen" href="log_reopen.html" />
21 <link rel="next" title="7.3.33. logical_parameters" href="logical_parameters.html" />
22 <link rel="prev" title="7.3.31. log_reopen" href="log_reopen.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="logical_parameters.html" title="7.3.32. logical_parameters"
48 <a href="logical_parameters.html" title="7.3.33. logical_parameters"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="log_reopen.html" title="7.3.30. log_reopen"
51 <a href="log_reopen.html" title="7.3.31. log_reopen"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="logical-count">
66 <h1><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code><a class="headerlink" href="#logical-count" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code><a class="headerlink" href="#logical-count" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.31.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.32.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.0.0.</span></p>
7171 </div>
8484 this command is included in <code class="docutils literal notranslate"><span class="pre">sharding</span></code> plugin.</p>
8585 </div>
8686 <div class="section" id="syntax">
87 <h2><span class="section-number">7.3.31.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
87 <h2><span class="section-number">7.3.32.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8888 <p>This command takes many parameters.</p>
8989 <p>The required parameters are <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> and <code class="docutils literal notranslate"><span class="pre">shard_key</span></code>. Other
9090 parameters are optional:</p>
146146 </div>
147147 </div>
148148 <div class="section" id="usage">
149 <span id="logical-count-usage"></span><h2><span class="section-number">7.3.31.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
149 <span id="logical-count-usage"></span><h2><span class="section-number">7.3.32.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
150150 <p>Let’s learn about usage with examples. This section shows many popular
151151 usages.</p>
152152 <p>You need to register <code class="docutils literal notranslate"><span class="pre">sharding</span></code> plugin because this command is
270270 </div></blockquote>
271271 </div>
272272 <div class="section" id="parameters">
273 <h2><span class="section-number">7.3.31.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
273 <h2><span class="section-number">7.3.32.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
274274 <p>This section describes parameters of this command.</p>
275275 <div class="section" id="required-parameters">
276 <h3><span class="section-number">7.3.31.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
276 <h3><span class="section-number">7.3.32.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
277277 <p>There are required parameters, <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> and <code class="docutils literal notranslate"><span class="pre">shard_key</span></code>.</p>
278278 <div class="section" id="logical-table">
279 <span id="logical-count-logical-table"></span><h4><span class="section-number">7.3.31.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="Permalink to this headline">¶</a></h4>
279 <span id="logical-count-logical-table"></span><h4><span class="section-number">7.3.32.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="Permalink to this headline">¶</a></h4>
280280 <p>Specifies logical table name. It means table name without
281281 <code class="docutils literal notranslate"><span class="pre">_YYYYMMDD</span></code> postfix. If you use actual table such as
282282 <code class="docutils literal notranslate"><span class="pre">Logs_20150203</span></code>, <code class="docutils literal notranslate"><span class="pre">Logs_20150203</span></code> and so on, logical table name is
314314 </div>
315315 </div>
316316 <div class="section" id="shard-key">
317 <span id="logical-count-shard-key"></span><h4><span class="section-number">7.3.31.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="Permalink to this headline">¶</a></h4>
317 <span id="logical-count-shard-key"></span><h4><span class="section-number">7.3.32.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="Permalink to this headline">¶</a></h4>
318318 <p>Specifies column name which is treated as shared key. Shard key is a
319319 column that stores data that is used for distributing records to
320320 suitable shards.</p>
323323 </div>
324324 </div>
325325 <div class="section" id="optional-parameters">
326 <h3><span class="section-number">7.3.31.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
326 <h3><span class="section-number">7.3.32.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
327327 <p>There are optional parameters.</p>
328328 <div class="section" id="min">
329 <span id="logical-count-min"></span><h4><span class="section-number">7.3.31.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="Permalink to this headline">¶</a></h4>
329 <span id="logical-count-min"></span><h4><span class="section-number">7.3.32.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="Permalink to this headline">¶</a></h4>
330330 <p>Specifies the minimum value of <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> column. If shard doesn’t
331331 have any matched records, the shard isn’t searched.</p>
332332 <p>For example, <code class="docutils literal notranslate"><span class="pre">min</span></code> is <code class="docutils literal notranslate"><span class="pre">&quot;2015/07/09</span> <span class="pre">00:00:00&quot;</span></code>, <code class="docutils literal notranslate"><span class="pre">Entry_20150708</span></code>
344344 </div>
345345 </div>
346346 <div class="section" id="min-border">
347 <span id="logical-count-min-border"></span><h4><span class="section-number">7.3.31.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="Permalink to this headline">¶</a></h4>
347 <span id="logical-count-min-border"></span><h4><span class="section-number">7.3.32.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="Permalink to this headline">¶</a></h4>
348348 <p>Specifies whether the minimum value is included or not. Here is
349349 available values.</p>
350350 <table class="docutils align-default">
380380 </div>
381381 </div>
382382 <div class="section" id="max">
383 <span id="logical-count-max"></span><h4><span class="section-number">7.3.31.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="Permalink to this headline">¶</a></h4>
383 <span id="logical-count-max"></span><h4><span class="section-number">7.3.32.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="Permalink to this headline">¶</a></h4>
384384 <p>Specifies the maximum value of <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> column. If shard doesn’t
385385 have any matched records, the shard isn’t searched.</p>
386386 <p>For example, <code class="docutils literal notranslate"><span class="pre">max</span></code> is <code class="docutils literal notranslate"><span class="pre">&quot;2015/07/08</span> <span class="pre">23:59:59&quot;</span></code>, <code class="docutils literal notranslate"><span class="pre">Entry_20150709</span></code>
398398 </div>
399399 </div>
400400 <div class="section" id="max-border">
401 <span id="logical-count-max-border"></span><h4><span class="section-number">7.3.31.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="Permalink to this headline">¶</a></h4>
401 <span id="logical-count-max-border"></span><h4><span class="section-number">7.3.32.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="Permalink to this headline">¶</a></h4>
402402 <p>Specifies whether the maximum value is included or not. Here is
403403 available values.</p>
404404 <table class="docutils align-default">
435435 </div>
436436 </div>
437437 <div class="section" id="search-related-parameters">
438 <span id="logical-count-search-related-parameters"></span><h3><span class="section-number">7.3.31.4.3. </span>Search related parameters<a class="headerlink" href="#search-related-parameters" title="Permalink to this headline">¶</a></h3>
438 <span id="logical-count-search-related-parameters"></span><h3><span class="section-number">7.3.32.4.3. </span>Search related parameters<a class="headerlink" href="#search-related-parameters" title="Permalink to this headline">¶</a></h3>
439439 <p>This command provides <a class="reference internal" href="select.html"><span class="doc">select</span></a> compatible search related
440440 parameters.</p>
441441 <div class="section" id="filter">
442 <span id="logical-count-filter"></span><h4><span class="section-number">7.3.31.4.3.1. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h4>
442 <span id="logical-count-filter"></span><h4><span class="section-number">7.3.32.4.3.1. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h4>
443443 <p>Corresponds to <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
444444 <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> for details.</p>
445445 <p>Here is an example:</p>
453453 </div>
454454 </div>
455455 <div class="section" id="post-filter">
456 <span id="logical-count-post-filter"></span><h4><span class="section-number">7.3.31.4.3.2. </span><code class="docutils literal notranslate"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="Permalink to this headline">¶</a></h4>
456 <span id="logical-count-post-filter"></span><h4><span class="section-number">7.3.32.4.3.2. </span><code class="docutils literal notranslate"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="Permalink to this headline">¶</a></h4>
457457 <div class="versionadded">
458458 <p><span class="versionmodified added">New in version 8.0.1.</span></p>
459459 </div>
480480 </div>
481481 </div>
482482 <div class="section" id="dynamic-column-related-parameters">
483 <span id="logical-count-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.31.4.4. </span>Dynamic column related parameters<a class="headerlink" href="#dynamic-column-related-parameters" title="Permalink to this headline">¶</a></h3>
483 <span id="logical-count-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.32.4.4. </span>Dynamic column related parameters<a class="headerlink" href="#dynamic-column-related-parameters" title="Permalink to this headline">¶</a></h3>
484484 <div class="versionadded">
485485 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
486486 </div>
488488 supported. See <a class="reference internal" href="select.html#select-dynamic-column-related-parameters"><span class="std std-ref">Dynamic column related parameters</span></a> for
489489 details.</p>
490490 <div class="section" id="columns-name-stage">
491 <span id="logical-count-columns-name-stage"></span><h4><span class="section-number">7.3.31.4.4.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="Permalink to this headline">¶</a></h4>
491 <span id="logical-count-columns-name-stage"></span><h4><span class="section-number">7.3.32.4.4.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="Permalink to this headline">¶</a></h4>
492492 <div class="versionadded">
493493 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
494494 </div>
515515 </div>
516516 </div>
517517 <div class="section" id="columns-name-flags">
518 <span id="logical-count-columns-name-flags"></span><h4><span class="section-number">7.3.31.4.4.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="Permalink to this headline">¶</a></h4>
518 <span id="logical-count-columns-name-flags"></span><h4><span class="section-number">7.3.32.4.4.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="Permalink to this headline">¶</a></h4>
519519 <div class="versionadded">
520520 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
521521 </div>
541541 </div>
542542 </div>
543543 <div class="section" id="columns-name-type">
544 <span id="logical-count-columns-name-type"></span><h4><span class="section-number">7.3.31.4.4.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="Permalink to this headline">¶</a></h4>
544 <span id="logical-count-columns-name-type"></span><h4><span class="section-number">7.3.32.4.4.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="Permalink to this headline">¶</a></h4>
545545 <div class="versionadded">
546546 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
547547 </div>
564564 </div>
565565 </div>
566566 <div class="section" id="columns-name-value">
567 <span id="logical-count-columns-name-value"></span><h4><span class="section-number">7.3.31.4.4.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="Permalink to this headline">¶</a></h4>
567 <span id="logical-count-columns-name-value"></span><h4><span class="section-number">7.3.32.4.4.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="Permalink to this headline">¶</a></h4>
568568 <div class="versionadded">
569569 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
570570 </div>
597597 </div>
598598 </div>
599599 <div class="section" id="window-function-related-parameters">
600 <span id="logical-count-window-function-related-parameters"></span><h3><span class="section-number">7.3.31.4.5. </span>Window function related parameters<a class="headerlink" href="#window-function-related-parameters" title="Permalink to this headline">¶</a></h3>
600 <span id="logical-count-window-function-related-parameters"></span><h3><span class="section-number">7.3.32.4.5. </span>Window function related parameters<a class="headerlink" href="#window-function-related-parameters" title="Permalink to this headline">¶</a></h3>
601601 <div class="versionadded">
602602 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
603603 </div>
663663 </pre></div>
664664 </div>
665665 <div class="section" id="columns-name-window-sort-keys">
666 <span id="logical-count-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.31.4.5.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="Permalink to this headline">¶</a></h4>
666 <span id="logical-count-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.32.4.5.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="Permalink to this headline">¶</a></h4>
667667 <div class="versionadded">
668668 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
669669 </div>
690690 </div>
691691 </div>
692692 <div class="section" id="columns-name-window-group-keys">
693 <span id="logical-count-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.31.4.5.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="Permalink to this headline">¶</a></h4>
693 <span id="logical-count-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.32.4.5.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="Permalink to this headline">¶</a></h4>
694694 <div class="versionadded">
695695 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
696696 </div>
716716 </div>
717717 </div>
718718 <div class="section" id="cache-related-parameter">
719 <h3><span class="section-number">7.3.31.4.6. </span>Cache related parameter<a class="headerlink" href="#cache-related-parameter" title="Permalink to this headline">¶</a></h3>
719 <h3><span class="section-number">7.3.32.4.6. </span>Cache related parameter<a class="headerlink" href="#cache-related-parameter" title="Permalink to this headline">¶</a></h3>
720720 <div class="section" id="cache">
721 <span id="logical-count-cache"></span><h4><span class="section-number">7.3.31.4.6.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="Permalink to this headline">¶</a></h4>
721 <span id="logical-count-cache"></span><h4><span class="section-number">7.3.32.4.6.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="Permalink to this headline">¶</a></h4>
722722 <p>Specifies whether caching the result of this query or not.</p>
723723 <p>If the result of this query is cached, the next same query returns
724724 response quickly by using the cache.</p>
758758 </div>
759759 </div>
760760 <div class="section" id="return-value">
761 <h2><span class="section-number">7.3.31.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
761 <h2><span class="section-number">7.3.32.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
762762 <p>The command returns a response with the following format:</p>
763763 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, N_HITS]
764764 </pre></div>
778778 <div class="sphinxsidebarwrapper">
779779 <h3><a href="../../index.html">Table of Contents</a></h3>
780780 <ul>
781 <li><a class="reference internal" href="#">7.3.31. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a><ul>
782 <li><a class="reference internal" href="#summary">7.3.31.1. Summary</a></li>
783 <li><a class="reference internal" href="#syntax">7.3.31.2. Syntax</a></li>
784 <li><a class="reference internal" href="#usage">7.3.31.3. Usage</a></li>
785 <li><a class="reference internal" href="#parameters">7.3.31.4. Parameters</a><ul>
786 <li><a class="reference internal" href="#required-parameters">7.3.31.4.1. Required parameters</a><ul>
787 <li><a class="reference internal" href="#logical-table">7.3.31.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
788 <li><a class="reference internal" href="#shard-key">7.3.31.4.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
781 <li><a class="reference internal" href="#">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a><ul>
782 <li><a class="reference internal" href="#summary">7.3.32.1. Summary</a></li>
783 <li><a class="reference internal" href="#syntax">7.3.32.2. Syntax</a></li>
784 <li><a class="reference internal" href="#usage">7.3.32.3. Usage</a></li>
785 <li><a class="reference internal" href="#parameters">7.3.32.4. Parameters</a><ul>
786 <li><a class="reference internal" href="#required-parameters">7.3.32.4.1. Required parameters</a><ul>
787 <li><a class="reference internal" href="#logical-table">7.3.32.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
788 <li><a class="reference internal" href="#shard-key">7.3.32.4.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
789789 </ul>
790790 </li>
791 <li><a class="reference internal" href="#optional-parameters">7.3.31.4.2. Optional parameters</a><ul>
792 <li><a class="reference internal" href="#min">7.3.31.4.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
793 <li><a class="reference internal" href="#min-border">7.3.31.4.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
794 <li><a class="reference internal" href="#max">7.3.31.4.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
795 <li><a class="reference internal" href="#max-border">7.3.31.4.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
791 <li><a class="reference internal" href="#optional-parameters">7.3.32.4.2. Optional parameters</a><ul>
792 <li><a class="reference internal" href="#min">7.3.32.4.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
793 <li><a class="reference internal" href="#min-border">7.3.32.4.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
794 <li><a class="reference internal" href="#max">7.3.32.4.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
795 <li><a class="reference internal" href="#max-border">7.3.32.4.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
796796 </ul>
797797 </li>
798 <li><a class="reference internal" href="#search-related-parameters">7.3.31.4.3. Search related parameters</a><ul>
799 <li><a class="reference internal" href="#filter">7.3.31.4.3.1. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
800 <li><a class="reference internal" href="#post-filter">7.3.31.4.3.2. <code class="docutils literal notranslate"><span class="pre">post_filter</span></code></a></li>
798 <li><a class="reference internal" href="#search-related-parameters">7.3.32.4.3. Search related parameters</a><ul>
799 <li><a class="reference internal" href="#filter">7.3.32.4.3.1. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
800 <li><a class="reference internal" href="#post-filter">7.3.32.4.3.2. <code class="docutils literal notranslate"><span class="pre">post_filter</span></code></a></li>
801801 </ul>
802802 </li>
803 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.31.4.4. Dynamic column related parameters</a><ul>
804 <li><a class="reference internal" href="#columns-name-stage">7.3.31.4.4.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
805 <li><a class="reference internal" href="#columns-name-flags">7.3.31.4.4.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
806 <li><a class="reference internal" href="#columns-name-type">7.3.31.4.4.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
807 <li><a class="reference internal" href="#columns-name-value">7.3.31.4.4.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
803 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.32.4.4. Dynamic column related parameters</a><ul>
804 <li><a class="reference internal" href="#columns-name-stage">7.3.32.4.4.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
805 <li><a class="reference internal" href="#columns-name-flags">7.3.32.4.4.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
806 <li><a class="reference internal" href="#columns-name-type">7.3.32.4.4.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
807 <li><a class="reference internal" href="#columns-name-value">7.3.32.4.4.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
808808 </ul>
809809 </li>
810 <li><a class="reference internal" href="#window-function-related-parameters">7.3.31.4.5. Window function related parameters</a><ul>
811 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.31.4.5.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
812 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.31.4.5.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
810 <li><a class="reference internal" href="#window-function-related-parameters">7.3.32.4.5. Window function related parameters</a><ul>
811 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.32.4.5.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
812 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.32.4.5.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
813813 </ul>
814814 </li>
815 <li><a class="reference internal" href="#cache-related-parameter">7.3.31.4.6. Cache related parameter</a><ul>
816 <li><a class="reference internal" href="#cache">7.3.31.4.6.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
815 <li><a class="reference internal" href="#cache-related-parameter">7.3.32.4.6. Cache related parameter</a><ul>
816 <li><a class="reference internal" href="#cache">7.3.32.4.6.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
817817 </ul>
818818 </li>
819819 </ul>
820820 </li>
821 <li><a class="reference internal" href="#return-value">7.3.31.5. Return value</a></li>
821 <li><a class="reference internal" href="#return-value">7.3.32.5. Return value</a></li>
822822 </ul>
823823 </li>
824824 </ul>
825825
826826 <h4>Previous topic</h4>
827827 <p class="topless"><a href="log_reopen.html"
828 title="previous chapter"><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></p>
828 title="previous chapter"><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></p>
829829 <h4>Next topic</h4>
830830 <p class="topless"><a href="logical_parameters.html"
831 title="next chapter"><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></p>
831 title="next chapter"><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></p>
832832 <div id="searchbox" style="display: none" role="search">
833833 <h3 id="searchlabel">Quick search</h3>
834834 <div class="searchformwrapper">
850850 <a href="../../genindex.html" title="General Index"
851851 >index</a></li>
852852 <li class="right" >
853 <a href="logical_parameters.html" title="7.3.32. logical_parameters"
853 <a href="logical_parameters.html" title="7.3.33. logical_parameters"
854854 >next</a> |</li>
855855 <li class="right" >
856 <a href="log_reopen.html" title="7.3.30. log_reopen"
856 <a href="log_reopen.html" title="7.3.31. log_reopen"
857857 >previous</a> |</li>
858 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
858 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
859859 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
860860 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
861 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
861 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
862862 </ul>
863863 </div>
864864 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.32. logical_parameters &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.33. logical_parameters &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.33. logical_range_filter" href="logical_range_filter.html" />
22 <link rel="prev" title="7.3.31. logical_count" href="logical_count.html" />
21 <link rel="next" title="7.3.34. logical_range_filter" href="logical_range_filter.html" />
22 <link rel="prev" title="7.3.32. logical_count" href="logical_count.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="logical_range_filter.html" title="7.3.33. logical_range_filter"
48 <a href="logical_range_filter.html" title="7.3.34. logical_range_filter"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="logical_count.html" title="7.3.31. logical_count"
51 <a href="logical_count.html" title="7.3.32. logical_count"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="logical-parameters">
66 <h1><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code><a class="headerlink" href="#logical-parameters" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code><a class="headerlink" href="#logical-parameters" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.32.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.33.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.0.6.</span></p>
7171 </div>
9494 </div>
9595 </div>
9696 <div class="section" id="syntax">
97 <h2><span class="section-number">7.3.32.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
97 <h2><span class="section-number">7.3.33.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
9898 <p>This command takes only one optional parameter:</p>
9999 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_parameters [range_index=null]
100100 </pre></div>
101101 </div>
102102 </div>
103103 <div class="section" id="usage">
104 <h2><span class="section-number">7.3.32.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
104 <h2><span class="section-number">7.3.33.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
105105 <p>You need to register <code class="docutils literal notranslate"><span class="pre">sharding</span></code> plugin to use this command:</p>
106106 <p>Execution example:</p>
107107 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register sharding
125125 are set when you set new values.</p>
126126 </div>
127127 <div class="section" id="parameters">
128 <h2><span class="section-number">7.3.32.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
128 <h2><span class="section-number">7.3.33.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
129129 <p>This section describes parameters.</p>
130130 <div class="section" id="required-parameters">
131 <h3><span class="section-number">7.3.32.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
131 <h3><span class="section-number">7.3.33.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
132132 <p>There is no required parameter.</p>
133133 </div>
134134 <div class="section" id="optional-parameters">
135 <h3><span class="section-number">7.3.32.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
135 <h3><span class="section-number">7.3.33.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
136136 <p>There is one optional parameter.</p>
137137 <div class="section" id="range-index">
138 <span id="logical-parameters-range-index"></span><h4><span class="section-number">7.3.32.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">range_index</span></code><a class="headerlink" href="#range-index" title="Permalink to this headline">¶</a></h4>
138 <span id="logical-parameters-range-index"></span><h4><span class="section-number">7.3.33.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">range_index</span></code><a class="headerlink" href="#range-index" title="Permalink to this headline">¶</a></h4>
139139 <p>Specifies how to use range index in <a class="reference internal" href="logical_range_filter.html"><span class="doc">logical_range_filter</span></a> by
140140 keyword.</p>
141141 <p>Here are available keywords:</p>
171171 </div>
172172 </div>
173173 <div class="section" id="return-value">
174 <h2><span class="section-number">7.3.32.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
174 <h2><span class="section-number">7.3.33.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
175175 <p>The command returns the current parameters for <code class="docutils literal notranslate"><span class="pre">logical_*</span></code> command:</p>
176176 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
177177 HEADER,
200200 <div class="sphinxsidebarwrapper">
201201 <h3><a href="../../index.html">Table of Contents</a></h3>
202202 <ul>
203 <li><a class="reference internal" href="#">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a><ul>
204 <li><a class="reference internal" href="#summary">7.3.32.1. Summary</a></li>
205 <li><a class="reference internal" href="#syntax">7.3.32.2. Syntax</a></li>
206 <li><a class="reference internal" href="#usage">7.3.32.3. Usage</a></li>
207 <li><a class="reference internal" href="#parameters">7.3.32.4. Parameters</a><ul>
208 <li><a class="reference internal" href="#required-parameters">7.3.32.4.1. Required parameters</a></li>
209 <li><a class="reference internal" href="#optional-parameters">7.3.32.4.2. Optional parameters</a><ul>
210 <li><a class="reference internal" href="#range-index">7.3.32.4.2.1. <code class="docutils literal notranslate"><span class="pre">range_index</span></code></a></li>
203 <li><a class="reference internal" href="#">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a><ul>
204 <li><a class="reference internal" href="#summary">7.3.33.1. Summary</a></li>
205 <li><a class="reference internal" href="#syntax">7.3.33.2. Syntax</a></li>
206 <li><a class="reference internal" href="#usage">7.3.33.3. Usage</a></li>
207 <li><a class="reference internal" href="#parameters">7.3.33.4. Parameters</a><ul>
208 <li><a class="reference internal" href="#required-parameters">7.3.33.4.1. Required parameters</a></li>
209 <li><a class="reference internal" href="#optional-parameters">7.3.33.4.2. Optional parameters</a><ul>
210 <li><a class="reference internal" href="#range-index">7.3.33.4.2.1. <code class="docutils literal notranslate"><span class="pre">range_index</span></code></a></li>
211211 </ul>
212212 </li>
213213 </ul>
214214 </li>
215 <li><a class="reference internal" href="#return-value">7.3.32.5. Return value</a></li>
215 <li><a class="reference internal" href="#return-value">7.3.33.5. Return value</a></li>
216216 </ul>
217217 </li>
218218 </ul>
219219
220220 <h4>Previous topic</h4>
221221 <p class="topless"><a href="logical_count.html"
222 title="previous chapter"><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></p>
222 title="previous chapter"><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></p>
223223 <h4>Next topic</h4>
224224 <p class="topless"><a href="logical_range_filter.html"
225 title="next chapter"><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></p>
225 title="next chapter"><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></p>
226226 <div id="searchbox" style="display: none" role="search">
227227 <h3 id="searchlabel">Quick search</h3>
228228 <div class="searchformwrapper">
244244 <a href="../../genindex.html" title="General Index"
245245 >index</a></li>
246246 <li class="right" >
247 <a href="logical_range_filter.html" title="7.3.33. logical_range_filter"
247 <a href="logical_range_filter.html" title="7.3.34. logical_range_filter"
248248 >next</a> |</li>
249249 <li class="right" >
250 <a href="logical_count.html" title="7.3.31. logical_count"
250 <a href="logical_count.html" title="7.3.32. logical_count"
251251 >previous</a> |</li>
252 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
252 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
253253 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
254254 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
255 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
255 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
256256 </ul>
257257 </div>
258258 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.33. logical_range_filter &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.34. logical_range_filter &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.34. logical_select" href="logical_select.html" />
22 <link rel="prev" title="7.3.32. logical_parameters" href="logical_parameters.html" />
21 <link rel="next" title="7.3.35. logical_select" href="logical_select.html" />
22 <link rel="prev" title="7.3.33. logical_parameters" href="logical_parameters.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="logical_select.html" title="7.3.34. logical_select"
48 <a href="logical_select.html" title="7.3.35. logical_select"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="logical_parameters.html" title="7.3.32. logical_parameters"
51 <a href="logical_parameters.html" title="7.3.33. logical_parameters"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="logical-range-filter">
66 <h1><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code><a class="headerlink" href="#logical-range-filter" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code><a class="headerlink" href="#logical-range-filter" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.33.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.34.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.0.0.</span></p>
7171 </div>
9292 this command is included in <code class="docutils literal notranslate"><span class="pre">sharding</span></code> plugin.</p>
9393 </div>
9494 <div class="section" id="syntax">
95 <h2><span class="section-number">7.3.33.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
95 <h2><span class="section-number">7.3.34.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
9696 <p>This command takes many parameters.</p>
9797 <p>The required parameters are <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> and <code class="docutils literal notranslate"><span class="pre">shard_key</span></code>:</p>
9898 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_range_filter
159159 </div>
160160 </div>
161161 <div class="section" id="usage">
162 <h2><span class="section-number">7.3.33.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
162 <h2><span class="section-number">7.3.34.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
163163 <p>Let’s learn about usage with examples. This section shows many popular
164164 usages.</p>
165165 <p>You need to register <code class="docutils literal notranslate"><span class="pre">sharding</span></code> plugin because this command is
262262 fulltext search ready.</p>
263263 <p>OK. The schema and data for examples are ready.</p>
264264 <div class="section" id="simple-usage">
265 <h3><span class="section-number">7.3.33.3.1. </span>Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h3>
265 <h3><span class="section-number">7.3.34.3.1. </span>Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h3>
266266 <p>TODO</p>
267267 </div>
268268 </div>
269269 <div class="section" id="parameters">
270 <h2><span class="section-number">7.3.33.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
270 <h2><span class="section-number">7.3.34.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
271271 <p>This section describes parameters of <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code>.</p>
272272 <div class="section" id="required-parameters">
273 <h3><span class="section-number">7.3.33.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
273 <h3><span class="section-number">7.3.34.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
274274 <p>There are required parameters, <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> and <code class="docutils literal notranslate"><span class="pre">shard_key</span></code>.</p>
275275 <div class="section" id="logical-table">
276 <h4><span class="section-number">7.3.33.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="Permalink to this headline">¶</a></h4>
276 <h4><span class="section-number">7.3.34.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="Permalink to this headline">¶</a></h4>
277277 <p>Specifies logical table name. It means table name without
278278 <code class="docutils literal notranslate"><span class="pre">_YYYYMMDD</span></code> postfix. If you use actual table such as
279279 <code class="docutils literal notranslate"><span class="pre">Entries_20150708</span></code>, <code class="docutils literal notranslate"><span class="pre">Entries_20150709</span></code> and so on, logical table
371371 </div>
372372 </div>
373373 <div class="section" id="shard-key">
374 <h4><span class="section-number">7.3.33.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="Permalink to this headline">¶</a></h4>
374 <h4><span class="section-number">7.3.34.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="Permalink to this headline">¶</a></h4>
375375 <p>Specifies column name which is treated as shared key in each parted table.</p>
376376 <p>TODO: Add examples</p>
377377 </div>
378378 </div>
379379 <div class="section" id="optional-parameters">
380 <h3><span class="section-number">7.3.33.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
380 <h3><span class="section-number">7.3.34.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
381381 <p>There are optional parameters.</p>
382382 <div class="section" id="min">
383 <h4><span class="section-number">7.3.33.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="Permalink to this headline">¶</a></h4>
383 <h4><span class="section-number">7.3.34.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="Permalink to this headline">¶</a></h4>
384384 <p>Specifies the min value of <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></p>
385385 <p>TODO: Add examples</p>
386386 </div>
387387 <div class="section" id="min-border">
388 <h4><span class="section-number">7.3.33.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="Permalink to this headline">¶</a></h4>
388 <h4><span class="section-number">7.3.34.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="Permalink to this headline">¶</a></h4>
389389 <p>Specifies whether the min value of borderline must be include or not.
390390 Specify <code class="docutils literal notranslate"><span class="pre">include</span></code> or <code class="docutils literal notranslate"><span class="pre">exclude</span></code> as the value of this parameter.</p>
391391 <p>TODO: Add examples</p>
392392 </div>
393393 <div class="section" id="max">
394 <h4><span class="section-number">7.3.33.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="Permalink to this headline">¶</a></h4>
394 <h4><span class="section-number">7.3.34.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="Permalink to this headline">¶</a></h4>
395395 <p>Specifies the max value of <code class="docutils literal notranslate"><span class="pre">shard_key</span></code>.</p>
396396 <p>TODO: Add examples</p>
397397 </div>
398398 <div class="section" id="max-border">
399 <h4><span class="section-number">7.3.33.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="Permalink to this headline">¶</a></h4>
399 <h4><span class="section-number">7.3.34.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="Permalink to this headline">¶</a></h4>
400400 <p>Specifies whether the max value of borderline must be include or not.
401401 Specify <code class="docutils literal notranslate"><span class="pre">include</span></code> or <code class="docutils literal notranslate"><span class="pre">exclude</span></code> as the value of this parameter.</p>
402402 <p>TODO: Add examples</p>
403403 </div>
404404 <div class="section" id="order">
405 <h4><span class="section-number">7.3.33.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">order</span></code><a class="headerlink" href="#order" title="Permalink to this headline">¶</a></h4>
405 <h4><span class="section-number">7.3.34.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">order</span></code><a class="headerlink" href="#order" title="Permalink to this headline">¶</a></h4>
406406 <p>Specifies order of search result.
407407 Specify <code class="docutils literal notranslate"><span class="pre">ascending</span></code> or <code class="docutils literal notranslate"><span class="pre">descending</span></code> as the value of this parameter.</p>
408408 <p>If we set <code class="docutils literal notranslate"><span class="pre">ascending</span></code> in this parameter, search results are sorted by ascending order based on <code class="docutils literal notranslate"><span class="pre">shared_key</span></code>.
480480 </div>
481481 </div>
482482 <div class="section" id="search-related-parameters">
483 <span id="logical-range-filter-search-related-parameters"></span><h3><span class="section-number">7.3.33.4.3. </span>Search related parameters<a class="headerlink" href="#search-related-parameters" title="Permalink to this headline">¶</a></h3>
483 <span id="logical-range-filter-search-related-parameters"></span><h3><span class="section-number">7.3.34.4.3. </span>Search related parameters<a class="headerlink" href="#search-related-parameters" title="Permalink to this headline">¶</a></h3>
484484 <p>This command provides <a class="reference internal" href="select.html"><span class="doc">select</span></a> compatible search related
485485 parameters.</p>
486486 <div class="section" id="filter">
487 <span id="logical-range-filter-filter"></span><h4><span class="section-number">7.3.33.4.3.1. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h4>
487 <span id="logical-range-filter-filter"></span><h4><span class="section-number">7.3.34.4.3.1. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h4>
488488 <p>Corresponds to <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
489489 <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> for details.</p>
490490 <p>Here is an example:</p>
491491 <p>TODO</p>
492492 </div>
493493 <div class="section" id="post-filter">
494 <span id="logical-range-filter-post-filter"></span><h4><span class="section-number">7.3.33.4.3.2. </span><code class="docutils literal notranslate"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="Permalink to this headline">¶</a></h4>
494 <span id="logical-range-filter-post-filter"></span><h4><span class="section-number">7.3.34.4.3.2. </span><code class="docutils literal notranslate"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="Permalink to this headline">¶</a></h4>
495495 <div class="versionadded">
496496 <p><span class="versionmodified added">New in version 7.1.1.</span></p>
497497 </div>
555555 </div>
556556 </div>
557557 <div class="section" id="output-related-parameters">
558 <h3><span class="section-number">7.3.33.4.4. </span>Output related parameters<a class="headerlink" href="#output-related-parameters" title="Permalink to this headline">¶</a></h3>
558 <h3><span class="section-number">7.3.34.4.4. </span>Output related parameters<a class="headerlink" href="#output-related-parameters" title="Permalink to this headline">¶</a></h3>
559559 <div class="section" id="output-columns">
560 <span id="logical-range-filter-output-columns"></span><h4><span class="section-number">7.3.33.4.4.1. </span><code class="docutils literal notranslate"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="Permalink to this headline">¶</a></h4>
560 <span id="logical-range-filter-output-columns"></span><h4><span class="section-number">7.3.34.4.4.1. </span><code class="docutils literal notranslate"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="Permalink to this headline">¶</a></h4>
561561 <p>Corresponds to <a class="reference internal" href="select.html#select-output-columns"><span class="std std-ref">output_columns</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
562562 <a class="reference internal" href="select.html#select-output-columns"><span class="std std-ref">output_columns</span></a> for details.</p>
563563 <p>Here is an example:</p>
636636 </div>
637637 </div>
638638 <div class="section" id="sort-keys">
639 <span id="logical-range-filter-sort-keys"></span><h4><span class="section-number">7.3.33.4.4.2. </span><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="Permalink to this headline">¶</a></h4>
639 <span id="logical-range-filter-sort-keys"></span><h4><span class="section-number">7.3.34.4.4.2. </span><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="Permalink to this headline">¶</a></h4>
640640 <div class="versionadded">
641641 <p><span class="versionmodified added">New in version 8.0.2.</span></p>
642642 </div>
778778 </div>
779779 </div>
780780 <div class="section" id="offset">
781 <span id="logical-range-filter-offset"></span><h4><span class="section-number">7.3.33.4.4.3. </span><code class="docutils literal notranslate"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="Permalink to this headline">¶</a></h4>
781 <span id="logical-range-filter-offset"></span><h4><span class="section-number">7.3.34.4.4.3. </span><code class="docutils literal notranslate"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="Permalink to this headline">¶</a></h4>
782782 <p>Corresponds to <a class="reference internal" href="select.html#select-offset"><span class="std std-ref">offset</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
783783 <a class="reference internal" href="select.html#select-offset"><span class="std std-ref">offset</span></a> for details.</p>
784784 <p>Here is an example:</p>
843843 </div>
844844 </div>
845845 <div class="section" id="limit">
846 <span id="logical-range-filter-limit"></span><h4><span class="section-number">7.3.33.4.4.4. </span><code class="docutils literal notranslate"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="Permalink to this headline">¶</a></h4>
846 <span id="logical-range-filter-limit"></span><h4><span class="section-number">7.3.34.4.4.4. </span><code class="docutils literal notranslate"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="Permalink to this headline">¶</a></h4>
847847 <p>Corresponds to <a class="reference internal" href="select.html#select-limit"><span class="std std-ref">limit</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
848848 <a class="reference internal" href="select.html#select-limit"><span class="std std-ref">limit</span></a> for details.</p>
849849 <p>The difference from <a class="reference internal" href="select.html"><span class="doc">select</span></a> is that this command stops searching
906906 </div>
907907 </div>
908908 <div class="section" id="test-related-parameters">
909 <h3><span class="section-number">7.3.33.4.5. </span>Test related parameters<a class="headerlink" href="#test-related-parameters" title="Permalink to this headline">¶</a></h3>
909 <h3><span class="section-number">7.3.34.4.5. </span>Test related parameters<a class="headerlink" href="#test-related-parameters" title="Permalink to this headline">¶</a></h3>
910910 <div class="section" id="use-range-index">
911 <h4><span class="section-number">7.3.33.4.5.1. </span><code class="docutils literal notranslate"><span class="pre">use_range_index</span></code><a class="headerlink" href="#use-range-index" title="Permalink to this headline">¶</a></h4>
911 <h4><span class="section-number">7.3.34.4.5.1. </span><code class="docutils literal notranslate"><span class="pre">use_range_index</span></code><a class="headerlink" href="#use-range-index" title="Permalink to this headline">¶</a></h4>
912912 <p>Specifies whether range_index is used or not.
913913 Note that it’s a parameter for test. It should not be used for production.</p>
914914 <p>TODO: Add examples</p>
915915 </div>
916916 </div>
917917 <div class="section" id="dynamic-column-related-parameters">
918 <span id="logical-range-filter-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.33.4.6. </span>Dynamic column related parameters<a class="headerlink" href="#dynamic-column-related-parameters" title="Permalink to this headline">¶</a></h3>
918 <span id="logical-range-filter-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.34.4.6. </span>Dynamic column related parameters<a class="headerlink" href="#dynamic-column-related-parameters" title="Permalink to this headline">¶</a></h3>
919919 <div class="versionadded">
920920 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
921921 </div>
930930 for supporting window function. Running window function requires all
931931 target records in a table.</p>
932932 <div class="section" id="columns-name-stage">
933 <span id="logical-range-filter-columns-name-stage"></span><h4><span class="section-number">7.3.33.4.6.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="Permalink to this headline">¶</a></h4>
933 <span id="logical-range-filter-columns-name-stage"></span><h4><span class="section-number">7.3.34.4.6.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="Permalink to this headline">¶</a></h4>
934934 <div class="versionadded">
935935 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
936936 </div>
986986 </div>
987987 </div>
988988 <div class="section" id="columns-name-flags">
989 <span id="logical-range-filter-columns-name-flags"></span><h4><span class="section-number">7.3.33.4.6.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="Permalink to this headline">¶</a></h4>
989 <span id="logical-range-filter-columns-name-flags"></span><h4><span class="section-number">7.3.34.4.6.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="Permalink to this headline">¶</a></h4>
990990 <div class="versionadded">
991991 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
992992 </div>
10701070 </div>
10711071 </div>
10721072 <div class="section" id="columns-name-type">
1073 <span id="logical-range-filter-columns-name-type"></span><h4><span class="section-number">7.3.33.4.6.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="Permalink to this headline">¶</a></h4>
1073 <span id="logical-range-filter-columns-name-type"></span><h4><span class="section-number">7.3.34.4.6.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="Permalink to this headline">¶</a></h4>
10741074 <div class="versionadded">
10751075 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
10761076 </div>
11401140 </div>
11411141 </div>
11421142 <div class="section" id="columns-name-value">
1143 <span id="logical-range-filter-columns-name-value"></span><h4><span class="section-number">7.3.33.4.6.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="Permalink to this headline">¶</a></h4>
1143 <span id="logical-range-filter-columns-name-value"></span><h4><span class="section-number">7.3.34.4.6.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="Permalink to this headline">¶</a></h4>
11441144 <div class="versionadded">
11451145 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
11461146 </div>
12201220 </div>
12211221 </div>
12221222 <div class="section" id="window-function-related-parameters">
1223 <span id="logical-range-filter-window-function-related-parameters"></span><h3><span class="section-number">7.3.33.4.7. </span>Window function related parameters<a class="headerlink" href="#window-function-related-parameters" title="Permalink to this headline">¶</a></h3>
1223 <span id="logical-range-filter-window-function-related-parameters"></span><h3><span class="section-number">7.3.34.4.7. </span>Window function related parameters<a class="headerlink" href="#window-function-related-parameters" title="Permalink to this headline">¶</a></h3>
12241224 <div class="versionadded">
12251225 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
12261226 </div>
13241324 </pre></div>
13251325 </div>
13261326 <div class="section" id="columns-name-window-sort-keys">
1327 <span id="logical-range-filter-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.33.4.7.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="Permalink to this headline">¶</a></h4>
1327 <span id="logical-range-filter-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.34.4.7.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="Permalink to this headline">¶</a></h4>
13281328 <div class="versionadded">
13291329 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
13301330 </div>
14071407 </div>
14081408 </div>
14091409 <div class="section" id="columns-name-window-group-keys">
1410 <span id="logical-range-filter-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.33.4.7.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="Permalink to this headline">¶</a></h4>
1410 <span id="logical-range-filter-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.34.4.7.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="Permalink to this headline">¶</a></h4>
14111411 <div class="versionadded">
14121412 <p><span class="versionmodified added">New in version 7.0.9.</span></p>
14131413 </div>
14891489 </div>
14901490 </div>
14911491 <div class="section" id="cache-related-parameter">
1492 <h3><span class="section-number">7.3.33.4.8. </span>Cache related parameter<a class="headerlink" href="#cache-related-parameter" title="Permalink to this headline">¶</a></h3>
1492 <h3><span class="section-number">7.3.34.4.8. </span>Cache related parameter<a class="headerlink" href="#cache-related-parameter" title="Permalink to this headline">¶</a></h3>
14931493 <div class="section" id="cache">
1494 <span id="logical-range-filter-cache"></span><h4><span class="section-number">7.3.33.4.8.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="Permalink to this headline">¶</a></h4>
1494 <span id="logical-range-filter-cache"></span><h4><span class="section-number">7.3.34.4.8.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="Permalink to this headline">¶</a></h4>
14951495 <p>Specifies whether caching the result of this query or not.</p>
14961496 <p>If the result of this query is cached, the next same query returns
14971497 response quickly by using the cache.</p>
15961596 </div>
15971597 </div>
15981598 <div class="section" id="return-value">
1599 <h2><span class="section-number">7.3.33.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
1599 <h2><span class="section-number">7.3.34.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
16001600 <p>The command returns a response with the following format:</p>
16011601 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
16021602 HEADER,
17031703 <div class="sphinxsidebarwrapper">
17041704 <h3><a href="../../index.html">Table of Contents</a></h3>
17051705 <ul>
1706 <li><a class="reference internal" href="#">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a><ul>
1707 <li><a class="reference internal" href="#summary">7.3.33.1. Summary</a></li>
1708 <li><a class="reference internal" href="#syntax">7.3.33.2. Syntax</a></li>
1709 <li><a class="reference internal" href="#usage">7.3.33.3. Usage</a><ul>
1710 <li><a class="reference internal" href="#simple-usage">7.3.33.3.1. Simple usage</a></li>
1706 <li><a class="reference internal" href="#">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a><ul>
1707 <li><a class="reference internal" href="#summary">7.3.34.1. Summary</a></li>
1708 <li><a class="reference internal" href="#syntax">7.3.34.2. Syntax</a></li>
1709 <li><a class="reference internal" href="#usage">7.3.34.3. Usage</a><ul>
1710 <li><a class="reference internal" href="#simple-usage">7.3.34.3.1. Simple usage</a></li>
17111711 </ul>
17121712 </li>
1713 <li><a class="reference internal" href="#parameters">7.3.33.4. Parameters</a><ul>
1714 <li><a class="reference internal" href="#required-parameters">7.3.33.4.1. Required parameters</a><ul>
1715 <li><a class="reference internal" href="#logical-table">7.3.33.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
1716 <li><a class="reference internal" href="#shard-key">7.3.33.4.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
1713 <li><a class="reference internal" href="#parameters">7.3.34.4. Parameters</a><ul>
1714 <li><a class="reference internal" href="#required-parameters">7.3.34.4.1. Required parameters</a><ul>
1715 <li><a class="reference internal" href="#logical-table">7.3.34.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
1716 <li><a class="reference internal" href="#shard-key">7.3.34.4.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
17171717 </ul>
17181718 </li>
1719 <li><a class="reference internal" href="#optional-parameters">7.3.33.4.2. Optional parameters</a><ul>
1720 <li><a class="reference internal" href="#min">7.3.33.4.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
1721 <li><a class="reference internal" href="#min-border">7.3.33.4.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
1722 <li><a class="reference internal" href="#max">7.3.33.4.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
1723 <li><a class="reference internal" href="#max-border">7.3.33.4.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
1724 <li><a class="reference internal" href="#order">7.3.33.4.2.5. <code class="docutils literal notranslate"><span class="pre">order</span></code></a></li>
1719 <li><a class="reference internal" href="#optional-parameters">7.3.34.4.2. Optional parameters</a><ul>
1720 <li><a class="reference internal" href="#min">7.3.34.4.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
1721 <li><a class="reference internal" href="#min-border">7.3.34.4.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
1722 <li><a class="reference internal" href="#max">7.3.34.4.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
1723 <li><a class="reference internal" href="#max-border">7.3.34.4.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
1724 <li><a class="reference internal" href="#order">7.3.34.4.2.5. <code class="docutils literal notranslate"><span class="pre">order</span></code></a></li>
17251725 </ul>
17261726 </li>
1727 <li><a class="reference internal" href="#search-related-parameters">7.3.33.4.3. Search related parameters</a><ul>
1728 <li><a class="reference internal" href="#filter">7.3.33.4.3.1. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
1729 <li><a class="reference internal" href="#post-filter">7.3.33.4.3.2. <code class="docutils literal notranslate"><span class="pre">post_filter</span></code></a></li>
1727 <li><a class="reference internal" href="#search-related-parameters">7.3.34.4.3. Search related parameters</a><ul>
1728 <li><a class="reference internal" href="#filter">7.3.34.4.3.1. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
1729 <li><a class="reference internal" href="#post-filter">7.3.34.4.3.2. <code class="docutils literal notranslate"><span class="pre">post_filter</span></code></a></li>
17301730 </ul>
17311731 </li>
1732 <li><a class="reference internal" href="#output-related-parameters">7.3.33.4.4. Output related parameters</a><ul>
1733 <li><a class="reference internal" href="#output-columns">7.3.33.4.4.1. <code class="docutils literal notranslate"><span class="pre">output_columns</span></code></a></li>
1734 <li><a class="reference internal" href="#sort-keys">7.3.33.4.4.2. <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code></a></li>
1735 <li><a class="reference internal" href="#offset">7.3.33.4.4.3. <code class="docutils literal notranslate"><span class="pre">offset</span></code></a></li>
1736 <li><a class="reference internal" href="#limit">7.3.33.4.4.4. <code class="docutils literal notranslate"><span class="pre">limit</span></code></a></li>
1732 <li><a class="reference internal" href="#output-related-parameters">7.3.34.4.4. Output related parameters</a><ul>
1733 <li><a class="reference internal" href="#output-columns">7.3.34.4.4.1. <code class="docutils literal notranslate"><span class="pre">output_columns</span></code></a></li>
1734 <li><a class="reference internal" href="#sort-keys">7.3.34.4.4.2. <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code></a></li>
1735 <li><a class="reference internal" href="#offset">7.3.34.4.4.3. <code class="docutils literal notranslate"><span class="pre">offset</span></code></a></li>
1736 <li><a class="reference internal" href="#limit">7.3.34.4.4.4. <code class="docutils literal notranslate"><span class="pre">limit</span></code></a></li>
17371737 </ul>
17381738 </li>
1739 <li><a class="reference internal" href="#test-related-parameters">7.3.33.4.5. Test related parameters</a><ul>
1740 <li><a class="reference internal" href="#use-range-index">7.3.33.4.5.1. <code class="docutils literal notranslate"><span class="pre">use_range_index</span></code></a></li>
1739 <li><a class="reference internal" href="#test-related-parameters">7.3.34.4.5. Test related parameters</a><ul>
1740 <li><a class="reference internal" href="#use-range-index">7.3.34.4.5.1. <code class="docutils literal notranslate"><span class="pre">use_range_index</span></code></a></li>
17411741 </ul>
17421742 </li>
1743 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.33.4.6. Dynamic column related parameters</a><ul>
1744 <li><a class="reference internal" href="#columns-name-stage">7.3.33.4.6.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
1745 <li><a class="reference internal" href="#columns-name-flags">7.3.33.4.6.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
1746 <li><a class="reference internal" href="#columns-name-type">7.3.33.4.6.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
1747 <li><a class="reference internal" href="#columns-name-value">7.3.33.4.6.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
1743 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.34.4.6. Dynamic column related parameters</a><ul>
1744 <li><a class="reference internal" href="#columns-name-stage">7.3.34.4.6.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
1745 <li><a class="reference internal" href="#columns-name-flags">7.3.34.4.6.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
1746 <li><a class="reference internal" href="#columns-name-type">7.3.34.4.6.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
1747 <li><a class="reference internal" href="#columns-name-value">7.3.34.4.6.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
17481748 </ul>
17491749 </li>
1750 <li><a class="reference internal" href="#window-function-related-parameters">7.3.33.4.7. Window function related parameters</a><ul>
1751 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.33.4.7.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
1752 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.33.4.7.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
1750 <li><a class="reference internal" href="#window-function-related-parameters">7.3.34.4.7. Window function related parameters</a><ul>
1751 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.34.4.7.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
1752 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.34.4.7.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
17531753 </ul>
17541754 </li>
1755 <li><a class="reference internal" href="#cache-related-parameter">7.3.33.4.8. Cache related parameter</a><ul>
1756 <li><a class="reference internal" href="#cache">7.3.33.4.8.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
1755 <li><a class="reference internal" href="#cache-related-parameter">7.3.34.4.8. Cache related parameter</a><ul>
1756 <li><a class="reference internal" href="#cache">7.3.34.4.8.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
17571757 </ul>
17581758 </li>
17591759 </ul>
17601760 </li>
1761 <li><a class="reference internal" href="#return-value">7.3.33.5. Return value</a></li>
1761 <li><a class="reference internal" href="#return-value">7.3.34.5. Return value</a></li>
17621762 </ul>
17631763 </li>
17641764 </ul>
17651765
17661766 <h4>Previous topic</h4>
17671767 <p class="topless"><a href="logical_parameters.html"
1768 title="previous chapter"><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></p>
1768 title="previous chapter"><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></p>
17691769 <h4>Next topic</h4>
17701770 <p class="topless"><a href="logical_select.html"
1771 title="next chapter"><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></p>
1771 title="next chapter"><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></p>
17721772 <div id="searchbox" style="display: none" role="search">
17731773 <h3 id="searchlabel">Quick search</h3>
17741774 <div class="searchformwrapper">
17901790 <a href="../../genindex.html" title="General Index"
17911791 >index</a></li>
17921792 <li class="right" >
1793 <a href="logical_select.html" title="7.3.34. logical_select"
1793 <a href="logical_select.html" title="7.3.35. logical_select"
17941794 >next</a> |</li>
17951795 <li class="right" >
1796 <a href="logical_parameters.html" title="7.3.32. logical_parameters"
1796 <a href="logical_parameters.html" title="7.3.33. logical_parameters"
17971797 >previous</a> |</li>
1798 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
1798 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
17991799 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
18001800 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
1801 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
1801 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
18021802 </ul>
18031803 </div>
18041804 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.34. logical_select &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.35. logical_select &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.35. logical_shard_list" href="logical_shard_list.html" />
22 <link rel="prev" title="7.3.33. logical_range_filter" href="logical_range_filter.html" />
21 <link rel="next" title="7.3.36. logical_shard_list" href="logical_shard_list.html" />
22 <link rel="prev" title="7.3.34. logical_range_filter" href="logical_range_filter.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="logical_shard_list.html" title="7.3.35. logical_shard_list"
48 <a href="logical_shard_list.html" title="7.3.36. logical_shard_list"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="logical_range_filter.html" title="7.3.33. logical_range_filter"
51 <a href="logical_range_filter.html" title="7.3.34. logical_range_filter"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="logical-select">
66 <h1><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code><a class="headerlink" href="#logical-select" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code><a class="headerlink" href="#logical-select" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.34.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.35.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.0.5.</span></p>
7171 </div>
7676 this command is included in <code class="docutils literal notranslate"><span class="pre">sharding</span></code> plugin.</p>
7777 </div>
7878 <div class="section" id="syntax">
79 <h2><span class="section-number">7.3.34.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
79 <h2><span class="section-number">7.3.35.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8080 <p>This command takes many parameters.</p>
8181 <p>The required parameters are <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> and <code class="docutils literal notranslate"><span class="pre">shard_key</span></code>. Other
8282 parameters are optional:</p>
201201 </div></blockquote>
202202 </div>
203203 <div class="section" id="differences-from-select">
204 <h2><span class="section-number">7.3.34.3. </span>Differences from <code class="docutils literal notranslate"><span class="pre">select</span></code><a class="headerlink" href="#differences-from-select" title="Permalink to this headline">¶</a></h2>
204 <h2><span class="section-number">7.3.35.3. </span>Differences from <code class="docutils literal notranslate"><span class="pre">select</span></code><a class="headerlink" href="#differences-from-select" title="Permalink to this headline">¶</a></h2>
205205 <p>Most of <code class="docutils literal notranslate"><span class="pre">logical_select</span></code> features can be used like corresponding
206206 <a class="reference internal" href="select.html"><span class="doc">select</span></a> features. For example, parameter name is same, output
207207 format is same and so on.</p>
230230 </div></blockquote>
231231 </div>
232232 <div class="section" id="usage">
233 <h2><span class="section-number">7.3.34.4. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
233 <h2><span class="section-number">7.3.35.4. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
234234 <p>Let’s learn about usage with examples. This section shows many popular
235235 usages.</p>
236236 <p>You need to register <code class="docutils literal notranslate"><span class="pre">sharding</span></code> plugin because this command is
333333 fulltext search ready.</p>
334334 <p>OK. The schema and data for examples are ready.</p>
335335 <div class="section" id="simple-usage">
336 <h3><span class="section-number">7.3.34.4.1. </span>Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h3>
336 <h3><span class="section-number">7.3.35.4.1. </span>Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h3>
337337 <p>Here is an example that specifies only required parameters.</p>
338338 <p>Execution example:</p>
339339 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_select --logical_table Entries --shard_key created_at
423423 </div>
424424 </div>
425425 <div class="section" id="parameters">
426 <h2><span class="section-number">7.3.34.5. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
426 <h2><span class="section-number">7.3.35.5. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
427427 <p>This section describes parameters of <code class="docutils literal notranslate"><span class="pre">logical_select</span></code>.</p>
428428 <div class="section" id="required-parameters">
429 <h3><span class="section-number">7.3.34.5.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
429 <h3><span class="section-number">7.3.35.5.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
430430 <p>There are required parameters, <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> and <code class="docutils literal notranslate"><span class="pre">shard_key</span></code>.</p>
431431 <div class="section" id="logical-table">
432 <span id="logical-select-logical-table"></span><h4><span class="section-number">7.3.34.5.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="Permalink to this headline">¶</a></h4>
432 <span id="logical-select-logical-table"></span><h4><span class="section-number">7.3.35.5.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="Permalink to this headline">¶</a></h4>
433433 <p>Specifies logical table name. It means table name without
434434 <code class="docutils literal notranslate"><span class="pre">_YYYYMMDD</span></code> postfix. If you use actual table such as
435435 <code class="docutils literal notranslate"><span class="pre">Entries_20150708</span></code>, <code class="docutils literal notranslate"><span class="pre">Entries_20150709</span></code> and so on, logical table
542542 </div>
543543 </div>
544544 <div class="section" id="shard-key">
545 <span id="logical-select-shard-key"></span><h4><span class="section-number">7.3.34.5.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="Permalink to this headline">¶</a></h4>
545 <span id="logical-select-shard-key"></span><h4><span class="section-number">7.3.35.5.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="Permalink to this headline">¶</a></h4>
546546 <p>Specifies column name which is treated as shared key. Shard key is a
547547 column that stores data that is used for distributing records to
548548 suitable shards.</p>
551551 </div>
552552 </div>
553553 <div class="section" id="optional-parameters">
554 <h3><span class="section-number">7.3.34.5.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
554 <h3><span class="section-number">7.3.35.5.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
555555 <p>There are optional parameters.</p>
556556 <div class="section" id="min">
557 <span id="logical-select-min"></span><h4><span class="section-number">7.3.34.5.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="Permalink to this headline">¶</a></h4>
557 <span id="logical-select-min"></span><h4><span class="section-number">7.3.35.5.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="Permalink to this headline">¶</a></h4>
558558 <p>Specifies the minimum value of <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> column. If shard doesn’t
559559 have any matched records, the shard isn’t searched.</p>
560560 <p>For example, <code class="docutils literal notranslate"><span class="pre">min</span></code> is <code class="docutils literal notranslate"><span class="pre">&quot;2015/07/09</span> <span class="pre">00:00:00&quot;</span></code>, <code class="docutils literal notranslate"><span class="pre">Entry_20150708</span></code>
627627 </div>
628628 </div>
629629 <div class="section" id="min-border">
630 <span id="logical-select-min-border"></span><h4><span class="section-number">7.3.34.5.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="Permalink to this headline">¶</a></h4>
630 <span id="logical-select-min-border"></span><h4><span class="section-number">7.3.35.5.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="Permalink to this headline">¶</a></h4>
631631 <p>Specifies whether the minimum value is included or not. Here is
632632 available values.</p>
633633 <table class="docutils align-default">
710710 </div>
711711 </div>
712712 <div class="section" id="max">
713 <span id="logical-select-max"></span><h4><span class="section-number">7.3.34.5.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="Permalink to this headline">¶</a></h4>
713 <span id="logical-select-max"></span><h4><span class="section-number">7.3.35.5.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="Permalink to this headline">¶</a></h4>
714714 <p>Specifies the maximum value of <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> column. If shard doesn’t
715715 have any matched records, the shard isn’t searched.</p>
716716 <p>For example, <code class="docutils literal notranslate"><span class="pre">max</span></code> is <code class="docutils literal notranslate"><span class="pre">&quot;2015/07/08</span> <span class="pre">23:59:59&quot;</span></code>, <code class="docutils literal notranslate"><span class="pre">Entry_20150709</span></code>
791791 </div>
792792 </div>
793793 <div class="section" id="max-border">
794 <span id="logical-select-max-border"></span><h4><span class="section-number">7.3.34.5.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="Permalink to this headline">¶</a></h4>
794 <span id="logical-select-max-border"></span><h4><span class="section-number">7.3.35.5.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="Permalink to this headline">¶</a></h4>
795795 <p>Specifies whether the maximum value is included or not. Here is
796796 available values.</p>
797797 <table class="docutils align-default">
891891 </div>
892892 </div>
893893 <div class="section" id="search-related-parameters">
894 <span id="logical-select-search-related-parameters"></span><h3><span class="section-number">7.3.34.5.3. </span>Search related parameters<a class="headerlink" href="#search-related-parameters" title="Permalink to this headline">¶</a></h3>
894 <span id="logical-select-search-related-parameters"></span><h3><span class="section-number">7.3.35.5.3. </span>Search related parameters<a class="headerlink" href="#search-related-parameters" title="Permalink to this headline">¶</a></h3>
895895 <p>This command provides <a class="reference internal" href="select.html"><span class="doc">select</span></a> compatible search related
896896 parameters.</p>
897897 <div class="section" id="match-columns">
898 <span id="logical-select-match-columns"></span><h4><span class="section-number">7.3.34.5.3.1. </span><code class="docutils literal notranslate"><span class="pre">match_columns</span></code><a class="headerlink" href="#match-columns" title="Permalink to this headline">¶</a></h4>
898 <span id="logical-select-match-columns"></span><h4><span class="section-number">7.3.35.5.3.1. </span><code class="docutils literal notranslate"><span class="pre">match_columns</span></code><a class="headerlink" href="#match-columns" title="Permalink to this headline">¶</a></h4>
899899 <div class="versionadded">
900900 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
901901 </div>
969969 </div>
970970 </div>
971971 <div class="section" id="query">
972 <span id="logical-select-query"></span><h4><span class="section-number">7.3.34.5.3.2. </span><code class="docutils literal notranslate"><span class="pre">query</span></code><a class="headerlink" href="#query" title="Permalink to this headline">¶</a></h4>
972 <span id="logical-select-query"></span><h4><span class="section-number">7.3.35.5.3.2. </span><code class="docutils literal notranslate"><span class="pre">query</span></code><a class="headerlink" href="#query" title="Permalink to this headline">¶</a></h4>
973973 <div class="versionadded">
974974 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
975975 </div>
10431043 <p>See also <a class="reference internal" href="#logical-select-match-columns"><span class="std std-ref">match_columns</span></a>.</p>
10441044 </div>
10451045 <div class="section" id="filter">
1046 <span id="logical-select-filter"></span><h4><span class="section-number">7.3.34.5.3.3. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h4>
1046 <span id="logical-select-filter"></span><h4><span class="section-number">7.3.35.5.3.3. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h4>
10471047 <p>Corresponds to <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
10481048 <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> for details.</p>
10491049 <p>Here is an example:</p>
11201120 </div>
11211121 </div>
11221122 <div class="section" id="post-filter">
1123 <span id="logical-select-post-filter"></span><h4><span class="section-number">7.3.34.5.3.4. </span><code class="docutils literal notranslate"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="Permalink to this headline">¶</a></h4>
1123 <span id="logical-select-post-filter"></span><h4><span class="section-number">7.3.35.5.3.4. </span><code class="docutils literal notranslate"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="Permalink to this headline">¶</a></h4>
11241124 <div class="versionadded">
11251125 <p><span class="versionmodified added">New in version 8.0.1.</span></p>
11261126 </div>
11831183 </div>
11841184 </div>
11851185 <div class="section" id="load-table">
1186 <span id="logical-select-load-table"></span><h4><span class="section-number">7.3.34.5.3.5. </span><code class="docutils literal notranslate"><span class="pre">load_table</span></code><a class="headerlink" href="#load-table" title="Permalink to this headline">¶</a></h4>
1186 <span id="logical-select-load-table"></span><h4><span class="section-number">7.3.35.5.3.5. </span><code class="docutils literal notranslate"><span class="pre">load_table</span></code><a class="headerlink" href="#load-table" title="Permalink to this headline">¶</a></h4>
11871187 <div class="versionadded">
11881188 <p><span class="versionmodified added">New in version 8.1.1.</span></p>
11891189 </div>
13241324 </div>
13251325 </div>
13261326 <div class="section" id="load-columns">
1327 <span id="logical-select-load-columns"></span><h4><span class="section-number">7.3.34.5.3.6. </span><code class="docutils literal notranslate"><span class="pre">load_columns</span></code><a class="headerlink" href="#load-columns" title="Permalink to this headline">¶</a></h4>
1327 <span id="logical-select-load-columns"></span><h4><span class="section-number">7.3.35.5.3.6. </span><code class="docutils literal notranslate"><span class="pre">load_columns</span></code><a class="headerlink" href="#load-columns" title="Permalink to this headline">¶</a></h4>
13281328 <div class="versionadded">
13291329 <p><span class="versionmodified added">New in version 8.1.1.</span></p>
13301330 </div>
13351335 <p>See example of <code class="docutils literal notranslate"><span class="pre">--load_table</span></code> for how to use this argument.</p>
13361336 </div>
13371337 <div class="section" id="load-values">
1338 <span id="logical-select-load-values"></span><h4><span class="section-number">7.3.34.5.3.7. </span><code class="docutils literal notranslate"><span class="pre">load_values</span></code><a class="headerlink" href="#load-values" title="Permalink to this headline">¶</a></h4>
1338 <span id="logical-select-load-values"></span><h4><span class="section-number">7.3.35.5.3.7. </span><code class="docutils literal notranslate"><span class="pre">load_values</span></code><a class="headerlink" href="#load-values" title="Permalink to this headline">¶</a></h4>
13391339 <div class="versionadded">
13401340 <p><span class="versionmodified added">New in version 8.1.1.</span></p>
13411341 </div>
13471347 </div>
13481348 </div>
13491349 <div class="section" id="advanced-search-parameters">
1350 <span id="logical-select-advanced-search-parameters"></span><h3><span class="section-number">7.3.34.5.4. </span>Advanced search parameters<a class="headerlink" href="#advanced-search-parameters" title="Permalink to this headline">¶</a></h3>
1350 <span id="logical-select-advanced-search-parameters"></span><h3><span class="section-number">7.3.35.5.4. </span>Advanced search parameters<a class="headerlink" href="#advanced-search-parameters" title="Permalink to this headline">¶</a></h3>
13511351 <p><code class="docutils literal notranslate"><span class="pre">logical_select</span></code> doesn’t implement advanced search parameters yet.</p>
13521352 <div class="section" id="match-escalation-threshold">
1353 <span id="logical-select-match-escalation-threshold"></span><h4><span class="section-number">7.3.34.5.4.1. </span><code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code><a class="headerlink" href="#match-escalation-threshold" title="Permalink to this headline">¶</a></h4>
1353 <span id="logical-select-match-escalation-threshold"></span><h4><span class="section-number">7.3.35.5.4.1. </span><code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code><a class="headerlink" href="#match-escalation-threshold" title="Permalink to this headline">¶</a></h4>
13541354 <p>Not implemented yet.</p>
13551355 </div>
13561356 <div class="section" id="query-flags">
1357 <span id="logical-select-query-flags"></span><h4><span class="section-number">7.3.34.5.4.2. </span><code class="docutils literal notranslate"><span class="pre">query_flags</span></code><a class="headerlink" href="#query-flags" title="Permalink to this headline">¶</a></h4>
1357 <span id="logical-select-query-flags"></span><h4><span class="section-number">7.3.35.5.4.2. </span><code class="docutils literal notranslate"><span class="pre">query_flags</span></code><a class="headerlink" href="#query-flags" title="Permalink to this headline">¶</a></h4>
13581358 <p>Not implemented yet.</p>
13591359 </div>
13601360 <div class="section" id="query-expander">
1361 <span id="logical-select-query-expander"></span><h4><span class="section-number">7.3.34.5.4.3. </span><code class="docutils literal notranslate"><span class="pre">query_expander</span></code><a class="headerlink" href="#query-expander" title="Permalink to this headline">¶</a></h4>
1361 <span id="logical-select-query-expander"></span><h4><span class="section-number">7.3.35.5.4.3. </span><code class="docutils literal notranslate"><span class="pre">query_expander</span></code><a class="headerlink" href="#query-expander" title="Permalink to this headline">¶</a></h4>
13621362 <p>Not implemented yet.</p>
13631363 </div>
13641364 </div>
13651365 <div class="section" id="output-related-parameters">
1366 <h3><span class="section-number">7.3.34.5.5. </span>Output related parameters<a class="headerlink" href="#output-related-parameters" title="Permalink to this headline">¶</a></h3>
1366 <h3><span class="section-number">7.3.35.5.5. </span>Output related parameters<a class="headerlink" href="#output-related-parameters" title="Permalink to this headline">¶</a></h3>
13671367 <div class="section" id="output-columns">
1368 <span id="logical-select-output-columns"></span><h4><span class="section-number">7.3.34.5.5.1. </span><code class="docutils literal notranslate"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="Permalink to this headline">¶</a></h4>
1368 <span id="logical-select-output-columns"></span><h4><span class="section-number">7.3.35.5.5.1. </span><code class="docutils literal notranslate"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="Permalink to this headline">¶</a></h4>
13691369 <p>Corresponds to <a class="reference internal" href="select.html#select-output-columns"><span class="std std-ref">output_columns</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
13701370 <a class="reference internal" href="select.html#select-output-columns"><span class="std std-ref">output_columns</span></a> for details.</p>
13711371 <p>Here is an example:</p>
14491449 </div>
14501450 </div>
14511451 <div class="section" id="sortby">
1452 <span id="logical-select-sortby"></span><h4><span class="section-number">7.3.34.5.5.2. </span><code class="docutils literal notranslate"><span class="pre">sortby</span></code><a class="headerlink" href="#sortby" title="Permalink to this headline">¶</a></h4>
1452 <span id="logical-select-sortby"></span><h4><span class="section-number">7.3.35.5.5.2. </span><code class="docutils literal notranslate"><span class="pre">sortby</span></code><a class="headerlink" href="#sortby" title="Permalink to this headline">¶</a></h4>
14531453 <div class="deprecated">
14541454 <p><span class="versionmodified deprecated">Deprecated since version 6.1.5: </span>Use <a class="reference internal" href="#logical-select-sort-keys"><span class="std std-ref">sort_keys</span></a> instead.</p>
14551455 </div>
14561456 </div>
14571457 <div class="section" id="sort-keys">
1458 <span id="logical-select-sort-keys"></span><h4><span class="section-number">7.3.34.5.5.3. </span><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="Permalink to this headline">¶</a></h4>
1458 <span id="logical-select-sort-keys"></span><h4><span class="section-number">7.3.35.5.5.3. </span><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="Permalink to this headline">¶</a></h4>
14591459 <p>Corresponds to <a class="reference internal" href="select.html#select-sort-keys"><span class="std std-ref">sort_keys</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
14601460 <a class="reference internal" href="select.html#select-sort-keys"><span class="std std-ref">sort_keys</span></a> for details.</p>
14611461 <p><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code> has a limitation. It works only when the number of
15481548 </div>
15491549 </div>
15501550 <div class="section" id="offset">
1551 <span id="logical-select-offset"></span><h4><span class="section-number">7.3.34.5.5.4. </span><code class="docutils literal notranslate"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="Permalink to this headline">¶</a></h4>
1551 <span id="logical-select-offset"></span><h4><span class="section-number">7.3.35.5.5.4. </span><code class="docutils literal notranslate"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="Permalink to this headline">¶</a></h4>
15521552 <p>Corresponds to <a class="reference internal" href="select.html#select-offset"><span class="std std-ref">offset</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
15531553 <a class="reference internal" href="select.html#select-offset"><span class="std std-ref">offset</span></a> for details.</p>
15541554 <p>Here is an example:</p>
16251625 </div>
16261626 </div>
16271627 <div class="section" id="limit">
1628 <span id="logical-select-limit"></span><h4><span class="section-number">7.3.34.5.5.5. </span><code class="docutils literal notranslate"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="Permalink to this headline">¶</a></h4>
1628 <span id="logical-select-limit"></span><h4><span class="section-number">7.3.35.5.5.5. </span><code class="docutils literal notranslate"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="Permalink to this headline">¶</a></h4>
16291629 <p>Corresponds to <a class="reference internal" href="select.html#select-limit"><span class="std std-ref">limit</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
16301630 <a class="reference internal" href="select.html#select-limit"><span class="std std-ref">limit</span></a> for details.</p>
16311631 <p>Here is an example:</p>
16941694 </div>
16951695 </div>
16961696 <div class="section" id="scorer">
1697 <span id="logical-select-scorer"></span><h4><span class="section-number">7.3.34.5.5.6. </span><code class="docutils literal notranslate"><span class="pre">scorer</span></code><a class="headerlink" href="#scorer" title="Permalink to this headline">¶</a></h4>
1697 <span id="logical-select-scorer"></span><h4><span class="section-number">7.3.35.5.5.6. </span><code class="docutils literal notranslate"><span class="pre">scorer</span></code><a class="headerlink" href="#scorer" title="Permalink to this headline">¶</a></h4>
16981698 <p>Not implemented yet.</p>
16991699 </div>
17001700 </div>
17011701 <div class="section" id="dynamic-column-related-parameters">
1702 <span id="logical-select-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.34.5.6. </span>Dynamic column related parameters<a class="headerlink" href="#dynamic-column-related-parameters" title="Permalink to this headline">¶</a></h3>
1702 <span id="logical-select-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.35.5.6. </span>Dynamic column related parameters<a class="headerlink" href="#dynamic-column-related-parameters" title="Permalink to this headline">¶</a></h3>
17031703 <div class="versionadded">
17041704 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
17051705 </div>
17071707 supported. See <a class="reference internal" href="select.html#select-dynamic-column-related-parameters"><span class="std std-ref">Dynamic column related parameters</span></a> for
17081708 details.</p>
17091709 <div class="section" id="columns-name-stage">
1710 <span id="logical-select-columns-name-stage"></span><h4><span class="section-number">7.3.34.5.6.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="Permalink to this headline">¶</a></h4>
1710 <span id="logical-select-columns-name-stage"></span><h4><span class="section-number">7.3.35.5.6.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="Permalink to this headline">¶</a></h4>
17111711 <div class="versionadded">
17121712 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
17131713 </div>
17681768 </div>
17691769 </div>
17701770 <div class="section" id="columns-name-flags">
1771 <span id="logical-select-columns-name-flags"></span><h4><span class="section-number">7.3.34.5.6.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="Permalink to this headline">¶</a></h4>
1771 <span id="logical-select-columns-name-flags"></span><h4><span class="section-number">7.3.35.5.6.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="Permalink to this headline">¶</a></h4>
17721772 <div class="versionadded">
17731773 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
17741774 </div>
18571857 </div>
18581858 </div>
18591859 <div class="section" id="columns-name-type">
1860 <span id="logical-select-columns-name-type"></span><h4><span class="section-number">7.3.34.5.6.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="Permalink to this headline">¶</a></h4>
1860 <span id="logical-select-columns-name-type"></span><h4><span class="section-number">7.3.35.5.6.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="Permalink to this headline">¶</a></h4>
18611861 <div class="versionadded">
18621862 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
18631863 </div>
19321932 </div>
19331933 </div>
19341934 <div class="section" id="columns-name-value">
1935 <span id="logical-select-columns-name-value"></span><h4><span class="section-number">7.3.34.5.6.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="Permalink to this headline">¶</a></h4>
1935 <span id="logical-select-columns-name-value"></span><h4><span class="section-number">7.3.35.5.6.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="Permalink to this headline">¶</a></h4>
19361936 <div class="versionadded">
19371937 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
19381938 </div>
20172017 </div>
20182018 </div>
20192019 <div class="section" id="window-function-related-parameters">
2020 <span id="logical-select-window-function-related-parameters"></span><h3><span class="section-number">7.3.34.5.7. </span>Window function related parameters<a class="headerlink" href="#window-function-related-parameters" title="Permalink to this headline">¶</a></h3>
2020 <span id="logical-select-window-function-related-parameters"></span><h3><span class="section-number">7.3.35.5.7. </span>Window function related parameters<a class="headerlink" href="#window-function-related-parameters" title="Permalink to this headline">¶</a></h3>
20212021 <div class="versionadded">
20222022 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
20232023 </div>
21212121 </pre></div>
21222122 </div>
21232123 <div class="section" id="columns-name-window-sort-keys">
2124 <span id="logical-select-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.34.5.7.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="Permalink to this headline">¶</a></h4>
2124 <span id="logical-select-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.35.5.7.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="Permalink to this headline">¶</a></h4>
21252125 <div class="versionadded">
21262126 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
21272127 </div>
22102210 </div>
22112211 </div>
22122212 <div class="section" id="columns-name-window-group-keys">
2213 <span id="logical-select-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.34.5.7.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="Permalink to this headline">¶</a></h4>
2213 <span id="logical-select-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.35.5.7.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="Permalink to this headline">¶</a></h4>
22142214 <div class="versionadded">
22152215 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
22162216 </div>
22982298 </div>
22992299 </div>
23002300 <div class="section" id="drilldown-related-parameters">
2301 <span id="logical-select-drilldown-related-parameters"></span><h3><span class="section-number">7.3.34.5.8. </span>Drilldown related parameters<a class="headerlink" href="#drilldown-related-parameters" title="Permalink to this headline">¶</a></h3>
2301 <span id="logical-select-drilldown-related-parameters"></span><h3><span class="section-number">7.3.35.5.8. </span>Drilldown related parameters<a class="headerlink" href="#drilldown-related-parameters" title="Permalink to this headline">¶</a></h3>
23022302 <p>All drilldown related parameters in <a class="reference internal" href="select.html"><span class="doc">select</span></a> are supported. See
23032303 <a class="reference internal" href="select.html#select-drilldown-related-parameters"><span class="std std-ref">Drilldown related parameters</span></a> for details.</p>
23042304 <div class="section" id="drilldown">
2305 <span id="logical-select-drilldown"></span><h4><span class="section-number">7.3.34.5.8.1. </span><code class="docutils literal notranslate"><span class="pre">drilldown</span></code><a class="headerlink" href="#drilldown" title="Permalink to this headline">¶</a></h4>
2305 <span id="logical-select-drilldown"></span><h4><span class="section-number">7.3.35.5.8.1. </span><code class="docutils literal notranslate"><span class="pre">drilldown</span></code><a class="headerlink" href="#drilldown" title="Permalink to this headline">¶</a></h4>
23062306 <p>Corresponds to <a class="reference internal" href="select.html#select-drilldown"><span class="std std-ref">drilldown</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
23072307 <a class="reference internal" href="select.html#select-drilldown"><span class="std std-ref">drilldown</span></a> for details.</p>
23082308 <p>Here is an example:</p>
23872387 </div>
23882388 </div>
23892389 <div class="section" id="drilldown-sortby">
2390 <span id="logical-select-drilldown-sortby"></span><h4><span class="section-number">7.3.34.5.8.2. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code><a class="headerlink" href="#drilldown-sortby" title="Permalink to this headline">¶</a></h4>
2390 <span id="logical-select-drilldown-sortby"></span><h4><span class="section-number">7.3.35.5.8.2. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code><a class="headerlink" href="#drilldown-sortby" title="Permalink to this headline">¶</a></h4>
23912391 <div class="deprecated">
23922392 <p><span class="versionmodified deprecated">Deprecated since version 6.1.5: </span>Use <a class="reference internal" href="#logical-select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> instead.</p>
23932393 </div>
23942394 </div>
23952395 <div class="section" id="drilldown-sort-keys">
2396 <span id="logical-select-drilldown-sort-keys"></span><h4><span class="section-number">7.3.34.5.8.3. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code><a class="headerlink" href="#drilldown-sort-keys" title="Permalink to this headline">¶</a></h4>
2396 <span id="logical-select-drilldown-sort-keys"></span><h4><span class="section-number">7.3.35.5.8.3. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code><a class="headerlink" href="#drilldown-sort-keys" title="Permalink to this headline">¶</a></h4>
23972397 <p>Corresponds to <a class="reference internal" href="select.html#select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
23982398 <a class="reference internal" href="select.html#select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> for details.</p>
23992399 <p>Here is an example:</p>
24562456 </div>
24572457 </div>
24582458 <div class="section" id="drilldown-output-columns">
2459 <span id="logical-select-drilldown-output-columns"></span><h4><span class="section-number">7.3.34.5.8.4. </span><code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code><a class="headerlink" href="#drilldown-output-columns" title="Permalink to this headline">¶</a></h4>
2459 <span id="logical-select-drilldown-output-columns"></span><h4><span class="section-number">7.3.35.5.8.4. </span><code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code><a class="headerlink" href="#drilldown-output-columns" title="Permalink to this headline">¶</a></h4>
24602460 <p>Corresponds to <a class="reference internal" href="select.html#select-drilldown-output-columns"><span class="std std-ref">drilldown_output_columns</span></a> in
24612461 <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See <a class="reference internal" href="select.html#select-drilldown-output-columns"><span class="std std-ref">drilldown_output_columns</span></a> for details.</p>
24622462 <p>Here is an example:</p>
25122512 </div>
25132513 </div>
25142514 <div class="section" id="drilldown-offset">
2515 <span id="logical-select-drilldown-offset"></span><h4><span class="section-number">7.3.34.5.8.5. </span><code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code><a class="headerlink" href="#drilldown-offset" title="Permalink to this headline">¶</a></h4>
2515 <span id="logical-select-drilldown-offset"></span><h4><span class="section-number">7.3.35.5.8.5. </span><code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code><a class="headerlink" href="#drilldown-offset" title="Permalink to this headline">¶</a></h4>
25162516 <p>Corresponds to <a class="reference internal" href="select.html#select-drilldown-offset"><span class="std std-ref">drilldown_offset</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
25172517 <a class="reference internal" href="select.html#select-drilldown-offset"><span class="std std-ref">drilldown_offset</span></a> for details.</p>
25182518 <p>Here is an example:</p>
25712571 </div>
25722572 </div>
25732573 <div class="section" id="drilldown-limit">
2574 <span id="logical-select-drilldown-limit"></span><h4><span class="section-number">7.3.34.5.8.6. </span><code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code><a class="headerlink" href="#drilldown-limit" title="Permalink to this headline">¶</a></h4>
2574 <span id="logical-select-drilldown-limit"></span><h4><span class="section-number">7.3.35.5.8.6. </span><code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code><a class="headerlink" href="#drilldown-limit" title="Permalink to this headline">¶</a></h4>
25752575 <p>Corresponds to <a class="reference internal" href="select.html#select-drilldown-limit"><span class="std std-ref">drilldown_limit</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
25762576 <a class="reference internal" href="select.html#select-drilldown-limit"><span class="std std-ref">drilldown_limit</span></a> for details.</p>
25772577 <p>Here is an example:</p>
26302630 </div>
26312631 </div>
26322632 <div class="section" id="drilldown-calc-types">
2633 <span id="logical-select-drilldown-calc-types"></span><h4><span class="section-number">7.3.34.5.8.7. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code><a class="headerlink" href="#drilldown-calc-types" title="Permalink to this headline">¶</a></h4>
2633 <span id="logical-select-drilldown-calc-types"></span><h4><span class="section-number">7.3.35.5.8.7. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code><a class="headerlink" href="#drilldown-calc-types" title="Permalink to this headline">¶</a></h4>
26342634 <p>Corresponds to <a class="reference internal" href="select.html#select-drilldown-calc-types"><span class="std std-ref">drilldown_calc_types</span></a> in
26352635 <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See <a class="reference internal" href="select.html#select-drilldown-calc-types"><span class="std std-ref">drilldown_calc_types</span></a> for details.</p>
26362636 <p>Here is an example:</p>
27472747 </div>
27482748 </div>
27492749 <div class="section" id="drilldown-calc-target">
2750 <span id="logical-select-drilldown-calc-target"></span><h4><span class="section-number">7.3.34.5.8.8. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code><a class="headerlink" href="#drilldown-calc-target" title="Permalink to this headline">¶</a></h4>
2750 <span id="logical-select-drilldown-calc-target"></span><h4><span class="section-number">7.3.35.5.8.8. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code><a class="headerlink" href="#drilldown-calc-target" title="Permalink to this headline">¶</a></h4>
27512751 <p>Corresponds to <a class="reference internal" href="select.html#select-drilldown-calc-target"><span class="std std-ref">drilldown_calc_target</span></a> in
27522752 <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See <a class="reference internal" href="select.html#select-drilldown-calc-target"><span class="std std-ref">drilldown_calc_target</span></a> for details.</p>
27532753 <p>See also <a class="reference internal" href="#logical-select-drilldown-calc-types"><span class="std std-ref">drilldown_calc_types</span></a> for an example.</p>
27542754 </div>
27552755 <div class="section" id="drilldown-filter">
2756 <span id="logical-select-drilldown-filter"></span><h4><span class="section-number">7.3.34.5.8.9. </span><code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code><a class="headerlink" href="#drilldown-filter" title="Permalink to this headline">¶</a></h4>
2756 <span id="logical-select-drilldown-filter"></span><h4><span class="section-number">7.3.35.5.8.9. </span><code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code><a class="headerlink" href="#drilldown-filter" title="Permalink to this headline">¶</a></h4>
27572757 <div class="versionadded">
27582758 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
27592759 </div>
28182818 </div>
28192819 </div>
28202820 <div class="section" id="advanced-drilldown-related-parameters">
2821 <span id="logical-select-advanced-drilldown-related-parameters"></span><h3><span class="section-number">7.3.34.5.9. </span>Advanced drilldown related parameters<a class="headerlink" href="#advanced-drilldown-related-parameters" title="Permalink to this headline">¶</a></h3>
2821 <span id="logical-select-advanced-drilldown-related-parameters"></span><h3><span class="section-number">7.3.35.5.9. </span>Advanced drilldown related parameters<a class="headerlink" href="#advanced-drilldown-related-parameters" title="Permalink to this headline">¶</a></h3>
28222822 <p>All advanced drilldown related parameters in <a class="reference internal" href="select.html"><span class="doc">select</span></a> are
28232823 supported. See <a class="reference internal" href="select.html#select-advanced-drilldown-related-parameters"><span class="std std-ref">Advanced drilldown related parameters</span></a> for
28242824 details.</p>
28322832 </ul>
28332833 </div></blockquote>
28342834 <div class="section" id="drilldowns-label-keys">
2835 <span id="logical-select-drilldowns-label-keys"></span><h4><span class="section-number">7.3.34.5.9.1. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code><a class="headerlink" href="#drilldowns-label-keys" title="Permalink to this headline">¶</a></h4>
2835 <span id="logical-select-drilldowns-label-keys"></span><h4><span class="section-number">7.3.35.5.9.1. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code><a class="headerlink" href="#drilldowns-label-keys" title="Permalink to this headline">¶</a></h4>
28362836 <p>Corresponds to <a class="reference internal" href="select.html#select-drilldowns-label-keys"><span class="std std-ref">drilldowns[${LABEL}].keys</span></a> in
28372837 <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See <a class="reference internal" href="select.html#select-drilldowns-label-keys"><span class="std std-ref">drilldowns[${LABEL}].keys</span></a> for details.</p>
28382838 <p>Here is an example:</p>
29092909 </div>
29102910 </div>
29112911 <div class="section" id="drilldowns-label-output-columns">
2912 <span id="logical-select-drilldowns-label-output-columns"></span><h4><span class="section-number">7.3.34.5.9.2. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code><a class="headerlink" href="#drilldowns-label-output-columns" title="Permalink to this headline">¶</a></h4>
2912 <span id="logical-select-drilldowns-label-output-columns"></span><h4><span class="section-number">7.3.35.5.9.2. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code><a class="headerlink" href="#drilldowns-label-output-columns" title="Permalink to this headline">¶</a></h4>
29132913 <p>Corresponds to <a class="reference internal" href="select.html#select-drilldowns-label-output-columns"><span class="std std-ref">drilldowns[${LABEL}].output_columns</span></a> in
29142914 <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See <a class="reference internal" href="select.html#select-drilldowns-label-output-columns"><span class="std std-ref">drilldowns[${LABEL}].output_columns</span></a> for
29152915 details.</p>
29782978 </div>
29792979 </div>
29802980 <div class="section" id="drilldowns-label-sortby">
2981 <span id="logical-select-drilldowns-label-sortby"></span><h4><span class="section-number">7.3.34.5.9.3. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sortby</span></code><a class="headerlink" href="#drilldowns-label-sortby" title="Permalink to this headline">¶</a></h4>
2981 <span id="logical-select-drilldowns-label-sortby"></span><h4><span class="section-number">7.3.35.5.9.3. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sortby</span></code><a class="headerlink" href="#drilldowns-label-sortby" title="Permalink to this headline">¶</a></h4>
29822982 <div class="deprecated">
29832983 <p><span class="versionmodified deprecated">Deprecated since version 6.1.5: </span>Use <a class="reference internal" href="#logical-select-drilldowns-label-sort-keys"><span class="std std-ref">drilldowns[${LABEL}].sort_keys</span></a> instead.</p>
29842984 </div>
29852985 </div>
29862986 <div class="section" id="drilldowns-label-sort-keys">
2987 <span id="logical-select-drilldowns-label-sort-keys"></span><h4><span class="section-number">7.3.34.5.9.4. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code><a class="headerlink" href="#drilldowns-label-sort-keys" title="Permalink to this headline">¶</a></h4>
2987 <span id="logical-select-drilldowns-label-sort-keys"></span><h4><span class="section-number">7.3.35.5.9.4. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code><a class="headerlink" href="#drilldowns-label-sort-keys" title="Permalink to this headline">¶</a></h4>
29882988 <p>Corresponds to <a class="reference internal" href="#logical-select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> in not
29892989 labeled drilldown.</p>
29902990 <p><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code> has a limitation.</p>
30663066 </div>
30673067 </div>
30683068 <div class="section" id="drilldowns-label-offset">
3069 <span id="logical-select-drilldowns-label-offset"></span><h4><span class="section-number">7.3.34.5.9.5. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].offset</span></code><a class="headerlink" href="#drilldowns-label-offset" title="Permalink to this headline">¶</a></h4>
3069 <span id="logical-select-drilldowns-label-offset"></span><h4><span class="section-number">7.3.35.5.9.5. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].offset</span></code><a class="headerlink" href="#drilldowns-label-offset" title="Permalink to this headline">¶</a></h4>
30703070 <p>Corresponds to <a class="reference internal" href="#logical-select-drilldown-offset"><span class="std std-ref">drilldown_offset</span></a> in not labeled
30713071 drilldown.</p>
30723072 <p>Here is an example:</p>
31273127 </div>
31283128 </div>
31293129 <div class="section" id="drilldowns-label-limit">
3130 <span id="logical-select-drilldowns-label-limit"></span><h4><span class="section-number">7.3.34.5.9.6. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].limit</span></code><a class="headerlink" href="#drilldowns-label-limit" title="Permalink to this headline">¶</a></h4>
3130 <span id="logical-select-drilldowns-label-limit"></span><h4><span class="section-number">7.3.35.5.9.6. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].limit</span></code><a class="headerlink" href="#drilldowns-label-limit" title="Permalink to this headline">¶</a></h4>
31313131 <p>Corresponds to <a class="reference internal" href="#logical-select-drilldown-limit"><span class="std std-ref">drilldown_limit</span></a> in not labeled
31323132 drilldown.</p>
31333133 <p>Here is an example:</p>
31883188 </div>
31893189 </div>
31903190 <div class="section" id="drilldowns-label-calc-types">
3191 <span id="logical-select-drilldowns-label-calc-types"></span><h4><span class="section-number">7.3.34.5.9.7. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_types</span></code><a class="headerlink" href="#drilldowns-label-calc-types" title="Permalink to this headline">¶</a></h4>
3191 <span id="logical-select-drilldowns-label-calc-types"></span><h4><span class="section-number">7.3.35.5.9.7. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_types</span></code><a class="headerlink" href="#drilldowns-label-calc-types" title="Permalink to this headline">¶</a></h4>
31923192 <p>Corresponds to <a class="reference internal" href="#logical-select-drilldown-calc-types"><span class="std std-ref">drilldown_calc_types</span></a> in not
31933193 labeled drilldown.</p>
31943194 <p>Here is an example:</p>
32833283 </div>
32843284 </div>
32853285 <div class="section" id="drilldowns-label-calc-target">
3286 <span id="logical-select-drilldowns-label-calc-target"></span><h4><span class="section-number">7.3.34.5.9.8. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_target</span></code><a class="headerlink" href="#drilldowns-label-calc-target" title="Permalink to this headline">¶</a></h4>
3286 <span id="logical-select-drilldowns-label-calc-target"></span><h4><span class="section-number">7.3.35.5.9.8. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_target</span></code><a class="headerlink" href="#drilldowns-label-calc-target" title="Permalink to this headline">¶</a></h4>
32873287 <p>Corresponds to <a class="reference internal" href="#logical-select-drilldown-calc-target"><span class="std std-ref">drilldown_calc_target</span></a> in not
32883288 labeled drilldown.</p>
32893289 <p>See also <a class="reference internal" href="#logical-select-drilldowns-label-calc-types"><span class="std std-ref">drilldowns[${LABEL}].calc_types</span></a>
32903290 for an example.</p>
32913291 </div>
32923292 <div class="section" id="drilldowns-label-filter">
3293 <span id="logical-select-drilldowns-label-filter"></span><h4><span class="section-number">7.3.34.5.9.9. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].filter</span></code><a class="headerlink" href="#drilldowns-label-filter" title="Permalink to this headline">¶</a></h4>
3293 <span id="logical-select-drilldowns-label-filter"></span><h4><span class="section-number">7.3.35.5.9.9. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].filter</span></code><a class="headerlink" href="#drilldowns-label-filter" title="Permalink to this headline">¶</a></h4>
32943294 <div class="versionadded">
32953295 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
32963296 </div>
33563356 </div>
33573357 </div>
33583358 <div class="section" id="drilldowns-label-columns-name-stage">
3359 <span id="logical-select-drilldowns-label-columns-name-stage"></span><h4><span class="section-number">7.3.34.5.9.10. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code><a class="headerlink" href="#drilldowns-label-columns-name-stage" title="Permalink to this headline">¶</a></h4>
3359 <span id="logical-select-drilldowns-label-columns-name-stage"></span><h4><span class="section-number">7.3.35.5.9.10. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code><a class="headerlink" href="#drilldowns-label-columns-name-stage" title="Permalink to this headline">¶</a></h4>
33603360 <div class="versionadded">
33613361 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
33623362 </div>
34373437 </div>
34383438 </div>
34393439 <div class="section" id="drilldowns-label-columns-name-flags">
3440 <span id="logical-select-drilldowns-label-columns-name-flags"></span><h4><span class="section-number">7.3.34.5.9.11. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].flags</span></code><a class="headerlink" href="#drilldowns-label-columns-name-flags" title="Permalink to this headline">¶</a></h4>
3440 <span id="logical-select-drilldowns-label-columns-name-flags"></span><h4><span class="section-number">7.3.35.5.9.11. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].flags</span></code><a class="headerlink" href="#drilldowns-label-columns-name-flags" title="Permalink to this headline">¶</a></h4>
34413441 <div class="versionadded">
34423442 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
34433443 </div>
35243524 </div>
35253525 </div>
35263526 <div class="section" id="drilldowns-label-columns-name-type">
3527 <span id="logical-select-drilldowns-label-columns-name-type"></span><h4><span class="section-number">7.3.34.5.9.12. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].type</span></code><a class="headerlink" href="#drilldowns-label-columns-name-type" title="Permalink to this headline">¶</a></h4>
3527 <span id="logical-select-drilldowns-label-columns-name-type"></span><h4><span class="section-number">7.3.35.5.9.12. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].type</span></code><a class="headerlink" href="#drilldowns-label-columns-name-type" title="Permalink to this headline">¶</a></h4>
35283528 <div class="versionadded">
35293529 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
35303530 </div>
36053605 </div>
36063606 </div>
36073607 <div class="section" id="drilldowns-label-columns-name-value">
3608 <span id="logical-select-drilldowns-label-columns-name-value"></span><h4><span class="section-number">7.3.34.5.9.13. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].value</span></code><a class="headerlink" href="#drilldowns-label-columns-name-value" title="Permalink to this headline">¶</a></h4>
3608 <span id="logical-select-drilldowns-label-columns-name-value"></span><h4><span class="section-number">7.3.35.5.9.13. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].value</span></code><a class="headerlink" href="#drilldowns-label-columns-name-value" title="Permalink to this headline">¶</a></h4>
36093609 <div class="versionadded">
36103610 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
36113611 </div>
36353635 </div>
36363636 </div>
36373637 <div class="section" id="drilldowns-label-columns-name-window-sort-keys">
3638 <span id="logical-select-drilldowns-label-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.34.5.9.14. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#drilldowns-label-columns-name-window-sort-keys" title="Permalink to this headline">¶</a></h4>
3638 <span id="logical-select-drilldowns-label-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.35.5.9.14. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#drilldowns-label-columns-name-window-sort-keys" title="Permalink to this headline">¶</a></h4>
36393639 <div class="versionadded">
36403640 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
36413641 </div>
37213721 </div>
37223722 </div>
37233723 <div class="section" id="drilldowns-label-columns-name-window-group-keys">
3724 <span id="logical-select-drilldowns-label-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.34.5.9.15. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#drilldowns-label-columns-name-window-group-keys" title="Permalink to this headline">¶</a></h4>
3724 <span id="logical-select-drilldowns-label-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.35.5.9.15. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#drilldowns-label-columns-name-window-group-keys" title="Permalink to this headline">¶</a></h4>
37253725 <div class="versionadded">
37263726 <p><span class="versionmodified added">New in version 7.0.1.</span></p>
37273727 </div>
38093809 </div>
38103810 </div>
38113811 <div class="section" id="cache-related-parameter">
3812 <h3><span class="section-number">7.3.34.5.10. </span>Cache related parameter<a class="headerlink" href="#cache-related-parameter" title="Permalink to this headline">¶</a></h3>
3812 <h3><span class="section-number">7.3.35.5.10. </span>Cache related parameter<a class="headerlink" href="#cache-related-parameter" title="Permalink to this headline">¶</a></h3>
38133813 <div class="section" id="cache">
3814 <span id="logical-select-cache"></span><h4><span class="section-number">7.3.34.5.10.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="Permalink to this headline">¶</a></h4>
3814 <span id="logical-select-cache"></span><h4><span class="section-number">7.3.35.5.10.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="Permalink to this headline">¶</a></h4>
38153815 <p>Specifies whether caching the result of this query or not.</p>
38163816 <p>If the result of this query is cached, the next same query returns
38173817 response quickly by using the cache.</p>
39303930 </div>
39313931 </div>
39323932 <div class="section" id="return-value">
3933 <h2><span class="section-number">7.3.34.6. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
3933 <h2><span class="section-number">7.3.35.6. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
39343934 <p>The return value format of <code class="docutils literal notranslate"><span class="pre">logical_select</span></code> is compatible with
39353935 <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See <a class="reference internal" href="select.html#select-return-value"><span class="std std-ref">Return value</span></a> for details.</p>
39363936 </div>
39453945 <div class="sphinxsidebarwrapper">
39463946 <h3><a href="../../index.html">Table of Contents</a></h3>
39473947 <ul>
3948 <li><a class="reference internal" href="#">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a><ul>
3949 <li><a class="reference internal" href="#summary">7.3.34.1. Summary</a></li>
3950 <li><a class="reference internal" href="#syntax">7.3.34.2. Syntax</a></li>
3951 <li><a class="reference internal" href="#differences-from-select">7.3.34.3. Differences from <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
3952 <li><a class="reference internal" href="#usage">7.3.34.4. Usage</a><ul>
3953 <li><a class="reference internal" href="#simple-usage">7.3.34.4.1. Simple usage</a></li>
3948 <li><a class="reference internal" href="#">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a><ul>
3949 <li><a class="reference internal" href="#summary">7.3.35.1. Summary</a></li>
3950 <li><a class="reference internal" href="#syntax">7.3.35.2. Syntax</a></li>
3951 <li><a class="reference internal" href="#differences-from-select">7.3.35.3. Differences from <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
3952 <li><a class="reference internal" href="#usage">7.3.35.4. Usage</a><ul>
3953 <li><a class="reference internal" href="#simple-usage">7.3.35.4.1. Simple usage</a></li>
39543954 </ul>
39553955 </li>
3956 <li><a class="reference internal" href="#parameters">7.3.34.5. Parameters</a><ul>
3957 <li><a class="reference internal" href="#required-parameters">7.3.34.5.1. Required parameters</a><ul>
3958 <li><a class="reference internal" href="#logical-table">7.3.34.5.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
3959 <li><a class="reference internal" href="#shard-key">7.3.34.5.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
3956 <li><a class="reference internal" href="#parameters">7.3.35.5. Parameters</a><ul>
3957 <li><a class="reference internal" href="#required-parameters">7.3.35.5.1. Required parameters</a><ul>
3958 <li><a class="reference internal" href="#logical-table">7.3.35.5.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
3959 <li><a class="reference internal" href="#shard-key">7.3.35.5.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
39603960 </ul>
39613961 </li>
3962 <li><a class="reference internal" href="#optional-parameters">7.3.34.5.2. Optional parameters</a><ul>
3963 <li><a class="reference internal" href="#min">7.3.34.5.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
3964 <li><a class="reference internal" href="#min-border">7.3.34.5.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
3965 <li><a class="reference internal" href="#max">7.3.34.5.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
3966 <li><a class="reference internal" href="#max-border">7.3.34.5.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
3962 <li><a class="reference internal" href="#optional-parameters">7.3.35.5.2. Optional parameters</a><ul>
3963 <li><a class="reference internal" href="#min">7.3.35.5.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
3964 <li><a class="reference internal" href="#min-border">7.3.35.5.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
3965 <li><a class="reference internal" href="#max">7.3.35.5.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
3966 <li><a class="reference internal" href="#max-border">7.3.35.5.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
39673967 </ul>
39683968 </li>
3969 <li><a class="reference internal" href="#search-related-parameters">7.3.34.5.3. Search related parameters</a><ul>
3970 <li><a class="reference internal" href="#match-columns">7.3.34.5.3.1. <code class="docutils literal notranslate"><span class="pre">match_columns</span></code></a></li>
3971 <li><a class="reference internal" href="#query">7.3.34.5.3.2. <code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
3972 <li><a class="reference internal" href="#filter">7.3.34.5.3.3. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
3973 <li><a class="reference internal" href="#post-filter">7.3.34.5.3.4. <code class="docutils literal notranslate"><span class="pre">post_filter</span></code></a></li>
3974 <li><a class="reference internal" href="#load-table">7.3.34.5.3.5. <code class="docutils literal notranslate"><span class="pre">load_table</span></code></a></li>
3975 <li><a class="reference internal" href="#load-columns">7.3.34.5.3.6. <code class="docutils literal notranslate"><span class="pre">load_columns</span></code></a></li>
3976 <li><a class="reference internal" href="#load-values">7.3.34.5.3.7. <code class="docutils literal notranslate"><span class="pre">load_values</span></code></a></li>
3969 <li><a class="reference internal" href="#search-related-parameters">7.3.35.5.3. Search related parameters</a><ul>
3970 <li><a class="reference internal" href="#match-columns">7.3.35.5.3.1. <code class="docutils literal notranslate"><span class="pre">match_columns</span></code></a></li>
3971 <li><a class="reference internal" href="#query">7.3.35.5.3.2. <code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
3972 <li><a class="reference internal" href="#filter">7.3.35.5.3.3. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
3973 <li><a class="reference internal" href="#post-filter">7.3.35.5.3.4. <code class="docutils literal notranslate"><span class="pre">post_filter</span></code></a></li>
3974 <li><a class="reference internal" href="#load-table">7.3.35.5.3.5. <code class="docutils literal notranslate"><span class="pre">load_table</span></code></a></li>
3975 <li><a class="reference internal" href="#load-columns">7.3.35.5.3.6. <code class="docutils literal notranslate"><span class="pre">load_columns</span></code></a></li>
3976 <li><a class="reference internal" href="#load-values">7.3.35.5.3.7. <code class="docutils literal notranslate"><span class="pre">load_values</span></code></a></li>
39773977 </ul>
39783978 </li>
3979 <li><a class="reference internal" href="#advanced-search-parameters">7.3.34.5.4. Advanced search parameters</a><ul>
3980 <li><a class="reference internal" href="#match-escalation-threshold">7.3.34.5.4.1. <code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code></a></li>
3981 <li><a class="reference internal" href="#query-flags">7.3.34.5.4.2. <code class="docutils literal notranslate"><span class="pre">query_flags</span></code></a></li>
3982 <li><a class="reference internal" href="#query-expander">7.3.34.5.4.3. <code class="docutils literal notranslate"><span class="pre">query_expander</span></code></a></li>
3979 <li><a class="reference internal" href="#advanced-search-parameters">7.3.35.5.4. Advanced search parameters</a><ul>
3980 <li><a class="reference internal" href="#match-escalation-threshold">7.3.35.5.4.1. <code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code></a></li>
3981 <li><a class="reference internal" href="#query-flags">7.3.35.5.4.2. <code class="docutils literal notranslate"><span class="pre">query_flags</span></code></a></li>
3982 <li><a class="reference internal" href="#query-expander">7.3.35.5.4.3. <code class="docutils literal notranslate"><span class="pre">query_expander</span></code></a></li>
39833983 </ul>
39843984 </li>
3985 <li><a class="reference internal" href="#output-related-parameters">7.3.34.5.5. Output related parameters</a><ul>
3986 <li><a class="reference internal" href="#output-columns">7.3.34.5.5.1. <code class="docutils literal notranslate"><span class="pre">output_columns</span></code></a></li>
3987 <li><a class="reference internal" href="#sortby">7.3.34.5.5.2. <code class="docutils literal notranslate"><span class="pre">sortby</span></code></a></li>
3988 <li><a class="reference internal" href="#sort-keys">7.3.34.5.5.3. <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code></a></li>
3989 <li><a class="reference internal" href="#offset">7.3.34.5.5.4. <code class="docutils literal notranslate"><span class="pre">offset</span></code></a></li>
3990 <li><a class="reference internal" href="#limit">7.3.34.5.5.5. <code class="docutils literal notranslate"><span class="pre">limit</span></code></a></li>
3991 <li><a class="reference internal" href="#scorer">7.3.34.5.5.6. <code class="docutils literal notranslate"><span class="pre">scorer</span></code></a></li>
3985 <li><a class="reference internal" href="#output-related-parameters">7.3.35.5.5. Output related parameters</a><ul>
3986 <li><a class="reference internal" href="#output-columns">7.3.35.5.5.1. <code class="docutils literal notranslate"><span class="pre">output_columns</span></code></a></li>
3987 <li><a class="reference internal" href="#sortby">7.3.35.5.5.2. <code class="docutils literal notranslate"><span class="pre">sortby</span></code></a></li>
3988 <li><a class="reference internal" href="#sort-keys">7.3.35.5.5.3. <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code></a></li>
3989 <li><a class="reference internal" href="#offset">7.3.35.5.5.4. <code class="docutils literal notranslate"><span class="pre">offset</span></code></a></li>
3990 <li><a class="reference internal" href="#limit">7.3.35.5.5.5. <code class="docutils literal notranslate"><span class="pre">limit</span></code></a></li>
3991 <li><a class="reference internal" href="#scorer">7.3.35.5.5.6. <code class="docutils literal notranslate"><span class="pre">scorer</span></code></a></li>
39923992 </ul>
39933993 </li>
3994 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.34.5.6. Dynamic column related parameters</a><ul>
3995 <li><a class="reference internal" href="#columns-name-stage">7.3.34.5.6.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
3996 <li><a class="reference internal" href="#columns-name-flags">7.3.34.5.6.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
3997 <li><a class="reference internal" href="#columns-name-type">7.3.34.5.6.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
3998 <li><a class="reference internal" href="#columns-name-value">7.3.34.5.6.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
3994 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.35.5.6. Dynamic column related parameters</a><ul>
3995 <li><a class="reference internal" href="#columns-name-stage">7.3.35.5.6.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
3996 <li><a class="reference internal" href="#columns-name-flags">7.3.35.5.6.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
3997 <li><a class="reference internal" href="#columns-name-type">7.3.35.5.6.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
3998 <li><a class="reference internal" href="#columns-name-value">7.3.35.5.6.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
39993999 </ul>
40004000 </li>
4001 <li><a class="reference internal" href="#window-function-related-parameters">7.3.34.5.7. Window function related parameters</a><ul>
4002 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.34.5.7.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
4003 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.34.5.7.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
4001 <li><a class="reference internal" href="#window-function-related-parameters">7.3.35.5.7. Window function related parameters</a><ul>
4002 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.35.5.7.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
4003 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.35.5.7.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
40044004 </ul>
40054005 </li>
4006 <li><a class="reference internal" href="#drilldown-related-parameters">7.3.34.5.8. Drilldown related parameters</a><ul>
4007 <li><a class="reference internal" href="#drilldown">7.3.34.5.8.1. <code class="docutils literal notranslate"><span class="pre">drilldown</span></code></a></li>
4008 <li><a class="reference internal" href="#drilldown-sortby">7.3.34.5.8.2. <code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code></a></li>
4009 <li><a class="reference internal" href="#drilldown-sort-keys">7.3.34.5.8.3. <code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code></a></li>
4010 <li><a class="reference internal" href="#drilldown-output-columns">7.3.34.5.8.4. <code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code></a></li>
4011 <li><a class="reference internal" href="#drilldown-offset">7.3.34.5.8.5. <code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code></a></li>
4012 <li><a class="reference internal" href="#drilldown-limit">7.3.34.5.8.6. <code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code></a></li>
4013 <li><a class="reference internal" href="#drilldown-calc-types">7.3.34.5.8.7. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code></a></li>
4014 <li><a class="reference internal" href="#drilldown-calc-target">7.3.34.5.8.8. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code></a></li>
4015 <li><a class="reference internal" href="#drilldown-filter">7.3.34.5.8.9. <code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code></a></li>
4006 <li><a class="reference internal" href="#drilldown-related-parameters">7.3.35.5.8. Drilldown related parameters</a><ul>
4007 <li><a class="reference internal" href="#drilldown">7.3.35.5.8.1. <code class="docutils literal notranslate"><span class="pre">drilldown</span></code></a></li>
4008 <li><a class="reference internal" href="#drilldown-sortby">7.3.35.5.8.2. <code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code></a></li>
4009 <li><a class="reference internal" href="#drilldown-sort-keys">7.3.35.5.8.3. <code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code></a></li>
4010 <li><a class="reference internal" href="#drilldown-output-columns">7.3.35.5.8.4. <code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code></a></li>
4011 <li><a class="reference internal" href="#drilldown-offset">7.3.35.5.8.5. <code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code></a></li>
4012 <li><a class="reference internal" href="#drilldown-limit">7.3.35.5.8.6. <code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code></a></li>
4013 <li><a class="reference internal" href="#drilldown-calc-types">7.3.35.5.8.7. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code></a></li>
4014 <li><a class="reference internal" href="#drilldown-calc-target">7.3.35.5.8.8. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code></a></li>
4015 <li><a class="reference internal" href="#drilldown-filter">7.3.35.5.8.9. <code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code></a></li>
40164016 </ul>
40174017 </li>
4018 <li><a class="reference internal" href="#advanced-drilldown-related-parameters">7.3.34.5.9. Advanced drilldown related parameters</a><ul>
4019 <li><a class="reference internal" href="#drilldowns-label-keys">7.3.34.5.9.1. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code></a></li>
4020 <li><a class="reference internal" href="#drilldowns-label-output-columns">7.3.34.5.9.2. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code></a></li>
4021 <li><a class="reference internal" href="#drilldowns-label-sortby">7.3.34.5.9.3. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sortby</span></code></a></li>
4022 <li><a class="reference internal" href="#drilldowns-label-sort-keys">7.3.34.5.9.4. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code></a></li>
4023 <li><a class="reference internal" href="#drilldowns-label-offset">7.3.34.5.9.5. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].offset</span></code></a></li>
4024 <li><a class="reference internal" href="#drilldowns-label-limit">7.3.34.5.9.6. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].limit</span></code></a></li>
4025 <li><a class="reference internal" href="#drilldowns-label-calc-types">7.3.34.5.9.7. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_types</span></code></a></li>
4026 <li><a class="reference internal" href="#drilldowns-label-calc-target">7.3.34.5.9.8. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_target</span></code></a></li>
4027 <li><a class="reference internal" href="#drilldowns-label-filter">7.3.34.5.9.9. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].filter</span></code></a></li>
4028 <li><a class="reference internal" href="#drilldowns-label-columns-name-stage">7.3.34.5.9.10. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code></a></li>
4029 <li><a class="reference internal" href="#drilldowns-label-columns-name-flags">7.3.34.5.9.11. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].flags</span></code></a></li>
4030 <li><a class="reference internal" href="#drilldowns-label-columns-name-type">7.3.34.5.9.12. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].type</span></code></a></li>
4031 <li><a class="reference internal" href="#drilldowns-label-columns-name-value">7.3.34.5.9.13. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].value</span></code></a></li>
4032 <li><a class="reference internal" href="#drilldowns-label-columns-name-window-sort-keys">7.3.34.5.9.14. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></code></a></li>
4033 <li><a class="reference internal" href="#drilldowns-label-columns-name-window-group-keys">7.3.34.5.9.15. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></code></a></li>
4018 <li><a class="reference internal" href="#advanced-drilldown-related-parameters">7.3.35.5.9. Advanced drilldown related parameters</a><ul>
4019 <li><a class="reference internal" href="#drilldowns-label-keys">7.3.35.5.9.1. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code></a></li>
4020 <li><a class="reference internal" href="#drilldowns-label-output-columns">7.3.35.5.9.2. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code></a></li>
4021 <li><a class="reference internal" href="#drilldowns-label-sortby">7.3.35.5.9.3. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sortby</span></code></a></li>
4022 <li><a class="reference internal" href="#drilldowns-label-sort-keys">7.3.35.5.9.4. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code></a></li>
4023 <li><a class="reference internal" href="#drilldowns-label-offset">7.3.35.5.9.5. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].offset</span></code></a></li>
4024 <li><a class="reference internal" href="#drilldowns-label-limit">7.3.35.5.9.6. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].limit</span></code></a></li>
4025 <li><a class="reference internal" href="#drilldowns-label-calc-types">7.3.35.5.9.7. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_types</span></code></a></li>
4026 <li><a class="reference internal" href="#drilldowns-label-calc-target">7.3.35.5.9.8. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_target</span></code></a></li>
4027 <li><a class="reference internal" href="#drilldowns-label-filter">7.3.35.5.9.9. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].filter</span></code></a></li>
4028 <li><a class="reference internal" href="#drilldowns-label-columns-name-stage">7.3.35.5.9.10. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code></a></li>
4029 <li><a class="reference internal" href="#drilldowns-label-columns-name-flags">7.3.35.5.9.11. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].flags</span></code></a></li>
4030 <li><a class="reference internal" href="#drilldowns-label-columns-name-type">7.3.35.5.9.12. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].type</span></code></a></li>
4031 <li><a class="reference internal" href="#drilldowns-label-columns-name-value">7.3.35.5.9.13. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].value</span></code></a></li>
4032 <li><a class="reference internal" href="#drilldowns-label-columns-name-window-sort-keys">7.3.35.5.9.14. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></code></a></li>
4033 <li><a class="reference internal" href="#drilldowns-label-columns-name-window-group-keys">7.3.35.5.9.15. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></code></a></li>
40344034 </ul>
40354035 </li>
4036 <li><a class="reference internal" href="#cache-related-parameter">7.3.34.5.10. Cache related parameter</a><ul>
4037 <li><a class="reference internal" href="#cache">7.3.34.5.10.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
4036 <li><a class="reference internal" href="#cache-related-parameter">7.3.35.5.10. Cache related parameter</a><ul>
4037 <li><a class="reference internal" href="#cache">7.3.35.5.10.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
40384038 </ul>
40394039 </li>
40404040 </ul>
40414041 </li>
4042 <li><a class="reference internal" href="#return-value">7.3.34.6. Return value</a></li>
4042 <li><a class="reference internal" href="#return-value">7.3.35.6. Return value</a></li>
40434043 </ul>
40444044 </li>
40454045 </ul>
40464046
40474047 <h4>Previous topic</h4>
40484048 <p class="topless"><a href="logical_range_filter.html"
4049 title="previous chapter"><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></p>
4049 title="previous chapter"><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></p>
40504050 <h4>Next topic</h4>
40514051 <p class="topless"><a href="logical_shard_list.html"
4052 title="next chapter"><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></p>
4052 title="next chapter"><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></p>
40534053 <div id="searchbox" style="display: none" role="search">
40544054 <h3 id="searchlabel">Quick search</h3>
40554055 <div class="searchformwrapper">
40714071 <a href="../../genindex.html" title="General Index"
40724072 >index</a></li>
40734073 <li class="right" >
4074 <a href="logical_shard_list.html" title="7.3.35. logical_shard_list"
4074 <a href="logical_shard_list.html" title="7.3.36. logical_shard_list"
40754075 >next</a> |</li>
40764076 <li class="right" >
4077 <a href="logical_range_filter.html" title="7.3.33. logical_range_filter"
4077 <a href="logical_range_filter.html" title="7.3.34. logical_range_filter"
40784078 >previous</a> |</li>
4079 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
4079 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
40804080 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
40814081 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
4082 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
4082 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
40834083 </ul>
40844084 </div>
40854085 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.35. logical_shard_list &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.36. logical_shard_list &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.36. logical_table_remove" href="logical_table_remove.html" />
22 <link rel="prev" title="7.3.34. logical_select" href="logical_select.html" />
21 <link rel="next" title="7.3.37. logical_table_remove" href="logical_table_remove.html" />
22 <link rel="prev" title="7.3.35. logical_select" href="logical_select.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="logical_table_remove.html" title="7.3.36. logical_table_remove"
48 <a href="logical_table_remove.html" title="7.3.37. logical_table_remove"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="logical_select.html" title="7.3.34. logical_select"
51 <a href="logical_select.html" title="7.3.35. logical_select"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="logical-shard-list">
66 <h1><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code><a class="headerlink" href="#logical-shard-list" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code><a class="headerlink" href="#logical-shard-list" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.35.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.36.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.0.7.</span></p>
7171 </div>
7373 specified logical table name.</p>
7474 </div>
7575 <div class="section" id="syntax">
76 <h2><span class="section-number">7.3.35.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
76 <h2><span class="section-number">7.3.36.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7777 <p>This command takes only one required parameter:</p>
7878 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_shard_list logical_table
7979 </pre></div>
8080 </div>
8181 </div>
8282 <div class="section" id="usage">
83 <h2><span class="section-number">7.3.35.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
83 <h2><span class="section-number">7.3.36.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8484 <p>You need to register <code class="docutils literal notranslate"><span class="pre">sharding</span></code> plugin to use this command:</p>
8585 <p>Execution example:</p>
8686 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register sharding
129129 </div>
130130 </div>
131131 <div class="section" id="parameters">
132 <h2><span class="section-number">7.3.35.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
132 <h2><span class="section-number">7.3.36.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
133133 <p>This section describes parameters.</p>
134134 <div class="section" id="required-parameters">
135 <h3><span class="section-number">7.3.35.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
135 <h3><span class="section-number">7.3.36.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
136136 <p>There is only one required parameter.</p>
137137 <div class="section" id="logical-table">
138 <span id="logical-shard-logical-table"></span><h4><span class="section-number">7.3.35.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="Permalink to this headline">¶</a></h4>
138 <span id="logical-shard-logical-table"></span><h4><span class="section-number">7.3.36.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="Permalink to this headline">¶</a></h4>
139139 <p>Specifies the logical table name. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code> returns a
140140 list of shard name of the logical table:</p>
141141 <p>Execution example:</p>
164164 </div>
165165 </div>
166166 <div class="section" id="optional-parameters">
167 <h3><span class="section-number">7.3.35.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
167 <h3><span class="section-number">7.3.36.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
168168 <p>There is no optional parameter.</p>
169169 </div>
170170 </div>
171171 <div class="section" id="return-value">
172 <h2><span class="section-number">7.3.35.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
172 <h2><span class="section-number">7.3.36.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
173173 <p>The command returns a list of shard names in ascending order:</p>
174174 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
175175 HEADER,
185185 <p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> for <code class="docutils literal notranslate"><span class="pre">HEADER</span></code>.</p>
186186 </div>
187187 <div class="section" id="see-also">
188 <h2><span class="section-number">7.3.35.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
188 <h2><span class="section-number">7.3.36.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
189189 <blockquote>
190190 <div><ul class="simple">
191191 <li><p><a class="reference internal" href="../sharding.html"><span class="doc">Sharding</span></a></p></li>
203203 <div class="sphinxsidebarwrapper">
204204 <h3><a href="../../index.html">Table of Contents</a></h3>
205205 <ul>
206 <li><a class="reference internal" href="#">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a><ul>
207 <li><a class="reference internal" href="#summary">7.3.35.1. Summary</a></li>
208 <li><a class="reference internal" href="#syntax">7.3.35.2. Syntax</a></li>
209 <li><a class="reference internal" href="#usage">7.3.35.3. Usage</a></li>
210 <li><a class="reference internal" href="#parameters">7.3.35.4. Parameters</a><ul>
211 <li><a class="reference internal" href="#required-parameters">7.3.35.4.1. Required parameters</a><ul>
212 <li><a class="reference internal" href="#logical-table">7.3.35.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
206 <li><a class="reference internal" href="#">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a><ul>
207 <li><a class="reference internal" href="#summary">7.3.36.1. Summary</a></li>
208 <li><a class="reference internal" href="#syntax">7.3.36.2. Syntax</a></li>
209 <li><a class="reference internal" href="#usage">7.3.36.3. Usage</a></li>
210 <li><a class="reference internal" href="#parameters">7.3.36.4. Parameters</a><ul>
211 <li><a class="reference internal" href="#required-parameters">7.3.36.4.1. Required parameters</a><ul>
212 <li><a class="reference internal" href="#logical-table">7.3.36.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
213213 </ul>
214214 </li>
215 <li><a class="reference internal" href="#optional-parameters">7.3.35.4.2. Optional parameters</a></li>
215 <li><a class="reference internal" href="#optional-parameters">7.3.36.4.2. Optional parameters</a></li>
216216 </ul>
217217 </li>
218 <li><a class="reference internal" href="#return-value">7.3.35.5. Return value</a></li>
219 <li><a class="reference internal" href="#see-also">7.3.35.6. See also</a></li>
218 <li><a class="reference internal" href="#return-value">7.3.36.5. Return value</a></li>
219 <li><a class="reference internal" href="#see-also">7.3.36.6. See also</a></li>
220220 </ul>
221221 </li>
222222 </ul>
223223
224224 <h4>Previous topic</h4>
225225 <p class="topless"><a href="logical_select.html"
226 title="previous chapter"><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></p>
226 title="previous chapter"><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></p>
227227 <h4>Next topic</h4>
228228 <p class="topless"><a href="logical_table_remove.html"
229 title="next chapter"><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></p>
229 title="next chapter"><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></p>
230230 <div id="searchbox" style="display: none" role="search">
231231 <h3 id="searchlabel">Quick search</h3>
232232 <div class="searchformwrapper">
248248 <a href="../../genindex.html" title="General Index"
249249 >index</a></li>
250250 <li class="right" >
251 <a href="logical_table_remove.html" title="7.3.36. logical_table_remove"
251 <a href="logical_table_remove.html" title="7.3.37. logical_table_remove"
252252 >next</a> |</li>
253253 <li class="right" >
254 <a href="logical_select.html" title="7.3.34. logical_select"
254 <a href="logical_select.html" title="7.3.35. logical_select"
255255 >previous</a> |</li>
256 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
256 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
257257 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
258258 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
259 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
259 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
260260 </ul>
261261 </div>
262262 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.36. logical_table_remove &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.37. logical_table_remove &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.37. normalize" href="normalize.html" />
22 <link rel="prev" title="7.3.35. logical_shard_list" href="logical_shard_list.html" />
21 <link rel="next" title="7.3.38. normalize" href="normalize.html" />
22 <link rel="prev" title="7.3.36. logical_shard_list" href="logical_shard_list.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="normalize.html" title="7.3.37. normalize"
48 <a href="normalize.html" title="7.3.38. normalize"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="logical_shard_list.html" title="7.3.35. logical_shard_list"
51 <a href="logical_shard_list.html" title="7.3.36. logical_shard_list"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="logical-table-remove">
66 <h1><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code><a class="headerlink" href="#logical-table-remove" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code><a class="headerlink" href="#logical-table-remove" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.36.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.37.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.0.5.</span></p>
7171 </div>
9797 </div>
9898 </div>
9999 <div class="section" id="syntax">
100 <h2><span class="section-number">7.3.36.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
100 <h2><span class="section-number">7.3.37.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
101101 <p>This command takes many parameters.</p>
102102 <p>The required parameters are <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> and <code class="docutils literal notranslate"><span class="pre">shard_key</span></code>:</p>
103103 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_table_remove logical_table
112112 </div>
113113 </div>
114114 <div class="section" id="usage">
115 <span id="logical-table-remove-usage"></span><h2><span class="section-number">7.3.36.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
115 <span id="logical-table-remove-usage"></span><h2><span class="section-number">7.3.37.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
116116 <p>You specify logical table name and shard key what you want to remove.</p>
117117 <p>This section describes about the followings:</p>
118118 <blockquote>
126126 </ul>
127127 </div></blockquote>
128128 <div class="section" id="basic-usage">
129 <span id="logical-table-remove-basic-usage"></span><h3><span class="section-number">7.3.36.3.1. </span>Basic usage<a class="headerlink" href="#basic-usage" title="Permalink to this headline">¶</a></h3>
129 <span id="logical-table-remove-basic-usage"></span><h3><span class="section-number">7.3.37.3.1. </span>Basic usage<a class="headerlink" href="#basic-usage" title="Permalink to this headline">¶</a></h3>
130130 <p>Register <code class="docutils literal notranslate"><span class="pre">sharding</span></code> plugin to use this command in advance.</p>
131131 <p>Execution example:</p>
132132 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register sharding
183183 </div>
184184 </div>
185185 <div class="section" id="removes-parts-of-a-logical-table">
186 <span id="logical-table-remove-removes-parts"></span><h3><span class="section-number">7.3.36.3.2. </span>Removes parts of a logical table<a class="headerlink" href="#removes-parts-of-a-logical-table" title="Permalink to this headline">¶</a></h3>
186 <span id="logical-table-remove-removes-parts"></span><h3><span class="section-number">7.3.37.3.2. </span>Removes parts of a logical table<a class="headerlink" href="#removes-parts-of-a-logical-table" title="Permalink to this headline">¶</a></h3>
187187 <p>You can specify range of shards by the following parameters:</p>
188188 <blockquote>
189189 <div><ul class="simple">
310310 </div>
311311 </div>
312312 <div class="section" id="unremovable-cases">
313 <span id="logical-table-remove-unremovable-cases"></span><h3><span class="section-number">7.3.36.3.3. </span>Unremovable cases<a class="headerlink" href="#unremovable-cases" title="Permalink to this headline">¶</a></h3>
313 <span id="logical-table-remove-unremovable-cases"></span><h3><span class="section-number">7.3.37.3.3. </span>Unremovable cases<a class="headerlink" href="#unremovable-cases" title="Permalink to this headline">¶</a></h3>
314314 <p>There are some unremovable cases. See
315315 <a class="reference internal" href="table_remove.html#table-remove-unremovable-cases"><span class="std std-ref">Unremovable cases</span></a> for details. Because
316316 <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code> uses the same checks.</p>
317317 </div>
318318 <div class="section" id="removes-with-related-tables">
319 <span id="logical-table-remove-removes-with-related-tables"></span><h3><span class="section-number">7.3.36.3.4. </span>Removes with related tables<a class="headerlink" href="#removes-with-related-tables" title="Permalink to this headline">¶</a></h3>
319 <span id="logical-table-remove-removes-with-related-tables"></span><h3><span class="section-number">7.3.37.3.4. </span>Removes with related tables<a class="headerlink" href="#removes-with-related-tables" title="Permalink to this headline">¶</a></h3>
320320 <div class="versionadded">
321321 <p><span class="versionmodified added">New in version 6.0.1.</span></p>
322322 </div>
450450 </div>
451451 </div>
452452 <div class="section" id="removes-broken-tables-as-much-as-possible">
453 <span id="logical-table-remove-removes-broken-tables-as-much-as-possible"></span><h3><span class="section-number">7.3.36.3.5. </span>Removes broken tables as much as possible<a class="headerlink" href="#removes-broken-tables-as-much-as-possible" title="Permalink to this headline">¶</a></h3>
453 <span id="logical-table-remove-removes-broken-tables-as-much-as-possible"></span><h3><span class="section-number">7.3.37.3.5. </span>Removes broken tables as much as possible<a class="headerlink" href="#removes-broken-tables-as-much-as-possible" title="Permalink to this headline">¶</a></h3>
454454 <div class="versionadded">
455455 <p><span class="versionmodified added">New in version 6.0.9.</span></p>
456456 </div>
520520 don’t need to use it.</p>
521521 </div>
522522 <div class="section" id="decreases-used-resources">
523 <span id="logical-table-remove-decreases-used-resources"></span><h3><span class="section-number">7.3.36.3.6. </span>Decreases used resources<a class="headerlink" href="#decreases-used-resources" title="Permalink to this headline">¶</a></h3>
523 <span id="logical-table-remove-decreases-used-resources"></span><h3><span class="section-number">7.3.37.3.6. </span>Decreases used resources<a class="headerlink" href="#decreases-used-resources" title="Permalink to this headline">¶</a></h3>
524524 <p>You can decrease resources for this command. See
525525 <a class="reference internal" href="table_remove.html#table-remove-decreases-used-resources"><span class="std std-ref">Decreases used resources</span></a> for details. Because
526526 <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code> uses the same logic as <a class="reference internal" href="table_remove.html"><span class="doc">table_remove</span></a>.</p>
527527 </div>
528528 </div>
529529 <div class="section" id="parameters">
530 <h2><span class="section-number">7.3.36.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
530 <h2><span class="section-number">7.3.37.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
531531 <p>This section describes parameters of <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code>.</p>
532532 <div class="section" id="required-parameters">
533 <h3><span class="section-number">7.3.36.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
533 <h3><span class="section-number">7.3.37.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
534534 <p>There are required parameters.</p>
535535 <div class="section" id="logical-table">
536 <span id="logical-table-remove-logical-table"></span><h4><span class="section-number">7.3.36.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="Permalink to this headline">¶</a></h4>
536 <span id="logical-table-remove-logical-table"></span><h4><span class="section-number">7.3.37.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="Permalink to this headline">¶</a></h4>
537537 <p>Specifies logical table name. It means table name without
538538 <code class="docutils literal notranslate"><span class="pre">_YYYYMMDD</span></code> postfix. If you use actual table such as
539539 <code class="docutils literal notranslate"><span class="pre">Logs_20150203</span></code>, <code class="docutils literal notranslate"><span class="pre">Logs_20150203</span></code> and so on, logical table name is
541541 <p>See also <a class="reference internal" href="logical_select.html#logical-select-logical-table"><span class="std std-ref">logical_table</span></a>.</p>
542542 </div>
543543 <div class="section" id="shard-key">
544 <span id="logical-table-remove-shard-key"></span><h4><span class="section-number">7.3.36.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="Permalink to this headline">¶</a></h4>
544 <span id="logical-table-remove-shard-key"></span><h4><span class="section-number">7.3.37.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="Permalink to this headline">¶</a></h4>
545545 <p>Specifies column name which is treated as shared key.</p>
546546 <p>See also <a class="reference internal" href="logical_select.html#logical-select-shard-key"><span class="std std-ref">shard_key</span></a>.</p>
547547 </div>
548548 </div>
549549 <div class="section" id="optional-parameters">
550 <h3><span class="section-number">7.3.36.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
550 <h3><span class="section-number">7.3.37.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
551551 <p>There are optional parameters.</p>
552552 <div class="section" id="min">
553 <span id="logical-table-remove-min"></span><h4><span class="section-number">7.3.36.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="Permalink to this headline">¶</a></h4>
553 <span id="logical-table-remove-min"></span><h4><span class="section-number">7.3.37.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="Permalink to this headline">¶</a></h4>
554554 <p>Specifies the minimum value of <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> column.</p>
555555 <p>See also <a class="reference internal" href="logical_select.html#logical-select-min"><span class="std std-ref">min</span></a>.</p>
556556 </div>
557557 <div class="section" id="min-border">
558 <span id="logical-table-remove-min-border"></span><h4><span class="section-number">7.3.36.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="Permalink to this headline">¶</a></h4>
558 <span id="logical-table-remove-min-border"></span><h4><span class="section-number">7.3.37.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="Permalink to this headline">¶</a></h4>
559559 <p>Specifies whether the minimum value is included or not. <code class="docutils literal notranslate"><span class="pre">include</span></code>
560560 and <code class="docutils literal notranslate"><span class="pre">exclude</span></code> are available. The default is <code class="docutils literal notranslate"><span class="pre">include</span></code>.</p>
561561 <p>See also <a class="reference internal" href="logical_select.html#logical-select-min-border"><span class="std std-ref">min_border</span></a>.</p>
562562 </div>
563563 <div class="section" id="max">
564 <span id="logical-table-remove-max"></span><h4><span class="section-number">7.3.36.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="Permalink to this headline">¶</a></h4>
564 <span id="logical-table-remove-max"></span><h4><span class="section-number">7.3.37.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="Permalink to this headline">¶</a></h4>
565565 <p>Specifies the maximum value of <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> column.</p>
566566 <p>See also <a class="reference internal" href="logical_select.html#logical-select-max"><span class="std std-ref">max</span></a>.</p>
567567 </div>
568568 <div class="section" id="max-border">
569 <span id="logical-table-remove-max-border"></span><h4><span class="section-number">7.3.36.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="Permalink to this headline">¶</a></h4>
569 <span id="logical-table-remove-max-border"></span><h4><span class="section-number">7.3.37.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="Permalink to this headline">¶</a></h4>
570570 <p>Specifies whether the maximum value is included or not. <code class="docutils literal notranslate"><span class="pre">include</span></code>
571571 and <code class="docutils literal notranslate"><span class="pre">exclude</span></code> are available. The default is <code class="docutils literal notranslate"><span class="pre">include</span></code>.</p>
572572 <p>See also <a class="reference internal" href="logical_select.html#logical-select-max-border"><span class="std std-ref">max_border</span></a>.</p>
573573 </div>
574574 <div class="section" id="dependent">
575 <span id="logical-table-remove-dependent"></span><h4><span class="section-number">7.3.36.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">dependent</span></code><a class="headerlink" href="#dependent" title="Permalink to this headline">¶</a></h4>
575 <span id="logical-table-remove-dependent"></span><h4><span class="section-number">7.3.37.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">dependent</span></code><a class="headerlink" href="#dependent" title="Permalink to this headline">¶</a></h4>
576576 <div class="versionadded">
577577 <p><span class="versionmodified added">New in version 6.0.1.</span></p>
578578 </div>
597597 this parameter.</p>
598598 </div>
599599 <div class="section" id="force">
600 <span id="logical-table-remove-force"></span><h4><span class="section-number">7.3.36.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">force</span></code><a class="headerlink" href="#force" title="Permalink to this headline">¶</a></h4>
600 <span id="logical-table-remove-force"></span><h4><span class="section-number">7.3.37.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">force</span></code><a class="headerlink" href="#force" title="Permalink to this headline">¶</a></h4>
601601 <div class="versionadded">
602602 <p><span class="versionmodified added">New in version 6.0.9.</span></p>
603603 </div>
611611 </div>
612612 </div>
613613 <div class="section" id="return-value">
614 <h2><span class="section-number">7.3.36.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
614 <h2><span class="section-number">7.3.37.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
615615 <p>The command returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body on success such as:</p>
616616 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
617617 </pre></div>
630630 <div class="sphinxsidebarwrapper">
631631 <h3><a href="../../index.html">Table of Contents</a></h3>
632632 <ul>
633 <li><a class="reference internal" href="#">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a><ul>
634 <li><a class="reference internal" href="#summary">7.3.36.1. Summary</a></li>
635 <li><a class="reference internal" href="#syntax">7.3.36.2. Syntax</a></li>
636 <li><a class="reference internal" href="#usage">7.3.36.3. Usage</a><ul>
637 <li><a class="reference internal" href="#basic-usage">7.3.36.3.1. Basic usage</a></li>
638 <li><a class="reference internal" href="#removes-parts-of-a-logical-table">7.3.36.3.2. Removes parts of a logical table</a></li>
639 <li><a class="reference internal" href="#unremovable-cases">7.3.36.3.3. Unremovable cases</a></li>
640 <li><a class="reference internal" href="#removes-with-related-tables">7.3.36.3.4. Removes with related tables</a></li>
641 <li><a class="reference internal" href="#removes-broken-tables-as-much-as-possible">7.3.36.3.5. Removes broken tables as much as possible</a></li>
642 <li><a class="reference internal" href="#decreases-used-resources">7.3.36.3.6. Decreases used resources</a></li>
633 <li><a class="reference internal" href="#">7.3.37. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a><ul>
634 <li><a class="reference internal" href="#summary">7.3.37.1. Summary</a></li>
635 <li><a class="reference internal" href="#syntax">7.3.37.2. Syntax</a></li>
636 <li><a class="reference internal" href="#usage">7.3.37.3. Usage</a><ul>
637 <li><a class="reference internal" href="#basic-usage">7.3.37.3.1. Basic usage</a></li>
638 <li><a class="reference internal" href="#removes-parts-of-a-logical-table">7.3.37.3.2. Removes parts of a logical table</a></li>
639 <li><a class="reference internal" href="#unremovable-cases">7.3.37.3.3. Unremovable cases</a></li>
640 <li><a class="reference internal" href="#removes-with-related-tables">7.3.37.3.4. Removes with related tables</a></li>
641 <li><a class="reference internal" href="#removes-broken-tables-as-much-as-possible">7.3.37.3.5. Removes broken tables as much as possible</a></li>
642 <li><a class="reference internal" href="#decreases-used-resources">7.3.37.3.6. Decreases used resources</a></li>
643643 </ul>
644644 </li>
645 <li><a class="reference internal" href="#parameters">7.3.36.4. Parameters</a><ul>
646 <li><a class="reference internal" href="#required-parameters">7.3.36.4.1. Required parameters</a><ul>
647 <li><a class="reference internal" href="#logical-table">7.3.36.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
648 <li><a class="reference internal" href="#shard-key">7.3.36.4.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
645 <li><a class="reference internal" href="#parameters">7.3.37.4. Parameters</a><ul>
646 <li><a class="reference internal" href="#required-parameters">7.3.37.4.1. Required parameters</a><ul>
647 <li><a class="reference internal" href="#logical-table">7.3.37.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
648 <li><a class="reference internal" href="#shard-key">7.3.37.4.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
649649 </ul>
650650 </li>
651 <li><a class="reference internal" href="#optional-parameters">7.3.36.4.2. Optional parameters</a><ul>
652 <li><a class="reference internal" href="#min">7.3.36.4.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
653 <li><a class="reference internal" href="#min-border">7.3.36.4.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
654 <li><a class="reference internal" href="#max">7.3.36.4.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
655 <li><a class="reference internal" href="#max-border">7.3.36.4.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
656 <li><a class="reference internal" href="#dependent">7.3.36.4.2.5. <code class="docutils literal notranslate"><span class="pre">dependent</span></code></a></li>
657 <li><a class="reference internal" href="#force">7.3.36.4.2.6. <code class="docutils literal notranslate"><span class="pre">force</span></code></a></li>
651 <li><a class="reference internal" href="#optional-parameters">7.3.37.4.2. Optional parameters</a><ul>
652 <li><a class="reference internal" href="#min">7.3.37.4.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
653 <li><a class="reference internal" href="#min-border">7.3.37.4.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
654 <li><a class="reference internal" href="#max">7.3.37.4.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
655 <li><a class="reference internal" href="#max-border">7.3.37.4.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
656 <li><a class="reference internal" href="#dependent">7.3.37.4.2.5. <code class="docutils literal notranslate"><span class="pre">dependent</span></code></a></li>
657 <li><a class="reference internal" href="#force">7.3.37.4.2.6. <code class="docutils literal notranslate"><span class="pre">force</span></code></a></li>
658658 </ul>
659659 </li>
660660 </ul>
661661 </li>
662 <li><a class="reference internal" href="#return-value">7.3.36.5. Return value</a></li>
662 <li><a class="reference internal" href="#return-value">7.3.37.5. Return value</a></li>
663663 </ul>
664664 </li>
665665 </ul>
666666
667667 <h4>Previous topic</h4>
668668 <p class="topless"><a href="logical_shard_list.html"
669 title="previous chapter"><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></p>
669 title="previous chapter"><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></p>
670670 <h4>Next topic</h4>
671671 <p class="topless"><a href="normalize.html"
672 title="next chapter"><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></p>
672 title="next chapter"><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></p>
673673 <div id="searchbox" style="display: none" role="search">
674674 <h3 id="searchlabel">Quick search</h3>
675675 <div class="searchformwrapper">
691691 <a href="../../genindex.html" title="General Index"
692692 >index</a></li>
693693 <li class="right" >
694 <a href="normalize.html" title="7.3.37. normalize"
694 <a href="normalize.html" title="7.3.38. normalize"
695695 >next</a> |</li>
696696 <li class="right" >
697 <a href="logical_shard_list.html" title="7.3.35. logical_shard_list"
697 <a href="logical_shard_list.html" title="7.3.36. logical_shard_list"
698698 >previous</a> |</li>
699 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
699 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
700700 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
701701 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
702 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
702 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
703703 </ul>
704704 </div>
705705 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.37. normalize &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.38. normalize &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.38. normalizer_list" href="normalizer_list.html" />
22 <link rel="prev" title="7.3.36. logical_table_remove" href="logical_table_remove.html" />
21 <link rel="next" title="7.3.39. normalizer_list" href="normalizer_list.html" />
22 <link rel="prev" title="7.3.37. logical_table_remove" href="logical_table_remove.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="normalizer_list.html" title="7.3.38. normalizer_list"
48 <a href="normalizer_list.html" title="7.3.39. normalizer_list"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="logical_table_remove.html" title="7.3.36. logical_table_remove"
51 <a href="logical_table_remove.html" title="7.3.37. logical_table_remove"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="normalize">
66 <h1><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code><a class="headerlink" href="#normalize" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code><a class="headerlink" href="#normalize" title="Permalink to this headline">¶</a></h1>
6767 <div class="admonition note">
6868 <p class="admonition-title">Note</p>
6969 <p>This command is an experimental feature.</p>
7070 <p>This command may be changed in the future.</p>
7171 </div>
7272 <div class="section" id="summary">
73 <h2><span class="section-number">7.3.37.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
73 <h2><span class="section-number">7.3.38.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
7474 <p><code class="docutils literal notranslate"><span class="pre">normalize</span></code> command normalizes text by the specified normalizer.</p>
7575 <p>There is no need to create table to use <code class="docutils literal notranslate"><span class="pre">normalize</span></code> command.
7676 It is useful for you to check the results of normalizer.</p>
7777 </div>
7878 <div class="section" id="syntax">
79 <h2><span class="section-number">7.3.37.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
79 <h2><span class="section-number">7.3.38.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8080 <p>This command takes three parameters.</p>
8181 <p><code class="docutils literal notranslate"><span class="pre">normalizer</span></code> and <code class="docutils literal notranslate"><span class="pre">string</span></code> are required. Others are optional:</p>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize normalizer
8686 </div>
8787 </div>
8888 <div class="section" id="usage">
89 <h2><span class="section-number">7.3.37.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
89 <h2><span class="section-number">7.3.38.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
9090 <p>Here is a simple example of <code class="docutils literal notranslate"><span class="pre">normalize</span></code> command.</p>
9191 <p>Execution example:</p>
9292 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize NormalizerAuto &quot;aBcDe 123&quot;
106106 </div>
107107 </div>
108108 <div class="section" id="parameters">
109 <h2><span class="section-number">7.3.37.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
109 <h2><span class="section-number">7.3.38.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
110110 <p>This section describes parameters of <code class="docutils literal notranslate"><span class="pre">normalizer</span></code>.</p>
111111 <div class="section" id="required-parameters">
112 <h3><span class="section-number">7.3.37.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
112 <h3><span class="section-number">7.3.38.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
113113 <p>There are required parameters, <code class="docutils literal notranslate"><span class="pre">normalizer</span></code> and <code class="docutils literal notranslate"><span class="pre">string</span></code>.</p>
114114 <div class="section" id="normalizer">
115 <h4><span class="section-number">7.3.37.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">normalizer</span></code><a class="headerlink" href="#normalizer" title="Permalink to this headline">¶</a></h4>
115 <h4><span class="section-number">7.3.38.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">normalizer</span></code><a class="headerlink" href="#normalizer" title="Permalink to this headline">¶</a></h4>
116116 <p>Specifies the normalizer name. <code class="docutils literal notranslate"><span class="pre">normalize</span></code> command uses the
117117 normalizer that is named <code class="docutils literal notranslate"><span class="pre">normalizer</span></code>.</p>
118118 <p>See <a class="reference internal" href="../normalizers.html"><span class="doc">Normalizers</span></a> about built-in normalizers.</p>
123123 MySQL compatible normalizer by registering <a class="reference external" href="https://github.com/groonga/groonga-normalizer-mysql">groonga-normalizer-mysql</a>.</p>
124124 </div>
125125 <div class="section" id="string">
126 <h4><span class="section-number">7.3.37.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">string</span></code><a class="headerlink" href="#string" title="Permalink to this headline">¶</a></h4>
126 <h4><span class="section-number">7.3.38.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">string</span></code><a class="headerlink" href="#string" title="Permalink to this headline">¶</a></h4>
127127 <p>Specifies any string which you want to normalize.</p>
128128 <p>If you want to include spaces in <code class="docutils literal notranslate"><span class="pre">string</span></code>, you need to quote
129129 <code class="docutils literal notranslate"><span class="pre">string</span></code> by single quotation (<code class="docutils literal notranslate"><span class="pre">'</span></code>) or double quotation (<code class="docutils literal notranslate"><span class="pre">&quot;</span></code>).</p>
132132 </div>
133133 </div>
134134 <div class="section" id="optional-parameters">
135 <h3><span class="section-number">7.3.37.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
135 <h3><span class="section-number">7.3.38.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
136136 <p>There are optional parameters.</p>
137137 <div class="section" id="flags">
138 <h4><span class="section-number">7.3.37.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h4>
138 <h4><span class="section-number">7.3.38.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h4>
139139 <p>Specifies a normalization customize options. You can specify
140140 multiple options separated by “<code class="docutils literal notranslate"><span class="pre">|</span></code>”. For example,
141141 <code class="docutils literal notranslate"><span class="pre">REMOVE_BLANK|WITH_TYPES</span></code>.</p>
178178 </div>
179179 </div>
180180 <div class="section" id="return-value">
181 <h2><span class="section-number">7.3.37.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
181 <h2><span class="section-number">7.3.38.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
182182 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, normalized_text]
183183 </pre></div>
184184 </div>
212212 </div></blockquote>
213213 </div>
214214 <div class="section" id="see-also">
215 <h2><span class="section-number">7.3.37.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
215 <h2><span class="section-number">7.3.38.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
216216 <ul class="simple">
217217 <li><p><a class="reference internal" href="../normalizers.html"><span class="doc">Normalizers</span></a></p></li>
218218 </ul>
228228 <div class="sphinxsidebarwrapper">
229229 <h3><a href="../../index.html">Table of Contents</a></h3>
230230 <ul>
231 <li><a class="reference internal" href="#">7.3.37. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a><ul>
232 <li><a class="reference internal" href="#summary">7.3.37.1. Summary</a></li>
233 <li><a class="reference internal" href="#syntax">7.3.37.2. Syntax</a></li>
234 <li><a class="reference internal" href="#usage">7.3.37.3. Usage</a></li>
235 <li><a class="reference internal" href="#parameters">7.3.37.4. Parameters</a><ul>
236 <li><a class="reference internal" href="#required-parameters">7.3.37.4.1. Required parameters</a><ul>
237 <li><a class="reference internal" href="#normalizer">7.3.37.4.1.1. <code class="docutils literal notranslate"><span class="pre">normalizer</span></code></a></li>
238 <li><a class="reference internal" href="#string">7.3.37.4.1.2. <code class="docutils literal notranslate"><span class="pre">string</span></code></a></li>
239 </ul>
240 </li>
241 <li><a class="reference internal" href="#optional-parameters">7.3.37.4.2. Optional parameters</a><ul>
242 <li><a class="reference internal" href="#flags">7.3.37.4.2.1. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
243 </ul>
244 </li>
245 </ul>
246 </li>
247 <li><a class="reference internal" href="#return-value">7.3.37.5. Return value</a></li>
248 <li><a class="reference internal" href="#see-also">7.3.37.6. See also</a></li>
231 <li><a class="reference internal" href="#">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a><ul>
232 <li><a class="reference internal" href="#summary">7.3.38.1. Summary</a></li>
233 <li><a class="reference internal" href="#syntax">7.3.38.2. Syntax</a></li>
234 <li><a class="reference internal" href="#usage">7.3.38.3. Usage</a></li>
235 <li><a class="reference internal" href="#parameters">7.3.38.4. Parameters</a><ul>
236 <li><a class="reference internal" href="#required-parameters">7.3.38.4.1. Required parameters</a><ul>
237 <li><a class="reference internal" href="#normalizer">7.3.38.4.1.1. <code class="docutils literal notranslate"><span class="pre">normalizer</span></code></a></li>
238 <li><a class="reference internal" href="#string">7.3.38.4.1.2. <code class="docutils literal notranslate"><span class="pre">string</span></code></a></li>
239 </ul>
240 </li>
241 <li><a class="reference internal" href="#optional-parameters">7.3.38.4.2. Optional parameters</a><ul>
242 <li><a class="reference internal" href="#flags">7.3.38.4.2.1. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
243 </ul>
244 </li>
245 </ul>
246 </li>
247 <li><a class="reference internal" href="#return-value">7.3.38.5. Return value</a></li>
248 <li><a class="reference internal" href="#see-also">7.3.38.6. See also</a></li>
249249 </ul>
250250 </li>
251251 </ul>
252252
253253 <h4>Previous topic</h4>
254254 <p class="topless"><a href="logical_table_remove.html"
255 title="previous chapter"><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></p>
255 title="previous chapter"><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></p>
256256 <h4>Next topic</h4>
257257 <p class="topless"><a href="normalizer_list.html"
258 title="next chapter"><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></p>
258 title="next chapter"><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></p>
259259 <div id="searchbox" style="display: none" role="search">
260260 <h3 id="searchlabel">Quick search</h3>
261261 <div class="searchformwrapper">
277277 <a href="../../genindex.html" title="General Index"
278278 >index</a></li>
279279 <li class="right" >
280 <a href="normalizer_list.html" title="7.3.38. normalizer_list"
280 <a href="normalizer_list.html" title="7.3.39. normalizer_list"
281281 >next</a> |</li>
282282 <li class="right" >
283 <a href="logical_table_remove.html" title="7.3.36. logical_table_remove"
283 <a href="logical_table_remove.html" title="7.3.37. logical_table_remove"
284284 >previous</a> |</li>
285 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
285 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
286286 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
287287 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
288 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
288 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
289289 </ul>
290290 </div>
291291 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.38. normalizer_list &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.39. normalizer_list &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.39. object_exist" href="object_exist.html" />
22 <link rel="prev" title="7.3.37. normalize" href="normalize.html" />
21 <link rel="next" title="7.3.40. object_exist" href="object_exist.html" />
22 <link rel="prev" title="7.3.38. normalize" href="normalize.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="object_exist.html" title="7.3.39. object_exist"
48 <a href="object_exist.html" title="7.3.40. object_exist"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="normalize.html" title="7.3.37. normalize"
51 <a href="normalize.html" title="7.3.38. normalize"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="normalizer-list">
66 <h1><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code><a class="headerlink" href="#normalizer-list" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code><a class="headerlink" href="#normalizer-list" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.38.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.39.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code> command lists normalizers in a database.</p>
7070 </div>
7171 <div class="section" id="syntax">
72 <h2><span class="section-number">7.3.38.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
72 <h2><span class="section-number">7.3.39.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7373 <p>This command takes no parameters:</p>
7474 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalizer_list
7575 </pre></div>
7676 </div>
7777 </div>
7878 <div class="section" id="usage">
79 <h2><span class="section-number">7.3.38.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
79 <h2><span class="section-number">7.3.39.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8080 <p>Here is a simple example.</p>
8181 <p>Execution example:</p>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalizer_list
100100 <p>It returns normalizers in a database.</p>
101101 </div>
102102 <div class="section" id="return-value">
103 <h2><span class="section-number">7.3.38.4. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
103 <h2><span class="section-number">7.3.39.4. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
104104 <p><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code> command returns normalizers. Each normalizers has an attribute
105105 that contains the name. The attribute will be increased in the feature:</p>
106106 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, normalizers]
133133 </div></blockquote>
134134 </div>
135135 <div class="section" id="see-also">
136 <h2><span class="section-number">7.3.38.5. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
136 <h2><span class="section-number">7.3.39.5. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
137137 <ul class="simple">
138138 <li><p><a class="reference internal" href="../normalizers.html"><span class="doc">Normalizers</span></a></p></li>
139139 <li><p><a class="reference internal" href="normalize.html"><span class="doc">normalize</span></a></p></li>
150150 <div class="sphinxsidebarwrapper">
151151 <h3><a href="../../index.html">Table of Contents</a></h3>
152152 <ul>
153 <li><a class="reference internal" href="#">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a><ul>
154 <li><a class="reference internal" href="#summary">7.3.38.1. Summary</a></li>
155 <li><a class="reference internal" href="#syntax">7.3.38.2. Syntax</a></li>
156 <li><a class="reference internal" href="#usage">7.3.38.3. Usage</a></li>
157 <li><a class="reference internal" href="#return-value">7.3.38.4. Return value</a></li>
158 <li><a class="reference internal" href="#see-also">7.3.38.5. See also</a></li>
153 <li><a class="reference internal" href="#">7.3.39. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a><ul>
154 <li><a class="reference internal" href="#summary">7.3.39.1. Summary</a></li>
155 <li><a class="reference internal" href="#syntax">7.3.39.2. Syntax</a></li>
156 <li><a class="reference internal" href="#usage">7.3.39.3. Usage</a></li>
157 <li><a class="reference internal" href="#return-value">7.3.39.4. Return value</a></li>
158 <li><a class="reference internal" href="#see-also">7.3.39.5. See also</a></li>
159159 </ul>
160160 </li>
161161 </ul>
162162
163163 <h4>Previous topic</h4>
164164 <p class="topless"><a href="normalize.html"
165 title="previous chapter"><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></p>
165 title="previous chapter"><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></p>
166166 <h4>Next topic</h4>
167167 <p class="topless"><a href="object_exist.html"
168 title="next chapter"><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></p>
168 title="next chapter"><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></p>
169169 <div id="searchbox" style="display: none" role="search">
170170 <h3 id="searchlabel">Quick search</h3>
171171 <div class="searchformwrapper">
187187 <a href="../../genindex.html" title="General Index"
188188 >index</a></li>
189189 <li class="right" >
190 <a href="object_exist.html" title="7.3.39. object_exist"
190 <a href="object_exist.html" title="7.3.40. object_exist"
191191 >next</a> |</li>
192192 <li class="right" >
193 <a href="normalize.html" title="7.3.37. normalize"
193 <a href="normalize.html" title="7.3.38. normalize"
194194 >previous</a> |</li>
195 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
195 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
196196 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
197197 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
198 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
198 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
199199 </ul>
200200 </div>
201201 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.39. object_exist &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.40. object_exist &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.40. object_inspect" href="object_inspect.html" />
22 <link rel="prev" title="7.3.38. normalizer_list" href="normalizer_list.html" />
21 <link rel="next" title="7.3.41. object_inspect" href="object_inspect.html" />
22 <link rel="prev" title="7.3.39. normalizer_list" href="normalizer_list.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="object_inspect.html" title="7.3.40. object_inspect"
48 <a href="object_inspect.html" title="7.3.41. object_inspect"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="normalizer_list.html" title="7.3.38. normalizer_list"
51 <a href="normalizer_list.html" title="7.3.39. normalizer_list"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="object-exist">
66 <h1><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code><a class="headerlink" href="#object-exist" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code><a class="headerlink" href="#object-exist" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.39.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.40.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.0.6.</span></p>
7171 </div>
7777 table, column, function and so on.</p>
7878 </div>
7979 <div class="section" id="syntax">
80 <h2><span class="section-number">7.3.39.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
80 <h2><span class="section-number">7.3.40.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8181 <p>This command takes only one required parameter:</p>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>object_exist name
8383 </pre></div>
8484 </div>
8585 </div>
8686 <div class="section" id="usage">
87 <h2><span class="section-number">7.3.39.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
87 <h2><span class="section-number">7.3.40.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8888 <p>You can check whether the name is already used in database:</p>
8989 <p>Execution example:</p>
9090 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>object_exist Users
101101 table.</p>
102102 </div>
103103 <div class="section" id="parameters">
104 <h2><span class="section-number">7.3.39.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
104 <h2><span class="section-number">7.3.40.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
105105 <p>This section describes all parameters.</p>
106106 <div class="section" id="required-parameters">
107 <h3><span class="section-number">7.3.39.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
107 <h3><span class="section-number">7.3.40.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
108108 <p>There is only one required parameter.</p>
109109 <div class="section" id="name">
110 <span id="object-exist-name"></span><h4><span class="section-number">7.3.39.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h4>
110 <span id="object-exist-name"></span><h4><span class="section-number">7.3.40.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h4>
111111 <p>Specifies the object name to be checked.</p>
112112 <p>If you want to check existence of a column, use
113113 <code class="docutils literal notranslate"><span class="pre">TABLE_NAME.COLUMN_NAME</span></code> format like the following:</p>
125125 </div>
126126 </div>
127127 <div class="section" id="optional-parameters">
128 <h3><span class="section-number">7.3.39.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
128 <h3><span class="section-number">7.3.40.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
129129 <p>There is no optional parameter.</p>
130130 </div>
131131 </div>
132132 <div class="section" id="return-value">
133 <h2><span class="section-number">7.3.39.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
133 <h2><span class="section-number">7.3.40.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
134134 <p>The command returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body if object with the specified name
135135 exists in database such as:</p>
136136 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
153153 <div class="sphinxsidebarwrapper">
154154 <h3><a href="../../index.html">Table of Contents</a></h3>
155155 <ul>
156 <li><a class="reference internal" href="#">7.3.39. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a><ul>
157 <li><a class="reference internal" href="#summary">7.3.39.1. Summary</a></li>
158 <li><a class="reference internal" href="#syntax">7.3.39.2. Syntax</a></li>
159 <li><a class="reference internal" href="#usage">7.3.39.3. Usage</a></li>
160 <li><a class="reference internal" href="#parameters">7.3.39.4. Parameters</a><ul>
161 <li><a class="reference internal" href="#required-parameters">7.3.39.4.1. Required parameters</a><ul>
162 <li><a class="reference internal" href="#name">7.3.39.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
156 <li><a class="reference internal" href="#">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a><ul>
157 <li><a class="reference internal" href="#summary">7.3.40.1. Summary</a></li>
158 <li><a class="reference internal" href="#syntax">7.3.40.2. Syntax</a></li>
159 <li><a class="reference internal" href="#usage">7.3.40.3. Usage</a></li>
160 <li><a class="reference internal" href="#parameters">7.3.40.4. Parameters</a><ul>
161 <li><a class="reference internal" href="#required-parameters">7.3.40.4.1. Required parameters</a><ul>
162 <li><a class="reference internal" href="#name">7.3.40.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
163163 </ul>
164164 </li>
165 <li><a class="reference internal" href="#optional-parameters">7.3.39.4.2. Optional parameters</a></li>
165 <li><a class="reference internal" href="#optional-parameters">7.3.40.4.2. Optional parameters</a></li>
166166 </ul>
167167 </li>
168 <li><a class="reference internal" href="#return-value">7.3.39.5. Return value</a></li>
168 <li><a class="reference internal" href="#return-value">7.3.40.5. Return value</a></li>
169169 </ul>
170170 </li>
171171 </ul>
172172
173173 <h4>Previous topic</h4>
174174 <p class="topless"><a href="normalizer_list.html"
175 title="previous chapter"><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></p>
175 title="previous chapter"><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></p>
176176 <h4>Next topic</h4>
177177 <p class="topless"><a href="object_inspect.html"
178 title="next chapter"><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></p>
178 title="next chapter"><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></p>
179179 <div id="searchbox" style="display: none" role="search">
180180 <h3 id="searchlabel">Quick search</h3>
181181 <div class="searchformwrapper">
197197 <a href="../../genindex.html" title="General Index"
198198 >index</a></li>
199199 <li class="right" >
200 <a href="object_inspect.html" title="7.3.40. object_inspect"
200 <a href="object_inspect.html" title="7.3.41. object_inspect"
201201 >next</a> |</li>
202202 <li class="right" >
203 <a href="normalizer_list.html" title="7.3.38. normalizer_list"
203 <a href="normalizer_list.html" title="7.3.39. normalizer_list"
204204 >previous</a> |</li>
205 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
205 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
206206 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
207207 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
208 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
208 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
209209 </ul>
210210 </div>
211211 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.40. object_inspect &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.41. object_inspect &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.41. object_list" href="object_list.html" />
22 <link rel="prev" title="7.3.39. object_exist" href="object_exist.html" />
21 <link rel="next" title="7.3.42. object_list" href="object_list.html" />
22 <link rel="prev" title="7.3.40. object_exist" href="object_exist.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="object_list.html" title="7.3.41. object_list"
48 <a href="object_list.html" title="7.3.42. object_list"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="object_exist.html" title="7.3.39. object_exist"
51 <a href="object_exist.html" title="7.3.40. object_exist"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="object-inspect">
66 <h1><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code><a class="headerlink" href="#object-inspect" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code><a class="headerlink" href="#object-inspect" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.40.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.41.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 6.0.0.</span></p>
7171 </div>
8282 </div></blockquote>
8383 </div>
8484 <div class="section" id="syntax">
85 <h2><span class="section-number">7.3.40.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
85 <h2><span class="section-number">7.3.41.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8686 <p>This command takes only one optional parameter:</p>
8787 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>object_inspect [name=null]
8888 </pre></div>
8989 </div>
9090 </div>
9191 <div class="section" id="usage">
92 <h2><span class="section-number">7.3.40.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
92 <h2><span class="section-number">7.3.41.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
9393 <p>You can inspect an object in the database specified by <code class="docutils literal notranslate"><span class="pre">name</span></code>:</p>
9494 <p>Execution example:</p>
9595 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Users TABLE_HASH_KEY ShortText
188188 </div></blockquote>
189189 </div>
190190 <div class="section" id="parameters">
191 <h2><span class="section-number">7.3.40.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
191 <h2><span class="section-number">7.3.41.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
192192 <p>This section describes all parameters.</p>
193193 <div class="section" id="required-parameters">
194 <h3><span class="section-number">7.3.40.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
194 <h3><span class="section-number">7.3.41.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
195195 <p>There is no required parameter.</p>
196196 </div>
197197 <div class="section" id="optional-parameters">
198 <h3><span class="section-number">7.3.40.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
198 <h3><span class="section-number">7.3.41.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
199199 <p>There is only one optional parameter.</p>
200200 <div class="section" id="name">
201 <span id="object-inspect-name"></span><h4><span class="section-number">7.3.40.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h4>
201 <span id="object-inspect-name"></span><h4><span class="section-number">7.3.41.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h4>
202202 <p>Specifies the object name to be inspected.</p>
203203 <p>If <code class="docutils literal notranslate"><span class="pre">name</span></code> isn’t specified, the database is inspected.</p>
204204 </div>
205205 </div>
206206 </div>
207207 <div class="section" id="return-value">
208 <h2><span class="section-number">7.3.40.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
208 <h2><span class="section-number">7.3.41.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
209209 <p>The command returns an object (nested key and value pairs) that
210210 includes details of the object (such as table) as body:</p>
211211 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, object]
215215 <p>The format of the details is depends on object type. For example,
216216 table has key information but function doesn’t have key information.</p>
217217 <div class="section" id="database">
218 <span id="object-inspect-return-value-database"></span><h3><span class="section-number">7.3.40.5.1. </span>Database<a class="headerlink" href="#database" title="Permalink to this headline">¶</a></h3>
218 <span id="object-inspect-return-value-database"></span><h3><span class="section-number">7.3.41.5.1. </span>Database<a class="headerlink" href="#database" title="Permalink to this headline">¶</a></h3>
219219 <p>Database inspection returns the following information:</p>
220220 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
221221 &quot;type&quot;: {
227227 </pre></div>
228228 </div>
229229 <div class="section" id="database-type-id">
230 <span id="object-inspect-return-value-database-type-id"></span><h4><span class="section-number">7.3.40.5.1.1. </span><code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_ID</span></code><a class="headerlink" href="#database-type-id" title="Permalink to this headline">¶</a></h4>
230 <span id="object-inspect-return-value-database-type-id"></span><h4><span class="section-number">7.3.41.5.1.1. </span><code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_ID</span></code><a class="headerlink" href="#database-type-id" title="Permalink to this headline">¶</a></h4>
231231 <p><code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_ID</span></code> is always <code class="docutils literal notranslate"><span class="pre">55</span></code>.</p>
232232 </div>
233233 <div class="section" id="database-type-name">
234 <span id="object-inspect-return-value-database-type-name"></span><h4><span class="section-number">7.3.40.5.1.2. </span><code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_NAME</span></code><a class="headerlink" href="#database-type-name" title="Permalink to this headline">¶</a></h4>
234 <span id="object-inspect-return-value-database-type-name"></span><h4><span class="section-number">7.3.41.5.1.2. </span><code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_NAME</span></code><a class="headerlink" href="#database-type-name" title="Permalink to this headline">¶</a></h4>
235235 <p><code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_NAME</span></code> is always <code class="docutils literal notranslate"><span class="pre">&quot;db&quot;</span></code>.</p>
236236 </div>
237237 <div class="section" id="database-name-table">
238 <span id="object-inspect-return-value-database-name-table"></span><h4><span class="section-number">7.3.40.5.1.3. </span><code class="docutils literal notranslate"><span class="pre">DATABASE_NAME_TABLE</span></code><a class="headerlink" href="#database-name-table" title="Permalink to this headline">¶</a></h4>
238 <span id="object-inspect-return-value-database-name-table"></span><h4><span class="section-number">7.3.41.5.1.3. </span><code class="docutils literal notranslate"><span class="pre">DATABASE_NAME_TABLE</span></code><a class="headerlink" href="#database-name-table" title="Permalink to this headline">¶</a></h4>
239239 <p><code class="docutils literal notranslate"><span class="pre">DATABASE_NAME_TABLE</span></code> is a table for managing object names in the
240240 database. The table is <a class="reference internal" href="../tables.html#table-pat-key"><span class="std std-ref">TABLE_PAT_KEY</span></a> or
241241 <a class="reference internal" href="../tables.html#table-dat-key"><span class="std std-ref">TABLE_DAT_KEY</span></a>. Normally, it’s <a class="reference internal" href="../tables.html#table-dat-key"><span class="std std-ref">TABLE_DAT_KEY</span></a>.</p>
243243 </div>
244244 </div>
245245 <div class="section" id="table">
246 <span id="object-inspect-return-value-table"></span><h3><span class="section-number">7.3.40.5.2. </span>Table<a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h3>
246 <span id="object-inspect-return-value-table"></span><h3><span class="section-number">7.3.41.5.2. </span>Table<a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h3>
247247 <p>Table inspection returns the following information:</p>
248248 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
249249 &quot;id&quot;: TABLE_ID,
274274 </ul>
275275 </div></blockquote>
276276 <div class="section" id="table-id">
277 <span id="object-inspect-return-value-table-id"></span><h4><span class="section-number">7.3.40.5.2.1. </span><code class="docutils literal notranslate"><span class="pre">TABLE_ID</span></code><a class="headerlink" href="#table-id" title="Permalink to this headline">¶</a></h4>
277 <span id="object-inspect-return-value-table-id"></span><h4><span class="section-number">7.3.41.5.2.1. </span><code class="docutils literal notranslate"><span class="pre">TABLE_ID</span></code><a class="headerlink" href="#table-id" title="Permalink to this headline">¶</a></h4>
278278 <p>The ID of the inspected table.</p>
279279 </div>
280280 <div class="section" id="table-name">
281 <span id="object-inspect-return-value-table-name"></span><h4><span class="section-number">7.3.40.5.2.2. </span><code class="docutils literal notranslate"><span class="pre">TABLE_NAME</span></code><a class="headerlink" href="#table-name" title="Permalink to this headline">¶</a></h4>
281 <span id="object-inspect-return-value-table-name"></span><h4><span class="section-number">7.3.41.5.2.2. </span><code class="docutils literal notranslate"><span class="pre">TABLE_NAME</span></code><a class="headerlink" href="#table-name" title="Permalink to this headline">¶</a></h4>
282282 <p>The name of the inspected table.</p>
283283 </div>
284284 <div class="section" id="table-type-id">
285 <span id="object-inspect-return-value-table-type-id"></span><h4><span class="section-number">7.3.40.5.2.3. </span><code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_ID</span></code><a class="headerlink" href="#table-type-id" title="Permalink to this headline">¶</a></h4>
285 <span id="object-inspect-return-value-table-type-id"></span><h4><span class="section-number">7.3.41.5.2.3. </span><code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_ID</span></code><a class="headerlink" href="#table-type-id" title="Permalink to this headline">¶</a></h4>
286286 <p>The type ID of the inspected table.</p>
287287 <p>Here is a list of type IDs:</p>
288288 <table class="docutils align-default">
312312 </table>
313313 </div>
314314 <div class="section" id="table-type-name">
315 <span id="object-inspect-return-value-table-type-name"></span><h4><span class="section-number">7.3.40.5.2.4. </span><code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_NAME</span></code><a class="headerlink" href="#table-type-name" title="Permalink to this headline">¶</a></h4>
315 <span id="object-inspect-return-value-table-type-name"></span><h4><span class="section-number">7.3.41.5.2.4. </span><code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_NAME</span></code><a class="headerlink" href="#table-type-name" title="Permalink to this headline">¶</a></h4>
316316 <p>The type name of the inspected table.</p>
317317 <p>Here is a list of type names:</p>
318318 <table class="docutils align-default">
342342 </table>
343343 </div>
344344 <div class="section" id="table-key-type">
345 <span id="object-inspect-return-value-table-key-type"></span><h4><span class="section-number">7.3.40.5.2.5. </span><code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TYPE</span></code><a class="headerlink" href="#table-key-type" title="Permalink to this headline">¶</a></h4>
345 <span id="object-inspect-return-value-table-key-type"></span><h4><span class="section-number">7.3.41.5.2.5. </span><code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TYPE</span></code><a class="headerlink" href="#table-key-type" title="Permalink to this headline">¶</a></h4>
346346 <p>The type of key of the inspected table.</p>
347347 <p>See <a class="reference internal" href="#object-inspect-return-value-type"><span class="std std-ref">Type</span></a> for format details.</p>
348348 </div>
349349 <div class="section" id="table-key-total-size">
350 <span id="object-inspect-return-value-table-total-key-size"></span><h4><span class="section-number">7.3.40.5.2.6. </span><code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TOTAL_SIZE</span></code><a class="headerlink" href="#table-key-total-size" title="Permalink to this headline">¶</a></h4>
350 <span id="object-inspect-return-value-table-total-key-size"></span><h4><span class="section-number">7.3.41.5.2.6. </span><code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TOTAL_SIZE</span></code><a class="headerlink" href="#table-key-total-size" title="Permalink to this headline">¶</a></h4>
351351 <p>The total key size of the inspected table in bytes.</p>
352352 </div>
353353 <div class="section" id="table-key-max-total-size">
354 <span id="object-inspect-return-value-table-max-total-key-size"></span><h4><span class="section-number">7.3.40.5.2.7. </span><code class="docutils literal notranslate"><span class="pre">TABLE_KEY_MAX_TOTAL_SIZE</span></code><a class="headerlink" href="#table-key-max-total-size" title="Permalink to this headline">¶</a></h4>
354 <span id="object-inspect-return-value-table-max-total-key-size"></span><h4><span class="section-number">7.3.41.5.2.7. </span><code class="docutils literal notranslate"><span class="pre">TABLE_KEY_MAX_TOTAL_SIZE</span></code><a class="headerlink" href="#table-key-max-total-size" title="Permalink to this headline">¶</a></h4>
355355 <p>The maximum total key size of the inspected table in bytes.</p>
356356 </div>
357357 <div class="section" id="table-value-type">
358 <span id="object-inspect-return-value-table-value-type"></span><h4><span class="section-number">7.3.40.5.2.8. </span><code class="docutils literal notranslate"><span class="pre">TABLE_VALUE_TYPE</span></code><a class="headerlink" href="#table-value-type" title="Permalink to this headline">¶</a></h4>
358 <span id="object-inspect-return-value-table-value-type"></span><h4><span class="section-number">7.3.41.5.2.8. </span><code class="docutils literal notranslate"><span class="pre">TABLE_VALUE_TYPE</span></code><a class="headerlink" href="#table-value-type" title="Permalink to this headline">¶</a></h4>
359359 <p>The type of value of the inspected table.</p>
360360 <p>See <a class="reference internal" href="#object-inspect-return-value-type"><span class="std std-ref">Type</span></a> for format details.</p>
361361 </div>
362362 <div class="section" id="table-n-records">
363 <span id="object-inspect-return-value-table-n-records"></span><h4><span class="section-number">7.3.40.5.2.9. </span><code class="docutils literal notranslate"><span class="pre">TABLE_N_RECORDS</span></code><a class="headerlink" href="#table-n-records" title="Permalink to this headline">¶</a></h4>
363 <span id="object-inspect-return-value-table-n-records"></span><h4><span class="section-number">7.3.41.5.2.9. </span><code class="docutils literal notranslate"><span class="pre">TABLE_N_RECORDS</span></code><a class="headerlink" href="#table-n-records" title="Permalink to this headline">¶</a></h4>
364364 <p>The number of records of the inspected table.</p>
365365 <p>It’s a 64bit unsigned integer value.</p>
366366 </div>
367367 </div>
368368 <div class="section" id="column">
369 <span id="object-inspect-return-value-column"></span><h3><span class="section-number">7.3.40.5.3. </span>Column<a class="headerlink" href="#column" title="Permalink to this headline">¶</a></h3>
369 <span id="object-inspect-return-value-column"></span><h3><span class="section-number">7.3.41.5.3. </span>Column<a class="headerlink" href="#column" title="Permalink to this headline">¶</a></h3>
370370 <div class="versionadded">
371371 <p><span class="versionmodified added">New in version 7.0.2.</span></p>
372372 </div>
451451 </pre></div>
452452 </div>
453453 <div class="section" id="column-id">
454 <span id="object-inspect-return-value-column-id"></span><h4><span class="section-number">7.3.40.5.3.1. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_ID</span></code><a class="headerlink" href="#column-id" title="Permalink to this headline">¶</a></h4>
454 <span id="object-inspect-return-value-column-id"></span><h4><span class="section-number">7.3.41.5.3.1. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_ID</span></code><a class="headerlink" href="#column-id" title="Permalink to this headline">¶</a></h4>
455455 <p>The ID of the inspected column.</p>
456456 </div>
457457 <div class="section" id="column-name">
458 <span id="object-inspect-return-value-column-name"></span><h4><span class="section-number">7.3.40.5.3.2. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_NAME</span></code><a class="headerlink" href="#column-name" title="Permalink to this headline">¶</a></h4>
458 <span id="object-inspect-return-value-column-name"></span><h4><span class="section-number">7.3.41.5.3.2. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_NAME</span></code><a class="headerlink" href="#column-name" title="Permalink to this headline">¶</a></h4>
459459 <p>The name of the inspected column.</p>
460460 <p>It doesn’t include table name. It’s just only column name.</p>
461461 <p>If you want full column name (<code class="docutils literal notranslate"><span class="pre">TABLE_NAME.COLUMN_NAME</span></code> style), use
462462 <a class="reference internal" href="#object-inspect-return-value-column-full-name"><span class="std std-ref">COLUMN_FULL_NAME</span></a> instead.</p>
463463 </div>
464464 <div class="section" id="column-table">
465 <span id="object-inspect-return-value-column-table"></span><h4><span class="section-number">7.3.40.5.3.3. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TABLE</span></code><a class="headerlink" href="#column-table" title="Permalink to this headline">¶</a></h4>
465 <span id="object-inspect-return-value-column-table"></span><h4><span class="section-number">7.3.41.5.3.3. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TABLE</span></code><a class="headerlink" href="#column-table" title="Permalink to this headline">¶</a></h4>
466466 <p>The table of the inspected column.</p>
467467 <p>See <a class="reference internal" href="#object-inspect-return-value-table"><span class="std std-ref">Table</span></a> for format details.</p>
468468 </div>
469469 <div class="section" id="column-full-name">
470 <span id="object-inspect-return-value-column-full-name"></span><h4><span class="section-number">7.3.40.5.3.4. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_FULL_NAME</span></code><a class="headerlink" href="#column-full-name" title="Permalink to this headline">¶</a></h4>
470 <span id="object-inspect-return-value-column-full-name"></span><h4><span class="section-number">7.3.41.5.3.4. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_FULL_NAME</span></code><a class="headerlink" href="#column-full-name" title="Permalink to this headline">¶</a></h4>
471471 <p>The full name of the inspected column.</p>
472472 <p>It includes both table name and column name as
473473 <code class="docutils literal notranslate"><span class="pre">TABLE_NAME.COLUMN_NAME</span></code> format.</p>
475475 <a class="reference internal" href="#object-inspect-return-value-column-name"><span class="std std-ref">COLUMN_NAME</span></a> instead.</p>
476476 </div>
477477 <div class="section" id="column-type-name">
478 <span id="object-inspect-return-value-column-type-name"></span><h4><span class="section-number">7.3.40.5.3.5. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_NAME</span></code><a class="headerlink" href="#column-type-name" title="Permalink to this headline">¶</a></h4>
478 <span id="object-inspect-return-value-column-type-name"></span><h4><span class="section-number">7.3.41.5.3.5. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_NAME</span></code><a class="headerlink" href="#column-type-name" title="Permalink to this headline">¶</a></h4>
479479 <p>The type name of the inspected column.</p>
480480 <p>Here is a list of type names:</p>
481481 <table class="docutils align-default">
502502 </table>
503503 </div>
504504 <div class="section" id="column-type-raw-id">
505 <span id="object-inspect-return-value-column-type-raw-id"></span><h4><span class="section-number">7.3.40.5.3.6. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_ID</span></code><a class="headerlink" href="#column-type-raw-id" title="Permalink to this headline">¶</a></h4>
505 <span id="object-inspect-return-value-column-type-raw-id"></span><h4><span class="section-number">7.3.41.5.3.6. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_ID</span></code><a class="headerlink" href="#column-type-raw-id" title="Permalink to this headline">¶</a></h4>
506506 <p>The raw type ID of the inspected column.</p>
507507 <p>Here is a list of raw type IDs:</p>
508508 <table class="docutils align-default">
529529 </table>
530530 </div>
531531 <div class="section" id="column-type-raw-name">
532 <span id="object-inspect-return-value-column-type-raw-name"></span><h4><span class="section-number">7.3.40.5.3.7. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_NAME</span></code><a class="headerlink" href="#column-type-raw-name" title="Permalink to this headline">¶</a></h4>
532 <span id="object-inspect-return-value-column-type-raw-name"></span><h4><span class="section-number">7.3.41.5.3.7. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_NAME</span></code><a class="headerlink" href="#column-type-raw-name" title="Permalink to this headline">¶</a></h4>
533533 <p>The raw type name of the inspected column.</p>
534534 <p>Here is a list of raw type names:</p>
535535 <table class="docutils align-default">
556556 </table>
557557 </div>
558558 <div class="section" id="column-value-type">
559 <span id="object-inspect-return-value-column-value-type"></span><h4><span class="section-number">7.3.40.5.3.8. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_VALUE_TYPE</span></code><a class="headerlink" href="#column-value-type" title="Permalink to this headline">¶</a></h4>
559 <span id="object-inspect-return-value-column-value-type"></span><h4><span class="section-number">7.3.41.5.3.8. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_VALUE_TYPE</span></code><a class="headerlink" href="#column-value-type" title="Permalink to this headline">¶</a></h4>
560560 <p>The type of value of the inspected column.</p>
561561 <p>See <a class="reference internal" href="#object-inspect-return-value-type"><span class="std std-ref">Type</span></a> for format details.</p>
562562 </div>
563563 <div class="section" id="data-column-value-compress-method">
564 <span id="object-inspect-return-value-data-column-value-compress-method"></span><h4><span class="section-number">7.3.40.5.3.9. </span><code class="docutils literal notranslate"><span class="pre">DATA_COLUMN_VALUE_COMPRESS_METHOD</span></code><a class="headerlink" href="#data-column-value-compress-method" title="Permalink to this headline">¶</a></h4>
564 <span id="object-inspect-return-value-data-column-value-compress-method"></span><h4><span class="section-number">7.3.41.5.3.9. </span><code class="docutils literal notranslate"><span class="pre">DATA_COLUMN_VALUE_COMPRESS_METHOD</span></code><a class="headerlink" href="#data-column-value-compress-method" title="Permalink to this headline">¶</a></h4>
565565 <p>The compress method of value of the inspected data column.</p>
566566 <p>Here is a list of compress methods:</p>
567567 <table class="docutils align-default">
591591 </table>
592592 </div>
593593 <div class="section" id="index-column-value-section">
594 <span id="object-inspect-return-value-index-column-value-section"></span><h4><span class="section-number">7.3.40.5.3.10. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SECTION</span></code><a class="headerlink" href="#index-column-value-section" title="Permalink to this headline">¶</a></h4>
594 <span id="object-inspect-return-value-index-column-value-section"></span><h4><span class="section-number">7.3.41.5.3.10. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SECTION</span></code><a class="headerlink" href="#index-column-value-section" title="Permalink to this headline">¶</a></h4>
595595 <p>Whether the inspected column is created with <code class="docutils literal notranslate"><span class="pre">WITH_SECTION</span></code> flag or
596596 not. The value is <code class="docutils literal notranslate"><span class="pre">true</span></code> if <code class="docutils literal notranslate"><span class="pre">WITH_SECTION</span></code> was specified,
597597 <code class="docutils literal notranslate"><span class="pre">false</span></code> otherwise.</p>
601601 </div>
602602 </div>
603603 <div class="section" id="index-column-value-weight">
604 <span id="object-inspect-return-value-index-column-value-weight"></span><h4><span class="section-number">7.3.40.5.3.11. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_WEIGHT</span></code><a class="headerlink" href="#index-column-value-weight" title="Permalink to this headline">¶</a></h4>
604 <span id="object-inspect-return-value-index-column-value-weight"></span><h4><span class="section-number">7.3.41.5.3.11. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_WEIGHT</span></code><a class="headerlink" href="#index-column-value-weight" title="Permalink to this headline">¶</a></h4>
605605 <p>Whether the inspected column is created with <code class="docutils literal notranslate"><span class="pre">WITH_WEIGHT</span></code> flag or
606606 not. The value is <code class="docutils literal notranslate"><span class="pre">true</span></code> if <code class="docutils literal notranslate"><span class="pre">WITH_WEIGHT</span></code> was specified,
607607 <code class="docutils literal notranslate"><span class="pre">false</span></code> otherwise.</p>
611611 </div>
612612 </div>
613613 <div class="section" id="index-column-value-position">
614 <span id="object-inspect-return-value-index-column-value-position"></span><h4><span class="section-number">7.3.40.5.3.12. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_POSITION</span></code><a class="headerlink" href="#index-column-value-position" title="Permalink to this headline">¶</a></h4>
614 <span id="object-inspect-return-value-index-column-value-position"></span><h4><span class="section-number">7.3.41.5.3.12. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_POSITION</span></code><a class="headerlink" href="#index-column-value-position" title="Permalink to this headline">¶</a></h4>
615615 <p>Whether the inspected column is created with <code class="docutils literal notranslate"><span class="pre">WITH_POSITION</span></code> flag or
616616 not. The value is <code class="docutils literal notranslate"><span class="pre">true</span></code> if <code class="docutils literal notranslate"><span class="pre">WITH_POSITION</span></code> was specified,
617617 <code class="docutils literal notranslate"><span class="pre">false</span></code> otherwise.</p>
621621 </div>
622622 </div>
623623 <div class="section" id="index-column-value-size">
624 <span id="object-inspect-return-value-index-column-value-size"></span><h4><span class="section-number">7.3.40.5.3.13. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SIZE</span></code><a class="headerlink" href="#index-column-value-size" title="Permalink to this headline">¶</a></h4>
624 <span id="object-inspect-return-value-index-column-value-size"></span><h4><span class="section-number">7.3.41.5.3.13. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SIZE</span></code><a class="headerlink" href="#index-column-value-size" title="Permalink to this headline">¶</a></h4>
625625 <p>The size of the inspected index column. Index size can be specified by
626626 <a class="reference internal" href="column_create.html#column-create-flags"><span class="std std-ref">flags</span></a>.</p>
627627 <p>Here is a list of index column sizes:</p>
652652 </table>
653653 </div>
654654 <div class="section" id="index-column-value-statistics-max-section-id">
655 <span id="object-inspect-return-value-index-column-value-statistics-max-section-id"></span><h4><span class="section-number">7.3.40.5.3.14. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_SECTION_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-section-id" title="Permalink to this headline">¶</a></h4>
655 <span id="object-inspect-return-value-index-column-value-statistics-max-section-id"></span><h4><span class="section-number">7.3.41.5.3.14. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_SECTION_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-section-id" title="Permalink to this headline">¶</a></h4>
656656 <p>The max section ID in the inspected index column.</p>
657657 <p>It’s always <code class="docutils literal notranslate"><span class="pre">0</span></code> for index column that is created without
658658 <code class="docutils literal notranslate"><span class="pre">WITH_SECTION</span></code> flag.</p>
664664 source columns.</p>
665665 </div>
666666 <div class="section" id="index-column-value-statistics-n-garbage-segments">
667 <span id="object-inspect-return-value-index-column-value-statistics-n-garbage-segments"></span><h4><span class="section-number">7.3.40.5.3.15. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-garbage-segments" title="Permalink to this headline">¶</a></h4>
667 <span id="object-inspect-return-value-index-column-value-statistics-n-garbage-segments"></span><h4><span class="section-number">7.3.41.5.3.15. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-garbage-segments" title="Permalink to this headline">¶</a></h4>
668668 <p>The number of garbage segments in the inspected index column.</p>
669669 <p>Index column reuses segment (internal allocated space) that is no
670670 longer used. It’s called “garbage segment”.</p>
673673 for the max number of segments.</p>
674674 </div>
675675 <div class="section" id="index-column-value-statistics-max-array-segment-id">
676 <span id="object-inspect-return-value-index-column-value-statistics-max-array-segment-id"></span><h4><span class="section-number">7.3.40.5.3.16. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_ARRAY_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-array-segment-id" title="Permalink to this headline">¶</a></h4>
676 <span id="object-inspect-return-value-index-column-value-statistics-max-array-segment-id"></span><h4><span class="section-number">7.3.41.5.3.16. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_ARRAY_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-array-segment-id" title="Permalink to this headline">¶</a></h4>
677677 <p>The max ID of segment used for “array” in the inspected index column.</p>
678678 <p>“array” is used for managing “buffer”.</p>
679679 <p>The max value is the max number of segments. See
681681 for the max number of segments.</p>
682682 </div>
683683 <div class="section" id="index-column-value-statistics-n-array-segments">
684 <span id="object-inspect-return-value-index-column-value-statistics-n-array-segments"></span><h4><span class="section-number">7.3.40.5.3.17. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_ARRAY_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-array-segments" title="Permalink to this headline">¶</a></h4>
684 <span id="object-inspect-return-value-index-column-value-statistics-n-array-segments"></span><h4><span class="section-number">7.3.41.5.3.17. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_ARRAY_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-array-segments" title="Permalink to this headline">¶</a></h4>
685685 <p>The number of segments used for “array” in the inspected index column.</p>
686686 <p>“array” is used for managing “buffer”.</p>
687687 <p>The max value is <code class="docutils literal notranslate"><span class="pre">the</span> <span class="pre">max</span> <span class="pre">number</span> <span class="pre">of</span> <span class="pre">segments</span> <span class="pre">-</span> <span class="pre">the</span> <span class="pre">number</span> <span class="pre">of</span> <span class="pre">segments</span>
690690 for the max number of segments.</p>
691691 </div>
692692 <div class="section" id="index-column-value-statistics-max-buffer-segment-id">
693 <span id="object-inspect-return-value-index-column-value-statistics-max-buffer-segment-id"></span><h4><span class="section-number">7.3.40.5.3.18. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_BUFFER_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-buffer-segment-id" title="Permalink to this headline">¶</a></h4>
693 <span id="object-inspect-return-value-index-column-value-statistics-max-buffer-segment-id"></span><h4><span class="section-number">7.3.41.5.3.18. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_BUFFER_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-buffer-segment-id" title="Permalink to this headline">¶</a></h4>
694694 <p>The max ID of segment used for “buffer” in the inspected index column.</p>
695695 <p>“buffer” is used for storing posting lists.</p>
696696 <p>The max value is the max number of segments. See
698698 for the max number of segments.</p>
699699 </div>
700700 <div class="section" id="index-column-value-statistics-n-buffer-segments">
701 <span id="object-inspect-return-value-index-column-value-statistics-n-buffer-segments"></span><h4><span class="section-number">7.3.40.5.3.19. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_BUFFER_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-buffer-segments" title="Permalink to this headline">¶</a></h4>
701 <span id="object-inspect-return-value-index-column-value-statistics-n-buffer-segments"></span><h4><span class="section-number">7.3.41.5.3.19. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_BUFFER_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-buffer-segments" title="Permalink to this headline">¶</a></h4>
702702 <p>The number of segments used for “buffer” in the inspected index column.</p>
703703 <p>“buffer” is used for storing posting lists.</p>
704704 <p>The max value is <code class="docutils literal notranslate"><span class="pre">the</span> <span class="pre">max</span> <span class="pre">number</span> <span class="pre">of</span> <span class="pre">segments</span> <span class="pre">-</span> <span class="pre">the</span> <span class="pre">number</span> <span class="pre">of</span> <span class="pre">segments</span>
707707 for the max number of segments.</p>
708708 </div>
709709 <div class="section" id="index-column-value-statistics-max-in-use-physical-segment-id">
710 <span id="object-inspect-return-value-index-column-value-statistics-max-in-use-physical-segment-id"></span><h4><span class="section-number">7.3.40.5.3.20. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_PHYSICAL_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-in-use-physical-segment-id" title="Permalink to this headline">¶</a></h4>
710 <span id="object-inspect-return-value-index-column-value-statistics-max-in-use-physical-segment-id"></span><h4><span class="section-number">7.3.41.5.3.20. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_PHYSICAL_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-in-use-physical-segment-id" title="Permalink to this headline">¶</a></h4>
711711 <p>The max segment ID in use as “garbage”, “array” or “buffer” in the
712712 inspected index column.</p>
713713 <p>The max value is the max number of segments. See
715715 for the max number of segments.</p>
716716 </div>
717717 <div class="section" id="index-column-value-statistics-n-unmanaged-segments">
718 <span id="object-inspect-return-value-index-column-value-statistics-n-unmanaged-segments"></span><h4><span class="section-number">7.3.40.5.3.21. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_UNMANAGED_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-unmanaged-segments" title="Permalink to this headline">¶</a></h4>
718 <span id="object-inspect-return-value-index-column-value-statistics-n-unmanaged-segments"></span><h4><span class="section-number">7.3.41.5.3.21. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_UNMANAGED_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-unmanaged-segments" title="Permalink to this headline">¶</a></h4>
719719 <p>The number of unmanaged segments in the inspected index column.</p>
720720 <p>It must be <code class="docutils literal notranslate"><span class="pre">0</span></code>.</p>
721721 </div>
722722 <div class="section" id="index-column-value-statistics-total-chunk-size">
723 <span id="object-inspect-return-value-index-column-value-statistics-total-chunk-size"></span><h4><span class="section-number">7.3.40.5.3.22. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_TOTAL_CHUNK_SIZE</span></code><a class="headerlink" href="#index-column-value-statistics-total-chunk-size" title="Permalink to this headline">¶</a></h4>
723 <span id="object-inspect-return-value-index-column-value-statistics-total-chunk-size"></span><h4><span class="section-number">7.3.41.5.3.22. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_TOTAL_CHUNK_SIZE</span></code><a class="headerlink" href="#index-column-value-statistics-total-chunk-size" title="Permalink to this headline">¶</a></h4>
724724 <p>The total “chunk” size in the inspected index column.</p>
725725 <p>“chunk” is used for storing posting lists. “buffer” is mutable but
726726 “chunk” is immutable. “chunk” is more space effective than
756756 </table>
757757 </div>
758758 <div class="section" id="index-column-value-statistics-max-in-use-chunk-id">
759 <span id="object-inspect-return-value-index-column-value-statistics-max-in-use-chunk-id"></span><h4><span class="section-number">7.3.40.5.3.23. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_CHUNK_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-in-use-chunk-id" title="Permalink to this headline">¶</a></h4>
759 <span id="object-inspect-return-value-index-column-value-statistics-max-in-use-chunk-id"></span><h4><span class="section-number">7.3.41.5.3.23. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_CHUNK_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-in-use-chunk-id" title="Permalink to this headline">¶</a></h4>
760760 <p>The max “chunk” ID in use in the inspected index column.</p>
761761 <p>The max value is the max number of chunks. See
762762 <a class="reference internal" href="#object-inspect-return-value-index-column-value-statistics-total-chunk-size"><span class="std std-ref">INDEX_COLUMN_VALUE_STATISTICS_TOTAL_CHUNK_SIZE</span></a>
763763 for the max number of chunks.</p>
764764 </div>
765765 <div class="section" id="index-column-value-statistics-n-garbage-chunks">
766 <span id="object-inspect-return-value-index-column-value-statistics-n-garbage-chunks"></span><h4><span class="section-number">7.3.40.5.3.24. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_CHUNKS</span></code><a class="headerlink" href="#index-column-value-statistics-n-garbage-chunks" title="Permalink to this headline">¶</a></h4>
766 <span id="object-inspect-return-value-index-column-value-statistics-n-garbage-chunks"></span><h4><span class="section-number">7.3.41.5.3.24. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_CHUNKS</span></code><a class="headerlink" href="#index-column-value-statistics-n-garbage-chunks" title="Permalink to this headline">¶</a></h4>
767767 <p>The array of the number of garbage “chunks” in the inspected index
768768 column.</p>
769769 <p>Garbage “chunks” are managed by separated 14 spaces. It shows all the
781781 for the max number of chunks.</p>
782782 </div>
783783 <div class="section" id="index-column-value-statistics-next-physical-segment-id">
784 <span id="object-inspect-return-value-index-column-value-statistics-next-physical-segment-id"></span><h4><span class="section-number">7.3.40.5.3.25. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_NEXT_PHYSICAL_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-next-physical-segment-id" title="Permalink to this headline">¶</a></h4>
784 <span id="object-inspect-return-value-index-column-value-statistics-next-physical-segment-id"></span><h4><span class="section-number">7.3.41.5.3.25. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_NEXT_PHYSICAL_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-next-physical-segment-id" title="Permalink to this headline">¶</a></h4>
785785 <div class="versionadded">
786786 <p><span class="versionmodified added">New in version 9.0.2.</span></p>
787787 </div>
791791 for the max number of segments.</p>
792792 </div>
793793 <div class="section" id="index-column-value-statistics-n-physical-segments">
794 <span id="object-inspect-return-value-index-column-value-statistics-n-physical-segments"></span><h4><span class="section-number">7.3.40.5.3.26. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-physical-segments" title="Permalink to this headline">¶</a></h4>
794 <span id="object-inspect-return-value-index-column-value-statistics-n-physical-segments"></span><h4><span class="section-number">7.3.41.5.3.26. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-physical-segments" title="Permalink to this headline">¶</a></h4>
795795 <div class="versionadded">
796796 <p><span class="versionmodified added">New in version 9.0.2.</span></p>
797797 </div>
824824 <p>If the number of segments tend to exceeds near the future, you need to consider to adopt <code class="docutils literal notranslate"><span class="pre">INDEX_XXX</span></code> flags.</p>
825825 </div>
826826 <div class="section" id="index-column-source-id">
827 <span id="object-inspect-return-value-index-column-source-id"></span><h4><span class="section-number">7.3.40.5.3.27. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_ID</span></code><a class="headerlink" href="#index-column-source-id" title="Permalink to this headline">¶</a></h4>
827 <span id="object-inspect-return-value-index-column-source-id"></span><h4><span class="section-number">7.3.41.5.3.27. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_ID</span></code><a class="headerlink" href="#index-column-source-id" title="Permalink to this headline">¶</a></h4>
828828 <p>The ID of a source column of the inspected index column.</p>
829829 </div>
830830 <div class="section" id="index-column-source-name">
831 <span id="object-inspect-return-value-index-column-source-name"></span><h4><span class="section-number">7.3.40.5.3.28. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_NAME</span></code><a class="headerlink" href="#index-column-source-name" title="Permalink to this headline">¶</a></h4>
831 <span id="object-inspect-return-value-index-column-source-name"></span><h4><span class="section-number">7.3.41.5.3.28. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_NAME</span></code><a class="headerlink" href="#index-column-source-name" title="Permalink to this headline">¶</a></h4>
832832 <p>The name of a source column of the inspected index column.</p>
833833 <p>It doesn’t include table name. It’s just only column name.</p>
834834 <p>If you want full column name (<code class="docutils literal notranslate"><span class="pre">TABLE_NAME.COLUMN_NAME</span></code> style), use
836836 instead.</p>
837837 </div>
838838 <div class="section" id="index-column-source-table">
839 <span id="object-inspect-return-value-index-column-source-table"></span><h4><span class="section-number">7.3.40.5.3.29. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_TABLE</span></code><a class="headerlink" href="#index-column-source-table" title="Permalink to this headline">¶</a></h4>
839 <span id="object-inspect-return-value-index-column-source-table"></span><h4><span class="section-number">7.3.41.5.3.29. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_TABLE</span></code><a class="headerlink" href="#index-column-source-table" title="Permalink to this headline">¶</a></h4>
840840 <p>The table of a source column of the inspected index column.</p>
841841 <p>See <a class="reference internal" href="#object-inspect-return-value-table"><span class="std std-ref">Table</span></a> for format details.</p>
842842 </div>
843843 <div class="section" id="index-column-source-full-name">
844 <span id="object-inspect-return-value-index-column-source-full-name"></span><h4><span class="section-number">7.3.40.5.3.30. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_FULL_NAME</span></code><a class="headerlink" href="#index-column-source-full-name" title="Permalink to this headline">¶</a></h4>
844 <span id="object-inspect-return-value-index-column-source-full-name"></span><h4><span class="section-number">7.3.41.5.3.30. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_FULL_NAME</span></code><a class="headerlink" href="#index-column-source-full-name" title="Permalink to this headline">¶</a></h4>
845845 <p>The full name of a source column of the inspected index column.</p>
846846 <p>It includes both table name and column name as
847847 <code class="docutils literal notranslate"><span class="pre">TABLE_NAME.COLUMN_NAME</span></code> format.</p>
849849 <a class="reference internal" href="#object-inspect-return-value-index-column-source-name"><span class="std std-ref">INDEX_COLUMN_SOURCE_NAME</span></a> instead.</p>
850850 </div>
851851 <div class="section" id="type">
852 <span id="object-inspect-return-value-type"></span><h4><span class="section-number">7.3.40.5.3.31. </span>Type<a class="headerlink" href="#type" title="Permalink to this headline">¶</a></h4>
852 <span id="object-inspect-return-value-type"></span><h4><span class="section-number">7.3.41.5.3.31. </span>Type<a class="headerlink" href="#type" title="Permalink to this headline">¶</a></h4>
853853 <p>Type inspection returns the following information:</p>
854854 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
855855 &quot;id&quot;: TYPE_ID,
864864 </div>
865865 </div>
866866 <div class="section" id="type-id">
867 <span id="object-inspect-return-value-type-id"></span><h4><span class="section-number">7.3.40.5.3.32. </span><code class="docutils literal notranslate"><span class="pre">TYPE_ID</span></code><a class="headerlink" href="#type-id" title="Permalink to this headline">¶</a></h4>
867 <span id="object-inspect-return-value-type-id"></span><h4><span class="section-number">7.3.41.5.3.32. </span><code class="docutils literal notranslate"><span class="pre">TYPE_ID</span></code><a class="headerlink" href="#type-id" title="Permalink to this headline">¶</a></h4>
868868 <p>The ID of the inspected type.</p>
869869 <p>Here is an ID list of builtin types:</p>
870870 <table class="docutils align-default">
930930 </table>
931931 </div>
932932 <div class="section" id="type-name">
933 <span id="object-inspect-return-value-type-name"></span><h4><span class="section-number">7.3.40.5.3.33. </span><code class="docutils literal notranslate"><span class="pre">TYPE_NAME</span></code><a class="headerlink" href="#type-name" title="Permalink to this headline">¶</a></h4>
933 <span id="object-inspect-return-value-type-name"></span><h4><span class="section-number">7.3.41.5.3.33. </span><code class="docutils literal notranslate"><span class="pre">TYPE_NAME</span></code><a class="headerlink" href="#type-name" title="Permalink to this headline">¶</a></h4>
934934 <p>The name of the inspected type.</p>
935935 <p>Here is a name list of builtin types:</p>
936936 <blockquote>
955955 </div></blockquote>
956956 </div>
957957 <div class="section" id="type-id-of-type">
958 <span id="object-inspect-return-value-type-id-of-type"></span><h4><span class="section-number">7.3.40.5.3.34. </span><code class="docutils literal notranslate"><span class="pre">TYPE_ID_OF_TYPE</span></code><a class="headerlink" href="#type-id-of-type" title="Permalink to this headline">¶</a></h4>
958 <span id="object-inspect-return-value-type-id-of-type"></span><h4><span class="section-number">7.3.41.5.3.34. </span><code class="docutils literal notranslate"><span class="pre">TYPE_ID_OF_TYPE</span></code><a class="headerlink" href="#type-id-of-type" title="Permalink to this headline">¶</a></h4>
959959 <p><code class="docutils literal notranslate"><span class="pre">TYPE_ID_OF_TYPE</span></code> is always <code class="docutils literal notranslate"><span class="pre">32</span></code>.</p>
960960 </div>
961961 <div class="section" id="type-name-of-type">
962 <span id="object-inspect-return-value-type-name-of-type"></span><h4><span class="section-number">7.3.40.5.3.35. </span><code class="docutils literal notranslate"><span class="pre">TYPE_NAME_OF_TYPE</span></code><a class="headerlink" href="#type-name-of-type" title="Permalink to this headline">¶</a></h4>
962 <span id="object-inspect-return-value-type-name-of-type"></span><h4><span class="section-number">7.3.41.5.3.35. </span><code class="docutils literal notranslate"><span class="pre">TYPE_NAME_OF_TYPE</span></code><a class="headerlink" href="#type-name-of-type" title="Permalink to this headline">¶</a></h4>
963963 <p><code class="docutils literal notranslate"><span class="pre">TYPE_NAME_OF_TYPE</span></code> is always <code class="docutils literal notranslate"><span class="pre">type</span></code>.</p>
964964 </div>
965965 <div class="section" id="type-size">
966 <span id="object-inspect-return-value-type-size"></span><h4><span class="section-number">7.3.40.5.3.36. </span><code class="docutils literal notranslate"><span class="pre">TYPE_SIZE</span></code><a class="headerlink" href="#type-size" title="Permalink to this headline">¶</a></h4>
966 <span id="object-inspect-return-value-type-size"></span><h4><span class="section-number">7.3.41.5.3.36. </span><code class="docutils literal notranslate"><span class="pre">TYPE_SIZE</span></code><a class="headerlink" href="#type-size" title="Permalink to this headline">¶</a></h4>
967967 <p><code class="docutils literal notranslate"><span class="pre">TYPE_SIZE</span></code> is the size of the inspected type in bytes. If the
968968 inspected type is variable size type, the size means the maximum size.</p>
969969 </div>
980980 <div class="sphinxsidebarwrapper">
981981 <h3><a href="../../index.html">Table of Contents</a></h3>
982982 <ul>
983 <li><a class="reference internal" href="#">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a><ul>
984 <li><a class="reference internal" href="#summary">7.3.40.1. Summary</a></li>
985 <li><a class="reference internal" href="#syntax">7.3.40.2. Syntax</a></li>
986 <li><a class="reference internal" href="#usage">7.3.40.3. Usage</a></li>
987 <li><a class="reference internal" href="#parameters">7.3.40.4. Parameters</a><ul>
988 <li><a class="reference internal" href="#required-parameters">7.3.40.4.1. Required parameters</a></li>
989 <li><a class="reference internal" href="#optional-parameters">7.3.40.4.2. Optional parameters</a><ul>
990 <li><a class="reference internal" href="#name">7.3.40.4.2.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
983 <li><a class="reference internal" href="#">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a><ul>
984 <li><a class="reference internal" href="#summary">7.3.41.1. Summary</a></li>
985 <li><a class="reference internal" href="#syntax">7.3.41.2. Syntax</a></li>
986 <li><a class="reference internal" href="#usage">7.3.41.3. Usage</a></li>
987 <li><a class="reference internal" href="#parameters">7.3.41.4. Parameters</a><ul>
988 <li><a class="reference internal" href="#required-parameters">7.3.41.4.1. Required parameters</a></li>
989 <li><a class="reference internal" href="#optional-parameters">7.3.41.4.2. Optional parameters</a><ul>
990 <li><a class="reference internal" href="#name">7.3.41.4.2.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
991991 </ul>
992992 </li>
993993 </ul>
994994 </li>
995 <li><a class="reference internal" href="#return-value">7.3.40.5. Return value</a><ul>
996 <li><a class="reference internal" href="#database">7.3.40.5.1. Database</a><ul>
997 <li><a class="reference internal" href="#database-type-id">7.3.40.5.1.1. <code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_ID</span></code></a></li>
998 <li><a class="reference internal" href="#database-type-name">7.3.40.5.1.2. <code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_NAME</span></code></a></li>
999 <li><a class="reference internal" href="#database-name-table">7.3.40.5.1.3. <code class="docutils literal notranslate"><span class="pre">DATABASE_NAME_TABLE</span></code></a></li>
995 <li><a class="reference internal" href="#return-value">7.3.41.5. Return value</a><ul>
996 <li><a class="reference internal" href="#database">7.3.41.5.1. Database</a><ul>
997 <li><a class="reference internal" href="#database-type-id">7.3.41.5.1.1. <code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_ID</span></code></a></li>
998 <li><a class="reference internal" href="#database-type-name">7.3.41.5.1.2. <code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_NAME</span></code></a></li>
999 <li><a class="reference internal" href="#database-name-table">7.3.41.5.1.3. <code class="docutils literal notranslate"><span class="pre">DATABASE_NAME_TABLE</span></code></a></li>
10001000 </ul>
10011001 </li>
1002 <li><a class="reference internal" href="#table">7.3.40.5.2. Table</a><ul>
1003 <li><a class="reference internal" href="#table-id">7.3.40.5.2.1. <code class="docutils literal notranslate"><span class="pre">TABLE_ID</span></code></a></li>
1004 <li><a class="reference internal" href="#table-name">7.3.40.5.2.2. <code class="docutils literal notranslate"><span class="pre">TABLE_NAME</span></code></a></li>
1005 <li><a class="reference internal" href="#table-type-id">7.3.40.5.2.3. <code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_ID</span></code></a></li>
1006 <li><a class="reference internal" href="#table-type-name">7.3.40.5.2.4. <code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_NAME</span></code></a></li>
1007 <li><a class="reference internal" href="#table-key-type">7.3.40.5.2.5. <code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TYPE</span></code></a></li>
1008 <li><a class="reference internal" href="#table-key-total-size">7.3.40.5.2.6. <code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TOTAL_SIZE</span></code></a></li>
1009 <li><a class="reference internal" href="#table-key-max-total-size">7.3.40.5.2.7. <code class="docutils literal notranslate"><span class="pre">TABLE_KEY_MAX_TOTAL_SIZE</span></code></a></li>
1010 <li><a class="reference internal" href="#table-value-type">7.3.40.5.2.8. <code class="docutils literal notranslate"><span class="pre">TABLE_VALUE_TYPE</span></code></a></li>
1011 <li><a class="reference internal" href="#table-n-records">7.3.40.5.2.9. <code class="docutils literal notranslate"><span class="pre">TABLE_N_RECORDS</span></code></a></li>
1002 <li><a class="reference internal" href="#table">7.3.41.5.2. Table</a><ul>
1003 <li><a class="reference internal" href="#table-id">7.3.41.5.2.1. <code class="docutils literal notranslate"><span class="pre">TABLE_ID</span></code></a></li>
1004 <li><a class="reference internal" href="#table-name">7.3.41.5.2.2. <code class="docutils literal notranslate"><span class="pre">TABLE_NAME</span></code></a></li>
1005 <li><a class="reference internal" href="#table-type-id">7.3.41.5.2.3. <code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_ID</span></code></a></li>
1006 <li><a class="reference internal" href="#table-type-name">7.3.41.5.2.4. <code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_NAME</span></code></a></li>
1007 <li><a class="reference internal" href="#table-key-type">7.3.41.5.2.5. <code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TYPE</span></code></a></li>
1008 <li><a class="reference internal" href="#table-key-total-size">7.3.41.5.2.6. <code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TOTAL_SIZE</span></code></a></li>
1009 <li><a class="reference internal" href="#table-key-max-total-size">7.3.41.5.2.7. <code class="docutils literal notranslate"><span class="pre">TABLE_KEY_MAX_TOTAL_SIZE</span></code></a></li>
1010 <li><a class="reference internal" href="#table-value-type">7.3.41.5.2.8. <code class="docutils literal notranslate"><span class="pre">TABLE_VALUE_TYPE</span></code></a></li>
1011 <li><a class="reference internal" href="#table-n-records">7.3.41.5.2.9. <code class="docutils literal notranslate"><span class="pre">TABLE_N_RECORDS</span></code></a></li>
10121012 </ul>
10131013 </li>
1014 <li><a class="reference internal" href="#column">7.3.40.5.3. Column</a><ul>
1015 <li><a class="reference internal" href="#column-id">7.3.40.5.3.1. <code class="docutils literal notranslate"><span class="pre">COLUMN_ID</span></code></a></li>
1016 <li><a class="reference internal" href="#column-name">7.3.40.5.3.2. <code class="docutils literal notranslate"><span class="pre">COLUMN_NAME</span></code></a></li>
1017 <li><a class="reference internal" href="#column-table">7.3.40.5.3.3. <code class="docutils literal notranslate"><span class="pre">COLUMN_TABLE</span></code></a></li>
1018 <li><a class="reference internal" href="#column-full-name">7.3.40.5.3.4. <code class="docutils literal notranslate"><span class="pre">COLUMN_FULL_NAME</span></code></a></li>
1019 <li><a class="reference internal" href="#column-type-name">7.3.40.5.3.5. <code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_NAME</span></code></a></li>
1020 <li><a class="reference internal" href="#column-type-raw-id">7.3.40.5.3.6. <code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_ID</span></code></a></li>
1021 <li><a class="reference internal" href="#column-type-raw-name">7.3.40.5.3.7. <code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_NAME</span></code></a></li>
1022 <li><a class="reference internal" href="#column-value-type">7.3.40.5.3.8. <code class="docutils literal notranslate"><span class="pre">COLUMN_VALUE_TYPE</span></code></a></li>
1023 <li><a class="reference internal" href="#data-column-value-compress-method">7.3.40.5.3.9. <code class="docutils literal notranslate"><span class="pre">DATA_COLUMN_VALUE_COMPRESS_METHOD</span></code></a></li>
1024 <li><a class="reference internal" href="#index-column-value-section">7.3.40.5.3.10. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SECTION</span></code></a></li>
1025 <li><a class="reference internal" href="#index-column-value-weight">7.3.40.5.3.11. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_WEIGHT</span></code></a></li>
1026 <li><a class="reference internal" href="#index-column-value-position">7.3.40.5.3.12. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_POSITION</span></code></a></li>
1027 <li><a class="reference internal" href="#index-column-value-size">7.3.40.5.3.13. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SIZE</span></code></a></li>
1028 <li><a class="reference internal" href="#index-column-value-statistics-max-section-id">7.3.40.5.3.14. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_SECTION_ID</span></code></a></li>
1029 <li><a class="reference internal" href="#index-column-value-statistics-n-garbage-segments">7.3.40.5.3.15. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_SEGMENTS</span></code></a></li>
1030 <li><a class="reference internal" href="#index-column-value-statistics-max-array-segment-id">7.3.40.5.3.16. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_ARRAY_SEGMENT_ID</span></code></a></li>
1031 <li><a class="reference internal" href="#index-column-value-statistics-n-array-segments">7.3.40.5.3.17. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_ARRAY_SEGMENTS</span></code></a></li>
1032 <li><a class="reference internal" href="#index-column-value-statistics-max-buffer-segment-id">7.3.40.5.3.18. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_BUFFER_SEGMENT_ID</span></code></a></li>
1033 <li><a class="reference internal" href="#index-column-value-statistics-n-buffer-segments">7.3.40.5.3.19. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_BUFFER_SEGMENTS</span></code></a></li>
1034 <li><a class="reference internal" href="#index-column-value-statistics-max-in-use-physical-segment-id">7.3.40.5.3.20. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_PHYSICAL_SEGMENT_ID</span></code></a></li>
1035 <li><a class="reference internal" href="#index-column-value-statistics-n-unmanaged-segments">7.3.40.5.3.21. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_UNMANAGED_SEGMENTS</span></code></a></li>
1036 <li><a class="reference internal" href="#index-column-value-statistics-total-chunk-size">7.3.40.5.3.22. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_TOTAL_CHUNK_SIZE</span></code></a></li>
1037 <li><a class="reference internal" href="#index-column-value-statistics-max-in-use-chunk-id">7.3.40.5.3.23. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_CHUNK_ID</span></code></a></li>
1038 <li><a class="reference internal" href="#index-column-value-statistics-n-garbage-chunks">7.3.40.5.3.24. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_CHUNKS</span></code></a></li>
1039 <li><a class="reference internal" href="#index-column-value-statistics-next-physical-segment-id">7.3.40.5.3.25. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_NEXT_PHYSICAL_SEGMENT_ID</span></code></a></li>
1040 <li><a class="reference internal" href="#index-column-value-statistics-n-physical-segments">7.3.40.5.3.26. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></code></a></li>
1041 <li><a class="reference internal" href="#index-column-source-id">7.3.40.5.3.27. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_ID</span></code></a></li>
1042 <li><a class="reference internal" href="#index-column-source-name">7.3.40.5.3.28. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_NAME</span></code></a></li>
1043 <li><a class="reference internal" href="#index-column-source-table">7.3.40.5.3.29. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_TABLE</span></code></a></li>
1044 <li><a class="reference internal" href="#index-column-source-full-name">7.3.40.5.3.30. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_FULL_NAME</span></code></a></li>
1045 <li><a class="reference internal" href="#type">7.3.40.5.3.31. Type</a></li>
1046 <li><a class="reference internal" href="#type-id">7.3.40.5.3.32. <code class="docutils literal notranslate"><span class="pre">TYPE_ID</span></code></a></li>
1047 <li><a class="reference internal" href="#type-name">7.3.40.5.3.33. <code class="docutils literal notranslate"><span class="pre">TYPE_NAME</span></code></a></li>
1048 <li><a class="reference internal" href="#type-id-of-type">7.3.40.5.3.34. <code class="docutils literal notranslate"><span class="pre">TYPE_ID_OF_TYPE</span></code></a></li>
1049 <li><a class="reference internal" href="#type-name-of-type">7.3.40.5.3.35. <code class="docutils literal notranslate"><span class="pre">TYPE_NAME_OF_TYPE</span></code></a></li>
1050 <li><a class="reference internal" href="#type-size">7.3.40.5.3.36. <code class="docutils literal notranslate"><span class="pre">TYPE_SIZE</span></code></a></li>
1014 <li><a class="reference internal" href="#column">7.3.41.5.3. Column</a><ul>
1015 <li><a class="reference internal" href="#column-id">7.3.41.5.3.1. <code class="docutils literal notranslate"><span class="pre">COLUMN_ID</span></code></a></li>
1016 <li><a class="reference internal" href="#column-name">7.3.41.5.3.2. <code class="docutils literal notranslate"><span class="pre">COLUMN_NAME</span></code></a></li>
1017 <li><a class="reference internal" href="#column-table">7.3.41.5.3.3. <code class="docutils literal notranslate"><span class="pre">COLUMN_TABLE</span></code></a></li>
1018 <li><a class="reference internal" href="#column-full-name">7.3.41.5.3.4. <code class="docutils literal notranslate"><span class="pre">COLUMN_FULL_NAME</span></code></a></li>
1019 <li><a class="reference internal" href="#column-type-name">7.3.41.5.3.5. <code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_NAME</span></code></a></li>
1020 <li><a class="reference internal" href="#column-type-raw-id">7.3.41.5.3.6. <code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_ID</span></code></a></li>
1021 <li><a class="reference internal" href="#column-type-raw-name">7.3.41.5.3.7. <code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_NAME</span></code></a></li>
1022 <li><a class="reference internal" href="#column-value-type">7.3.41.5.3.8. <code class="docutils literal notranslate"><span class="pre">COLUMN_VALUE_TYPE</span></code></a></li>
1023 <li><a class="reference internal" href="#data-column-value-compress-method">7.3.41.5.3.9. <code class="docutils literal notranslate"><span class="pre">DATA_COLUMN_VALUE_COMPRESS_METHOD</span></code></a></li>
1024 <li><a class="reference internal" href="#index-column-value-section">7.3.41.5.3.10. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SECTION</span></code></a></li>
1025 <li><a class="reference internal" href="#index-column-value-weight">7.3.41.5.3.11. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_WEIGHT</span></code></a></li>
1026 <li><a class="reference internal" href="#index-column-value-position">7.3.41.5.3.12. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_POSITION</span></code></a></li>
1027 <li><a class="reference internal" href="#index-column-value-size">7.3.41.5.3.13. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SIZE</span></code></a></li>
1028 <li><a class="reference internal" href="#index-column-value-statistics-max-section-id">7.3.41.5.3.14. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_SECTION_ID</span></code></a></li>
1029 <li><a class="reference internal" href="#index-column-value-statistics-n-garbage-segments">7.3.41.5.3.15. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_SEGMENTS</span></code></a></li>
1030 <li><a class="reference internal" href="#index-column-value-statistics-max-array-segment-id">7.3.41.5.3.16. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_ARRAY_SEGMENT_ID</span></code></a></li>
1031 <li><a class="reference internal" href="#index-column-value-statistics-n-array-segments">7.3.41.5.3.17. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_ARRAY_SEGMENTS</span></code></a></li>
1032 <li><a class="reference internal" href="#index-column-value-statistics-max-buffer-segment-id">7.3.41.5.3.18. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_BUFFER_SEGMENT_ID</span></code></a></li>
1033 <li><a class="reference internal" href="#index-column-value-statistics-n-buffer-segments">7.3.41.5.3.19. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_BUFFER_SEGMENTS</span></code></a></li>
1034 <li><a class="reference internal" href="#index-column-value-statistics-max-in-use-physical-segment-id">7.3.41.5.3.20. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_PHYSICAL_SEGMENT_ID</span></code></a></li>
1035 <li><a class="reference internal" href="#index-column-value-statistics-n-unmanaged-segments">7.3.41.5.3.21. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_UNMANAGED_SEGMENTS</span></code></a></li>
1036 <li><a class="reference internal" href="#index-column-value-statistics-total-chunk-size">7.3.41.5.3.22. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_TOTAL_CHUNK_SIZE</span></code></a></li>
1037 <li><a class="reference internal" href="#index-column-value-statistics-max-in-use-chunk-id">7.3.41.5.3.23. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_CHUNK_ID</span></code></a></li>
1038 <li><a class="reference internal" href="#index-column-value-statistics-n-garbage-chunks">7.3.41.5.3.24. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_CHUNKS</span></code></a></li>
1039 <li><a class="reference internal" href="#index-column-value-statistics-next-physical-segment-id">7.3.41.5.3.25. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_NEXT_PHYSICAL_SEGMENT_ID</span></code></a></li>
1040 <li><a class="reference internal" href="#index-column-value-statistics-n-physical-segments">7.3.41.5.3.26. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></code></a></li>
1041 <li><a class="reference internal" href="#index-column-source-id">7.3.41.5.3.27. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_ID</span></code></a></li>
1042 <li><a class="reference internal" href="#index-column-source-name">7.3.41.5.3.28. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_NAME</span></code></a></li>
1043 <li><a class="reference internal" href="#index-column-source-table">7.3.41.5.3.29. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_TABLE</span></code></a></li>
1044 <li><a class="reference internal" href="#index-column-source-full-name">7.3.41.5.3.30. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_FULL_NAME</span></code></a></li>
1045 <li><a class="reference internal" href="#type">7.3.41.5.3.31. Type</a></li>
1046 <li><a class="reference internal" href="#type-id">7.3.41.5.3.32. <code class="docutils literal notranslate"><span class="pre">TYPE_ID</span></code></a></li>
1047 <li><a class="reference internal" href="#type-name">7.3.41.5.3.33. <code class="docutils literal notranslate"><span class="pre">TYPE_NAME</span></code></a></li>
1048 <li><a class="reference internal" href="#type-id-of-type">7.3.41.5.3.34. <code class="docutils literal notranslate"><span class="pre">TYPE_ID_OF_TYPE</span></code></a></li>
1049 <li><a class="reference internal" href="#type-name-of-type">7.3.41.5.3.35. <code class="docutils literal notranslate"><span class="pre">TYPE_NAME_OF_TYPE</span></code></a></li>
1050 <li><a class="reference internal" href="#type-size">7.3.41.5.3.36. <code class="docutils literal notranslate"><span class="pre">TYPE_SIZE</span></code></a></li>
10511051 </ul>
10521052 </li>
10531053 </ul>
10581058
10591059 <h4>Previous topic</h4>
10601060 <p class="topless"><a href="object_exist.html"
1061 title="previous chapter"><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></p>
1061 title="previous chapter"><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></p>
10621062 <h4>Next topic</h4>
10631063 <p class="topless"><a href="object_list.html"
1064 title="next chapter"><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></p>
1064 title="next chapter"><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></p>
10651065 <div id="searchbox" style="display: none" role="search">
10661066 <h3 id="searchlabel">Quick search</h3>
10671067 <div class="searchformwrapper">
10831083 <a href="../../genindex.html" title="General Index"
10841084 >index</a></li>
10851085 <li class="right" >
1086 <a href="object_list.html" title="7.3.41. object_list"
1086 <a href="object_list.html" title="7.3.42. object_list"
10871087 >next</a> |</li>
10881088 <li class="right" >
1089 <a href="object_exist.html" title="7.3.39. object_exist"
1089 <a href="object_exist.html" title="7.3.40. object_exist"
10901090 >previous</a> |</li>
1091 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
1091 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
10921092 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
10931093 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
1094 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
1094 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
10951095 </ul>
10961096 </div>
10971097 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.41. object_list &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.42. object_list &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.42. object_remove" href="object_remove.html" />
22 <link rel="prev" title="7.3.40. object_inspect" href="object_inspect.html" />
21 <link rel="next" title="7.3.43. object_remove" href="object_remove.html" />
22 <link rel="prev" title="7.3.41. object_inspect" href="object_inspect.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="object_remove.html" title="7.3.42. object_remove"
48 <a href="object_remove.html" title="7.3.43. object_remove"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="object_inspect.html" title="7.3.40. object_inspect"
51 <a href="object_inspect.html" title="7.3.41. object_inspect"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="object-list">
66 <h1><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code><a class="headerlink" href="#object-list" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code><a class="headerlink" href="#object-list" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.41.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.42.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 6.0.7.</span></p>
7171 </div>
7878 <code class="docutils literal notranslate"><span class="pre">object_list</span></code>.</p>
7979 </div>
8080 <div class="section" id="syntax">
81 <h2><span class="section-number">7.3.41.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
81 <h2><span class="section-number">7.3.42.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8282 <p>This command takes no parameters:</p>
8383 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>object_list
8484 </pre></div>
8585 </div>
8686 </div>
8787 <div class="section" id="usage">
88 <h2><span class="section-number">7.3.41.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
88 <h2><span class="section-number">7.3.42.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8989 <p>Here is an example schema to show example output:</p>
9090 <p>Execution example:</p>
9191 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Memos TABLE_HASH_KEY ShortText
474474 </div>
475475 </div>
476476 <div class="section" id="parameters">
477 <h2><span class="section-number">7.3.41.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
477 <h2><span class="section-number">7.3.42.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
478478 <p>This section describes all parameters.</p>
479479 <div class="section" id="required-parameters">
480 <h3><span class="section-number">7.3.41.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
480 <h3><span class="section-number">7.3.42.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
481481 <p>There is no required parameter.</p>
482482 </div>
483483 <div class="section" id="optional-parameters">
484 <h3><span class="section-number">7.3.41.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
484 <h3><span class="section-number">7.3.42.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
485485 <p>There is no optional parameter.</p>
486486 </div>
487487 </div>
488488 <div class="section" id="return-value">
489 <h2><span class="section-number">7.3.41.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
489 <h2><span class="section-number">7.3.42.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
490490 <p><code class="docutils literal notranslate"><span class="pre">object_list</span></code> command returns a list of object information in the
491491 database:</p>
492492 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, OBJECTS]
493493 </pre></div>
494494 </div>
495495 <div class="section" id="header">
496 <h3><span class="section-number">7.3.41.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="Permalink to this headline">¶</a></h3>
496 <h3><span class="section-number">7.3.42.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="Permalink to this headline">¶</a></h3>
497497 <p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> about <code class="docutils literal notranslate"><span class="pre">HEADER</span></code>.</p>
498498 </div>
499499 <div class="section" id="objects">
500 <h3><span class="section-number">7.3.41.5.2. </span><code class="docutils literal notranslate"><span class="pre">OBJECTS</span></code><a class="headerlink" href="#objects" title="Permalink to this headline">¶</a></h3>
500 <h3><span class="section-number">7.3.42.5.2. </span><code class="docutils literal notranslate"><span class="pre">OBJECTS</span></code><a class="headerlink" href="#objects" title="Permalink to this headline">¶</a></h3>
501501 <p><code class="docutils literal notranslate"><span class="pre">OBJECTS</span></code> are pairs of object name and object details:</p>
502502 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
503503 &quot;OBJECT_1&quot;: OBJECT_1,
511511 properties.</p>
512512 </div>
513513 <div class="section" id="object-common-properties">
514 <h3><span class="section-number">7.3.41.5.3. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (common properties)<a class="headerlink" href="#object-common-properties" title="Permalink to this headline">¶</a></h3>
514 <h3><span class="section-number">7.3.42.5.3. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (common properties)<a class="headerlink" href="#object-common-properties" title="Permalink to this headline">¶</a></h3>
515515 <p>Here are common properties:</p>
516516 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
517517 &quot;id&quot;: ID,
576576 </table>
577577 </div>
578578 <div class="section" id="object-type">
579 <span id="object-list-return-value-object-type"></span><h3><span class="section-number">7.3.41.5.4. </span><code class="docutils literal notranslate"><span class="pre">OBJECT_TYPE</span></code><a class="headerlink" href="#object-type" title="Permalink to this headline">¶</a></h3>
579 <span id="object-list-return-value-object-type"></span><h3><span class="section-number">7.3.42.5.4. </span><code class="docutils literal notranslate"><span class="pre">OBJECT_TYPE</span></code><a class="headerlink" href="#object-type" title="Permalink to this headline">¶</a></h3>
580580 <p><code class="docutils literal notranslate"><span class="pre">OBJECT_TYPE</span></code> represents the type of object. For example, patricia
581581 trie table, hash table and index column are object types.</p>
582582 <p><code class="docutils literal notranslate"><span class="pre">OBJECT_TYPE</span></code> has the following properties:</p>
610610 </table>
611611 </div>
612612 <div class="section" id="flags">
613 <span id="object-list-return-value-flags"></span><h3><span class="section-number">7.3.41.5.5. </span><code class="docutils literal notranslate"><span class="pre">FLAGS</span></code><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h3>
613 <span id="object-list-return-value-flags"></span><h3><span class="section-number">7.3.42.5.5. </span><code class="docutils literal notranslate"><span class="pre">FLAGS</span></code><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h3>
614614 <p><code class="docutils literal notranslate"><span class="pre">FLAGS</span></code> represents the flags of object. The most flags are the
615615 specified flags in <a class="reference internal" href="table_create.html"><span class="doc">table_create</span></a> or <a class="reference internal" href="column_create.html"><span class="doc">column_create</span></a>. Some
616616 flags are added internally.</p>
643643 </table>
644644 </div>
645645 <div class="section" id="object-type-object-type-specific-properties">
646 <h3><span class="section-number">7.3.41.5.6. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;type&quot;</span></code> object type specific properties)<a class="headerlink" href="#object-type-object-type-specific-properties" title="Permalink to this headline">¶</a></h3>
646 <h3><span class="section-number">7.3.42.5.6. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;type&quot;</span></code> object type specific properties)<a class="headerlink" href="#object-type-object-type-specific-properties" title="Permalink to this headline">¶</a></h3>
647647 <p>Here are <code class="docutils literal notranslate"><span class="pre">&quot;type&quot;</span></code> object type specific properties in <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code>:</p>
648648 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
649649 &quot;size&quot;: SIZE
670670 </table>
671671 </div>
672672 <div class="section" id="object-proc-object-type-specific-properties">
673 <h3><span class="section-number">7.3.41.5.7. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;proc&quot;</span></code> object type specific properties)<a class="headerlink" href="#object-proc-object-type-specific-properties" title="Permalink to this headline">¶</a></h3>
673 <h3><span class="section-number">7.3.42.5.7. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;proc&quot;</span></code> object type specific properties)<a class="headerlink" href="#object-proc-object-type-specific-properties" title="Permalink to this headline">¶</a></h3>
674674 <p>Here is a list of object that is <code class="docutils literal notranslate"><span class="pre">&quot;proc&quot;</span></code> object type:</p>
675675 <blockquote>
676676 <div><ul class="simple">
707707 </table>
708708 </div>
709709 <div class="section" id="object-table-object-types-specific-properties">
710 <h3><span class="section-number">7.3.41.5.8. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;table:*&quot;</span></code> object types specific properties)<a class="headerlink" href="#object-table-object-types-specific-properties" title="Permalink to this headline">¶</a></h3>
710 <h3><span class="section-number">7.3.42.5.8. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;table:*&quot;</span></code> object types specific properties)<a class="headerlink" href="#object-table-object-types-specific-properties" title="Permalink to this headline">¶</a></h3>
711711 <p>Here are <code class="docutils literal notranslate"><span class="pre">&quot;table:*&quot;</span></code> object types specific properties in
712712 <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code>:</p>
713713 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
739739 </table>
740740 </div>
741741 <div class="section" id="range">
742 <span id="object-list-return-value-range"></span><h3><span class="section-number">7.3.41.5.9. </span><code class="docutils literal notranslate"><span class="pre">RANGE</span></code><a class="headerlink" href="#range" title="Permalink to this headline">¶</a></h3>
742 <span id="object-list-return-value-range"></span><h3><span class="section-number">7.3.42.5.9. </span><code class="docutils literal notranslate"><span class="pre">RANGE</span></code><a class="headerlink" href="#range" title="Permalink to this headline">¶</a></h3>
743743 <p><code class="docutils literal notranslate"><span class="pre">RANGE</span></code> represents the type of the range.</p>
744744 <p><code class="docutils literal notranslate"><span class="pre">RANGE</span></code> has the following properties:</p>
745745 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
771771 </table>
772772 </div>
773773 <div class="section" id="token-filters">
774 <span id="object-list-return-value-token-filters"></span><h3><span class="section-number">7.3.41.5.10. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code><a class="headerlink" href="#token-filters" title="Permalink to this headline">¶</a></h3>
774 <span id="object-list-return-value-token-filters"></span><h3><span class="section-number">7.3.42.5.10. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code><a class="headerlink" href="#token-filters" title="Permalink to this headline">¶</a></h3>
775775 <p><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code> represents the token filters of the table.</p>
776776 <p><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code> is an array of <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTER</span></code>:</p>
777777 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
810810 </table>
811811 </div>
812812 <div class="section" id="object-column-object-types-specific-properties">
813 <h3><span class="section-number">7.3.41.5.11. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;column:*&quot;</span></code> object types specific properties)<a class="headerlink" href="#object-column-object-types-specific-properties" title="Permalink to this headline">¶</a></h3>
813 <h3><span class="section-number">7.3.42.5.11. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;column:*&quot;</span></code> object types specific properties)<a class="headerlink" href="#object-column-object-types-specific-properties" title="Permalink to this headline">¶</a></h3>
814814 <p>Here are <code class="docutils literal notranslate"><span class="pre">&quot;column:*&quot;</span></code> object types specific properties in
815815 <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code>:</p>
816816 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
837837 </table>
838838 </div>
839839 <div class="section" id="object-column-index-object-type-specific-properties">
840 <h3><span class="section-number">7.3.41.5.12. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;column:index&quot;</span></code> object type specific properties)<a class="headerlink" href="#object-column-index-object-type-specific-properties" title="Permalink to this headline">¶</a></h3>
840 <h3><span class="section-number">7.3.42.5.12. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;column:index&quot;</span></code> object type specific properties)<a class="headerlink" href="#object-column-index-object-type-specific-properties" title="Permalink to this headline">¶</a></h3>
841841 <p>Here are <code class="docutils literal notranslate"><span class="pre">&quot;column:index&quot;</span></code> object type specific properties in
842842 <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code>:</p>
843843 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
864864 </table>
865865 </div>
866866 <div class="section" id="sources">
867 <span id="object-list-return-value-sources"></span><h3><span class="section-number">7.3.41.5.13. </span><code class="docutils literal notranslate"><span class="pre">SOURCES</span></code><a class="headerlink" href="#sources" title="Permalink to this headline">¶</a></h3>
867 <span id="object-list-return-value-sources"></span><h3><span class="section-number">7.3.42.5.13. </span><code class="docutils literal notranslate"><span class="pre">SOURCES</span></code><a class="headerlink" href="#sources" title="Permalink to this headline">¶</a></h3>
868868 <p><code class="docutils literal notranslate"><span class="pre">SOURCES</span></code> represents the sources of the index column.</p>
869869 <p><code class="docutils literal notranslate"><span class="pre">SOURCES</span></code> is an array of <code class="docutils literal notranslate"><span class="pre">SOURCE</span></code>:</p>
870870 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
904904 </div>
905905 </div>
906906 <div class="section" id="see-also">
907 <h2><span class="section-number">7.3.41.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
907 <h2><span class="section-number">7.3.42.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
908908 <blockquote>
909909 <div><ul class="simple">
910910 <li><p><a class="reference internal" href="schema.html"><span class="doc">schema</span></a></p></li>
922922 <div class="sphinxsidebarwrapper">
923923 <h3><a href="../../index.html">Table of Contents</a></h3>
924924 <ul>
925 <li><a class="reference internal" href="#">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a><ul>
926 <li><a class="reference internal" href="#summary">7.3.41.1. Summary</a></li>
927 <li><a class="reference internal" href="#syntax">7.3.41.2. Syntax</a></li>
928 <li><a class="reference internal" href="#usage">7.3.41.3. Usage</a></li>
929 <li><a class="reference internal" href="#parameters">7.3.41.4. Parameters</a><ul>
930 <li><a class="reference internal" href="#required-parameters">7.3.41.4.1. Required parameters</a></li>
931 <li><a class="reference internal" href="#optional-parameters">7.3.41.4.2. Optional parameters</a></li>
925 <li><a class="reference internal" href="#">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a><ul>
926 <li><a class="reference internal" href="#summary">7.3.42.1. Summary</a></li>
927 <li><a class="reference internal" href="#syntax">7.3.42.2. Syntax</a></li>
928 <li><a class="reference internal" href="#usage">7.3.42.3. Usage</a></li>
929 <li><a class="reference internal" href="#parameters">7.3.42.4. Parameters</a><ul>
930 <li><a class="reference internal" href="#required-parameters">7.3.42.4.1. Required parameters</a></li>
931 <li><a class="reference internal" href="#optional-parameters">7.3.42.4.2. Optional parameters</a></li>
932932 </ul>
933933 </li>
934 <li><a class="reference internal" href="#return-value">7.3.41.5. Return value</a><ul>
935 <li><a class="reference internal" href="#header">7.3.41.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
936 <li><a class="reference internal" href="#objects">7.3.41.5.2. <code class="docutils literal notranslate"><span class="pre">OBJECTS</span></code></a></li>
937 <li><a class="reference internal" href="#object-common-properties">7.3.41.5.3. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (common properties)</a></li>
938 <li><a class="reference internal" href="#object-type">7.3.41.5.4. <code class="docutils literal notranslate"><span class="pre">OBJECT_TYPE</span></code></a></li>
939 <li><a class="reference internal" href="#flags">7.3.41.5.5. <code class="docutils literal notranslate"><span class="pre">FLAGS</span></code></a></li>
940 <li><a class="reference internal" href="#object-type-object-type-specific-properties">7.3.41.5.6. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;type&quot;</span></code> object type specific properties)</a></li>
941 <li><a class="reference internal" href="#object-proc-object-type-specific-properties">7.3.41.5.7. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;proc&quot;</span></code> object type specific properties)</a></li>
942 <li><a class="reference internal" href="#object-table-object-types-specific-properties">7.3.41.5.8. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;table:*&quot;</span></code> object types specific properties)</a></li>
943 <li><a class="reference internal" href="#range">7.3.41.5.9. <code class="docutils literal notranslate"><span class="pre">RANGE</span></code></a></li>
944 <li><a class="reference internal" href="#token-filters">7.3.41.5.10. <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code></a></li>
945 <li><a class="reference internal" href="#object-column-object-types-specific-properties">7.3.41.5.11. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;column:*&quot;</span></code> object types specific properties)</a></li>
946 <li><a class="reference internal" href="#object-column-index-object-type-specific-properties">7.3.41.5.12. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;column:index&quot;</span></code> object type specific properties)</a></li>
947 <li><a class="reference internal" href="#sources">7.3.41.5.13. <code class="docutils literal notranslate"><span class="pre">SOURCES</span></code></a></li>
934 <li><a class="reference internal" href="#return-value">7.3.42.5. Return value</a><ul>
935 <li><a class="reference internal" href="#header">7.3.42.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
936 <li><a class="reference internal" href="#objects">7.3.42.5.2. <code class="docutils literal notranslate"><span class="pre">OBJECTS</span></code></a></li>
937 <li><a class="reference internal" href="#object-common-properties">7.3.42.5.3. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (common properties)</a></li>
938 <li><a class="reference internal" href="#object-type">7.3.42.5.4. <code class="docutils literal notranslate"><span class="pre">OBJECT_TYPE</span></code></a></li>
939 <li><a class="reference internal" href="#flags">7.3.42.5.5. <code class="docutils literal notranslate"><span class="pre">FLAGS</span></code></a></li>
940 <li><a class="reference internal" href="#object-type-object-type-specific-properties">7.3.42.5.6. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;type&quot;</span></code> object type specific properties)</a></li>
941 <li><a class="reference internal" href="#object-proc-object-type-specific-properties">7.3.42.5.7. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;proc&quot;</span></code> object type specific properties)</a></li>
942 <li><a class="reference internal" href="#object-table-object-types-specific-properties">7.3.42.5.8. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;table:*&quot;</span></code> object types specific properties)</a></li>
943 <li><a class="reference internal" href="#range">7.3.42.5.9. <code class="docutils literal notranslate"><span class="pre">RANGE</span></code></a></li>
944 <li><a class="reference internal" href="#token-filters">7.3.42.5.10. <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code></a></li>
945 <li><a class="reference internal" href="#object-column-object-types-specific-properties">7.3.42.5.11. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;column:*&quot;</span></code> object types specific properties)</a></li>
946 <li><a class="reference internal" href="#object-column-index-object-type-specific-properties">7.3.42.5.12. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (<code class="docutils literal notranslate"><span class="pre">&quot;column:index&quot;</span></code> object type specific properties)</a></li>
947 <li><a class="reference internal" href="#sources">7.3.42.5.13. <code class="docutils literal notranslate"><span class="pre">SOURCES</span></code></a></li>
948948 </ul>
949949 </li>
950 <li><a class="reference internal" href="#see-also">7.3.41.6. See also</a></li>
950 <li><a class="reference internal" href="#see-also">7.3.42.6. See also</a></li>
951951 </ul>
952952 </li>
953953 </ul>
954954
955955 <h4>Previous topic</h4>
956956 <p class="topless"><a href="object_inspect.html"
957 title="previous chapter"><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></p>
957 title="previous chapter"><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></p>
958958 <h4>Next topic</h4>
959959 <p class="topless"><a href="object_remove.html"
960 title="next chapter"><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></p>
960 title="next chapter"><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></p>
961961 <div id="searchbox" style="display: none" role="search">
962962 <h3 id="searchlabel">Quick search</h3>
963963 <div class="searchformwrapper">
979979 <a href="../../genindex.html" title="General Index"
980980 >index</a></li>
981981 <li class="right" >
982 <a href="object_remove.html" title="7.3.42. object_remove"
982 <a href="object_remove.html" title="7.3.43. object_remove"
983983 >next</a> |</li>
984984 <li class="right" >
985 <a href="object_inspect.html" title="7.3.40. object_inspect"
985 <a href="object_inspect.html" title="7.3.41. object_inspect"
986986 >previous</a> |</li>
987 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
987 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
988988 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
989989 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
990 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
990 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
991991 </ul>
992992 </div>
993993 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.42. object_remove &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.43. object_remove &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.43. plugin_register" href="plugin_register.html" />
22 <link rel="prev" title="7.3.41. object_list" href="object_list.html" />
21 <link rel="next" title="7.3.44. plugin_register" href="plugin_register.html" />
22 <link rel="prev" title="7.3.42. object_list" href="object_list.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="plugin_register.html" title="7.3.43. plugin_register"
48 <a href="plugin_register.html" title="7.3.44. plugin_register"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="object_list.html" title="7.3.41. object_list"
51 <a href="object_list.html" title="7.3.42. object_list"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="object-remove">
66 <h1><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code><a class="headerlink" href="#object-remove" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code><a class="headerlink" href="#object-remove" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.42.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.43.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 6.0.0.</span></p>
7171 </div>
8080 <a class="reference internal" href="../executables/grndb.html"><span class="doc">grndb</span></a>.</p>
8181 </div>
8282 <div class="section" id="syntax">
83 <h2><span class="section-number">7.3.42.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
83 <h2><span class="section-number">7.3.43.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8484 <p>This command takes two parameters:</p>
8585 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>object_remove name
8686 [force=no]
8888 </div>
8989 </div>
9090 <div class="section" id="usage">
91 <h2><span class="section-number">7.3.42.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
91 <h2><span class="section-number">7.3.43.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
9292 <p>You can remove an object in the database specified by <code class="docutils literal notranslate"><span class="pre">name</span></code>:</p>
9393 <p>Execution example:</p>
9494 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>object_remove Users
176176 object in “force mode”.</p>
177177 </div>
178178 <div class="section" id="parameters">
179 <h2><span class="section-number">7.3.42.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
179 <h2><span class="section-number">7.3.43.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
180180 <p>This section describes all parameters.</p>
181181 <div class="section" id="required-parameters">
182 <h3><span class="section-number">7.3.42.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
182 <h3><span class="section-number">7.3.43.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
183183 <p>There is only one required parameter.</p>
184184 <div class="section" id="name">
185 <span id="object-remove-name"></span><h4><span class="section-number">7.3.42.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h4>
185 <span id="object-remove-name"></span><h4><span class="section-number">7.3.43.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h4>
186186 <p>Specifies the object name to be removed.</p>
187187 <p>If you want to remove a column, use <code class="docutils literal notranslate"><span class="pre">TABLE_NAME.COLUMN_NAME</span></code> format
188188 like the following:</p>
200200 </div>
201201 </div>
202202 <div class="section" id="optional-parameters">
203 <h3><span class="section-number">7.3.42.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
203 <h3><span class="section-number">7.3.43.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
204204 <p>There is one optional parameter.</p>
205205 <div class="section" id="force">
206 <h4><span class="section-number">7.3.42.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">force</span></code><a class="headerlink" href="#force" title="Permalink to this headline">¶</a></h4>
206 <h4><span class="section-number">7.3.43.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">force</span></code><a class="headerlink" href="#force" title="Permalink to this headline">¶</a></h4>
207207 <p>Specifies whether removing the object in “force mode”.</p>
208208 <p>You can’t remove a broken object by default. But you can remove a
209209 broken object in “force mode”.</p>
215215 </div>
216216 </div>
217217 <div class="section" id="return-value">
218 <h2><span class="section-number">7.3.42.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
218 <h2><span class="section-number">7.3.43.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
219219 <p>The command returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body when the command removed the
220220 specified object without any error. For example:</p>
221221 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
243243 <div class="sphinxsidebarwrapper">
244244 <h3><a href="../../index.html">Table of Contents</a></h3>
245245 <ul>
246 <li><a class="reference internal" href="#">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a><ul>
247 <li><a class="reference internal" href="#summary">7.3.42.1. Summary</a></li>
248 <li><a class="reference internal" href="#syntax">7.3.42.2. Syntax</a></li>
249 <li><a class="reference internal" href="#usage">7.3.42.3. Usage</a></li>
250 <li><a class="reference internal" href="#parameters">7.3.42.4. Parameters</a><ul>
251 <li><a class="reference internal" href="#required-parameters">7.3.42.4.1. Required parameters</a><ul>
252 <li><a class="reference internal" href="#name">7.3.42.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
246 <li><a class="reference internal" href="#">7.3.43. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a><ul>
247 <li><a class="reference internal" href="#summary">7.3.43.1. Summary</a></li>
248 <li><a class="reference internal" href="#syntax">7.3.43.2. Syntax</a></li>
249 <li><a class="reference internal" href="#usage">7.3.43.3. Usage</a></li>
250 <li><a class="reference internal" href="#parameters">7.3.43.4. Parameters</a><ul>
251 <li><a class="reference internal" href="#required-parameters">7.3.43.4.1. Required parameters</a><ul>
252 <li><a class="reference internal" href="#name">7.3.43.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
253253 </ul>
254254 </li>
255 <li><a class="reference internal" href="#optional-parameters">7.3.42.4.2. Optional parameters</a><ul>
256 <li><a class="reference internal" href="#force">7.3.42.4.2.1. <code class="docutils literal notranslate"><span class="pre">force</span></code></a></li>
255 <li><a class="reference internal" href="#optional-parameters">7.3.43.4.2. Optional parameters</a><ul>
256 <li><a class="reference internal" href="#force">7.3.43.4.2.1. <code class="docutils literal notranslate"><span class="pre">force</span></code></a></li>
257257 </ul>
258258 </li>
259259 </ul>
260260 </li>
261 <li><a class="reference internal" href="#return-value">7.3.42.5. Return value</a></li>
261 <li><a class="reference internal" href="#return-value">7.3.43.5. Return value</a></li>
262262 </ul>
263263 </li>
264264 </ul>
265265
266266 <h4>Previous topic</h4>
267267 <p class="topless"><a href="object_list.html"
268 title="previous chapter"><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></p>
268 title="previous chapter"><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></p>
269269 <h4>Next topic</h4>
270270 <p class="topless"><a href="plugin_register.html"
271 title="next chapter"><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></p>
271 title="next chapter"><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></p>
272272 <div id="searchbox" style="display: none" role="search">
273273 <h3 id="searchlabel">Quick search</h3>
274274 <div class="searchformwrapper">
290290 <a href="../../genindex.html" title="General Index"
291291 >index</a></li>
292292 <li class="right" >
293 <a href="plugin_register.html" title="7.3.43. plugin_register"
293 <a href="plugin_register.html" title="7.3.44. plugin_register"
294294 >next</a> |</li>
295295 <li class="right" >
296 <a href="object_list.html" title="7.3.41. object_list"
296 <a href="object_list.html" title="7.3.42. object_list"
297297 >previous</a> |</li>
298 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
298 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
299299 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
300300 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
301 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
301 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
302302 </ul>
303303 </div>
304304 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.43. plugin_register &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.44. plugin_register &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.44. plugin_unregister" href="plugin_unregister.html" />
22 <link rel="prev" title="7.3.42. object_remove" href="object_remove.html" />
21 <link rel="next" title="7.3.45. plugin_unregister" href="plugin_unregister.html" />
22 <link rel="prev" title="7.3.43. object_remove" href="object_remove.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="plugin_unregister.html" title="7.3.44. plugin_unregister"
48 <a href="plugin_unregister.html" title="7.3.45. plugin_unregister"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="object_remove.html" title="7.3.42. object_remove"
51 <a href="object_remove.html" title="7.3.43. object_remove"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="plugin-register">
66 <h1><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code><a class="headerlink" href="#plugin-register" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code><a class="headerlink" href="#plugin-register" title="Permalink to this headline">¶</a></h1>
6767 <div class="versionadded">
6868 <p><span class="versionmodified added">New in version 5.0.1.</span></p>
6969 </div>
7070 <div class="section" id="summary">
71 <h2><span class="section-number">7.3.43.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
71 <h2><span class="section-number">7.3.44.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
7272 <p><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code> command registers a plugin. You need to register a plugin
7373 before you use a plugin.</p>
7474 <p>You need just one <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code> command for a plugin in the same
7878 <p>You can unregister a registered plugin by <a class="reference internal" href="plugin_unregister.html"><span class="doc">plugin_unregister</span></a>.</p>
7979 </div>
8080 <div class="section" id="syntax">
81 <h2><span class="section-number">7.3.43.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
81 <h2><span class="section-number">7.3.44.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8282 <p>This command takes only one required parameter:</p>
8383 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register name
8484 </pre></div>
8585 </div>
8686 </div>
8787 <div class="section" id="usage">
88 <h2><span class="section-number">7.3.43.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
88 <h2><span class="section-number">7.3.44.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8989 <p>Here is a sample that registers <code class="docutils literal notranslate"><span class="pre">QueryExpanderTSV</span></code> query expander
9090 that is included in
9191 <code class="docutils literal notranslate"><span class="pre">${PREFIX}/lib/groonga/plugins/query_expanders/tsv.so</span></code>.</p>
100100 <span class="pre">/usr/lib/groonga/plugins/query_expanders/tsv.so</span></code>.</p>
101101 </div>
102102 <div class="section" id="return-value">
103 <h2><span class="section-number">7.3.43.4. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
103 <h2><span class="section-number">7.3.44.4. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
104104 <p><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code> returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body on success such as:</p>
105105 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
106106 </pre></div>
109109 <p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> for <code class="docutils literal notranslate"><span class="pre">HEADER</span></code>.</p>
110110 </div>
111111 <div class="section" id="see-also">
112 <h2><span class="section-number">7.3.43.5. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
112 <h2><span class="section-number">7.3.44.5. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
113113 <ul class="simple">
114114 <li><p><a class="reference internal" href="plugin_unregister.html"><span class="doc">plugin_unregister</span></a></p></li>
115115 </ul>
125125 <div class="sphinxsidebarwrapper">
126126 <h3><a href="../../index.html">Table of Contents</a></h3>
127127 <ul>
128 <li><a class="reference internal" href="#">7.3.43. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a><ul>
129 <li><a class="reference internal" href="#summary">7.3.43.1. Summary</a></li>
130 <li><a class="reference internal" href="#syntax">7.3.43.2. Syntax</a></li>
131 <li><a class="reference internal" href="#usage">7.3.43.3. Usage</a></li>
132 <li><a class="reference internal" href="#return-value">7.3.43.4. Return value</a></li>
133 <li><a class="reference internal" href="#see-also">7.3.43.5. See also</a></li>
128 <li><a class="reference internal" href="#">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a><ul>
129 <li><a class="reference internal" href="#summary">7.3.44.1. Summary</a></li>
130 <li><a class="reference internal" href="#syntax">7.3.44.2. Syntax</a></li>
131 <li><a class="reference internal" href="#usage">7.3.44.3. Usage</a></li>
132 <li><a class="reference internal" href="#return-value">7.3.44.4. Return value</a></li>
133 <li><a class="reference internal" href="#see-also">7.3.44.5. See also</a></li>
134134 </ul>
135135 </li>
136136 </ul>
137137
138138 <h4>Previous topic</h4>
139139 <p class="topless"><a href="object_remove.html"
140 title="previous chapter"><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></p>
140 title="previous chapter"><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></p>
141141 <h4>Next topic</h4>
142142 <p class="topless"><a href="plugin_unregister.html"
143 title="next chapter"><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></p>
143 title="next chapter"><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></p>
144144 <div id="searchbox" style="display: none" role="search">
145145 <h3 id="searchlabel">Quick search</h3>
146146 <div class="searchformwrapper">
162162 <a href="../../genindex.html" title="General Index"
163163 >index</a></li>
164164 <li class="right" >
165 <a href="plugin_unregister.html" title="7.3.44. plugin_unregister"
165 <a href="plugin_unregister.html" title="7.3.45. plugin_unregister"
166166 >next</a> |</li>
167167 <li class="right" >
168 <a href="object_remove.html" title="7.3.42. object_remove"
168 <a href="object_remove.html" title="7.3.43. object_remove"
169169 >previous</a> |</li>
170 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
170 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
171171 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
172172 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
173 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
173 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
174174 </ul>
175175 </div>
176176 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.44. plugin_unregister &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.45. plugin_unregister &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.45. query_expand" href="query_expand.html" />
22 <link rel="prev" title="7.3.43. plugin_register" href="plugin_register.html" />
21 <link rel="next" title="7.3.46. query_expand" href="query_expand.html" />
22 <link rel="prev" title="7.3.44. plugin_register" href="plugin_register.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="query_expand.html" title="7.3.45. query_expand"
48 <a href="query_expand.html" title="7.3.46. query_expand"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="plugin_register.html" title="7.3.43. plugin_register"
51 <a href="plugin_register.html" title="7.3.44. plugin_register"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="plugin-unregister">
66 <h1><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code><a class="headerlink" href="#plugin-unregister" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code><a class="headerlink" href="#plugin-unregister" title="Permalink to this headline">¶</a></h1>
6767 <div class="admonition note">
6868 <p class="admonition-title">Note</p>
6969 <p>This command is an experimental feature.</p>
7272 <p><span class="versionmodified added">New in version 5.0.1.</span></p>
7373 </div>
7474 <div class="section" id="summary">
75 <h2><span class="section-number">7.3.44.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
75 <h2><span class="section-number">7.3.45.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
7676 <p><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code> command unregisters a plugin.</p>
7777 </div>
7878 <div class="section" id="syntax">
79 <h2><span class="section-number">7.3.44.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
79 <h2><span class="section-number">7.3.45.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8080 <p>This command takes only one required parameter:</p>
8181 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_unregister name
8282 </pre></div>
8383 </div>
8484 </div>
8585 <div class="section" id="usage">
86 <h2><span class="section-number">7.3.44.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
86 <h2><span class="section-number">7.3.45.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8787 <p>Here is a sample that unregisters <code class="docutils literal notranslate"><span class="pre">QueryExpanderTSV</span></code> query expander
8888 that is included in
8989 <code class="docutils literal notranslate"><span class="pre">${PREFIX}/lib/groonga/plugins/query_expanders/tsv.so</span></code>.</p>
9898 <span class="pre">/usr/lib/groonga/plugins/query_expanders/tsv.so</span></code>.</p>
9999 </div>
100100 <div class="section" id="return-value">
101 <h2><span class="section-number">7.3.44.4. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
101 <h2><span class="section-number">7.3.45.4. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
102102 <p><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code> returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body on success such as:</p>
103103 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
104104 </pre></div>
107107 <p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> for <code class="docutils literal notranslate"><span class="pre">HEADER</span></code>.</p>
108108 </div>
109109 <div class="section" id="see-also">
110 <h2><span class="section-number">7.3.44.5. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
110 <h2><span class="section-number">7.3.45.5. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
111111 <ul class="simple">
112112 <li><p><a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a></p></li>
113113 </ul>
123123 <div class="sphinxsidebarwrapper">
124124 <h3><a href="../../index.html">Table of Contents</a></h3>
125125 <ul>
126 <li><a class="reference internal" href="#">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a><ul>
127 <li><a class="reference internal" href="#summary">7.3.44.1. Summary</a></li>
128 <li><a class="reference internal" href="#syntax">7.3.44.2. Syntax</a></li>
129 <li><a class="reference internal" href="#usage">7.3.44.3. Usage</a></li>
130 <li><a class="reference internal" href="#return-value">7.3.44.4. Return value</a></li>
131 <li><a class="reference internal" href="#see-also">7.3.44.5. See also</a></li>
126 <li><a class="reference internal" href="#">7.3.45. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a><ul>
127 <li><a class="reference internal" href="#summary">7.3.45.1. Summary</a></li>
128 <li><a class="reference internal" href="#syntax">7.3.45.2. Syntax</a></li>
129 <li><a class="reference internal" href="#usage">7.3.45.3. Usage</a></li>
130 <li><a class="reference internal" href="#return-value">7.3.45.4. Return value</a></li>
131 <li><a class="reference internal" href="#see-also">7.3.45.5. See also</a></li>
132132 </ul>
133133 </li>
134134 </ul>
135135
136136 <h4>Previous topic</h4>
137137 <p class="topless"><a href="plugin_register.html"
138 title="previous chapter"><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></p>
138 title="previous chapter"><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></p>
139139 <h4>Next topic</h4>
140140 <p class="topless"><a href="query_expand.html"
141 title="next chapter"><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></p>
141 title="next chapter"><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></p>
142142 <div id="searchbox" style="display: none" role="search">
143143 <h3 id="searchlabel">Quick search</h3>
144144 <div class="searchformwrapper">
160160 <a href="../../genindex.html" title="General Index"
161161 >index</a></li>
162162 <li class="right" >
163 <a href="query_expand.html" title="7.3.45. query_expand"
163 <a href="query_expand.html" title="7.3.46. query_expand"
164164 >next</a> |</li>
165165 <li class="right" >
166 <a href="plugin_register.html" title="7.3.43. plugin_register"
166 <a href="plugin_register.html" title="7.3.44. plugin_register"
167167 >previous</a> |</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
169169 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
170170 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
171 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
171 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
172172 </ul>
173173 </div>
174174 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.45. query_expand &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.46. query_expand &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.46. quit" href="quit.html" />
22 <link rel="prev" title="7.3.44. plugin_unregister" href="plugin_unregister.html" />
21 <link rel="next" title="7.3.47. quit" href="quit.html" />
22 <link rel="prev" title="7.3.45. plugin_unregister" href="plugin_unregister.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="quit.html" title="7.3.46. quit"
48 <a href="quit.html" title="7.3.47. quit"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="plugin_unregister.html" title="7.3.44. plugin_unregister"
51 <a href="plugin_unregister.html" title="7.3.45. plugin_unregister"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="query-expand">
66 <h1><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code><a class="headerlink" href="#query-expand" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code><a class="headerlink" href="#query-expand" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.45.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.46.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 6.0.5.</span></p>
7171 </div>
7272 </div>
7373 <div class="section" id="syntax">
74 <h2><span class="section-number">7.3.45.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
74 <h2><span class="section-number">7.3.46.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7575 </div>
7676 <div class="section" id="usage">
77 <h2><span class="section-number">7.3.45.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
77 <h2><span class="section-number">7.3.46.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
7878 </div>
7979 <div class="section" id="parameters">
80 <h2><span class="section-number">7.3.45.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
80 <h2><span class="section-number">7.3.46.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
8181 <p>This section describes all parameters.</p>
8282 <div class="section" id="required-parameters">
83 <h3><span class="section-number">7.3.45.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
83 <h3><span class="section-number">7.3.46.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
8484 </div>
8585 <div class="section" id="optional-parameters">
86 <h3><span class="section-number">7.3.45.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
86 <h3><span class="section-number">7.3.46.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
8787 </div>
8888 </div>
8989 <div class="section" id="return-value">
90 <h2><span class="section-number">7.3.45.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
90 <h2><span class="section-number">7.3.46.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
9191 </div>
9292 <div class="section" id="see-also">
93 <h2><span class="section-number">7.3.45.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
93 <h2><span class="section-number">7.3.46.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
9494 </div>
9595 </div>
9696
103103 <div class="sphinxsidebarwrapper">
104104 <h3><a href="../../index.html">Table of Contents</a></h3>
105105 <ul>
106 <li><a class="reference internal" href="#">7.3.45. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a><ul>
107 <li><a class="reference internal" href="#summary">7.3.45.1. Summary</a></li>
108 <li><a class="reference internal" href="#syntax">7.3.45.2. Syntax</a></li>
109 <li><a class="reference internal" href="#usage">7.3.45.3. Usage</a></li>
110 <li><a class="reference internal" href="#parameters">7.3.45.4. Parameters</a><ul>
111 <li><a class="reference internal" href="#required-parameters">7.3.45.4.1. Required parameters</a></li>
112 <li><a class="reference internal" href="#optional-parameters">7.3.45.4.2. Optional parameters</a></li>
106 <li><a class="reference internal" href="#">7.3.46. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a><ul>
107 <li><a class="reference internal" href="#summary">7.3.46.1. Summary</a></li>
108 <li><a class="reference internal" href="#syntax">7.3.46.2. Syntax</a></li>
109 <li><a class="reference internal" href="#usage">7.3.46.3. Usage</a></li>
110 <li><a class="reference internal" href="#parameters">7.3.46.4. Parameters</a><ul>
111 <li><a class="reference internal" href="#required-parameters">7.3.46.4.1. Required parameters</a></li>
112 <li><a class="reference internal" href="#optional-parameters">7.3.46.4.2. Optional parameters</a></li>
113113 </ul>
114114 </li>
115 <li><a class="reference internal" href="#return-value">7.3.45.5. Return value</a></li>
116 <li><a class="reference internal" href="#see-also">7.3.45.6. See also</a></li>
115 <li><a class="reference internal" href="#return-value">7.3.46.5. Return value</a></li>
116 <li><a class="reference internal" href="#see-also">7.3.46.6. See also</a></li>
117117 </ul>
118118 </li>
119119 </ul>
120120
121121 <h4>Previous topic</h4>
122122 <p class="topless"><a href="plugin_unregister.html"
123 title="previous chapter"><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></p>
123 title="previous chapter"><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></p>
124124 <h4>Next topic</h4>
125125 <p class="topless"><a href="quit.html"
126 title="next chapter"><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></p>
126 title="next chapter"><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></p>
127127 <div id="searchbox" style="display: none" role="search">
128128 <h3 id="searchlabel">Quick search</h3>
129129 <div class="searchformwrapper">
145145 <a href="../../genindex.html" title="General Index"
146146 >index</a></li>
147147 <li class="right" >
148 <a href="quit.html" title="7.3.46. quit"
148 <a href="quit.html" title="7.3.47. quit"
149149 >next</a> |</li>
150150 <li class="right" >
151 <a href="plugin_unregister.html" title="7.3.44. plugin_unregister"
151 <a href="plugin_unregister.html" title="7.3.45. plugin_unregister"
152152 >previous</a> |</li>
153 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
153 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
154154 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
155155 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
156 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
156 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
157157 </ul>
158158 </div>
159159 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.46. quit &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.47. quit &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.47. range_filter" href="range_filter.html" />
22 <link rel="prev" title="7.3.45. query_expand" href="query_expand.html" />
21 <link rel="next" title="7.3.48. range_filter" href="range_filter.html" />
22 <link rel="prev" title="7.3.46. query_expand" href="query_expand.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="range_filter.html" title="7.3.47. range_filter"
48 <a href="range_filter.html" title="7.3.48. range_filter"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="query_expand.html" title="7.3.45. query_expand"
51 <a href="query_expand.html" title="7.3.46. query_expand"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="quit">
66 <h1><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code><a class="headerlink" href="#quit" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code><a class="headerlink" href="#quit" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.46.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.47.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p>quit - セッション終了</p>
7070 <p>Groonga組込コマンドの一つであるquitについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
7171 <p>quitは、groongaプロセスとのセッションを終了します。クライアントプロセスならばgroongaプロセスとの接続を切ります。</p>
7272 </div>
7373 <div class="section" id="syntax">
74 <h2><span class="section-number">7.3.46.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
74 <h2><span class="section-number">7.3.47.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7575 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>quit
7676 </pre></div>
7777 </div>
7878 </div>
7979 <div class="section" id="usage">
80 <h2><span class="section-number">7.3.46.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
80 <h2><span class="section-number">7.3.47.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8181 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>quit
8282 </pre></div>
8383 </div>
8484 </div>
8585 <div class="section" id="parameters">
86 <h2><span class="section-number">7.3.46.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
86 <h2><span class="section-number">7.3.47.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
8787 <p>ありません。</p>
8888 </div>
8989 <div class="section" id="return-value">
90 <h2><span class="section-number">7.3.46.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
90 <h2><span class="section-number">7.3.47.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
9191 <p>ありません。</p>
9292 </div>
9393 </div>
101101 <div class="sphinxsidebarwrapper">
102102 <h3><a href="../../index.html">Table of Contents</a></h3>
103103 <ul>
104 <li><a class="reference internal" href="#">7.3.46. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a><ul>
105 <li><a class="reference internal" href="#summary">7.3.46.1. Summary</a></li>
106 <li><a class="reference internal" href="#syntax">7.3.46.2. Syntax</a></li>
107 <li><a class="reference internal" href="#usage">7.3.46.3. Usage</a></li>
108 <li><a class="reference internal" href="#parameters">7.3.46.4. Parameters</a></li>
109 <li><a class="reference internal" href="#return-value">7.3.46.5. Return value</a></li>
104 <li><a class="reference internal" href="#">7.3.47. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a><ul>
105 <li><a class="reference internal" href="#summary">7.3.47.1. Summary</a></li>
106 <li><a class="reference internal" href="#syntax">7.3.47.2. Syntax</a></li>
107 <li><a class="reference internal" href="#usage">7.3.47.3. Usage</a></li>
108 <li><a class="reference internal" href="#parameters">7.3.47.4. Parameters</a></li>
109 <li><a class="reference internal" href="#return-value">7.3.47.5. Return value</a></li>
110110 </ul>
111111 </li>
112112 </ul>
113113
114114 <h4>Previous topic</h4>
115115 <p class="topless"><a href="query_expand.html"
116 title="previous chapter"><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></p>
116 title="previous chapter"><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></p>
117117 <h4>Next topic</h4>
118118 <p class="topless"><a href="range_filter.html"
119 title="next chapter"><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></p>
119 title="next chapter"><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></p>
120120 <div id="searchbox" style="display: none" role="search">
121121 <h3 id="searchlabel">Quick search</h3>
122122 <div class="searchformwrapper">
138138 <a href="../../genindex.html" title="General Index"
139139 >index</a></li>
140140 <li class="right" >
141 <a href="range_filter.html" title="7.3.47. range_filter"
141 <a href="range_filter.html" title="7.3.48. range_filter"
142142 >next</a> |</li>
143143 <li class="right" >
144 <a href="query_expand.html" title="7.3.45. query_expand"
144 <a href="query_expand.html" title="7.3.46. query_expand"
145145 >previous</a> |</li>
146 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
146 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
147147 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
148148 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
149 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
149 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
150150 </ul>
151151 </div>
152152 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.47. range_filter &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.48. range_filter &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.48. reference_acquire" href="reference_acquire.html" />
22 <link rel="prev" title="7.3.46. quit" href="quit.html" />
21 <link rel="next" title="7.3.49. reference_acquire" href="reference_acquire.html" />
22 <link rel="prev" title="7.3.47. quit" href="quit.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="reference_acquire.html" title="7.3.48. reference_acquire"
48 <a href="reference_acquire.html" title="7.3.49. reference_acquire"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="quit.html" title="7.3.46. quit"
51 <a href="quit.html" title="7.3.47. quit"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="range-filter">
66 <h1><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code><a class="headerlink" href="#range-filter" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code><a class="headerlink" href="#range-filter" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.47.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.48.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p>TODO: write me</p>
7070 </div>
7171 <div class="section" id="syntax">
72 <h2><span class="section-number">7.3.47.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
72 <h2><span class="section-number">7.3.48.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7373 </div>
7474 <div class="section" id="usage">
75 <h2><span class="section-number">7.3.47.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
75 <h2><span class="section-number">7.3.48.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
7676 </div>
7777 <div class="section" id="return-value">
78 <h2><span class="section-number">7.3.47.4. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
78 <h2><span class="section-number">7.3.48.4. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
7979 </div>
8080 <div class="section" id="see-also">
81 <h2><span class="section-number">7.3.47.5. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
81 <h2><span class="section-number">7.3.48.5. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
8282 <ul class="simple">
8383 <li><p><a class="reference internal" href="select.html"><span class="doc">select</span></a></p></li>
8484 </ul>
9494 <div class="sphinxsidebarwrapper">
9595 <h3><a href="../../index.html">Table of Contents</a></h3>
9696 <ul>
97 <li><a class="reference internal" href="#">7.3.47. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a><ul>
98 <li><a class="reference internal" href="#summary">7.3.47.1. Summary</a></li>
99 <li><a class="reference internal" href="#syntax">7.3.47.2. Syntax</a></li>
100 <li><a class="reference internal" href="#usage">7.3.47.3. Usage</a></li>
101 <li><a class="reference internal" href="#return-value">7.3.47.4. Return value</a></li>
102 <li><a class="reference internal" href="#see-also">7.3.47.5. See also</a></li>
97 <li><a class="reference internal" href="#">7.3.48. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a><ul>
98 <li><a class="reference internal" href="#summary">7.3.48.1. Summary</a></li>
99 <li><a class="reference internal" href="#syntax">7.3.48.2. Syntax</a></li>
100 <li><a class="reference internal" href="#usage">7.3.48.3. Usage</a></li>
101 <li><a class="reference internal" href="#return-value">7.3.48.4. Return value</a></li>
102 <li><a class="reference internal" href="#see-also">7.3.48.5. See also</a></li>
103103 </ul>
104104 </li>
105105 </ul>
106106
107107 <h4>Previous topic</h4>
108108 <p class="topless"><a href="quit.html"
109 title="previous chapter"><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></p>
109 title="previous chapter"><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></p>
110110 <h4>Next topic</h4>
111111 <p class="topless"><a href="reference_acquire.html"
112 title="next chapter"><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></p>
112 title="next chapter"><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></p>
113113 <div id="searchbox" style="display: none" role="search">
114114 <h3 id="searchlabel">Quick search</h3>
115115 <div class="searchformwrapper">
131131 <a href="../../genindex.html" title="General Index"
132132 >index</a></li>
133133 <li class="right" >
134 <a href="reference_acquire.html" title="7.3.48. reference_acquire"
134 <a href="reference_acquire.html" title="7.3.49. reference_acquire"
135135 >next</a> |</li>
136136 <li class="right" >
137 <a href="quit.html" title="7.3.46. quit"
137 <a href="quit.html" title="7.3.47. quit"
138138 >previous</a> |</li>
139 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
139 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
140140 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
141141 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
142 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
142 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
143143 </ul>
144144 </div>
145145 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.48. reference_acquire &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.49. reference_acquire &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.49. reference_release" href="reference_release.html" />
22 <link rel="prev" title="7.3.47. range_filter" href="range_filter.html" />
21 <link rel="next" title="7.3.50. reference_release" href="reference_release.html" />
22 <link rel="prev" title="7.3.48. range_filter" href="range_filter.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="reference_release.html" title="7.3.49. reference_release"
48 <a href="reference_release.html" title="7.3.50. reference_release"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="range_filter.html" title="7.3.47. range_filter"
51 <a href="range_filter.html" title="7.3.48. range_filter"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="reference-acquire">
66 <h1><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code><a class="headerlink" href="#reference-acquire" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code><a class="headerlink" href="#reference-acquire" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.48.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.49.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 10.0.4.</span></p>
7171 </div>
9393 performance impact operations are finished.</p>
9494 </div>
9595 <div class="section" id="syntax">
96 <h2><span class="section-number">7.3.48.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
96 <h2><span class="section-number">7.3.49.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
9797 <p>This command takes two parameters.</p>
9898 <p>All parameters are optional:</p>
9999 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>reference_acquire [target_name=null]
103103 </div>
104104 </div>
105105 <div class="section" id="usage">
106 <h2><span class="section-number">7.3.48.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
106 <h2><span class="section-number">7.3.49.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
107107 <p>You can acquire a reference of the all objects with no arguments:</p>
108108 <p>Execution example:</p>
109109 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>reference_acquire
170170 </div>
171171 </div>
172172 <div class="section" id="parameters">
173 <h2><span class="section-number">7.3.48.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
173 <h2><span class="section-number">7.3.49.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
174174 <p>This section describes all parameters.</p>
175175 <div class="section" id="required-parameters">
176 <h3><span class="section-number">7.3.48.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
176 <h3><span class="section-number">7.3.49.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
177177 <p>There is no required parameter.</p>
178178 </div>
179179 <div class="section" id="optional-parameters">
180 <h3><span class="section-number">7.3.48.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
180 <h3><span class="section-number">7.3.49.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
181181 <p>There are optional parameters.</p>
182182 <div class="section" id="target-name">
183 <span id="reference-acquire-target-name"></span><h4><span class="section-number">7.3.48.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h4>
183 <span id="reference-acquire-target-name"></span><h4><span class="section-number">7.3.49.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h4>
184184 <p>Specifies a target object name. Target object is one of database,
185185 table or column.</p>
186186 <p>If you omit this parameter, database is the target object:</p>
203203 </div>
204204 </div>
205205 <div class="section" id="recursive">
206 <span id="reference-acquire-recursive"></span><h4><span class="section-number">7.3.48.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">recursive</span></code><a class="headerlink" href="#recursive" title="Permalink to this headline">¶</a></h4>
206 <span id="reference-acquire-recursive"></span><h4><span class="section-number">7.3.49.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">recursive</span></code><a class="headerlink" href="#recursive" title="Permalink to this headline">¶</a></h4>
207207 <p>Specifies whether child objects of the target object are also target
208208 objects.</p>
209209 <p>Child objects of database are all tables and all columns.</p>
264264 </div>
265265 </div>
266266 <div class="section" id="auto-release-count">
267 <span id="reference-acquire-auto-release-count"></span><h4><span class="section-number">7.3.48.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">auto_release_count</span></code><a class="headerlink" href="#auto-release-count" title="Permalink to this headline">¶</a></h4>
267 <span id="reference-acquire-auto-release-count"></span><h4><span class="section-number">7.3.49.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">auto_release_count</span></code><a class="headerlink" href="#auto-release-count" title="Permalink to this headline">¶</a></h4>
268268 <div class="versionadded">
269269 <p><span class="versionmodified added">New in version 10.0.9.</span></p>
270270 </div>
291291 </div>
292292 </div>
293293 <div class="section" id="return-value">
294 <h2><span class="section-number">7.3.48.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
294 <h2><span class="section-number">7.3.49.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
295295 <p>The command returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body on success such as:</p>
296296 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
297297 </pre></div>
310310 <div class="sphinxsidebarwrapper">
311311 <h3><a href="../../index.html">Table of Contents</a></h3>
312312 <ul>
313 <li><a class="reference internal" href="#">7.3.48. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a><ul>
314 <li><a class="reference internal" href="#summary">7.3.48.1. Summary</a></li>
315 <li><a class="reference internal" href="#syntax">7.3.48.2. Syntax</a></li>
316 <li><a class="reference internal" href="#usage">7.3.48.3. Usage</a></li>
317 <li><a class="reference internal" href="#parameters">7.3.48.4. Parameters</a><ul>
318 <li><a class="reference internal" href="#required-parameters">7.3.48.4.1. Required parameters</a></li>
319 <li><a class="reference internal" href="#optional-parameters">7.3.48.4.2. Optional parameters</a><ul>
320 <li><a class="reference internal" href="#target-name">7.3.48.4.2.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
321 <li><a class="reference internal" href="#recursive">7.3.48.4.2.2. <code class="docutils literal notranslate"><span class="pre">recursive</span></code></a></li>
322 <li><a class="reference internal" href="#auto-release-count">7.3.48.4.2.3. <code class="docutils literal notranslate"><span class="pre">auto_release_count</span></code></a></li>
313 <li><a class="reference internal" href="#">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a><ul>
314 <li><a class="reference internal" href="#summary">7.3.49.1. Summary</a></li>
315 <li><a class="reference internal" href="#syntax">7.3.49.2. Syntax</a></li>
316 <li><a class="reference internal" href="#usage">7.3.49.3. Usage</a></li>
317 <li><a class="reference internal" href="#parameters">7.3.49.4. Parameters</a><ul>
318 <li><a class="reference internal" href="#required-parameters">7.3.49.4.1. Required parameters</a></li>
319 <li><a class="reference internal" href="#optional-parameters">7.3.49.4.2. Optional parameters</a><ul>
320 <li><a class="reference internal" href="#target-name">7.3.49.4.2.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
321 <li><a class="reference internal" href="#recursive">7.3.49.4.2.2. <code class="docutils literal notranslate"><span class="pre">recursive</span></code></a></li>
322 <li><a class="reference internal" href="#auto-release-count">7.3.49.4.2.3. <code class="docutils literal notranslate"><span class="pre">auto_release_count</span></code></a></li>
323323 </ul>
324324 </li>
325325 </ul>
326326 </li>
327 <li><a class="reference internal" href="#return-value">7.3.48.5. Return value</a></li>
327 <li><a class="reference internal" href="#return-value">7.3.49.5. Return value</a></li>
328328 </ul>
329329 </li>
330330 </ul>
331331
332332 <h4>Previous topic</h4>
333333 <p class="topless"><a href="range_filter.html"
334 title="previous chapter"><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></p>
334 title="previous chapter"><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></p>
335335 <h4>Next topic</h4>
336336 <p class="topless"><a href="reference_release.html"
337 title="next chapter"><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></p>
337 title="next chapter"><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></p>
338338 <div id="searchbox" style="display: none" role="search">
339339 <h3 id="searchlabel">Quick search</h3>
340340 <div class="searchformwrapper">
356356 <a href="../../genindex.html" title="General Index"
357357 >index</a></li>
358358 <li class="right" >
359 <a href="reference_release.html" title="7.3.49. reference_release"
359 <a href="reference_release.html" title="7.3.50. reference_release"
360360 >next</a> |</li>
361361 <li class="right" >
362 <a href="range_filter.html" title="7.3.47. range_filter"
362 <a href="range_filter.html" title="7.3.48. range_filter"
363363 >previous</a> |</li>
364 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
364 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
365365 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
366366 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
367 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
367 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
368368 </ul>
369369 </div>
370370 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.49. reference_release &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.50. reference_release &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.50. register" href="register.html" />
22 <link rel="prev" title="7.3.48. reference_acquire" href="reference_acquire.html" />
21 <link rel="next" title="7.3.51. register" href="register.html" />
22 <link rel="prev" title="7.3.49. reference_acquire" href="reference_acquire.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="register.html" title="7.3.50. register"
48 <a href="register.html" title="7.3.51. register"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="reference_acquire.html" title="7.3.48. reference_acquire"
51 <a href="reference_acquire.html" title="7.3.49. reference_acquire"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="reference-release">
66 <h1><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code><a class="headerlink" href="#reference-release" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code><a class="headerlink" href="#reference-release" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.49.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.50.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 10.0.4.</span></p>
7171 </div>
8080 are never closed automatically.</p>
8181 </div>
8282 <div class="section" id="syntax">
83 <h2><span class="section-number">7.3.49.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
83 <h2><span class="section-number">7.3.50.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8484 <p>This command takes two parameters.</p>
8585 <p>All parameters are optional:</p>
8686 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>reference_release [target_name=null]
8989 </div>
9090 </div>
9191 <div class="section" id="usage">
92 <h2><span class="section-number">7.3.49.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
92 <h2><span class="section-number">7.3.50.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
9393 <p>Here is a schema definition to show usage:</p>
9494 <p>Execution example:</p>
9595 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Users TABLE_HASH_KEY ShortText
120120 </div>
121121 </div>
122122 <div class="section" id="parameters">
123 <h2><span class="section-number">7.3.49.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
123 <h2><span class="section-number">7.3.50.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
124124 <p>This section describes all parameters.</p>
125125 <div class="section" id="required-parameters">
126 <h3><span class="section-number">7.3.49.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
126 <h3><span class="section-number">7.3.50.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
127127 <p>There is no required parameter.</p>
128128 </div>
129129 <div class="section" id="optional-parameters">
130 <h3><span class="section-number">7.3.49.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
130 <h3><span class="section-number">7.3.50.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
131131 <p>There are optional parameters.</p>
132132 <div class="section" id="target-name">
133 <span id="reference-release-target-name"></span><h4><span class="section-number">7.3.49.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h4>
133 <span id="reference-release-target-name"></span><h4><span class="section-number">7.3.50.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h4>
134134 <p>Specifies a target object name. Target object is one of database,
135135 table or column.</p>
136136 <p>If you omit this parameter, database is the target object:</p>
153153 </div>
154154 </div>
155155 <div class="section" id="recursive">
156 <span id="reference-release-recursive"></span><h4><span class="section-number">7.3.49.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">recursive</span></code><a class="headerlink" href="#recursive" title="Permalink to this headline">¶</a></h4>
156 <span id="reference-release-recursive"></span><h4><span class="section-number">7.3.50.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">recursive</span></code><a class="headerlink" href="#recursive" title="Permalink to this headline">¶</a></h4>
157157 <p>Specifies whether child objects of the target object are also target
158158 objects.</p>
159159 <p>See <a class="reference internal" href="reference_acquire.html#reference-acquire-recursive"><span class="std std-ref">recursive</span></a> for details.</p>
161161 </div>
162162 </div>
163163 <div class="section" id="return-value">
164 <h2><span class="section-number">7.3.49.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
164 <h2><span class="section-number">7.3.50.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
165165 <p>The command returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body on success such as:</p>
166166 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
167167 </pre></div>
180180 <div class="sphinxsidebarwrapper">
181181 <h3><a href="../../index.html">Table of Contents</a></h3>
182182 <ul>
183 <li><a class="reference internal" href="#">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a><ul>
184 <li><a class="reference internal" href="#summary">7.3.49.1. Summary</a></li>
185 <li><a class="reference internal" href="#syntax">7.3.49.2. Syntax</a></li>
186 <li><a class="reference internal" href="#usage">7.3.49.3. Usage</a></li>
187 <li><a class="reference internal" href="#parameters">7.3.49.4. Parameters</a><ul>
188 <li><a class="reference internal" href="#required-parameters">7.3.49.4.1. Required parameters</a></li>
189 <li><a class="reference internal" href="#optional-parameters">7.3.49.4.2. Optional parameters</a><ul>
190 <li><a class="reference internal" href="#target-name">7.3.49.4.2.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
191 <li><a class="reference internal" href="#recursive">7.3.49.4.2.2. <code class="docutils literal notranslate"><span class="pre">recursive</span></code></a></li>
183 <li><a class="reference internal" href="#">7.3.50. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a><ul>
184 <li><a class="reference internal" href="#summary">7.3.50.1. Summary</a></li>
185 <li><a class="reference internal" href="#syntax">7.3.50.2. Syntax</a></li>
186 <li><a class="reference internal" href="#usage">7.3.50.3. Usage</a></li>
187 <li><a class="reference internal" href="#parameters">7.3.50.4. Parameters</a><ul>
188 <li><a class="reference internal" href="#required-parameters">7.3.50.4.1. Required parameters</a></li>
189 <li><a class="reference internal" href="#optional-parameters">7.3.50.4.2. Optional parameters</a><ul>
190 <li><a class="reference internal" href="#target-name">7.3.50.4.2.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
191 <li><a class="reference internal" href="#recursive">7.3.50.4.2.2. <code class="docutils literal notranslate"><span class="pre">recursive</span></code></a></li>
192192 </ul>
193193 </li>
194194 </ul>
195195 </li>
196 <li><a class="reference internal" href="#return-value">7.3.49.5. Return value</a></li>
196 <li><a class="reference internal" href="#return-value">7.3.50.5. Return value</a></li>
197197 </ul>
198198 </li>
199199 </ul>
200200
201201 <h4>Previous topic</h4>
202202 <p class="topless"><a href="reference_acquire.html"
203 title="previous chapter"><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></p>
203 title="previous chapter"><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></p>
204204 <h4>Next topic</h4>
205205 <p class="topless"><a href="register.html"
206 title="next chapter"><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></p>
206 title="next chapter"><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></p>
207207 <div id="searchbox" style="display: none" role="search">
208208 <h3 id="searchlabel">Quick search</h3>
209209 <div class="searchformwrapper">
225225 <a href="../../genindex.html" title="General Index"
226226 >index</a></li>
227227 <li class="right" >
228 <a href="register.html" title="7.3.50. register"
228 <a href="register.html" title="7.3.51. register"
229229 >next</a> |</li>
230230 <li class="right" >
231 <a href="reference_acquire.html" title="7.3.48. reference_acquire"
231 <a href="reference_acquire.html" title="7.3.49. reference_acquire"
232232 >previous</a> |</li>
233 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
233 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
234234 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
235235 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
236 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
236 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
237237 </ul>
238238 </div>
239239 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.50. register &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.51. register &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.51. reindex" href="reindex.html" />
22 <link rel="prev" title="7.3.49. reference_release" href="reference_release.html" />
21 <link rel="next" title="7.3.52. reindex" href="reindex.html" />
22 <link rel="prev" title="7.3.50. reference_release" href="reference_release.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="reindex.html" title="7.3.51. reindex"
48 <a href="reindex.html" title="7.3.52. reindex"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="reference_release.html" title="7.3.49. reference_release"
51 <a href="reference_release.html" title="7.3.50. reference_release"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="register">
66 <h1><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">register</span></code><a class="headerlink" href="#register" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">register</span></code><a class="headerlink" href="#register" title="Permalink to this headline">¶</a></h1>
6767 <div class="deprecated">
6868 <p><span class="versionmodified deprecated">Deprecated since version 5.0.1: </span>Use <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> instead.</p>
6969 </div>
7070 <div class="section" id="summary">
71 <h2><span class="section-number">7.3.50.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
71 <h2><span class="section-number">7.3.51.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
7272 <p><code class="docutils literal notranslate"><span class="pre">register</span></code> command registers a plugin. You need to register a plugin
7373 before you use a plugin.</p>
7474 <p>You need just one <code class="docutils literal notranslate"><span class="pre">register</span></code> command for a plugin in the same
8282 </div>
8383 </div>
8484 <div class="section" id="syntax">
85 <h2><span class="section-number">7.3.50.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
85 <h2><span class="section-number">7.3.51.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8686 <p>This command takes only one required parameter:</p>
8787 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>register path
8888 </pre></div>
8989 </div>
9090 </div>
9191 <div class="section" id="usage">
92 <h2><span class="section-number">7.3.50.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
92 <h2><span class="section-number">7.3.51.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
9393 <p>Here is a sample that registers <code class="docutils literal notranslate"><span class="pre">QueryExpanderTSV</span></code> query expander
9494 that is included in
9595 <code class="docutils literal notranslate"><span class="pre">${PREFIX}/lib/groonga/plugins/query_expanders/tsv.so</span></code>.</p>
104104 <span class="pre">/usr/lib/groonga/plugins/query_expanders/tsv.so</span></code>.</p>
105105 </div>
106106 <div class="section" id="return-value">
107 <h2><span class="section-number">7.3.50.4. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
107 <h2><span class="section-number">7.3.51.4. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
108108 <p><code class="docutils literal notranslate"><span class="pre">register</span></code> returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body on success such as:</p>
109109 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
110110 </pre></div>
113113 <p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> for <code class="docutils literal notranslate"><span class="pre">HEADER</span></code>.</p>
114114 </div>
115115 <div class="section" id="see-also">
116 <h2><span class="section-number">7.3.50.5. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
116 <h2><span class="section-number">7.3.51.5. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
117117 <ul class="simple">
118118 <li><p><a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a></p></li>
119119 <li><p><a class="reference internal" href="plugin_unregister.html"><span class="doc">plugin_unregister</span></a></p></li>
130130 <div class="sphinxsidebarwrapper">
131131 <h3><a href="../../index.html">Table of Contents</a></h3>
132132 <ul>
133 <li><a class="reference internal" href="#">7.3.50. <code class="docutils literal notranslate"><span class="pre">register</span></code></a><ul>
134 <li><a class="reference internal" href="#summary">7.3.50.1. Summary</a></li>
135 <li><a class="reference internal" href="#syntax">7.3.50.2. Syntax</a></li>
136 <li><a class="reference internal" href="#usage">7.3.50.3. Usage</a></li>
137 <li><a class="reference internal" href="#return-value">7.3.50.4. Return value</a></li>
138 <li><a class="reference internal" href="#see-also">7.3.50.5. See also</a></li>
133 <li><a class="reference internal" href="#">7.3.51. <code class="docutils literal notranslate"><span class="pre">register</span></code></a><ul>
134 <li><a class="reference internal" href="#summary">7.3.51.1. Summary</a></li>
135 <li><a class="reference internal" href="#syntax">7.3.51.2. Syntax</a></li>
136 <li><a class="reference internal" href="#usage">7.3.51.3. Usage</a></li>
137 <li><a class="reference internal" href="#return-value">7.3.51.4. Return value</a></li>
138 <li><a class="reference internal" href="#see-also">7.3.51.5. See also</a></li>
139139 </ul>
140140 </li>
141141 </ul>
142142
143143 <h4>Previous topic</h4>
144144 <p class="topless"><a href="reference_release.html"
145 title="previous chapter"><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></p>
145 title="previous chapter"><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></p>
146146 <h4>Next topic</h4>
147147 <p class="topless"><a href="reindex.html"
148 title="next chapter"><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></p>
148 title="next chapter"><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></p>
149149 <div id="searchbox" style="display: none" role="search">
150150 <h3 id="searchlabel">Quick search</h3>
151151 <div class="searchformwrapper">
167167 <a href="../../genindex.html" title="General Index"
168168 >index</a></li>
169169 <li class="right" >
170 <a href="reindex.html" title="7.3.51. reindex"
170 <a href="reindex.html" title="7.3.52. reindex"
171171 >next</a> |</li>
172172 <li class="right" >
173 <a href="reference_release.html" title="7.3.49. reference_release"
173 <a href="reference_release.html" title="7.3.50. reference_release"
174174 >previous</a> |</li>
175 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
175 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
176176 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
177177 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
178 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
178 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
179179 </ul>
180180 </div>
181181 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.51. reindex &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.52. reindex &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.52. request_cancel" href="request_cancel.html" />
22 <link rel="prev" title="7.3.50. register" href="register.html" />
21 <link rel="next" title="7.3.53. request_cancel" href="request_cancel.html" />
22 <link rel="prev" title="7.3.51. register" href="register.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="request_cancel.html" title="7.3.52. request_cancel"
48 <a href="request_cancel.html" title="7.3.53. request_cancel"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="register.html" title="7.3.50. register"
51 <a href="register.html" title="7.3.51. register"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="reindex">
66 <h1><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code><a class="headerlink" href="#reindex" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code><a class="headerlink" href="#reindex" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.51.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.52.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.1.0.</span></p>
7171 </div>
8989 </div>
9090 </div>
9191 <div class="section" id="syntax">
92 <h2><span class="section-number">7.3.51.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
92 <h2><span class="section-number">7.3.52.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
9393 <p>This command takes only one optional parameter:</p>
9494 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>reindex [target_name=null]
9595 </pre></div>
9999 recreated.</p>
100100 </div>
101101 <div class="section" id="usage">
102 <h2><span class="section-number">7.3.51.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
102 <h2><span class="section-number">7.3.52.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
103103 <p>Here is an example to recreate all index columns in the database:</p>
104104 <p>Execution example:</p>
105105 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>reindex
170170 </div>
171171 </div>
172172 <div class="section" id="parameters">
173 <h2><span class="section-number">7.3.51.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
173 <h2><span class="section-number">7.3.52.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
174174 <p>This section describes all parameters.</p>
175175 <div class="section" id="target-name">
176 <h3><span class="section-number">7.3.51.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h3>
176 <h3><span class="section-number">7.3.52.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h3>
177177 <p>Specifies the name of table or column.</p>
178178 <p>If you don’t specify it, database is used for the target object.</p>
179179 <p>The default is none. It means that the target object is database.</p>
180180 </div>
181181 </div>
182182 <div class="section" id="return-value">
183 <h2><span class="section-number">7.3.51.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
183 <h2><span class="section-number">7.3.52.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
184184 <p><code class="docutils literal notranslate"><span class="pre">reindex</span></code> command returns whether recreation is succeeded or not:</p>
185185 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SUCCEEDED_OR_NOT]
186186 </pre></div>
206206 <div class="sphinxsidebarwrapper">
207207 <h3><a href="../../index.html">Table of Contents</a></h3>
208208 <ul>
209 <li><a class="reference internal" href="#">7.3.51. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a><ul>
210 <li><a class="reference internal" href="#summary">7.3.51.1. Summary</a></li>
211 <li><a class="reference internal" href="#syntax">7.3.51.2. Syntax</a></li>
212 <li><a class="reference internal" href="#usage">7.3.51.3. Usage</a></li>
213 <li><a class="reference internal" href="#parameters">7.3.51.4. Parameters</a><ul>
214 <li><a class="reference internal" href="#target-name">7.3.51.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
209 <li><a class="reference internal" href="#">7.3.52. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a><ul>
210 <li><a class="reference internal" href="#summary">7.3.52.1. Summary</a></li>
211 <li><a class="reference internal" href="#syntax">7.3.52.2. Syntax</a></li>
212 <li><a class="reference internal" href="#usage">7.3.52.3. Usage</a></li>
213 <li><a class="reference internal" href="#parameters">7.3.52.4. Parameters</a><ul>
214 <li><a class="reference internal" href="#target-name">7.3.52.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
215215 </ul>
216216 </li>
217 <li><a class="reference internal" href="#return-value">7.3.51.5. Return value</a></li>
217 <li><a class="reference internal" href="#return-value">7.3.52.5. Return value</a></li>
218218 </ul>
219219 </li>
220220 </ul>
221221
222222 <h4>Previous topic</h4>
223223 <p class="topless"><a href="register.html"
224 title="previous chapter"><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></p>
224 title="previous chapter"><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></p>
225225 <h4>Next topic</h4>
226226 <p class="topless"><a href="request_cancel.html"
227 title="next chapter"><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></p>
227 title="next chapter"><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></p>
228228 <div id="searchbox" style="display: none" role="search">
229229 <h3 id="searchlabel">Quick search</h3>
230230 <div class="searchformwrapper">
246246 <a href="../../genindex.html" title="General Index"
247247 >index</a></li>
248248 <li class="right" >
249 <a href="request_cancel.html" title="7.3.52. request_cancel"
249 <a href="request_cancel.html" title="7.3.53. request_cancel"
250250 >next</a> |</li>
251251 <li class="right" >
252 <a href="register.html" title="7.3.50. register"
252 <a href="register.html" title="7.3.51. register"
253253 >previous</a> |</li>
254 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
254 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
255255 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
256256 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
257 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
257 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
258258 </ul>
259259 </div>
260260 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.52. request_cancel &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.53. request_cancel &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.53. ruby_eval" href="ruby_eval.html" />
22 <link rel="prev" title="7.3.51. reindex" href="reindex.html" />
21 <link rel="next" title="7.3.54. ruby_eval" href="ruby_eval.html" />
22 <link rel="prev" title="7.3.52. reindex" href="reindex.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="ruby_eval.html" title="7.3.53. ruby_eval"
48 <a href="ruby_eval.html" title="7.3.54. ruby_eval"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="reindex.html" title="7.3.51. reindex"
51 <a href="reindex.html" title="7.3.52. reindex"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="request-cancel">
66 <h1><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code><a class="headerlink" href="#request-cancel" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code><a class="headerlink" href="#request-cancel" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.52.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.53.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 4.0.9.</span></p>
7171 </div>
9292 </div></blockquote>
9393 </div>
9494 <div class="section" id="syntax">
95 <h2><span class="section-number">7.3.52.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
95 <h2><span class="section-number">7.3.53.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
9696 <p>This command takes only one required parameter:</p>
9797 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>request_cancel id
9898 </pre></div>
9999 </div>
100100 </div>
101101 <div class="section" id="usage">
102 <h2><span class="section-number">7.3.52.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
102 <h2><span class="section-number">7.3.53.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
103103 <p>Here is an example of <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code> command:</p>
104104 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>$ curl &#39;http://localhost:10041/d/select?table=LargeTable&amp;filter=true&amp;request_id=unique-id-1&#39; &amp;
105105 # The above &quot;select&quot; takes a long time...
140140 </div>
141141 </div>
142142 <div class="section" id="parameters">
143 <h2><span class="section-number">7.3.52.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
143 <h2><span class="section-number">7.3.53.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
144144 <p>This section describes parameters of <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code>.</p>
145145 <div class="section" id="required-parameters">
146 <h3><span class="section-number">7.3.52.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
146 <h3><span class="section-number">7.3.53.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
147147 <p>There is required parameter, <code class="docutils literal notranslate"><span class="pre">id</span></code>.</p>
148148 <div class="section" id="id">
149 <h4><span class="section-number">7.3.52.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">id</span></code><a class="headerlink" href="#id" title="Permalink to this headline">¶</a></h4>
149 <h4><span class="section-number">7.3.53.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">id</span></code><a class="headerlink" href="#id" title="Permalink to this headline">¶</a></h4>
150150 <p>Specifies the ID for the target request.</p>
151151 </div>
152152 </div>
153153 </div>
154154 <div class="section" id="return-value">
155 <h2><span class="section-number">7.3.52.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
155 <h2><span class="section-number">7.3.53.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
156156 <p><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code> command returns the result of the cancel request:</p>
157157 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
158158 HEADER,
184184 </div></blockquote>
185185 </div>
186186 <div class="section" id="see-also">
187 <h2><span class="section-number">7.3.52.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
187 <h2><span class="section-number">7.3.53.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
188188 <ul class="simple">
189189 <li><p><a class="reference internal" href="../command/request_id.html"><span class="doc">Request ID</span></a></p></li>
190190 </ul>
200200 <div class="sphinxsidebarwrapper">
201201 <h3><a href="../../index.html">Table of Contents</a></h3>
202202 <ul>
203 <li><a class="reference internal" href="#">7.3.52. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a><ul>
204 <li><a class="reference internal" href="#summary">7.3.52.1. Summary</a></li>
205 <li><a class="reference internal" href="#syntax">7.3.52.2. Syntax</a></li>
206 <li><a class="reference internal" href="#usage">7.3.52.3. Usage</a></li>
207 <li><a class="reference internal" href="#parameters">7.3.52.4. Parameters</a><ul>
208 <li><a class="reference internal" href="#required-parameters">7.3.52.4.1. Required parameters</a><ul>
209 <li><a class="reference internal" href="#id">7.3.52.4.1.1. <code class="docutils literal notranslate"><span class="pre">id</span></code></a></li>
203 <li><a class="reference internal" href="#">7.3.53. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a><ul>
204 <li><a class="reference internal" href="#summary">7.3.53.1. Summary</a></li>
205 <li><a class="reference internal" href="#syntax">7.3.53.2. Syntax</a></li>
206 <li><a class="reference internal" href="#usage">7.3.53.3. Usage</a></li>
207 <li><a class="reference internal" href="#parameters">7.3.53.4. Parameters</a><ul>
208 <li><a class="reference internal" href="#required-parameters">7.3.53.4.1. Required parameters</a><ul>
209 <li><a class="reference internal" href="#id">7.3.53.4.1.1. <code class="docutils literal notranslate"><span class="pre">id</span></code></a></li>
210210 </ul>
211211 </li>
212212 </ul>
213213 </li>
214 <li><a class="reference internal" href="#return-value">7.3.52.5. Return value</a></li>
215 <li><a class="reference internal" href="#see-also">7.3.52.6. See also</a></li>
214 <li><a class="reference internal" href="#return-value">7.3.53.5. Return value</a></li>
215 <li><a class="reference internal" href="#see-also">7.3.53.6. See also</a></li>
216216 </ul>
217217 </li>
218218 </ul>
219219
220220 <h4>Previous topic</h4>
221221 <p class="topless"><a href="reindex.html"
222 title="previous chapter"><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></p>
222 title="previous chapter"><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></p>
223223 <h4>Next topic</h4>
224224 <p class="topless"><a href="ruby_eval.html"
225 title="next chapter"><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></p>
225 title="next chapter"><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></p>
226226 <div id="searchbox" style="display: none" role="search">
227227 <h3 id="searchlabel">Quick search</h3>
228228 <div class="searchformwrapper">
244244 <a href="../../genindex.html" title="General Index"
245245 >index</a></li>
246246 <li class="right" >
247 <a href="ruby_eval.html" title="7.3.53. ruby_eval"
247 <a href="ruby_eval.html" title="7.3.54. ruby_eval"
248248 >next</a> |</li>
249249 <li class="right" >
250 <a href="reindex.html" title="7.3.51. reindex"
250 <a href="reindex.html" title="7.3.52. reindex"
251251 >previous</a> |</li>
252 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
252 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
253253 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
254254 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
255 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
255 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
256256 </ul>
257257 </div>
258258 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.53. ruby_eval &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.54. ruby_eval &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.54. ruby_load" href="ruby_load.html" />
22 <link rel="prev" title="7.3.52. request_cancel" href="request_cancel.html" />
21 <link rel="next" title="7.3.55. ruby_load" href="ruby_load.html" />
22 <link rel="prev" title="7.3.53. request_cancel" href="request_cancel.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="ruby_load.html" title="7.3.54. ruby_load"
48 <a href="ruby_load.html" title="7.3.55. ruby_load"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="request_cancel.html" title="7.3.52. request_cancel"
51 <a href="request_cancel.html" title="7.3.53. request_cancel"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="ruby-eval">
66 <h1><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code><a class="headerlink" href="#ruby-eval" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code><a class="headerlink" href="#ruby-eval" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.53.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.54.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code> command evaluates Ruby script and returns the result.</p>
7070 </div>
7171 <div class="section" id="syntax">
72 <h2><span class="section-number">7.3.53.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
72 <h2><span class="section-number">7.3.54.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7373 <p>This command takes only one required parameter:</p>
7474 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>ruby_eval script
7575 </pre></div>
7676 </div>
7777 </div>
7878 <div class="section" id="usage">
79 <h2><span class="section-number">7.3.53.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
79 <h2><span class="section-number">7.3.54.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8080 <p>You can execute any scripts which mruby supports by calling <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code>.</p>
8181 <p>Here is an example that just calculate <code class="docutils literal notranslate"><span class="pre">1</span> <span class="pre">+</span> <span class="pre">2</span></code> as Ruby script.</p>
8282 <p>Execution example:</p>
9191 and the specification may be changed in the future.</p>
9292 </div>
9393 <div class="section" id="parameters">
94 <h2><span class="section-number">7.3.53.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
94 <h2><span class="section-number">7.3.54.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
9595 <p>This section describes all parameters.</p>
9696 <div class="section" id="script">
97 <h3><span class="section-number">7.3.53.4.1. </span><code class="docutils literal notranslate"><span class="pre">script</span></code><a class="headerlink" href="#script" title="Permalink to this headline">¶</a></h3>
97 <h3><span class="section-number">7.3.54.4.1. </span><code class="docutils literal notranslate"><span class="pre">script</span></code><a class="headerlink" href="#script" title="Permalink to this headline">¶</a></h3>
9898 <p>Specifies the Ruby script which you want to evaluate.</p>
9999 </div>
100100 </div>
101101 <div class="section" id="return-value">
102 <h2><span class="section-number">7.3.53.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
102 <h2><span class="section-number">7.3.54.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
103103 <p><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code> returns the evaluated result with metadata such as
104104 exception information (Including metadata isn’t implemented yet):</p>
105105 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, {&quot;value&quot;: EVALUATED_VALUE}]
117117 </div></blockquote>
118118 </div>
119119 <div class="section" id="see-also">
120 <h2><span class="section-number">7.3.53.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
120 <h2><span class="section-number">7.3.54.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
121121 </div>
122122 </div>
123123
130130 <div class="sphinxsidebarwrapper">
131131 <h3><a href="../../index.html">Table of Contents</a></h3>
132132 <ul>
133 <li><a class="reference internal" href="#">7.3.53. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a><ul>
134 <li><a class="reference internal" href="#summary">7.3.53.1. Summary</a></li>
135 <li><a class="reference internal" href="#syntax">7.3.53.2. Syntax</a></li>
136 <li><a class="reference internal" href="#usage">7.3.53.3. Usage</a></li>
137 <li><a class="reference internal" href="#parameters">7.3.53.4. Parameters</a><ul>
138 <li><a class="reference internal" href="#script">7.3.53.4.1. <code class="docutils literal notranslate"><span class="pre">script</span></code></a></li>
133 <li><a class="reference internal" href="#">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a><ul>
134 <li><a class="reference internal" href="#summary">7.3.54.1. Summary</a></li>
135 <li><a class="reference internal" href="#syntax">7.3.54.2. Syntax</a></li>
136 <li><a class="reference internal" href="#usage">7.3.54.3. Usage</a></li>
137 <li><a class="reference internal" href="#parameters">7.3.54.4. Parameters</a><ul>
138 <li><a class="reference internal" href="#script">7.3.54.4.1. <code class="docutils literal notranslate"><span class="pre">script</span></code></a></li>
139139 </ul>
140140 </li>
141 <li><a class="reference internal" href="#return-value">7.3.53.5. Return value</a></li>
142 <li><a class="reference internal" href="#see-also">7.3.53.6. See also</a></li>
141 <li><a class="reference internal" href="#return-value">7.3.54.5. Return value</a></li>
142 <li><a class="reference internal" href="#see-also">7.3.54.6. See also</a></li>
143143 </ul>
144144 </li>
145145 </ul>
146146
147147 <h4>Previous topic</h4>
148148 <p class="topless"><a href="request_cancel.html"
149 title="previous chapter"><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></p>
149 title="previous chapter"><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></p>
150150 <h4>Next topic</h4>
151151 <p class="topless"><a href="ruby_load.html"
152 title="next chapter"><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></p>
152 title="next chapter"><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></p>
153153 <div id="searchbox" style="display: none" role="search">
154154 <h3 id="searchlabel">Quick search</h3>
155155 <div class="searchformwrapper">
171171 <a href="../../genindex.html" title="General Index"
172172 >index</a></li>
173173 <li class="right" >
174 <a href="ruby_load.html" title="7.3.54. ruby_load"
174 <a href="ruby_load.html" title="7.3.55. ruby_load"
175175 >next</a> |</li>
176176 <li class="right" >
177 <a href="request_cancel.html" title="7.3.52. request_cancel"
177 <a href="request_cancel.html" title="7.3.53. request_cancel"
178178 >previous</a> |</li>
179 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
179 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
180180 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
181181 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
182 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
182 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
183183 </ul>
184184 </div>
185185 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.54. ruby_load &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.55. ruby_load &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.55. schema" href="schema.html" />
22 <link rel="prev" title="7.3.53. ruby_eval" href="ruby_eval.html" />
21 <link rel="next" title="7.3.56. schema" href="schema.html" />
22 <link rel="prev" title="7.3.54. ruby_eval" href="ruby_eval.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="schema.html" title="7.3.55. schema"
48 <a href="schema.html" title="7.3.56. schema"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="ruby_eval.html" title="7.3.53. ruby_eval"
51 <a href="ruby_eval.html" title="7.3.54. ruby_eval"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="ruby-load">
66 <h1><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code><a class="headerlink" href="#ruby-load" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code><a class="headerlink" href="#ruby-load" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.54.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.55.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code> command loads specified Ruby script.</p>
7070 </div>
7171 <div class="section" id="syntax">
72 <h2><span class="section-number">7.3.54.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
72 <h2><span class="section-number">7.3.55.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7373 <p>This command takes only one required parameter:</p>
7474 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>ruby_load path
7575 </pre></div>
7676 </div>
7777 </div>
7878 <div class="section" id="usage">
79 <h2><span class="section-number">7.3.54.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
79 <h2><span class="section-number">7.3.55.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8080 <p>You can load any script file which mruby supports by calling <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code>.</p>
8181 <p>Here is an example that just load <code class="docutils literal notranslate"><span class="pre">expression.rb</span></code> as Ruby script.</p>
8282 <p>Execution example:</p>
9191 and the specification may be changed in the future.</p>
9292 </div>
9393 <div class="section" id="parameters">
94 <h2><span class="section-number">7.3.54.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
94 <h2><span class="section-number">7.3.55.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
9595 <p>This section describes all parameters.</p>
9696 <div class="section" id="path">
97 <h3><span class="section-number">7.3.54.4.1. </span><code class="docutils literal notranslate"><span class="pre">path</span></code><a class="headerlink" href="#path" title="Permalink to this headline">¶</a></h3>
97 <h3><span class="section-number">7.3.55.4.1. </span><code class="docutils literal notranslate"><span class="pre">path</span></code><a class="headerlink" href="#path" title="Permalink to this headline">¶</a></h3>
9898 <p>Specifies the Ruby script path which you want to load.</p>
9999 </div>
100100 </div>
101101 <div class="section" id="return-value">
102 <h2><span class="section-number">7.3.54.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
102 <h2><span class="section-number">7.3.55.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
103103 <p><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code> returns the loaded result with metadata such as
104104 exception information (Including metadata isn’t implemented yet):</p>
105105 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, {&quot;value&quot;: LOADED_VALUE}]
116116 </div></blockquote>
117117 </div>
118118 <div class="section" id="see-also">
119 <h2><span class="section-number">7.3.54.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
119 <h2><span class="section-number">7.3.55.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
120120 <p><a class="reference internal" href="ruby_eval.html"><span class="doc">ruby_eval</span></a></p>
121121 </div>
122122 </div>
130130 <div class="sphinxsidebarwrapper">
131131 <h3><a href="../../index.html">Table of Contents</a></h3>
132132 <ul>
133 <li><a class="reference internal" href="#">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a><ul>
134 <li><a class="reference internal" href="#summary">7.3.54.1. Summary</a></li>
135 <li><a class="reference internal" href="#syntax">7.3.54.2. Syntax</a></li>
136 <li><a class="reference internal" href="#usage">7.3.54.3. Usage</a></li>
137 <li><a class="reference internal" href="#parameters">7.3.54.4. Parameters</a><ul>
138 <li><a class="reference internal" href="#path">7.3.54.4.1. <code class="docutils literal notranslate"><span class="pre">path</span></code></a></li>
133 <li><a class="reference internal" href="#">7.3.55. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a><ul>
134 <li><a class="reference internal" href="#summary">7.3.55.1. Summary</a></li>
135 <li><a class="reference internal" href="#syntax">7.3.55.2. Syntax</a></li>
136 <li><a class="reference internal" href="#usage">7.3.55.3. Usage</a></li>
137 <li><a class="reference internal" href="#parameters">7.3.55.4. Parameters</a><ul>
138 <li><a class="reference internal" href="#path">7.3.55.4.1. <code class="docutils literal notranslate"><span class="pre">path</span></code></a></li>
139139 </ul>
140140 </li>
141 <li><a class="reference internal" href="#return-value">7.3.54.5. Return value</a></li>
142 <li><a class="reference internal" href="#see-also">7.3.54.6. See also</a></li>
141 <li><a class="reference internal" href="#return-value">7.3.55.5. Return value</a></li>
142 <li><a class="reference internal" href="#see-also">7.3.55.6. See also</a></li>
143143 </ul>
144144 </li>
145145 </ul>
146146
147147 <h4>Previous topic</h4>
148148 <p class="topless"><a href="ruby_eval.html"
149 title="previous chapter"><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></p>
149 title="previous chapter"><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></p>
150150 <h4>Next topic</h4>
151151 <p class="topless"><a href="schema.html"
152 title="next chapter"><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></p>
152 title="next chapter"><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></p>
153153 <div id="searchbox" style="display: none" role="search">
154154 <h3 id="searchlabel">Quick search</h3>
155155 <div class="searchformwrapper">
171171 <a href="../../genindex.html" title="General Index"
172172 >index</a></li>
173173 <li class="right" >
174 <a href="schema.html" title="7.3.55. schema"
174 <a href="schema.html" title="7.3.56. schema"
175175 >next</a> |</li>
176176 <li class="right" >
177 <a href="ruby_eval.html" title="7.3.53. ruby_eval"
177 <a href="ruby_eval.html" title="7.3.54. ruby_eval"
178178 >previous</a> |</li>
179 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
179 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
180180 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
181181 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
182 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
182 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
183183 </ul>
184184 </div>
185185 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.55. schema &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.56. schema &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.56. select" href="select.html" />
22 <link rel="prev" title="7.3.54. ruby_load" href="ruby_load.html" />
21 <link rel="next" title="7.3.57. select" href="select.html" />
22 <link rel="prev" title="7.3.55. ruby_load" href="ruby_load.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="select.html" title="7.3.56. select"
48 <a href="select.html" title="7.3.57. select"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="ruby_load.html" title="7.3.54. ruby_load"
51 <a href="ruby_load.html" title="7.3.55. ruby_load"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="schema">
66 <h1><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code><a class="headerlink" href="#schema" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code><a class="headerlink" href="#schema" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.55.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.56.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.0.9.</span></p>
7171 </div>
7575 so on.</p>
7676 </div>
7777 <div class="section" id="syntax">
78 <h2><span class="section-number">7.3.55.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
78 <h2><span class="section-number">7.3.56.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7979 <p>This command takes no parameters:</p>
8080 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>schema
8181 </pre></div>
8282 </div>
8383 </div>
8484 <div class="section" id="usage">
85 <h2><span class="section-number">7.3.55.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
85 <h2><span class="section-number">7.3.56.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8686 <p>Here is an example schema to show example output:</p>
8787 <p>Execution example:</p>
8888 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Memos TABLE_HASH_KEY ShortText
436436 </div>
437437 </div>
438438 <div class="section" id="parameters">
439 <h2><span class="section-number">7.3.55.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
439 <h2><span class="section-number">7.3.56.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
440440 <p>This section describes all parameters.</p>
441441 <div class="section" id="required-parameters">
442 <h3><span class="section-number">7.3.55.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
442 <h3><span class="section-number">7.3.56.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
443443 <p>There is no required parameter.</p>
444444 </div>
445445 <div class="section" id="optional-parameters">
446 <h3><span class="section-number">7.3.55.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
446 <h3><span class="section-number">7.3.56.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
447447 <p>There is no optional parameter.</p>
448448 </div>
449449 </div>
450450 <div class="section" id="return-value">
451 <h2><span class="section-number">7.3.55.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
451 <h2><span class="section-number">7.3.56.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
452452 <p><code class="docutils literal notranslate"><span class="pre">schema</span></code> command returns schema in the database:</p>
453453 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SCHEMA]
454454 </pre></div>
455455 </div>
456456 <div class="section" id="header">
457 <h3><span class="section-number">7.3.55.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="Permalink to this headline">¶</a></h3>
457 <h3><span class="section-number">7.3.56.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="Permalink to this headline">¶</a></h3>
458458 <p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> about <code class="docutils literal notranslate"><span class="pre">HEADER</span></code>.</p>
459459 </div>
460460 <div class="section" id="id1">
461 <h3><span class="section-number">7.3.55.5.2. </span><code class="docutils literal notranslate"><span class="pre">SCHEMA</span></code><a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
461 <h3><span class="section-number">7.3.56.5.2. </span><code class="docutils literal notranslate"><span class="pre">SCHEMA</span></code><a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
462462 <p><code class="docutils literal notranslate"><span class="pre">SCHEMA</span></code> is an object that consists of the following information:</p>
463463 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
464464 &quot;plugins&quot;: PLUGINS,
472472 </div>
473473 </div>
474474 <div class="section" id="plugins">
475 <h3><span class="section-number">7.3.55.5.3. </span><code class="docutils literal notranslate"><span class="pre">PLUGINS</span></code><a class="headerlink" href="#plugins" title="Permalink to this headline">¶</a></h3>
475 <h3><span class="section-number">7.3.56.5.3. </span><code class="docutils literal notranslate"><span class="pre">PLUGINS</span></code><a class="headerlink" href="#plugins" title="Permalink to this headline">¶</a></h3>
476476 <p><code class="docutils literal notranslate"><span class="pre">PLUGINS</span></code> is an object. Its key is plugin name and its value is
477477 plugin detail:</p>
478478 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
485485 </div>
486486 </div>
487487 <div class="section" id="plugin">
488 <h3><span class="section-number">7.3.55.5.4. </span><code class="docutils literal notranslate"><span class="pre">PLUGIN</span></code><a class="headerlink" href="#plugin" title="Permalink to this headline">¶</a></h3>
488 <h3><span class="section-number">7.3.56.5.4. </span><code class="docutils literal notranslate"><span class="pre">PLUGIN</span></code><a class="headerlink" href="#plugin" title="Permalink to this headline">¶</a></h3>
489489 <p><code class="docutils literal notranslate"><span class="pre">PLUGIN</span></code> is an object that describes plugin detail:</p>
490490 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
491491 &quot;name&quot;: PLUGIN_NAME
511511 </table>
512512 </div>
513513 <div class="section" id="types">
514 <h3><span class="section-number">7.3.55.5.5. </span><code class="docutils literal notranslate"><span class="pre">TYPES</span></code><a class="headerlink" href="#types" title="Permalink to this headline">¶</a></h3>
514 <h3><span class="section-number">7.3.56.5.5. </span><code class="docutils literal notranslate"><span class="pre">TYPES</span></code><a class="headerlink" href="#types" title="Permalink to this headline">¶</a></h3>
515515 <p><code class="docutils literal notranslate"><span class="pre">TYPES</span></code> is an object. Its key is type name and its value is
516516 type detail:</p>
517517 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
524524 </div>
525525 </div>
526526 <div class="section" id="type">
527 <h3><span class="section-number">7.3.55.5.6. </span><code class="docutils literal notranslate"><span class="pre">TYPE</span></code><a class="headerlink" href="#type" title="Permalink to this headline">¶</a></h3>
527 <h3><span class="section-number">7.3.56.5.6. </span><code class="docutils literal notranslate"><span class="pre">TYPE</span></code><a class="headerlink" href="#type" title="Permalink to this headline">¶</a></h3>
528528 <p><code class="docutils literal notranslate"><span class="pre">TYPE</span></code> is an object that describes type detail:</p>
529529 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
530530 &quot;name&quot;: TYPE_NAME,
564564 </table>
565565 </div>
566566 <div class="section" id="tokenizers">
567 <h3><span class="section-number">7.3.55.5.7. </span><code class="docutils literal notranslate"><span class="pre">TOKENIZERS</span></code><a class="headerlink" href="#tokenizers" title="Permalink to this headline">¶</a></h3>
567 <h3><span class="section-number">7.3.56.5.7. </span><code class="docutils literal notranslate"><span class="pre">TOKENIZERS</span></code><a class="headerlink" href="#tokenizers" title="Permalink to this headline">¶</a></h3>
568568 <p><code class="docutils literal notranslate"><span class="pre">TOKENIZERS</span></code> is an object. Its key is tokenizer name and its value
569569 is tokenizer detail:</p>
570570 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
577577 </div>
578578 </div>
579579 <div class="section" id="tokenizer">
580 <h3><span class="section-number">7.3.55.5.8. </span><code class="docutils literal notranslate"><span class="pre">TOKENIZER</span></code><a class="headerlink" href="#tokenizer" title="Permalink to this headline">¶</a></h3>
580 <h3><span class="section-number">7.3.56.5.8. </span><code class="docutils literal notranslate"><span class="pre">TOKENIZER</span></code><a class="headerlink" href="#tokenizer" title="Permalink to this headline">¶</a></h3>
581581 <p><code class="docutils literal notranslate"><span class="pre">TOKENIZER</span></code> is an object that describes tokenizer detail:</p>
582582 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
583583 &quot;name&quot;: TOKENIZER_NAME
604604 </table>
605605 </div>
606606 <div class="section" id="normalizers">
607 <h3><span class="section-number">7.3.55.5.9. </span><code class="docutils literal notranslate"><span class="pre">NORMALIZERS</span></code><a class="headerlink" href="#normalizers" title="Permalink to this headline">¶</a></h3>
607 <h3><span class="section-number">7.3.56.5.9. </span><code class="docutils literal notranslate"><span class="pre">NORMALIZERS</span></code><a class="headerlink" href="#normalizers" title="Permalink to this headline">¶</a></h3>
608608 <p><code class="docutils literal notranslate"><span class="pre">NORMALIZERS</span></code> is an object. Its key is normalizer name and its value
609609 is normalizer detail:</p>
610610 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
617617 </div>
618618 </div>
619619 <div class="section" id="normalizer">
620 <h3><span class="section-number">7.3.55.5.10. </span><code class="docutils literal notranslate"><span class="pre">NORMALIZER</span></code><a class="headerlink" href="#normalizer" title="Permalink to this headline">¶</a></h3>
620 <h3><span class="section-number">7.3.56.5.10. </span><code class="docutils literal notranslate"><span class="pre">NORMALIZER</span></code><a class="headerlink" href="#normalizer" title="Permalink to this headline">¶</a></h3>
621621 <p><code class="docutils literal notranslate"><span class="pre">NORMALIZER</span></code> is an object that describes normalizer detail:</p>
622622 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
623623 &quot;name&quot;: NORMALIZER_NAME
644644 </table>
645645 </div>
646646 <div class="section" id="token-filters">
647 <h3><span class="section-number">7.3.55.5.11. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code><a class="headerlink" href="#token-filters" title="Permalink to this headline">¶</a></h3>
647 <h3><span class="section-number">7.3.56.5.11. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code><a class="headerlink" href="#token-filters" title="Permalink to this headline">¶</a></h3>
648648 <p><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code> is an object. Its key is token filter name and its value
649649 is token filter detail:</p>
650650 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
657657 </div>
658658 </div>
659659 <div class="section" id="token-filter">
660 <h3><span class="section-number">7.3.55.5.12. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTER</span></code><a class="headerlink" href="#token-filter" title="Permalink to this headline">¶</a></h3>
660 <h3><span class="section-number">7.3.56.5.12. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTER</span></code><a class="headerlink" href="#token-filter" title="Permalink to this headline">¶</a></h3>
661661 <p><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTER</span></code> is an object that describes token filter detail:</p>
662662 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
663663 &quot;name&quot;: TOKEN_FILTER_NAME
684684 </table>
685685 </div>
686686 <div class="section" id="tables">
687 <h3><span class="section-number">7.3.55.5.13. </span><code class="docutils literal notranslate"><span class="pre">TABLES</span></code><a class="headerlink" href="#tables" title="Permalink to this headline">¶</a></h3>
687 <h3><span class="section-number">7.3.56.5.13. </span><code class="docutils literal notranslate"><span class="pre">TABLES</span></code><a class="headerlink" href="#tables" title="Permalink to this headline">¶</a></h3>
688688 <p><code class="docutils literal notranslate"><span class="pre">TABLES</span></code> is an object. Its key is table name and its value
689689 is table detail:</p>
690690 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
697697 </div>
698698 </div>
699699 <div class="section" id="table">
700 <h3><span class="section-number">7.3.55.5.14. </span><code class="docutils literal notranslate"><span class="pre">TABLE</span></code><a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h3>
700 <h3><span class="section-number">7.3.56.5.14. </span><code class="docutils literal notranslate"><span class="pre">TABLE</span></code><a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h3>
701701 <p><code class="docutils literal notranslate"><span class="pre">TABLE</span></code> is an object that describes table detail:</p>
702702 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
703703 &quot;name&quot;: TABLE_NAME
842842 </table>
843843 </div>
844844 <div class="section" id="index">
845 <span id="schema-return-value-index"></span><h3><span class="section-number">7.3.55.5.15. </span><code class="docutils literal notranslate"><span class="pre">INDEX</span></code><a class="headerlink" href="#index" title="Permalink to this headline">¶</a></h3>
845 <span id="schema-return-value-index"></span><h3><span class="section-number">7.3.56.5.15. </span><code class="docutils literal notranslate"><span class="pre">INDEX</span></code><a class="headerlink" href="#index" title="Permalink to this headline">¶</a></h3>
846846 <p><code class="docutils literal notranslate"><span class="pre">INDEX</span></code> is an object that describes index detail:</p>
847847 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
848848 &quot;full_name&quot;: INDEX_COLUMN_NAME_WITH_TABLE_NAME,
888888 </table>
889889 </div>
890890 <div class="section" id="command">
891 <span id="schema-return-value-command"></span><h3><span class="section-number">7.3.55.5.16. </span><code class="docutils literal notranslate"><span class="pre">COMMAND</span></code><a class="headerlink" href="#command" title="Permalink to this headline">¶</a></h3>
891 <span id="schema-return-value-command"></span><h3><span class="section-number">7.3.56.5.16. </span><code class="docutils literal notranslate"><span class="pre">COMMAND</span></code><a class="headerlink" href="#command" title="Permalink to this headline">¶</a></h3>
892892 <p><code class="docutils literal notranslate"><span class="pre">COMMAND</span></code> is an object that describes how to create the table or
893893 column:</p>
894894 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
934934 </table>
935935 </div>
936936 <div class="section" id="column">
937 <span id="schema-return-value-column"></span><h3><span class="section-number">7.3.55.5.17. </span><code class="docutils literal notranslate"><span class="pre">COLUMN</span></code><a class="headerlink" href="#column" title="Permalink to this headline">¶</a></h3>
937 <span id="schema-return-value-column"></span><h3><span class="section-number">7.3.56.5.17. </span><code class="docutils literal notranslate"><span class="pre">COLUMN</span></code><a class="headerlink" href="#column" title="Permalink to this headline">¶</a></h3>
938938 <p><code class="docutils literal notranslate"><span class="pre">COLUMN</span></code> is an object that describes column detail:</p>
939939 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
940940 &quot;name&quot;: COLUMN_NAME,
10711071 </table>
10721072 </div>
10731073 <div class="section" id="source">
1074 <span id="schema-return-value-source"></span><h3><span class="section-number">7.3.55.5.18. </span><code class="docutils literal notranslate"><span class="pre">SOURCE</span></code><a class="headerlink" href="#source" title="Permalink to this headline">¶</a></h3>
1074 <span id="schema-return-value-source"></span><h3><span class="section-number">7.3.56.5.18. </span><code class="docutils literal notranslate"><span class="pre">SOURCE</span></code><a class="headerlink" href="#source" title="Permalink to this headline">¶</a></h3>
10751075 <p><code class="docutils literal notranslate"><span class="pre">SOURCE</span></code> is an object that describes source detail:</p>
10761076 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
10771077 &quot;name&quot;: COLUMN_NAME,
11131113 </div>
11141114 </div>
11151115 <div class="section" id="see-also">
1116 <h2><span class="section-number">7.3.55.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
1116 <h2><span class="section-number">7.3.56.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
11171117 <blockquote>
11181118 <div><ul class="simple">
11191119 <li><p><a class="reference internal" href="table_create.html"><span class="doc">table_create</span></a></p></li>
11321132 <div class="sphinxsidebarwrapper">
11331133 <h3><a href="../../index.html">Table of Contents</a></h3>
11341134 <ul>
1135 <li><a class="reference internal" href="#">7.3.55. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a><ul>
1136 <li><a class="reference internal" href="#summary">7.3.55.1. Summary</a></li>
1137 <li><a class="reference internal" href="#syntax">7.3.55.2. Syntax</a></li>
1138 <li><a class="reference internal" href="#usage">7.3.55.3. Usage</a></li>
1139 <li><a class="reference internal" href="#parameters">7.3.55.4. Parameters</a><ul>
1140 <li><a class="reference internal" href="#required-parameters">7.3.55.4.1. Required parameters</a></li>
1141 <li><a class="reference internal" href="#optional-parameters">7.3.55.4.2. Optional parameters</a></li>
1135 <li><a class="reference internal" href="#">7.3.56. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a><ul>
1136 <li><a class="reference internal" href="#summary">7.3.56.1. Summary</a></li>
1137 <li><a class="reference internal" href="#syntax">7.3.56.2. Syntax</a></li>
1138 <li><a class="reference internal" href="#usage">7.3.56.3. Usage</a></li>
1139 <li><a class="reference internal" href="#parameters">7.3.56.4. Parameters</a><ul>
1140 <li><a class="reference internal" href="#required-parameters">7.3.56.4.1. Required parameters</a></li>
1141 <li><a class="reference internal" href="#optional-parameters">7.3.56.4.2. Optional parameters</a></li>
11421142 </ul>
11431143 </li>
1144 <li><a class="reference internal" href="#return-value">7.3.55.5. Return value</a><ul>
1145 <li><a class="reference internal" href="#header">7.3.55.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
1146 <li><a class="reference internal" href="#id1">7.3.55.5.2. <code class="docutils literal notranslate"><span class="pre">SCHEMA</span></code></a></li>
1147 <li><a class="reference internal" href="#plugins">7.3.55.5.3. <code class="docutils literal notranslate"><span class="pre">PLUGINS</span></code></a></li>
1148 <li><a class="reference internal" href="#plugin">7.3.55.5.4. <code class="docutils literal notranslate"><span class="pre">PLUGIN</span></code></a></li>
1149 <li><a class="reference internal" href="#types">7.3.55.5.5. <code class="docutils literal notranslate"><span class="pre">TYPES</span></code></a></li>
1150 <li><a class="reference internal" href="#type">7.3.55.5.6. <code class="docutils literal notranslate"><span class="pre">TYPE</span></code></a></li>
1151 <li><a class="reference internal" href="#tokenizers">7.3.55.5.7. <code class="docutils literal notranslate"><span class="pre">TOKENIZERS</span></code></a></li>
1152 <li><a class="reference internal" href="#tokenizer">7.3.55.5.8. <code class="docutils literal notranslate"><span class="pre">TOKENIZER</span></code></a></li>
1153 <li><a class="reference internal" href="#normalizers">7.3.55.5.9. <code class="docutils literal notranslate"><span class="pre">NORMALIZERS</span></code></a></li>
1154 <li><a class="reference internal" href="#normalizer">7.3.55.5.10. <code class="docutils literal notranslate"><span class="pre">NORMALIZER</span></code></a></li>
1155 <li><a class="reference internal" href="#token-filters">7.3.55.5.11. <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code></a></li>
1156 <li><a class="reference internal" href="#token-filter">7.3.55.5.12. <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTER</span></code></a></li>
1157 <li><a class="reference internal" href="#tables">7.3.55.5.13. <code class="docutils literal notranslate"><span class="pre">TABLES</span></code></a></li>
1158 <li><a class="reference internal" href="#table">7.3.55.5.14. <code class="docutils literal notranslate"><span class="pre">TABLE</span></code></a></li>
1159 <li><a class="reference internal" href="#index">7.3.55.5.15. <code class="docutils literal notranslate"><span class="pre">INDEX</span></code></a></li>
1160 <li><a class="reference internal" href="#command">7.3.55.5.16. <code class="docutils literal notranslate"><span class="pre">COMMAND</span></code></a></li>
1161 <li><a class="reference internal" href="#column">7.3.55.5.17. <code class="docutils literal notranslate"><span class="pre">COLUMN</span></code></a></li>
1162 <li><a class="reference internal" href="#source">7.3.55.5.18. <code class="docutils literal notranslate"><span class="pre">SOURCE</span></code></a></li>
1144 <li><a class="reference internal" href="#return-value">7.3.56.5. Return value</a><ul>
1145 <li><a class="reference internal" href="#header">7.3.56.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
1146 <li><a class="reference internal" href="#id1">7.3.56.5.2. <code class="docutils literal notranslate"><span class="pre">SCHEMA</span></code></a></li>
1147 <li><a class="reference internal" href="#plugins">7.3.56.5.3. <code class="docutils literal notranslate"><span class="pre">PLUGINS</span></code></a></li>
1148 <li><a class="reference internal" href="#plugin">7.3.56.5.4. <code class="docutils literal notranslate"><span class="pre">PLUGIN</span></code></a></li>
1149 <li><a class="reference internal" href="#types">7.3.56.5.5. <code class="docutils literal notranslate"><span class="pre">TYPES</span></code></a></li>
1150 <li><a class="reference internal" href="#type">7.3.56.5.6. <code class="docutils literal notranslate"><span class="pre">TYPE</span></code></a></li>
1151 <li><a class="reference internal" href="#tokenizers">7.3.56.5.7. <code class="docutils literal notranslate"><span class="pre">TOKENIZERS</span></code></a></li>
1152 <li><a class="reference internal" href="#tokenizer">7.3.56.5.8. <code class="docutils literal notranslate"><span class="pre">TOKENIZER</span></code></a></li>
1153 <li><a class="reference internal" href="#normalizers">7.3.56.5.9. <code class="docutils literal notranslate"><span class="pre">NORMALIZERS</span></code></a></li>
1154 <li><a class="reference internal" href="#normalizer">7.3.56.5.10. <code class="docutils literal notranslate"><span class="pre">NORMALIZER</span></code></a></li>
1155 <li><a class="reference internal" href="#token-filters">7.3.56.5.11. <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code></a></li>
1156 <li><a class="reference internal" href="#token-filter">7.3.56.5.12. <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTER</span></code></a></li>
1157 <li><a class="reference internal" href="#tables">7.3.56.5.13. <code class="docutils literal notranslate"><span class="pre">TABLES</span></code></a></li>
1158 <li><a class="reference internal" href="#table">7.3.56.5.14. <code class="docutils literal notranslate"><span class="pre">TABLE</span></code></a></li>
1159 <li><a class="reference internal" href="#index">7.3.56.5.15. <code class="docutils literal notranslate"><span class="pre">INDEX</span></code></a></li>
1160 <li><a class="reference internal" href="#command">7.3.56.5.16. <code class="docutils literal notranslate"><span class="pre">COMMAND</span></code></a></li>
1161 <li><a class="reference internal" href="#column">7.3.56.5.17. <code class="docutils literal notranslate"><span class="pre">COLUMN</span></code></a></li>
1162 <li><a class="reference internal" href="#source">7.3.56.5.18. <code class="docutils literal notranslate"><span class="pre">SOURCE</span></code></a></li>
11631163 </ul>
11641164 </li>
1165 <li><a class="reference internal" href="#see-also">7.3.55.6. See also</a></li>
1165 <li><a class="reference internal" href="#see-also">7.3.56.6. See also</a></li>
11661166 </ul>
11671167 </li>
11681168 </ul>
11691169
11701170 <h4>Previous topic</h4>
11711171 <p class="topless"><a href="ruby_load.html"
1172 title="previous chapter"><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></p>
1172 title="previous chapter"><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></p>
11731173 <h4>Next topic</h4>
11741174 <p class="topless"><a href="select.html"
1175 title="next chapter"><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></p>
1175 title="next chapter"><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></p>
11761176 <div id="searchbox" style="display: none" role="search">
11771177 <h3 id="searchlabel">Quick search</h3>
11781178 <div class="searchformwrapper">
11941194 <a href="../../genindex.html" title="General Index"
11951195 >index</a></li>
11961196 <li class="right" >
1197 <a href="select.html" title="7.3.56. select"
1197 <a href="select.html" title="7.3.57. select"
11981198 >next</a> |</li>
11991199 <li class="right" >
1200 <a href="ruby_load.html" title="7.3.54. ruby_load"
1200 <a href="ruby_load.html" title="7.3.55. ruby_load"
12011201 >previous</a> |</li>
1202 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
1202 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
12031203 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
12041204 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
1205 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
1205 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
12061206 </ul>
12071207 </div>
12081208 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.56. select &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.57. select &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.57. shutdown" href="shutdown.html" />
22 <link rel="prev" title="7.3.55. schema" href="schema.html" />
21 <link rel="next" title="7.3.58. shutdown" href="shutdown.html" />
22 <link rel="prev" title="7.3.56. schema" href="schema.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="shutdown.html" title="7.3.57. shutdown"
48 <a href="shutdown.html" title="7.3.58. shutdown"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="schema.html" title="7.3.55. schema"
51 <a href="schema.html" title="7.3.56. schema"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="select">
66 <h1><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">select</span></code><a class="headerlink" href="#select" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">select</span></code><a class="headerlink" href="#select" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.56.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.57.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">select</span></code> searches records that are matched to specified conditions
7070 from a table and then outputs them.</p>
7171 <p><code class="docutils literal notranslate"><span class="pre">select</span></code> is the most important command in groonga. You need to
7272 understand <code class="docutils literal notranslate"><span class="pre">select</span></code> to use the full power of Groonga.</p>
7373 </div>
7474 <div class="section" id="syntax">
75 <h2><span class="section-number">7.3.56.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
75 <h2><span class="section-number">7.3.57.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7676 <p>This command takes many parameters.</p>
7777 <p>The required parameter is only <code class="docutils literal notranslate"><span class="pre">table</span></code>. Other parameters are
7878 optional:</p>
185185 </div></blockquote>
186186 </div>
187187 <div class="section" id="usage">
188 <h2><span class="section-number">7.3.56.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
188 <h2><span class="section-number">7.3.57.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
189189 <p>Let’s learn about <code class="docutils literal notranslate"><span class="pre">select</span></code> usage with examples. This section shows
190190 many popular usages.</p>
191191 <p>Here are a schema definition and sample data to show usage.</p>
240240 <code class="docutils literal notranslate"><span class="pre">Entries.content</span></code> are fulltext search ready.</p>
241241 <p>OK. The schema and data for examples are ready.</p>
242242 <div class="section" id="simple-usage">
243 <span id="select-simple-usage"></span><h3><span class="section-number">7.3.56.3.1. </span>Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h3>
243 <span id="select-simple-usage"></span><h3><span class="section-number">7.3.57.3.1. </span>Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h3>
244244 <p>Here is the most simple usage with the above schema and data. It outputs
245245 all records in <code class="docutils literal notranslate"><span class="pre">Entries</span></code> table.</p>
246246 <p>Execution example:</p>
326326 records. It is less than 10. So the command outputs all records.</p>
327327 </div>
328328 <div class="section" id="search-conditions">
329 <h3><span class="section-number">7.3.56.3.2. </span>Search conditions<a class="headerlink" href="#search-conditions" title="Permalink to this headline">¶</a></h3>
329 <h3><span class="section-number">7.3.57.3.2. </span>Search conditions<a class="headerlink" href="#search-conditions" title="Permalink to this headline">¶</a></h3>
330330 <p>Search conditions are specified by <code class="docutils literal notranslate"><span class="pre">query</span></code> or <code class="docutils literal notranslate"><span class="pre">filter</span></code>. You can
331331 also specify both <code class="docutils literal notranslate"><span class="pre">query</span></code> and <code class="docutils literal notranslate"><span class="pre">filter</span></code>. It means that selected
332332 records must be matched against both <code class="docutils literal notranslate"><span class="pre">query</span></code> and <code class="docutils literal notranslate"><span class="pre">filter</span></code>.</p>
333333 <div class="section" id="search-condition-query">
334 <h4><span class="section-number">7.3.56.3.2.1. </span>Search condition: <code class="docutils literal notranslate"><span class="pre">query</span></code><a class="headerlink" href="#search-condition-query" title="Permalink to this headline">¶</a></h4>
334 <h4><span class="section-number">7.3.57.3.2.1. </span>Search condition: <code class="docutils literal notranslate"><span class="pre">query</span></code><a class="headerlink" href="#search-condition-query" title="Permalink to this headline">¶</a></h4>
335335 <p><code class="docutils literal notranslate"><span class="pre">query</span></code> is designed for search box in Web page. Imagine a search box
336336 in google.com. You specify search conditions for <code class="docutils literal notranslate"><span class="pre">query</span></code> as space
337337 separated keywords. For example, <code class="docutils literal notranslate"><span class="pre">search</span> <span class="pre">engine</span></code> means a matched
404404 <a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">Query syntax</span></a> for datails.</p>
405405 </div>
406406 <div class="section" id="search-condition-filter">
407 <h4><span class="section-number">7.3.56.3.2.2. </span>Search condition: <code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#search-condition-filter" title="Permalink to this headline">¶</a></h4>
407 <h4><span class="section-number">7.3.57.3.2.2. </span>Search condition: <code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#search-condition-filter" title="Permalink to this headline">¶</a></h4>
408408 <p><code class="docutils literal notranslate"><span class="pre">filter</span></code> is designed for complex search conditions. You specify
409409 search conditions for <code class="docutils literal notranslate"><span class="pre">filter</span></code> as ECMAScript like syntax.</p>
410410 <p>Here is a simple <code class="docutils literal notranslate"><span class="pre">filter</span></code> usage example.</p>
467467 </div>
468468 </div>
469469 <div class="section" id="paging">
470 <h3><span class="section-number">7.3.56.3.3. </span>Paging<a class="headerlink" href="#paging" title="Permalink to this headline">¶</a></h3>
470 <h3><span class="section-number">7.3.57.3.3. </span>Paging<a class="headerlink" href="#paging" title="Permalink to this headline">¶</a></h3>
471471 <p>You can specify range of outputted records by <code class="docutils literal notranslate"><span class="pre">offset</span></code> and <code class="docutils literal notranslate"><span class="pre">limit</span></code>.
472472 Here is an example to output only the 2nd record.</p>
473473 <p>Execution example:</p>
524524 are matched, <code class="docutils literal notranslate"><span class="pre">select</span></code> command outputs no records.</p>
525525 </div>
526526 <div class="section" id="the-total-number-of-records">
527 <h3><span class="section-number">7.3.56.3.4. </span>The total number of records<a class="headerlink" href="#the-total-number-of-records" title="Permalink to this headline">¶</a></h3>
527 <h3><span class="section-number">7.3.57.3.4. </span>The total number of records<a class="headerlink" href="#the-total-number-of-records" title="Permalink to this headline">¶</a></h3>
528528 <p>You can use <code class="docutils literal notranslate"><span class="pre">--limit</span> <span class="pre">0</span></code> to retrieve the total number of recrods
529529 without any contents of records.</p>
530530 <p>Execution example:</p>
571571 records.</p>
572572 </div>
573573 <div class="section" id="drilldown">
574 <h3><span class="section-number">7.3.56.3.5. </span>Drilldown<a class="headerlink" href="#drilldown" title="Permalink to this headline">¶</a></h3>
574 <h3><span class="section-number">7.3.57.3.5. </span>Drilldown<a class="headerlink" href="#drilldown" title="Permalink to this headline">¶</a></h3>
575575 <p>You can get additional grouped results against the search result in
576576 one <code class="docutils literal notranslate"><span class="pre">select</span></code>. You need to use two or more <code class="docutils literal notranslate"><span class="pre">SELECT</span></code> s in SQL but
577577 <code class="docutils literal notranslate"><span class="pre">select</span></code> in Groonga can do it in one <code class="docutils literal notranslate"><span class="pre">select</span></code>.</p>
731731 <a class="reference internal" href="#select-drilldown-related-parameters"><span class="std std-ref">Drilldown related parameters</span></a> for details.</p>
732732 </div>
733733 <div class="section" id="dynamic-column">
734 <h3><span class="section-number">7.3.56.3.6. </span>Dynamic column<a class="headerlink" href="#dynamic-column" title="Permalink to this headline">¶</a></h3>
734 <h3><span class="section-number">7.3.57.3.6. </span>Dynamic column<a class="headerlink" href="#dynamic-column" title="Permalink to this headline">¶</a></h3>
735735 <p>You can create zero or more columns dynamically while a <code class="docutils literal notranslate"><span class="pre">select</span></code>
736736 execution. You can use them for drilldown by computed value, window
737737 function and so on.</p>
834834 <p>See <a class="reference internal" href="#select-dynamic-column-related-parameters"><span class="std std-ref">Dynamic column related parameters</span></a> for details.</p>
835835 </div>
836836 <div class="section" id="window-function">
837 <h3><span class="section-number">7.3.56.3.7. </span>Window function<a class="headerlink" href="#window-function" title="Permalink to this headline">¶</a></h3>
837 <h3><span class="section-number">7.3.57.3.7. </span>Window function<a class="headerlink" href="#window-function" title="Permalink to this headline">¶</a></h3>
838838 <p>You can compute each record value from values of grouped records. For
839839 example, you can compute sums of each group and puts sums to each
840840 record. The difference against drilldown is drilldown can compute sums
975975 </div>
976976 </div>
977977 <div class="section" id="parameters">
978 <h2><span class="section-number">7.3.56.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
978 <h2><span class="section-number">7.3.57.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
979979 <p>This section describes all parameters. Parameters are categorized.</p>
980980 <div class="section" id="required-parameters">
981 <h3><span class="section-number">7.3.56.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
981 <h3><span class="section-number">7.3.57.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
982982 <p>There is a required parameter, <code class="docutils literal notranslate"><span class="pre">table</span></code>.</p>
983983 <div class="section" id="table">
984 <span id="select-table"></span><h4><span class="section-number">7.3.56.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h4>
984 <span id="select-table"></span><h4><span class="section-number">7.3.57.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h4>
985985 <p>Specifies a table to be searched. <code class="docutils literal notranslate"><span class="pre">table</span></code> must be specified.</p>
986986 <p>If nonexistent table is specified, an error is returned.</p>
987987 <p>Execution example:</p>
10061006 </div>
10071007 </div>
10081008 <div class="section" id="search-related-parameters">
1009 <span id="select-search-related-parameters"></span><h3><span class="section-number">7.3.56.4.2. </span>Search related parameters<a class="headerlink" href="#search-related-parameters" title="Permalink to this headline">¶</a></h3>
1009 <span id="select-search-related-parameters"></span><h3><span class="section-number">7.3.57.4.2. </span>Search related parameters<a class="headerlink" href="#search-related-parameters" title="Permalink to this headline">¶</a></h3>
10101010 <p>There are search related parameters. Typically, <code class="docutils literal notranslate"><span class="pre">match_columns</span></code> and
10111011 <code class="docutils literal notranslate"><span class="pre">query</span></code> parameters are used for implementing a search
10121012 box. <code class="docutils literal notranslate"><span class="pre">filter</span></code> parameters is used for implementing complex search
10151015 be matched against both <code class="docutils literal notranslate"><span class="pre">query</span></code> and <code class="docutils literal notranslate"><span class="pre">filter</span></code>. If both <code class="docutils literal notranslate"><span class="pre">query</span></code>
10161016 and <code class="docutils literal notranslate"><span class="pre">filter</span></code> aren’t specified, all records are selected.</p>
10171017 <div class="section" id="match-columns">
1018 <span id="select-match-columns"></span><h4><span class="section-number">7.3.56.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">match_columns</span></code><a class="headerlink" href="#match-columns" title="Permalink to this headline">¶</a></h4>
1018 <span id="select-match-columns"></span><h4><span class="section-number">7.3.57.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">match_columns</span></code><a class="headerlink" href="#match-columns" title="Permalink to this headline">¶</a></h4>
10191019 <p>Specifies the default target column for fulltext search by <code class="docutils literal notranslate"><span class="pre">query</span></code>
10201020 parameter value. A target column for fulltext search can be specified
10211021 in <code class="docutils literal notranslate"><span class="pre">query</span></code> parameter. The difference between <code class="docutils literal notranslate"><span class="pre">match_columns</span></code> and
11901190 case <a class="reference internal" href="../../tutorial/match_columns.html#full-text-search-with-specific-index-name"><span class="std std-ref">Full text search with specific index name</span></a> for details.</p>
11911191 </div>
11921192 <div class="section" id="query">
1193 <span id="select-query"></span><h4><span class="section-number">7.3.56.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">query</span></code><a class="headerlink" href="#query" title="Permalink to this headline">¶</a></h4>
1193 <span id="select-query"></span><h4><span class="section-number">7.3.57.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">query</span></code><a class="headerlink" href="#query" title="Permalink to this headline">¶</a></h4>
11941194 <p>Specifies the query text. Normally, it is used for fulltext search
11951195 with <code class="docutils literal notranslate"><span class="pre">match_columns</span></code> parameter. <code class="docutils literal notranslate"><span class="pre">query</span></code> parameter is designed for
11961196 a fulltext search form in a Web page. A query text should be formatted
14371437 <p>See <a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">Query syntax</span></a> for other operations.</p>
14381438 </div>
14391439 <div class="section" id="filter">
1440 <span id="select-filter"></span><h4><span class="section-number">7.3.56.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h4>
1440 <span id="select-filter"></span><h4><span class="section-number">7.3.57.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h4>
14411441 <p>Specifies the filter text. Normally, it is used for complex search
14421442 conditions. <code class="docutils literal notranslate"><span class="pre">filter</span></code> can be used with <code class="docutils literal notranslate"><span class="pre">query</span></code> parameter. If both
14431443 <code class="docutils literal notranslate"><span class="pre">filter</span></code> and <code class="docutils literal notranslate"><span class="pre">query</span></code> are specified, there are conbined with
15731573 <p>See <a class="reference internal" href="../grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a> for other operators.</p>
15741574 </div>
15751575 <div class="section" id="load-table">
1576 <span id="select-load-table"></span><h4><span class="section-number">7.3.56.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">load_table</span></code><a class="headerlink" href="#load-table" title="Permalink to this headline">¶</a></h4>
1576 <span id="select-load-table"></span><h4><span class="section-number">7.3.57.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">load_table</span></code><a class="headerlink" href="#load-table" title="Permalink to this headline">¶</a></h4>
15771577 <div class="versionadded">
15781578 <p><span class="versionmodified added">New in version 9.0.1.</span></p>
15791579 </div>
16931693 </div>
16941694 </div>
16951695 <div class="section" id="load-columns">
1696 <span id="select-load-columns"></span><h4><span class="section-number">7.3.56.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">load_columns</span></code><a class="headerlink" href="#load-columns" title="Permalink to this headline">¶</a></h4>
1696 <span id="select-load-columns"></span><h4><span class="section-number">7.3.57.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">load_columns</span></code><a class="headerlink" href="#load-columns" title="Permalink to this headline">¶</a></h4>
16971697 <div class="versionadded">
16981698 <p><span class="versionmodified added">New in version 9.0.1.</span></p>
16991699 </div>
17041704 <p>See example of <code class="docutils literal notranslate"><span class="pre">--load_table</span></code> for how to use this argument.</p>
17051705 </div>
17061706 <div class="section" id="load-values">
1707 <span id="select-load-values"></span><h4><span class="section-number">7.3.56.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">load_values</span></code><a class="headerlink" href="#load-values" title="Permalink to this headline">¶</a></h4>
1707 <span id="select-load-values"></span><h4><span class="section-number">7.3.57.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">load_values</span></code><a class="headerlink" href="#load-values" title="Permalink to this headline">¶</a></h4>
17081708 <div class="versionadded">
17091709 <p><span class="versionmodified added">New in version 9.0.1.</span></p>
17101710 </div>
17161716 </div>
17171717 </div>
17181718 <div class="section" id="advanced-search-parameters">
1719 <span id="select-advanced-search-parameters"></span><h3><span class="section-number">7.3.56.4.3. </span>Advanced search parameters<a class="headerlink" href="#advanced-search-parameters" title="Permalink to this headline">¶</a></h3>
1719 <span id="select-advanced-search-parameters"></span><h3><span class="section-number">7.3.57.4.3. </span>Advanced search parameters<a class="headerlink" href="#advanced-search-parameters" title="Permalink to this headline">¶</a></h3>
17201720 <div class="section" id="match-escalation-threshold">
1721 <span id="select-match-escalation-threshold"></span><h4><span class="section-number">7.3.56.4.3.1. </span><code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code><a class="headerlink" href="#match-escalation-threshold" title="Permalink to this headline">¶</a></h4>
1721 <span id="select-match-escalation-threshold"></span><h4><span class="section-number">7.3.57.4.3.1. </span><code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code><a class="headerlink" href="#match-escalation-threshold" title="Permalink to this headline">¶</a></h4>
17221722 <div class="versionadded">
17231723 <p><span class="versionmodified added">New in version 8.0.1.</span></p>
17241724 </div>
18451845 more searches aren’t executed. And no records are matched.</p>
18461846 </div>
18471847 <div class="section" id="match-escalation">
1848 <span id="select-match-escalation"></span><h4><span class="section-number">7.3.56.4.3.2. </span><code class="docutils literal notranslate"><span class="pre">match_escalation</span></code><a class="headerlink" href="#match-escalation" title="Permalink to this headline">¶</a></h4>
1848 <span id="select-match-escalation"></span><h4><span class="section-number">7.3.57.4.3.2. </span><code class="docutils literal notranslate"><span class="pre">match_escalation</span></code><a class="headerlink" href="#match-escalation" title="Permalink to this headline">¶</a></h4>
18491849 <p>Specifies how to use match escalation. See also
18501850 <a class="reference internal" href="#select-match-escalation"><span class="std std-ref">match_escalation</span></a> and <a class="reference internal" href="../../spec/search.html"><span class="doc">検索</span></a> about the match
18511851 escalation.</p>
19771977 it uses match escalation. So it can find matched records.</p>
19781978 </div>
19791979 <div class="section" id="query-expansion">
1980 <span id="select-query-expansion"></span><h4><span class="section-number">7.3.56.4.3.3. </span><code class="docutils literal notranslate"><span class="pre">query_expansion</span></code><a class="headerlink" href="#query-expansion" title="Permalink to this headline">¶</a></h4>
1980 <span id="select-query-expansion"></span><h4><span class="section-number">7.3.57.4.3.3. </span><code class="docutils literal notranslate"><span class="pre">query_expansion</span></code><a class="headerlink" href="#query-expansion" title="Permalink to this headline">¶</a></h4>
19811981 <div class="deprecated">
19821982 <p><span class="versionmodified deprecated">Deprecated since version 3.0.2: </span>Use <a class="reference internal" href="#select-query-expander"><span class="std std-ref">query_expander</span></a> instead.</p>
19831983 </div>
19841984 </div>
19851985 <div class="section" id="query-flags">
1986 <span id="select-query-flags"></span><h4><span class="section-number">7.3.56.4.3.4. </span><code class="docutils literal notranslate"><span class="pre">query_flags</span></code><a class="headerlink" href="#query-flags" title="Permalink to this headline">¶</a></h4>
1986 <span id="select-query-flags"></span><h4><span class="section-number">7.3.57.4.3.4. </span><code class="docutils literal notranslate"><span class="pre">query_flags</span></code><a class="headerlink" href="#query-flags" title="Permalink to this headline">¶</a></h4>
19871987 <p>It customs <code class="docutils literal notranslate"><span class="pre">query</span></code> parameter syntax. You cannot update column value
19881988 by <code class="docutils literal notranslate"><span class="pre">query</span></code> parameter by default. But if you specify
19891989 <code class="docutils literal notranslate"><span class="pre">ALLOW_COLUMN|ALLOW_UPDATE</span></code> as <code class="docutils literal notranslate"><span class="pre">query_flags</span></code>, you can update
23672367 <p>See also <a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">Query syntax</span></a>.</p>
23682368 </div>
23692369 <div class="section" id="query-expander">
2370 <span id="select-query-expander"></span><h4><span class="section-number">7.3.56.4.3.5. </span><code class="docutils literal notranslate"><span class="pre">query_expander</span></code><a class="headerlink" href="#query-expander" title="Permalink to this headline">¶</a></h4>
2370 <span id="select-query-expander"></span><h4><span class="section-number">7.3.57.4.3.5. </span><code class="docutils literal notranslate"><span class="pre">query_expander</span></code><a class="headerlink" href="#query-expander" title="Permalink to this headline">¶</a></h4>
23712371 <p>It’s for query expansion. Query expansion substitutes specific words
23722372 to another words in query. Nomally, it’s used for synonym search.</p>
23732373 <p>It specifies a column that is used to substitute <code class="docutils literal notranslate"><span class="pre">query</span></code> parameter
26462646 </div>
26472647 </div>
26482648 <div class="section" id="output-related-parameters">
2649 <h3><span class="section-number">7.3.56.4.4. </span>Output related parameters<a class="headerlink" href="#output-related-parameters" title="Permalink to this headline">¶</a></h3>
2649 <h3><span class="section-number">7.3.57.4.4. </span>Output related parameters<a class="headerlink" href="#output-related-parameters" title="Permalink to this headline">¶</a></h3>
26502650 <div class="section" id="output-columns">
2651 <span id="select-output-columns"></span><h4><span class="section-number">7.3.56.4.4.1. </span><code class="docutils literal notranslate"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="Permalink to this headline">¶</a></h4>
2651 <span id="select-output-columns"></span><h4><span class="section-number">7.3.57.4.4.1. </span><code class="docutils literal notranslate"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="Permalink to this headline">¶</a></h4>
26522652 <p>Specifies output columns separated by <code class="docutils literal notranslate"><span class="pre">,</span></code>.</p>
26532653 <p>Here is a simple <code class="docutils literal notranslate"><span class="pre">output_columns</span></code> usage example.</p>
26542654 <p>Execution example:</p>
27372737 values except <code class="docutils literal notranslate"><span class="pre">_score</span></code> are outputted.</p>
27382738 </div>
27392739 <div class="section" id="sortby">
2740 <span id="select-sortby"></span><h4><span class="section-number">7.3.56.4.4.2. </span><code class="docutils literal notranslate"><span class="pre">sortby</span></code><a class="headerlink" href="#sortby" title="Permalink to this headline">¶</a></h4>
2740 <span id="select-sortby"></span><h4><span class="section-number">7.3.57.4.4.2. </span><code class="docutils literal notranslate"><span class="pre">sortby</span></code><a class="headerlink" href="#sortby" title="Permalink to this headline">¶</a></h4>
27412741 <div class="deprecated">
27422742 <p><span class="versionmodified deprecated">Deprecated since version 6.0.3: </span>Use <a class="reference internal" href="#select-sort-keys"><span class="std std-ref">sort_keys</span></a> instead.</p>
27432743 </div>
27442744 </div>
27452745 <div class="section" id="sort-keys">
2746 <span id="select-sort-keys"></span><h4><span class="section-number">7.3.56.4.4.3. </span><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="Permalink to this headline">¶</a></h4>
2746 <span id="select-sort-keys"></span><h4><span class="section-number">7.3.57.4.4.3. </span><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="Permalink to this headline">¶</a></h4>
27472747 <p>Specifies sort keys separated by <code class="docutils literal notranslate"><span class="pre">,</span></code>. Each sort key is column
27482748 name.</p>
27492749 <p>Here is a simple <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code> usage example.</p>
29492949 it’s just ignored but get a warning in log file.</p>
29502950 </div>
29512951 <div class="section" id="offset">
2952 <span id="select-offset"></span><h4><span class="section-number">7.3.56.4.4.4. </span><code class="docutils literal notranslate"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="Permalink to this headline">¶</a></h4>
2952 <span id="select-offset"></span><h4><span class="section-number">7.3.57.4.4.4. </span><code class="docutils literal notranslate"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="Permalink to this headline">¶</a></h4>
29532953 <p>Specifies offset to determine output records range. Offset is
29542954 zero-based. <code class="docutils literal notranslate"><span class="pre">--offset</span> <span class="pre">1</span></code> means output range is started from the 2nd
29552955 record.</p>
30243024 <p>The default value is <code class="docutils literal notranslate"><span class="pre">0</span></code>.</p>
30253025 </div>
30263026 <div class="section" id="limit">
3027 <span id="select-limit"></span><h4><span class="section-number">7.3.56.4.4.5. </span><code class="docutils literal notranslate"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="Permalink to this headline">¶</a></h4>
3027 <span id="select-limit"></span><h4><span class="section-number">7.3.57.4.4.5. </span><code class="docutils literal notranslate"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="Permalink to this headline">¶</a></h4>
30283028 <p>Specifies the max number of output records. If the number of
30293029 matched records is less than <code class="docutils literal notranslate"><span class="pre">limit</span></code>, all records are outputted.</p>
30303030 <p>Here is a simple <code class="docutils literal notranslate"><span class="pre">limit</span></code> usage example.</p>
31453145 <p>The default value is <code class="docutils literal notranslate"><span class="pre">10</span></code>.</p>
31463146 </div>
31473147 <div class="section" id="scorer">
3148 <span id="select-scorer"></span><h4><span class="section-number">7.3.56.4.4.6. </span><code class="docutils literal notranslate"><span class="pre">scorer</span></code><a class="headerlink" href="#scorer" title="Permalink to this headline">¶</a></h4>
3148 <span id="select-scorer"></span><h4><span class="section-number">7.3.57.4.4.6. </span><code class="docutils literal notranslate"><span class="pre">scorer</span></code><a class="headerlink" href="#scorer" title="Permalink to this headline">¶</a></h4>
31493149 <p>TODO: write in English and add example.</p>
31503150 <p>検索条件にマッチする全てのレコードに対して適用するgrn_exprをscript形式で指定します。</p>
31513151 <p>scorerは、検索処理が完了し、ソート処理が実行される前に呼び出されます。従って、各レコードのスコアを操作する式を指定しておけば、検索結果のソート順序をカスタマイズできるようになります。</p>
31523152 </div>
31533153 </div>
31543154 <div class="section" id="dynamic-column-related-parameters">
3155 <span id="select-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.56.4.5. </span>Dynamic column related parameters<a class="headerlink" href="#dynamic-column-related-parameters" title="Permalink to this headline">¶</a></h3>
3155 <span id="select-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.57.4.5. </span>Dynamic column related parameters<a class="headerlink" href="#dynamic-column-related-parameters" title="Permalink to this headline">¶</a></h3>
31563156 <div class="versionadded">
31573157 <p><span class="versionmodified added">New in version 6.0.6.</span></p>
31583158 </div>
32373237 </pre></div>
32383238 </div>
32393239 <div class="section" id="columns-name-stage">
3240 <span id="select-columns-name-stage"></span><h4><span class="section-number">7.3.56.4.5.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="Permalink to this headline">¶</a></h4>
3240 <span id="select-columns-name-stage"></span><h4><span class="section-number">7.3.57.4.5.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="Permalink to this headline">¶</a></h4>
32413241 <div class="versionadded">
32423242 <p><span class="versionmodified added">New in version 6.0.6.</span></p>
32433243 </div>
33503350 </div>
33513351 </div>
33523352 <div class="section" id="columns-name-flags">
3353 <span id="select-columns-name-flags"></span><h4><span class="section-number">7.3.56.4.5.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="Permalink to this headline">¶</a></h4>
3353 <span id="select-columns-name-flags"></span><h4><span class="section-number">7.3.57.4.5.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="Permalink to this headline">¶</a></h4>
33543354 <div class="versionadded">
33553355 <p><span class="versionmodified added">New in version 6.0.6.</span></p>
33563356 </div>
34393439 </div>
34403440 </div>
34413441 <div class="section" id="columns-name-type">
3442 <span id="select-columns-name-type"></span><h4><span class="section-number">7.3.56.4.5.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="Permalink to this headline">¶</a></h4>
3442 <span id="select-columns-name-type"></span><h4><span class="section-number">7.3.57.4.5.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="Permalink to this headline">¶</a></h4>
34433443 <div class="versionadded">
34443444 <p><span class="versionmodified added">New in version 6.0.6.</span></p>
34453445 </div>
35133513 </div>
35143514 </div>
35153515 <div class="section" id="columns-name-value">
3516 <span id="select-columns-name-value"></span><h4><span class="section-number">7.3.56.4.5.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="Permalink to this headline">¶</a></h4>
3516 <span id="select-columns-name-value"></span><h4><span class="section-number">7.3.57.4.5.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="Permalink to this headline">¶</a></h4>
35173517 <div class="versionadded">
35183518 <p><span class="versionmodified added">New in version 6.0.6.</span></p>
35193519 </div>
35993599 </div>
36003600 </div>
36013601 <div class="section" id="window-function-related-parameters">
3602 <span id="select-window-function-related-parameters"></span><h3><span class="section-number">7.3.56.4.6. </span>Window function related parameters<a class="headerlink" href="#window-function-related-parameters" title="Permalink to this headline">¶</a></h3>
3602 <span id="select-window-function-related-parameters"></span><h3><span class="section-number">7.3.57.4.6. </span>Window function related parameters<a class="headerlink" href="#window-function-related-parameters" title="Permalink to this headline">¶</a></h3>
36033603 <div class="versionadded">
36043604 <p><span class="versionmodified added">New in version 6.0.6.</span></p>
36053605 </div>
38043804 </tbody>
38053805 </table>
38063806 <div class="section" id="columns-name-window-sort-keys">
3807 <span id="select-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.56.4.6.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="Permalink to this headline">¶</a></h4>
3807 <span id="select-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.57.4.6.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="Permalink to this headline">¶</a></h4>
38083808 <div class="versionadded">
38093809 <p><span class="versionmodified added">New in version 6.0.6.</span></p>
38103810 </div>
38923892 </div>
38933893 </div>
38943894 <div class="section" id="columns-name-window-group-keys">
3895 <span id="select-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.56.4.6.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="Permalink to this headline">¶</a></h4>
3895 <span id="select-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.57.4.6.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="Permalink to this headline">¶</a></h4>
38963896 <div class="versionadded">
38973897 <p><span class="versionmodified added">New in version 7.0.0.</span></p>
38983898 </div>
39803980 </div>
39813981 </div>
39823982 <div class="section" id="drilldown-related-parameters">
3983 <span id="select-drilldown-related-parameters"></span><h3><span class="section-number">7.3.56.4.7. </span>Drilldown related parameters<a class="headerlink" href="#drilldown-related-parameters" title="Permalink to this headline">¶</a></h3>
3983 <span id="select-drilldown-related-parameters"></span><h3><span class="section-number">7.3.57.4.7. </span>Drilldown related parameters<a class="headerlink" href="#drilldown-related-parameters" title="Permalink to this headline">¶</a></h3>
39843984 <p>This section describes basic drilldown related parameters. Advanced
39853985 drilldown related parameters are described in another section.</p>
39863986 <div class="section" id="select-drilldown">
3987 <span id="id2"></span><h4><span class="section-number">7.3.56.4.7.1. </span><code class="docutils literal notranslate"><span class="pre">drilldown</span></code><a class="headerlink" href="#select-drilldown" title="Permalink to this headline">¶</a></h4>
3987 <span id="id2"></span><h4><span class="section-number">7.3.57.4.7.1. </span><code class="docutils literal notranslate"><span class="pre">drilldown</span></code><a class="headerlink" href="#select-drilldown" title="Permalink to this headline">¶</a></h4>
39883988 <p>Specifies keys for grouping separated by <code class="docutils literal notranslate"><span class="pre">,</span></code>.</p>
39893989 <p>Matched records by specified search conditions are grouped by each
39903990 key. If you specify no search condition, all records are grouped by
42604260 </div></blockquote>
42614261 </div>
42624262 <div class="section" id="drilldown-sortby">
4263 <span id="select-drilldown-sortby"></span><h4><span class="section-number">7.3.56.4.7.2. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code><a class="headerlink" href="#drilldown-sortby" title="Permalink to this headline">¶</a></h4>
4263 <span id="select-drilldown-sortby"></span><h4><span class="section-number">7.3.57.4.7.2. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code><a class="headerlink" href="#drilldown-sortby" title="Permalink to this headline">¶</a></h4>
42644264 <div class="deprecated">
42654265 <p><span class="versionmodified deprecated">Deprecated since version 6.0.3: </span>Use <a class="reference internal" href="#select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> instead.</p>
42664266 </div>
42674267 </div>
42684268 <div class="section" id="drilldown-sort-keys">
4269 <span id="select-drilldown-sort-keys"></span><h4><span class="section-number">7.3.56.4.7.3. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code><a class="headerlink" href="#drilldown-sort-keys" title="Permalink to this headline">¶</a></h4>
4269 <span id="select-drilldown-sort-keys"></span><h4><span class="section-number">7.3.57.4.7.3. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code><a class="headerlink" href="#drilldown-sort-keys" title="Permalink to this headline">¶</a></h4>
42704270 <p>Specifies sort keys for drilldown outputs separated by <code class="docutils literal notranslate"><span class="pre">,</span></code>. Each
42714271 sort key is column name.</p>
42724272 <p>You can refer the number of grouped records by <code class="docutils literal notranslate"><span class="pre">_nsubrecs</span></code>
44554455 <a class="reference internal" href="#select-advanced-drilldown-related-parameters"><span class="std std-ref">Advanced drilldown related parameters</span></a>.</p>
44564456 </div>
44574457 <div class="section" id="drilldown-output-columns">
4458 <span id="select-drilldown-output-columns"></span><h4><span class="section-number">7.3.56.4.7.4. </span><code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code><a class="headerlink" href="#drilldown-output-columns" title="Permalink to this headline">¶</a></h4>
4458 <span id="select-drilldown-output-columns"></span><h4><span class="section-number">7.3.57.4.7.4. </span><code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code><a class="headerlink" href="#drilldown-output-columns" title="Permalink to this headline">¶</a></h4>
44594459 <p>Specifies output columns for drilldown separated by <code class="docutils literal notranslate"><span class="pre">,</span></code>.</p>
44604460 <p>Here is a <code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code> example:</p>
44614461 <p>Execution example:</p>
46614661 <code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code> document for details.</p>
46624662 </div>
46634663 <div class="section" id="drilldown-offset">
4664 <span id="select-drilldown-offset"></span><h4><span class="section-number">7.3.56.4.7.5. </span><code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code><a class="headerlink" href="#drilldown-offset" title="Permalink to this headline">¶</a></h4>
4664 <span id="select-drilldown-offset"></span><h4><span class="section-number">7.3.57.4.7.5. </span><code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code><a class="headerlink" href="#drilldown-offset" title="Permalink to this headline">¶</a></h4>
46654665 <p>Specifies offset to determine range of drilldown output
46664666 records. Offset is zero-based. <code class="docutils literal notranslate"><span class="pre">--drilldown_offset</span> <span class="pre">1</span></code> means output
46674667 range is started from the 2nd record.</p>
47814781 <p>The default value of <code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code> is <code class="docutils literal notranslate"><span class="pre">0</span></code>.</p>
47824782 </div>
47834783 <div class="section" id="drilldown-limit">
4784 <span id="select-drilldown-limit"></span><h4><span class="section-number">7.3.56.4.7.6. </span><code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code><a class="headerlink" href="#drilldown-limit" title="Permalink to this headline">¶</a></h4>
4784 <span id="select-drilldown-limit"></span><h4><span class="section-number">7.3.57.4.7.6. </span><code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code><a class="headerlink" href="#drilldown-limit" title="Permalink to this headline">¶</a></h4>
47854785 <p>Specifies the max number of groups in a drilldown. If the number of
47864786 groups is less than <code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code>, all groups are outputted.</p>
47874787 <p>Here is a <code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code> example:</p>
49034903 <p>The default value of <code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code> is <code class="docutils literal notranslate"><span class="pre">10</span></code>.</p>
49044904 </div>
49054905 <div class="section" id="drilldown-calc-types">
4906 <span id="select-drilldown-calc-types"></span><h4><span class="section-number">7.3.56.4.7.7. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code><a class="headerlink" href="#drilldown-calc-types" title="Permalink to this headline">¶</a></h4>
4906 <span id="select-drilldown-calc-types"></span><h4><span class="section-number">7.3.57.4.7.7. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code><a class="headerlink" href="#drilldown-calc-types" title="Permalink to this headline">¶</a></h4>
49074907 <p>Specifies how to calculate (aggregate) values in grouped records by
49084908 a drilldown. You can specify multiple calculation types separated by
49094909 “<code class="docutils literal notranslate"><span class="pre">,</span></code>”. For example, <code class="docutils literal notranslate"><span class="pre">MAX,MIN</span></code>.</p>
54315431 <code class="docutils literal notranslate"><span class="pre">COUNT</span></code> is always enabled.</p>
54325432 </div>
54335433 <div class="section" id="drilldown-calc-target">
5434 <span id="select-drilldown-calc-target"></span><h4><span class="section-number">7.3.56.4.7.8. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code><a class="headerlink" href="#drilldown-calc-target" title="Permalink to this headline">¶</a></h4>
5434 <span id="select-drilldown-calc-target"></span><h4><span class="section-number">7.3.57.4.7.8. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code><a class="headerlink" href="#drilldown-calc-target" title="Permalink to this headline">¶</a></h4>
54355435 <div class="versionadded">
54365436 <p><span class="versionmodified added">New in version 6.0.3.</span></p>
54375437 </div>
54515451 that no calculation target column is specified.</p>
54525452 </div>
54535453 <div class="section" id="drilldown-filter">
5454 <span id="select-drilldown-filter"></span><h4><span class="section-number">7.3.56.4.7.9. </span><code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code><a class="headerlink" href="#drilldown-filter" title="Permalink to this headline">¶</a></h4>
5454 <span id="select-drilldown-filter"></span><h4><span class="section-number">7.3.57.4.7.9. </span><code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code><a class="headerlink" href="#drilldown-filter" title="Permalink to this headline">¶</a></h4>
54555455 <div class="versionadded">
54565456 <p><span class="versionmodified added">New in version 6.0.3.</span></p>
54575457 </div>
55385538 </div>
55395539 </div>
55405540 <div class="section" id="advanced-drilldown-related-parameters">
5541 <span id="select-advanced-drilldown-related-parameters"></span><h3><span class="section-number">7.3.56.4.8. </span>Advanced drilldown related parameters<a class="headerlink" href="#advanced-drilldown-related-parameters" title="Permalink to this headline">¶</a></h3>
5541 <span id="select-advanced-drilldown-related-parameters"></span><h3><span class="section-number">7.3.57.4.8. </span>Advanced drilldown related parameters<a class="headerlink" href="#advanced-drilldown-related-parameters" title="Permalink to this headline">¶</a></h3>
55425542 <div class="versionadded">
55435543 <p><span class="versionmodified added">New in version 4.0.8.</span></p>
55445544 </div>
56465646 </div></blockquote>
56475647 <p>Output format is different a bit. It’s also needed more description.</p>
56485648 <div class="section" id="drilldowns-label-keys">
5649 <span id="select-drilldowns-label-keys"></span><h4><span class="section-number">7.3.56.4.8.1. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code><a class="headerlink" href="#drilldowns-label-keys" title="Permalink to this headline">¶</a></h4>
5649 <span id="select-drilldowns-label-keys"></span><h4><span class="section-number">7.3.57.4.8.1. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code><a class="headerlink" href="#drilldowns-label-keys" title="Permalink to this headline">¶</a></h4>
56505650 <div class="versionadded">
56515651 <p><span class="versionmodified added">New in version 4.0.8.</span></p>
56525652 </div>
57615761 <a class="reference internal" href="#select-drilldown-output-columns"><span class="std std-ref">drilldown_output_columns</span></a>.</p>
57625762 </div>
57635763 <div class="section" id="drilldowns-label-output-columns">
5764 <span id="select-drilldowns-label-output-columns"></span><h4><span class="section-number">7.3.56.4.8.2. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code><a class="headerlink" href="#drilldowns-label-output-columns" title="Permalink to this headline">¶</a></h4>
5764 <span id="select-drilldowns-label-output-columns"></span><h4><span class="section-number">7.3.57.4.8.2. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code><a class="headerlink" href="#drilldowns-label-output-columns" title="Permalink to this headline">¶</a></h4>
57655765 <div class="versionadded">
57665766 <p><span class="versionmodified added">New in version 4.0.8.</span></p>
57675767 </div>
59115911 </div>
59125912 </div>
59135913 <div class="section" id="drilldowns-label-columns-name-stage">
5914 <span id="select-drilldowns-label-columns-name-stage"></span><h4><span class="section-number">7.3.56.4.8.3. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code><a class="headerlink" href="#drilldowns-label-columns-name-stage" title="Permalink to this headline">¶</a></h4>
5914 <span id="select-drilldowns-label-columns-name-stage"></span><h4><span class="section-number">7.3.57.4.8.3. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code><a class="headerlink" href="#drilldowns-label-columns-name-stage" title="Permalink to this headline">¶</a></h4>
59155915 <div class="versionadded">
59165916 <p><span class="versionmodified added">New in version 6.0.5.</span></p>
59175917 </div>
60926092 </div>
60936093 </div>
60946094 <div class="section" id="output-format-for-drilldowns-label-style">
6095 <span id="select-drilldowns-label-output-format"></span><h4><span class="section-number">7.3.56.4.8.4. </span>Output format for <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}]</span></code> style<a class="headerlink" href="#output-format-for-drilldowns-label-style" title="Permalink to this headline">¶</a></h4>
6095 <span id="select-drilldowns-label-output-format"></span><h4><span class="section-number">7.3.57.4.8.4. </span>Output format for <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}]</span></code> style<a class="headerlink" href="#output-format-for-drilldowns-label-style" title="Permalink to this headline">¶</a></h4>
60966096 <p>There is a difference in output format between <a class="reference internal" href="#select-drilldown"><span class="std std-ref">drilldown</span></a>
60976097 and <a class="reference internal" href="#select-drilldowns-label-keys"><span class="std std-ref">drilldowns[${LABEL}].keys</span></a>. <a class="reference internal" href="#select-drilldown"><span class="std std-ref">drilldown</span></a> uses
60986098 array to output multiple drilldown results.
61276127 </div>
61286128 </div>
61296129 <div class="section" id="slice-related-parameters">
6130 <span id="select-slice-related-parameters"></span><h3><span class="section-number">7.3.56.4.9. </span>Slice related parameters<a class="headerlink" href="#slice-related-parameters" title="Permalink to this headline">¶</a></h3>
6130 <span id="select-slice-related-parameters"></span><h3><span class="section-number">7.3.57.4.9. </span>Slice related parameters<a class="headerlink" href="#slice-related-parameters" title="Permalink to this headline">¶</a></h3>
61316131 <div class="versionadded">
61326132 <p><span class="versionmodified added">New in version 6.0.3.</span></p>
61336133 </div>
61786178 </tbody>
61796179 </table>
61806180 <div class="section" id="slices-label-match-columns">
6181 <span id="select-slices-label-match-columns"></span><h4><span class="section-number">7.3.56.4.9.1. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].match_columns</span></code><a class="headerlink" href="#slices-label-match-columns" title="Permalink to this headline">¶</a></h4>
6181 <span id="select-slices-label-match-columns"></span><h4><span class="section-number">7.3.57.4.9.1. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].match_columns</span></code><a class="headerlink" href="#slices-label-match-columns" title="Permalink to this headline">¶</a></h4>
61826182 <p>TODO</p>
61836183 </div>
61846184 <div class="section" id="slices-label-query">
6185 <span id="select-slices-label-query"></span><h4><span class="section-number">7.3.56.4.9.2. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query</span></code><a class="headerlink" href="#slices-label-query" title="Permalink to this headline">¶</a></h4>
6185 <span id="select-slices-label-query"></span><h4><span class="section-number">7.3.57.4.9.2. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query</span></code><a class="headerlink" href="#slices-label-query" title="Permalink to this headline">¶</a></h4>
61866186 <p>TODO</p>
61876187 </div>
61886188 <div class="section" id="slices-label-filter">
6189 <span id="select-slices-label-filter"></span><h4><span class="section-number">7.3.56.4.9.3. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].filter</span></code><a class="headerlink" href="#slices-label-filter" title="Permalink to this headline">¶</a></h4>
6189 <span id="select-slices-label-filter"></span><h4><span class="section-number">7.3.57.4.9.3. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].filter</span></code><a class="headerlink" href="#slices-label-filter" title="Permalink to this headline">¶</a></h4>
61906190 <p>TODO</p>
61916191 </div>
61926192 <div class="section" id="slices-label-query-expander">
6193 <span id="select-slices-label-query-expander"></span><h4><span class="section-number">7.3.56.4.9.4. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_expander</span></code><a class="headerlink" href="#slices-label-query-expander" title="Permalink to this headline">¶</a></h4>
6193 <span id="select-slices-label-query-expander"></span><h4><span class="section-number">7.3.57.4.9.4. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_expander</span></code><a class="headerlink" href="#slices-label-query-expander" title="Permalink to this headline">¶</a></h4>
61946194 <p>TODO</p>
61956195 </div>
61966196 <div class="section" id="slices-label-query-flags">
6197 <span id="select-slices-label-query-flags"></span><h4><span class="section-number">7.3.56.4.9.5. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_flags</span></code><a class="headerlink" href="#slices-label-query-flags" title="Permalink to this headline">¶</a></h4>
6197 <span id="select-slices-label-query-flags"></span><h4><span class="section-number">7.3.57.4.9.5. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_flags</span></code><a class="headerlink" href="#slices-label-query-flags" title="Permalink to this headline">¶</a></h4>
61986198 <p>TODO</p>
61996199 </div>
62006200 <div class="section" id="slices-label-sort-keys">
6201 <span id="select-slices-label-sort-keys"></span><h4><span class="section-number">7.3.56.4.9.6. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].sort_keys</span></code><a class="headerlink" href="#slices-label-sort-keys" title="Permalink to this headline">¶</a></h4>
6201 <span id="select-slices-label-sort-keys"></span><h4><span class="section-number">7.3.57.4.9.6. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].sort_keys</span></code><a class="headerlink" href="#slices-label-sort-keys" title="Permalink to this headline">¶</a></h4>
62026202 <p>TODO</p>
62036203 </div>
62046204 <div class="section" id="slices-label-output-columns">
6205 <span id="select-slices-label-output-columns"></span><h4><span class="section-number">7.3.56.4.9.7. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].output_columns</span></code><a class="headerlink" href="#slices-label-output-columns" title="Permalink to this headline">¶</a></h4>
6205 <span id="select-slices-label-output-columns"></span><h4><span class="section-number">7.3.57.4.9.7. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].output_columns</span></code><a class="headerlink" href="#slices-label-output-columns" title="Permalink to this headline">¶</a></h4>
62066206 <p>TODO</p>
62076207 </div>
62086208 <div class="section" id="slices-label-offset">
6209 <span id="select-slices-label-offset"></span><h4><span class="section-number">7.3.56.4.9.8. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].offset</span></code><a class="headerlink" href="#slices-label-offset" title="Permalink to this headline">¶</a></h4>
6209 <span id="select-slices-label-offset"></span><h4><span class="section-number">7.3.57.4.9.8. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].offset</span></code><a class="headerlink" href="#slices-label-offset" title="Permalink to this headline">¶</a></h4>
62106210 <p>TODO</p>
62116211 </div>
62126212 <div class="section" id="slices-label-limit">
6213 <span id="select-slices-label-limit"></span><h4><span class="section-number">7.3.56.4.9.9. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].limit</span></code><a class="headerlink" href="#slices-label-limit" title="Permalink to this headline">¶</a></h4>
6213 <span id="select-slices-label-limit"></span><h4><span class="section-number">7.3.57.4.9.9. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].limit</span></code><a class="headerlink" href="#slices-label-limit" title="Permalink to this headline">¶</a></h4>
62146214 <p>TODO</p>
62156215 </div>
62166216 <div class="section" id="slices-label-table">
6217 <span id="select-slices-label-table"></span><h4><span class="section-number">7.3.56.4.9.10. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].table</span></code><a class="headerlink" href="#slices-label-table" title="Permalink to this headline">¶</a></h4>
6217 <span id="select-slices-label-table"></span><h4><span class="section-number">7.3.57.4.9.10. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].table</span></code><a class="headerlink" href="#slices-label-table" title="Permalink to this headline">¶</a></h4>
62186218 <p>TODO</p>
62196219 </div>
62206220 </div>
62216221 <div class="section" id="cache-related-parameter">
6222 <h3><span class="section-number">7.3.56.4.10. </span>Cache related parameter<a class="headerlink" href="#cache-related-parameter" title="Permalink to this headline">¶</a></h3>
6222 <h3><span class="section-number">7.3.57.4.10. </span>Cache related parameter<a class="headerlink" href="#cache-related-parameter" title="Permalink to this headline">¶</a></h3>
62236223 <div class="section" id="cache">
6224 <span id="select-cache"></span><h4><span class="section-number">7.3.56.4.10.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="Permalink to this headline">¶</a></h4>
6224 <span id="select-cache"></span><h4><span class="section-number">7.3.57.4.10.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="Permalink to this headline">¶</a></h4>
62256225 <p>Specifies whether caching the result of this query or not.</p>
62266226 <p>If the result of this query is cached, the next same query returns
62276227 response quickly by using the cache.</p>
63276327 </div>
63286328 </div>
63296329 <div class="section" id="score-related-parameters">
6330 <h3><span class="section-number">7.3.56.4.11. </span>Score related parameters<a class="headerlink" href="#score-related-parameters" title="Permalink to this headline">¶</a></h3>
6330 <h3><span class="section-number">7.3.57.4.11. </span>Score related parameters<a class="headerlink" href="#score-related-parameters" title="Permalink to this headline">¶</a></h3>
63316331 <p>There is a score related parameter, <code class="docutils literal notranslate"><span class="pre">adjuster</span></code>.</p>
63326332 <div class="section" id="adjuster">
6333 <span id="select-adjuster"></span><h4><span class="section-number">7.3.56.4.11.1. </span><code class="docutils literal notranslate"><span class="pre">adjuster</span></code><a class="headerlink" href="#adjuster" title="Permalink to this headline">¶</a></h4>
6333 <span id="select-adjuster"></span><h4><span class="section-number">7.3.57.4.11.1. </span><code class="docutils literal notranslate"><span class="pre">adjuster</span></code><a class="headerlink" href="#adjuster" title="Permalink to this headline">¶</a></h4>
63346334 <p>Specifies one or more score adjust expressions. You need to use
63356335 <code class="docutils literal notranslate"><span class="pre">adjuster</span></code> with <code class="docutils literal notranslate"><span class="pre">query</span></code> or <code class="docutils literal notranslate"><span class="pre">filter</span></code>. <code class="docutils literal notranslate"><span class="pre">adjuster</span></code> doesn’t work
63366336 with not searched request.</p>
65696569 </div>
65706570 </div>
65716571 <div class="section" id="return-value">
6572 <span id="select-return-value"></span><h2><span class="section-number">7.3.56.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
6572 <span id="select-return-value"></span><h2><span class="section-number">7.3.57.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
65736573 <p>The command returns a response with the following format:</p>
65746574 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
65756575 HEADER,
67696769 <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}]</span></code> style drilldown output format.</p>
67706770 </div>
67716771 <div class="section" id="see-also">
6772 <h2><span class="section-number">7.3.56.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
6772 <h2><span class="section-number">7.3.57.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
67736773 <blockquote>
67746774 <div><ul class="simple">
67756775 <li><p><a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">Query syntax</span></a></p></li>
67886788 <div class="sphinxsidebarwrapper">
67896789 <h3><a href="../../index.html">Table of Contents</a></h3>
67906790 <ul>
6791 <li><a class="reference internal" href="#">7.3.56. <code class="docutils literal notranslate"><span class="pre">select</span></code></a><ul>
6792 <li><a class="reference internal" href="#summary">7.3.56.1. Summary</a></li>
6793 <li><a class="reference internal" href="#syntax">7.3.56.2. Syntax</a></li>
6794 <li><a class="reference internal" href="#usage">7.3.56.3. Usage</a><ul>
6795 <li><a class="reference internal" href="#simple-usage">7.3.56.3.1. Simple usage</a></li>
6796 <li><a class="reference internal" href="#search-conditions">7.3.56.3.2. Search conditions</a><ul>
6797 <li><a class="reference internal" href="#search-condition-query">7.3.56.3.2.1. Search condition: <code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
6798 <li><a class="reference internal" href="#search-condition-filter">7.3.56.3.2.2. Search condition: <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
6791 <li><a class="reference internal" href="#">7.3.57. <code class="docutils literal notranslate"><span class="pre">select</span></code></a><ul>
6792 <li><a class="reference internal" href="#summary">7.3.57.1. Summary</a></li>
6793 <li><a class="reference internal" href="#syntax">7.3.57.2. Syntax</a></li>
6794 <li><a class="reference internal" href="#usage">7.3.57.3. Usage</a><ul>
6795 <li><a class="reference internal" href="#simple-usage">7.3.57.3.1. Simple usage</a></li>
6796 <li><a class="reference internal" href="#search-conditions">7.3.57.3.2. Search conditions</a><ul>
6797 <li><a class="reference internal" href="#search-condition-query">7.3.57.3.2.1. Search condition: <code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
6798 <li><a class="reference internal" href="#search-condition-filter">7.3.57.3.2.2. Search condition: <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
67996799 </ul>
68006800 </li>
6801 <li><a class="reference internal" href="#paging">7.3.56.3.3. Paging</a></li>
6802 <li><a class="reference internal" href="#the-total-number-of-records">7.3.56.3.4. The total number of records</a></li>
6803 <li><a class="reference internal" href="#drilldown">7.3.56.3.5. Drilldown</a></li>
6804 <li><a class="reference internal" href="#dynamic-column">7.3.56.3.6. Dynamic column</a></li>
6805 <li><a class="reference internal" href="#window-function">7.3.56.3.7. Window function</a></li>
6801 <li><a class="reference internal" href="#paging">7.3.57.3.3. Paging</a></li>
6802 <li><a class="reference internal" href="#the-total-number-of-records">7.3.57.3.4. The total number of records</a></li>
6803 <li><a class="reference internal" href="#drilldown">7.3.57.3.5. Drilldown</a></li>
6804 <li><a class="reference internal" href="#dynamic-column">7.3.57.3.6. Dynamic column</a></li>
6805 <li><a class="reference internal" href="#window-function">7.3.57.3.7. Window function</a></li>
68066806 </ul>
68076807 </li>
6808 <li><a class="reference internal" href="#parameters">7.3.56.4. Parameters</a><ul>
6809 <li><a class="reference internal" href="#required-parameters">7.3.56.4.1. Required parameters</a><ul>
6810 <li><a class="reference internal" href="#table">7.3.56.4.1.1. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
6808 <li><a class="reference internal" href="#parameters">7.3.57.4. Parameters</a><ul>
6809 <li><a class="reference internal" href="#required-parameters">7.3.57.4.1. Required parameters</a><ul>
6810 <li><a class="reference internal" href="#table">7.3.57.4.1.1. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
68116811 </ul>
68126812 </li>
6813 <li><a class="reference internal" href="#search-related-parameters">7.3.56.4.2. Search related parameters</a><ul>
6814 <li><a class="reference internal" href="#match-columns">7.3.56.4.2.1. <code class="docutils literal notranslate"><span class="pre">match_columns</span></code></a></li>
6815 <li><a class="reference internal" href="#query">7.3.56.4.2.2. <code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
6816 <li><a class="reference internal" href="#filter">7.3.56.4.2.3. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
6817 <li><a class="reference internal" href="#load-table">7.3.56.4.2.4. <code class="docutils literal notranslate"><span class="pre">load_table</span></code></a></li>
6818 <li><a class="reference internal" href="#load-columns">7.3.56.4.2.5. <code class="docutils literal notranslate"><span class="pre">load_columns</span></code></a></li>
6819 <li><a class="reference internal" href="#load-values">7.3.56.4.2.6. <code class="docutils literal notranslate"><span class="pre">load_values</span></code></a></li>
6813 <li><a class="reference internal" href="#search-related-parameters">7.3.57.4.2. Search related parameters</a><ul>
6814 <li><a class="reference internal" href="#match-columns">7.3.57.4.2.1. <code class="docutils literal notranslate"><span class="pre">match_columns</span></code></a></li>
6815 <li><a class="reference internal" href="#query">7.3.57.4.2.2. <code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
6816 <li><a class="reference internal" href="#filter">7.3.57.4.2.3. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
6817 <li><a class="reference internal" href="#load-table">7.3.57.4.2.4. <code class="docutils literal notranslate"><span class="pre">load_table</span></code></a></li>
6818 <li><a class="reference internal" href="#load-columns">7.3.57.4.2.5. <code class="docutils literal notranslate"><span class="pre">load_columns</span></code></a></li>
6819 <li><a class="reference internal" href="#load-values">7.3.57.4.2.6. <code class="docutils literal notranslate"><span class="pre">load_values</span></code></a></li>
68206820 </ul>
68216821 </li>
6822 <li><a class="reference internal" href="#advanced-search-parameters">7.3.56.4.3. Advanced search parameters</a><ul>
6823 <li><a class="reference internal" href="#match-escalation-threshold">7.3.56.4.3.1. <code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code></a></li>
6824 <li><a class="reference internal" href="#match-escalation">7.3.56.4.3.2. <code class="docutils literal notranslate"><span class="pre">match_escalation</span></code></a></li>
6825 <li><a class="reference internal" href="#query-expansion">7.3.56.4.3.3. <code class="docutils literal notranslate"><span class="pre">query_expansion</span></code></a></li>
6826 <li><a class="reference internal" href="#query-flags">7.3.56.4.3.4. <code class="docutils literal notranslate"><span class="pre">query_flags</span></code></a></li>
6827 <li><a class="reference internal" href="#query-expander">7.3.56.4.3.5. <code class="docutils literal notranslate"><span class="pre">query_expander</span></code></a></li>
6822 <li><a class="reference internal" href="#advanced-search-parameters">7.3.57.4.3. Advanced search parameters</a><ul>
6823 <li><a class="reference internal" href="#match-escalation-threshold">7.3.57.4.3.1. <code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code></a></li>
6824 <li><a class="reference internal" href="#match-escalation">7.3.57.4.3.2. <code class="docutils literal notranslate"><span class="pre">match_escalation</span></code></a></li>
6825 <li><a class="reference internal" href="#query-expansion">7.3.57.4.3.3. <code class="docutils literal notranslate"><span class="pre">query_expansion</span></code></a></li>
6826 <li><a class="reference internal" href="#query-flags">7.3.57.4.3.4. <code class="docutils literal notranslate"><span class="pre">query_flags</span></code></a></li>
6827 <li><a class="reference internal" href="#query-expander">7.3.57.4.3.5. <code class="docutils literal notranslate"><span class="pre">query_expander</span></code></a></li>
68286828 </ul>
68296829 </li>
6830 <li><a class="reference internal" href="#output-related-parameters">7.3.56.4.4. Output related parameters</a><ul>
6831 <li><a class="reference internal" href="#output-columns">7.3.56.4.4.1. <code class="docutils literal notranslate"><span class="pre">output_columns</span></code></a></li>
6832 <li><a class="reference internal" href="#sortby">7.3.56.4.4.2. <code class="docutils literal notranslate"><span class="pre">sortby</span></code></a></li>
6833 <li><a class="reference internal" href="#sort-keys">7.3.56.4.4.3. <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code></a></li>
6834 <li><a class="reference internal" href="#offset">7.3.56.4.4.4. <code class="docutils literal notranslate"><span class="pre">offset</span></code></a></li>
6835 <li><a class="reference internal" href="#limit">7.3.56.4.4.5. <code class="docutils literal notranslate"><span class="pre">limit</span></code></a></li>
6836 <li><a class="reference internal" href="#scorer">7.3.56.4.4.6. <code class="docutils literal notranslate"><span class="pre">scorer</span></code></a></li>
6830 <li><a class="reference internal" href="#output-related-parameters">7.3.57.4.4. Output related parameters</a><ul>
6831 <li><a class="reference internal" href="#output-columns">7.3.57.4.4.1. <code class="docutils literal notranslate"><span class="pre">output_columns</span></code></a></li>
6832 <li><a class="reference internal" href="#sortby">7.3.57.4.4.2. <code class="docutils literal notranslate"><span class="pre">sortby</span></code></a></li>
6833 <li><a class="reference internal" href="#sort-keys">7.3.57.4.4.3. <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code></a></li>
6834 <li><a class="reference internal" href="#offset">7.3.57.4.4.4. <code class="docutils literal notranslate"><span class="pre">offset</span></code></a></li>
6835 <li><a class="reference internal" href="#limit">7.3.57.4.4.5. <code class="docutils literal notranslate"><span class="pre">limit</span></code></a></li>
6836 <li><a class="reference internal" href="#scorer">7.3.57.4.4.6. <code class="docutils literal notranslate"><span class="pre">scorer</span></code></a></li>
68376837 </ul>
68386838 </li>
6839 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.56.4.5. Dynamic column related parameters</a><ul>
6840 <li><a class="reference internal" href="#columns-name-stage">7.3.56.4.5.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
6841 <li><a class="reference internal" href="#columns-name-flags">7.3.56.4.5.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
6842 <li><a class="reference internal" href="#columns-name-type">7.3.56.4.5.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
6843 <li><a class="reference internal" href="#columns-name-value">7.3.56.4.5.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
6839 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.57.4.5. Dynamic column related parameters</a><ul>
6840 <li><a class="reference internal" href="#columns-name-stage">7.3.57.4.5.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
6841 <li><a class="reference internal" href="#columns-name-flags">7.3.57.4.5.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
6842 <li><a class="reference internal" href="#columns-name-type">7.3.57.4.5.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
6843 <li><a class="reference internal" href="#columns-name-value">7.3.57.4.5.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
68446844 </ul>
68456845 </li>
6846 <li><a class="reference internal" href="#window-function-related-parameters">7.3.56.4.6. Window function related parameters</a><ul>
6847 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.56.4.6.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
6848 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.56.4.6.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
6846 <li><a class="reference internal" href="#window-function-related-parameters">7.3.57.4.6. Window function related parameters</a><ul>
6847 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.57.4.6.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
6848 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.57.4.6.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
68496849 </ul>
68506850 </li>
6851 <li><a class="reference internal" href="#drilldown-related-parameters">7.3.56.4.7. Drilldown related parameters</a><ul>
6852 <li><a class="reference internal" href="#select-drilldown">7.3.56.4.7.1. <code class="docutils literal notranslate"><span class="pre">drilldown</span></code></a></li>
6853 <li><a class="reference internal" href="#drilldown-sortby">7.3.56.4.7.2. <code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code></a></li>
6854 <li><a class="reference internal" href="#drilldown-sort-keys">7.3.56.4.7.3. <code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code></a></li>
6855 <li><a class="reference internal" href="#drilldown-output-columns">7.3.56.4.7.4. <code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code></a></li>
6856 <li><a class="reference internal" href="#drilldown-offset">7.3.56.4.7.5. <code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code></a></li>
6857 <li><a class="reference internal" href="#drilldown-limit">7.3.56.4.7.6. <code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code></a></li>
6858 <li><a class="reference internal" href="#drilldown-calc-types">7.3.56.4.7.7. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code></a></li>
6859 <li><a class="reference internal" href="#drilldown-calc-target">7.3.56.4.7.8. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code></a></li>
6860 <li><a class="reference internal" href="#drilldown-filter">7.3.56.4.7.9. <code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code></a></li>
6851 <li><a class="reference internal" href="#drilldown-related-parameters">7.3.57.4.7. Drilldown related parameters</a><ul>
6852 <li><a class="reference internal" href="#select-drilldown">7.3.57.4.7.1. <code class="docutils literal notranslate"><span class="pre">drilldown</span></code></a></li>
6853 <li><a class="reference internal" href="#drilldown-sortby">7.3.57.4.7.2. <code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code></a></li>
6854 <li><a class="reference internal" href="#drilldown-sort-keys">7.3.57.4.7.3. <code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code></a></li>
6855 <li><a class="reference internal" href="#drilldown-output-columns">7.3.57.4.7.4. <code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code></a></li>
6856 <li><a class="reference internal" href="#drilldown-offset">7.3.57.4.7.5. <code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code></a></li>
6857 <li><a class="reference internal" href="#drilldown-limit">7.3.57.4.7.6. <code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code></a></li>
6858 <li><a class="reference internal" href="#drilldown-calc-types">7.3.57.4.7.7. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code></a></li>
6859 <li><a class="reference internal" href="#drilldown-calc-target">7.3.57.4.7.8. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code></a></li>
6860 <li><a class="reference internal" href="#drilldown-filter">7.3.57.4.7.9. <code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code></a></li>
68616861 </ul>
68626862 </li>
6863 <li><a class="reference internal" href="#advanced-drilldown-related-parameters">7.3.56.4.8. Advanced drilldown related parameters</a><ul>
6864 <li><a class="reference internal" href="#drilldowns-label-keys">7.3.56.4.8.1. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code></a></li>
6865 <li><a class="reference internal" href="#drilldowns-label-output-columns">7.3.56.4.8.2. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code></a></li>
6866 <li><a class="reference internal" href="#drilldowns-label-columns-name-stage">7.3.56.4.8.3. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code></a></li>
6867 <li><a class="reference internal" href="#output-format-for-drilldowns-label-style">7.3.56.4.8.4. Output format for <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}]</span></code> style</a></li>
6863 <li><a class="reference internal" href="#advanced-drilldown-related-parameters">7.3.57.4.8. Advanced drilldown related parameters</a><ul>
6864 <li><a class="reference internal" href="#drilldowns-label-keys">7.3.57.4.8.1. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code></a></li>
6865 <li><a class="reference internal" href="#drilldowns-label-output-columns">7.3.57.4.8.2. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code></a></li>
6866 <li><a class="reference internal" href="#drilldowns-label-columns-name-stage">7.3.57.4.8.3. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code></a></li>
6867 <li><a class="reference internal" href="#output-format-for-drilldowns-label-style">7.3.57.4.8.4. Output format for <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}]</span></code> style</a></li>
68686868 </ul>
68696869 </li>
6870 <li><a class="reference internal" href="#slice-related-parameters">7.3.56.4.9. Slice related parameters</a><ul>
6871 <li><a class="reference internal" href="#slices-label-match-columns">7.3.56.4.9.1. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].match_columns</span></code></a></li>
6872 <li><a class="reference internal" href="#slices-label-query">7.3.56.4.9.2. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query</span></code></a></li>
6873 <li><a class="reference internal" href="#slices-label-filter">7.3.56.4.9.3. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].filter</span></code></a></li>
6874 <li><a class="reference internal" href="#slices-label-query-expander">7.3.56.4.9.4. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_expander</span></code></a></li>
6875 <li><a class="reference internal" href="#slices-label-query-flags">7.3.56.4.9.5. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_flags</span></code></a></li>
6876 <li><a class="reference internal" href="#slices-label-sort-keys">7.3.56.4.9.6. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].sort_keys</span></code></a></li>
6877 <li><a class="reference internal" href="#slices-label-output-columns">7.3.56.4.9.7. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].output_columns</span></code></a></li>
6878 <li><a class="reference internal" href="#slices-label-offset">7.3.56.4.9.8. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].offset</span></code></a></li>
6879 <li><a class="reference internal" href="#slices-label-limit">7.3.56.4.9.9. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].limit</span></code></a></li>
6880 <li><a class="reference internal" href="#slices-label-table">7.3.56.4.9.10. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].table</span></code></a></li>
6870 <li><a class="reference internal" href="#slice-related-parameters">7.3.57.4.9. Slice related parameters</a><ul>
6871 <li><a class="reference internal" href="#slices-label-match-columns">7.3.57.4.9.1. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].match_columns</span></code></a></li>
6872 <li><a class="reference internal" href="#slices-label-query">7.3.57.4.9.2. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query</span></code></a></li>
6873 <li><a class="reference internal" href="#slices-label-filter">7.3.57.4.9.3. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].filter</span></code></a></li>
6874 <li><a class="reference internal" href="#slices-label-query-expander">7.3.57.4.9.4. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_expander</span></code></a></li>
6875 <li><a class="reference internal" href="#slices-label-query-flags">7.3.57.4.9.5. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_flags</span></code></a></li>
6876 <li><a class="reference internal" href="#slices-label-sort-keys">7.3.57.4.9.6. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].sort_keys</span></code></a></li>
6877 <li><a class="reference internal" href="#slices-label-output-columns">7.3.57.4.9.7. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].output_columns</span></code></a></li>
6878 <li><a class="reference internal" href="#slices-label-offset">7.3.57.4.9.8. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].offset</span></code></a></li>
6879 <li><a class="reference internal" href="#slices-label-limit">7.3.57.4.9.9. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].limit</span></code></a></li>
6880 <li><a class="reference internal" href="#slices-label-table">7.3.57.4.9.10. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].table</span></code></a></li>
68816881 </ul>
68826882 </li>
6883 <li><a class="reference internal" href="#cache-related-parameter">7.3.56.4.10. Cache related parameter</a><ul>
6884 <li><a class="reference internal" href="#cache">7.3.56.4.10.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
6883 <li><a class="reference internal" href="#cache-related-parameter">7.3.57.4.10. Cache related parameter</a><ul>
6884 <li><a class="reference internal" href="#cache">7.3.57.4.10.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
68856885 </ul>
68866886 </li>
6887 <li><a class="reference internal" href="#score-related-parameters">7.3.56.4.11. Score related parameters</a><ul>
6888 <li><a class="reference internal" href="#adjuster">7.3.56.4.11.1. <code class="docutils literal notranslate"><span class="pre">adjuster</span></code></a></li>
6887 <li><a class="reference internal" href="#score-related-parameters">7.3.57.4.11. Score related parameters</a><ul>
6888 <li><a class="reference internal" href="#adjuster">7.3.57.4.11.1. <code class="docutils literal notranslate"><span class="pre">adjuster</span></code></a></li>
68896889 </ul>
68906890 </li>
68916891 </ul>
68926892 </li>
6893 <li><a class="reference internal" href="#return-value">7.3.56.5. Return value</a></li>
6894 <li><a class="reference internal" href="#see-also">7.3.56.6. See also</a></li>
6893 <li><a class="reference internal" href="#return-value">7.3.57.5. Return value</a></li>
6894 <li><a class="reference internal" href="#see-also">7.3.57.6. See also</a></li>
68956895 </ul>
68966896 </li>
68976897 </ul>
68986898
68996899 <h4>Previous topic</h4>
69006900 <p class="topless"><a href="schema.html"
6901 title="previous chapter"><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></p>
6901 title="previous chapter"><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></p>
69026902 <h4>Next topic</h4>
69036903 <p class="topless"><a href="shutdown.html"
6904 title="next chapter"><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></p>
6904 title="next chapter"><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></p>
69056905 <div id="searchbox" style="display: none" role="search">
69066906 <h3 id="searchlabel">Quick search</h3>
69076907 <div class="searchformwrapper">
69236923 <a href="../../genindex.html" title="General Index"
69246924 >index</a></li>
69256925 <li class="right" >
6926 <a href="shutdown.html" title="7.3.57. shutdown"
6926 <a href="shutdown.html" title="7.3.58. shutdown"
69276927 >next</a> |</li>
69286928 <li class="right" >
6929 <a href="schema.html" title="7.3.55. schema"
6929 <a href="schema.html" title="7.3.56. schema"
69306930 >previous</a> |</li>
6931 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
6931 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
69326932 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
69336933 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
6934 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
6934 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
69356935 </ul>
69366936 </div>
69376937 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.57. shutdown &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.58. shutdown &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.58. status" href="status.html" />
22 <link rel="prev" title="7.3.56. select" href="select.html" />
21 <link rel="next" title="7.3.59. status" href="status.html" />
22 <link rel="prev" title="7.3.57. select" href="select.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="status.html" title="7.3.58. status"
48 <a href="status.html" title="7.3.59. status"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="select.html" title="7.3.56. select"
51 <a href="select.html" title="7.3.57. select"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="shutdown">
66 <h1><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code><a class="headerlink" href="#shutdown" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code><a class="headerlink" href="#shutdown" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.57.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.58.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">shutdown</span></code> stops the Groonga server process.</p>
7070 <p><code class="docutils literal notranslate"><span class="pre">shutdown</span></code> uses graceful shutdown by default. If there are some
7171 running commands, the Groonga server process stops after these running
9090 </div>
9191 </div>
9292 <div class="section" id="syntax">
93 <h2><span class="section-number">7.3.57.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
93 <h2><span class="section-number">7.3.58.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
9494 <p>This command takes only one optional parameter:</p>
9595 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>shutdown [mode=graceful]
9696 </pre></div>
9797 </div>
9898 </div>
9999 <div class="section" id="usage">
100 <h2><span class="section-number">7.3.57.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
100 <h2><span class="section-number">7.3.58.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
101101 <p><code class="docutils literal notranslate"><span class="pre">shutdown</span></code> use graceful shutdown by default:</p>
102102 <p>Execution example:</p>
103103 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>shutdown
122122 stop on Windows shutdown.</p>
123123 </div>
124124 <div class="section" id="parameters">
125 <h2><span class="section-number">7.3.57.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
125 <h2><span class="section-number">7.3.58.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
126126 <p>This section describes parameters of this command.</p>
127127 <div class="section" id="required-parameters">
128 <h3><span class="section-number">7.3.57.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
128 <h3><span class="section-number">7.3.58.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
129129 <p>There is no required parameter.</p>
130130 </div>
131131 <div class="section" id="optional-parameters">
132 <h3><span class="section-number">7.3.57.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
132 <h3><span class="section-number">7.3.58.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
133133 <p>There are optional parameters.</p>
134134 <div class="section" id="mode">
135 <h4><span class="section-number">7.3.57.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">mode</span></code><a class="headerlink" href="#mode" title="Permalink to this headline">¶</a></h4>
135 <h4><span class="section-number">7.3.58.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">mode</span></code><a class="headerlink" href="#mode" title="Permalink to this headline">¶</a></h4>
136136 <p>Specifies shutdown mode. Here are available shutdown modes:</p>
137137 <table class="docutils align-default">
138138 <colgroup>
162162 </div>
163163 </div>
164164 <div class="section" id="return-value">
165 <h2><span class="section-number">7.3.57.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
165 <h2><span class="section-number">7.3.58.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
166166 <p><code class="docutils literal notranslate"><span class="pre">shutdown</span></code> returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body when shutdown is
167167 accepted:</p>
168168 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
183183 <div class="sphinxsidebarwrapper">
184184 <h3><a href="../../index.html">Table of Contents</a></h3>
185185 <ul>
186 <li><a class="reference internal" href="#">7.3.57. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a><ul>
187 <li><a class="reference internal" href="#summary">7.3.57.1. Summary</a></li>
188 <li><a class="reference internal" href="#syntax">7.3.57.2. Syntax</a></li>
189 <li><a class="reference internal" href="#usage">7.3.57.3. Usage</a></li>
190 <li><a class="reference internal" href="#parameters">7.3.57.4. Parameters</a><ul>
191 <li><a class="reference internal" href="#required-parameters">7.3.57.4.1. Required parameters</a></li>
192 <li><a class="reference internal" href="#optional-parameters">7.3.57.4.2. Optional parameters</a><ul>
193 <li><a class="reference internal" href="#mode">7.3.57.4.2.1. <code class="docutils literal notranslate"><span class="pre">mode</span></code></a></li>
186 <li><a class="reference internal" href="#">7.3.58. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a><ul>
187 <li><a class="reference internal" href="#summary">7.3.58.1. Summary</a></li>
188 <li><a class="reference internal" href="#syntax">7.3.58.2. Syntax</a></li>
189 <li><a class="reference internal" href="#usage">7.3.58.3. Usage</a></li>
190 <li><a class="reference internal" href="#parameters">7.3.58.4. Parameters</a><ul>
191 <li><a class="reference internal" href="#required-parameters">7.3.58.4.1. Required parameters</a></li>
192 <li><a class="reference internal" href="#optional-parameters">7.3.58.4.2. Optional parameters</a><ul>
193 <li><a class="reference internal" href="#mode">7.3.58.4.2.1. <code class="docutils literal notranslate"><span class="pre">mode</span></code></a></li>
194194 </ul>
195195 </li>
196196 </ul>
197197 </li>
198 <li><a class="reference internal" href="#return-value">7.3.57.5. Return value</a></li>
198 <li><a class="reference internal" href="#return-value">7.3.58.5. Return value</a></li>
199199 </ul>
200200 </li>
201201 </ul>
202202
203203 <h4>Previous topic</h4>
204204 <p class="topless"><a href="select.html"
205 title="previous chapter"><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></p>
205 title="previous chapter"><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></p>
206206 <h4>Next topic</h4>
207207 <p class="topless"><a href="status.html"
208 title="next chapter"><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></p>
208 title="next chapter"><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></p>
209209 <div id="searchbox" style="display: none" role="search">
210210 <h3 id="searchlabel">Quick search</h3>
211211 <div class="searchformwrapper">
227227 <a href="../../genindex.html" title="General Index"
228228 >index</a></li>
229229 <li class="right" >
230 <a href="status.html" title="7.3.58. status"
230 <a href="status.html" title="7.3.59. status"
231231 >next</a> |</li>
232232 <li class="right" >
233 <a href="select.html" title="7.3.56. select"
233 <a href="select.html" title="7.3.57. select"
234234 >previous</a> |</li>
235 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
235 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
236236 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
237237 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
238 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
238 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
239239 </ul>
240240 </div>
241241 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.58. status &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.59. status &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.59. suggest" href="suggest.html" />
22 <link rel="prev" title="7.3.57. shutdown" href="shutdown.html" />
21 <link rel="next" title="7.3.60. suggest" href="suggest.html" />
22 <link rel="prev" title="7.3.58. shutdown" href="shutdown.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="suggest.html" title="7.3.59. suggest"
48 <a href="suggest.html" title="7.3.60. suggest"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="shutdown.html" title="7.3.57. shutdown"
51 <a href="shutdown.html" title="7.3.58. shutdown"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="status">
66 <h1><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">status</span></code><a class="headerlink" href="#status" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">status</span></code><a class="headerlink" href="#status" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.58.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.59.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">status</span></code> returns the current status of the context that processes
7070 the request.</p>
7171 <p>Context is an unit that processes requests. Normally, context is
7272 created for each thread.</p>
7373 </div>
7474 <div class="section" id="syntax">
75 <h2><span class="section-number">7.3.58.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
75 <h2><span class="section-number">7.3.59.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7676 <p>This command takes no parameters:</p>
7777 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>status
7878 </pre></div>
7979 </div>
8080 </div>
8181 <div class="section" id="usage">
82 <span id="status-usage"></span><h2><span class="section-number">7.3.58.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
82 <span id="status-usage"></span><h2><span class="section-number">7.3.59.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8383 <p>Here is a simple example:</p>
8484 <p>Execution example:</p>
8585 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>status
108108 request. See <a class="reference internal" href="#status-return-value"><span class="std std-ref">Return value</span></a> for details.</p>
109109 </div>
110110 <div class="section" id="parameters">
111 <h2><span class="section-number">7.3.58.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
111 <h2><span class="section-number">7.3.59.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
112112 <p>This section describes all parameters.</p>
113113 <div class="section" id="required-parameters">
114 <h3><span class="section-number">7.3.58.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
114 <h3><span class="section-number">7.3.59.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
115115 <p>There is no required parameter.</p>
116116 </div>
117117 <div class="section" id="optional-parameters">
118 <h3><span class="section-number">7.3.58.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
118 <h3><span class="section-number">7.3.59.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
119119 <p>There is no optional parameter.</p>
120120 </div>
121121 </div>
122122 <div class="section" id="return-value">
123 <span id="status-return-value"></span><h2><span class="section-number">7.3.58.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
123 <span id="status-return-value"></span><h2><span class="section-number">7.3.59.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
124124 <p>The command returns the current status as an object:</p>
125125 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
126126 HEADER,
248248 <div class="sphinxsidebarwrapper">
249249 <h3><a href="../../index.html">Table of Contents</a></h3>
250250 <ul>
251 <li><a class="reference internal" href="#">7.3.58. <code class="docutils literal notranslate"><span class="pre">status</span></code></a><ul>
252 <li><a class="reference internal" href="#summary">7.3.58.1. Summary</a></li>
253 <li><a class="reference internal" href="#syntax">7.3.58.2. Syntax</a></li>
254 <li><a class="reference internal" href="#usage">7.3.58.3. Usage</a></li>
255 <li><a class="reference internal" href="#parameters">7.3.58.4. Parameters</a><ul>
256 <li><a class="reference internal" href="#required-parameters">7.3.58.4.1. Required parameters</a></li>
257 <li><a class="reference internal" href="#optional-parameters">7.3.58.4.2. Optional parameters</a></li>
251 <li><a class="reference internal" href="#">7.3.59. <code class="docutils literal notranslate"><span class="pre">status</span></code></a><ul>
252 <li><a class="reference internal" href="#summary">7.3.59.1. Summary</a></li>
253 <li><a class="reference internal" href="#syntax">7.3.59.2. Syntax</a></li>
254 <li><a class="reference internal" href="#usage">7.3.59.3. Usage</a></li>
255 <li><a class="reference internal" href="#parameters">7.3.59.4. Parameters</a><ul>
256 <li><a class="reference internal" href="#required-parameters">7.3.59.4.1. Required parameters</a></li>
257 <li><a class="reference internal" href="#optional-parameters">7.3.59.4.2. Optional parameters</a></li>
258258 </ul>
259259 </li>
260 <li><a class="reference internal" href="#return-value">7.3.58.5. Return value</a></li>
260 <li><a class="reference internal" href="#return-value">7.3.59.5. Return value</a></li>
261261 </ul>
262262 </li>
263263 </ul>
264264
265265 <h4>Previous topic</h4>
266266 <p class="topless"><a href="shutdown.html"
267 title="previous chapter"><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></p>
267 title="previous chapter"><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></p>
268268 <h4>Next topic</h4>
269269 <p class="topless"><a href="suggest.html"
270 title="next chapter"><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></p>
270 title="next chapter"><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></p>
271271 <div id="searchbox" style="display: none" role="search">
272272 <h3 id="searchlabel">Quick search</h3>
273273 <div class="searchformwrapper">
289289 <a href="../../genindex.html" title="General Index"
290290 >index</a></li>
291291 <li class="right" >
292 <a href="suggest.html" title="7.3.59. suggest"
292 <a href="suggest.html" title="7.3.60. suggest"
293293 >next</a> |</li>
294294 <li class="right" >
295 <a href="shutdown.html" title="7.3.57. shutdown"
295 <a href="shutdown.html" title="7.3.58. shutdown"
296296 >previous</a> |</li>
297 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
297 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
298298 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
299299 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
300 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
300 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
301301 </ul>
302302 </div>
303303 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.59. suggest &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.60. suggest &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.60. table_copy" href="table_copy.html" />
22 <link rel="prev" title="7.3.58. status" href="status.html" />
21 <link rel="next" title="7.3.61. table_copy" href="table_copy.html" />
22 <link rel="prev" title="7.3.59. status" href="status.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="table_copy.html" title="7.3.60. table_copy"
48 <a href="table_copy.html" title="7.3.61. table_copy"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="status.html" title="7.3.58. status"
51 <a href="status.html" title="7.3.59. status"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="suggest">
66 <h1><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code><a class="headerlink" href="#suggest" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code><a class="headerlink" href="#suggest" title="Permalink to this headline">¶</a></h1>
6767 <div class="admonition note">
6868 <p class="admonition-title">Note</p>
6969 <p>The suggest feature specification isn’t stable. The
7070 specification may be changed.</p>
7171 </div>
7272 <div class="section" id="summary">
73 <h2><span class="section-number">7.3.59.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
73 <h2><span class="section-number">7.3.60.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
7474 <p>suggest - returns completion, correction and/or suggestion for a query.</p>
7575 <p>The suggest command returns completion, correction and/or
7676 suggestion for a specified query.</p>
7878 correction and suggestion.</p>
7979 </div>
8080 <div class="section" id="syntax">
81 <h2><span class="section-number">7.3.59.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
81 <h2><span class="section-number">7.3.60.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>suggest types
8383 table
8484 column
9494 </div>
9595 </div>
9696 <div class="section" id="usage">
97 <h2><span class="section-number">7.3.59.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
97 <h2><span class="section-number">7.3.60.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
9898 <p>Here are learned data for completion.</p>
9999 <p>Execution example:</p>
100100 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>load --table event_query --each &#39;suggest_preparer(_id, type, item, sequence, time, pair_query)&#39;
311311 </div>
312312 </div>
313313 <div class="section" id="parameters">
314 <h2><span class="section-number">7.3.59.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
314 <h2><span class="section-number">7.3.60.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
315315 <dl>
316316 <dt><code class="docutils literal notranslate"><span class="pre">types</span></code></dt><dd><p>Specifies what types are returned by the suggest
317317 command.</p>
443443 </dl>
444444 </div>
445445 <div class="section" id="return-value">
446 <h2><span class="section-number">7.3.59.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
446 <h2><span class="section-number">7.3.60.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
447447 <p>Here is a returned JSON format:</p>
448448 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{&quot;type1&quot;: [[&quot;candidate1&quot;, score of candidate1],
449449 [&quot;candidate2&quot;, score of candidate2],
472472 </div></blockquote>
473473 </div>
474474 <div class="section" id="see-also">
475 <h2><span class="section-number">7.3.59.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
475 <h2><span class="section-number">7.3.60.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
476476 <ul class="simple">
477477 <li><p><a class="reference internal" href="../suggest.html"><span class="doc">Suggest</span></a></p></li>
478478 <li><p><a class="reference internal" href="../executables/groonga-suggest-create-dataset.html"><span class="doc">groonga-suggest-create-dataset</span></a></p></li>
489489 <div class="sphinxsidebarwrapper">
490490 <h3><a href="../../index.html">Table of Contents</a></h3>
491491 <ul>
492 <li><a class="reference internal" href="#">7.3.59. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a><ul>
493 <li><a class="reference internal" href="#summary">7.3.59.1. Summary</a></li>
494 <li><a class="reference internal" href="#syntax">7.3.59.2. Syntax</a></li>
495 <li><a class="reference internal" href="#usage">7.3.59.3. Usage</a></li>
496 <li><a class="reference internal" href="#parameters">7.3.59.4. Parameters</a></li>
497 <li><a class="reference internal" href="#return-value">7.3.59.5. Return value</a></li>
498 <li><a class="reference internal" href="#see-also">7.3.59.6. See also</a></li>
492 <li><a class="reference internal" href="#">7.3.60. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a><ul>
493 <li><a class="reference internal" href="#summary">7.3.60.1. Summary</a></li>
494 <li><a class="reference internal" href="#syntax">7.3.60.2. Syntax</a></li>
495 <li><a class="reference internal" href="#usage">7.3.60.3. Usage</a></li>
496 <li><a class="reference internal" href="#parameters">7.3.60.4. Parameters</a></li>
497 <li><a class="reference internal" href="#return-value">7.3.60.5. Return value</a></li>
498 <li><a class="reference internal" href="#see-also">7.3.60.6. See also</a></li>
499499 </ul>
500500 </li>
501501 </ul>
502502
503503 <h4>Previous topic</h4>
504504 <p class="topless"><a href="status.html"
505 title="previous chapter"><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></p>
505 title="previous chapter"><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></p>
506506 <h4>Next topic</h4>
507507 <p class="topless"><a href="table_copy.html"
508 title="next chapter"><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></p>
508 title="next chapter"><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></p>
509509 <div id="searchbox" style="display: none" role="search">
510510 <h3 id="searchlabel">Quick search</h3>
511511 <div class="searchformwrapper">
527527 <a href="../../genindex.html" title="General Index"
528528 >index</a></li>
529529 <li class="right" >
530 <a href="table_copy.html" title="7.3.60. table_copy"
530 <a href="table_copy.html" title="7.3.61. table_copy"
531531 >next</a> |</li>
532532 <li class="right" >
533 <a href="status.html" title="7.3.58. status"
533 <a href="status.html" title="7.3.59. status"
534534 >previous</a> |</li>
535 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
535 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
536536 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
537537 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
538 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
538 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
539539 </ul>
540540 </div>
541541 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.60. table_copy &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.61. table_copy &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.61. table_create" href="table_create.html" />
22 <link rel="prev" title="7.3.59. suggest" href="suggest.html" />
21 <link rel="next" title="7.3.62. table_create" href="table_create.html" />
22 <link rel="prev" title="7.3.60. suggest" href="suggest.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="table_create.html" title="7.3.61. table_create"
48 <a href="table_create.html" title="7.3.62. table_create"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="suggest.html" title="7.3.59. suggest"
51 <a href="suggest.html" title="7.3.60. suggest"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="table-copy">
66 <h1><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code><a class="headerlink" href="#table-copy" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code><a class="headerlink" href="#table-copy" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.60.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.61.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 6.0.8.</span></p>
7171 </div>
7272 <p>TOOD: Write me</p>
7373 </div>
7474 <div class="section" id="syntax">
75 <h2><span class="section-number">7.3.60.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
75 <h2><span class="section-number">7.3.61.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7676 <p>This command takes two parameters.</p>
7777 <p>All parameters are required:</p>
7878 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_copy from_name
8181 </div>
8282 </div>
8383 <div class="section" id="usage">
84 <h2><span class="section-number">7.3.60.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
84 <h2><span class="section-number">7.3.61.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8585 </div>
8686 <div class="section" id="parameters">
87 <h2><span class="section-number">7.3.60.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
87 <h2><span class="section-number">7.3.61.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
8888 <p>This section describes parameters.</p>
8989 <div class="section" id="required-parameters">
90 <h3><span class="section-number">7.3.60.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
90 <h3><span class="section-number">7.3.61.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
9191 <p>All parameters are required.</p>
9292 <div class="section" id="from-name">
93 <h4><span class="section-number">7.3.60.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">from_name</span></code><a class="headerlink" href="#from-name" title="Permalink to this headline">¶</a></h4>
93 <h4><span class="section-number">7.3.61.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">from_name</span></code><a class="headerlink" href="#from-name" title="Permalink to this headline">¶</a></h4>
9494 <p>Specifies the table name of source table.</p>
9595 </div>
9696 <div class="section" id="to-name">
97 <h4><span class="section-number">7.3.60.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">to_name</span></code><a class="headerlink" href="#to-name" title="Permalink to this headline">¶</a></h4>
97 <h4><span class="section-number">7.3.61.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">to_name</span></code><a class="headerlink" href="#to-name" title="Permalink to this headline">¶</a></h4>
9898 <p>Specifies the destination table name.</p>
9999 </div>
100100 </div>
101101 <div class="section" id="optional-parameters">
102 <h3><span class="section-number">7.3.60.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
102 <h3><span class="section-number">7.3.61.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
103103 <p>There is no optional parameter.</p>
104104 </div>
105105 </div>
106106 <div class="section" id="return-value">
107 <h2><span class="section-number">7.3.60.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
107 <h2><span class="section-number">7.3.61.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
108108 <p>The command returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body on success such as:</p>
109109 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
110110 </pre></div>
123123 <div class="sphinxsidebarwrapper">
124124 <h3><a href="../../index.html">Table of Contents</a></h3>
125125 <ul>
126 <li><a class="reference internal" href="#">7.3.60. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a><ul>
127 <li><a class="reference internal" href="#summary">7.3.60.1. Summary</a></li>
128 <li><a class="reference internal" href="#syntax">7.3.60.2. Syntax</a></li>
129 <li><a class="reference internal" href="#usage">7.3.60.3. Usage</a></li>
130 <li><a class="reference internal" href="#parameters">7.3.60.4. Parameters</a><ul>
131 <li><a class="reference internal" href="#required-parameters">7.3.60.4.1. Required parameters</a><ul>
132 <li><a class="reference internal" href="#from-name">7.3.60.4.1.1. <code class="docutils literal notranslate"><span class="pre">from_name</span></code></a></li>
133 <li><a class="reference internal" href="#to-name">7.3.60.4.1.2. <code class="docutils literal notranslate"><span class="pre">to_name</span></code></a></li>
126 <li><a class="reference internal" href="#">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a><ul>
127 <li><a class="reference internal" href="#summary">7.3.61.1. Summary</a></li>
128 <li><a class="reference internal" href="#syntax">7.3.61.2. Syntax</a></li>
129 <li><a class="reference internal" href="#usage">7.3.61.3. Usage</a></li>
130 <li><a class="reference internal" href="#parameters">7.3.61.4. Parameters</a><ul>
131 <li><a class="reference internal" href="#required-parameters">7.3.61.4.1. Required parameters</a><ul>
132 <li><a class="reference internal" href="#from-name">7.3.61.4.1.1. <code class="docutils literal notranslate"><span class="pre">from_name</span></code></a></li>
133 <li><a class="reference internal" href="#to-name">7.3.61.4.1.2. <code class="docutils literal notranslate"><span class="pre">to_name</span></code></a></li>
134134 </ul>
135135 </li>
136 <li><a class="reference internal" href="#optional-parameters">7.3.60.4.2. Optional parameters</a></li>
136 <li><a class="reference internal" href="#optional-parameters">7.3.61.4.2. Optional parameters</a></li>
137137 </ul>
138138 </li>
139 <li><a class="reference internal" href="#return-value">7.3.60.5. Return value</a></li>
139 <li><a class="reference internal" href="#return-value">7.3.61.5. Return value</a></li>
140140 </ul>
141141 </li>
142142 </ul>
143143
144144 <h4>Previous topic</h4>
145145 <p class="topless"><a href="suggest.html"
146 title="previous chapter"><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></p>
146 title="previous chapter"><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></p>
147147 <h4>Next topic</h4>
148148 <p class="topless"><a href="table_create.html"
149 title="next chapter"><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></p>
149 title="next chapter"><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></p>
150150 <div id="searchbox" style="display: none" role="search">
151151 <h3 id="searchlabel">Quick search</h3>
152152 <div class="searchformwrapper">
168168 <a href="../../genindex.html" title="General Index"
169169 >index</a></li>
170170 <li class="right" >
171 <a href="table_create.html" title="7.3.61. table_create"
171 <a href="table_create.html" title="7.3.62. table_create"
172172 >next</a> |</li>
173173 <li class="right" >
174 <a href="suggest.html" title="7.3.59. suggest"
174 <a href="suggest.html" title="7.3.60. suggest"
175175 >previous</a> |</li>
176 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
176 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
177177 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
178178 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
179 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
179 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
180180 </ul>
181181 </div>
182182 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.61. table_create &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.62. table_create &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.62. table_list" href="table_list.html" />
22 <link rel="prev" title="7.3.60. table_copy" href="table_copy.html" />
21 <link rel="next" title="7.3.63. table_list" href="table_list.html" />
22 <link rel="prev" title="7.3.61. table_copy" href="table_copy.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="table_list.html" title="7.3.62. table_list"
48 <a href="table_list.html" title="7.3.63. table_list"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="table_copy.html" title="7.3.60. table_copy"
51 <a href="table_copy.html" title="7.3.61. table_copy"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="table-create">
66 <h1><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code><a class="headerlink" href="#table-create" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code><a class="headerlink" href="#table-create" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.61.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.62.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">table_create</span></code> creates a new table in the current database. You need
7070 to create one or more tables to store and search data.</p>
7171 <p>See <a class="reference internal" href="../tables.html"><span class="doc">Tables</span></a> for table details.</p>
7272 </div>
7373 <div class="section" id="syntax">
74 <h2><span class="section-number">7.3.61.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
74 <h2><span class="section-number">7.3.62.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7575 <p>This command takes many parameters.</p>
7676 <p>The required parameter is only <code class="docutils literal notranslate"><span class="pre">name</span></code> and otehrs are optional:</p>
7777 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create name
8686 </div>
8787 </div>
8888 <div class="section" id="usage">
89 <h2><span class="section-number">7.3.61.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
89 <h2><span class="section-number">7.3.62.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
9090 <p>This section describes about the followings:</p>
9191 <blockquote>
9292 <div><ul class="simple">
9898 </ul>
9999 </div></blockquote>
100100 <div class="section" id="create-data-store-table">
101 <span id="table-create-data-store"></span><h3><span class="section-number">7.3.61.3.1. </span>Create data store table<a class="headerlink" href="#create-data-store-table" title="Permalink to this headline">¶</a></h3>
101 <span id="table-create-data-store"></span><h3><span class="section-number">7.3.62.3.1. </span>Create data store table<a class="headerlink" href="#create-data-store-table" title="Permalink to this headline">¶</a></h3>
102102 <p>You can use all table types for data store table. See
103103 <a class="reference internal" href="../tables.html"><span class="doc">Tables</span></a> for all table types.</p>
104104 <p>Table type is specified as <code class="docutils literal notranslate"><span class="pre">TABLE_${TYPE}</span></code> to <code class="docutils literal notranslate"><span class="pre">flags</span></code> parameter.</p>
118118 search is the case.</p>
119119 </div>
120120 <div class="section" id="create-large-data-store-table">
121 <span id="table-create-large-data-store"></span><h3><span class="section-number">7.3.61.3.2. </span>Create large data store table<a class="headerlink" href="#create-large-data-store-table" title="Permalink to this headline">¶</a></h3>
121 <span id="table-create-large-data-store"></span><h3><span class="section-number">7.3.62.3.2. </span>Create large data store table<a class="headerlink" href="#create-large-data-store-table" title="Permalink to this headline">¶</a></h3>
122122 <p>If you want to store many large keys, your table may not be able to
123123 store them. If total key data is larger than 4GiB, you can’t store all
124124 key data into your table by default.</p>
137137 large keys.</p>
138138 </div>
139139 <div class="section" id="create-lexicon">
140 <span id="table-create-lexicon"></span><h3><span class="section-number">7.3.61.3.3. </span>Create lexicon<a class="headerlink" href="#create-lexicon" title="Permalink to this headline">¶</a></h3>
140 <span id="table-create-lexicon"></span><h3><span class="section-number">7.3.62.3.3. </span>Create lexicon<a class="headerlink" href="#create-lexicon" title="Permalink to this headline">¶</a></h3>
141141 <p>You can use all table types except <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> for lexicon.
142142 Lexicon needs key support but <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> doesn’t support key.</p>
143143 <p>Here is an example to create <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> table:</p>
170170 for lexicon.</p>
171171 </div>
172172 <div class="section" id="create-tag-index-table">
173 <span id="table-create-tag-index-table"></span><h3><span class="section-number">7.3.61.3.4. </span>Create tag index table<a class="headerlink" href="#create-tag-index-table" title="Permalink to this headline">¶</a></h3>
173 <span id="table-create-tag-index-table"></span><h3><span class="section-number">7.3.62.3.4. </span>Create tag index table<a class="headerlink" href="#create-tag-index-table" title="Permalink to this headline">¶</a></h3>
174174 <p>You can use all table types except <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> for tag index
175175 table. Tag index table needs key support but <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> doesn’t
176176 support key.</p>
192192 the number of tags will not be large.</p>
193193 </div>
194194 <div class="section" id="create-range-index-table">
195 <span id="table-create-range-index-table"></span><h3><span class="section-number">7.3.61.3.5. </span>Create range index table<a class="headerlink" href="#create-range-index-table" title="Permalink to this headline">¶</a></h3>
195 <span id="table-create-range-index-table"></span><h3><span class="section-number">7.3.62.3.5. </span>Create range index table<a class="headerlink" href="#create-range-index-table" title="Permalink to this headline">¶</a></h3>
196196 <p>You can use <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> and <code class="docutils literal notranslate"><span class="pre">TABLE_DAT_KEY</span></code> table types for
197197 range index table. Range index table needs range search support but
198198 <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> and <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code> don’t support it.</p>
214214 </div>
215215 </div>
216216 <div class="section" id="parameters">
217 <h2><span class="section-number">7.3.61.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
217 <h2><span class="section-number">7.3.62.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
218218 <p>This section describes all parameters.</p>
219219 <div class="section" id="required-parameters">
220 <h3><span class="section-number">7.3.61.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
220 <h3><span class="section-number">7.3.62.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
221221 <p>There is only one required parameter.</p>
222222 <div class="section" id="name">
223 <span id="table-create-name"></span><h4><span class="section-number">7.3.61.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h4>
223 <span id="table-create-name"></span><h4><span class="section-number">7.3.62.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h4>
224224 <p>Specifies a table name to be created. <code class="docutils literal notranslate"><span class="pre">name</span></code> must be specified.</p>
225225 <p>Here are available characters:</p>
226226 <ul class="simple">
238238 </div>
239239 </div>
240240 <div class="section" id="optional-parameters">
241 <h3><span class="section-number">7.3.61.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
241 <h3><span class="section-number">7.3.62.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
242242 <p>There are some optional parameters.</p>
243243 <div class="section" id="flags">
244 <span id="table-create-flags"></span><h4><span class="section-number">7.3.61.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h4>
244 <span id="table-create-flags"></span><h4><span class="section-number">7.3.62.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h4>
245245 <p>Specifies a table type and table customize options.</p>
246246 <p>Here are available flags:</p>
247247 <table class="docutils align-default">
290290 <p>The default flags are <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code>.</p>
291291 </div>
292292 <div class="section" id="key-type">
293 <span id="table-create-key-type"></span><h4><span class="section-number">7.3.61.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">key_type</span></code><a class="headerlink" href="#key-type" title="Permalink to this headline">¶</a></h4>
293 <span id="table-create-key-type"></span><h4><span class="section-number">7.3.62.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">key_type</span></code><a class="headerlink" href="#key-type" title="Permalink to this headline">¶</a></h4>
294294 <p>Specifies key type.</p>
295295 <p>If you specify <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code>, <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> or
296296 <code class="docutils literal notranslate"><span class="pre">TABLE_DAT_KEY</span></code> as <code class="docutils literal notranslate"><span class="pre">flags</span></code> parameter, you need to specify
299299 <p>The default value is none.</p>
300300 </div>
301301 <div class="section" id="value-type">
302 <span id="table-create-value-type"></span><h4><span class="section-number">7.3.61.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">value_type</span></code><a class="headerlink" href="#value-type" title="Permalink to this headline">¶</a></h4>
302 <span id="table-create-value-type"></span><h4><span class="section-number">7.3.62.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">value_type</span></code><a class="headerlink" href="#value-type" title="Permalink to this headline">¶</a></h4>
303303 <p>Specifies value type.</p>
304304 <p>You can use value when you specify <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code>,
305305 <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code> or <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> as <code class="docutils literal notranslate"><span class="pre">flags</span></code> parameter. Value
308308 <p>The default value is none.</p>
309309 </div>
310310 <div class="section" id="default-tokenizer">
311 <span id="table-create-default-tokenizer"></span><h4><span class="section-number">7.3.61.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">default_tokenizer</span></code><a class="headerlink" href="#default-tokenizer" title="Permalink to this headline">¶</a></h4>
311 <span id="table-create-default-tokenizer"></span><h4><span class="section-number">7.3.62.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">default_tokenizer</span></code><a class="headerlink" href="#default-tokenizer" title="Permalink to this headline">¶</a></h4>
312312 <p>Specifies the default tokenizer that is used on searching and data
313313 loading.</p>
314314 <p>You must specify <code class="docutils literal notranslate"><span class="pre">default_tokenizer</span></code> for a table that is used for
339339 <p>The default value is none.</p>
340340 </div>
341341 <div class="section" id="normalizer">
342 <span id="table-create-normalizer"></span><h4><span class="section-number">7.3.61.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">normalizer</span></code><a class="headerlink" href="#normalizer" title="Permalink to this headline">¶</a></h4>
342 <span id="table-create-normalizer"></span><h4><span class="section-number">7.3.62.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">normalizer</span></code><a class="headerlink" href="#normalizer" title="Permalink to this headline">¶</a></h4>
343343 <p>Specifies a normalizer that is used to normalize key.</p>
344344 <p>You cannot use <code class="docutils literal notranslate"><span class="pre">normalizer</span></code> with <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> because
345345 <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> doesn’t support key.</p>
347347 <p>The default value is none.</p>
348348 </div>
349349 <div class="section" id="token-filters">
350 <span id="table-create-token-filters"></span><h4><span class="section-number">7.3.61.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">token_filters</span></code><a class="headerlink" href="#token-filters" title="Permalink to this headline">¶</a></h4>
350 <span id="table-create-token-filters"></span><h4><span class="section-number">7.3.62.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">token_filters</span></code><a class="headerlink" href="#token-filters" title="Permalink to this headline">¶</a></h4>
351351 <p>Specifies token filters separated by <code class="docutils literal notranslate"><span class="pre">,</span></code>.
352352 Token filters are used to process tokens.</p>
353353 <p>You cannot use <code class="docutils literal notranslate"><span class="pre">token_filters</span></code> with <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> because
356356 <p>The default value is none.</p>
357357 </div>
358358 <div class="section" id="path">
359 <h4><span class="section-number">7.3.61.4.2.7. </span><code class="docutils literal notranslate"><span class="pre">path</span></code><a class="headerlink" href="#path" title="Permalink to this headline">¶</a></h4>
359 <h4><span class="section-number">7.3.62.4.2.7. </span><code class="docutils literal notranslate"><span class="pre">path</span></code><a class="headerlink" href="#path" title="Permalink to this headline">¶</a></h4>
360360 <div class="versionadded">
361361 <p><span class="versionmodified added">New in version 10.0.7.</span></p>
362362 </div>
370370 </div>
371371 </div>
372372 <div class="section" id="return-value">
373 <h2><span class="section-number">7.3.61.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
373 <h2><span class="section-number">7.3.62.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
374374 <p><code class="docutils literal notranslate"><span class="pre">table_create</span></code> returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body on success such as:</p>
375375 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
376376 </pre></div>
379379 <p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> for <code class="docutils literal notranslate"><span class="pre">HEADER</span></code>.</p>
380380 </div>
381381 <div class="section" id="see-also">
382 <h2><span class="section-number">7.3.61.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
382 <h2><span class="section-number">7.3.62.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
383383 <ul class="simple">
384384 <li><p><a class="reference internal" href="../tables.html"><span class="doc">Tables</span></a></p></li>
385385 <li><p><a class="reference internal" href="column_create.html"><span class="doc">column_create</span></a></p></li>
399399 <div class="sphinxsidebarwrapper">
400400 <h3><a href="../../index.html">Table of Contents</a></h3>
401401 <ul>
402 <li><a class="reference internal" href="#">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a><ul>
403 <li><a class="reference internal" href="#summary">7.3.61.1. Summary</a></li>
404 <li><a class="reference internal" href="#syntax">7.3.61.2. Syntax</a></li>
405 <li><a class="reference internal" href="#usage">7.3.61.3. Usage</a><ul>
406 <li><a class="reference internal" href="#create-data-store-table">7.3.61.3.1. Create data store table</a></li>
407 <li><a class="reference internal" href="#create-large-data-store-table">7.3.61.3.2. Create large data store table</a></li>
408 <li><a class="reference internal" href="#create-lexicon">7.3.61.3.3. Create lexicon</a></li>
409 <li><a class="reference internal" href="#create-tag-index-table">7.3.61.3.4. Create tag index table</a></li>
410 <li><a class="reference internal" href="#create-range-index-table">7.3.61.3.5. Create range index table</a></li>
411 </ul>
412 </li>
413 <li><a class="reference internal" href="#parameters">7.3.61.4. Parameters</a><ul>
414 <li><a class="reference internal" href="#required-parameters">7.3.61.4.1. Required parameters</a><ul>
415 <li><a class="reference internal" href="#name">7.3.61.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
416 </ul>
417 </li>
418 <li><a class="reference internal" href="#optional-parameters">7.3.61.4.2. Optional parameters</a><ul>
419 <li><a class="reference internal" href="#flags">7.3.61.4.2.1. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
420 <li><a class="reference internal" href="#key-type">7.3.61.4.2.2. <code class="docutils literal notranslate"><span class="pre">key_type</span></code></a></li>
421 <li><a class="reference internal" href="#value-type">7.3.61.4.2.3. <code class="docutils literal notranslate"><span class="pre">value_type</span></code></a></li>
422 <li><a class="reference internal" href="#default-tokenizer">7.3.61.4.2.4. <code class="docutils literal notranslate"><span class="pre">default_tokenizer</span></code></a></li>
423 <li><a class="reference internal" href="#normalizer">7.3.61.4.2.5. <code class="docutils literal notranslate"><span class="pre">normalizer</span></code></a></li>
424 <li><a class="reference internal" href="#token-filters">7.3.61.4.2.6. <code class="docutils literal notranslate"><span class="pre">token_filters</span></code></a></li>
425 <li><a class="reference internal" href="#path">7.3.61.4.2.7. <code class="docutils literal notranslate"><span class="pre">path</span></code></a></li>
426 </ul>
427 </li>
428 </ul>
429 </li>
430 <li><a class="reference internal" href="#return-value">7.3.61.5. Return value</a></li>
431 <li><a class="reference internal" href="#see-also">7.3.61.6. See also</a></li>
402 <li><a class="reference internal" href="#">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a><ul>
403 <li><a class="reference internal" href="#summary">7.3.62.1. Summary</a></li>
404 <li><a class="reference internal" href="#syntax">7.3.62.2. Syntax</a></li>
405 <li><a class="reference internal" href="#usage">7.3.62.3. Usage</a><ul>
406 <li><a class="reference internal" href="#create-data-store-table">7.3.62.3.1. Create data store table</a></li>
407 <li><a class="reference internal" href="#create-large-data-store-table">7.3.62.3.2. Create large data store table</a></li>
408 <li><a class="reference internal" href="#create-lexicon">7.3.62.3.3. Create lexicon</a></li>
409 <li><a class="reference internal" href="#create-tag-index-table">7.3.62.3.4. Create tag index table</a></li>
410 <li><a class="reference internal" href="#create-range-index-table">7.3.62.3.5. Create range index table</a></li>
411 </ul>
412 </li>
413 <li><a class="reference internal" href="#parameters">7.3.62.4. Parameters</a><ul>
414 <li><a class="reference internal" href="#required-parameters">7.3.62.4.1. Required parameters</a><ul>
415 <li><a class="reference internal" href="#name">7.3.62.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
416 </ul>
417 </li>
418 <li><a class="reference internal" href="#optional-parameters">7.3.62.4.2. Optional parameters</a><ul>
419 <li><a class="reference internal" href="#flags">7.3.62.4.2.1. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
420 <li><a class="reference internal" href="#key-type">7.3.62.4.2.2. <code class="docutils literal notranslate"><span class="pre">key_type</span></code></a></li>
421 <li><a class="reference internal" href="#value-type">7.3.62.4.2.3. <code class="docutils literal notranslate"><span class="pre">value_type</span></code></a></li>
422 <li><a class="reference internal" href="#default-tokenizer">7.3.62.4.2.4. <code class="docutils literal notranslate"><span class="pre">default_tokenizer</span></code></a></li>
423 <li><a class="reference internal" href="#normalizer">7.3.62.4.2.5. <code class="docutils literal notranslate"><span class="pre">normalizer</span></code></a></li>
424 <li><a class="reference internal" href="#token-filters">7.3.62.4.2.6. <code class="docutils literal notranslate"><span class="pre">token_filters</span></code></a></li>
425 <li><a class="reference internal" href="#path">7.3.62.4.2.7. <code class="docutils literal notranslate"><span class="pre">path</span></code></a></li>
426 </ul>
427 </li>
428 </ul>
429 </li>
430 <li><a class="reference internal" href="#return-value">7.3.62.5. Return value</a></li>
431 <li><a class="reference internal" href="#see-also">7.3.62.6. See also</a></li>
432432 </ul>
433433 </li>
434434 </ul>
435435
436436 <h4>Previous topic</h4>
437437 <p class="topless"><a href="table_copy.html"
438 title="previous chapter"><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></p>
438 title="previous chapter"><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></p>
439439 <h4>Next topic</h4>
440440 <p class="topless"><a href="table_list.html"
441 title="next chapter"><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></p>
441 title="next chapter"><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></p>
442442 <div id="searchbox" style="display: none" role="search">
443443 <h3 id="searchlabel">Quick search</h3>
444444 <div class="searchformwrapper">
460460 <a href="../../genindex.html" title="General Index"
461461 >index</a></li>
462462 <li class="right" >
463 <a href="table_list.html" title="7.3.62. table_list"
463 <a href="table_list.html" title="7.3.63. table_list"
464464 >next</a> |</li>
465465 <li class="right" >
466 <a href="table_copy.html" title="7.3.60. table_copy"
466 <a href="table_copy.html" title="7.3.61. table_copy"
467467 >previous</a> |</li>
468 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
468 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
469469 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
470470 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
471 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
471 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
472472 </ul>
473473 </div>
474474 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.62. table_list &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.63. table_list &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.63. table_remove" href="table_remove.html" />
22 <link rel="prev" title="7.3.61. table_create" href="table_create.html" />
21 <link rel="next" title="7.3.64. table_remove" href="table_remove.html" />
22 <link rel="prev" title="7.3.62. table_create" href="table_create.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="table_remove.html" title="7.3.63. table_remove"
48 <a href="table_remove.html" title="7.3.64. table_remove"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="table_create.html" title="7.3.61. table_create"
51 <a href="table_create.html" title="7.3.62. table_create"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="table-list">
66 <h1><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code><a class="headerlink" href="#table-list" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code><a class="headerlink" href="#table-list" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.62.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.63.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p>table_list - DBに定義されているテーブルをリスト表示</p>
7070 <p>Groonga組込コマンドの一つであるtable_listについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
7171 <p>table_listは、DBに定義されているテーブルのリストを表示します。</p>
7272 </div>
7373 <div class="section" id="syntax">
74 <h2><span class="section-number">7.3.62.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
74 <h2><span class="section-number">7.3.63.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7575 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_list
7676 </pre></div>
7777 </div>
7878 </div>
7979 <div class="section" id="usage">
80 <h2><span class="section-number">7.3.62.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
80 <h2><span class="section-number">7.3.63.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8181 <p>Execution example:</p>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_list
8383 # [
127127 </div>
128128 </div>
129129 <div class="section" id="parameters">
130 <h2><span class="section-number">7.3.62.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
130 <h2><span class="section-number">7.3.63.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
131131 <p>ありません。</p>
132132 </div>
133133 <div class="section" id="return-value">
134 <h2><span class="section-number">7.3.62.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
134 <h2><span class="section-number">7.3.63.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
135135 <p>テーブル名一覧が以下の形式で返却されます。:</p>
136136 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[[[テーブル情報名1,テーブル情報型1],...], テーブル情報1,...]
137137 </pre></div>
186186 <div class="sphinxsidebarwrapper">
187187 <h3><a href="../../index.html">Table of Contents</a></h3>
188188 <ul>
189 <li><a class="reference internal" href="#">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a><ul>
190 <li><a class="reference internal" href="#summary">7.3.62.1. Summary</a></li>
191 <li><a class="reference internal" href="#syntax">7.3.62.2. Syntax</a></li>
192 <li><a class="reference internal" href="#usage">7.3.62.3. Usage</a></li>
193 <li><a class="reference internal" href="#parameters">7.3.62.4. Parameters</a></li>
194 <li><a class="reference internal" href="#return-value">7.3.62.5. Return value</a></li>
189 <li><a class="reference internal" href="#">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a><ul>
190 <li><a class="reference internal" href="#summary">7.3.63.1. Summary</a></li>
191 <li><a class="reference internal" href="#syntax">7.3.63.2. Syntax</a></li>
192 <li><a class="reference internal" href="#usage">7.3.63.3. Usage</a></li>
193 <li><a class="reference internal" href="#parameters">7.3.63.4. Parameters</a></li>
194 <li><a class="reference internal" href="#return-value">7.3.63.5. Return value</a></li>
195195 </ul>
196196 </li>
197197 </ul>
198198
199199 <h4>Previous topic</h4>
200200 <p class="topless"><a href="table_create.html"
201 title="previous chapter"><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></p>
201 title="previous chapter"><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></p>
202202 <h4>Next topic</h4>
203203 <p class="topless"><a href="table_remove.html"
204 title="next chapter"><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></p>
204 title="next chapter"><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></p>
205205 <div id="searchbox" style="display: none" role="search">
206206 <h3 id="searchlabel">Quick search</h3>
207207 <div class="searchformwrapper">
223223 <a href="../../genindex.html" title="General Index"
224224 >index</a></li>
225225 <li class="right" >
226 <a href="table_remove.html" title="7.3.63. table_remove"
226 <a href="table_remove.html" title="7.3.64. table_remove"
227227 >next</a> |</li>
228228 <li class="right" >
229 <a href="table_create.html" title="7.3.61. table_create"
229 <a href="table_create.html" title="7.3.62. table_create"
230230 >previous</a> |</li>
231 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
231 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
232232 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
233233 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
234 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
234 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
235235 </ul>
236236 </div>
237237 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.63. table_remove &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.64. table_remove &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.64. table_rename" href="table_rename.html" />
22 <link rel="prev" title="7.3.62. table_list" href="table_list.html" />
21 <link rel="next" title="7.3.65. table_rename" href="table_rename.html" />
22 <link rel="prev" title="7.3.63. table_list" href="table_list.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="table_rename.html" title="7.3.64. table_rename"
48 <a href="table_rename.html" title="7.3.65. table_rename"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="table_list.html" title="7.3.62. table_list"
51 <a href="table_list.html" title="7.3.63. table_list"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="table-remove">
66 <h1><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code><a class="headerlink" href="#table-remove" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code><a class="headerlink" href="#table-remove" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.63.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.64.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">table_remove</span></code> removes a table and its columns. If there are one or
7070 more indexes against key of the table and its columns, they are also
7171 removed.</p>
7575 </div>
7676 </div>
7777 <div class="section" id="syntax">
78 <h2><span class="section-number">7.3.63.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
78 <h2><span class="section-number">7.3.64.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7979 <p>This command takes two parameters:</p>
8080 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_remove name
8181 [dependent=no]
8383 </div>
8484 </div>
8585 <div class="section" id="usage">
86 <span id="table-remove-usage"></span><h2><span class="section-number">7.3.63.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
86 <span id="table-remove-usage"></span><h2><span class="section-number">7.3.64.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8787 <p>You just specify table name that you want to remove. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code>
8888 removes the table and its columns. If the table and its columns are
8989 indexed, all index columns for the table and its columns are also
9898 </ul>
9999 </div></blockquote>
100100 <div class="section" id="basic-usage">
101 <span id="table-remove-basic-usage"></span><h3><span class="section-number">7.3.63.3.1. </span>Basic usage<a class="headerlink" href="#basic-usage" title="Permalink to this headline">¶</a></h3>
101 <span id="table-remove-basic-usage"></span><h3><span class="section-number">7.3.64.3.1. </span>Basic usage<a class="headerlink" href="#basic-usage" title="Permalink to this headline">¶</a></h3>
102102 <p>Let’s think about the following case:</p>
103103 <blockquote>
104104 <div><ul class="simple">
186186 </div>
187187 </div>
188188 <div class="section" id="unremovable-cases">
189 <span id="table-remove-unremovable-cases"></span><h3><span class="section-number">7.3.63.3.2. </span>Unremovable cases<a class="headerlink" href="#unremovable-cases" title="Permalink to this headline">¶</a></h3>
189 <span id="table-remove-unremovable-cases"></span><h3><span class="section-number">7.3.64.3.2. </span>Unremovable cases<a class="headerlink" href="#unremovable-cases" title="Permalink to this headline">¶</a></h3>
190190 <p>There are some unremovable cases:</p>
191191 <blockquote>
192192 <div><ul class="simple">
283283 </div>
284284 </div>
285285 <div class="section" id="removes-a-table-with-tables-and-columns-that-reference-the-target-table">
286 <span id="table-remove-remove-dependents"></span><h3><span class="section-number">7.3.63.3.3. </span>Removes a table with tables and columns that reference the target table<a class="headerlink" href="#removes-a-table-with-tables-and-columns-that-reference-the-target-table" title="Permalink to this headline">¶</a></h3>
286 <span id="table-remove-remove-dependents"></span><h3><span class="section-number">7.3.64.3.3. </span>Removes a table with tables and columns that reference the target table<a class="headerlink" href="#removes-a-table-with-tables-and-columns-that-reference-the-target-table" title="Permalink to this headline">¶</a></h3>
287287 <div class="versionadded">
288288 <p><span class="versionmodified added">New in version 6.0.1.</span></p>
289289 </div>
335335 </div>
336336 </div>
337337 <div class="section" id="decreases-used-resources">
338 <span id="table-remove-decreases-used-resources"></span><h3><span class="section-number">7.3.63.3.4. </span>Decreases used resources<a class="headerlink" href="#decreases-used-resources" title="Permalink to this headline">¶</a></h3>
338 <span id="table-remove-decreases-used-resources"></span><h3><span class="section-number">7.3.64.3.4. </span>Decreases used resources<a class="headerlink" href="#decreases-used-resources" title="Permalink to this headline">¶</a></h3>
339339 <p><code class="docutils literal notranslate"><span class="pre">table_remove</span></code> opens all tables and columns in database to check
340340 <a class="reference internal" href="#table-remove-unremovable-cases"><span class="std std-ref">Unremovable cases</span></a>.</p>
341341 <p>If you have many tables and columns, <code class="docutils literal notranslate"><span class="pre">table_remove</span></code> may use many
367367 </div>
368368 </div>
369369 <div class="section" id="parameters">
370 <h2><span class="section-number">7.3.63.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
370 <h2><span class="section-number">7.3.64.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
371371 <p>This section describes all parameters.</p>
372372 <div class="section" id="required-parameters">
373 <h3><span class="section-number">7.3.63.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
373 <h3><span class="section-number">7.3.64.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
374374 <p>There is only one required parameter.</p>
375375 <div class="section" id="name">
376 <span id="table-remove-name"></span><h4><span class="section-number">7.3.63.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h4>
376 <span id="table-remove-name"></span><h4><span class="section-number">7.3.64.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h4>
377377 <p>Specifies the table name to be removed.</p>
378378 <p>See <a class="reference internal" href="#table-remove-usage"><span class="std std-ref">Usage</span></a> how to use this parameter.</p>
379379 </div>
380380 </div>
381381 <div class="section" id="optional-parameters">
382 <h3><span class="section-number">7.3.63.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
382 <h3><span class="section-number">7.3.64.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
383383 <p>There is only one optional parameter.</p>
384384 <div class="section" id="dependent">
385 <span id="table-remove-dependent"></span><h4><span class="section-number">7.3.63.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">dependent</span></code><a class="headerlink" href="#dependent" title="Permalink to this headline">¶</a></h4>
385 <span id="table-remove-dependent"></span><h4><span class="section-number">7.3.64.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">dependent</span></code><a class="headerlink" href="#dependent" title="Permalink to this headline">¶</a></h4>
386386 <div class="versionadded">
387387 <p><span class="versionmodified added">New in version 6.0.1.</span></p>
388388 </div>
399399 </div>
400400 </div>
401401 <div class="section" id="return-value">
402 <h2><span class="section-number">7.3.63.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
402 <h2><span class="section-number">7.3.64.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
403403 <p>The command returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body on success such as:</p>
404404 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
405405 </pre></div>
418418 <div class="sphinxsidebarwrapper">
419419 <h3><a href="../../index.html">Table of Contents</a></h3>
420420 <ul>
421 <li><a class="reference internal" href="#">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a><ul>
422 <li><a class="reference internal" href="#summary">7.3.63.1. Summary</a></li>
423 <li><a class="reference internal" href="#syntax">7.3.63.2. Syntax</a></li>
424 <li><a class="reference internal" href="#usage">7.3.63.3. Usage</a><ul>
425 <li><a class="reference internal" href="#basic-usage">7.3.63.3.1. Basic usage</a></li>
426 <li><a class="reference internal" href="#unremovable-cases">7.3.63.3.2. Unremovable cases</a></li>
427 <li><a class="reference internal" href="#removes-a-table-with-tables-and-columns-that-reference-the-target-table">7.3.63.3.3. Removes a table with tables and columns that reference the target table</a></li>
428 <li><a class="reference internal" href="#decreases-used-resources">7.3.63.3.4. Decreases used resources</a></li>
421 <li><a class="reference internal" href="#">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a><ul>
422 <li><a class="reference internal" href="#summary">7.3.64.1. Summary</a></li>
423 <li><a class="reference internal" href="#syntax">7.3.64.2. Syntax</a></li>
424 <li><a class="reference internal" href="#usage">7.3.64.3. Usage</a><ul>
425 <li><a class="reference internal" href="#basic-usage">7.3.64.3.1. Basic usage</a></li>
426 <li><a class="reference internal" href="#unremovable-cases">7.3.64.3.2. Unremovable cases</a></li>
427 <li><a class="reference internal" href="#removes-a-table-with-tables-and-columns-that-reference-the-target-table">7.3.64.3.3. Removes a table with tables and columns that reference the target table</a></li>
428 <li><a class="reference internal" href="#decreases-used-resources">7.3.64.3.4. Decreases used resources</a></li>
429429 </ul>
430430 </li>
431 <li><a class="reference internal" href="#parameters">7.3.63.4. Parameters</a><ul>
432 <li><a class="reference internal" href="#required-parameters">7.3.63.4.1. Required parameters</a><ul>
433 <li><a class="reference internal" href="#name">7.3.63.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
431 <li><a class="reference internal" href="#parameters">7.3.64.4. Parameters</a><ul>
432 <li><a class="reference internal" href="#required-parameters">7.3.64.4.1. Required parameters</a><ul>
433 <li><a class="reference internal" href="#name">7.3.64.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
434434 </ul>
435435 </li>
436 <li><a class="reference internal" href="#optional-parameters">7.3.63.4.2. Optional parameters</a><ul>
437 <li><a class="reference internal" href="#dependent">7.3.63.4.2.1. <code class="docutils literal notranslate"><span class="pre">dependent</span></code></a></li>
436 <li><a class="reference internal" href="#optional-parameters">7.3.64.4.2. Optional parameters</a><ul>
437 <li><a class="reference internal" href="#dependent">7.3.64.4.2.1. <code class="docutils literal notranslate"><span class="pre">dependent</span></code></a></li>
438438 </ul>
439439 </li>
440440 </ul>
441441 </li>
442 <li><a class="reference internal" href="#return-value">7.3.63.5. Return value</a></li>
442 <li><a class="reference internal" href="#return-value">7.3.64.5. Return value</a></li>
443443 </ul>
444444 </li>
445445 </ul>
446446
447447 <h4>Previous topic</h4>
448448 <p class="topless"><a href="table_list.html"
449 title="previous chapter"><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></p>
449 title="previous chapter"><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></p>
450450 <h4>Next topic</h4>
451451 <p class="topless"><a href="table_rename.html"
452 title="next chapter"><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></p>
452 title="next chapter"><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></p>
453453 <div id="searchbox" style="display: none" role="search">
454454 <h3 id="searchlabel">Quick search</h3>
455455 <div class="searchformwrapper">
471471 <a href="../../genindex.html" title="General Index"
472472 >index</a></li>
473473 <li class="right" >
474 <a href="table_rename.html" title="7.3.64. table_rename"
474 <a href="table_rename.html" title="7.3.65. table_rename"
475475 >next</a> |</li>
476476 <li class="right" >
477 <a href="table_list.html" title="7.3.62. table_list"
477 <a href="table_list.html" title="7.3.63. table_list"
478478 >previous</a> |</li>
479 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
479 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
480480 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
481481 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
482 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
482 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
483483 </ul>
484484 </div>
485485 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.64. table_rename &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.65. table_rename &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.65. table_tokenize" href="table_tokenize.html" />
22 <link rel="prev" title="7.3.63. table_remove" href="table_remove.html" />
21 <link rel="next" title="7.3.66. table_tokenize" href="table_tokenize.html" />
22 <link rel="prev" title="7.3.64. table_remove" href="table_remove.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="table_tokenize.html" title="7.3.65. table_tokenize"
48 <a href="table_tokenize.html" title="7.3.66. table_tokenize"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="table_remove.html" title="7.3.63. table_remove"
51 <a href="table_remove.html" title="7.3.64. table_remove"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="table-rename">
66 <h1><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code><a class="headerlink" href="#table-rename" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code><a class="headerlink" href="#table-rename" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.64.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.65.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">table_rename</span></code> command renames a table.</p>
7070 <p>It is a light operation. It just changes a relationship between name
7171 and the table object. It doesn’t copy table and its column values.</p>
8787 </div></blockquote>
8888 </div>
8989 <div class="section" id="syntax">
90 <h2><span class="section-number">7.3.64.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
90 <h2><span class="section-number">7.3.65.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
9191 <p>This command takes two parameters.</p>
9292 <p>All parameters are required:</p>
9393 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_rename name new_name
9595 </div>
9696 </div>
9797 <div class="section" id="usage">
98 <h2><span class="section-number">7.3.64.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
98 <h2><span class="section-number">7.3.65.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
9999 <p>Here is a simple example of <code class="docutils literal notranslate"><span class="pre">table_rename</span></code> command.</p>
100100 <p>Execution example:</p>
101101 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Users TABLE_PAT_KEY ShortText
213213 </div>
214214 </div>
215215 <div class="section" id="parameters">
216 <h2><span class="section-number">7.3.64.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
216 <h2><span class="section-number">7.3.65.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
217217 <p>This section describes parameters of <code class="docutils literal notranslate"><span class="pre">table_rename</span></code>.</p>
218218 <div class="section" id="required-parameters">
219 <h3><span class="section-number">7.3.64.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
219 <h3><span class="section-number">7.3.65.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
220220 <p>All parameters are required.</p>
221221 <div class="section" id="name">
222 <h4><span class="section-number">7.3.64.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h4>
222 <h4><span class="section-number">7.3.65.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h4>
223223 <p>Specifies the table name to be renamed.</p>
224224 </div>
225225 <div class="section" id="new-name">
226 <h4><span class="section-number">7.3.64.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">new_name</span></code><a class="headerlink" href="#new-name" title="Permalink to this headline">¶</a></h4>
226 <h4><span class="section-number">7.3.65.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">new_name</span></code><a class="headerlink" href="#new-name" title="Permalink to this headline">¶</a></h4>
227227 <p>Specifies the new table name.</p>
228228 </div>
229229 </div>
230230 </div>
231231 <div class="section" id="return-value">
232 <h2><span class="section-number">7.3.64.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
232 <h2><span class="section-number">7.3.65.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
233233 <p>The command returns <code class="docutils literal notranslate"><span class="pre">true</span></code> as body on success such as:</p>
234234 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
235235 </pre></div>
248248 <div class="sphinxsidebarwrapper">
249249 <h3><a href="../../index.html">Table of Contents</a></h3>
250250 <ul>
251 <li><a class="reference internal" href="#">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a><ul>
252 <li><a class="reference internal" href="#summary">7.3.64.1. Summary</a></li>
253 <li><a class="reference internal" href="#syntax">7.3.64.2. Syntax</a></li>
254 <li><a class="reference internal" href="#usage">7.3.64.3. Usage</a></li>
255 <li><a class="reference internal" href="#parameters">7.3.64.4. Parameters</a><ul>
256 <li><a class="reference internal" href="#required-parameters">7.3.64.4.1. Required parameters</a><ul>
257 <li><a class="reference internal" href="#name">7.3.64.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
258 <li><a class="reference internal" href="#new-name">7.3.64.4.1.2. <code class="docutils literal notranslate"><span class="pre">new_name</span></code></a></li>
251 <li><a class="reference internal" href="#">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a><ul>
252 <li><a class="reference internal" href="#summary">7.3.65.1. Summary</a></li>
253 <li><a class="reference internal" href="#syntax">7.3.65.2. Syntax</a></li>
254 <li><a class="reference internal" href="#usage">7.3.65.3. Usage</a></li>
255 <li><a class="reference internal" href="#parameters">7.3.65.4. Parameters</a><ul>
256 <li><a class="reference internal" href="#required-parameters">7.3.65.4.1. Required parameters</a><ul>
257 <li><a class="reference internal" href="#name">7.3.65.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
258 <li><a class="reference internal" href="#new-name">7.3.65.4.1.2. <code class="docutils literal notranslate"><span class="pre">new_name</span></code></a></li>
259259 </ul>
260260 </li>
261261 </ul>
262262 </li>
263 <li><a class="reference internal" href="#return-value">7.3.64.5. Return value</a></li>
263 <li><a class="reference internal" href="#return-value">7.3.65.5. Return value</a></li>
264264 </ul>
265265 </li>
266266 </ul>
267267
268268 <h4>Previous topic</h4>
269269 <p class="topless"><a href="table_remove.html"
270 title="previous chapter"><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></p>
270 title="previous chapter"><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></p>
271271 <h4>Next topic</h4>
272272 <p class="topless"><a href="table_tokenize.html"
273 title="next chapter"><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></p>
273 title="next chapter"><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></p>
274274 <div id="searchbox" style="display: none" role="search">
275275 <h3 id="searchlabel">Quick search</h3>
276276 <div class="searchformwrapper">
292292 <a href="../../genindex.html" title="General Index"
293293 >index</a></li>
294294 <li class="right" >
295 <a href="table_tokenize.html" title="7.3.65. table_tokenize"
295 <a href="table_tokenize.html" title="7.3.66. table_tokenize"
296296 >next</a> |</li>
297297 <li class="right" >
298 <a href="table_remove.html" title="7.3.63. table_remove"
298 <a href="table_remove.html" title="7.3.64. table_remove"
299299 >previous</a> |</li>
300 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
300 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
301301 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
302302 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
303 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
303 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
304304 </ul>
305305 </div>
306306 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.65. table_tokenize &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.66. table_tokenize &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.66. thread_limit" href="thread_limit.html" />
22 <link rel="prev" title="7.3.64. table_rename" href="table_rename.html" />
21 <link rel="next" title="7.3.67. thread_limit" href="thread_limit.html" />
22 <link rel="prev" title="7.3.65. table_rename" href="table_rename.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="thread_limit.html" title="7.3.66. thread_limit"
48 <a href="thread_limit.html" title="7.3.67. thread_limit"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="table_rename.html" title="7.3.64. table_rename"
51 <a href="table_rename.html" title="7.3.65. table_rename"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="table-tokenize">
66 <h1><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code><a class="headerlink" href="#table-tokenize" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code><a class="headerlink" href="#table-tokenize" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.65.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.66.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code> command tokenizes text by the specified table’s tokenizer.</p>
7070 </div>
7171 <div class="section" id="syntax">
72 <h2><span class="section-number">7.3.65.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
72 <h2><span class="section-number">7.3.66.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7373 <p>This command takes many parameters.</p>
7474 <p><code class="docutils literal notranslate"><span class="pre">table</span></code> and <code class="docutils literal notranslate"><span class="pre">string</span></code> are required parameters. Others are
7575 optional:</p>
8282 </div>
8383 </div>
8484 <div class="section" id="usage">
85 <h2><span class="section-number">7.3.65.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
85 <h2><span class="section-number">7.3.66.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8686 <p>Here is a simple example.</p>
8787 <p>Execution example:</p>
8888 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register token_filters/stop_word
107107 <code class="docutils literal notranslate"><span class="pre">and</span></code> token is removed with <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code> token filter.</p>
108108 </div>
109109 <div class="section" id="parameters">
110 <h2><span class="section-number">7.3.65.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
110 <h2><span class="section-number">7.3.66.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
111111 <p>This section describes all parameters. Parameters are categorized.</p>
112112 <div class="section" id="required-parameters">
113 <h3><span class="section-number">7.3.65.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
113 <h3><span class="section-number">7.3.66.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
114114 <p>There are required parameters, <code class="docutils literal notranslate"><span class="pre">table</span></code> and <code class="docutils literal notranslate"><span class="pre">string</span></code>.</p>
115115 <div class="section" id="table">
116 <h4><span class="section-number">7.3.65.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h4>
116 <h4><span class="section-number">7.3.66.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h4>
117117 <p>Specifies the lexicon table. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code> command uses the
118118 tokenizer, the normalizer, the token filters that is set the
119119 lexicon table.</p>
120120 </div>
121121 <div class="section" id="string">
122 <h4><span class="section-number">7.3.65.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">string</span></code><a class="headerlink" href="#string" title="Permalink to this headline">¶</a></h4>
122 <h4><span class="section-number">7.3.66.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">string</span></code><a class="headerlink" href="#string" title="Permalink to this headline">¶</a></h4>
123123 <p>Specifies any string which you want to tokenize.</p>
124124 <p>See <a class="reference internal" href="tokenize.html#tokenize-string"><span class="std std-ref">string</span></a> option in <a class="reference internal" href="tokenize.html"><span class="doc">tokenize</span></a> about details.</p>
125125 </div>
126126 </div>
127127 <div class="section" id="optional-parameters">
128 <h3><span class="section-number">7.3.65.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
128 <h3><span class="section-number">7.3.66.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
129129 <p>There are optional parameters.</p>
130130 <div class="section" id="flags">
131 <h4><span class="section-number">7.3.65.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h4>
131 <h4><span class="section-number">7.3.66.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h4>
132132 <p>Specifies a tokenization customize options. You can specify
133133 multiple options separated by “<code class="docutils literal notranslate"><span class="pre">|</span></code>”.</p>
134134 <p>The default value is <code class="docutils literal notranslate"><span class="pre">NONE</span></code>.</p>
135135 <p>See <a class="reference internal" href="tokenize.html#tokenize-flags"><span class="std std-ref">flags</span></a> option in <a class="reference internal" href="tokenize.html"><span class="doc">tokenize</span></a> about details.</p>
136136 </div>
137137 <div class="section" id="mode">
138 <h4><span class="section-number">7.3.65.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">mode</span></code><a class="headerlink" href="#mode" title="Permalink to this headline">¶</a></h4>
138 <h4><span class="section-number">7.3.66.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">mode</span></code><a class="headerlink" href="#mode" title="Permalink to this headline">¶</a></h4>
139139 <p>Specifies a tokenize mode.</p>
140140 <p>The default value is <code class="docutils literal notranslate"><span class="pre">GET</span></code>.</p>
141141 <p>See <a class="reference internal" href="tokenize.html#tokenize-mode"><span class="std std-ref">mode</span></a> option in <a class="reference internal" href="tokenize.html"><span class="doc">tokenize</span></a> about details.</p>
142142 </div>
143143 <div class="section" id="index-column">
144 <h4><span class="section-number">7.3.65.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">index_column</span></code><a class="headerlink" href="#index-column" title="Permalink to this headline">¶</a></h4>
144 <h4><span class="section-number">7.3.66.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">index_column</span></code><a class="headerlink" href="#index-column" title="Permalink to this headline">¶</a></h4>
145145 <p>Specifies an index column.</p>
146146 <p>Return value includes <code class="docutils literal notranslate"><span class="pre">estimated_size</span></code> of the index.</p>
147147 <p>The <code class="docutils literal notranslate"><span class="pre">estimated_size</span></code> is useful for checking estimated frequency of tokens.</p>
149149 </div>
150150 </div>
151151 <div class="section" id="return-value">
152 <h2><span class="section-number">7.3.65.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
152 <h2><span class="section-number">7.3.66.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
153153 <p><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code> command returns tokenized tokens.</p>
154154 <p>See <a class="reference internal" href="tokenize.html#tokenize-return-value"><span class="std std-ref">Return value</span></a> option in <a class="reference internal" href="tokenize.html"><span class="doc">tokenize</span></a> about details.</p>
155155 </div>
156156 <div class="section" id="see-also">
157 <h2><span class="section-number">7.3.65.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
157 <h2><span class="section-number">7.3.66.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
158158 <ul class="simple">
159159 <li><p><a class="reference internal" href="../tokenizers.html"><span class="doc">Tokenizers</span></a></p></li>
160160 <li><p><a class="reference internal" href="tokenize.html"><span class="doc">tokenize</span></a></p></li>
171171 <div class="sphinxsidebarwrapper">
172172 <h3><a href="../../index.html">Table of Contents</a></h3>
173173 <ul>
174 <li><a class="reference internal" href="#">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a><ul>
175 <li><a class="reference internal" href="#summary">7.3.65.1. Summary</a></li>
176 <li><a class="reference internal" href="#syntax">7.3.65.2. Syntax</a></li>
177 <li><a class="reference internal" href="#usage">7.3.65.3. Usage</a></li>
178 <li><a class="reference internal" href="#parameters">7.3.65.4. Parameters</a><ul>
179 <li><a class="reference internal" href="#required-parameters">7.3.65.4.1. Required parameters</a><ul>
180 <li><a class="reference internal" href="#table">7.3.65.4.1.1. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
181 <li><a class="reference internal" href="#string">7.3.65.4.1.2. <code class="docutils literal notranslate"><span class="pre">string</span></code></a></li>
182 </ul>
183 </li>
184 <li><a class="reference internal" href="#optional-parameters">7.3.65.4.2. Optional parameters</a><ul>
185 <li><a class="reference internal" href="#flags">7.3.65.4.2.1. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
186 <li><a class="reference internal" href="#mode">7.3.65.4.2.2. <code class="docutils literal notranslate"><span class="pre">mode</span></code></a></li>
187 <li><a class="reference internal" href="#index-column">7.3.65.4.2.3. <code class="docutils literal notranslate"><span class="pre">index_column</span></code></a></li>
188 </ul>
189 </li>
190 </ul>
191 </li>
192 <li><a class="reference internal" href="#return-value">7.3.65.5. Return value</a></li>
193 <li><a class="reference internal" href="#see-also">7.3.65.6. See also</a></li>
174 <li><a class="reference internal" href="#">7.3.66. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a><ul>
175 <li><a class="reference internal" href="#summary">7.3.66.1. Summary</a></li>
176 <li><a class="reference internal" href="#syntax">7.3.66.2. Syntax</a></li>
177 <li><a class="reference internal" href="#usage">7.3.66.3. Usage</a></li>
178 <li><a class="reference internal" href="#parameters">7.3.66.4. Parameters</a><ul>
179 <li><a class="reference internal" href="#required-parameters">7.3.66.4.1. Required parameters</a><ul>
180 <li><a class="reference internal" href="#table">7.3.66.4.1.1. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
181 <li><a class="reference internal" href="#string">7.3.66.4.1.2. <code class="docutils literal notranslate"><span class="pre">string</span></code></a></li>
182 </ul>
183 </li>
184 <li><a class="reference internal" href="#optional-parameters">7.3.66.4.2. Optional parameters</a><ul>
185 <li><a class="reference internal" href="#flags">7.3.66.4.2.1. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
186 <li><a class="reference internal" href="#mode">7.3.66.4.2.2. <code class="docutils literal notranslate"><span class="pre">mode</span></code></a></li>
187 <li><a class="reference internal" href="#index-column">7.3.66.4.2.3. <code class="docutils literal notranslate"><span class="pre">index_column</span></code></a></li>
188 </ul>
189 </li>
190 </ul>
191 </li>
192 <li><a class="reference internal" href="#return-value">7.3.66.5. Return value</a></li>
193 <li><a class="reference internal" href="#see-also">7.3.66.6. See also</a></li>
194194 </ul>
195195 </li>
196196 </ul>
197197
198198 <h4>Previous topic</h4>
199199 <p class="topless"><a href="table_rename.html"
200 title="previous chapter"><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></p>
200 title="previous chapter"><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></p>
201201 <h4>Next topic</h4>
202202 <p class="topless"><a href="thread_limit.html"
203 title="next chapter"><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></p>
203 title="next chapter"><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></p>
204204 <div id="searchbox" style="display: none" role="search">
205205 <h3 id="searchlabel">Quick search</h3>
206206 <div class="searchformwrapper">
222222 <a href="../../genindex.html" title="General Index"
223223 >index</a></li>
224224 <li class="right" >
225 <a href="thread_limit.html" title="7.3.66. thread_limit"
225 <a href="thread_limit.html" title="7.3.67. thread_limit"
226226 >next</a> |</li>
227227 <li class="right" >
228 <a href="table_rename.html" title="7.3.64. table_rename"
228 <a href="table_rename.html" title="7.3.65. table_rename"
229229 >previous</a> |</li>
230 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
230 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
231231 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
232232 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
233 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
233 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
234234 </ul>
235235 </div>
236236 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.66. thread_limit &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.67. thread_limit &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.67. tokenize" href="tokenize.html" />
22 <link rel="prev" title="7.3.65. table_tokenize" href="table_tokenize.html" />
21 <link rel="next" title="7.3.68. tokenize" href="tokenize.html" />
22 <link rel="prev" title="7.3.66. table_tokenize" href="table_tokenize.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="tokenize.html" title="7.3.67. tokenize"
48 <a href="tokenize.html" title="7.3.68. tokenize"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="table_tokenize.html" title="7.3.65. table_tokenize"
51 <a href="table_tokenize.html" title="7.3.66. table_tokenize"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="thread-limit">
66 <h1><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code><a class="headerlink" href="#thread-limit" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code><a class="headerlink" href="#thread-limit" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.66.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.67.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <div class="versionadded">
7070 <p><span class="versionmodified added">New in version 5.0.7.</span></p>
7171 </div>
9393 max number of threads works.</p>
9494 </div>
9595 <div class="section" id="syntax">
96 <h2><span class="section-number">7.3.66.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
96 <h2><span class="section-number">7.3.67.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
9797 <p>This command takes only one optional parameter:</p>
9898 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>thread_limit [max=null]
9999 </pre></div>
100100 </div>
101101 </div>
102102 <div class="section" id="usage">
103 <h2><span class="section-number">7.3.66.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
103 <h2><span class="section-number">7.3.67.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
104104 <p>You can get the max number of threads by calling without any parameters:</p>
105105 <p>Execution example:</p>
106106 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>thread_limit
118118 <code class="docutils literal notranslate"><span class="pre">max</span></code> parameter.</p>
119119 </div>
120120 <div class="section" id="parameters">
121 <h2><span class="section-number">7.3.66.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
121 <h2><span class="section-number">7.3.67.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
122122 <p>This section describes all parameters.</p>
123123 <div class="section" id="required-parameters">
124 <h3><span class="section-number">7.3.66.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
124 <h3><span class="section-number">7.3.67.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
125125 <p>There is no required parameter.</p>
126126 </div>
127127 <div class="section" id="optional-parameters">
128 <h3><span class="section-number">7.3.66.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
128 <h3><span class="section-number">7.3.67.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
129129 <p>There is one optional parameter.</p>
130130 <div class="section" id="max">
131 <span id="thread-limit-max"></span><h4><span class="section-number">7.3.66.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="Permalink to this headline">¶</a></h4>
131 <span id="thread-limit-max"></span><h4><span class="section-number">7.3.67.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="Permalink to this headline">¶</a></h4>
132132 <p>Specifies the new max number of threads.</p>
133133 <p>You must specify positive integer:</p>
134134 <p>Execution example:</p>
142142 </div>
143143 </div>
144144 <div class="section" id="return-value">
145 <h2><span class="section-number">7.3.66.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
145 <h2><span class="section-number">7.3.67.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
146146 <p>The command returns the max number of threads as body:</p>
147147 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, N_MAX_THREADS]
148148 </pre></div>
162162 <div class="sphinxsidebarwrapper">
163163 <h3><a href="../../index.html">Table of Contents</a></h3>
164164 <ul>
165 <li><a class="reference internal" href="#">7.3.66. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a><ul>
166 <li><a class="reference internal" href="#summary">7.3.66.1. Summary</a></li>
167 <li><a class="reference internal" href="#syntax">7.3.66.2. Syntax</a></li>
168 <li><a class="reference internal" href="#usage">7.3.66.3. Usage</a></li>
169 <li><a class="reference internal" href="#parameters">7.3.66.4. Parameters</a><ul>
170 <li><a class="reference internal" href="#required-parameters">7.3.66.4.1. Required parameters</a></li>
171 <li><a class="reference internal" href="#optional-parameters">7.3.66.4.2. Optional parameters</a><ul>
172 <li><a class="reference internal" href="#max">7.3.66.4.2.1. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
165 <li><a class="reference internal" href="#">7.3.67. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a><ul>
166 <li><a class="reference internal" href="#summary">7.3.67.1. Summary</a></li>
167 <li><a class="reference internal" href="#syntax">7.3.67.2. Syntax</a></li>
168 <li><a class="reference internal" href="#usage">7.3.67.3. Usage</a></li>
169 <li><a class="reference internal" href="#parameters">7.3.67.4. Parameters</a><ul>
170 <li><a class="reference internal" href="#required-parameters">7.3.67.4.1. Required parameters</a></li>
171 <li><a class="reference internal" href="#optional-parameters">7.3.67.4.2. Optional parameters</a><ul>
172 <li><a class="reference internal" href="#max">7.3.67.4.2.1. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
173173 </ul>
174174 </li>
175175 </ul>
176176 </li>
177 <li><a class="reference internal" href="#return-value">7.3.66.5. Return value</a></li>
177 <li><a class="reference internal" href="#return-value">7.3.67.5. Return value</a></li>
178178 </ul>
179179 </li>
180180 </ul>
181181
182182 <h4>Previous topic</h4>
183183 <p class="topless"><a href="table_tokenize.html"
184 title="previous chapter"><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></p>
184 title="previous chapter"><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></p>
185185 <h4>Next topic</h4>
186186 <p class="topless"><a href="tokenize.html"
187 title="next chapter"><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></p>
187 title="next chapter"><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></p>
188188 <div id="searchbox" style="display: none" role="search">
189189 <h3 id="searchlabel">Quick search</h3>
190190 <div class="searchformwrapper">
206206 <a href="../../genindex.html" title="General Index"
207207 >index</a></li>
208208 <li class="right" >
209 <a href="tokenize.html" title="7.3.67. tokenize"
209 <a href="tokenize.html" title="7.3.68. tokenize"
210210 >next</a> |</li>
211211 <li class="right" >
212 <a href="table_tokenize.html" title="7.3.65. table_tokenize"
212 <a href="table_tokenize.html" title="7.3.66. table_tokenize"
213213 >previous</a> |</li>
214 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
214 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
215215 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
216216 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
217 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
217 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
218218 </ul>
219219 </div>
220220 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.67. tokenize &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.68. tokenize &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.68. tokenizer_list" href="tokenizer_list.html" />
22 <link rel="prev" title="7.3.66. thread_limit" href="thread_limit.html" />
21 <link rel="next" title="7.3.69. tokenizer_list" href="tokenizer_list.html" />
22 <link rel="prev" title="7.3.67. thread_limit" href="thread_limit.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="tokenizer_list.html" title="7.3.68. tokenizer_list"
48 <a href="tokenizer_list.html" title="7.3.69. tokenizer_list"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="thread_limit.html" title="7.3.66. thread_limit"
51 <a href="thread_limit.html" title="7.3.67. thread_limit"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="tokenize">
66 <h1><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code><a class="headerlink" href="#tokenize" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code><a class="headerlink" href="#tokenize" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.67.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.68.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">tokenize</span></code> command tokenizes text by the specified tokenizer.
7070 It is useful to debug tokenization.</p>
7171 </div>
7272 <div class="section" id="syntax">
73 <h2><span class="section-number">7.3.67.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
73 <h2><span class="section-number">7.3.68.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7474 <p>This command takes many parameters.</p>
7575 <p><code class="docutils literal notranslate"><span class="pre">tokenizer</span></code> and <code class="docutils literal notranslate"><span class="pre">string</span></code> are required parameters. Others are
7676 optional:</p>
8484 </div>
8585 </div>
8686 <div class="section" id="usage">
87 <h2><span class="section-number">7.3.67.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
87 <h2><span class="section-number">7.3.68.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8888 <p>Here is a simple example.</p>
8989 <p>Execution example:</p>
9090 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenBigram &quot;Fulltext Search&quot;
180180 tokenizer. It doesn’t normalize <code class="docutils literal notranslate"><span class="pre">&quot;Fulltext</span> <span class="pre">Search&quot;</span></code>.</p>
181181 </div>
182182 <div class="section" id="parameters">
183 <h2><span class="section-number">7.3.67.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
183 <h2><span class="section-number">7.3.68.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
184184 <p>This section describes all parameters. Parameters are categorized.</p>
185185 <div class="section" id="required-parameters">
186 <h3><span class="section-number">7.3.67.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
186 <h3><span class="section-number">7.3.68.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
187187 <p>There are required parameters, <code class="docutils literal notranslate"><span class="pre">tokenizer</span></code> and <code class="docutils literal notranslate"><span class="pre">string</span></code>.</p>
188188 <div class="section" id="tokenizer">
189 <span id="tokenize-tokenizer"></span><h4><span class="section-number">7.3.67.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">tokenizer</span></code><a class="headerlink" href="#tokenizer" title="Permalink to this headline">¶</a></h4>
189 <span id="tokenize-tokenizer"></span><h4><span class="section-number">7.3.68.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">tokenizer</span></code><a class="headerlink" href="#tokenizer" title="Permalink to this headline">¶</a></h4>
190190 <p>Specifies the tokenizer name. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code> command uses the
191191 tokenizer that is named <code class="docutils literal notranslate"><span class="pre">tokenizer</span></code>.</p>
192192 <p>See <a class="reference internal" href="../tokenizers.html"><span class="doc">Tokenizers</span></a> about built-in tokenizers.</p>
285285 registering <code class="docutils literal notranslate"><span class="pre">tokenizers/kytea</span></code>.</p>
286286 </div>
287287 <div class="section" id="string">
288 <span id="tokenize-string"></span><h4><span class="section-number">7.3.67.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">string</span></code><a class="headerlink" href="#string" title="Permalink to this headline">¶</a></h4>
288 <span id="tokenize-string"></span><h4><span class="section-number">7.3.68.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">string</span></code><a class="headerlink" href="#string" title="Permalink to this headline">¶</a></h4>
289289 <p>Specifies any string which you want to tokenize.</p>
290290 <p>If you want to include spaces in <code class="docutils literal notranslate"><span class="pre">string</span></code>, you need to quote
291291 <code class="docutils literal notranslate"><span class="pre">string</span></code> by single quotation (<code class="docutils literal notranslate"><span class="pre">'</span></code>) or double quotation (<code class="docutils literal notranslate"><span class="pre">&quot;</span></code>).</p>
506506 </div>
507507 </div>
508508 <div class="section" id="optional-parameters">
509 <h3><span class="section-number">7.3.67.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
509 <h3><span class="section-number">7.3.68.4.2. </span>Optional parameters<a class="headerlink" href="#optional-parameters" title="Permalink to this headline">¶</a></h3>
510510 <p>There are optional parameters.</p>
511511 <div class="section" id="normalizer">
512 <span id="tokenize-normalizer"></span><h4><span class="section-number">7.3.67.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">normalizer</span></code><a class="headerlink" href="#normalizer" title="Permalink to this headline">¶</a></h4>
512 <span id="tokenize-normalizer"></span><h4><span class="section-number">7.3.68.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">normalizer</span></code><a class="headerlink" href="#normalizer" title="Permalink to this headline">¶</a></h4>
513513 <p>Specifies the normalizer name. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code> command uses the
514514 normalizer that is named <code class="docutils literal notranslate"><span class="pre">normalizer</span></code>. Normalizer is important for
515515 N-gram family tokenizers such as <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code>.</p>
722722 to lower case characters. For example, <code class="docutils literal notranslate"><span class="pre">fu</span></code> is a token.</p>
723723 </div>
724724 <div class="section" id="flags">
725 <span id="tokenize-flags"></span><h4><span class="section-number">7.3.67.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h4>
725 <span id="tokenize-flags"></span><h4><span class="section-number">7.3.68.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h4>
726726 <p>Specifies a tokenization customize options. You can specify
727727 multiple options separated by “<code class="docutils literal notranslate"><span class="pre">|</span></code>”. For example,
728728 <code class="docutils literal notranslate"><span class="pre">NONE|ENABLE_TOKENIZED_DELIMITER</span></code>.</p>
787787 tokenized delimiter.</p>
788788 </div>
789789 <div class="section" id="mode">
790 <span id="tokenize-mode"></span><h4><span class="section-number">7.3.67.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">mode</span></code><a class="headerlink" href="#mode" title="Permalink to this headline">¶</a></h4>
790 <span id="tokenize-mode"></span><h4><span class="section-number">7.3.68.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">mode</span></code><a class="headerlink" href="#mode" title="Permalink to this headline">¶</a></h4>
791791 <p>Specifies a tokenize mode. If the mode is specified <code class="docutils literal notranslate"><span class="pre">ADD</span></code>, the text
792792 is tokenized by the rule that adding a document. If the mode is specified
793793 <code class="docutils literal notranslate"><span class="pre">GET</span></code>, the text is tokenized by the rule that searching a document. If
970970 <p>The last alphabet is tokenized by two characters.</p>
971971 </div>
972972 <div class="section" id="token-filters">
973 <span id="tokenize-token-filters"></span><h4><span class="section-number">7.3.67.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">token_filters</span></code><a class="headerlink" href="#token-filters" title="Permalink to this headline">¶</a></h4>
973 <span id="tokenize-token-filters"></span><h4><span class="section-number">7.3.68.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">token_filters</span></code><a class="headerlink" href="#token-filters" title="Permalink to this headline">¶</a></h4>
974974 <p>Specifies the token filter names. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code> command uses the
975975 tokenizer that is named <code class="docutils literal notranslate"><span class="pre">token_filters</span></code>.</p>
976976 <p>See <a class="reference internal" href="../token_filters.html"><span class="doc">Token filters</span></a> about token filters.</p>
978978 </div>
979979 </div>
980980 <div class="section" id="return-value">
981 <span id="tokenize-return-value"></span><h2><span class="section-number">7.3.67.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
981 <span id="tokenize-return-value"></span><h2><span class="section-number">7.3.68.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
982982 <p><code class="docutils literal notranslate"><span class="pre">tokenize</span></code> command returns tokenized tokens. Each token has some
983983 attributes except token itself. The attributes will be increased in
984984 the feature:</p>
10151015 </div></blockquote>
10161016 </div>
10171017 <div class="section" id="see-also">
1018 <h2><span class="section-number">7.3.67.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
1018 <h2><span class="section-number">7.3.68.6. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
10191019 <ul class="simple">
10201020 <li><p><a class="reference internal" href="../tokenizers.html"><span class="doc">Tokenizers</span></a></p></li>
10211021 </ul>
10311031 <div class="sphinxsidebarwrapper">
10321032 <h3><a href="../../index.html">Table of Contents</a></h3>
10331033 <ul>
1034 <li><a class="reference internal" href="#">7.3.67. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a><ul>
1035 <li><a class="reference internal" href="#summary">7.3.67.1. Summary</a></li>
1036 <li><a class="reference internal" href="#syntax">7.3.67.2. Syntax</a></li>
1037 <li><a class="reference internal" href="#usage">7.3.67.3. Usage</a></li>
1038 <li><a class="reference internal" href="#parameters">7.3.67.4. Parameters</a><ul>
1039 <li><a class="reference internal" href="#required-parameters">7.3.67.4.1. Required parameters</a><ul>
1040 <li><a class="reference internal" href="#tokenizer">7.3.67.4.1.1. <code class="docutils literal notranslate"><span class="pre">tokenizer</span></code></a></li>
1041 <li><a class="reference internal" href="#string">7.3.67.4.1.2. <code class="docutils literal notranslate"><span class="pre">string</span></code></a></li>
1034 <li><a class="reference internal" href="#">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a><ul>
1035 <li><a class="reference internal" href="#summary">7.3.68.1. Summary</a></li>
1036 <li><a class="reference internal" href="#syntax">7.3.68.2. Syntax</a></li>
1037 <li><a class="reference internal" href="#usage">7.3.68.3. Usage</a></li>
1038 <li><a class="reference internal" href="#parameters">7.3.68.4. Parameters</a><ul>
1039 <li><a class="reference internal" href="#required-parameters">7.3.68.4.1. Required parameters</a><ul>
1040 <li><a class="reference internal" href="#tokenizer">7.3.68.4.1.1. <code class="docutils literal notranslate"><span class="pre">tokenizer</span></code></a></li>
1041 <li><a class="reference internal" href="#string">7.3.68.4.1.2. <code class="docutils literal notranslate"><span class="pre">string</span></code></a></li>
10421042 </ul>
10431043 </li>
1044 <li><a class="reference internal" href="#optional-parameters">7.3.67.4.2. Optional parameters</a><ul>
1045 <li><a class="reference internal" href="#normalizer">7.3.67.4.2.1. <code class="docutils literal notranslate"><span class="pre">normalizer</span></code></a></li>
1046 <li><a class="reference internal" href="#flags">7.3.67.4.2.2. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
1047 <li><a class="reference internal" href="#mode">7.3.67.4.2.3. <code class="docutils literal notranslate"><span class="pre">mode</span></code></a></li>
1048 <li><a class="reference internal" href="#token-filters">7.3.67.4.2.4. <code class="docutils literal notranslate"><span class="pre">token_filters</span></code></a></li>
1044 <li><a class="reference internal" href="#optional-parameters">7.3.68.4.2. Optional parameters</a><ul>
1045 <li><a class="reference internal" href="#normalizer">7.3.68.4.2.1. <code class="docutils literal notranslate"><span class="pre">normalizer</span></code></a></li>
1046 <li><a class="reference internal" href="#flags">7.3.68.4.2.2. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
1047 <li><a class="reference internal" href="#mode">7.3.68.4.2.3. <code class="docutils literal notranslate"><span class="pre">mode</span></code></a></li>
1048 <li><a class="reference internal" href="#token-filters">7.3.68.4.2.4. <code class="docutils literal notranslate"><span class="pre">token_filters</span></code></a></li>
10491049 </ul>
10501050 </li>
10511051 </ul>
10521052 </li>
1053 <li><a class="reference internal" href="#return-value">7.3.67.5. Return value</a></li>
1054 <li><a class="reference internal" href="#see-also">7.3.67.6. See also</a></li>
1053 <li><a class="reference internal" href="#return-value">7.3.68.5. Return value</a></li>
1054 <li><a class="reference internal" href="#see-also">7.3.68.6. See also</a></li>
10551055 </ul>
10561056 </li>
10571057 </ul>
10581058
10591059 <h4>Previous topic</h4>
10601060 <p class="topless"><a href="thread_limit.html"
1061 title="previous chapter"><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></p>
1061 title="previous chapter"><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></p>
10621062 <h4>Next topic</h4>
10631063 <p class="topless"><a href="tokenizer_list.html"
1064 title="next chapter"><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></p>
1064 title="next chapter"><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></p>
10651065 <div id="searchbox" style="display: none" role="search">
10661066 <h3 id="searchlabel">Quick search</h3>
10671067 <div class="searchformwrapper">
10831083 <a href="../../genindex.html" title="General Index"
10841084 >index</a></li>
10851085 <li class="right" >
1086 <a href="tokenizer_list.html" title="7.3.68. tokenizer_list"
1086 <a href="tokenizer_list.html" title="7.3.69. tokenizer_list"
10871087 >next</a> |</li>
10881088 <li class="right" >
1089 <a href="thread_limit.html" title="7.3.66. thread_limit"
1089 <a href="thread_limit.html" title="7.3.67. thread_limit"
10901090 >previous</a> |</li>
1091 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
1091 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
10921092 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
10931093 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
1094 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
1094 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
10951095 </ul>
10961096 </div>
10971097 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.68. tokenizer_list &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.69. tokenizer_list &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1818 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
21 <link rel="next" title="7.3.69. truncate" href="truncate.html" />
22 <link rel="prev" title="7.3.67. tokenize" href="tokenize.html" />
21 <link rel="next" title="7.3.70. truncate" href="truncate.html" />
22 <link rel="prev" title="7.3.68. tokenize" href="tokenize.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4545 <a href="../../genindex.html" title="General Index"
4646 accesskey="I">index</a></li>
4747 <li class="right" >
48 <a href="truncate.html" title="7.3.69. truncate"
48 <a href="truncate.html" title="7.3.70. truncate"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="tokenize.html" title="7.3.67. tokenize"
51 <a href="tokenize.html" title="7.3.68. tokenize"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="tokenizer-list">
66 <h1><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code><a class="headerlink" href="#tokenizer-list" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code><a class="headerlink" href="#tokenizer-list" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.68.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.69.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code> command lists tokenizers in a database.</p>
7070 </div>
7171 <div class="section" id="syntax">
72 <h2><span class="section-number">7.3.68.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
72 <h2><span class="section-number">7.3.69.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7373 <p>This command takes no parameters:</p>
7474 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenizer_list
7575 </pre></div>
7676 </div>
7777 </div>
7878 <div class="section" id="usage">
79 <h2><span class="section-number">7.3.68.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
79 <h2><span class="section-number">7.3.69.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8080 <p>Here is a simple example.</p>
8181 <p>Execution example:</p>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenizer_list
133133 <p>It returns tokenizers in a database.</p>
134134 </div>
135135 <div class="section" id="return-value">
136 <h2><span class="section-number">7.3.68.4. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
136 <h2><span class="section-number">7.3.69.4. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
137137 <p><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code> command returns tokenizers. Each tokenizers has an attribute
138138 that contains the name. The attribute will be increased in the feature:</p>
139139 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, tokenizers]
166166 </div></blockquote>
167167 </div>
168168 <div class="section" id="see-also">
169 <h2><span class="section-number">7.3.68.5. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
169 <h2><span class="section-number">7.3.69.5. </span>See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
170170 <ul class="simple">
171171 <li><p><a class="reference internal" href="../tokenizers.html"><span class="doc">Tokenizers</span></a></p></li>
172172 <li><p><a class="reference internal" href="tokenize.html"><span class="doc">tokenize</span></a></p></li>
183183 <div class="sphinxsidebarwrapper">
184184 <h3><a href="../../index.html">Table of Contents</a></h3>
185185 <ul>
186 <li><a class="reference internal" href="#">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a><ul>
187 <li><a class="reference internal" href="#summary">7.3.68.1. Summary</a></li>
188 <li><a class="reference internal" href="#syntax">7.3.68.2. Syntax</a></li>
189 <li><a class="reference internal" href="#usage">7.3.68.3. Usage</a></li>
190 <li><a class="reference internal" href="#return-value">7.3.68.4. Return value</a></li>
191 <li><a class="reference internal" href="#see-also">7.3.68.5. See also</a></li>
186 <li><a class="reference internal" href="#">7.3.69. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a><ul>
187 <li><a class="reference internal" href="#summary">7.3.69.1. Summary</a></li>
188 <li><a class="reference internal" href="#syntax">7.3.69.2. Syntax</a></li>
189 <li><a class="reference internal" href="#usage">7.3.69.3. Usage</a></li>
190 <li><a class="reference internal" href="#return-value">7.3.69.4. Return value</a></li>
191 <li><a class="reference internal" href="#see-also">7.3.69.5. See also</a></li>
192192 </ul>
193193 </li>
194194 </ul>
195195
196196 <h4>Previous topic</h4>
197197 <p class="topless"><a href="tokenize.html"
198 title="previous chapter"><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></p>
198 title="previous chapter"><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></p>
199199 <h4>Next topic</h4>
200200 <p class="topless"><a href="truncate.html"
201 title="next chapter"><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></p>
201 title="next chapter"><span class="section-number">7.3.70. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></p>
202202 <div id="searchbox" style="display: none" role="search">
203203 <h3 id="searchlabel">Quick search</h3>
204204 <div class="searchformwrapper">
220220 <a href="../../genindex.html" title="General Index"
221221 >index</a></li>
222222 <li class="right" >
223 <a href="truncate.html" title="7.3.69. truncate"
223 <a href="truncate.html" title="7.3.70. truncate"
224224 >next</a> |</li>
225225 <li class="right" >
226 <a href="tokenize.html" title="7.3.67. tokenize"
226 <a href="tokenize.html" title="7.3.68. tokenize"
227227 >previous</a> |</li>
228 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
228 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
229229 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
230230 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
231 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
231 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
232232 </ul>
233233 </div>
234234 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.69. truncate &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.3.70. truncate &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="index" title="Index" href="../../genindex.html" />
2020 <link rel="search" title="Search" href="../../search.html" />
2121 <link rel="next" title="7.4. Data types" href="../types.html" />
22 <link rel="prev" title="7.3.68. tokenizer_list" href="tokenizer_list.html" />
22 <link rel="prev" title="7.3.69. tokenizer_list" href="tokenizer_list.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4848 <a href="../types.html" title="7.4. Data types"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="tokenizer_list.html" title="7.3.68. tokenizer_list"
51 <a href="tokenizer_list.html" title="7.3.69. tokenizer_list"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>Command</a> &#187;</li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
56 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.70. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
5757 </ul>
5858 </div>
5959
6363 <div class="body" role="main">
6464
6565 <div class="section" id="truncate">
66 <h1><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code><a class="headerlink" href="#truncate" title="Permalink to this headline">¶</a></h1>
66 <h1><span class="section-number">7.3.70. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code><a class="headerlink" href="#truncate" title="Permalink to this headline">¶</a></h1>
6767 <div class="section" id="summary">
68 <h2><span class="section-number">7.3.69.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
68 <h2><span class="section-number">7.3.70.1. </span>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
6969 <p><code class="docutils literal notranslate"><span class="pre">truncate</span></code> command deletes all records from specified table or all
7070 values from specified column.</p>
7171 </div>
7272 <div class="section" id="syntax">
73 <h2><span class="section-number">7.3.69.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
73 <h2><span class="section-number">7.3.70.2. </span>Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
7474 <p>This command takes only one required parameter:</p>
7575 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>truncate target_name
7676 </pre></div>
8383 </div>
8484 </div>
8585 <div class="section" id="usage">
86 <h2><span class="section-number">7.3.69.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
86 <h2><span class="section-number">7.3.70.3. </span>Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
8787 <p>Here is a simple example of <code class="docutils literal notranslate"><span class="pre">truncate</span></code> command against a table.</p>
8888 <p>Execution example:</p>
8989 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Users TABLE_PAT_KEY ShortText
281281 </div>
282282 </div>
283283 <div class="section" id="parameters">
284 <h2><span class="section-number">7.3.69.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
284 <h2><span class="section-number">7.3.70.4. </span>Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
285285 <p>This section describes parameters of <code class="docutils literal notranslate"><span class="pre">truncate</span></code>.</p>
286286 <div class="section" id="required-parameters">
287 <h3><span class="section-number">7.3.69.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
287 <h3><span class="section-number">7.3.70.4.1. </span>Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
288288 <p>There is required parameter, <code class="docutils literal notranslate"><span class="pre">target_name</span></code>.</p>
289289 <div class="section" id="target-name">
290 <h4><span class="section-number">7.3.69.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h4>
290 <h4><span class="section-number">7.3.70.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="Permalink to this headline">¶</a></h4>
291291 <p>Specifies the name of table or column.</p>
292292 </div>
293293 </div>
294294 </div>
295295 <div class="section" id="return-value">
296 <h2><span class="section-number">7.3.69.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
296 <h2><span class="section-number">7.3.70.5. </span>Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
297297 <p><code class="docutils literal notranslate"><span class="pre">truncate</span></code> command returns whether truncation is succeeded or not:</p>
298298 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SUCCEEDED_OR_NOT]
299299 </pre></div>
318318 <div class="sphinxsidebarwrapper">
319319 <h3><a href="../../index.html">Table of Contents</a></h3>
320320 <ul>
321 <li><a class="reference internal" href="#">7.3.69. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a><ul>
322 <li><a class="reference internal" href="#summary">7.3.69.1. Summary</a></li>
323 <li><a class="reference internal" href="#syntax">7.3.69.2. Syntax</a></li>
324 <li><a class="reference internal" href="#usage">7.3.69.3. Usage</a></li>
325 <li><a class="reference internal" href="#parameters">7.3.69.4. Parameters</a><ul>
326 <li><a class="reference internal" href="#required-parameters">7.3.69.4.1. Required parameters</a><ul>
327 <li><a class="reference internal" href="#target-name">7.3.69.4.1.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
321 <li><a class="reference internal" href="#">7.3.70. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a><ul>
322 <li><a class="reference internal" href="#summary">7.3.70.1. Summary</a></li>
323 <li><a class="reference internal" href="#syntax">7.3.70.2. Syntax</a></li>
324 <li><a class="reference internal" href="#usage">7.3.70.3. Usage</a></li>
325 <li><a class="reference internal" href="#parameters">7.3.70.4. Parameters</a><ul>
326 <li><a class="reference internal" href="#required-parameters">7.3.70.4.1. Required parameters</a><ul>
327 <li><a class="reference internal" href="#target-name">7.3.70.4.1.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
328328 </ul>
329329 </li>
330330 </ul>
331331 </li>
332 <li><a class="reference internal" href="#return-value">7.3.69.5. Return value</a></li>
332 <li><a class="reference internal" href="#return-value">7.3.70.5. Return value</a></li>
333333 </ul>
334334 </li>
335335 </ul>
336336
337337 <h4>Previous topic</h4>
338338 <p class="topless"><a href="tokenizer_list.html"
339 title="previous chapter"><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></p>
339 title="previous chapter"><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></p>
340340 <h4>Next topic</h4>
341341 <p class="topless"><a href="../types.html"
342342 title="next chapter"><span class="section-number">7.4. </span>Data types</a></p>
364364 <a href="../types.html" title="7.4. Data types"
365365 >next</a> |</li>
366366 <li class="right" >
367 <a href="tokenizer_list.html" title="7.3.68. tokenizer_list"
367 <a href="tokenizer_list.html" title="7.3.69. tokenizer_list"
368368 >previous</a> |</li>
369 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
369 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
370370 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
371371 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>Command</a> &#187;</li>
372 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
372 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.70. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
373373 </ul>
374374 </div>
375375 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.18. Configuration &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.18. Configuration &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="operations/prefix_rk_search.html" title="7.17.2. Prefix RK search"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.18. </span>Configuration</a></li>
5656 </ul>
149149 <li class="right" >
150150 <a href="operations/prefix_rk_search.html" title="7.17.2. Prefix RK search"
151151 >previous</a> |</li>
152 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
152 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
153153 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
154154 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.18. </span>Configuration</a></li>
155155 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.1. grndb &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.1.1. grndb &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../executables.html" title="7.1. Executables"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>Executables</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.1. </span><code class="docutils literal notranslate"><span class="pre">grndb</span></code></a></li>
415415 <li class="right" >
416416 <a href="../executables.html" title="7.1. Executables"
417417 >previous</a> |</li>
418 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
418 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
419419 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
420420 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>Executables</a> &#187;</li>
421421 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.1. </span><code class="docutils literal notranslate"><span class="pre">grndb</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.2. grnslap &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.1.2. grnslap &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grndb.html" title="7.1.1. grndb"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>Executables</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.2. </span>grnslap</a></li>
176176 <li class="right" >
177177 <a href="grndb.html" title="7.1.1. grndb"
178178 >previous</a> |</li>
179 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
179 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
180180 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
181181 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>Executables</a> &#187;</li>
182182 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.2. </span>grnslap</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.4. groonga-benchmark &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.1.4. groonga-benchmark &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="groonga.html" title="7.1.3. groonga executable file"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>Executables</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.4. </span>groonga-benchmark</a></li>
399399 <li class="right" >
400400 <a href="groonga.html" title="7.1.3. groonga executable file"
401401 >previous</a> |</li>
402 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
402 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
403403 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
404404 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>Executables</a> &#187;</li>
405405 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.4. </span>groonga-benchmark</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.5. groonga-httpd &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.1.5. groonga-httpd &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="groonga-benchmark.html" title="7.1.4. groonga-benchmark"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>Executables</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.5. </span>groonga-httpd</a></li>
688688 <li class="right" >
689689 <a href="groonga-benchmark.html" title="7.1.4. groonga-benchmark"
690690 >previous</a> |</li>
691 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
691 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
692692 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
693693 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>Executables</a> &#187;</li>
694694 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.5. </span>groonga-httpd</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.6. Groonga HTTP server &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.1.6. Groonga HTTP server &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="groonga-httpd.html" title="7.1.5. groonga-httpd"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>Executables</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.6. </span>Groonga HTTP server</a></li>
219219 <li class="right" >
220220 <a href="groonga-httpd.html" title="7.1.5. groonga-httpd"
221221 >previous</a> |</li>
222 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
222 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
223223 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
224224 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>Executables</a> &#187;</li>
225225 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.6. </span>Groonga HTTP server</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.7. groonga-suggest-create-dataset &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.1.7. groonga-suggest-create-dataset &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="groonga-server-http.html" title="7.1.6. Groonga HTTP server"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>Executables</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.7. </span>groonga-suggest-create-dataset</a></li>
168168 <li class="right" >
169169 <a href="groonga-server-http.html" title="7.1.6. Groonga HTTP server"
170170 >previous</a> |</li>
171 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
171 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
172172 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
173173 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>Executables</a> &#187;</li>
174174 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.7. </span>groonga-suggest-create-dataset</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.8. groonga-suggest-httpd &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.1.8. groonga-suggest-httpd &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="groonga-suggest-create-dataset.html" title="7.1.7. groonga-suggest-create-dataset"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>Executables</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.8. </span><code class="docutils literal notranslate"><span class="pre">groonga-suggest-httpd</span></code></a></li>
671671 <li class="right" >
672672 <a href="groonga-suggest-create-dataset.html" title="7.1.7. groonga-suggest-create-dataset"
673673 >previous</a> |</li>
674 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
674 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
675675 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
676676 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>Executables</a> &#187;</li>
677677 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.8. </span><code class="docutils literal notranslate"><span class="pre">groonga-suggest-httpd</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.9. groonga-suggest-learner &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.1.9. groonga-suggest-learner &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="groonga-suggest-httpd.html" title="7.1.8. groonga-suggest-httpd"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>Executables</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.9. </span>groonga-suggest-learner</a></li>
213213 <li class="right" >
214214 <a href="groonga-suggest-httpd.html" title="7.1.8. groonga-suggest-httpd"
215215 >previous</a> |</li>
216 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
216 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
217217 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
218218 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>Executables</a> &#187;</li>
219219 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.9. </span>groonga-suggest-learner</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.3. groonga executable file &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.1.3. groonga executable file &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grnslap.html" title="7.1.2. grnslap"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>Executables</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.3. </span><code class="docutils literal notranslate"><span class="pre">groonga</span></code> executable file</a></li>
659659 <li class="right" >
660660 <a href="grnslap.html" title="7.1.2. grnslap"
661661 >previous</a> |</li>
662 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
662 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
663663 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
664664 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>Executables</a> &#187;</li>
665665 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.3. </span><code class="docutils literal notranslate"><span class="pre">groonga</span></code> executable file</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1. Executables &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.1. Executables &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../reference.html" title="7. Reference manual"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1. </span>Executables</a></li>
5656 </ul>
118118 <li class="right" >
119119 <a href="../reference.html" title="7. Reference manual"
120120 >previous</a> |</li>
121 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
121 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
122122 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
123123 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1. </span>Executables</a></li>
124124 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15. Function &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15. Function &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="regular_expression.html" title="7.14. Regular expression"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15. </span>Function</a></li>
5656 </ul>
147147 <li class="right" >
148148 <a href="regular_expression.html" title="7.14. Regular expression"
149149 >previous</a> |</li>
150 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
150 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
151151 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
152152 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15. </span>Function</a></li>
153153 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.1. between &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.1. between &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../function.html" title="7.15. Function"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.1. </span><code class="docutils literal notranslate"><span class="pre">between</span></code></a></li>
265265 <li class="right" >
266266 <a href="../function.html" title="7.15. Function"
267267 >previous</a> |</li>
268 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
268 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
269269 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
270270 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
271271 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.1. </span><code class="docutils literal notranslate"><span class="pre">between</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.2. cast_loose &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.2. cast_loose &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="between.html" title="7.15.1. between"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.2. </span><code class="docutils literal notranslate"><span class="pre">cast_loose</span></code></a></li>
200200 <li class="right" >
201201 <a href="between.html" title="7.15.1. between"
202202 >previous</a> |</li>
203 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
203 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
204204 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
205205 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
206206 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.2. </span><code class="docutils literal notranslate"><span class="pre">cast_loose</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.3. edit_distance &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.3. edit_distance &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="cast_loose.html" title="7.15.2. cast_loose"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.3. </span>edit_distance</a></li>
155155 <li class="right" >
156156 <a href="cast_loose.html" title="7.15.2. cast_loose"
157157 >previous</a> |</li>
158 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
158 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
159159 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
160160 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
161161 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.3. </span>edit_distance</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.4. fuzzy_search &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.4. fuzzy_search &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="edit_distance.html" title="7.15.3. edit_distance"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.4. </span><code class="docutils literal notranslate"><span class="pre">fuzzy_search</span></code></a></li>
132132 <li class="right" >
133133 <a href="edit_distance.html" title="7.15.3. edit_distance"
134134 >previous</a> |</li>
135 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
135 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
136136 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
137137 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
138138 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.4. </span><code class="docutils literal notranslate"><span class="pre">fuzzy_search</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.5. geo_distance &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.5. geo_distance &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="fuzzy_search.html" title="7.15.4. fuzzy_search"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.5. </span><code class="docutils literal notranslate"><span class="pre">geo_distance</span></code></a></li>
594594 <li class="right" >
595595 <a href="fuzzy_search.html" title="7.15.4. fuzzy_search"
596596 >previous</a> |</li>
597 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
597 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
598598 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
599599 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
600600 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.5. </span><code class="docutils literal notranslate"><span class="pre">geo_distance</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.6. geo_in_circle &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.6. geo_in_circle &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="geo_distance.html" title="7.15.5. geo_distance"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.6. </span>geo_in_circle</a></li>
186186 <li class="right" >
187187 <a href="geo_distance.html" title="7.15.5. geo_distance"
188188 >previous</a> |</li>
189 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
189 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
190190 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
191191 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
192192 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.6. </span>geo_in_circle</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.7. geo_in_rectangle &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.7. geo_in_rectangle &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="geo_in_circle.html" title="7.15.6. geo_in_circle"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.7. </span>geo_in_rectangle</a></li>
165165 <li class="right" >
166166 <a href="geo_in_circle.html" title="7.15.6. geo_in_circle"
167167 >previous</a> |</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
169169 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
170170 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
171171 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.7. </span>geo_in_rectangle</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.8. highlight_full &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.8. highlight_full &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="geo_in_rectangle.html" title="7.15.7. geo_in_rectangle"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.8. </span><code class="docutils literal notranslate"><span class="pre">highlight_full</span></code></a></li>
284284 <li class="right" >
285285 <a href="geo_in_rectangle.html" title="7.15.7. geo_in_rectangle"
286286 >previous</a> |</li>
287 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
287 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
288288 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
289289 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
290290 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.8. </span><code class="docutils literal notranslate"><span class="pre">highlight_full</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.9. highlight_html &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.9. highlight_html &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="highlight_full.html" title="7.15.8. highlight_full"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.9. </span><code class="docutils literal notranslate"><span class="pre">highlight_html</span></code></a></li>
263263 <li class="right" >
264264 <a href="highlight_full.html" title="7.15.8. highlight_full"
265265 >previous</a> |</li>
266 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
266 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
267267 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
268268 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
269269 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.9. </span><code class="docutils literal notranslate"><span class="pre">highlight_html</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.10. html_untag &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.10. html_untag &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="highlight_html.html" title="7.15.9. highlight_html"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.10. </span><code class="docutils literal notranslate"><span class="pre">html_untag</span></code></a></li>
207207 <li class="right" >
208208 <a href="highlight_html.html" title="7.15.9. highlight_html"
209209 >previous</a> |</li>
210 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
210 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
211211 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
212212 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
213213 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.10. </span><code class="docutils literal notranslate"><span class="pre">html_untag</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.11. in_records &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.11. in_records &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="html_untag.html" title="7.15.10. html_untag"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.11. </span><code class="docutils literal notranslate"><span class="pre">in_records</span></code></a></li>
327327 <li class="right" >
328328 <a href="html_untag.html" title="7.15.10. html_untag"
329329 >previous</a> |</li>
330 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
330 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
331331 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
332332 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
333333 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.11. </span><code class="docutils literal notranslate"><span class="pre">in_records</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.12. in_values &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.12. in_values &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="in_records.html" title="7.15.11. in_records"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.12. </span><code class="docutils literal notranslate"><span class="pre">in_values</span></code></a></li>
227227 <li class="right" >
228228 <a href="in_records.html" title="7.15.11. in_records"
229229 >previous</a> |</li>
230 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
230 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
231231 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
232232 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
233233 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.12. </span><code class="docutils literal notranslate"><span class="pre">in_values</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.13. math_abs &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.13. math_abs &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="in_values.html" title="7.15.12. in_values"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.13. </span><code class="docutils literal notranslate"><span class="pre">math_abs</span></code></a></li>
219219 <li class="right" >
220220 <a href="in_values.html" title="7.15.12. in_values"
221221 >previous</a> |</li>
222 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
222 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
223223 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
224224 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
225225 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.13. </span><code class="docutils literal notranslate"><span class="pre">math_abs</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.14. now &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.14. now &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="math_abs.html" title="7.15.13. math_abs"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.14. </span>now</a></li>
143143 <li class="right" >
144144 <a href="math_abs.html" title="7.15.13. math_abs"
145145 >previous</a> |</li>
146 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
146 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
147147 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
148148 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
149149 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.14. </span>now</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.15. number_classify &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.15. number_classify &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="now.html" title="7.15.14. now"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.15. </span><code class="docutils literal notranslate"><span class="pre">number_classify</span></code></a></li>
129129 <li class="right" >
130130 <a href="now.html" title="7.15.14. now"
131131 >previous</a> |</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
133133 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
134134 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
135135 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.15. </span><code class="docutils literal notranslate"><span class="pre">number_classify</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.16. prefix_rk_search &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.16. prefix_rk_search &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="number_classify.html" title="7.15.15. number_classify"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.16. </span><code class="docutils literal notranslate"><span class="pre">prefix_rk_search</span></code></a></li>
402402 <li class="right" >
403403 <a href="number_classify.html" title="7.15.15. number_classify"
404404 >previous</a> |</li>
405 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
405 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
406406 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
407407 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
408408 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.16. </span><code class="docutils literal notranslate"><span class="pre">prefix_rk_search</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.17. query &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.17. query &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="prefix_rk_search.html" title="7.15.16. prefix_rk_search"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.17. </span><code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
509509 <li class="right" >
510510 <a href="prefix_rk_search.html" title="7.15.16. prefix_rk_search"
511511 >previous</a> |</li>
512 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
512 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
513513 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
514514 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
515515 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.17. </span><code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.18. rand &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.18. rand &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="query.html" title="7.15.17. query"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.18. </span>rand</a></li>
151151 <li class="right" >
152152 <a href="query.html" title="7.15.17. query"
153153 >previous</a> |</li>
154 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
154 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
155155 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
156156 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
157157 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.18. </span>rand</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.19. snippet_html &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.19. snippet_html &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="rand.html" title="7.15.18. rand"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.19. </span><code class="docutils literal notranslate"><span class="pre">snippet_html</span></code></a></li>
267267 <li class="right" >
268268 <a href="rand.html" title="7.15.18. rand"
269269 >previous</a> |</li>
270 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
270 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
271271 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
272272 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
273273 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.19. </span><code class="docutils literal notranslate"><span class="pre">snippet_html</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.20. string_length &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.20. string_length &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="snippet_html.html" title="7.15.19. snippet_html"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.20. </span><code class="docutils literal notranslate"><span class="pre">string_length</span></code></a></li>
136136 <li class="right" >
137137 <a href="snippet_html.html" title="7.15.19. snippet_html"
138138 >previous</a> |</li>
139 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
139 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
140140 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
141141 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
142142 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.20. </span><code class="docutils literal notranslate"><span class="pre">string_length</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.21. string_substring &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.21. string_substring &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="string_length.html" title="7.15.20. string_length"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.21. </span><code class="docutils literal notranslate"><span class="pre">string_substring</span></code></a></li>
135135 <li class="right" >
136136 <a href="string_length.html" title="7.15.20. string_length"
137137 >previous</a> |</li>
138 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
138 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
139139 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
140140 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
141141 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.21. </span><code class="docutils literal notranslate"><span class="pre">string_substring</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.22. sub_filter &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.22. sub_filter &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="string_substring.html" title="7.15.21. string_substring"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.22. </span><code class="docutils literal notranslate"><span class="pre">sub_filter</span></code></a></li>
295295 <li class="right" >
296296 <a href="string_substring.html" title="7.15.21. string_substring"
297297 >previous</a> |</li>
298 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
298 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
299299 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
300300 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
301301 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.22. </span><code class="docutils literal notranslate"><span class="pre">sub_filter</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.23. time_classify_day &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.23. time_classify_day &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="sub_filter.html" title="7.15.22. sub_filter"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.23. </span><code class="docutils literal notranslate"><span class="pre">time_classify_day</span></code></a></li>
251251 <li class="right" >
252252 <a href="sub_filter.html" title="7.15.22. sub_filter"
253253 >previous</a> |</li>
254 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
254 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
255255 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
256256 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
257257 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.23. </span><code class="docutils literal notranslate"><span class="pre">time_classify_day</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.24. time_classify_day_of_week &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.24. time_classify_day_of_week &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="time_classify_day.html" title="7.15.23. time_classify_day"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.24. </span><code class="docutils literal notranslate"><span class="pre">time_classify_day_of_week</span></code></a></li>
268268 <li class="right" >
269269 <a href="time_classify_day.html" title="7.15.23. time_classify_day"
270270 >previous</a> |</li>
271 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
271 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
272272 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
273273 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
274274 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.24. </span><code class="docutils literal notranslate"><span class="pre">time_classify_day_of_week</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.25. time_classify_hour &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.25. time_classify_hour &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="time_classify_day_of_week.html" title="7.15.24. time_classify_day_of_week"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.25. </span><code class="docutils literal notranslate"><span class="pre">time_classify_hour</span></code></a></li>
128128 <li class="right" >
129129 <a href="time_classify_day_of_week.html" title="7.15.24. time_classify_day_of_week"
130130 >previous</a> |</li>
131 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
131 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
132132 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
133133 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
134134 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.25. </span><code class="docutils literal notranslate"><span class="pre">time_classify_hour</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.26. time_classify_minute &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.26. time_classify_minute &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="time_classify_hour.html" title="7.15.25. time_classify_hour"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.26. </span><code class="docutils literal notranslate"><span class="pre">time_classify_minute</span></code></a></li>
128128 <li class="right" >
129129 <a href="time_classify_hour.html" title="7.15.25. time_classify_hour"
130130 >previous</a> |</li>
131 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
131 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
132132 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
133133 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
134134 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.26. </span><code class="docutils literal notranslate"><span class="pre">time_classify_minute</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.27. time_classify_month &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.27. time_classify_month &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="time_classify_minute.html" title="7.15.26. time_classify_minute"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.27. </span><code class="docutils literal notranslate"><span class="pre">time_classify_month</span></code></a></li>
128128 <li class="right" >
129129 <a href="time_classify_minute.html" title="7.15.26. time_classify_minute"
130130 >previous</a> |</li>
131 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
131 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
132132 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
133133 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
134134 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.27. </span><code class="docutils literal notranslate"><span class="pre">time_classify_month</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.28. time_classify_second &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.28. time_classify_second &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="time_classify_month.html" title="7.15.27. time_classify_month"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.28. </span><code class="docutils literal notranslate"><span class="pre">time_classify_second</span></code></a></li>
128128 <li class="right" >
129129 <a href="time_classify_month.html" title="7.15.27. time_classify_month"
130130 >previous</a> |</li>
131 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
131 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
132132 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
133133 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
134134 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.28. </span><code class="docutils literal notranslate"><span class="pre">time_classify_second</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.29. time_classify_week &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.29. time_classify_week &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="time_classify_second.html" title="7.15.28. time_classify_second"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.29. </span><code class="docutils literal notranslate"><span class="pre">time_classify_week</span></code></a></li>
128128 <li class="right" >
129129 <a href="time_classify_second.html" title="7.15.28. time_classify_second"
130130 >previous</a> |</li>
131 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
131 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
132132 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
133133 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
134134 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.29. </span><code class="docutils literal notranslate"><span class="pre">time_classify_week</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.30. time_classify_year &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.30. time_classify_year &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="time_classify_week.html" title="7.15.29. time_classify_week"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.30. </span><code class="docutils literal notranslate"><span class="pre">time_classify_year</span></code></a></li>
128128 <li class="right" >
129129 <a href="time_classify_week.html" title="7.15.29. time_classify_week"
130130 >previous</a> |</li>
131 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
131 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
132132 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
133133 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
134134 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.30. </span><code class="docutils literal notranslate"><span class="pre">time_classify_year</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.31. vector_find &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.31. vector_find &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="time_classify_year.html" title="7.15.30. time_classify_year"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.31. </span><code class="docutils literal notranslate"><span class="pre">vector_find</span></code></a></li>
358358 <li class="right" >
359359 <a href="time_classify_year.html" title="7.15.30. time_classify_year"
360360 >previous</a> |</li>
361 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
361 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
362362 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
363363 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
364364 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.31. </span><code class="docutils literal notranslate"><span class="pre">vector_find</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.32. vector_new &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.32. vector_new &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="vector_find.html" title="7.15.31. vector_find"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.32. </span><code class="docutils literal notranslate"><span class="pre">vector_new</span></code></a></li>
141141 <li class="right" >
142142 <a href="vector_find.html" title="7.15.31. vector_find"
143143 >previous</a> |</li>
144 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
144 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
145145 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
146146 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
147147 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.32. </span><code class="docutils literal notranslate"><span class="pre">vector_new</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.33. vector_size &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.33. vector_size &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="vector_new.html" title="7.15.32. vector_new"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.33. </span><code class="docutils literal notranslate"><span class="pre">vector_size</span></code></a></li>
220220 <li class="right" >
221221 <a href="vector_new.html" title="7.15.32. vector_new"
222222 >previous</a> |</li>
223 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
223 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
224224 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
225225 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
226226 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.33. </span><code class="docutils literal notranslate"><span class="pre">vector_size</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.34. vector_slice &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.15.34. vector_slice &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="vector_size.html" title="7.15.33. vector_size"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>Function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.34. </span><code class="docutils literal notranslate"><span class="pre">vector_slice</span></code></a></li>
136136 <li class="right" >
137137 <a href="vector_size.html" title="7.15.33. vector_size"
138138 >previous</a> |</li>
139 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
139 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
140140 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
141141 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>Function</a> &#187;</li>
142142 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.34. </span><code class="docutils literal notranslate"><span class="pre">vector_slice</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.13.1. Query syntax &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.13.1. Query syntax &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../grn_expr.html" title="7.13. grn_expr"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../grn_expr.html" accesskey="U"><span class="section-number">7.13. </span>grn_expr</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.13.1. </span>Query syntax</a></li>
14271427 <li class="right" >
14281428 <a href="../grn_expr.html" title="7.13. grn_expr"
14291429 >previous</a> |</li>
1430 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
1430 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
14311431 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
14321432 <li class="nav-item nav-item-2"><a href="../grn_expr.html" ><span class="section-number">7.13. </span>grn_expr</a> &#187;</li>
14331433 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.13.1. </span>Query syntax</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.13.2. Script syntax &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.13.2. Script syntax &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="query_syntax.html" title="7.13.1. Query syntax"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../grn_expr.html" accesskey="U"><span class="section-number">7.13. </span>grn_expr</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.13.2. </span>Script syntax</a></li>
28052805 <li class="right" >
28062806 <a href="query_syntax.html" title="7.13.1. Query syntax"
28072807 >previous</a> |</li>
2808 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
2808 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
28092809 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
28102810 <li class="nav-item nav-item-2"><a href="../grn_expr.html" ><span class="section-number">7.13. </span>grn_expr</a> &#187;</li>
28112811 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.13.2. </span>Script syntax</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.13. grn_expr &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.13. grn_expr &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="cast.html" title="7.12. Cast"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.13. </span>grn_expr</a></li>
5656 </ul>
163163 <li class="right" >
164164 <a href="cast.html" title="7.12. Cast"
165165 >previous</a> |</li>
166 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
166 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
167167 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
168168 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.13. </span>grn_expr</a></li>
169169 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.21. Indexing &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.21. Indexing &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="suggest/suggestion.html" title="7.20.4. Suggestion"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.21. </span>Indexing</a></li>
5656 </ul>
293293 <li class="right" >
294294 <a href="suggest/suggestion.html" title="7.20.4. Suggestion"
295295 >previous</a> |</li>
296 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
296 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
297297 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
298298 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.21. </span>Indexing</a></li>
299299 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.23. Log &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.23. Log &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="sharding.html" title="7.22. Sharding"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.23. </span>Log</a></li>
5656 </ul>
322322 <li class="right" >
323323 <a href="sharding.html" title="7.22. Sharding"
324324 >previous</a> |</li>
325 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
325 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
326326 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
327327 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.23. </span>Log</a></li>
328328 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.7.2.1. NormalizerAuto &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.7.2.1. NormalizerAuto &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../normalizers.html" title="7.7. Normalizers"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../normalizers.html" accesskey="U"><span class="section-number">7.7. </span>Normalizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7.2.1. </span><code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code></a></li>
169169 <li class="right" >
170170 <a href="../normalizers.html" title="7.7. Normalizers"
171171 >previous</a> |</li>
172 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
172 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
173173 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
174174 <li class="nav-item nav-item-2"><a href="../normalizers.html" ><span class="section-number">7.7. </span>Normalizers</a> &#187;</li>
175175 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7.2.1. </span><code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.7.2.2. NormalizerNFKC100 &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.7.2.2. NormalizerNFKC100 &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="normalizer_auto.html" title="7.7.2.1. NormalizerAuto"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../normalizers.html" accesskey="U"><span class="section-number">7.7. </span>Normalizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7.2.2. </span><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code></a></li>
887887 <li class="right" >
888888 <a href="normalizer_auto.html" title="7.7.2.1. NormalizerAuto"
889889 >previous</a> |</li>
890 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
890 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
891891 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
892892 <li class="nav-item nav-item-2"><a href="../normalizers.html" ><span class="section-number">7.7. </span>Normalizers</a> &#187;</li>
893893 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7.2.2. </span><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.7.2.3. NormalizerNFKC51 &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.7.2.3. NormalizerNFKC51 &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="normalizer_nfkc100.html" title="7.7.2.2. NormalizerNFKC100"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../normalizers.html" accesskey="U"><span class="section-number">7.7. </span>Normalizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7.2.3. </span><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC51</span></code></a></li>
152152 <li class="right" >
153153 <a href="normalizer_nfkc100.html" title="7.7.2.2. NormalizerNFKC100"
154154 >previous</a> |</li>
155 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
155 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
156156 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
157157 <li class="nav-item nav-item-2"><a href="../normalizers.html" ><span class="section-number">7.7. </span>Normalizers</a> &#187;</li>
158158 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7.2.3. </span><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC51</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.7. Normalizers &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.7. Normalizers &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="columns/index.html" title="7.6.4. Index column"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7. </span>Normalizers</a></li>
5656 </ul>
228228 <li class="right" >
229229 <a href="columns/index.html" title="7.6.4. Index column"
230230 >previous</a> |</li>
231 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
231 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
232232 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
233233 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7. </span>Normalizers</a></li>
234234 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.17.1. Geolocation search &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.17.1. Geolocation search &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../operations.html" title="7.17. Operations"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../operations.html" accesskey="U"><span class="section-number">7.17. </span>Operations</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.17.1. </span>Geolocation search</a></li>
151151 <li class="right" >
152152 <a href="../operations.html" title="7.17. Operations"
153153 >previous</a> |</li>
154 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
154 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
155155 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
156156 <li class="nav-item nav-item-2"><a href="../operations.html" ><span class="section-number">7.17. </span>Operations</a> &#187;</li>
157157 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.17.1. </span>Geolocation search</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.17.2. Prefix RK search &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.17.2. Prefix RK search &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="geolocation_search.html" title="7.17.1. Geolocation search"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../operations.html" accesskey="U"><span class="section-number">7.17. </span>Operations</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.17.2. </span>Prefix RK search</a></li>
173173 <li class="right" >
174174 <a href="geolocation_search.html" title="7.17.1. Geolocation search"
175175 >previous</a> |</li>
176 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
176 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
177177 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
178178 <li class="nav-item nav-item-2"><a href="../operations.html" ><span class="section-number">7.17. </span>Operations</a> &#187;</li>
179179 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.17.2. </span>Prefix RK search</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.17. Operations &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.17. Operations &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="window_functions/window_sum.html" title="7.16.4. window_sum"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.17. </span>Operations</a></li>
5656 </ul>
112112 <li class="right" >
113113 <a href="window_functions/window_sum.html" title="7.16.4. window_sum"
114114 >previous</a> |</li>
115 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
115 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
116116 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
117117 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.17. </span>Operations</a></li>
118118 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.2. Output &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.2. Output &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="executables/groonga-suggest-learner.html" title="7.1.9. groonga-suggest-learner"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.2. </span>Output</a></li>
5656 </ul>
273273 <li class="right" >
274274 <a href="executables/groonga-suggest-learner.html" title="7.1.9. groonga-suggest-learner"
275275 >previous</a> |</li>
276 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
276 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
277277 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
278278 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.2. </span>Output</a></li>
279279 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.10.1. QueryExpanderTSV &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.10.1. QueryExpanderTSV &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../query_expanders.html" title="7.10. Query expanders"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../query_expanders.html" accesskey="U"><span class="section-number">7.10. </span>Query expanders</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.10.1. </span>QueryExpanderTSV</a></li>
285285 <li class="right" >
286286 <a href="../query_expanders.html" title="7.10. Query expanders"
287287 >previous</a> |</li>
288 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
288 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
289289 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
290290 <li class="nav-item nav-item-2"><a href="../query_expanders.html" ><span class="section-number">7.10. </span>Query expanders</a> &#187;</li>
291291 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.10.1. </span>QueryExpanderTSV</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.10. Query expanders &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.10. Query expanders &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_filters/token_filter_stop_word.html" title="7.9.4. TokenFilterStopWord"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.10. </span>Query expanders</a></li>
5656 </ul>
109109 <li class="right" >
110110 <a href="token_filters/token_filter_stop_word.html" title="7.9.4. TokenFilterStopWord"
111111 >previous</a> |</li>
112 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
112 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
113113 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
114114 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.10. </span>Query expanders</a></li>
115115 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.14. Regular expression &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.14. Regular expression &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="grn_expr/script_syntax.html" title="7.13.2. Script syntax"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.14. </span>Regular expression</a></li>
5656 </ul>
950950 <li class="right" >
951951 <a href="grn_expr/script_syntax.html" title="7.13.2. Script syntax"
952952 >previous</a> |</li>
953 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
953 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
954954 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
955955 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.14. </span>Regular expression</a></li>
956956 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.11. Scorer &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.11. Scorer &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="query_expanders/tsv.html" title="7.10.1. QueryExpanderTSV"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.11. </span>Scorer</a></li>
5656 </ul>
490490 <li class="right" >
491491 <a href="query_expanders/tsv.html" title="7.10.1. QueryExpanderTSV"
492492 >previous</a> |</li>
493 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
493 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
494494 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
495495 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.11. </span>Scorer</a></li>
496496 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.11.3.1. scorer_tf_at_most &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.11.3.1. scorer_tf_at_most &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../scorer.html" title="7.11. Scorer"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../scorer.html" accesskey="U"><span class="section-number">7.11. </span>Scorer</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.11.3.1. </span><code class="docutils literal notranslate"><span class="pre">scorer_tf_at_most</span></code></a></li>
289289 <li class="right" >
290290 <a href="../scorer.html" title="7.11. Scorer"
291291 >previous</a> |</li>
292 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
292 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
293293 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
294294 <li class="nav-item nav-item-2"><a href="../scorer.html" ><span class="section-number">7.11. </span>Scorer</a> &#187;</li>
295295 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.11.3.1. </span><code class="docutils literal notranslate"><span class="pre">scorer_tf_at_most</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.11.3.2. scorer_tf_idf &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.11.3.2. scorer_tf_idf &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="scorer_tf_at_most.html" title="7.11.3.1. scorer_tf_at_most"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../scorer.html" accesskey="U"><span class="section-number">7.11. </span>Scorer</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.11.3.2. </span><code class="docutils literal notranslate"><span class="pre">scorer_tf_idf</span></code></a></li>
308308 <li class="right" >
309309 <a href="scorer_tf_at_most.html" title="7.11.3.1. scorer_tf_at_most"
310310 >previous</a> |</li>
311 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
311 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
312312 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
313313 <li class="nav-item nav-item-2"><a href="../scorer.html" ><span class="section-number">7.11. </span>Scorer</a> &#187;</li>
314314 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.11.3.2. </span><code class="docutils literal notranslate"><span class="pre">scorer_tf_idf</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.22. Sharding &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.22. Sharding &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="indexing.html" title="7.21. Indexing"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.22. </span>Sharding</a></li>
5656 </ul>
206206 <li class="right" >
207207 <a href="indexing.html" title="7.21. Indexing"
208208 >previous</a> |</li>
209 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
209 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
210210 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
211211 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.22. </span>Sharding</a></li>
212212 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.20.2. Completion &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.20.2. Completion &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="introduction.html" title="7.20.1. Introduction"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../suggest.html" accesskey="U"><span class="section-number">7.20. </span>Suggest</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.2. </span>Completion</a></li>
554554 <li class="right" >
555555 <a href="introduction.html" title="7.20.1. Introduction"
556556 >previous</a> |</li>
557 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
557 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
558558 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
559559 <li class="nav-item nav-item-2"><a href="../suggest.html" ><span class="section-number">7.20. </span>Suggest</a> &#187;</li>
560560 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.2. </span>Completion</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.20.3. Correction &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.20.3. Correction &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="completion.html" title="7.20.2. Completion"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../suggest.html" accesskey="U"><span class="section-number">7.20. </span>Suggest</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.3. </span>Correction</a></li>
285285 <li class="right" >
286286 <a href="completion.html" title="7.20.2. Completion"
287287 >previous</a> |</li>
288 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
288 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
289289 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
290290 <li class="nav-item nav-item-2"><a href="../suggest.html" ><span class="section-number">7.20. </span>Suggest</a> &#187;</li>
291291 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.3. </span>Correction</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.20.1. Introduction &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.20.1. Introduction &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../suggest.html" title="7.20. Suggest"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../suggest.html" accesskey="U"><span class="section-number">7.20. </span>Suggest</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.1. </span>Introduction</a></li>
217217 <li class="right" >
218218 <a href="../suggest.html" title="7.20. Suggest"
219219 >previous</a> |</li>
220 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
220 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
221221 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
222222 <li class="nav-item nav-item-2"><a href="../suggest.html" ><span class="section-number">7.20. </span>Suggest</a> &#187;</li>
223223 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.1. </span>Introduction</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.20.4. Suggestion &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.20.4. Suggestion &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="correction.html" title="7.20.3. Correction"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../suggest.html" accesskey="U"><span class="section-number">7.20. </span>Suggest</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.4. </span>Suggestion</a></li>
282282 <li class="right" >
283283 <a href="correction.html" title="7.20.3. Correction"
284284 >previous</a> |</li>
285 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
285 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
286286 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
287287 <li class="nav-item nav-item-2"><a href="../suggest.html" ><span class="section-number">7.20. </span>Suggest</a> &#187;</li>
288288 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.4. </span>Suggestion</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.20. Suggest &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.20. Suggest &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="alias.html" title="7.19. Alias"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20. </span>Suggest</a></li>
5656 </ul>
136136 <li class="right" >
137137 <a href="alias.html" title="7.19. Alias"
138138 >previous</a> |</li>
139 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
139 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
140140 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
141141 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20. </span>Suggest</a></li>
142142 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.5. Tables &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.5. Tables &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="types.html" title="7.4. Data types"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.5. </span>Tables</a></li>
5656 </ul>
340340 <li class="right" >
341341 <a href="types.html" title="7.4. Data types"
342342 >previous</a> |</li>
343 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
343 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
344344 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
345345 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.5. </span>Tables</a></li>
346346 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.9.1. Summary &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.9.1. Summary &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../token_filters.html" title="7.9. Token filters"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../token_filters.html" accesskey="U"><span class="section-number">7.9. </span>Token filters</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.1. </span>Summary</a></li>
137137 <li class="right" >
138138 <a href="../token_filters.html" title="7.9. Token filters"
139139 >previous</a> |</li>
140 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
140 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
141141 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
142142 <li class="nav-item nav-item-2"><a href="../token_filters.html" ><span class="section-number">7.9. </span>Token filters</a> &#187;</li>
143143 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.1. </span>Summary</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.9.2. TokenFilterNFKC100 &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.9.2. TokenFilterNFKC100 &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../token_filter/summary.html" title="7.9.1. Summary"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../token_filters.html" accesskey="U"><span class="section-number">7.9. </span>Token filters</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.2. </span><code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a></li>
616616 <li class="right" >
617617 <a href="../token_filter/summary.html" title="7.9.1. Summary"
618618 >previous</a> |</li>
619 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
619 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
620620 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
621621 <li class="nav-item nav-item-2"><a href="../token_filters.html" ><span class="section-number">7.9. </span>Token filters</a> &#187;</li>
622622 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.2. </span><code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.9.3. TokenFilterStem &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.9.3. TokenFilterStem &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_filter_nfkc100.html" title="7.9.2. TokenFilterNFKC100"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../token_filters.html" accesskey="U"><span class="section-number">7.9. </span>Token filters</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.3. </span><code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a></li>
282282 <li class="right" >
283283 <a href="token_filter_nfkc100.html" title="7.9.2. TokenFilterNFKC100"
284284 >previous</a> |</li>
285 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
285 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
286286 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
287287 <li class="nav-item nav-item-2"><a href="../token_filters.html" ><span class="section-number">7.9. </span>Token filters</a> &#187;</li>
288288 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.3. </span><code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.9.4. TokenFilterStopWord &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.9.4. TokenFilterStopWord &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_filter_stem.html" title="7.9.3. TokenFilterStem"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../token_filters.html" accesskey="U"><span class="section-number">7.9. </span>Token filters</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.4. </span><code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code></a></li>
277277 <li class="right" >
278278 <a href="token_filter_stem.html" title="7.9.3. TokenFilterStem"
279279 >previous</a> |</li>
280 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
280 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
281281 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
282282 <li class="nav-item nav-item-2"><a href="../token_filters.html" ><span class="section-number">7.9. </span>Token filters</a> &#187;</li>
283283 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.4. </span><code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.9. Token filters &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.9. Token filters &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="tokenizers/token_unigram.html" title="7.8.18. TokenUnigram"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9. </span>Token filters</a></li>
5656 </ul>
112112 <li class="right" >
113113 <a href="tokenizers/token_unigram.html" title="7.8.18. TokenUnigram"
114114 >previous</a> |</li>
115 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
115 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
116116 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
117117 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9. </span>Token filters</a></li>
118118 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.1. Summary &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.1. Summary &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../tokenizers.html" title="7.8. Tokenizers"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.1. </span>Summary</a></li>
249249 <li class="right" >
250250 <a href="../tokenizers.html" title="7.8. Tokenizers"
251251 >previous</a> |</li>
252 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
252 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
253253 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
254254 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
255255 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.1. </span>Summary</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.2. TokenBigram &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.2. TokenBigram &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../tokenizer/summary.html" title="7.8.1. Summary"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.2. </span><code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></li>
358358 <li class="right" >
359359 <a href="../tokenizer/summary.html" title="7.8.1. Summary"
360360 >previous</a> |</li>
361 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
361 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
362362 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
363363 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
364364 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.2. </span><code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.3. TokenBigramIgnoreBlank &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.3. TokenBigramIgnoreBlank &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_bigram.html" title="7.8.2. TokenBigram"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.3. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></li>
211211 <li class="right" >
212212 <a href="token_bigram.html" title="7.8.2. TokenBigram"
213213 >previous</a> |</li>
214 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
214 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
215215 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
216216 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
217217 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.3. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.4. TokenBigramIgnoreBlankSplitSymbol &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.4. TokenBigramIgnoreBlankSplitSymbol &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_bigram_ignore_blank.html" title="7.8.3. TokenBigramIgnoreBlank"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.4. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></li>
230230 <li class="right" >
231231 <a href="token_bigram_ignore_blank.html" title="7.8.3. TokenBigramIgnoreBlank"
232232 >previous</a> |</li>
233 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
233 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
234234 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
235235 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
236236 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.4. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_bigram_ignore_blank_split_symbol.html" title="7.8.4. TokenBigramIgnoreBlankSplitSymbol"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.5. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></li>
260260 <li class="right" >
261261 <a href="token_bigram_ignore_blank_split_symbol.html" title="7.8.4. TokenBigramIgnoreBlankSplitSymbol"
262262 >previous</a> |</li>
263 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
263 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
264264 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
265265 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
266266 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.5. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_bigram_ignore_blank_split_symbol_alpha.html" title="7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.6. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></li>
282282 <li class="right" >
283283 <a href="token_bigram_ignore_blank_split_symbol_alpha.html" title="7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha"
284284 >previous</a> |</li>
285 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
285 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
286286 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
287287 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
288288 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.6. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.7. TokenBigramSplitSymbol &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.7. TokenBigramSplitSymbol &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" title="7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.7. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></li>
169169 <li class="right" >
170170 <a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" title="7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit"
171171 >previous</a> |</li>
172 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
172 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
173173 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
174174 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
175175 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.7. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.8. TokenBigramSplitSymbolAlpha &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.8. TokenBigramSplitSymbolAlpha &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_bigram_split_symbol.html" title="7.8.7. TokenBigramSplitSymbol"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.8. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></li>
190190 <li class="right" >
191191 <a href="token_bigram_split_symbol.html" title="7.8.7. TokenBigramSplitSymbol"
192192 >previous</a> |</li>
193 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
193 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
194194 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
195195 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
196196 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.8. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.9. TokenBigramSplitSymbolAlphaDigit &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.9. TokenBigramSplitSymbolAlphaDigit &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_bigram_split_symbol_alpha.html" title="7.8.8. TokenBigramSplitSymbolAlpha"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.9. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></li>
202202 <li class="right" >
203203 <a href="token_bigram_split_symbol_alpha.html" title="7.8.8. TokenBigramSplitSymbolAlpha"
204204 >previous</a> |</li>
205 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
205 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
206206 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
207207 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
208208 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.9. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.10. TokenDelimit &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.10. TokenDelimit &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_bigram_split_symbol_alpha_digit.html" title="7.8.9. TokenBigramSplitSymbolAlphaDigit"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.10. </span><code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></li>
347347 <li class="right" >
348348 <a href="token_bigram_split_symbol_alpha_digit.html" title="7.8.9. TokenBigramSplitSymbolAlphaDigit"
349349 >previous</a> |</li>
350 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
350 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
351351 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
352352 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
353353 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.10. </span><code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.11. TokenDelimitNull &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.11. TokenDelimitNull &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_delimit.html" title="7.8.10. TokenDelimit"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.11. </span><code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></li>
152152 <li class="right" >
153153 <a href="token_delimit.html" title="7.8.10. TokenDelimit"
154154 >previous</a> |</li>
155 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
155 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
156156 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
157157 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
158158 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.11. </span><code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.12. TokenMecab &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.12. TokenMecab &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_delimit_null.html" title="7.8.11. TokenDelimitNull"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.12. </span><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></li>
773773 <li class="right" >
774774 <a href="token_delimit_null.html" title="7.8.11. TokenDelimitNull"
775775 >previous</a> |</li>
776 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
776 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
777777 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
778778 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
779779 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.12. </span><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.13. TokenNgram &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.13. TokenNgram &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_mecab.html" title="7.8.12. TokenMecab"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.13. </span><code class="docutils literal notranslate"><span class="pre">TokenNgram</span></code></a></li>
995995 <li class="right" >
996996 <a href="token_mecab.html" title="7.8.12. TokenMecab"
997997 >previous</a> |</li>
998 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
998 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
999999 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
10001000 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
10011001 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.13. </span><code class="docutils literal notranslate"><span class="pre">TokenNgram</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.14. TokenPattern &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.14. TokenPattern &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_ngram.html" title="7.8.13. TokenNgram"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.14. </span><code class="docutils literal notranslate"><span class="pre">TokenPattern</span></code></a></li>
230230 <li class="right" >
231231 <a href="token_ngram.html" title="7.8.13. TokenNgram"
232232 >previous</a> |</li>
233 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
233 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
234234 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
235235 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
236236 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.14. </span><code class="docutils literal notranslate"><span class="pre">TokenPattern</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.15. TokenRegexp &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.15. TokenRegexp &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_pattern.html" title="7.8.14. TokenPattern"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.15. </span><code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></li>
279279 <li class="right" >
280280 <a href="token_pattern.html" title="7.8.14. TokenPattern"
281281 >previous</a> |</li>
282 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
282 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
283283 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
284284 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
285285 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.15. </span><code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.16. TokenTable &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.16. TokenTable &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_regexp.html" title="7.8.15. TokenRegexp"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.16. </span><code class="docutils literal notranslate"><span class="pre">TokenTable</span></code></a></li>
236236 <li class="right" >
237237 <a href="token_regexp.html" title="7.8.15. TokenRegexp"
238238 >previous</a> |</li>
239 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
239 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
240240 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
241241 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
242242 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.16. </span><code class="docutils literal notranslate"><span class="pre">TokenTable</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.17. TokenTrigram &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.17. TokenTrigram &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_table.html" title="7.8.16. TokenTable"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.17. </span><code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></li>
184184 <li class="right" >
185185 <a href="token_table.html" title="7.8.16. TokenTable"
186186 >previous</a> |</li>
187 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
187 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
188188 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
189189 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
190190 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.17. </span><code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.18. TokenUnigram &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8.18. TokenUnigram &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="token_trigram.html" title="7.8.17. TokenTrigram"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.18. </span><code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></li>
184184 <li class="right" >
185185 <a href="token_trigram.html" title="7.8.17. TokenTrigram"
186186 >previous</a> |</li>
187 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
187 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
188188 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
189189 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>Tokenizers</a> &#187;</li>
190190 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.18. </span><code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8. Tokenizers &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.8. Tokenizers &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="normalizers/normalizer_nfkc51.html" title="7.7.2.3. NormalizerNFKC51"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8. </span>Tokenizers</a></li>
5656 </ul>
126126 <li class="right" >
127127 <a href="normalizers/normalizer_nfkc51.html" title="7.7.2.3. NormalizerNFKC51"
128128 >previous</a> |</li>
129 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
129 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
130130 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
131131 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8. </span>Tokenizers</a></li>
132132 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.24. Tuning &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.24. Tuning &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="log.html" title="7.23. Log"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.24. </span>Tuning</a></li>
5656 </ul>
265265 <li class="right" >
266266 <a href="log.html" title="7.23. Log"
267267 >previous</a> |</li>
268 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
268 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
269269 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
270270 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.24. </span>Tuning</a></li>
271271 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.4. Data types &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.4. Data types &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
1919 <link rel="index" title="Index" href="../genindex.html" />
2020 <link rel="search" title="Search" href="../search.html" />
2121 <link rel="next" title="7.5. Tables" href="tables.html" />
22 <link rel="prev" title="7.3.69. truncate" href="commands/truncate.html" />
22 <link rel="prev" title="7.3.70. truncate" href="commands/truncate.html" />
2323 </head><body>
2424 <div class="header">
2525 <h1 class="title">
4848 <a href="tables.html" title="7.5. Tables"
4949 accesskey="N">next</a> |</li>
5050 <li class="right" >
51 <a href="commands/truncate.html" title="7.3.69. truncate"
51 <a href="commands/truncate.html" title="7.3.70. truncate"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.4. </span>Data types</a></li>
5656 </ul>
215215
216216 <h4>Previous topic</h4>
217217 <p class="topless"><a href="commands/truncate.html"
218 title="previous chapter"><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></p>
218 title="previous chapter"><span class="section-number">7.3.70. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></p>
219219 <h4>Next topic</h4>
220220 <p class="topless"><a href="tables.html"
221221 title="next chapter"><span class="section-number">7.5. </span>Tables</a></p>
243243 <a href="tables.html" title="7.5. Tables"
244244 >next</a> |</li>
245245 <li class="right" >
246 <a href="commands/truncate.html" title="7.3.69. truncate"
246 <a href="commands/truncate.html" title="7.3.70. truncate"
247247 >previous</a> |</li>
248 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
248 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
249249 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
250250 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.4. </span>Data types</a></li>
251251 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.16. Window function &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.16. Window function &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="functions/vector_slice.html" title="7.15.34. vector_slice"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16. </span>Window function</a></li>
5656 </ul>
120120 <li class="right" >
121121 <a href="functions/vector_slice.html" title="7.15.34. vector_slice"
122122 >previous</a> |</li>
123 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
123 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
124124 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
125125 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16. </span>Window function</a></li>
126126 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.16.1. record_number &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.16.1. record_number &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../window_function.html" title="7.16. Window function"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../window_function.html" accesskey="U"><span class="section-number">7.16. </span>Window function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.1. </span><code class="docutils literal notranslate"><span class="pre">record_number</span></code></a></li>
135135 <li class="right" >
136136 <a href="../window_function.html" title="7.16. Window function"
137137 >previous</a> |</li>
138 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
138 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
139139 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
140140 <li class="nav-item nav-item-2"><a href="../window_function.html" ><span class="section-number">7.16. </span>Window function</a> &#187;</li>
141141 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.1. </span><code class="docutils literal notranslate"><span class="pre">record_number</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.16.2. window_count &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.16.2. window_count &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="record_number.html" title="7.16.1. record_number"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../window_function.html" accesskey="U"><span class="section-number">7.16. </span>Window function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.2. </span><code class="docutils literal notranslate"><span class="pre">window_count</span></code></a></li>
134134 <li class="right" >
135135 <a href="record_number.html" title="7.16.1. record_number"
136136 >previous</a> |</li>
137 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
137 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
138138 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
139139 <li class="nav-item nav-item-2"><a href="../window_function.html" ><span class="section-number">7.16. </span>Window function</a> &#187;</li>
140140 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.2. </span><code class="docutils literal notranslate"><span class="pre">window_count</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.16.3. window_record_number &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.16.3. window_record_number &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="window_count.html" title="7.16.2. window_count"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../window_function.html" accesskey="U"><span class="section-number">7.16. </span>Window function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.3. </span><code class="docutils literal notranslate"><span class="pre">window_record_number</span></code></a></li>
134134 <li class="right" >
135135 <a href="window_count.html" title="7.16.2. window_count"
136136 >previous</a> |</li>
137 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
137 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
138138 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
139139 <li class="nav-item nav-item-2"><a href="../window_function.html" ><span class="section-number">7.16. </span>Window function</a> &#187;</li>
140140 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.3. </span><code class="docutils literal notranslate"><span class="pre">window_record_number</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.16.4. window_sum &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7.16.4. window_sum &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="window_record_number.html" title="7.16.3. window_record_number"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../window_function.html" accesskey="U"><span class="section-number">7.16. </span>Window function</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.4. </span><code class="docutils literal notranslate"><span class="pre">window_sum</span></code></a></li>
134134 <li class="right" >
135135 <a href="window_record_number.html" title="7.16.3. window_record_number"
136136 >previous</a> |</li>
137 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
137 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
138138 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
139139 <li class="nav-item nav-item-2"><a href="../window_function.html" ><span class="section-number">7.16. </span>Window function</a> &#187;</li>
140140 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.4. </span><code class="docutils literal notranslate"><span class="pre">window_sum</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7. Reference manual &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>7. Reference manual &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="client.html" title="6. Client"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7. </span>Reference manual</a></li>
5555 </ul>
5656 </div>
103103 <li class="toctree-l2"><a class="reference internal" href="reference/commands/defrag.html">7.3.20. <code class="docutils literal notranslate"><span class="pre">defrag</span></code></a></li>
104104 <li class="toctree-l2"><a class="reference internal" href="reference/commands/delete.html">7.3.21. <code class="docutils literal notranslate"><span class="pre">delete</span></code></a></li>
105105 <li class="toctree-l2"><a class="reference internal" href="reference/commands/dump.html">7.3.22. <code class="docutils literal notranslate"><span class="pre">dump</span></code></a></li>
106 <li class="toctree-l2"><a class="reference internal" href="reference/commands/io_flush.html">7.3.23. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
107 <li class="toctree-l2"><a class="reference internal" href="reference/commands/load.html">7.3.24. <code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
108 <li class="toctree-l2"><a class="reference internal" href="reference/commands/lock_acquire.html">7.3.25. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
109 <li class="toctree-l2"><a class="reference internal" href="reference/commands/lock_clear.html">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
110 <li class="toctree-l2"><a class="reference internal" href="reference/commands/lock_release.html">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
111 <li class="toctree-l2"><a class="reference internal" href="reference/commands/log_level.html">7.3.28. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
112 <li class="toctree-l2"><a class="reference internal" href="reference/commands/log_put.html">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
113 <li class="toctree-l2"><a class="reference internal" href="reference/commands/log_reopen.html">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
114 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_count.html">7.3.31. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
115 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_parameters.html">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
116 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_range_filter.html">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
117 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_select.html">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
118 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_shard_list.html">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
119 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_table_remove.html">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
120 <li class="toctree-l2"><a class="reference internal" href="reference/commands/normalize.html">7.3.37. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
121 <li class="toctree-l2"><a class="reference internal" href="reference/commands/normalizer_list.html">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
122 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_exist.html">7.3.39. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
123 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_inspect.html">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
124 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_list.html">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
125 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_remove.html">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
126 <li class="toctree-l2"><a class="reference internal" href="reference/commands/plugin_register.html">7.3.43. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
127 <li class="toctree-l2"><a class="reference internal" href="reference/commands/plugin_unregister.html">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
128 <li class="toctree-l2"><a class="reference internal" href="reference/commands/query_expand.html">7.3.45. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
129 <li class="toctree-l2"><a class="reference internal" href="reference/commands/quit.html">7.3.46. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
130 <li class="toctree-l2"><a class="reference internal" href="reference/commands/range_filter.html">7.3.47. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
131 <li class="toctree-l2"><a class="reference internal" href="reference/commands/reference_acquire.html">7.3.48. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
132 <li class="toctree-l2"><a class="reference internal" href="reference/commands/reference_release.html">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
133 <li class="toctree-l2"><a class="reference internal" href="reference/commands/register.html">7.3.50. <code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
134 <li class="toctree-l2"><a class="reference internal" href="reference/commands/reindex.html">7.3.51. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
135 <li class="toctree-l2"><a class="reference internal" href="reference/commands/request_cancel.html">7.3.52. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
136 <li class="toctree-l2"><a class="reference internal" href="reference/commands/ruby_eval.html">7.3.53. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
137 <li class="toctree-l2"><a class="reference internal" href="reference/commands/ruby_load.html">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
138 <li class="toctree-l2"><a class="reference internal" href="reference/commands/schema.html">7.3.55. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
139 <li class="toctree-l2"><a class="reference internal" href="reference/commands/select.html">7.3.56. <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
140 <li class="toctree-l2"><a class="reference internal" href="reference/commands/shutdown.html">7.3.57. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
141 <li class="toctree-l2"><a class="reference internal" href="reference/commands/status.html">7.3.58. <code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
142 <li class="toctree-l2"><a class="reference internal" href="reference/commands/suggest.html">7.3.59. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
143 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_copy.html">7.3.60. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
144 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_create.html">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
145 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_list.html">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
146 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_remove.html">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
147 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_rename.html">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
148 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_tokenize.html">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
149 <li class="toctree-l2"><a class="reference internal" href="reference/commands/thread_limit.html">7.3.66. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
150 <li class="toctree-l2"><a class="reference internal" href="reference/commands/tokenize.html">7.3.67. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
151 <li class="toctree-l2"><a class="reference internal" href="reference/commands/tokenizer_list.html">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
152 <li class="toctree-l2"><a class="reference internal" href="reference/commands/truncate.html">7.3.69. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
106 <li class="toctree-l2"><a class="reference internal" href="reference/commands/index_column_diff.html">7.3.23. <code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></li>
107 <li class="toctree-l2"><a class="reference internal" href="reference/commands/io_flush.html">7.3.24. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
108 <li class="toctree-l2"><a class="reference internal" href="reference/commands/load.html">7.3.25. <code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
109 <li class="toctree-l2"><a class="reference internal" href="reference/commands/lock_acquire.html">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
110 <li class="toctree-l2"><a class="reference internal" href="reference/commands/lock_clear.html">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
111 <li class="toctree-l2"><a class="reference internal" href="reference/commands/lock_release.html">7.3.28. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
112 <li class="toctree-l2"><a class="reference internal" href="reference/commands/log_level.html">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
113 <li class="toctree-l2"><a class="reference internal" href="reference/commands/log_put.html">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
114 <li class="toctree-l2"><a class="reference internal" href="reference/commands/log_reopen.html">7.3.31. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
115 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_count.html">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
116 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_parameters.html">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
117 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_range_filter.html">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
118 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_select.html">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
119 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_shard_list.html">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
120 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_table_remove.html">7.3.37. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
121 <li class="toctree-l2"><a class="reference internal" href="reference/commands/normalize.html">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
122 <li class="toctree-l2"><a class="reference internal" href="reference/commands/normalizer_list.html">7.3.39. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
123 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_exist.html">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
124 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_inspect.html">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
125 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_list.html">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
126 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_remove.html">7.3.43. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
127 <li class="toctree-l2"><a class="reference internal" href="reference/commands/plugin_register.html">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
128 <li class="toctree-l2"><a class="reference internal" href="reference/commands/plugin_unregister.html">7.3.45. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
129 <li class="toctree-l2"><a class="reference internal" href="reference/commands/query_expand.html">7.3.46. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
130 <li class="toctree-l2"><a class="reference internal" href="reference/commands/quit.html">7.3.47. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
131 <li class="toctree-l2"><a class="reference internal" href="reference/commands/range_filter.html">7.3.48. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
132 <li class="toctree-l2"><a class="reference internal" href="reference/commands/reference_acquire.html">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
133 <li class="toctree-l2"><a class="reference internal" href="reference/commands/reference_release.html">7.3.50. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
134 <li class="toctree-l2"><a class="reference internal" href="reference/commands/register.html">7.3.51. <code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
135 <li class="toctree-l2"><a class="reference internal" href="reference/commands/reindex.html">7.3.52. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
136 <li class="toctree-l2"><a class="reference internal" href="reference/commands/request_cancel.html">7.3.53. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
137 <li class="toctree-l2"><a class="reference internal" href="reference/commands/ruby_eval.html">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
138 <li class="toctree-l2"><a class="reference internal" href="reference/commands/ruby_load.html">7.3.55. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
139 <li class="toctree-l2"><a class="reference internal" href="reference/commands/schema.html">7.3.56. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
140 <li class="toctree-l2"><a class="reference internal" href="reference/commands/select.html">7.3.57. <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
141 <li class="toctree-l2"><a class="reference internal" href="reference/commands/shutdown.html">7.3.58. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
142 <li class="toctree-l2"><a class="reference internal" href="reference/commands/status.html">7.3.59. <code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
143 <li class="toctree-l2"><a class="reference internal" href="reference/commands/suggest.html">7.3.60. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
144 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_copy.html">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
145 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_create.html">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
146 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_list.html">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
147 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_remove.html">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
148 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_rename.html">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
149 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_tokenize.html">7.3.66. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
150 <li class="toctree-l2"><a class="reference internal" href="reference/commands/thread_limit.html">7.3.67. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
151 <li class="toctree-l2"><a class="reference internal" href="reference/commands/tokenize.html">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
152 <li class="toctree-l2"><a class="reference internal" href="reference/commands/tokenizer_list.html">7.3.69. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
153 <li class="toctree-l2"><a class="reference internal" href="reference/commands/truncate.html">7.3.70. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
153154 </ul>
154155 </li>
155156 <li class="toctree-l1"><a class="reference internal" href="reference/types.html">7.4. Data types</a><ul>
399400 <li class="right" >
400401 <a href="client.html" title="6. Client"
401402 >previous</a> |</li>
402 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
403 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
403404 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7. </span>Reference manual</a></li>
404405 </ul>
405406 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>Search &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>Search &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
4747 <li class="right" style="margin-right: 10px">
4848 <a href="genindex.html" title="General Index"
4949 accesskey="I">index</a></li>
50 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
50 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5151 <li class="nav-item nav-item-this"><a href="">Search</a></li>
5252 </ul>
5353 </div>
9595 <li class="right" style="margin-right: 10px">
9696 <a href="genindex.html" title="General Index"
9797 >index</a></li>
98 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
98 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
9999 <li class="nav-item nav-item-this"><a href="">Search</a></li>
100100 </ul>
101101 </div>
0 Search.setIndex({docnames:["characteristic","client","community","contribution","contribution/development","contribution/development/build","contribution/development/build/unix_autotools","contribution/development/build/unix_cmake","contribution/development/build/windows_cmake","contribution/development/com","contribution/development/cooperation","contribution/development/query","contribution/development/release","contribution/development/repository","contribution/development/test","contribution/documentation","contribution/documentation/c-api","contribution/documentation/i18n","contribution/documentation/introduction","contribution/report","development","development/travis-ci","index","install","install/centos","install/debian","install/docker","install/fedora","install/mac_os_x","install/others","install/solaris","install/ubuntu","install/windows","limitations","news","news/0.x","news/1.0.x","news/1.1.x","news/1.2.x","news/1.3.x","news/2.x","news/3.x","news/4.x","news/5.x","news/6.x","news/senna","reference","reference/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_inspect","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_list","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/reference_acquire","reference/commands/reference_release","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_copy","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/cast_loose","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_records","reference/functions/in_values","reference/functions/math_abs","reference/functions/now","reference/functions/number_classify","reference/functions/prefix_rk_search","reference/functions/query","reference/functions/rand","reference/functions/snippet_html","reference/functions/string_length","reference/functions/string_substring","reference/functions/sub_filter","reference/functions/time_classify_day","reference/functions/time_classify_day_of_week","reference/functions/time_classify_hour","reference/functions/time_classify_minute","reference/functions/time_classify_month","reference/functions/time_classify_second","reference/functions/time_classify_week","reference/functions/time_classify_year","reference/functions/vector_find","reference/functions/vector_new","reference/functions/vector_size","reference/functions/vector_slice","reference/grn_expr","reference/grn_expr/query_syntax","reference/grn_expr/script_syntax","reference/indexing","reference/log","reference/normalizers","reference/normalizers/normalizer_auto","reference/normalizers/normalizer_nfkc100","reference/normalizers/normalizer_nfkc51","reference/operations","reference/operations/geolocation_search","reference/operations/prefix_rk_search","reference/output","reference/query_expanders","reference/query_expanders/tsv","reference/regular_expression","reference/scorer","reference/scorers/scorer_tf_at_most","reference/scorers/scorer_tf_idf","reference/sharding","reference/suggest","reference/suggest/completion","reference/suggest/correction","reference/suggest/introduction","reference/suggest/suggestion","reference/tables","reference/token_filter/summary","reference/token_filters","reference/token_filters/token_filter_nfkc100","reference/token_filters/token_filter_stem","reference/token_filters/token_filter_stop_word","reference/tokenizer/summary","reference/tokenizers","reference/tokenizers/token_bigram","reference/tokenizers/token_bigram_ignore_blank","reference/tokenizers/token_bigram_ignore_blank_split_symbol","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit","reference/tokenizers/token_bigram_split_symbol","reference/tokenizers/token_bigram_split_symbol_alpha","reference/tokenizers/token_bigram_split_symbol_alpha_digit","reference/tokenizers/token_delimit","reference/tokenizers/token_delimit_null","reference/tokenizers/token_mecab","reference/tokenizers/token_ngram","reference/tokenizers/token_pattern","reference/tokenizers/token_regexp","reference/tokenizers/token_table","reference/tokenizers/token_trigram","reference/tokenizers/token_unigram","reference/tuning","reference/types","reference/window_function","reference/window_functions/record_number","reference/window_functions/window_count","reference/window_functions/window_record_number","reference/window_functions/window_sum","server","server/gqtp","server/http","server/http/comparison","server/http/groonga","server/http/groonga-httpd","server/memcached","server/package","spec","spec/gqtp","spec/search","troubleshooting","troubleshooting/different_results_with_the_same_keyword","troubleshooting/how_to_analyze_error_message","troubleshooting/mmap_cannot_allocate_memory","tutorial","tutorial/data","tutorial/drilldown","tutorial/index","tutorial/introduction","tutorial/lexicon","tutorial/match_columns","tutorial/micro_blog","tutorial/network","tutorial/patricia_trie","tutorial/query_expansion","tutorial/search"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["characteristic.rst","client.rst","community.rst","contribution.rst","contribution/development.rst","contribution/development/build.rst","contribution/development/build/unix_autotools.rst","contribution/development/build/unix_cmake.rst","contribution/development/build/windows_cmake.rst","contribution/development/com.rst","contribution/development/cooperation.rst","contribution/development/query.rst","contribution/development/release.rst","contribution/development/repository.rst","contribution/development/test.rst","contribution/documentation.rst","contribution/documentation/c-api.rst","contribution/documentation/i18n.rst","contribution/documentation/introduction.rst","contribution/report.rst","development.rst","development/travis-ci.rst","index.rst","install.rst","install/centos.rst","install/debian.rst","install/docker.rst","install/fedora.rst","install/mac_os_x.rst","install/others.rst","install/solaris.rst","install/ubuntu.rst","install/windows.rst","limitations.rst","news.rst","news/0.x.rst","news/1.0.x.rst","news/1.1.x.rst","news/1.2.x.rst","news/1.3.x.rst","news/2.x.rst","news/3.x.rst","news/4.x.rst","news/5.x.rst","news/6.x.rst","news/senna.rst","reference.rst","reference/alias.rst","reference/api.rst","reference/api/global_configurations.rst","reference/api/grn_cache.rst","reference/api/grn_column.rst","reference/api/grn_command_version.rst","reference/api/grn_content_type.rst","reference/api/grn_ctx.rst","reference/api/grn_db.rst","reference/api/grn_encoding.rst","reference/api/grn_expr.rst","reference/api/grn_geo.rst","reference/api/grn_hook.rst","reference/api/grn_ii.rst","reference/api/grn_index_cursor.rst","reference/api/grn_info.rst","reference/api/grn_inspect.rst","reference/api/grn_match_escalation.rst","reference/api/grn_obj.rst","reference/api/grn_proc.rst","reference/api/grn_search.rst","reference/api/grn_table.rst","reference/api/grn_table_cursor.rst","reference/api/grn_thread.rst","reference/api/grn_type.rst","reference/api/grn_user_data.rst","reference/api/overview.rst","reference/api/plugin.rst","reference/cast.rst","reference/column.rst","reference/columns/index.rst","reference/columns/pseudo.rst","reference/columns/scalar.rst","reference/columns/vector.rst","reference/command.rst","reference/command/command_version.rst","reference/command/output_format.rst","reference/command/pretty_print.rst","reference/command/request_id.rst","reference/command/request_timeout.rst","reference/command/return_code.rst","reference/commands/cache_limit.rst","reference/commands/check.rst","reference/commands/clearlock.rst","reference/commands/column_copy.rst","reference/commands/column_create.rst","reference/commands/column_list.rst","reference/commands/column_remove.rst","reference/commands/column_rename.rst","reference/commands/config_delete.rst","reference/commands/config_get.rst","reference/commands/config_set.rst","reference/commands/database_unmap.rst","reference/commands/define_selector.rst","reference/commands/defrag.rst","reference/commands/delete.rst","reference/commands/dump.rst","reference/commands/io_flush.rst","reference/commands/load.rst","reference/commands/lock_acquire.rst","reference/commands/lock_clear.rst","reference/commands/lock_release.rst","reference/commands/log_level.rst","reference/commands/log_put.rst","reference/commands/log_reopen.rst","reference/commands/logical_count.rst","reference/commands/logical_parameters.rst","reference/commands/logical_range_filter.rst","reference/commands/logical_select.rst","reference/commands/logical_shard_list.rst","reference/commands/logical_table_remove.rst","reference/commands/normalize.rst","reference/commands/normalizer_list.rst","reference/commands/object_exist.rst","reference/commands/object_inspect.rst","reference/commands/object_list.rst","reference/commands/object_remove.rst","reference/commands/plugin_register.rst","reference/commands/plugin_unregister.rst","reference/commands/query_expand.rst","reference/commands/quit.rst","reference/commands/range_filter.rst","reference/commands/reference_acquire.rst","reference/commands/reference_release.rst","reference/commands/register.rst","reference/commands/reindex.rst","reference/commands/request_cancel.rst","reference/commands/ruby_eval.rst","reference/commands/ruby_load.rst","reference/commands/schema.rst","reference/commands/select.rst","reference/commands/shutdown.rst","reference/commands/status.rst","reference/commands/suggest.rst","reference/commands/table_copy.rst","reference/commands/table_create.rst","reference/commands/table_list.rst","reference/commands/table_remove.rst","reference/commands/table_rename.rst","reference/commands/table_tokenize.rst","reference/commands/thread_limit.rst","reference/commands/tokenize.rst","reference/commands/tokenizer_list.rst","reference/commands/truncate.rst","reference/configuration.rst","reference/executables.rst","reference/executables/grndb.rst","reference/executables/grnslap.rst","reference/executables/groonga.rst","reference/executables/groonga-benchmark.rst","reference/executables/groonga-httpd.rst","reference/executables/groonga-server-http.rst","reference/executables/groonga-suggest-create-dataset.rst","reference/executables/groonga-suggest-httpd.rst","reference/executables/groonga-suggest-learner.rst","reference/function.rst","reference/functions/between.rst","reference/functions/cast_loose.rst","reference/functions/edit_distance.rst","reference/functions/fuzzy_search.rst","reference/functions/geo_distance.rst","reference/functions/geo_in_circle.rst","reference/functions/geo_in_rectangle.rst","reference/functions/highlight_full.rst","reference/functions/highlight_html.rst","reference/functions/html_untag.rst","reference/functions/in_records.rst","reference/functions/in_values.rst","reference/functions/math_abs.rst","reference/functions/now.rst","reference/functions/number_classify.rst","reference/functions/prefix_rk_search.rst","reference/functions/query.rst","reference/functions/rand.rst","reference/functions/snippet_html.rst","reference/functions/string_length.rst","reference/functions/string_substring.rst","reference/functions/sub_filter.rst","reference/functions/time_classify_day.rst","reference/functions/time_classify_day_of_week.rst","reference/functions/time_classify_hour.rst","reference/functions/time_classify_minute.rst","reference/functions/time_classify_month.rst","reference/functions/time_classify_second.rst","reference/functions/time_classify_week.rst","reference/functions/time_classify_year.rst","reference/functions/vector_find.rst","reference/functions/vector_new.rst","reference/functions/vector_size.rst","reference/functions/vector_slice.rst","reference/grn_expr.rst","reference/grn_expr/query_syntax.rst","reference/grn_expr/script_syntax.rst","reference/indexing.rst","reference/log.rst","reference/normalizers.rst","reference/normalizers/normalizer_auto.rst","reference/normalizers/normalizer_nfkc100.rst","reference/normalizers/normalizer_nfkc51.rst","reference/operations.rst","reference/operations/geolocation_search.rst","reference/operations/prefix_rk_search.rst","reference/output.rst","reference/query_expanders.rst","reference/query_expanders/tsv.rst","reference/regular_expression.rst","reference/scorer.rst","reference/scorers/scorer_tf_at_most.rst","reference/scorers/scorer_tf_idf.rst","reference/sharding.rst","reference/suggest.rst","reference/suggest/completion.rst","reference/suggest/correction.rst","reference/suggest/introduction.rst","reference/suggest/suggestion.rst","reference/tables.rst","reference/token_filter/summary.rst","reference/token_filters.rst","reference/token_filters/token_filter_nfkc100.rst","reference/token_filters/token_filter_stem.rst","reference/token_filters/token_filter_stop_word.rst","reference/tokenizer/summary.rst","reference/tokenizers.rst","reference/tokenizers/token_bigram.rst","reference/tokenizers/token_bigram_ignore_blank.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.rst","reference/tokenizers/token_bigram_split_symbol.rst","reference/tokenizers/token_bigram_split_symbol_alpha.rst","reference/tokenizers/token_bigram_split_symbol_alpha_digit.rst","reference/tokenizers/token_delimit.rst","reference/tokenizers/token_delimit_null.rst","reference/tokenizers/token_mecab.rst","reference/tokenizers/token_ngram.rst","reference/tokenizers/token_pattern.rst","reference/tokenizers/token_regexp.rst","reference/tokenizers/token_table.rst","reference/tokenizers/token_trigram.rst","reference/tokenizers/token_unigram.rst","reference/tuning.rst","reference/types.rst","reference/window_function.rst","reference/window_functions/record_number.rst","reference/window_functions/window_count.rst","reference/window_functions/window_record_number.rst","reference/window_functions/window_sum.rst","server.rst","server/gqtp.rst","server/http.rst","server/http/comparison.rst","server/http/groonga.rst","server/http/groonga-httpd.rst","server/memcached.rst","server/package.rst","spec.rst","spec/gqtp.rst","spec/search.rst","troubleshooting.rst","troubleshooting/different_results_with_the_same_keyword.rst","troubleshooting/how_to_analyze_error_message.rst","troubleshooting/mmap_cannot_allocate_memory.rst","tutorial.rst","tutorial/data.rst","tutorial/drilldown.rst","tutorial/index.rst","tutorial/introduction.rst","tutorial/lexicon.rst","tutorial/match_columns.rst","tutorial/micro_blog.rst","tutorial/network.rst","tutorial/patricia_trie.rst","tutorial/query_expansion.rst","tutorial/search.rst"],objects:{"":{GRN_COLUMN_NAME_ID:[51,0,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[51,0,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[51,0,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[51,0,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[51,0,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[51,0,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[51,0,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[51,0,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[51,0,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[51,0,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[52,0,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[52,0,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[52,0,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[65,0,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[65,0,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[65,0,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[65,0,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[65,0,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[65,0,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[65,0,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[65,0,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[65,0,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[65,0,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[74,0,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[74,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[74,0,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[74,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[74,0,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[74,0,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[74,0,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[74,1,1,"c.GRN_PLUGIN_REGISTER"],grn_builtin_type:[71,2,1,"c.grn_builtin_type"],grn_cache:[50,2,1,"c.grn_cache"],grn_cache_close:[50,1,1,"c.grn_cache_close"],grn_cache_current_get:[50,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[50,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[50,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[50,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[50,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[51,1,1,"c.grn_column_create"],grn_column_index:[51,1,1,"c.grn_column_index"],grn_column_index_update:[51,1,1,"c.grn_column_index_update"],grn_column_name:[51,1,1,"c.grn_column_name"],grn_column_rename:[51,1,1,"c.grn_column_rename"],grn_column_table:[51,1,1,"c.grn_column_table"],grn_column_truncate:[51,1,1,"c.grn_column_truncate"],grn_command_version:[52,2,1,"c.grn_command_version"],grn_content_type:[53,2,1,"c.grn_content_type"],grn_ctx:[54,2,1,"c.grn_ctx"],grn_ctx_at:[54,1,1,"c.grn_ctx_at"],grn_ctx_close:[54,1,1,"c.grn_ctx_close"],grn_ctx_db:[54,1,1,"c.grn_ctx_db"],grn_ctx_fin:[54,1,1,"c.grn_ctx_fin"],grn_ctx_get:[54,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[54,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[54,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[64,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[54,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[54,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[54,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[54,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[54,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[54,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[64,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[54,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[54,1,1,"c.grn_ctx_use"],grn_db:[55,2,1,"c.grn_db"],grn_db_create:[55,1,1,"c.grn_db_create"],grn_db_create_optarg:[55,2,1,"c.grn_db_create_optarg"],grn_db_open:[55,1,1,"c.grn_db_open"],grn_db_recover:[55,1,1,"c.grn_db_recover"],grn_db_touch:[55,1,1,"c.grn_db_touch"],grn_db_unmap:[55,1,1,"c.grn_db_unmap"],grn_encoding:[56,2,1,"c.grn_encoding"],grn_encoding_parse:[56,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[56,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[57,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[57,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[57,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[57,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[57,1,1,"c.grn_expr_append_const_str"],grn_expr_append_obj:[57,1,1,"c.grn_expr_append_obj"],grn_expr_append_op:[57,1,1,"c.grn_expr_append_op"],grn_expr_close:[57,1,1,"c.grn_expr_close"],grn_expr_compile:[57,1,1,"c.grn_expr_compile"],grn_expr_create:[57,1,1,"c.grn_expr_create"],grn_expr_exec:[57,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[57,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[57,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[57,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[57,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[73,1,1,"c.grn_fin"],grn_geo_cursor_next:[58,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[58,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[58,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[58,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[58,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[52,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[56,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[64,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[49,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[59,2,1,"c.grn_hook_entry"],grn_ii:[60,2,1,"c.grn_ii"],grn_ii_buffer:[60,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[60,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[60,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[60,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[60,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[61,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[61,1,1,"c.grn_index_cursor_open"],grn_info_type:[62,2,1,"c.grn_info_type"],grn_init:[73,1,1,"c.grn_init"],grn_inspect:[63,1,1,"c.grn_inspect"],grn_inspect_encoding:[63,1,1,"c.grn_inspect_encoding"],grn_inspect_indented:[63,1,1,"c.grn_inspect_indented"],grn_inspect_limited:[63,1,1,"c.grn_inspect_limited"],grn_inspect_name:[63,1,1,"c.grn_inspect_name"],grn_inspect_query_log_flags:[63,1,1,"c.grn_inspect_query_log_flags"],grn_inspect_type:[63,1,1,"c.grn_inspect_type"],grn_obj:[65,2,1,"c.grn_obj"],grn_obj_add_hook:[59,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[65,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[65,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[65,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[65,1,1,"c.grn_obj_close"],grn_obj_column:[65,1,1,"c.grn_obj_column"],grn_obj_db:[55,1,1,"c.grn_obj_db"],grn_obj_defrag:[65,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[65,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[59,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[65,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[62,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[59,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[62,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[59,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[65,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[65,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[65,1,1,"c.grn_obj_get_values"],grn_obj_id:[65,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[65,1,1,"c.grn_obj_is_builtin"],grn_obj_is_index_column:[65,1,1,"c.grn_obj_is_index_column"],grn_obj_is_locked:[65,1,1,"c.grn_obj_is_locked"],grn_obj_is_vector_column:[65,1,1,"c.grn_obj_is_vector_column"],grn_obj_lock:[65,1,1,"c.grn_obj_lock"],grn_obj_name:[65,1,1,"c.grn_obj_name"],grn_obj_path:[65,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[65,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[65,1,1,"c.grn_obj_reinit"],grn_obj_remove:[65,1,1,"c.grn_obj_remove"],grn_obj_rename:[65,1,1,"c.grn_obj_rename"],grn_obj_search:[67,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[62,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[66,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[62,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[65,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[65,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[65,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[72,1,1,"c.grn_obj_user_data"],grn_p:[63,1,1,"c.grn_p"],grn_p_geo_point:[63,1,1,"c.grn_p_geo_point"],grn_p_ii_values:[63,1,1,"c.grn_p_ii_values"],grn_plugin_charlen:[74,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[74,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[74,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[74,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[74,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[74,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[74,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[74,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[74,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[74,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[74,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[74,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[74,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[74,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[66,1,1,"c.grn_proc_create"],grn_proc_func:[66,2,1,"c.grn_proc_func"],grn_proc_get_info:[66,1,1,"c.grn_proc_get_info"],grn_proc_type:[66,2,1,"c.grn_proc_type"],grn_search_optarg:[67,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[52,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[56,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[64,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[49,1,1,"c.grn_set_lock_timeout"],grn_table_add:[68,1,1,"c.grn_table_add"],grn_table_at:[68,1,1,"c.grn_table_at"],grn_table_columns:[68,1,1,"c.grn_table_columns"],grn_table_create:[68,1,1,"c.grn_table_create"],grn_table_cursor:[69,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[69,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[69,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[69,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[69,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[69,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[69,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[69,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[69,1,1,"c.grn_table_cursor_table"],grn_table_delete:[68,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[68,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[68,1,1,"c.grn_table_difference"],grn_table_get:[68,1,1,"c.grn_table_get"],grn_table_get_key:[68,1,1,"c.grn_table_get_key"],grn_table_group:[68,1,1,"c.grn_table_group"],grn_table_group_flags:[68,2,1,"c.grn_table_group_flags"],grn_table_group_result:[68,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[68,1,1,"c.grn_table_lcp_search"],grn_table_rename:[68,1,1,"c.grn_table_rename"],grn_table_setoperation:[68,1,1,"c.grn_table_setoperation"],grn_table_size:[68,1,1,"c.grn_table_size"],grn_table_sort:[68,1,1,"c.grn_table_sort"],grn_table_sort_flags:[68,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[68,2,1,"c.grn_table_sort_key"],grn_table_truncate:[68,1,1,"c.grn_table_truncate"],grn_table_update:[68,1,1,"c.grn_table_update"],grn_table_update_by_id:[68,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[70,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[70,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[70,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[70,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[70,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[70,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[71,1,1,"c.grn_type_create"],grn_user_data:[72,2,1,"c.grn_user_data"]},"groonga-benchmark":{"--dir":[156,4,1,"cmdoption-groonga-benchmark-dir"],"--ftp":[156,4,1,"cmdoption-groonga-benchmark-ftp"],"--groonga":[156,4,1,"cmdoption-groonga-benchmark-groonga"],"--host":[156,4,1,"cmdoption-groonga-benchmark-i"],"--log-output-dir":[156,4,1,"cmdoption-groonga-benchmark-log-output-dir"],"--port":[156,4,1,"cmdoption-groonga-benchmark-p"],"--protocol":[156,4,1,"cmdoption-groonga-benchmark-protocol"],"-i":[156,4,1,"cmdoption-groonga-benchmark-i"],"-p":[156,4,1,"cmdoption-groonga-benchmark-p"],db:[156,4,1,"cmdoption-groonga-benchmark-arg-db"],script:[156,4,1,"cmdoption-groonga-benchmark-arg-script"]},"groonga-suggest-httpd":{"--daemon":[160,4,1,"cmdoption-groonga-suggest-httpd-d"],"--disable-max-fd-check":[160,4,1,"cmdoption-groonga-suggest-httpd-disable-max-fd-check"],"--log-base-path":[160,4,1,"cmdoption-groonga-suggest-httpd-l"],"--n-lines-per-log-file":[160,4,1,"cmdoption-groonga-suggest-httpd-n-lines-per-log-file"],"--n-threads":[160,4,1,"cmdoption-groonga-suggest-httpd-t"],"--port":[160,4,1,"cmdoption-groonga-suggest-httpd-p"],"--receive-endpoint":[160,4,1,"cmdoption-groonga-suggest-httpd-r"],"--send-endpoint":[160,4,1,"cmdoption-groonga-suggest-httpd-s"],"-d":[160,4,1,"cmdoption-groonga-suggest-httpd-d"],"-l":[160,4,1,"cmdoption-groonga-suggest-httpd-l"],"-p":[160,4,1,"cmdoption-groonga-suggest-httpd-p"],"-r":[160,4,1,"cmdoption-groonga-suggest-httpd-r"],"-s":[160,4,1,"cmdoption-groonga-suggest-httpd-s"],"-t":[160,4,1,"cmdoption-groonga-suggest-httpd-t"]},"groonga-suggest-learner":{"--daemon":[161,4,1,"cmdoption-groonga-suggest-learner-d"],"--log-base-path":[161,4,1,"cmdoption-groonga-suggest-learner-l"],"--log-level":[161,4,1,"cmdoption-groonga-suggest-learner-log-level"],"--log-path":[161,4,1,"cmdoption-groonga-suggest-learner-log-path"],"--receive-endpoint":[161,4,1,"cmdoption-groonga-suggest-learner-r"],"--send-endpoint":[161,4,1,"cmdoption-groonga-suggest-learner-s"],"-d":[161,4,1,"cmdoption-groonga-suggest-learner-d"],"-l":[161,4,1,"cmdoption-groonga-suggest-learner-l"],"-r":[161,4,1,"cmdoption-groonga-suggest-learner-r"],"-s":[161,4,1,"cmdoption-groonga-suggest-learner-s"]},grn_db_create_optarg:{builtin_type_names:[55,3,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[55,3,1,"c.grn_db_create_optarg.n_builtin_type_names"]},grnslap:{"-P":[154,4,1,"cmdoption-grnslap-P"],"-m":[154,4,1,"cmdoption-grnslap-m"],dest:[154,4,1,"cmdoption-grnslap-arg-dest"]},groonga:{"--address":[155,4,1,"cmdoption-groonga-a"],"--bind-address":[155,4,1,"cmdoption-groonga-bind-address"],"--cache-base-path":[155,4,1,"cmdoption-groonga-cache-base-path"],"--cache-limit":[155,4,1,"cmdoption-groonga-cache-limit"],"--config-path":[155,4,1,"cmdoption-groonga-config-path"],"--default-match-escalation-threshold":[155,4,1,"cmdoption-groonga-default-match-escalation-threshold"],"--default-request-timeout":[155,4,1,"cmdoption-groonga-default-request-timeout"],"--document-root":[155,4,1,"cmdoption-groonga-document-root"],"--encoding":[155,4,1,"cmdoption-groonga-e"],"--help":[155,4,1,"cmdoption-groonga-h"],"--log-flags":[155,4,1,"cmdoption-groonga-log-flags"],"--log-level":[155,4,1,"cmdoption-groonga-l"],"--log-path":[155,4,1,"cmdoption-groonga-log-path"],"--log-rotate-threshold-size":[155,4,1,"cmdoption-groonga-log-rotate-threshold-size"],"--max-threads":[155,4,1,"cmdoption-groonga-t"],"--pid-path":[155,4,1,"cmdoption-groonga-pid-path"],"--port":[155,4,1,"cmdoption-groonga-p"],"--protocol":[155,4,1,"cmdoption-groonga-protocol"],"--query-log-path":[155,4,1,"cmdoption-groonga-query-log-path"],"--query-log-rotate-threshold-size":[155,4,1,"cmdoption-groonga-query-log-rotate-threshold-size"],"--server-id":[155,4,1,"cmdoption-groonga-i"],"-a":[155,4,1,"cmdoption-groonga-a"],"-c":[155,4,1,"cmdoption-groonga-c"],"-d":[155,4,1,"cmdoption-groonga-d"],"-e":[155,4,1,"cmdoption-groonga-e"],"-h":[155,4,1,"cmdoption-groonga-h"],"-i":[155,4,1,"cmdoption-groonga-i"],"-l":[155,4,1,"cmdoption-groonga-l"],"-n":[155,4,1,"cmdoption-groonga-n"],"-p":[155,4,1,"cmdoption-groonga-p"],"-s":[155,4,1,"cmdoption-groonga-s"],"-t":[155,4,1,"cmdoption-groonga-t"],command:[155,4,1,"cmdoption-groonga-arg-command"],dest:[155,4,1,"cmdoption-groonga-arg-dest"]}},objnames:{"0":["c","macro","C macro"],"1":["c","function","C function"],"2":["c","type","C type"],"3":["c","member","C member"],"4":["std","cmdoption","program option"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:cmdoption"},terms:{"0000":239,"000000":[34,185],"00000000":63,"000000000000000":[34,104],"000000000072779":201,"000000000075770":201,"000000000099998":201,"000000000119062":201,"000000000b123456":34,"0000000012345678":34,"00000001":63,"000001":185,"0000100":[122,123,145,155],"0000101":[93,95,122],"0000102":[93,122],"0000103":122,"00001100":63,"000020":185,"00008202":89,"000113964080810547":209,"000115633010864258":155,"000126361846923828":209,"0001294612884521484":205,"000131845474243164":209,"0001468658447265625":203,"0001680850982666016":204,"0001776218414306641":241,"0001835823059082031":204,"0001845359802246094":204,"0001850128173828125":204,"000186920166015625":204,"0001876354217529297":204,"0001931190490722656":204,"0001947879791259766":204,"0001950263977050781":204,"0001988410949707031":204,"0002088546752929688":204,"0002140998840332031":246,"0002183914184570312":204,"0002193450927734375":241,"000220775604248047":86,"0002274513244628906":241,"0002298355102539062":204,"0002415180206298828":240,"0002450942993164062":241,"0002503395080566406":34,"0002522468566894531":204,"0002634525299072266":204,"0002820491790771484":241,"0002825260162353516":225,"0002887248992919922":238,"0002958774566650391":225,"0003006458282470703":241,"0003023147583007812":225,"0003066062927246094":240,"0003108978271484375":137,"0003116130828857422":241,"0003123283386230469":245,"0003139972686767578":[225,240],"0003197193145751953":240,"0003240108489990234":225,"0003299713134765625":225,"0003325939178466797":225,"0003414154052734375":240,"0003447532653808594":225,"0003533363342285156":225,"000355720520019531":[47,80,83,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,134,135,136,137,138,139,140,142,143,144,145,146,147,148,149,150,157,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,208,212,213,214,215,218,219,221,223,226,227,228,230,231,232,233,234,235,236,237,238,239,242,243,244,263,270,271,272,273,275,276,277,278,279,280],"0003573894500732422":225,"0003581047058105469":225,"0003597736358642578":114,"0003619194030761719":225,"0003693103790283203":240,"0003714561462402344":241,"0003724098205566406":225,"0003752708435058594":204,"0003833770751953125":225,"000418127":266,"0004286766052246094":240,"0005924701690673828":114,"0006020069122314453":114,"000647003":266,"000647716":266,"0006532669067382812":137,"0006628036499023438":34,"000743783":266,"000794":12,"00082087516784668":209,"0008268356323242188":241,"0009":211,"0009036064147949219":137,"0009109973907470703":241,"000x":17,"001":279,"001147":156,"001213":156,"001431":156,"00144":156,"001525487":266,"001635313034057617":241,"002":[156,279],"0020":[238,239],"002741":156,"002813816070556641":34,"002861":156,"002d":[204,225],"0061":34,"00612":38,"006752":42,"00686":40,"00703":40,"00794":12,"00b7":[204,225],"00n":153,"00z":160,"01088":40,"01100001":63,"011208":154,"01174":40,"01192":41,"0123":241,"012345":241,"0123456789":241,"01248":41,"012511":154,"01346":41,"01418":156,"01440":41,"015119":156,"01520":41,"01571":41,"01593":41,"01596":41,"01599":41,"01621":41,"01661":41,"01729":41,"01751":41,"01800":41,"01810":41,"01845":41,"01890":41,"01929":209,"01930":41,"01t00":160,"02017":41,"02052":41,"02073":42,"02097":42,"02113":42,"02398":42,"02409":42,"02454":42,"02651":42,"02673":42,"02691":42,"02731":42,"02754":42,"02796":42,"02841":156,"02902":42,"02942":42,"02970":42,"02981":42,"02d7":[204,225],"03014":42,"03118":43,"03131":43,"03177":43,"03255":43,"03427":43,"034283":241,"03515":43,"03562":43,"036":248,"03632":43,"03708":43,"03757452964782715":240,"03761":43,"03825":43,"03884":44,"03948":44,"03997230529785156":34,"04008":44,"04012":44,"04028":44,"04040":44,"04055":44,"04058":44,"04107":44,"042032":137,"04219":44,"04232335090637207":137,"0435875803232193":34,"044069":92,"044114":92,"044226":92,"044305":92,"044318":92,"04449":34,"04533":34,"04609":34,"04683":34,"04688":34,"04758048057556152":115,"04770":34,"049":156,"05761265754699707":241,"058a":[204,225],"06164214760065079":34,"073":[33,222,248],"08321":209,"08708477020263672":137,"0871751606464386":34,"08e2456ba35407e3d5172f71a0200fac2a770142":34,"090":[34,241],"09011112222":[34,241],"095":248,"095833":241,"09989762306213379":137,"0\u306e\u79d2\u8868\u8a18":266,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":59,"0\u30d9\u30fc\u30b9\u3067":[68,69],"0\u30ea\u30ea\u30fc\u30b9":34,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":155,"0garbag":34,"0mq":41,"0x0":[39,248,270],"0x01":263,"0x02":263,"0x04":263,"0x08":263,"0x10":263,"0x20":198,"0x5c":34,"0x7fa0d5d7ed00":86,"0xc7":263,"100":[34,41,42,43,80,86,88,91,112,114,115,137,140,142,153,154,155,156,157,164,168,218,230,235,236,266],"1000":[34,63],"10000":[34,49,154,247],"1000000":160,"10000000":[49,63],"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":248,"1001":34,"10041":[26,105,133,154,155,156,157,158,209,257,261,277],"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":154,"10041\u756a":155,"10043":[42,155,261,263],"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":155,"10043\u756a":155,"10055":267,"1007":34,"1009":34,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":266,"100abc":164,"100cent":[230,235,236,237],"100mb":34,"100x":[34,44],"100x100":168,"100x150":169,"101":[41,80],"1010":[34,156],"1011":34,"102":218,"1023":34,"1024":[34,44,105,121,199,277],"102400":34,"1024r":12,"1025202362":280,"1030":[34,38],"1035":38,"10400":156,"1042":38,"1043":38,"1044":38,"1045":34,"1047":38,"10475660":167,"1048":38,"1051":38,"1051322":167,"1052672":121,"1053":38,"1054":40,"1065":34,"1073741823":222,"1073741824\u306e\u6574\u6570\u3067":78,"10738":209,"1087":34,"1089":34,"109":41,"10900":156,"10d":153,"10h":153,"10m":[153,157],"10month":153,"10t13":[218,219,221],"10t22":219,"10w":153,"10z":199,"110":[34,41,89],"1100":34,"1101":34,"1102":34,"1102520059":280,"1106":34,"11068624":92,"111":[34,41,89],"1111":[34,241],"1112":34,"11155":89,"112":[34,41],"1120":34,"1122":34,"1126":34,"1129":201,"113":[41,123],"1139":34,"114":[36,41],"115":[34,41],"1153":34,"1155":34,"1158":34,"116":[41,89],"116119":225,"1167":38,"11675":34,"117":41,"1171":38,"1173":38,"1175":38,"118":[41,123],"1180":38,"1189641421":280,"11925":156,"1194":38,"11x1":34,"11x11":34,"11x13":34,"120":41,"120000":89,"12008":156,"1209":38,"121":89,"1215":[38,39],"1216":38,"122":[41,185],"1220":38,"1225":38,"1226":38,"123":[41,118],"1234":[39,160],"12345":263,"123456":34,"1234567890":[199,270],"1234569999":270,"123457":270,"1235":160,"123834":245,"124":41,"1242":39,"1247":40,"125":41,"1251":39,"1256791194":176,"1258":40,"126":[34,41],"12670817":92,"1268794800":276,"1268795100":276,"1268798400":276,"1268802000":276,"127":[41,89,155,158,160,248],"1271252824":156,"128":[41,92,160,248],"128452975":280,"128452975x503157902":[270,272,277,280],"128487316x502920929":[272,280],"1285031914":266,"128515259x503187188":[272,280],"1285858800":266,"1285858800\u306f2010":266,"1289":40,"128mb":40,"129":[41,156],"1298":40,"1299":40,"12gb":268,"12x12":34,"130":41,"1302":40,"1303":40,"13036498944":268,"1305":40,"1307627409696579":34,"131":41,"131072":[121,247],"1312950803":[140,218,219,221],"1312950804":[140,218,219],"1312950805":[140,218,219],"1312950808":[140,221],"1312950809":[140,219],"1312950810":[140,219],"13192":156,"132":41,"1320":40,"13214":156,"1324":40,"1325":40,"1326":40,"13277":156,"1327721626":209,"1327721628":209,"1327721639":209,"1327721649":209,"1327721664":209,"1327809282":209,"1327809294":209,"1327809319":209,"1327809339":209,"1327809366":209,"1328":40,"13289":156,"1329":40,"13291000":167,"133":41,"1330":40,"13344":277,"13365":[139,157,273],"1337566253":[47,80,83,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,134,135,136,137,138,139,140,142,143,144,145,146,147,148,149,150,157,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,208,212,213,214,215,218,219,221,223,226,227,228,230,231,232,233,234,235,236,237,238,239,242,243,244,263,270,271,272,273,275,276,277,278,279,280],"134":41,"1340":40,"1342":40,"1343011270":199,"135":84,"1350490027":280,"135631":156,"135960000x":167,"136":[41,89],"1363":40,"1365180540":280,"13655":263,"137":41,"1372":40,"138":41,"1386":40,"1387":40,"1388":40,"1389":40,"139":[35,41,280],"1393":40,"13\u7528rpm\u306e\u63d0\u4f9b":36,"140":41,"1400":139,"1405":40,"1406":40,"141":41,"1418":40,"1419":40,"142":[41,209],"1420":40,"1421":40,"1422928140":[115,137],"1422928140000000":[115,137],"1422935340":[34,115,137],"1422935340000000":[115,137],"1422975600":[34,115],"1422975600000000":115,"1423":40,"1427":[204,225],"1428":40,"1429":40,"1429687763":155,"143":41,"1436281200":[114,115],"1436284800":[114,115],"1436288400":[114,115],"1436367600":[114,115],"1436371200":[114,115],"143660000x419009000":167,"144":[41,209],"1441761403":139,"1448344437":84,"1448344438":84,"145":41,"1451":40,"14541":156,"1455":40,"145508000x":167,"14570":156,"1458228600":117,"145967":241,"1459846102":86,"146":[41,209],"146249000x":276,"146566000x":[167,276],"146607190x":276,"146710080x":276,"146741340x":276,"146867000x":276,"147":[41,248],"148":41,"149":41,"1490":156,"14t00":34,"14x14":34,"150":[41,175],"1500":34,"150x100":169,"151":41,"15132":204,"1514345928":139,"1514346019":157,"1514346060":273,"1514346072":277,"1514346074":263,"15187":156,"1519030779":115,"1519095081":112,"1519131606":114,"1519132441":114,"152489000x":276,"152944":89,"153":80,"1531":40,"1532":40,"1534":40,"154":42,"1540383426":280,"1542772065":137,"1545179416":238,"1545810238":240,"1545810363":240,"1545812631":240,"1545892715":240,"1545892913":240,"1545892987":240,"1545893087":240,"1545893197":240,"1545901819":225,"1546584495":246,"1546586185":245,"1546673320":137,"1546673346":137,"1546673366":137,"1546673389":137,"1546674147":137,"1546840077":204,"1546840210":204,"1546840389":204,"1546840469":204,"1546840544":204,"1546840704":204,"1546840778":204,"1546840846":204,"1546840930":204,"1546840999":204,"1546841068":204,"1546841138":204,"1546841200":204,"1546841272":204,"1546841303":204,"1546841329":204,"1546841358":204,"1546906509":225,"1546906576":225,"1546906658":225,"1546906730":225,"1546906812":225,"1546906950":225,"1546907023":225,"1546907076":225,"1546907138":225,"1546907221":225,"1546907295":225,"1546907361":225,"1546907415":225,"1547239424":203,"1547241266":205,"155":[34,209],"1556063548":241,"1556063752":241,"1556063953":241,"1556064877":241,"1556064951":241,"1557187317":241,"1557187366":241,"1557187404":241,"1557403984":114,"1558570398":241,"1558913369":241,"1558914023":241,"1558915202":241,"157":209,"1573":156,"158":42,"1588258800":185,"159":209,"1590469700":34,"1590647445":34,"1594339851":34,"15min":44,"15t00":34,"160":42,"1602724694":34,"1604020694":34,"1608087311":34,"1608088617":34,"1608088628":34,"162":42,"163":42,"16384":[121,122],"164":42,"164097":156,"1649760492":280,"166":[42,49,96],"167":42,"16779234":92,"168":[42,155,160],"1681692777":280,"16842752":121,"16843":34,"16844":34,"169":42,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":89,"16bit":248,"16gb":268,"16gib":247,"16t00":34,"170":42,"171":42,"1714636915":280,"1718":156,"172":42,"172310000":167,"173":42,"17380":156,"174":[42,89],"17435":156,"17480":156,"17491":156,"175":42,"175904000x8464000":167,"176":42,"177":42,"178":42,"179":42,"179984":204,"17t00":34,"1800":34,"1804289383":280,"18149":89,"182":42,"183":42,"184":42,"185":42,"18524211":92,"185428000x":167,"188":[42,280],"189":42,"18970":156,"18998":156,"190":[34,42],"191":42,"192":[42,155,160],"193":[42,114],"194":42,"195":155,"195525":240,"1957747793":280,"196":42,"1964":41,"1967":156,"1967513926":280,"197":42,"1970":[83,160,199,248,270,276],"198":42,"19801":156,"1988":40,"199":117,"1999":41,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":82,"1\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":69,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":38,"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":82,"1\u3068command":82,"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":69,"1\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u672b\u5c3e\u306b\u633f\u5165\u3055\u308c\u307e\u3059":59,"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":156,"1\u30ea\u30ea\u30fc\u30b9":34,"1\u5358\u8a9e\u6271\u3044":264,"1\u884c\u76ee":156,"1byte":263,"1gb":43,"1st":163,"1tib":[33,142,222],"1usec":44,"1x139":270,"1year":153,"200":[34,42,43,112,114,115,137,175,270],"2000":208,"20000":276,"2000\u898f\u683c\u306b\u5f93\u3063\u3066\u5168\u89d2\u30ab\u30bf\u30ab\u30ca\u306b\u5909\u63db\u3057\u305f\u6587\u5b57\u5217\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b\u5024\u3092key\u3068\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"20010":156,"20041":157,"2005":34,"2006":34,"2008":[38,41],"2009":[34,154],"200byte":181,"201":42,"2010":[34,40,42,43,156,204,225,266,272,276],"2011":[34,201,218,219,221],"2012":[12,34,199],"2013":[8,32,34,268],"2014":[34,204,225],"2015":[34,112,114,115,137,204,225],"20150708":[112,114,115],"20150709":[112,114,115],"20150814":216,"2016":[34,117],"2017":[112,114,115],"2018":186,"2019":[92,153],"202":[42,156],"2020":185,"2022":[204,225],"203":42,"2043":[204,225],"2044897763":280,"2048":42,"2054":[41,272,280],"206":42,"207b":[204,225],"208":42,"208b":[204,225],"209944":240,"20km":276,"210":42,"212":42,"21456":12,"2147483643":199,"2147483648":[122,136,199],"215":42,"216":[42,89],"216639":139,"217":42,"218":156,"218799":246,"21th":41,"21x21":34,"21x9":34,"220":42,"221":42,"2212":[204,225],"2219":[204,225],"2222":[34,241],"22277":238,"223":[42,248],"223331":204,"22347776":121,"225":36,"226588":240,"227":42,"227195":225,"22c5":[204,225],"22x10":34,"2307":42,"233":84,"237":[43,89],"239":42,"23t02":199,"240":42,"242":42,"2438":42,"24493":241,"247264":204,"24byte":263,"24t18":153,"250":[34,175],"2500":[204,225],"2501":[204,225],"253":42,"2546":42,"255":[92,248],"255829000":276,"256":[44,80,92,93,95,121,122,136,145,155,185],"256gib":33,"256kb":268,"256kib":247,"257":[34,93,95,122,136],"257662232kbyte":156,"258":[93,122,136],"25846":156,"259":[42,122,136,280],"2601":156,"26057":[140,218,219],"262144":121,"26298":156,"264":42,"26568":89,"26595":156,"266":34,"266228000":276,"266280000":276,"266315480":276,"266319590":276,"266422000":[167,276],"267021260":276,"268":[33,216,222],"268052438":266,"268435455":222,"268435456":222,"26897":156,"270":42,"27018":156,"27025":156,"271":42,"27153":156,"272":156,"273053":156,"2744":156,"27446":156,"275529":137,"27596":156,"276":43,"276421":201,"276553":201,"278454":205,"283":43,"290":[34,63],"29025":156,"29195195":12,"292570838":266,"29289245605469e":84,"2929":160,"294":[34,248],"295":248,"296":43,"2\u306e\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3063\u305f\u969b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3057\u305f":12,"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":82,"2\u30ea\u30ea\u30fc\u30b9":34,"2\u884c\u76ee":156,"2byte":[87,263],"2e31":[204,225],"2nd":[34,137],"2rd":137,"2st":137,"300":[34,101,112,114,115],"3000":43,"3001":43,"3002":43,"303":80,"304568":225,"30547":156,"305962":225,"3086":156,"3095":137,"30ac":203,"30fb":[204,225],"30fc":[204,225],"311448":114,"313":201,"313401":201,"3137":156,"314e":199,"316":280,"317":43,"3231":34,"327":34,"32768":199,"32bit":[8,34,41,43,44,248],"32byte":43,"32gib":247,"330":44,"332":44,"33248":156,"3326656":34,"33282":122,"33285":156,"336":43,"338":43,"33x12":34,"341422":241,"345734":201,"348":43,"349471":92,"351":43,"353":43,"354":43,"355":43,"357":43,"358":43,"359464":156,"360":34,"361":34,"3616":42,"363":43,"364602632":266,"368":43,"3705":99,"372":248,"375":43,"377275":225,"378":43,"379":43,"380":43,"38095511":92,"381":43,"382":[43,154],"385":34,"3920288775949":34,"393":43,"396":43,"39600000000":34,"397":43,"399":43,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":264,"3\u30ea\u30ea\u30fc\u30b9":34,"3\u884c\u76ee":156,"3dai":153,"3rd":[34,41,44,137],"400":[34,41,42,44,175],"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"400m":34,"401":201,"403":43,"405":43,"406":43,"406149":34,"4063":[69,208],"407":43,"408":44,"409":43,"4091b":[98,151],"4096":[40,41,63,85,121,122,136,201],"4096byte":[43,222],"4097byte":222,"410":34,"4102":266,"410312":115,"415":43,"417":43,"419":43,"4194304":268,"420":43,"422051":204,"423493":225,"424238335":280,"4281":156,"4281206130981445":112,"429":34,"4294967185":89,"4294967295":121,"431":36,"432017408":268,"435":[33,216,222],"436218":199,"436218z":199,"43783":84,"438":38,"4387":266,"43x12":34,"4400":266,"44001770019531e":209,"440753":34,"440760000":167,"441741":241,"446":248,"447":43,"448":43,"448064902":266,"450":43,"4505":89,"452":43,"454":43,"455":[33,216,222],"456":43,"457":43,"458":43,"458756":201,"458829":201,"458856":201,"458875":201,"458986":201,"459":44,"45ea3034":201,"460":[36,44],"461000":167,"462605":204,"463":44,"464":44,"4648070":92,"472":44,"476":44,"47719":156,"47742":225,"477687":204,"479":44,"479471":204,"481":44,"483":248,"484":44,"48472":156,"485":89,"48509":156,"48554":156,"48607":156,"487":44,"490":44,"49152":[122,155],"49153":122,"493":44,"494":34,"495":44,"495518":204,"496":44,"497":44,"499156":137,"4\u30ea\u30ea\u30fc\u30b9":34,"4\u884c\u76ee":156,"4byte":263,"4e86e700":268,"4gib":[33,44,142,222,263],"4kib":[33,34,43,47,96,97,98,151,222],"4mib":121,"4th":137,"500":[34,42],"5000":[272,280],"50000":272,"502":63,"503157902":280,"504":44,"506":80,"507":[44,139],"508":[36,44],"5095787":34,"510":80,"511":44,"512":121,"51265384":92,"514":[36,156],"515":[36,44],"51529":225,"517":44,"518":44,"518968":225,"519":44,"520":34,"522":44,"523":44,"524":44,"524084839":266,"524290":63,"526":44,"527":44,"528":44,"529":44,"530":34,"531":44,"532":44,"533":44,"534":44,"535":248,"536":[33,222],"5367431640625e":209,"538":36,"539":44,"540":36,"541":[36,44],"542":44,"543078":204,"54311":209,"544":44,"545":44,"5453":156,"546":44,"548":44,"549":44,"550":44,"551":[44,248,268],"5513765":34,"553":44,"555":36,"55541":176,"5558225":167,"556662":240,"559":44,"55x11":34,"560":[44,115],"56057":[140,218,219],"56058502197266e":209,"563":36,"564":44,"564207350021":35,"565":80,"566":80,"567":36,"56880000x":167,"571":36,"575454":225,"576":44,"578":36,"5782":209,"579":44,"579662":112,"57f2ff87d45d7f0f525e2216":44,"580":44,"58043f77614116a2568d529c":44,"5807750":167,"581":44,"582":44,"582769":204,"583":44,"5836138":167,"584":44,"586":44,"586192":114,"587":44,"589":44,"590":44,"590515":225,"591":44,"592":44,"593":44,"5956":156,"596":[36,89],"596516649":280,"59777":89,"599":44,"59\u74b0\u5883\u306b\u304a\u3044\u3066":38,"5\u30ea\u30ea\u30fc\u30b9":34,"5th":137,"5week":153,"601":44,"6020":156,"604":123,"607":44,"608":36,"6084117":34,"61095":209,"612":36,"613":36,"615":248,"617":[36,44],"618":44,"619":44,"620":44,"622":44,"623":34,"624":[36,44],"625":34,"626":44,"627":34,"628":[36,44],"629":34,"630":36,"633":34,"63304":86,"634":34,"646":34,"647":248,"648":248,"64bit":[8,43,121,248],"64kib":43,"654316":204,"65465":263,"65466":263,"65467":263,"65468":263,"65469":263,"65470":263,"65471":263,"65472":263,"65473":263,"65474":263,"65475":263,"65476":263,"65477":263,"65478":263,"65479":263,"65480":263,"65481":263,"65482":263,"65483":263,"65484":263,"65485":263,"65486":263,"65487":263,"65488":263,"65489":263,"65490":263,"65491":263,"65492":263,"65493":263,"65494":263,"65495":263,"65496":263,"65497":263,"65498":263,"65499":263,"65500":263,"65501":263,"65502":263,"65503":263,"65504":263,"65505":263,"65506":263,"65507":263,"65508":263,"65509":263,"65510":263,"65511":263,"65512":263,"65513":263,"65514":263,"65515":263,"65516":263,"65517":263,"65518":263,"65519":263,"65520":263,"65521":263,"65522":263,"65523":263,"65524":263,"65525":263,"65526":263,"65527":263,"65528":263,"65529":263,"65530":[247,263],"65531":263,"65532":263,"65533":263,"65534":263,"65535":263,"65535byte":43,"65536":[121,122,136,247,268],"660":36,"661":38,"661493":240,"666":49,"669":36,"6720":[272,280],"676006":114,"6789":241,"6813819":280,"6813819x139":[270,280],"683":34,"685":34,"686":36,"68693":156,"6880439":167,"689":36,"690":36,"6909211x139":280,"691":34,"695":34,"6954581363924":35,"696":34,"698":34,"699":34,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"6\u306e\u3068\u304d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f4\u65b0\u3057\u3066pull":12,"6\u30ea\u30ea\u30fc\u30b9":34,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":14,"6elz":42,"6gib":247,"700":34,"7002581":280,"701":34,"702":34,"702912":204,"703":[34,36],"706":34,"708":34,"70845":155,"709":248,"710":34,"71236":89,"71252824":156,"713":36,"715882":34,"7163":266,"719885386":280,"7209":44,"721":34,"723":36,"7238996":92,"725":34,"725134":137,"728665":92,"7293":43,"730":34,"733":34,"735":34,"7361":89,"737014":156,"740":34,"741":[33,156,222],"743":34,"744":248,"7470239":89,"748":36,"750":36,"751":[34,36],"7529":34,"754":248,"757":36,"758":38,"760":34,"76057":[140,218,219],"762519":156,"766":38,"7660839":[270,280],"767":[34,248],"768":248,"770":201,"770243":44,"771334":240,"775":[34,248],"776":36,"776949":225,"777":[49,234],"780":34,"781":34,"783368690":280,"787":34,"78734":204,"790":36,"790899":241,"794":36,"798628":241,"799167":43,"7992":154,"7\u30ea\u30ea\u30fc\u30b9":34,"800":34,"802":36,"805990":156,"806":34,"807":[36,248],"808":248,"8080":160,"809296":204,"80ghz":156,"815":[33,222],"8167":266,"8192":43,"820":34,"823":[33,222],"825164":241,"82675":209,"82pre":45,"8308622":92,"831495":156,"833":38,"834":37,"8342565":34,"835218":268,"837":37,"839442":204,"84187":209,"846930886":280,"849045":225,"854":248,"858":34,"8601":[153,199],"86057":[140,218,219,221],"86058":218,"86059":218,"86060":218,"869136":137,"870":[33,222],"874337":203,"875591":241,"878":38,"880":38,"8868":34,"887":38,"887472":240,"888":38,"890":38,"892":38,"893":38,"8935":156,"894":38,"895":38,"89755":137,"89858":[47,80,83,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,134,135,136,137,138,139,140,142,143,144,145,146,147,148,149,150,157,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,208,212,213,214,215,218,219,221,223,226,227,228,230,231,232,233,234,235,236,237,238,239,242,243,244,263,270,271,272,273,275,276,277,278,279,280],"899":38,"8990":156,"8\u306b\u5bfe\u5fdc":36,"8\u30ea\u30ea\u30fc\u30b9":[12,34],"8bit":248,"8byte":[33,263],"8x8":34,"900":34,"902":280,"904":34,"908633":204,"909":[34,38],"911":34,"911713":241,"912":[33,34,38,222],"913":34,"914959":240,"915408":156,"9223372036854775807":199,"9223372036854775808":199,"924836":34,"92619":160,"929":280,"934":38,"935":38,"936":34,"93850":160,"93933868408203e":209,"94293":160,"9430448":34,"94392":89,"944":38,"94734":160,"9488":144,"9494":144,"951":34,"9511":34,"9513":34,"95147":160,"9516":34,"952":38,"95553":160,"958":34,"95959":160,"96000":160,"966190":154,"967":248,"967506":241,"96857":[140,218,219],"975":280,"975mbyte":156,"986":38,"989727":225,"993":[40,42],"994":40,"995":41,"996":43,"997":156,"998696":154,"999":[34,137],"9999":137,"99999":34,"9x10":34,"9x9":34,"\u1427":[204,225],"\u3041\u3042\u3043\u3044\u3045\u3046\u3047\u3048\u3049\u304a\u3083\u3084\u3085\u3086\u3087\u3088\u308e\u308f\u3095\u304b\u3096\u3051":[204,225],"\u3042\u3042\u3044\u3044\u3046\u3046\u3048\u3048\u304a\u304a\u3084\u3084\u3086\u3086\u3088\u3088\u308f\u308f\u304b\u304b\u3051\u3051":[204,225],"\u3042\u3044\u3046\u3047\u304a\u309d\u309e":[204,225],"\u3042\u3068\u306f\u30d6\u30e9\u30a6\u30b6\u306b\u3066http":12,"\u3042\u3089\u304b\u3058\u3081groonga\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304a\u304f\u3068\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u5186\u6ed1\u306b\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":12,"\u3042\u308a\u307e\u305b\u3093":[127,143],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":168,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[168,169],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":11,"\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u306f\u3058\u3081\u306bdevelop\u6271\u3044\u3068\u3057\u3066\u30ea\u30ea\u30fc\u30b9\u3055\u308c":82,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u304c\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u3046\u3061":82,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306b\u304a\u3044\u3066\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":82,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":82,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":248,"\u3042\u308c\u3053\u308c\u60c5\u5831\u63d0\u4f9b\u3092\u8981\u6c42\u3059\u308b\u3068":10,"\u3042\u30a4\uff73\uff6a\u304a\u30fd\u30fe":[204,225],"\u3044\u304d\u306a\u308aredmine\u3067\u30d0\u30b0\u5831\u544a\u3092\u304a\u9858\u3044\u3059\u308b\u3068":10,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":78,"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":82,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":11,"\u3044\u307e\u3059":10,"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":36,"\u304a\u3070\u305f\u3055\u3093":35,"\u304a\u3088\u3073":12,"\u304b\u304b\u304d\u304d\u304f\u304f\u3051\u3051\u3053\u3053\u3055\u3055\u3057\u3057\u3059\u3059\u305b\u305b\u305d\u305d\u305f\u305f\u3061\u3061\u3064\u3064\u3066\u3066\u3068\u3068\u306f\u306f\u306f\u3072\u3072\u3072\u3075\u3075\u3075\u3078\u3078\u3078\u307b\u307b\u307b":[204,225],"\u304b\u304c\u304d\u304e\u304f\u3050\u3051\u3052\u3053\u3054\u3055\u3056\u3057\u3058\u3059\u305a\u305b\u305c\u305d\u305e\u305f\u3060\u3061\u3062\u3064\u3065\u3066\u3067\u3068\u3069\u306f\u3070\u3071\u3072\u3073\u3074\u3075\u3076\u3077\u3078\u3079\u307a\u307b\u307c\u307d":[204,225],"\u304b\u3089\u53d6\u5f97\u3067\u304d\u308b\u305d\u308c\u305e\u308c\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":61,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":155,"\u304bwgs84geopoint":[168,169],"\u304c\u3042\u308a\u307e\u3059":12,"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":36,"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":264,"\u304c\u5fc5\u8981\u3067\u3059":12,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":180,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":168,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":68,"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":68,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":68,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[51,68],"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u304c\u8fd4\u3055\u308c\u307e\u3059":65,"\u3050\u308b\u3093\u304c":[198,199],"\u3050\u308b\u3093\u304c\u592a\u90ce":272,"\u3050\u308b\u3093\u304c\u6b21\u90ce":272,"\u3053\u3046\u3059\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u63d0\u6848\u3092\u3067\u304d\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u3053\u3053\u3067\u306f":266,"\u3053\u3053\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306bruby\u3092\u5229\u7528\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u3092web\u30b5\u30fc\u30d0\u7d4c\u7531\u3067\u53c2\u7167\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u306f\u6700\u65b0\u306etag\u306b\u57fa\u3065\u3044\u3066\u30ea\u30ea\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8abf\u3079":12,"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":266,"\u3053\u3053\u3067\u307e\u3068\u3081\u305f\u5185\u5bb9\u306b\u3064\u3044\u3066\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u3082\u4f7f\u7528\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u3082":266,"\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u30b5\u30dd\u30fc\u30c8\u306e\u969b\u306b\u6c17\u3092\u3064\u3051\u308b\u3053\u3068\u3092\u307e\u3068\u3081\u307e\u3059":10,"\u3053\u306e\u3068\u304d":264,"\u3053\u306e\u307e\u307e\u3067\u306f\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u8868\u793a\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":266,"\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u306e\u306f\u5168\u6587\u691c\u7d22\u6642\u306b\u8907\u6570\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3089\u3067\u3059":266,"\u3053\u306e\u3088\u3046\u306bn":266,"\u3053\u306e\u3088\u3046\u306btokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u91cd\u307f\u3092\u9ad8\u304f\u3059\u308b\u3053\u3068\u306b\u3088\u308a":266,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":156,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":156,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":156,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":264,"\u3053\u306e\u30b1\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3059\u308b\u306e\u3067":266,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":12,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":155,"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":156,"\u3053\u306e\u30dc\u30bf\u30f3\u3092\u7d4c\u7531\u3059\u308b\u5834\u5408":12,"\u3053\u306e\u4e2d\u3067\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308bgrn_expr\u306e\u3053\u3068\u3092\u7279\u306b\u6761\u4ef6\u5f0f\u3068\u3088\u3073\u307e\u3059":11,"\u3053\u306e\u4f5c\u696d\u306f":12,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":12,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":12,"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egroonga":156,"\u3053\u306e\u4f8b\u306f\u65e5\u672c\u8a9e\u3060\u3063\u305f\u306e\u3067tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u3088\u304b\u3063\u305f\u306e\u3067\u3059\u304c":266,"\u3053\u306e\u5834\u5408":69,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":266,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":266,"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":266,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":266,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":266,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":266,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":266,"\u3053\u306e\u624b\u9806\u306f\u30b9\u30ad\u30c3\u30d7\u3057\u3066\u69cb\u3044\u307e\u305b\u3093":12,"\u3053\u306e\u624b\u9806\u306f\u7701\u7565\u53ef\u80fd\u3067\u3059":12,"\u3053\u306e\u64cd\u4f5c\u306f":68,"\u3053\u306e\u65b9\u6cd5\u3067ppa\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u308b\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"\u3053\u306e\u6bb5\u968e\u3067\u306f":12,"\u3053\u306e\u72b6\u614b\u3067\u3082\u4ee5\u524d\u306f\u30de\u30c3\u30c1\u3057\u306a\u304b\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":266,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":264,"\u3053\u306e\u7d50\u679c\u306f":156,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":264,"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":168,"\u3053\u308c\u304b\u3089groonga\u3092\u4f7f\u3046\u4eba\u3078\u30a2\u30d4\u30fc\u30eb\u3059\u308b\u70b9\u3084\u65e2\u5b58\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u4eba\u304c\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u969b\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u307e\u3059":12,"\u3053\u308c\u3067":12,"\u3053\u308c\u306b\u3088\u308a":12,"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":12,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":12,"\u3053\u308c\u306b\u5bfe\u3057\u3066":264,"\u3053\u308c\u306f":266,"\u3053\u308c\u306f\u30da\u30f3\u3067\u3059\u304b":238,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":78,"\u3053\u308c\u3089\u3082\u66f4\u65b0\u3057\u307e\u3059":12,"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":266,"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":11,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":156,"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":82,"\u3057\u304b\u3057":[248,264,266],"\u3057\u3066\u304a\u304f\u3079\u304d\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":12,"\u3057\u308a\u3054\u307f\u3057\u3066\u3057\u307e\u3046\u304b\u3082\u3057\u308c\u307e\u305b\u3093":10,"\u3059\u3067\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u305f\u3068\u3048\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":264,"\u3059\u3067\u306bgroonga\u306eformula\u306f\u53d6\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u306e\u3067":12,"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":156,"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":82,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":156,"\u3059\u3079\u3066\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u540c\u3058\u540d\u524d\u306e\u95a2\u6570\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u3059\u3079\u3066\u306e\u95a2\u6570\u304c\u30c6\u30b9\u30c8\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u3053\u3068\u3092\u5fc3\u304c\u3051\u3066\u304f\u3060\u3055\u3044":14,"\u3059\u308b\u3068":14,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":36,"\u3059\u308b\u3068\u5927\u4e08\u592b\u3067\u3059":10,"\u3059\u308b\u3068groonga":12,"\u305d\u3053\u3067":266,"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":12,"\u305d\u3053\u306b\u5165\u308b\u60c5\u5831\u304c\u3069\u3093\u306a\u5185\u5bb9\u304b\u3092\u793a\u3059\u540d\u524d\u3092\u51fa\u529b\u3057\u307e\u3059":143,"\u305d\u306e\u305f\u3081":[12,156,264,266],"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a":12,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":12,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":248,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":82,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":12,"\u305d\u306e\u4e2d\u304b\u3089\u5fc5\u8981\u306a\u90e8\u5206\u3092\u9ad8\u901f\u306b\u53d6\u308a\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9c\u8aad\u307f\u66ff\u3048\u3066\u4e0b\u3055\u3044":12,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":156,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":59,"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":266,"\u305d\u306e\u5f8c":12,"\u305d\u306e\u5f8c\u4e8c\u4e16\u4ee3\u7d4c\u904e\u3059\u308b\u3068\u305d\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306fdeprecated\u6271\u3044\u3068\u306a\u308a\u307e\u3059":82,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":155,"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":82,"\u305d\u306e\u6642\u70b9\u3067stable\u3067\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":82,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":69,"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":11,"\u305d\u306e\u9650\u3089\u308c\u305f\u30c4\u30a4\u30fc\u30c8\u304b\u3089\u89e3\u6c7a\u65b9\u6cd5\u304c\u898b\u3064\u304b\u308c\u3070\u30e6\u30fc\u30b6\u30fc\u306b\u3068\u3063\u3066\u4f59\u8a08\u306a\u624b\u9593\u304c\u5c11\u306a\u304f\u3066\u6e08\u307f\u307e\u3059":10,"\u305d\u306e\u969b":12,"\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":68,"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":68,"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":65,"\u305d\u308c\u305e\u308c":14,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":155,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":264,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":264,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":11,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u306b\u5bfe\u3057\u3066\u4e8c\u3064\u76ee\u306e\u8981\u7d20\u304c\u4e00\u81f4\u3059\u308b\u305f\u3081\u306emode\u3068\u3057\u3066\u4e0b\u8a18\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u3057\u307e\u3059":264,"\u305d\u308c\u305e\u308c\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5\u3068\u306a\u308b\u6761\u4ef6\u304c\u3042\u308b\u306e\u3067\u63a1\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5341\u5206\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044":266,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":65,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":266,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":264,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":65,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":65,"\u305d\u308c\u306b\u691c\u7d22\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u306b\u3069\u306e\u3088\u3046\u306b\u53cd\u6620\u3059\u308b\u304b\u3092\u6307\u5b9a\u3059\u308b\u6f14\u7b97\u5b50\u3092\u6e21\u3057\u307e\u3059":11,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":154,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":154,"\u305d\u308c\u3089\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u305d\u308c\u3092\u65e7ji":69,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":71,"\u305f\u3060\u3057":[69,78,155,264],"\u305f\u3060\u3057\u8907\u6570\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u4e00\u7dd2\u306b\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044":35,"\u305f\u3068\u3048\u3070":264,"\u305f\u3068\u3048\u3070\u4e0b\u8a18\u306e\u3088\u3046\u306bgroonga\u306e\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u63a8\u79fb\u3057\u307e\u3059":82,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u30671\u4ef6\u3082\u30d2\u30c3\u30c8\u3057\u306a\u3044\u5834\u5408\u3067\u3082\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306a\u3069\u3092\u884c\u3044\u307e\u305b\u3093":266,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":266,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u3042\u308b\u306e\u3067":12,"\u3060\u3068\u539f\u56e0\u306f":10,"\u3064\u307e\u308atest":12,"\u30671\u4ef6\u30d2\u30c3\u30c8\u3057":266,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":11,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":11,"\u3067\u3042\u308c\u3070":156,"\u3067\u3059\u306d":10,"\u3067\u306f\u306a\u304ffree":36,"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":266,"\u3067\u306f\u6607\u9806":68,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":68,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":54,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":266,"\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f\u30ad\u30fc\u304c\u5e38\u306bgrn_nil\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":155,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":266,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":266,"\u3067\u4e0d\u6b63\u306ajson\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u305d\u308c\u4ee5\u964d\u30b3\u30de\u30f3\u30c9\u3092\u53d7\u3051\u4ed8\u3051\u306a\u304f\u306a\u308b":36,"\u3067\u4f5c\u6210\u3057\u305f":54,"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":155,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":54,"\u3067\u533a\u5207\u308a\u307e\u3059":155,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":78,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":156,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":36,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":69,"\u3067\u78ba\u4fdd\u3057\u305f":54,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":143,"\u3067\u89e3\u653e\u3057\u305f\u5f8c\u306b":54,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":54,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":65,"\u3067\u914d\u5217\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30fc\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b\u3068\u30c6\u30fc\u30d6\u30eb\u304c\u58ca\u308c\u308b":36,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":264,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":264,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":266,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u306710\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u6642\u306b\u5b9f\u884c\u3059\u308b":156,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":156,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":156,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":156,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306e\u7de8\u96c6\u4e2d\u306f":12,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u3092\u9069\u5b9c\u4fee\u6b63\u3057\u307e\u3059":12,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":264,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":264,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":264,"\u3068\u3044\u3046\u4e8b\u67c4\u3092\u307e\u3068\u3081\u307e\u3057\u305f":10,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":264,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":264,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":264,"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":264,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":264,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":248,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":264,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":264,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":264,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":264,"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":156,"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":12,"\u3068\u306a\u308a":266,"\u3068\u308a\u3068\u3093":[198,199],"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":156,"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":156,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":266,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":266,"\u3068\u5171\u306b":51,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":65,"\u3068\u540c\u3058\u610f\u5473":155,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":35,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":156,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":168,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":12,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":266,"\u3069\u3046\u3057\u3066\u305d\u3046\u3059\u308b\u306e\u304b\u3068\u3044\u3046\u5171\u901a\u8a8d\u8b58\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u3068\u4e00\u8cab\u6027\u306e\u306a\u3044\u30b5\u30dd\u30fc\u30c8\u3068\u306a\u3063\u3066\u3057\u307e":10,"\u3069\u3046\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u306e\u304c":10,"\u3069\u3061\u3089\u3067\u521d\u671f\u5316\u3055\u308c\u305f":54,"\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3092\u8aac\u660e\u3059\u308b\u524d\u306b":264,"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":156,"\u306a\u3069\u306b\u3088\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5b58\u5426\u3092\u5225\u9014\u78ba\u8a8d\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":65,"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":65,"\u306b\u3042\u308b":65,"\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0":69,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":69,"\u306b\u3066\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059":12,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30ea\u30ea\u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u306b\u306a\u308a\u307e\u3059":54,"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":264,"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":89,"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":143,"\u306b\u307e\u3068\u3081\u307e\u3059":12,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":264,"\u306b\u3088\u3063\u3066\u89e3\u653e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":54,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":248,"\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057":12,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":264,"\u306b\u52a0\u3048\u305f\u5909\u66f4\u304c":12,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":264,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":266,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":266,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":155,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":156,"\u306b\u6700\u65b0\u30ea\u30ea\u30fc\u30b9\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u3068\u65e5\u4ed8\u3092\u8868\u3059\u60c5\u5831\u306e\u6307\u5b9a\u304c\u3042\u308b\u306e\u3067":12,"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":156,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":155,"\u306b\u8a2d\u5b9a\u3059\u308b":12,"\u306b\u8ffd\u52a0\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":156,"\u306bapach":12,"\u306e2\u5358\u8a9e\u6271\u3044":264,"\u306e3\u30d5\u30e9\u30b0\u306f":69,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[67,68,71],"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[68,168,169],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":155,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u306e\u307b\u304b\u306b":248,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059":69,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u3088\u3046\u306b\u5f15\u6570\u306e\u540d\u524d\u3092\u660e\u793a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u4ee3\u308f\u308a\u306b":155,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":155,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u306e\u30ab\u30e9\u30e0":[90,101],"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[36,38],"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":101,"\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3057\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":90,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":36,"\u306e\u4ed5\u69d8\u3092\u8ffd\u52a0":36,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":155,"\u306e\u52c9\u5f37":245,"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":10,"\u306e\u5834\u5408\u306f":10,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":71,"\u306e\u5b9f\u884c\u6642\u306b\u5931\u308f\u308c\u307e\u3059":12,"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":36,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":156,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":155,"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":66,"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":180,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":180,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":143,"\u306ebase_version\u306e\u66f4\u65b0":12,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":69,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":266,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":36,"\u306exml\u51fa\u529b\u5bfe\u5fdc":36,"\u306f\u306a\u304f":35,"\u306f\u7121\u52b9\u3067\u3042\u308a":69,"\u306f\u7121\u8996\u3055\u308c\u307e\u3059":[68,69],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3067":65,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":266,"\u3072\u308d\u3042\u304d":278,"\u3072\u308d\u3086\u304d":278,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":156,"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":12,"\u307e\u305f\u305d\u308c\u3089\u306eid\u3092":51,"\u307e\u305f\u306f":156,"\u307e\u305f\u306f\u30bd\u30b1\u30c3\u30c8\u7d4c\u7531\u3067groonga\u30b5\u30fc\u30d0\u306b\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9001\u4fe1\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u884c\u3057\u307e\u3059":[89,90,94,100,101,110,127,143],"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":155,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":155,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":156,"\u307e\u305f\u306fctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":54,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":156,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_port\u304c\u512a\u5148\u3055\u308c\u307e\u3059":156,"\u307e\u305f\u540c\u6642\u306b":156,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":68,"\u307e\u305fgroonga":156,"\u307e\u3060\u81ea\u5206\u7528\u306b\u6697\u53f7\u5316\u3055\u308c\u305f\u9375\u304c\u7121\u3044\u5834\u5408\u306b\u306f":12,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":82,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":10,"\u307e\u308d\u3086\u304d":278,"\u3080\u308b\u3093\u304c":[198,199],"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":165,"\u3082\u3057\u304f\u306f":[68,69,248],"\u3082\u3057\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u4e2d\u8eab\u306b\u95a2\u308f\u3089\u305a\u52d5\u4f5c\u3092\u7d9a\u3051\u3066\u3057\u307e\u3044":156,"\u3082\u3057\u6307\u5b9a\u3055\u308c\u305fdb\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070\u81ea\u52d5\u7684\u306bdb\u3092\u4f5c\u6210\u3057\u307e\u3059\u304c":156,"\u3082\u3057groonga":156,"\u3082\u3057test":156,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":264,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":82,"\u3084\u308a\u3068\u308a\u3092\u8003\u3048\u306a\u304f\u3066\u826f\u3044\u3067\u3059\u304c":10,"\u3084red":12,"\u3084rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306espec\u30d5\u30a1\u30a4\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u306a\u3069\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"\u3086\u304d\u3072\u308d":278,"\u3088\u3063\u3066":248,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":168,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":156,"\u308a\u3093\u3054":225,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u308d\u3086\u304d":278,"\u308f\u305f\u3057":225,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":14,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":248,"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":36,"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":61,"\u3092\u4f7f\u7528\u3057\u3066\u6700\u65b0\u306esphinx\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u4e0b\u3055\u3044":12,"\u3092\u4f7f\u7528\u3059\u308b\u306e\u3067":12,"\u3092\u516c\u958b":36,"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":12,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[156,248,266],"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u6307\u5b9a\u3057":[69,90,101],"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":69,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":69,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":11,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":69,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u95a2\u3059\u308b\u4e0b\u8a18\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":69,"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":69,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":69,"\u3092\u6307\u5b9a\u3057\u3066\u4e0d\u5b89\u5b9a\u7248\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3059":12,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":69,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":68,"\u3092\u6307\u5b9a\u3057\u307e\u3059":[12,51,55,62,65,68,71,155,156],"\u3092\u6307\u5b9a\u3059\u308b\u3068":[51,69],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u898f\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":68,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9acolumn\u3068\u306a\u308a\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":68,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"\u3092\u6307\u5b9a\u3059\u308b\u3068domain\u578b\u306e\u5024\u306e\u30d9\u30af\u30bf\u3092\u683c\u7d0d\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u306a\u308a\u307e\u3059":65,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":68,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":69,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":69,"\u3092\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":14,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":65,"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":168,"\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u3092\u8a08\u7b97\u3059\u308b":35,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":156,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u3092\u8fd4\u3057\u307e\u3059":[59,65,68,69],"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":35,"\u3092\u8ffd\u52a0":[36,38],"\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":66,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":71,"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":12,"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":36,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":154,"\u3094\u3041\u3094\u3043\u3094\u3094\u3047\u3094\u3049":34,"\u30a1\u30a2\u30a3\u30a4\u30a5\u30a6\u30a7\u30a8\u30a9\u30aa\u30e3\u30e4\u30e5\u30e6\u30e7\u30e8\u30ee\u30ef\u30f5\u30ab\u30f6\u30b1":[204,225],"\u30a2":241,"\u30a2\u30a1\u30a4\u30a3\u30a6\u30a5\u30a8\u30a7\u30aa\u30a9":[204,225],"\u30a2\u30a2\u30a4\u30a4\u30a6\u30a6\u30a8\u30a8\u30aa\u30aa\u30e4\u30e4\u30e6\u30e6\u30e8\u30e8\u30ef\u30ef\u30ab\u30ab\u30b1\u30b1":[204,225],"\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u3068\u306f":65,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306frsync\u30b3\u30de\u30f3\u30c9\u3067\u884c\u3044\u307e\u3059":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u307e\u3067\u5b9f\u884c\u3067\u304d\u307e\u3059":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u6e08\u307f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664\u3067\u304d\u307e\u3059":12,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[264,266],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u306e\u5834\u5408\u306ftokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306a\u3069\u3082\u5229\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":266,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":36,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":36,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":12,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":156,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u308b\u74b0\u5883\u3067\u3042\u308c\u3070groonga\u30b3\u30de\u30f3\u30c9\u306e\u77e5\u8b58\u304c\u306a\u304f\u3066\u3082groonga\u306e\u52d5\u4f5c\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059":156,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u3064\u3044\u305f\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u7d50\u679c\u304c\u304a\u304b\u3057\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":94,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":89,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u305f\u30b8\u30aa\u30b5\u30fc\u30c1\u306e\u4f8b\u3092\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306b\u8ffd\u52a0":38,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":89,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":90,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":12,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":155,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059":155,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":64,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":64,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[90,94,100,110],"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[90,94,100,110],"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":65,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":36,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":90,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":90,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":101,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":89,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u69cb\u9020\u4f53\u306e\u5b9f\u4f53\u3092api\u306e\u547c\u3073\u5143\u3067\u78ba\u4fdd\u3059\u308b\u306e\u306b\u5bfe\u3057\u3066":54,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":54,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":156,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":156,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":156,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":35,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":38,"\u30ab\u30ab\u30ad\u30ad\u30af\u30af\u30b1\u30b1\u30b3\u30b3\u30b5\u30b5\u30b7\u30b7\u30b9\u30b9\u30bb\u30bb\u30bd\u30bd\u30bf\u30bf\u30c1\u30c1\u30c4\u30c4\u30c6\u30c6\u30c8\u30c8\u30cf\u30cf\u30cf\u30d2\u30d2\u30d2\u30d5\u30d5\u30d5\u30d8\u30d8\u30d8\u30db\u30db\u30db":[204,225],"\u30ab\u30ac\u30ad\u30ae\u30af\u30b0\u30b1\u30b2\u30b3\u30b4\u30b5\u30b6\u30b7\u30b8\u30b9\u30ba\u30bb\u30bc\u30bd\u30be\u30bf\u30c0\u30c1\u30c2\u30c4\u30c5\u30c6\u30c7\u30c8\u30c9\u30cf\u30d0\u30d1\u30d2\u30d3\u30d4\u30d5\u30d6\u30d7\u30d8\u30d9\u30da\u30db\u30dc\u30dd":[204,225],"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":3,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u3092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":14,"\u30ab\u30e9\u30e0\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,65],"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":65,"\u30ab\u30e9\u30e0obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":51,"\u30ab\u30ec":[204,240],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":69,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":69,"\u30ab\u30ec\u30fc":264,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":264,"\u30ab\u30f3\u30b8":178,"\u30ab\u30f3\u30de":103,"\u30ac":203,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":35,"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u30ad\u30fc":155,"\u30ad\u30fc\u304c":155,"\u30ad\u30fc\u30ef\u30fc\u30c9":37,"\u30af\u30a8\u30ea\u306e":266,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":266,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":154,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[3,4,22],"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[3,4,22],"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":11,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":35,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":3,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3082\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306e\u305d\u308c\u305e\u308c\u306b\u5bfe\u5fdc\u3059\u308b\u5f62\u3067\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":155,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9\u306a\u3089\u3070groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u63a5\u7d9a\u3092\u5207\u308a\u307e\u3059":127,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":36,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10043\u756a":155,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u30b0\u30e9\u30e0":241,"\u30b0\u30eb\u30fc\u30d7\u5316":78,"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":78,"\u30b0\u30eb\u30fc\u30d7\u5316\u51e6\u7406\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e_nsubrecs\u306b\u8a18\u9332\u3055\u308c\u307e\u3059":78,"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":78,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":36,"\u30b3\u30de\u30f3\u30c9\u304cquery\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u3059\u308b\u306e\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":264,"\u30b3\u30de\u30f3\u30c9\u3067\u30ad\u30fc\u304cshorttext\u4ee5\u5916\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3067\u304d\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":36,"\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u304c\u58ca\u308c\u308b\u5834\u5408\u306f\u30a8\u30e9\u30fc":35,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":248,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":248,"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":36,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":36,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":11,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":155,"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":36,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":82,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5\u306fgroonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3068\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u304c\u3042\u308a\u307e\u3059":82,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":82,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u308a":82,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":156,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":156,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":156,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":156,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":156,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":156,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":156,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":156,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":12,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u3068set_port\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":156,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":156,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":155,"\u30b3\u30de\u30f3\u30c9\u540d":155,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":155,"\u30b3\u30df\u30c3\u30c8":12,"\u30b3\u30e1\u30f3\u30c8\u884c":156,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":36,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u95a2\u6570\u306b\u6e21\u3055\u308c\u308barg\u3068\u3092\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":89,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":36,"\u30b5\u30dd\u30fc\u30c8\u7bc4\u56f2\u5916\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u3068\u306a\u308a":82,"\u30b5\u30f3":240,"\u30b5\u30f3\u30d7\u30eb\u5185\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u5b9f\u884c\u5c5e\u6027\u304c\u3064\u304b\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":37,"\u30b5\u30fc\u30d0":155,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":156,"\u30b5\u30fc\u30d0\u304c\u81ea\u52d5\u7684\u306b\u306f\u8d77\u52d5\u3055\u308c\u306a\u3044\u306e\u3082\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u5834\u5408\u3068\u540c\u69d8\u3067\u3059":156,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":155,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u30b5\u30fc\u30d0\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u5229\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":156,"\u30b5\u30fc\u30d0\u3092\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308b\u5834\u5408\u3082\u3053\u306e\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5229\u7528\u3055\u308c\u307e\u3059":156,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":155,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u3084\u5b9f\u884c\u901f\u5ea6\u6e2c\u5b9a\u304c\u53ef\u80fd\u3067\u3059":156,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":155,"\u30b7\u30a7\u30eb\u4e0a":156,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":155,"\u30b9\u3092\u9589\u3058\u308b\u3068\u95a2\u9023\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3082\u9589\u3058\u3089\u308c\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":38,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u306f\u7279\u6b8a\u30b3\u30de\u30f3\u30c9\u3092\u57cb\u3081\u8fbc\u3080\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059":156,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":156,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":156,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":156,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":156,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":155,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":155,"\u30b9\u30ec\u30c3\u30c9\u6570":156,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":156,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":156,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":156,"\u30b9\u30fc\u30d7":264,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":264,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":264,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":264,"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":89,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":127,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egroonga":156,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":156,"\u30bb\u30fc\u30d6\u30eb":34,"\u30bb\u30fc\u30f4\u30a7\u30eb":34,"\u30bb\u30fc\u30f4\u30eb":34,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":14,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":137,"\u30bf\u30b0\u3092\u6253\u3063\u305f\u5f8c\u306bconfigure\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067":12,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":12,"\u30bf\u30b0\u3092\u8a2d\u5b9a\u3057\u3066\u304b\u3089\u554f\u984c\u304c\u767a\u899a\u3059\u308b\u3068":12,"\u30bf\u30b0\u3092\u8a2d\u5b9a\u3059\u308b\u524d\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u78ba\u8a8d\u3057\u307e\u3059":12,"\u30c0\u30e1\u30fc\u30b8":266,"\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u3088\u308a\u8fd4\u3055\u308c\u308b\u5024\u304c\u5909\u308f\u308a\u307e\u3059":89,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":89,"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":89,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":89,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":89,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":38,"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\u3092\u5f37\u5316":36,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u306a\u3044\u90e8\u5206\u306e\u7de8\u96c6\u306f\u614e\u91cd\u306b\u884c\u3063\u3066\u304f\u3060\u3055\u3044":14,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":14,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":36,"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":14,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":3,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306f":14,"\u30c6\u30b9\u30c8\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u4f5c\u6210\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u3089":12,"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[3,4,6,7,8,22],"\u30c6\u30b9\u30c8\u74b0\u5883\u3067\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":3,"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":266,"\u30c6\u30fc\u30d6\u30eb":90,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":155,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":155,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":155,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":155,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":94,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":155,"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":143,"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":78,"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":143,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":69,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":69,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":143,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":155,"\u30c6\u30fc\u30d6\u30eb\u540d":[90,101,143],"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":143,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":248,"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":143,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":143,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":143,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":143,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":143,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":143,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":143,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":100,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":89,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":35,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":12,"\u30c7\u30b9":240,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":89,"\u30c7\u30d0\u30c3\u30b0\u7528\u3084\u958b\u767a\u7528\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c6\u30b9\u30c8\u7528\u306b\u516c\u958b\u3059\u308b\u6642\u306f":12,"\u30c7\u30d5\u30a9\u30eb\u30c8":11,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[155,156],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":155,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":155,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059":82,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":64,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":64,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":35,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u5909\u66f4\u3057\u307e\u3059":52,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":52,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u5909\u66f4\u3057\u307e\u3059":56,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":56,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":155,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":155,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":155,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":155,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":155,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":248,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[154,155],"\u30c7\u30fc\u30bf\u306b\u4e0d\u6574\u5408\u304c\u767a\u751f\u3059\u308b\u5834\u5408\u306f\u30c7\u30fc\u30bf\u3092\u524a\u9664\u3057\u306a\u3044\u3088\u3046\u306b\u5909\u66f4":35,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":35,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":90,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":101,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":156,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":155,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092groonga\u306e\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u547c\u3073\u51fa\u3057\u5f62\u5f0f\u3067\u51fa\u529b\u3057\u307e\u3059":103,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u7ba1\u7406\u3059\u308b\u305f\u3081\u306e\u6c4e\u7528\u7684\u306a\u30da\u30fc\u30b8\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u304c":155,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u4e0a\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u3084\u7d22\u5f15\u306a\u3069\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u53ef\u80fd\u306a\u9650\u308a\u9ad8\u901f\u306b\u6307\u5b9a\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3057\u3088\u3046\u3068\u3057\u307e\u3059":11,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":35,"\u30c7\u30fc\u30bf\u6295\u5165\u5f8c\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u4f5c\u6210\u306b\u5bfe\u5fdc":35,"\u30c7\u30fc\u30e2\u30f3":155,"\u30c7\u30fc\u30e2\u30f3\u306b\u306a\u308b\u3068\u304d\u306f\u6a19\u6e96\u51fa\u529b\u3092\u9589\u3058\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u30c8\u30e2\u3061\u3083\u3093":272,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[22,265],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u57cb\u3081\u8fbc\u307e\u308c\u3066\u3044\u308b\u5b9f\u884c\u7d50\u679c\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u6700\u65b0\u7248\u3068\u5404\u56fd\u8a9e\u7248\u306e\u5185\u5bb9\u3092\u540c\u671f\u3059\u308b\u305f\u3081\u306b":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":36,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u751f\u6210\u6642\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u306b\u53cd\u6620\u3055\u308c\u307e\u3059":12,"\u30ca\u30de\u30a8":[204,240],"\u30cb\u30c3\u30dd\u30f3":[178,208,218],"\u30cb\u30db\u30f3":[178,208,218],"\u30cb\u30db\u30f3\u30b4":218,"\u30cb\u30db\u30f3\u30b8\u30f3":218,"\u30ce":240,"\u30cf":240,"\u30cf\u30ba":240,"\u30d0\u30a4\u30aa\u30ea\u30f3":34,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":266,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u6587\u5b57\u81ea\u8eab\u3092\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":155,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":89,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":89,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":89,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":89,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":89,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":89,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":89,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":89,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":89,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":89,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":89,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":89,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":89,"\u30d0\u30d3\u30d6\u30d9\u30dc":[34,204,225],"\u30d0\u30d3\u30d6\u30d9\u30dc\u30d6":[204,225],"\u30d0\u30fc\u30b8\u30e7\u30f3":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":34,"\u30d0\u30fc\u30b8\u30e7\u30f31":34,"\u30d0\u30fc\u30b8\u30e7\u30f3\u4e00\u89a7\u306e\u4e0a\u306b\u3042\u308b":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u304c\u5b8c\u4e86\u3057\u305f\u3089":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3067\u306f\u3044\u304f\u3064\u304b\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u304b\u3089\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d\u306fgithub":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u306b\u5fc5\u8981\u306a\u79d8\u5bc6\u9375\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u306b\u3064\u3044\u3066\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":36,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":36,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":38,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":12,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":154,"\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u8ffd\u52a0\u3057\u307e\u3059":11,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3057\u30ea\u30ea\u30fc\u30b9\u524d\u306e\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,"\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u307e\u3060\u672a\u7f72\u540d\u306a\u306e\u3067":12,"\u30d3\u30eb\u30c9\u306b\u6210\u529f\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":12,"\u30d3\u30eb\u30c9\u7d50\u679c\u304c\u30e1\u30fc\u30eb\u3067\u901a\u77e5\u3055\u308c\u307e\u3059":12,"\u30d5\u30a1\u30a4\u30eb":12,"\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3057\u305f\u3089":12,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":38,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":89,"\u30d5\u30e9\u30b0\u3092\u6570\u5024\u3067\u306f\u306a\u304f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":35,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":35,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570":101,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3059":101,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u89e3\u6d88\u304c\u5b9f\u884c\u3055\u308c\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":65,"\u30d6":[34,204,225],"\u30d6\u30d6\u30d6\u30d6\u30d6\u30d6":[204,225],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u306a\u3069\u3092\u3082\u3068\u306b":12,"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":36,"\u30d7\u30e9\u30b0\u30a4\u30f3\u767b\u9332api\u306e\u540d\u524d\u3092\u6539\u826f":37,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":14,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":82,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":82,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":155,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":155,"\u30d9\u30af\u30bf\u306e\u5024\u3092":36,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":36,"\u30d9\u30af\u30bf\u306egeopoint\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":35,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":248,"\u30db\u30b9\u30c8\u3067web\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8\u3092\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u3082\u306e":12,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":156,"\u30db\u30b9\u30c8\u540d\u3068":156,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[154,155],"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":65,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":94,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":248,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":36,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u306e\u4fee\u6b63":35,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[36,38],"\u30e1\u30fc\u30c8\u30eb":168,"\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u521d\u671f\u5316\u95a2\u6570\u304c\u8907\u6570\u56de\u547c\u3070\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u30e4\u30de\u30c0":[204,240],"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u95a2\u4fc2\u5f0f\u3068\u3057\u3066\u4f7f\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u304cc\u8a00\u8a9e\u3067\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306b\u7d44\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u3078\u5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":[3,4,22,44],"\u30e6\u30fc\u30b6\u30fc\u306b\u3042\u307e\u308a\u8ca0\u62c5\u3092\u611f\u3058\u3055\u305b\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u3068\u826f\u3044\u3067\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u306f\u305d\u306e\u3076\u3093\u78ba\u8a8d\u3059\u308b\u4f5c\u696d\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8\u3092\u3057\u305f\u308a\u3057\u3066\u3044\u307e\u3059":10,"\u30e6\u30fc\u30b6\u540d":156,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":154,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":154,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":154,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306e":12,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306e\u540c\u671f":12,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306e\u66f4\u65b0":12,"\u30ea\u30ea\u30fc\u30b9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u306e\u3067\u6f0f\u308c\u306a\u304f\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u305f\u3073\u306bformula\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b\u4f5c\u696d\u3092\u5b9f\u65bd\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb\u3067\u306f":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u306b\u5229\u7528\u3059\u308b\u5834\u5408\u306b\u306f":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u3092\u3057\u305f\u308a":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6295\u7a3f\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":12,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u304claunchpad":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[3,4,22,44],"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332\u3055\u308c\u305f\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u5f8c\u306b\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u5411\u3051\u306e\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306e1\u884c\u76ee\u306b\u8a18\u8f09\u3057\u3066\u3042\u308a\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u65e5":12,"\u30ea\u30ea\u30fc\u30b9\u6642\u3068\u958b\u767a\u6642\u3067\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u5206\u3051\u305a\u306b\u4f5c\u696d\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u304c":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306b\u30d3\u30eb\u30c9\u3059\u308b\u305f\u3081\u306b\u306f\u4ee5\u4e0b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066configure\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u624b\u9806\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30af\u30ea\u30fc\u30f3\u306a\u72b6\u614b\u3067\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bf\u30b0\u3092\u6253\u3064\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bf\u30b0\u3092\u8a2d\u5b9a\u3059\u308b\u524d\u306b":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u304cpackag":12,"\u30ea\u30f3\u30af\u306e\u5148\u3067":12,"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":12,"\u30ea\u30f3\u30af\u3092\u8fbf\u308b\u3068":12,"\u30ea\u30f3\u30b4\u3067\u3059":238,"\u30ea\u30f3\u30b4\u3067\u3059\u304b":238,"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":78,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":78,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":78,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":78,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":36,"\u30ec\u30b3\u30fc\u30c9\u3092key\u5024\u306e\u6607\u964d\u9806\u3067\u53d6\u308a\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":69,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u8ddd\u96e2":35,"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":38,"\u30ed\u30b0\u306b\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u306e\u79d2\u3088\u308a\u5c0f\u3055\u3044\u5024\u304c\u5e38\u306b0\u306b\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":110,"\u30ed\u30b0\u3092":12,"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u30ed\u30b0\u30a4\u30f3\u53ef\u80fd\u3067\u3042\u308b\u304b\u306e\u78ba\u8a8d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u884c\u3044\u307e\u3059":12,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":36,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":156,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":156,"\u30ed\u30b0\u51fa\u529b":110,"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":155,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":155,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u66f4\u65b0\u3084\u5909\u66f4\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u7b49\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":155,"\u30ed\u30fc\u30de\u30b8":[178,208],"\u30ed\u30fc\u30de\u5b57":178,"\u30ed\u30fc\u30de\u5b57\u5165\u529b":208,"\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":101,"\u30f4\u30a1\u30a4\u30aa\u30ea\u30f3":34,"\u30f4\u30a1\u30f4\u30a3\u30f4\u30a5\u30f4\u30a7\u30f4\u30a9":[34,204,225],"\u30f4\u30a1\u30f4\u30a3\u30f4\u30f4\u30a7\u30f4\u30a9":[34,204,225],"\u30f4\u30a1\u30f4\u30a3\u30f4\u30f4\u30a7\u30f4\u30a9\u30f4":[204,225],"\u30fc":[204,225],"\u30fc\u30fc\u30fc\u30fc\u30fc\u30fc":[204,225],"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059":264,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":51,"\u4e00\u65b9":266,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":65,"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":65,"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":65,"\u4e00\u822c":240,"\u4e00\u822c\u7684\u306b\u306f":65,"\u4e00\u884c\u306b\u8907\u6570\u306egroonga":156,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":68,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":12,"\u4e0a\u8a18\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067":12,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":266,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":156,"\u4e0a\u8a18url\u3092\u53c2\u7167\u3059\u308b\u3068\u308f\u304b\u308b\u3088\u3046\u306b\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306eurl\u3068sha1\u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u3092\u66f4\u65b0\u3057\u307e\u3059":12,"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":36,"\u4e0b\u8a18":69,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":89,"\u4e0d\u5b89\u5b9a\u7248\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3067\u30d3\u30eb\u30c9\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304b\u3089":12,"\u4e0d\u5b89\u5b9a\u7248\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u524a\u9664\u7528\u306e\u30da\u30fc\u30b8":12,"\u4e0d\u6b63\u306a\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u3068\u304d\u306bdump\u3059\u308b\u3068\u843d\u3061\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u4e0d\u6b63\u306a\u5165\u529b\u5024\u306b\u5bfe\u3057\u3066\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u4e0d\u6b63\u306a\u540d\u524d\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u3082\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":35,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"\u4e0e\u3048":266,"\u4e16\u754c\u6e2c\u5730\u7cfb":248,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[168,169],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":11,"\u4e3b\u306b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u58ca\u308c\u305f\u5834\u5408\u306a\u3069\u7570\u5e38\u6642\u306e\u554f\u984c\u89e3\u6c7a\u306e\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":89,"\u4e3b\u30ad\u30fc\u304c\u6570\u5024\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3067\u306e\u6bd4\u8f03\u6f14\u7b97\u306b\u5bfe\u5fdc":36,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":248,"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":78,"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":78,"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":143,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":78,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":180,"\u4e8c":208,"\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u540c\u6642\u306b\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":82,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u4eac\u90fd":[240,264,266],"\u4eba\u540d":[204,240],"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":82,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066":12,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066\u7f72\u540d\u7528\u306e\u9375\u3092\u6697\u53f7\u5316\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u4ed8\u8d85\u7fa4":34,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":94,"\u4ee3\u540d\u8a5e":[34,240],"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":12,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":156,"\u4ee5\u4e0b":156,"\u4ee5\u4e0b\u3067":266,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":11,"\u4ee5\u4e0b\u306bgroonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3092\u884c\u3046\u305f\u3081\u306b\u4e8b\u524d\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":11,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":264,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304a\u3044\u3066\u4e0b\u3055\u3044":12,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u524d\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":264,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u524d\u306b\u3059\u3067\u306b\u95be\u5024\u304c\u8d8a\u3048\u3066\u3044\u308b\u5834\u5408":266,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":266,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bgroonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u5148\u304b\u3089\u306e\u76f8\u5bfe\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306f\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u4e88\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":155,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092packag":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u30ea\u30ea\u30fc\u30b9\u7528\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066windows\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30d3\u30eb\u30c9\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":[12,14],"\u4ee5\u4e0b\u306e\u30c6\u30b9\u30c8\u304c\u5168\u3066\u30d1\u30b9\u3057\u3066\u3044\u308b\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":65,"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u624b\u9806\u306f\u4eca\u5f8c\u524a\u9664\u3059\u308b\u4e88\u5b9a\u3067\u3059":12,"\u4ee5\u964d\u306e\u8aac\u660e\u3067\u306f":12,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":155,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":155,"\u4ee5\u964d\u3092\u7121\u8996":36,"\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u51fa\u529b\u5148\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":156,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":155,"\u4efb\u610f\u306edb\u540d":156,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":38,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5c0f\u6570\u8868\u8a18\u304b\u3089\u30df\u30ea\u79d2\u3078\u306e\u5909\u63db\u8aa4\u5dee\u304c\u5927\u304d\u3044\u554f\u984c\u3092\u4fee\u6b63":38,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":156,"\u4f5c\u6210\u3057\u305f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8\u3078\u3068\u6d41\u3057\u307e\u3059":12,"\u4f5c\u6210\u3059\u308bdb\u306e\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u6642\u306b\u6307\u5b9a\u3057\u307e\u3059":55,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":71,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":155,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u4f5c\u696d\u30de\u30b7\u30f3\u4e0a\u306bgroonga\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u4f9d\u5b58\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u4e00\u5f0f\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":82,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":54,"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":89,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":89,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":82,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":82,"\u4f8b":[12,22,35,65,265],"\u4f8b\u3048\u3070":[65,155,156,264,266],"\u4fc2\u52a9\u8a5e":240,"\u4fee\u6b63\u304c\u5fc5\u8981\u306a\u7b87\u6240\u3092\u8abf\u3079\u3066":12,"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":82,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":266,"\u500b\u4eba\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u306f\u306a\u304f":12,"\u5024":155,"\u50241":155,"\u50242":155,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":65,"\u5024\u304c\u5b58\u5728\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":155,"\u5024\u306e\u7bc4\u56f2\u306f1":78,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":65,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u7bc4\u56f2\u306e\u958b\u59cb\u4f4d\u7f6e\u3068\u306a\u308b\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[62,65],"\u5065\u4f5c":272,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":11,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":156,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":156,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":78,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":100,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":69,"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":266,"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u4ee5\u4e0b\u306eurl\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059":12,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u5185\u8a33\u306f":266,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":68,"\u5185\u90e8\u7684\u306a\u5909\u66f4":12,"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":168,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":168,"\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":168,"\u5186\u5468\u4e0a\u306e\u70b9\u306e\u4e00\u3064\u306e\u5ea7\u6a19\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":168,"\u518d\u5ea6\u30ea\u30ea\u30fc\u30b9\u3059\u308b\u3053\u3068\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u306e\u3067":12,"\u518d\u5ea6po\u30d5\u30a1\u30a4\u30eb\u3068html\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u518d\u73fe\u624b\u9806\u3092ml\u304bredmine\u306b\u5831\u544a\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u518d\u73fe\u7387\u3088\u308a\u3082\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":266,"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":59,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":78,"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":156,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":110,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":156,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":156,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":103,"\u5206\u5272":264,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":14,"\u521d\u671f\u5024\u306f10\u3067\u3059":154,"\u521d\u671f\u5316\u3055\u308c\u305f":54,"\u521d\u671f\u5316\u3059\u308b":54,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u521d\u671f\u5316\u6e08\u307f\u306e":55,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5225\u306e\u5f62\u5f0f\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066db_api\u3092\u4f7f\u3063\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u304b\u306f\u30b3\u30de\u30f3\u30c9\u6bce\u306b\u81ea\u7531\u306b\u6c7a\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u5229\u7528\u3067\u304d\u308b\u30d0\u30a4\u30b0\u30e9\u30e0\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u4e00\u89a7\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":266,"\u5229\u7528\u8005\u306f\u56f0\u3063\u305f\u307e\u307e\u3068\u306a\u308b\u306e\u3067":10,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":78,"\u524a\u9664\u3057\u305f\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u304b\u3089id\u9806\u306b\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c":36,"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":36,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":94,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":94,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u304b\u3089\u306e\u5909\u66f4\u5c65\u6b74\u3092\u53c2\u7167\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":12,"\u524d\u63d0\u6761\u4ef6":3,"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":266,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u52a9\u52d5\u8a5e":240,"\u52a9\u8a5e":240,"\u52c9":246,"\u52c9\u5f37":[230,245],"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":82,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":103,"\u534a\u5f84":168,"\u534a\u5f84\u304b\u3089\u306e\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u305f\u3081\u306b\u5730\u5f62\u3092\u3069\u306e\u3088\u3046\u306b\u8fd1\u4f3c\u3059\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":168,"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":69,"\u5358\u4f4d":[71,168],"\u5358\u72ec\u306e\u5024":51,"\u5358\u7d14\u306a\u8a08\u7b97\u5f0f\u3067\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u305f\u3081\u9ad8\u901f\u3067\u3059\u304c":168,"\u539f\u56e0":[22,265],"\u539f\u56e0\u3092\u7279\u5b9a\u3057\u3066\u4fee\u6b63\u3057\u307e\u3059":12,"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"\u53c2\u8003\u307e\u3067\u306b\u904e\u53bb\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3078\u306e\u30ea\u30f3\u30af\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059":12,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":156,"\u53cc\u65b9\u306b\u3068\u3063\u3066\u5b09\u3057\u304f\u306a\u3044\u72b6\u614b\u306b\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3059":10,"\u53d6\u5f97\u3057\u305f\u3044\u30ab\u30e9\u30e0\u540d\u306eprefix\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":65,"\u53e5\u70b9":240,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u306e\u89e3\u6d88\u3092\u884c\u3044\u307e\u3059":65,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":65,"\u53f3\u4e0a":35,"\u53f3\u4e0b":35,"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":36,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":156,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":156,"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":11,"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":156,"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":89,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":137,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":78,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":156,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":89,"\u540c\u3058\u3067\u3059":156,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":82,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u3082\u4e00\u7dd2\u306b\u6307\u5b9a\u3059\u308b\u30af\u30a8\u30ea\u306b\u3088\u3063\u3066\u306f\u5168\u6587\u691c\u7d22\u306e\u7d50\u679c\u304c\u7570\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":266,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[22,265],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":82,"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":156,"\u540c\u540d\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4e0a\u66f8\u3044\u3066\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u306a\u3044\u306e\u3067":12,"\u540c\u6642\u306b":9,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":69,"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":38,"\u540d\u524d":[204,240],"\u540d\u524d\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[51,65],"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":65,"\u540d\u8a5e":[34,204,240],"\u5426\u5b9a":11,"\u542b\u3081\u306a\u3044\u3082\u306e":12,"\u542b\u3081\u308b\u3082\u306e":12,"\u547c\u51fa\u5074\u3067\u306ftype\u306b\u5fdc\u3058\u3066\u5341\u5206\u306a\u30b5\u30a4\u30ba\u306e\u30d0\u30c3\u30d5\u30a1\u3092\u78ba\u4fdd\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":62,"\u547c\u51fa\u5074\u3067\u6e96\u5099":62,"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[51,65,68],"\u554f\u984c\u3042\u308a":38,"\u554f\u984c\u306fgroonga":156,"\u554f\u984c\u3092\u4fee\u6b63":36,"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":12,"\u56f0\u3063\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u8907\u6570\u56de\u30c4\u30a4\u30fc\u30c8\u3057\u3066\u9650\u3089\u308c\u305f\u306a\u304b\u3067\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u3066\u304f\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":10,"\u56fa\u5b9a\u9577\u30ab\u30e9\u30e0\u306b\u30ab\u30e9\u30e0\u9577\u3088\u308a\u77ed\u3044\u30c7\u30fc\u30bf\u3092\u8a2d\u5b9a\u3059\u308b\u3068\u30b4\u30df\u304c\u6b8b\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u56fa\u6709\u540d\u8a5e":240,"\u578b":71,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":51,"\u578b\u306e\u30ab\u30e9\u30e0\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":61,"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":68,"\u57fa\u672c\u5f62":240,"\u57fa\u672c\u7684\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u5185\u5bb9\u3092\u305d\u306e\u307e\u307e\u8a18\u8f09\u3057\u307e\u3059":12,"\u5909\u6570\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":66,"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":78,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"\u5909\u66f4\u5f8c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5909\u66f4\u5f8c\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":68,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":154,"\u59d3":240,"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":68,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":103,"\u5b58\u5728\u3057\u306a\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6539\u5584":35,"\u5b58\u5728\u3057\u306a\u3044\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53c2\u7167\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u5b58\u5728\u3057\u306a\u3051\u308c\u3070":68,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":68,"\u5b89\u5b9a\u7248\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3078\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044":12,"\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":68,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":266,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":264,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":264,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":266,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306b\u9650\u308a":264,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":264,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":264,"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":155,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":78,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":51,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":54,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u3067\u306e\u30af\u30a8\u30ea\u30d1\u30bf\u30f3\u306b\u8fd1\u3044\u30af\u30a8\u30ea\u3092\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":154,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":154,"\u5b9f\u884c\u3059\u308b\u30b3\u30de\u30f3\u30c9\u3068\u305d\u306e\u5f15\u6570\u3092\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":155,"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u5b9f\u884c\u306b\u306f\u76f8\u5fdc\u306e\u30b3\u30b9\u30c8\u304c\u304b\u304b\u308b\u306e\u3067\u3042\u307e\u308a\u983b\u7e41\u306b\u547c\u3070\u306a\u3044\u3088\u3046\u306b\u3057\u3066\u4e0b\u3055\u3044":68,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":59,"\u5b9f\u884c\u4f8b":[14,82],"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":11,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":156,"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":266,"\u5bfe\u5fdc":37,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":65,"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":68,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[65,68],"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":68,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":68,"\u5bfe\u7b56\u65b9\u6cd51":[22,265],"\u5bfe\u7b56\u65b9\u6cd52":[22,265],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[90,101],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[90,101],"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":154,"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306ekey\u30b5\u30a4\u30ba\u3068\u540c\u3058\u304b\u8d85\u3048\u308b\u5e45\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":69,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,65,68],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":68,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5bfe\u8c61ctx\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[61,69],"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,55,59,62,65,66,72],"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,65,68,69],"\u5c0f\u6570\u5f62\u5f0f\u306etime\u30ea\u30c6\u30e9\u30eb\u3092\u30ed\u30fc\u30c9\u3059\u308b\u3068\u30df\u30ea\u79d2\u60c5\u5831\u304c\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"\u5c71\u7530":[204,240],"\u5de6\u4e0a":35,"\u5de6\u4e0b":35,"\u5dee\u5206\u3092":156,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":248,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":248,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":168,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":169,"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":82,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":156,"\u5f15\u6570\u3068\u3057\u3066":11,"\u5f15\u6570\u306f\u4ee5\u4e0b\u306e2\u7a2e\u985e\u306e\u65b9\u6cd5\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":155,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":11,"\u5f15\u6570\u540d":155,"\u5f15\u6570\u540d1":155,"\u5f15\u6570\u540d2":155,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":155,"\u5f37":[230,245,246],"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":65,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308bclearlock\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":35,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306bdefault":82,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":65,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":65,"\u5f62\u5f0f1":155,"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":155,"\u5f62\u5f0f2":155,"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":155,"\u5f7c":[204,240],"\u5f7c\u306e\u540d\u524d\u306f\u5c71\u7530\u3055\u3093\u306e\u306f\u305a\u3067\u3059":[204,240],"\u5f8c\u8ff0\u3057\u307e\u3059\u304c":12,"\u5f8c\u8ff0\u306e\u3059\u3079\u3066\u306e\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306fdb_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u5f8c\u8ff0\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3054\u3068\u306egrntest\u306b\u3088\u308b\u52d5\u4f5c\u78ba\u8a8d\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"\u5f93\u3063\u3066":137,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":11,"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":11,"\u5fa9\u53f7\u3057\u305f\u9375":12,"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":12,"\u5fc5\u8981\u306a\u6642\u4ee5\u5916\u306bmecab\u306e\u8f9e\u66f8\u30c1\u30a7\u30c3\u30af\u3092\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u5fc5\u8981\u306a\u90e8\u5206\u3092groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u554f\u3044\u5408\u308f\u305b\u308b\u305f\u3081\u306e\u30af\u30a8\u30ea\u306e\u8868\u73fe\u3068\u5b9f\u884c\u306b\u95a2\u3057\u3066":11,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":35,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":143,"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":143,"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[90,94,100,110],"\u623b\u308a\u5024\u3067\u3042\u308b":61,"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":61,"\u624b\u7d9a\u304d":66,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u62c5\u5f53\u8005":12,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":156,"\u62e1\u5f35\u5b50\u306f":156,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":156,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u304c\u8fd4\u3055\u308c\u307e\u3059":82,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u6a19\u6e96\u30a8\u30e9\u30fc\u51fa\u529b\u306b\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057":82,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cdevelop\u3042\u308b\u3044\u306fdeprecated\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f":82,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cstable\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u306a\u3093\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3082\u8868\u793a\u3055\u308c\u305a\u305d\u306e\u307e\u307e\u8d77\u52d5\u3057\u307e\u3059":82,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":82,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":156,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":89,"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":165,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":165,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":36,"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":35,"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":11,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":156,"\u6307\u5b9a\u3059\u308b":55,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":168,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":156,"\u63a5\u5c3e":[204,240],"\u63a5\u7d9a\u3059\u308bgroonga":156,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":156,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":156,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":154,"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":156,"\u63a5\u7d9a\u5148\u30b5\u30fc\u30d0\u304c\u4f7f\u7528\u4e2d\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":156,"\u63d0\u6848\u3092\u884c\u3046":36,"\u652f\u3048\u305f":34,"\u652f\u3048\u308b":34,"\u6539\u884c\u6587\u5b57\u306f":155,"\u6570\u5024":264,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":35,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":168,"\u6570\u5b57":156,"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":266,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":266,"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":165,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":155,"\u65b0\u3057\u3044\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4efb\u547d\u3055\u308c\u305f\u3070\u304b\u308a\u3067":12,"\u65b0\u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":65,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,65],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u6307\u5b9a\u3057\u307e\u3059":68,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"\u65b0\u3057\u304f\u958b\u767a\u306b\u52a0\u308f\u308b\u4eba\u3068\u3082\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":10,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":55,"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":68,"\u65b0\u4efb\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u5fc5\u305a":12,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u306e\u307f\u884c\u3044\u307e\u3059":12,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u7f72\u540d\u3059\u308b\u9375\u306b\u5909\u66f4\u304c\u3042\u3063\u305f\u5834\u5408\u306a\u3069\u306b\u884c\u3044\u307e\u3059":12,"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":168,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":156,"\u65e2\u5b58\u306edb\u3092\u958b\u304d\u307e\u3059":55,"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":68,"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":68,"\u65e5":[231,232,233,234,246],"\u65e5\u3005":10,"\u65e5\u672c":[178,208,218,230,231,232,233,234],"\u65e5\u672c\u4eba":218,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[168,169],"\u65e5\u672c\u8a9e":[218,245],"\u65e5\u672c\u8a9e\u306e\u52c9\u5f37":[230,245,246],"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":12,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":248,"\u660e\u793a\u7684\u306b\u305d\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u3044\u307e\u3059":12,"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":36,"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":36,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\u308a\u307e\u3059":82,"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u6700\u521d\u306b\u58f0\u3092\u304b\u3051\u308b\u3068\u304d\u306b\u89e3\u6c7a\u7b56\u30921\u3064\u304b2\u3064\u63d0\u6848\u3067\u304d\u308b\u3068\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u6700\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":3,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308b":35,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":35,"\u6700\u5f8c\u306b":266,"\u6700\u5f8c\u306bgrntest\u306b\u3088\u308b\u5b9f\u884c\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u307e\u3068\u3081\u3066\u8868\u793a\u3055\u308c\u307e\u3059":12,"\u6700\u5f8c\u306e":156,"\u6700\u7d42\u66f4\u65b0\u6642\u523b\u306f\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u6709\u52b9\u304b\u3069\u3046\u304b\u306e\u5224\u65ad\u306a\u3069\u306b\u5229\u7528\u3055\u308c\u307e\u3059":55,"\u672a\u6765\u306e\u65e5\u4ed8":12,"\u672c":[231,232,233,234,246],"\u672c\u8a9e":[230,231,232,233,234],"\u672c\u8a9e\u306e":245,"\u6761\u4ef6\u306e\u9806\u5e8f\u3092\u5909\u3048\u308b\u3068\u691c\u7d22\u7d50\u679c\u304c\u5909\u308f\u308b\u3068\u3044\u3046\u72b6\u6cc1\u304c\u767a\u751f\u3057\u307e\u3059":266,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":11,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":11,"\u6771\u4eac":[240,264,266],"\u6771\u4eac\u90fd":[240,264,266],"\u6771\u4eac\u90fd\u6c11":[264,266],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":266,"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":68,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u68ee\u7530":272,"\u691c\u7d22":[22,36,40,137,151,262,266],"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":11,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d":54,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":22,"\u691c\u7d22\u306e\u6319\u52d5":22,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":264,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":266,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":64,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":64,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":264,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u305f\u7d50\u679c\u5f97\u3089\u308c\u308b\u8a9e\u5f59\u306e\u914d\u5217\u3068\u540c\u4e00\u306e\u914d\u5217\u3092\u542b\u3080\u6587\u66f8\u3092\u691c\u7d22\u3059\u308b\u51e6\u7406\u3092\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3068\u547c\u3093\u3067\u3044\u307e\u3059":264,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":100,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u304f\u308b\u3053\u3068\u3092\u6291\u3048\u3064\u3064\u518d\u73fe\u7387\u3092\u4e0a\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":266,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u73fe\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":266,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u591a\u304f\u306a\u3063\u305f\u5834\u5408\u306f\u6307\u5b9a\u3059\u308b\u5024\u3092\u4f4e\u304f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":266,"\u691c\u7d22\u4f8b1":3,"\u691c\u7d22\u4f8b2":3,"\u691c\u7d22\u4f8b3":3,"\u691c\u7d22\u4f8b4":3,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":137,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":59,"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":78,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u5bfe\u8c61\u306e":266,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u691c\u7d22\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306b\u52a0\u3048\u307e\u3059":11,"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":264,"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u9069\u7528\u3059\u308bgrn_expr\u3092script\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":137,"\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":248,"\u691c\u7d22\u6761\u4ef6\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3057\u305f\u65b0\u305f\u306a\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":[100,155],"\u691c\u7d22\u7d50\u679c\u3068\u3057\u3066\u751f\u6210\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":78,"\u691c\u7d22\u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":264,"\u691c\u7d22\u7d50\u679c\u306e\u30bd\u30fc\u30c8\u9806\u5e8f\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":137,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u304c\u7a7a\u3067\u306a\u3044\u5834\u5408\u306b\u3060\u3051\u610f\u5473\u3092\u6301\u3061\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u30b9\u30b3\u30a2\u5024\u306e\u66f4\u65b0\u306e\u307f\u3092\u884c\u3044\u307e\u3059":11,"\u691c\u7d22id\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":168,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":168,"\u697d\u3057":[264,266],"\u697d\u3057\u3044billiard":[264,266],"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":54,"\u69cb\u9020\u4f53\u306e\u914d\u5217":66,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":61,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":3,"\u6a19\u6e96\u5165\u529b":[89,90,94,100,101,110,127,143],"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":155,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e00\u884c\u305a\u3064eof\u306b\u9054\u3059\u308b\u307e\u3067\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u8aad\u307f\u53d6\u308a":155,"\u6b21\u306b":[11,12],"\u6b21\u306bgroonga\u306etest":12,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":82,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":12,"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":12,"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":12,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":82,"\u6bb5\u843d\u60c5\u5831":51,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":3,"\u6c11":264,"\u6c17\u8efd\u306b\u3067\u304d\u306a\u3044\u3053\u3068\u3092\u76f8\u624b\u306b\u8981\u6c42\u3059\u308b\u3068\u840e\u7e2e\u3055\u308c\u3066\u3057\u307e\u3046\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"\u6c38\u7d9a\u7684\u306a":65,"\u6ce8\u610f":68,"\u6df1\u523b":266,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":11,"\u6e2c\u5730\u7cfb":248,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":248,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":11,"\u6f22\u5b57":178,"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":65,"\u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u6e96\u5099\u3057\u305f\u5185\u90e8api\u3067\u3059":60,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":14,"\u7279\u6b8a":240,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":156,"\u7279\u6b8a\u547d\u4ee4\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4efb\u610f\u306e\u5834\u6240\u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":156,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":89,"\u73fe\u5728\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u3068\u540c\u671f\u3057\u307e\u3059":12,"\u73fe\u5728\u306f":[154,156],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":156,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":156,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308bos\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":66,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":176,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":176,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":82,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":168,"\u74b0\u5883\u5909\u6570":12,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u751f\u6210\u3055\u308c\u3066\u3044\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u554f\u984c\u306e\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3067\u304d\u305f\u3089":12,"\u751f\u6210\u3067\u304d\u6b21\u7b2c\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304a\u304f\u3068":12,"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":89,"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":12,"\u7591\u4f3c\u30ab\u30e9\u30e0":78,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":180,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":169,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":169,"\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":169,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":12,"\u79c1\u306f\u6797\u6a8e\u3092\u98df\u3079\u307e\u3059":225,"\u79d2":65,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"\u7a7a\u306e\u5834\u5408":[90,101],"\u7a7a\u767d":155,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":266,"\u7a7a\u767d\u3084":155,"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":89,"\u7bc4\u56f2\u5185\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u6709\u52b9\u3067\u3042\u308b\u3068\u306f\u9650\u308a\u307e\u305b\u3093":65,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":266,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":266,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":35,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":35,"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"\u7d42\u4e86\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":55,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnull\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[89,90,94,100,101,110,127,143],"\u7d44\u8fbc\u95a2\u6570\u306f":[165,168,169,176,180],"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":248,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u3092\u30df\u30ea\u79d2\u5358\u4f4d\u3067\u8868\u73fe\u3057\u305f\u6574\u6570\u306e\u7d44\u306b\u3088\u308a\u8868\u73fe\u3057\u307e\u3059":248,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":248,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":65,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":156,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":68,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u7d9a\u3044\u3066":266,"\u7de8\u96c6\u3057\u305f\u5185\u5bb9\u3092push\u3059\u308b\u524d\u306b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u306b\u306fjekyll\u304a\u3088\u3073redcloth":12,"\u7de8\u96c6\u3059\u308b\u3068":12,"\u7de8\u96c6\u8ddd\u96e2":35,"\u7def\u5ea6\u306f":248,"\u7e70\u308a\u8fd4\u3057\u6570":156,"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":156,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":156,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308b\u72b6\u614b\u3067":12,"\u7ffb\u8a33\u5143\u306e\u30d5\u30a1\u30a4\u30eb\u306f\u7d76\u5bfe\u306b\u7de8\u96c6\u3057\u306a\u3044\u3067\u4e0b\u3055\u3044":12,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u7ffb\u8a33\u7d50\u679c\u3092html\u3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":12,"\u811a\u6ce8":[94,168,169],"\u81ea\u5206\u304c\u30c4\u30a4\u30fc\u30c8\u3057\u305f\u5185\u5bb9\u3092\u628a\u63e1\u3057\u3066\u3044\u306a\u3044\u8fd4\u4fe1\u3092\u3055\u308c\u305f\u3089\u666e\u901a\u3044\u3044\u6c17\u306f\u3057\u307e\u305b\u3093":10,"\u81ea\u5206\u306e\u666e\u6bb5\u4f7f\u3044\u306e\u79d8\u5bc6\u9375\u3092\u767b\u9332\u3057\u305f\u4e0a\u3067":12,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":156,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":156,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":156,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":78,"\u826f\u3044\u306e\u304b":10,"\u826f\u3044\u4f8b":10,"\u82b1\u5b50":272,"\u82f1\u8a9e":12,"\u884c":14,"\u884c\u3059\u308b":12,"\u8907\u6570\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u3058\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092\u540c\u6642\u306b\u5b9f\u884c\u3057\u307e\u3059":156,"\u8907\u6570\u306e\u6761\u4ef6\u3092\u518d\u5e30\u7684\u306b\u7d44\u307f\u5408\u308f\u305b\u3066\u3088\u308a\u8907\u96d1\u306a\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u8907\u6570\u4eba\u306b\u3088\u308b\u30b5\u30dd\u30fc\u30c8\u3092groonga\u3067\u884c\u3046\u5834\u5408\u306b":10,"\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f0\u3092\u8fd4\u3057\u307e\u3059":68,"\u89e3\u653e\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":12,"\u8a18\u53f7":[155,240,266],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":36,"\u8a18\u53f7\u3068\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":266,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":266,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":264,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u8a2d\u5b9a\u3059\u308b\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u5024\u3092\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3057\u307e\u3059":110,"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":155,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":35,"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":35,"\u8a72\u5f53\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u4e00\u5f0f\u3092\u524a\u9664\u3057\u307e\u3059":65,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":69,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":156,"\u8a73\u7d30\u306f":[14,266],"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u8a9e":[89,231,232,233,234,246],"\u8a9e\u306e":230,"\u8a9e\u306e\u52c9":245,"\u8aa4\u3063\u305f\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0\u3067\u30ea\u30ea\u30fc\u30b9\u3057\u3066\u3057\u307e\u3046\u5371\u967a\u304c\u3042\u308a\u307e\u3059":12,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":168,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":168,"\u8ad6\u7406\u548c":11,"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":11,"\u8ad6\u7406\u7a4d":11,"\u8b66\u544a\u3092\u9664\u53bb":36,"\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":82,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":36,"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":168,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":51,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":36,"\u8fd4\u5024\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5b89\u5b9a\u3057\u3066\u3044\u308b\u3068\u3044\u3046\u3053\u3068\u306f\u4fdd\u8a3c\u3055\u308c\u307e\u305b\u3093":89,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":180,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_limit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_offset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_output_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_sortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306ematch_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoutput_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":155,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":155,"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":12,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[3,4,22],"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":78,"\u9023\u4f53\u5316":240,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":266,"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":266,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":266,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u3092\u304a\u3055\u3089\u3044\u3057":10,"\u9069\u5408\u7387\u304c\u4e0b\u304c\u308a\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u542b\u307e\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":266,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":266,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":264,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":264,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":266,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":266,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":264,"\u90fd":[240,264,266],"\u90fd\u6c11":[264,266],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":55,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":55,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":89,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":89,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u9375\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u3060\u3051\u3067\u306f\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u305f\u3081":12,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":101,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":90,"\u958b\u3044\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u304c\u591a\u3059\u304e\u3066accept\u3067\u304d\u306a\u3044\u72b6\u614b\u306e\u8ca0\u8377\u3092\u4f4e\u6e1b":36,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[90,101],"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306b\u3053\u3046\u3059\u308b\u3068\u3044\u3044":10,"\u9593\u9055\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":38,"\u95a2\u4fc2\u5f0f":3,"\u95a2\u4fc2\u5f0f\u306f":11,"\u95a2\u6570":14,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":66,"\u95a2\u6570\u304c\u5f15\u6570\u3092":35,"\u95a2\u6570\u306e\u8ffd\u52a0":35,"\u95a2\u6570\u306f":[11,165,168,169,180],"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":176,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":11,"\u95a2\u9023\u30d7\u30ed\u30c0\u30af\u30c8\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u304c\u3057\u3084\u3059\u304f\u306a\u308a\u307e\u3059":12,"\u95be\u5024\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":264,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":266,"\u95be\u5024\u3092\u3042\u3052\u308b":[22,265],"\u95be\u5024\u3092\u8d8a\u3048\u308b":266,"\u9759\u7684\u89e3\u6790":3,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":266,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":264,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":264,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[264,266],"\u975e\u4e92\u63db":38,"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":12,"\u975e\u81ea\u7acb":[204,240],"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":155,"\u99c4\u76ee\u306a\u4f8b":10,"\u9ad8\u6a5f\u80fd\u3067\u8907\u96d1\u306a\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u307e\u3067\u3044\u304f\u3064\u304b\u306e\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059":11,"\u9ad8\u901f":34,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":9,"\uff41z":241,"\uff4d\uff59\uff53\uff51\uff4c":[170,171],"\uff70":[204,225],"\uff76\uff9e":203,"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":78,"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":35,"a\u3092\u6307\u5b9a\u3057\u3066tabl":68,"actions\u4e0a\u3067\u81ea\u52d5\u3067\u5b9f\u65bd\u3067\u304d\u308b\u3088\u3046\u306b\u6539\u826f\u4e2d\u3067":12,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":155,"akio\u3055\u3093":36,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":36,"akio\u3055\u3093\u304c\u5831\u544a":36,"akio\u3055\u3093\u304c\u63d0\u6848":36,"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":12,"apt\u306e\u5834\u5408":12,"aramaki\u3055\u3093":36,"aramaki\u3055\u3093\u304c\u5831\u544a":36,"arg\u306e\u307f\u304c\u6570\u5024\u3067\u4e0e\u3048\u3089\u308c\u305f\u5834\u5408\u306f\u30b9\u30b3\u30a2\u5024\u306e\u4fc2\u6570\u3068\u307f\u306a\u3055\u308c\u307e\u3059":11,"arrow\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092clone\u3057\u305f\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"b\u306f\u5fc5\u305aa\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":68,"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408":68,"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":12,"base_version\u306ftar":12,"benchmark\u304bgroonga\u306b\u3042\u308a\u307e\u3059":156,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":156,"benchmark\u304c\u52d5\u4f5c\u3057":156,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":156,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":156,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":156,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":156,"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":156,"benchmark\u306e\u52d5\u4f5c\u65b9\u6cd5":156,"benchmark\u306f":156,"benchmark\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":156,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":156,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":156,"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":156,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":156,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":156,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":156,"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":156,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":156,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":156,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":156,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":156,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":156,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":156,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":156,"benchmark\u7528\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u5206\u3067\u4f5c\u6210\u3059\u308b\u3053\u3068\u3082\u65e2\u5b58\u306e\u3082\u306e\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":156,"benchmark\u7d42\u4e86\u5f8c\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u51fa\u529b\u5148\u306f\u306f\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059":156,"bigram\u306e\u5834\u5408\u306f\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":264,"blog_body\u7d22\u5f15":266,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306b\u306f":12,"blogs\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u3092tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u3066\u304b\u3089\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059":266,"bom\u4ed8\u304dutf":36,"boolean":[22,41,44,45,136,198,248,269],"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":14,"break":[38,40,42,43,44,105,153],"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"buf_size\u306b\u6307\u5b9a\u3055\u308c\u305f\u500b\u6570\u3092\u4e0a\u9650\u3068\u3057\u3066indexbuf\u306b\u8fd4\u3057\u307e\u3059":51,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u3055\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":51,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":65,"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":12,"build\u3092\u7528\u3044\u3066":14,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092":55,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"builtin_type_names\u306b\u306f":55,"byte":[34,38,40,41,42,43,44,51,54,57,65,66,68,71,74,85,121,122,136,137,181,248,263],"byte\u9577":[51,65,68],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":11,"case":[29,34,38,41,42,43,44,47,50,54,55,70,74,80,91,92,95,102,104,112,113,114,115,123,129,131,137,142,145,148,157,160,161,163,171,174,178,179,181,198,199,207,212,213,214,215,218,228,230,243,247,255,268,270,271,273,275,276,279,280],"center\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u3092\u4e2d\u5fc3\u3068\u3059\u308b\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":168,"char":[34,42,51,54,55,56,57,63,65,66,68,70,71,74],"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":14,"check\u30b3\u30de\u30f3\u30c9\u306f":89,"class":[34,137,170,171,172,181,240,241],"clearlock\u306f":90,"clone\u3057\u305fweb\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306b\u5bfe\u3057\u3066\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u65b0\u898f\u8ffd\u52a0\u3057\u307e\u3059":12,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":12,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":11,"column\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":51,"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":51,"column\u306e\u5024\u304c":11,"column\u306f":51,"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":51,"column_list\u30b3\u30de\u30f3\u30c9":35,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":94,"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":9,"com\u304cedge\u3092\u4f5c\u308b":9,"com\u306f1\u30b9\u30ec\u30c3\u30c9":9,"command_version\u3092\u5909\u66f4\u3057\u307e\u3059":54,"command_version\u3092\u8fd4\u3057\u307e\u3059":54,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":82,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":12,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":36,"config\u30d5\u30a1\u30a4\u30eb\u306e\u4e2d\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":82,"configure\u306e":38,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":12,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":266,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"const":[34,39,51,54,55,56,57,63,65,66,68,69,71,74],"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":14,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089name\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":54,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":51,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":65,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":68,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"ctx\u304c\u64cd\u4f5c\u5bfe\u8c61\u3068\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":54,"ctx\u306e\u7ba1\u7406\u3059\u308b\u30e1\u30e2\u30ea\u3092\u89e3\u653e\u3057":54,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":54,"ctx\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":54,"ctx_new\u3068\u3044\u3046queue\u306b":9,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":69,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":69,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":69,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":69,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":69,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":69,"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":69,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3057\u307e\u3059":61,"cursor\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092value\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":69,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":14,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":14,"cutter\u306b\u542b\u307e\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":14,"cutter\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3066cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u53d6\u5f97\u3057\u307e\u3059":12,"cutter_source_path\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306bcutter\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":37,"db\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3084\u30ab\u30e9\u30e0\u306a\u3069\u3092\u524a\u9664\u3057\u307e\u3059":65,"db\u3068\u306a\u308a\u307e\u3059":55,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":155,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[143,155],"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":143,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":155,"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":68,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":55,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":65,"db\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306fnull\u3092\u8fd4\u3057\u307e\u3059":54,"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":54,"db_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u8907\u96d1\u306a\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"db_api\u306f":11,"db_api\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u90e8\u5206\u306b\u5bfe\u3059\u308b\u5358\u7d14\u306a\u64cd\u4f5c\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":266,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30d3\u30eb\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":38,"debian\u7cfb":12,"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"debian\u7cfb\u3082\u3057\u304f\u306fr":12,"debug\u3092\u8ffd\u52a0":36,"debug\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3057\u305f\u3068\u304d\u306b\u7d42\u4e86\u6642\u306b\u672a\u958b\u653e\u306e\u30e1\u30e2\u30ea\u304c":36,"default":[0,6,7,8,18,23,33,34,38,39,40,41,42,43,44,49,54,80,91,92,103,105,106,107,108,112,113,114,115,117,121,123,132,137,138,139,140,142,144,146,148,153,155,157,160,163,164,167,179,193,198,199,200,201,209,213,215,219,241,247,248,257,261,263,270,271,273,275,277],"define_selector\u306f":100,"defrag\u306f":101,"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"delete\u30b3\u30de\u30f3\u30c9":35,"delete\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u305f\u3053\u3068\u306e\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u306f":65,"deprecated\u3060\u3063\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3068\u306a\u308a\u307e\u3059":82,"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":82,"description\u306b":264,"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":82,"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":156,"dist\u3067\u751f\u6210\u3057\u305ftar":12,"dist\u3092\u884c\u3046\u3068version\u304c\u53e4\u3044\u307e\u307e\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":12,"docker\u306e\u516c\u5f0f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8a18\u8f09\u306b\u3057\u305f\u304c\u3063\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":12,"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":36,"drilldown\u6642\u306b\u53c2\u7167\u5148\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306bsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"dump\u30b3\u30de\u30f3\u30c9":35,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":9,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":9,"edge\u306equeue\u306benqueue\u3055\u308c\u308b":9,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"edge\u306fctx\u3092\u542b\u3080":9,"encoding\u306e\u5024\u304c":38,"examples\u4ee5\u4e0b\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067":12,"export":[18,34,38,41,42,43,44],"expr\u306a\u3069\u306f\u89e3\u653e\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":65,"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":72,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":66,"facebook\u306bgroonga\u30b0\u30eb\u30fc\u30d7\u304c\u3042\u308a\u307e\u3059":12,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":36,"fedora\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30eb\u30fc\u30eb\u306b\u5f93\u3046\u3088\u3046\u306b\u6539\u826f":36,"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":36,"files\u3092\u5b9f\u884c\u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":12,"files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":36,"final":[73,74,80,137,157,204,225,267],"flags\u306b":[51,68],"flags\u306b\u306f":68,"float":[34,40,43,44,83,112,114,115,122,136,137,167,209,214,215,270],"function":[0,6,12,14,22,34,40,41,42,43,44,45,46,47,54,63,70,74,83,120,121,122,147,155,157,160,163,167,171,172,173,174,175,178,179,183,184,185,186,193,195,196,213,214,215,222,261,271,280],"function\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":12,"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":14,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":14,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":36,"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":35,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":36,"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":154,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":3,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":154,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":154,"gqtp\u306e\u5834\u5408":155,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u8a9e\u306e\u30d2\u30c3\u30c8\u6570\u304c\u591a\u3044\u305f\u3081":266,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u9069\u5408\u7387\u306e\u4f4e\u3044\u5834\u5408\u304c\u591a\u3044\u306e\u3067":266,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":266,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3068tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3067\u6319\u52d5\u304c\u5909\u308f\u308a\u307e\u3059":264,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":264,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u518d\u73fe\u7387\u3092\u3042\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":266,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":266,"grn_bool\u578b\u3092\u8ffd\u52a0":36,"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"grn_expr\u3067\u8868\u73fe\u3055\u308c\u305f\u691c\u7d22\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3068\u304d\u306b\u4f7f\u3044\u307e\u3059":11,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":3,"grn_expr\u306b\u3088\u3063\u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":11,"grn_expr\u306f":11,"grn_expr\u306f\u4ee3\u5165\u3084\u95a2\u6570\u547c\u3073\u51fa\u3057\u306e\u3088\u3046\u306a\u69d8\u3005\u306a\u64cd\u4f5c\u3092\u8868\u73fe\u3067\u304d\u307e\u3059\u304c":11,"grn_expr\u3092\u4f7f\u3063\u3066\u69d8\u3005\u306a\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"grn_op_adjust\u306f":11,"grn_op_and\u306f":11,"grn_op_but\u306f":11,"grn_op_or\u306f":11,"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":11,"grnslap\u306f":154,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":36,"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":36,"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30fc\u30b9\u3092\u914d\u7f6e\u3057\u307e\u3059":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3059\u308b":12,"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":12,"grntest\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306fgroonga\u306e\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf\u3068grntest\u306e\u30bd\u30fc\u30b9\u304c\u5fc5\u8981\u3067\u3059":12,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":35,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3084zip\u30a2\u30fc\u30ab\u30a4\u30d6\u304c":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306fgroonga\u540c\u69d8\u306bgithub\u306b\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u7f6e\u3044\u3066\u3044\u307e\u3059":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":12,"groonga\u306e\u30ab\u30e9\u30e0\u306f":248,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u6642\u70b9\u3067\u306fconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u542b\u307e\u308c\u3066\u304a\u3089\u305a":12,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":78,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":11,"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":14,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":12,"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3059\u308b\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":36,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f":12,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u30ea\u30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":12,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306f":12,"groonga\u306f":14,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":11,"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[264,266],"groonga\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3057\u305f\u7d50\u679c\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306b\u9650\u308a":266,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":11,"groonga\u3092\u4f7f\u3063\u3066\u304f\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066":10,"groonga\u3092\u4f7f\u3063\u3066\u3082\u3089\u3048\u308b\u3088\u3046\u306btwitter\u306e\u30a2\u30ab\u30a6\u30f3\u30c8groonga\u3092\u53d6\u5f97\u3057\u3066":10,"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":156,"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":12,"groonga\u3092\u7c21\u5358\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b":12,"groonga\u3092\u8d77\u52d5\u3059\u308b\u969b\u306e\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306a\u3044\u3057\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb\u306bdefault":82,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u6295\u7a3f\u3067\u304d\u307e\u3059":12,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u306b\u306a\u308b\u3068":12,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":156,"groonga\u30b3\u30de\u30f3\u30c9\u306b":36,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"groonga\u30b3\u30de\u30f3\u30c9\u3092\u901a\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u547d\u4ee4\u3092\u30b3\u30de\u30f3\u30c9\u3068\u547c\u3073\u307e\u3059":155,"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":36,"groonga\u30c1\u30fc\u30e0":12,"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":156,"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5bfe\u3059\u308b\u691c\u7d22\u51e6\u7406\u3084\u66f4\u65b0\u51e6\u7406\u306e\u305f\u3081\u306e\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u305f\u3081\u306e\u30c7\u30fc\u30bf\u69cb\u9020\u3067":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf\u3067\u3059":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u4e00\u7fa4\u306ec\u8a00\u8a9e\u5411\u3051api\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u65b0\u3057\u304f\u306a\u3063\u305f\u3068\u3057\u3066\u3082":82,"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u7f72\u540d\u7528\u306e\u9375\u3092\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306e\u516c\u958b\u9375\u3067\u6697\u53f7\u5316\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u306epackag":12,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":127,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u30ed\u30fc\u30c9\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u4f7f\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":155,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":154,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":155,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u901a\u4fe1\u5c64\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30c4\u30fc\u30eb":154,"groonga\u30d7\u30ed\u30bb\u30b9\u5185\u306e\u6307\u5b9a\u3057\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":89,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":82,"groonga\u5358\u4f53\u3067test":156,"groonga\u53ca\u3073groonga":156,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[89,90,94,100,101,110,127,143],"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":82,"groonga\u6c4e\u7528\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb\u3067\u3059":156,"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":154,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":156,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u30921\u884c\u306b1\u3064\u305a\u3064\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":156,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":89,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":90,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":94,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":100,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":101,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":110,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":127,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":143,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":165,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":168,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":169,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":176,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":180,"groonga\u95a2\u9023\u3067\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u306a\u3044\u3068\u306a\u308b\u3068\u958b\u767a\u8005\u306f\u56f0\u3063\u3066\u3044\u308b\u4eba\u3092\u898b\u3064\u3051\u3089\u308c\u306a\u3044\u3057":10,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066autogen":12,"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_dir\u4ee5\u4e0b\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"groonga_org_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":12,"groonga_org_path\u306bgroonga":12,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":37,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":12,"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":12,"gz\u306eversion\u304a\u3088\u3073vers":12,"hat\u7cfb":12,"hat\u7cfb\u306e\u5834\u5408\u306b\u306f\u672c\u756a\u74b0\u5883\u3078\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u524d\u306b\u30ed\u30fc\u30ab\u30eb\u306eapt\u306a\u3044\u3057yum\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u6b63\u5e38\u306b\u66f4\u65b0\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"help\u3067\u51fa\u529b\u3055\u308c\u308b":38,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":14,"hiroshi\u3055\u3093":36,"hiroshi\u3055\u3093\u304c\u5831\u544a":36,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":38,"homebrew\u306e\u66f4\u65b0\u306fgroonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u672c\u4f53\u306e\u30ea\u30ea\u30fc\u30b9\u8981\u4ef6\u306b\u306f\u542b\u307e\u308c\u307e\u305b\u3093":12,"homebrew\u3078pul":12,"hook\u306e\u5b9f\u884c\u9806\u4f4d":59,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":59,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":156,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":12,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":155,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":154,"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":36,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":154,"http\u306e\u5834\u5408":155,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":155,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066groonga\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306b\u9759\u7684\u30da\u30fc\u30b8\u3092\u683c\u7d0d\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"http\u7d4c\u7531\u3067\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u6642\u306b\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b":36,"id\u304c\u9023\u7d9a\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u5024\u304c\u6607\u9806\u306b\u683c\u7d0d\u3055\u308c\u305f\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092values\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":65,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":54,"import":[0,12,29,34,38,40,41,43,50,54,80,81,92,137,142,148,157,198,211,213,214,215,228,257,274,275],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":51,"index_cursor\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u6307\u5b9a\u3057\u305ftable_cursor\u306e\u73fe\u5728\u306e\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u8fd4\u3057\u307e\u3059":61,"indexbuf\u306e\u30b5\u30a4\u30ba":51,"init\u76f4\u5f8c\u306e\u72b6\u614b":54,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":154,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":156,"installer\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068windows\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"int":[40,43,44,49,50,51,54,55,57,58,59,60,61,63,64,65,66,68,69,70,71,74,209],"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":156,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":12,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":36,"js\u306a\u3069":12,"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":38,"key\u304c\u8fd1\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408":69,"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"key\u306b\u306f":68,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u3092\u4e00\u3064\u3060\u3051\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u307e\u3059":68,"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":68,"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":68,"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":69,"key\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":68,"key\u3092\u8fd4\u3057\u307e\u3059":65,"key_type\u306bt":68,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3068\u540c\u7b49\u3067\u3059":264,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":264,"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":68,"keybuf\u306e\u30b5\u30a4\u30ba":68,"launchpad\u306b\u767b\u9332\u3057\u305fkeyid":12,"launchpad\u306egroonga\u30c1\u30fc\u30e0\u306e\u30da\u30fc\u30b8\u3067\u5bfe\u8c61\u306eppa\u3092\u9078\u629e\u3057":12,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":12,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":36,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":38,"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":36,"libedit\u5bfe\u5fdc":35,"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":14,"limit\u4ef6\u306e\u307f\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":82,"load\u30b3\u30de\u30f3\u30c9":35,"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":12,"localstatedir\u3092\u4f7f\u7528":36,"log\u3067\u3059":155,"log\u3068\u3044\u3046\u5f62\u5f0f\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u4f5c\u3089\u308c\u307e\u3059":156,"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":82,"log_put\u306f":110,"long":[34,41,42,43,44,60,63,64,133,138,142,153],"longtext\u306e\uff13\u3064\u306e\u578b\u306b\u3064\u3044\u3066\u306f\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u4fdd\u5b58\u3057\u305f\u308a\u51fa\u529b\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u3059\u304c":248,"lucid\u304b\u3089":36,"lzo\u30b5\u30dd\u30fc\u30c8\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3055\u308c\u3066\u3044\u308b\u304b\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308bapi\u3092\u8ffd\u52a0":36,"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":38,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306bconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"man\u3092\u8ffd\u52a0":35,"markdown\u30d1\u30fc\u30b5\u30fc":12,"marverick\u306b\u5909\u66f4":36,"masahiro\u3055\u3093":36,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":266,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":69,"max\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":69,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":69,"max\u3068\u7570\u306a\u3063\u305f\u65b9\u5411\u306b\u3042\u308b\u30ce\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f\u53d6\u308a\u51fa\u3057\u307e\u305b\u3093":69,"max\u3068common":69,"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":69,"max\u3068pat\u6728\u4e0a\u3067\u8fd1\u3044\u4f4d\u7f6e\u306b\u3042\u308b\u30ce\u30fc\u30c9\u304b\u3089\u9806\u756a\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":69,"md\u30d5\u30a1\u30a4\u30eb\u306epublish":12,"mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u691c\u51fa\u51e6\u7406\u3092\u6539\u5584":35,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u6642\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u3088\u308a\u89aa\u5207\u306b\u3057\u305f":36,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u305f\u3068\u304d\u306b\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u30a8\u30e9\u30fc\u3092\u7121\u8996\u3059\u308b\u3088\u3046\u306b\u3057\u305f":38,"memcached\u306e\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u305f\u3081\u306b\u306f":14,"min\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":69,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":69,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":69,"mooz\u3055\u3093":38,"mooz\u3055\u3093\u304c\u4fee\u6b63":38,"mroonga\u3084pgroonga":12,"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":65,"msg\u306fcom\u306b\u3088\u3063\u3066":9,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":9,"multithread\u74b0\u5883\u3067\u306f\u4ed6\u306ethread\u306e\u30a2\u30af\u30bb\u30b9\u306b\u3088\u3063\u3066":68,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":35,"n_builtin_type_names\u306b\u306f":55,"name\u304c\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":65,"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":65,"name\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":54,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":66,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":71,"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":51,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u304b\u3089\u59cb\u307e\u308btable\u306e\u30ab\u30e9\u30e0id\u3092res\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u683c\u7d0d\u3057\u307e\u3059":68,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atable\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":68,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[51,65,68],"name_size\u30d1\u30e9\u30e1\u30fc\u30bf\u304c0\u306e\u5834\u5408\u306f\u3059\u3079\u3066\u306e\u30ab\u30e9\u30e0id\u3092\u683c\u7d0d\u3057\u307e\u3059":68,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":[51,65],"namebuf\u306e\u30b5\u30a4\u30ba":[51,65],"net\u306egroonga\u30c1\u30fc\u30e0\u306eppa\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"net\u4e0a\u3067\u30d3\u30eb\u30c9\u304c\u5b9f\u884c\u3055\u308c":12,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":36,"new":[0,3,6,7,12,18,22,25,47,49,50,51,54,55,63,65,70,74,84,85,86,91,92,95,96,97,98,99,103,104,105,106,107,108,111,112,113,114,115,116,117,120,121,122,123,124,125,126,129,130,132,133,136,137,138,139,141,142,144,145,147,150,151,153,155,157,160,164,166,167,170,171,173,174,175,182,183,185,186,193,194,195,196,198,199,200,204,212,214,215,216,220,225,243,244,248,249,251,252,253,263,270,273,276],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8":12,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":51,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":35,"null":[6,7,11,34,38,40,41,42,43,44,50,54,57,58,66,70,74,88,92,103,104,105,106,107,108,112,113,114,115,117,121,122,129,130,132,135,136,137,142,145,146,147,148,164,170,171,172,181,185,186,193,195,241,267],"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":68,"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":[51,68],"null\u306a\u3089temporari":55,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":69,"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":69,"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":54,"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":35,"null\u4ee5\u5916\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306fpersist":55,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":68,"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":65,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":59,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":59,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":59,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":59,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":65,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":65,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":65,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":65,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":65,"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":65,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":65,"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":65,"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":55,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":62,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":65,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":62,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":65,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":65,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":62,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":62,"obj\u306f":65,"obj\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":65,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":65,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":65,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":67,"obj\u3092lock\u3057\u307e\u3059":65,"obj\u3092unlock\u3057\u307e\u3059":65,"obj\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u3068\u308b\u5024\u306e\u7bc4\u56f2\u3092\u8868\u308f\u3057\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u8fd4\u3057\u307e\u3059":65,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":72,"object\u306b\u8907\u6570\u306ehook\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u9806\u4f4d\u306e\u9806\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":59,"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":59,"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":59,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":66,"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":59,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":65,"offset\u306f":68,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":68,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":12,"ongaeshi\u3055\u3093":36,"ongaeshi\u3055\u3093\u304c\u5831\u544a":36,"op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066res\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3042\u308b\u3044\u306f\u524a\u9664\u3057\u307e\u3059":67,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":51,"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":156,"org\u304c\u30db\u30b9\u30c8\u3092":12,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":156,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":156,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":156,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"org\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"org\u306edoc":12,"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":12,"org\u3078\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u307e\u3059":12,"output_columns\u304b\u3089_value\u3092\u524a\u9664":36,"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":103,"package\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"packages_groonga_org_repository\u306b\u79fb\u52d5\u3057":12,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":11,"pat\u6728\u4e0a\u3067\u4f4d\u7f6e\u304c\u8fd1\u3044\u3053\u3068\u3068key\u306e\u5024\u304c\u8fd1\u3044\u3053\u3068\u306f\u540c\u4e00\u3067\u306f\u3042\u308a\u307e\u305b\u3093":69,"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306b\u306fgroonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":156,"path\u3092":36,"pc\u306bgroonga":37,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":35,"po\u3092\u5b9f\u884c\u3059\u308b\u3068":12,"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":12,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":12,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[168,169],"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":168,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":169,"point\u578b\u306e\u5024":[168,169],"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[168,169],"ppa\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306f":12,"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":68,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"public":42,"push\u3057\u3066groonga":12,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":37,"quit\u306f":127,"rb\u3092\u8ffd\u52a0":36,"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":12,"repositories\u914d\u4e0b\u306b":12,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"request\u3092\u9001\u308a\u307e\u3057\u305f":12,"request\u3092\u9001\u308a\u307e\u3059":12,"res2\u306b\u683c\u7d0d\u3057\u307e\u3059":68,"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":68,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":11,"return":[22,34,38,40,41,42,43,44,46,49,50,51,54,55,56,57,58,63,65,68,70,73,74,81,83,157,198,199,201,218,219,220,221,257,263,267,271,273,276,279,280],"rid_max\u3092\u6307\u5b9a\u3057\u3066\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u5024\u3092\u5236\u9650\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":61,"root\u306b\u5909\u66f4":36,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":155,"rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30d3\u30eb\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"rroonga\u7b49\u95a2\u9023\u30d7\u30ed\u30c0\u30af\u30c8\u306e\u30ea\u30ea\u30fc\u30b9\u306b\u3082\u4f7f\u7528\u3057\u307e\u3059":12,"rst\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":12,"rst\u306e\u5185\u5bb9":12,"ruby\u306erake\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3088\u308a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059":12,"s3ki\u3055\u3093":36,"s3ki\u3055\u3093\u304c\u5831\u544a":36,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"scorer\u306f":137,"scr\u3067\u3059":156,"scr\u306e\u4e2d\u8eab\u304c":156,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":156,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[165,168,169,176,180],"search\u3092\u884c\u3044":[68,69],"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":69,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":51,"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":51,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":156,"select\u306e\u51fa\u529b\u306b\u4e0d\u6b63\u306a\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3055\u308c\u305f\u6642\u306bsegv\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"select\u3084load\u306a\u3069\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u8868\u3057\u307e\u3059":82,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":36,"select\u30b3\u30de\u30f3\u30c9":35,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":156,"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":156,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":12,"sh\u306e\u307f\u306a\u3089\u305a":14,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":14,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":12,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":14,"shibuya\u3055\u3093":36,"shibuya\u3055\u3093\u304c\u5831\u544a":36,"shimada\u3055\u3093":36,"shimada\u3055\u3093\u304c\u5831\u544a":36,"short":[34,80,129,157],"shorttext\u306e\u30d9\u30af\u30bf\u30fc\u3092\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u4f7f\u7528\u3057\u305f\u3044\u5834\u5408\u306b\u306f":248,"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":36,"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":38,"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"sigsegv\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":68,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":68,"source\u4ee5\u4e0b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":12,"sphinx\u306f\u5e38\u306b\u6700\u65b0\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4f7f\u3046\u4e8b\u3092\u63a8\u5968\u3057\u307e\u3059":12,"squeeze\u4ee5\u964d\u306edebian\u3084karmic\u4ee5\u964d\u306euubntu\u3067\u306f\u4ee5\u4e0b\u306e\u7528\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"static":[34,38,42,43,44,70,158,273],"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":156,"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":36,"status\u30b3\u30de\u30f3\u30c9":35,"string1\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u3068string2\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u306e\u9593\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u6c42\u3081\u307e\u3059":165,"string\u306b":11,"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":38,"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":38,"switch":34,"table1\u3068table2\u304b\u3089\u91cd\u8907\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u3044\u305f\u7d50\u679c\u3092\u305d\u308c\u305e\u308cres1":68,"table1\u3068table2\u3092op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066\u96c6\u5408\u6f14\u7b97\u3057\u305f\u7d50\u679c\u3092res\u306b\u683c\u7d0d\u3057\u307e\u3059":68,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":68,"table\u304c":68,"table\u306b\u65b0\u305f\u306a\u30ab\u30e9\u30e0\u3092\u5b9a\u7fa9\u3057\u307e\u3059":51,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":68,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":69,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":68,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":68,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":68,"table\u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":68,"table\u306ecolumn":68,"table\u306ecolumn1\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore1\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u53d6\u5f97\u3057\u307e\u3059":68,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":68,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":68,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":68,"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":68,"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":68,"table\u306fcolumn\u3068\u306f\u5225\u306b":68,"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":68,"table_list\u306f":143,"takahiro\u3055\u3093":36,"takahiro\u3055\u3093\u304c\u5831\u544a":36,"takahiro\u3055\u3093\u304c\u63d0\u6848":36,"takashi\u3055\u3093":38,"takashi\u3055\u3093\u304c\u5831\u544a":38,"takuto\u3055\u3093":36,"takuto\u3055\u3093\u304c\u5831\u544a":36,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":156,"textile\u30d1\u30fc\u30b5\u30fc":12,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":61,"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":266,"tokenbigram\u306a\u3069":266,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":266,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":264,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":264,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":266,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u3082bigram\u3092\u751f\u6210\u3057":264,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":266,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u5834\u5408\u3082\u91cd\u307f\u4ed8\u3051\u3092\u8003\u616e\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306f\u304b\u308f\u308a\u3042\u308a\u307e\u305b\u3093":266,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":37,"tokenmecab\u3067\u306f":266,"tokenmecab\u306e\u5834\u5408":266,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":264,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u524d\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":264,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u5f8c\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":264,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u4e8b\u524d\u306b\u6e96\u5099\u3057\u305f\u8f9e\u66f8\u3092\u7528\u3044\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b\u305f\u3081":266,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u3044\u308b\u5834\u5408\u306f\u3053\u306e\u30af\u30a8\u30ea\u306f\u30de\u30c3\u30c1\u3057\u307e\u305b\u3093":266,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u306e\u65b9\u3092tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u3088\u308a\u3082\u91cd\u8996\u3059\u308b\u3088\u3046\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":266,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":266,"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":36,"tomita\u3055\u3093\u304c\u5831\u544a":36,"tomotaka_ito\u3055\u3093":38,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":38,"top_left\u3068bottom_right\u304c\u306a\u3059\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":169,"travisci\u306e\u7d50\u679c\u304c\u6b63\u5e38\u3067\u3042\u308c\u3070":12,"true":[34,35,41,42,43,44,47,80,90,91,92,93,94,95,96,97,98,99,100,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,141,142,144,145,146,150,160,163,164,167,168,169,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,204,208,212,213,214,215,223,225,226,227,240,241,242,244,248,270,271,272,273,275,278,279,280],"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":38,"try":[3,34,43,49,96,155,228,256,275,276],"twitter\u3067\u3084\u308a\u3068\u308a\u3092\u5b8c\u7d50\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":10,"twitter\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u5b89\u5fc3\u611f\u304b\u3089groonga\u30e6\u30fc\u30b6\u30fc\u306e\u62e1\u5927\u306b\u7e4b\u3052\u308b":10,"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":10,"twitter\u7b49\u3067\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u969b\u306f\u3053\u3053\u3067\u7528\u610f\u3057\u305f\u30a2\u30ca\u30a6\u30f3\u30b9\u6587\u306e\u8981\u7d04\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"twitter\u7de8":3,"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":62,"ubuntu\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"ubuntu\u5411\u3051\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u4f5c\u6210\u306b\u306f":12,"ueno\u3055\u3093":[36,37],"ueno\u3055\u3093\u304c\u5831\u544a":37,"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":36,"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":36,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":14,"uptime\u306e\u8868\u793a\u5f62\u5f0f\u3092\u8aad\u307f\u3084\u3059\u3044\u5f62\u5f0f\u306b\u5909\u66f4":35,"user_data\u3092\u30ad\u30fc\u3068\u3057\u3066":66,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u306e\u4e2d\u306b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":11,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":11,"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":11,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":11,"valgrind\u3092\u7528\u3044\u3066\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9\u3084\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3057\u3064\u3064":14,"value\u304c\u5c5e\u3059\u308b\u578b":143,"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":65,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":78,"var":[11,29,43,66,74,93,153,155,157,261],"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":82,"version\u3067\u8868\u793a\u3055\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u304c\u66f4\u65b0\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059":12,"version\u306b\u6307\u5b9a\u3057\u305f\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":82,"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":36,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u306bstable\u6271\u3044\u3067\u306a\u3044\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":82,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3084command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u305b\u305a\u306bgroonga\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u969b\u306b\u306f":82,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":82,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":82,"void":[34,39,49,52,55,56,63,64,65,68,69,70,73,74],"web\u7ba1\u7406\u753b\u9762":35,"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":38,"while":[0,34,40,41,43,44,55,95,104,105,107,113,132,137,145,148,200],"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":38,"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":156,"windows\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":12,"windows\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"windows\u7cfb":12,"worker\u306f":9,"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":9,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":12,"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"x\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u7ba1\u7406\u65b9\u6cd5\u3068\u3057\u3066":12,"x\u3067\u306frealloc":36,"x\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"x\u306e\u304a\u77e5\u3089\u305b":34,"yum\u306e\u5834\u5408":12,"zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3082\u540c\u69d8\u306b\u3057\u3066grntest\u3092\u5b9f\u884c\u3057\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,AND:[34,41,42,44,137,173,197,280],Added:[34,38,39,40,41,42,43,44],Ages:[92,129,130,142,163],And:[42,91,104,133,137,148,158,211,222,248,275,276,278],Are:268,But:[6,7,8,16,17,23,34,38,42,43,47,80,92,95,115,117,121,123,129,137,145,150,167,199,200,202,211,212,213,215,228,230,238,243,247,257,261,275],For:[0,2,3,8,18,22,25,29,32,33,34,40,41,42,43,44,47,56,57,80,83,91,92,102,104,105,112,114,115,117,118,121,122,123,136,137,138,139,140,142,148,150,153,155,157,162,171,181,184,193,197,198,199,200,202,208,211,212,213,214,215,216,218,219,220,221,226,228,230,238,240,241,242,244,247,257,270,271,272,273,274,275,278,279,280],GPS:0,IDs:[34,40,44,58,80,91,121,222,270,273],Its:[57,74,136,155,198,199],JIS:208,LTS:[21,31],NEAR:[173,179,193],NFS:29,NOT:[43,137,197],Near:[44,179],Not:[115,137,179,219,263],One:[0,63,80,137,144,158,160,161,181,216,242,275,280],Pies:244,SIS:38,TLS:44,That:273,The:[0,6,7,8,17,18,29,31,32,33,38,40,41,42,43,44,47,49,50,51,54,55,56,57,63,65,66,68,70,74,80,83,85,88,91,93,95,96,97,98,99,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,123,129,130,132,133,136,138,139,140,141,142,144,145,146,147,148,149,151,153,155,157,160,163,164,167,170,171,173,178,179,181,184,185,186,193,198,199,201,203,207,208,211,212,213,214,215,216,218,219,220,221,222,227,230,231,232,233,234,235,236,237,238,239,243,244,245,246,248,257,260,261,263,267,270,271,272,273,275,276,277,280],Then:[0,17,26,27,28,32,80,137,157,218,242,244,263,267,268,270,271,272,275,276,279,280],There:[1,2,3,8,13,17,19,23,24,25,27,31,34,40,42,49,57,63,80,91,92,96,97,98,99,102,103,104,105,111,112,113,114,115,116,117,118,120,121,122,123,129,130,133,136,137,138,139,141,142,144,146,147,148,150,155,157,160,161,163,167,170,171,172,173,174,175,178,179,184,185,193,195,197,198,199,202,204,212,213,214,215,225,226,227,228,238,240,241,242,247,257,261,263,268,273,275,276,277,280],These:[0,34,38,137,151,155,181,272,273],Use:[32,34,40,42,43,44,54,57,74,80,90,92,102,104,105,115,131,137,139,142,155,167,178,199,250,263,271,275],Used:[34,38,40,42,43],Uses:161,Using:[0,198,256],WGS:[248,280],With:[21,22,23,34,80,211,276],_20160320:117,___:241,__uint32_t:43,_avg:[115,137],_config:12,_dataset:[159,161],_id:[34,42,43,47,51,65,78,80,83,91,92,95,102,103,114,115,117,137,140,145,150,163,173,174,178,198,199,200,202,212,218,219,221,226,227,242,244,266,271,272,273,275,277,278,279,280],_kei:[34,40,41,42,43,44,47,51,65,78,80,83,91,92,93,95,102,103,105,112,114,115,121,132,136,137,140,144,145,146,150,157,160,163,164,167,172,173,174,175,178,184,186,193,195,198,199,202,208,213,218,219,221,227,244,247,257,270,271,272,273,275,276,277,278,279,280],_max:[115,137],_min:[115,137],_name:[92,142],_nsubrec:[34,42,51,78,115,137,271,272,276],_post:12,_score:[34,38,40,41,43,51,78,80,112,114,115,137,140,167,179,199,213,214,215,218,219,221,266,272,273,275,276,280],_set_valu:39,_socr:34,_sum:[34,115,137],_valu:[34,41,42,51,78,115,137],_yyyymmdd:[112,114,115,117],a9zawa:34,a_part_of_speech:240,aaa:34,aardvark:34,aba:[271,273,280],abbrev:167,abc123456789def:34,abc12345678def:34,abc1de2def:34,abc:[34,43],abcd:[118,241],abcdef:34,abcxyzdef:34,abebcdxyzdef:34,abi:43,abl:[34,121,137,142,173,181,212,213,214,215,216,242],abort:42,about:[2,7,14,17,18,19,20,21,22,23,24,25,27,28,29,30,31,34,38,39,40,41,42,43,44,46,49,74,80,81,83,85,87,88,92,93,95,96,97,98,102,103,104,106,107,108,109,112,114,115,117,118,119,122,129,132,133,134,135,136,137,139,140,142,144,146,148,149,150,153,155,157,160,162,167,174,179,184,198,199,201,206,207,211,212,213,214,215,218,219,221,228,247,249,257,268,269,275,276,277,280],abov:[17,21,29,32,34,40,43,44,92,104,115,133,137,142,153,157,160,163,172,173,174,179,184,202,204,211,218,219,221,228,238,240,241,242,244,267,271,273,275,276,279,280],absolut:[34,92,124,125,131,142,175],acccept:34,acccess:261,accept:[0,34,38,40,42,43,44,85,86,92,105,133,138,150,153,155,160,163,167,179,199,242,257,263,267,273,275,276,279,280],access:[0,17,22,34,38,40,41,42,43,44,47,49,51,95,137,145,157,158,218,219,221,247,256,261,263,269,270],accessor:[34,43,44,68],accident:41,accord:[34,167,270],accordingli:157,account:[2,42],accross:40,accuml:41,accumul:137,accur:[0,181],accuraci:34,acquir:[34,43,49,104,106,108,129,130],acronym:[255,263],across:167,action:[12,41],activ:34,actual:[34,41,42,44,112,114,115,117,137,153,157,213,270,273],add:[3,6,7,18,21,31,33,34,40,41,42,43,44,55,92,105,114,137,148,155,157,162,178,199,211,216,222,240,243,249,270,271,272,273,275,278],add_record_if_not_exist:65,added:[0,34,43,44,45,58,63,65,68,104,105,122,202,204,223,263,271,275,278],adding:[18,34,38,43,65,85,86,148,200,227],addit:[0,22,24,25,27,31,34,46,92,118,137,148,198,220,226,240,261,269,270,273,278],addition:[34,43,280],additional_configure_opt:[34,41],address:[34,38,40,43,155,160,263,277],address_is_in_us:263,address_is_not_avail:263,adisk:212,adjac:[198,230],adjust:[34,41,42,80,92,115],admin:[36,38,40,41,42,43,44],admin_html:[38,155],administr:[22,34,40,42,158,269],adopt:121,adult:34,advanc:[34,43,45,117,134,135,197,198,222],advantag:[0,181,261],adventur:92,affect:[34,40,41,42,43,44],afr:[271,273,280],after:[17,18,29,32,34,38,40,41,42,43,44,47,49,58,73,86,99,103,104,112,114,115,117,120,123,129,137,138,144,151,153,155,157,160,164,170,171,199,202,222,225,227,238,247,270,272,273,277],again:[34,42,43,49,153,157,200],against:[0,22,34,40,42,43,44,51,55,57,80,92,114,116,117,122,129,136,137,144,150,153,155,198,199,212,216,218,219,221,269,272,276,278,279],againt:137,agaist:40,age:[34,47,92,93,104,129,130,136,137,142,163],aggreg:[22,34,137,181],aggregate_sd:34,aggregator_:34,aggregator_mean:34,aggregator_sd:34,aggregator_sum:34,ago:218,ahello:43,ahost1:212,aim:41,aio:41,aki:42,akihabara:280,akinori:43,akio:[34,38,40,41,43,44],akira:42,albert:34,alert:[42,109,110,155,157,201],algolithm:197,algorithm:[34,38,88,167,215],ali:91,alia:[22,34,43,46,96,97,98,109,155],alias:[43,47,96,97,98,179],aliased_column:47,alic:[34,47,91,92,95,121,137,145,150,157,163,173,179,198,243,257,276],align:[112,114,115],alisa:179,all:[0,17,29,34,38,40,42,43,44,47,51,54,55,58,63,80,85,86,88,91,92,93,95,96,97,98,99,103,104,105,106,107,108,112,113,114,115,116,117,120,121,122,123,124,126,129,130,131,132,134,135,136,137,138,139,141,142,144,145,146,147,148,150,151,153,155,157,163,171,173,179,193,197,198,199,200,201,203,204,212,214,215,218,221,225,226,230,234,237,247,248,257,263,273,276,279],all_record:40,alloc:[22,34,40,42,43,44,50,54,57,74,121,137,139,265,270,273],alloc_count:[34,84,139,155,157,209,263,273,277],alloc_info:44,allow:[0,34,40,43,161,181,273,277],allow_column:[34,137,179,198],allow_leading_not:[34,137,179],allow_pragma:137,allow_upd:[137,198],almost:[34,38,137,199,247,255,268],alon:43,alpha:204,alphabet:[42,92,112,114,115,137,142,148,212,219,230,233,234,236,237],alpin:26,alreadi:[34,42,49,74,99,105,115,120,137,148,161,200,247,273,275],also:[0,3,17,22,34,40,44,46,80,91,104,112,114,115,117,129,130,144,153,157,163,167,193,198,199,200,212,213,218,220,239,255,256,257,261,270,272,273,275,276,278,280],although:157,alwai:[0,34,42,43,44,70,83,93,113,121,137,140,147,157,178,198,199,218,241,247,263],amazon:[34,137],amd64:12,among:[22,40,114,115,269,270,272],amount:[34,40,44,153],analysi:[0,29,34,137,199],analyz:[0,22,34,38,40,157,240,265],anchor:43,ani:[0,29,34,43,44,47,91,105,112,115,118,122,123,129,134,135,136,137,140,144,146,147,148,155,157,170,171,179,181,184,198,211,213,230,241,257],anim:272,ann:12,annot:41,anonym:[104,222],anonymous:63,anoth:[0,34,40,43,57,91,106,137,153,211],anyth:[34,244],aomi:34,apach:[12,34,105,158],apache_arrow:34,apache_arrow_repositori:12,api:[1,3,15,22,34,38,39,40,41,42,43,44,45,46,49,50,51,54,55,70,73,74,81,87,197,257],appear:[0,42,87,92,122,137,148,181,198,199,211,213,273],append:[40,57,65],apper:137,appl:[34,185,202,238,242,244],appli:[34,45,57,112,114,115,137,147,160,247],applic:[0,20,34,38,42,105,137,155,157,158,181,199,201,211,257],approach:167,appropri:267,approv:42,approxim:[38,40,167],approximate_typ:168,appveyor:[12,42],april:12,apt:[12,18,21,25,31,34,40],aptitud:14,aquariu:34,arai:43,aramaki:38,arbitrari:267,arc:148,architectur:[0,42,43,155],archiv:[6,7,8,12,17,22,23,29,32,34,40],area:[0,34],aren:[34,40,42,43,44,104,112,114,115,117,122,137,138,139,142,144,157,160,181,198,207,222,247,257],arg1_nam:212,arg1_valu:212,arg2_nam:212,arg2_valu:212,arg3_valu:212,arg:[34,155],arg_list_too_long:263,argc:70,argument1:[199,213],argument2:[199,213],argument:[34,38,40,41,42,43,44,54,74,103,104,115,129,130,136,137,155,164,167,170,171,172,174,175,178,179,181,184,193,194,195,199,212,213,216,260,263,267,273,275,277],argv:70,ari:34,arithmet:[34,41],armenian:[204,225],armhf:42,arnaud:38,around:[34,181,207,267],arrai:[34,38,40,42,44,80,83,89,93,114,118,119,121,122,136,137,142,148,149,181,198,222,270,272,273,276],arrang:273,arrow:[12,34,105,158],art:[34,199,276],articl:[34,275],articles2:275,articles_cont:275,arugment1:199,asami:41,asc:12,ascend:[103,114,115,116,137,175,207,271,273,280],ascii:[34,198,199,230,231,232,233,234,241,245,246],askmonti:42,aspx:267,assigend:198,assign:[41,43,133,148,222,267,280],associ:[38,74,102,105,137,267,270,272,273],assum:[34,54,66,133],atsushi:[42,43,44],attach:[17,202,223],attent:[137,278],attr_setpshar:41,attribut:[118,119,148,149,172],atv:[271,273,280],auth_bas:[157,257],auth_basic_user_fil:[157,257],authent:[256,277],author:157,auto:[34,40,42,113,129,137,140],auto_release_count:34,autoconf:[6,38],autogen:[6,12,17,40],automak:[6,36],automat:[17,25,34,43,55,92,104,112,114,115,124,125,129,130,131,137,153,157,198,199,222,260,272,273,278],autoreconf:12,autotool:[3,5,7],avail:[0,8,17,29,34,41,43,44,45,53,63,74,83,92,93,104,105,112,113,114,115,117,118,137,138,140,142,148,153,155,158,160,173,179,186,193,198,199,255,263,267,270,273],averag:[42,137],avg:[42,115,137,154],avoid:[22,34,41,42,117,129,137,144,265],awar:74,axaixiuxuexeoxo:[204,225],ayumu:[42,43],back:[34,157,199,212,275],background:155,backlog:34,backslash:[41,57,198],backtrac:[34,44],backup:[55,103],backward:[34,40,42,43,44,150,214,215,257],bad:[0,41,42,44],bad_address:263,bad_file_descriptor:263,banana:185,bar:[92,142,204,225],base:[0,17,18,24,25,27,29,31,34,40,41,42,44,58,114,133,137,148,155,157,158,160,161,170,171,181,198,199,201,208,212,213,214,215,216,218,219,221,230,240,243,256,261,276,277],base_form:[34,240],basebal:[272,275],bash:[29,43],basi:273,basic:[0,22,40,42,91,137,257,269,270],batch:[40,105],bc009774:12,beaver:[31,34],becam:[42,261],becaus:[0,6,7,8,21,27,33,34,40,42,43,44,47,55,83,91,92,95,99,103,104,112,114,115,117,121,122,123,124,129,131,137,142,145,147,153,157,160,163,164,174,178,179,184,193,198,199,200,202,208,209,211,212,213,214,215,218,219,220,221,222,225,227,228,230,231,232,233,234,238,240,241,242,244,247,255,256,257,261,263,267,270,272,273,275,278,279],becom:[0,34,43,45,167,248,270],been:[12,34,43,95,145],befor:[29,33,34,39,40,43,44,73,80,88,112,113,114,115,120,123,124,129,131,133,137,144,147,157,170,171,193,211,212,218,219,220,225,238,270,273],before_instal:21,beforehand:27,beg:[212,243],begin:[154,212,238,243],behav:[137,167],behavior:[34,40,42,43,63,117,137,151,163,179,204,212,230,241],behaviour:[41,103],beijin:167,being:34,bellefleur:34,belong:[34,76,248,271],below:[13,34,95,103,105,112,114,115,133,137,145,155,157,198,204,225,226,227,230,238,240,241,245,246],benchmark:[22,40,41,42,46,152],benefit:261,bernard:43,best:0,beta:45,better:[0,42,92,104,137,199,275],between:[22,34,38,40,41,42,44,46,65,92,95,104,117,129,137,142,145,153,161,162,167,198,199,207,212,219,222,228,230,231,232,233,234,235,236,237,239,245,246,257,275,278,280],big:[34,42,103,157],bigger:[34,92],bigram:[34,156,159,160,228,230,232,233,234,235,236,237,241,243,266],bigramlexicon:132,bill:[43,264,266],billiard:[264,266],billion:92,bin:[18,29,32],binari:[0,1,22,32,34,40,41,42,43,44,83,157,199,209,248,254,257,277],bind:[20,21,38,40,43,45,155,170,171,197],binlib:12,bionic:[12,31,34],bison:12,bit:[21,23,24,25,27,30,31,32,34,137,155,156,157,198,199,248,270],bitwis:[43,263],black:[202,207],blank:[34,43,231,232,233,234,241],block:[34,41,139,142,144,157,199,270],blog1:275,blog2:275,blog:[12,22,34,112,114,115,137,184,198,199,200,266,269,275],blog_bodi:266,blog_comment_index:184,blog_cont:184,blog_titl:273,bm25:[34,213,215],bob:[34,47,95,137,145,150,157,163,179,257,276],bodi:[34,41,44,90,91,92,94,99,101,104,105,107,111,117,120,121,123,124,125,129,130,131,132,138,141,142,144,145,147,158,160,170,171,241,257,263,266,275,279],body_bytes_s:157,body_index_column:34,book:[34,92,199],bookmark:[80,103,105,117],bookmark_index:80,bookmark_titl:103,bool:[34,41,43,44,91,112,114,115,121,122,136,137,146,198,227,270,278],boost:[160,218],border:[34,40,148,163],borderlin:114,boston:276,both:[0,23,24,25,27,31,32,34,43,44,65,76,80,83,92,112,114,115,121,137,144,151,160,181,198,199,200,212,215,218,222,241,242,257,263,276,280],bottom:58,bottom_right:[38,169],bottom_right_point:58,bound:42,box:[34,137,204,225],brace:105,bracket:105,brad:44,brand:43,brasil:167,brasillia:167,brazil:271,brew:[18,28],bring:273,british:279,broadcast:276,broken:[34,38,40,41,42,43,44,51,55,106,107,108,122,123,132,144,153],broken_pip:263,brooklyn:276,browser:[17,29,34,158,277],bsd:[5,7,8,29,38,42,43],buf_siz:[51,65,68],buffer:[34,41,43,44,54,57,60,63,65,89,121,267,275],bug:[3,22,29,34,38,40,41,42,43,44,45],buggi:34,build:[0,3,4,12,14,18,21,22,23,30,34,39,40,41,42,43,44,53,92,151,211,216],buildabl:38,builder:60,built:[0,22,29,34,41,43,46,65,81,103,118,148,157,162,167,249],builtin:[22,46,63,92,104,121,122,167],builtin_type_nam:55,bulk:[34,43,44,57,65],bullet:[204,225],bump:[41,42,43],bundl:[17,34,40,41,42,43,44,179],buster:[12,22,23,34],button:[17,40,41],buzz:160,bye:[34,112,114,115,137,146,198,199,227,275],cach:[0,34,35,40,41,43,44,50,63,65,88,139,155],cache_hit_r:[34,84,139,157,209,263,273,277],cache_limit:[22,43,46,81,157],cache_previ:50,cafedomanc:44,cake:175,calc:34,calc_target:[43,137],calc_typ:[34,43,137],calcul:[34,40,41,42,134,137,167,175,207,276,280],call:[34,40,41,42,43,54,70,73,74,80,95,113,114,121,129,130,134,135,137,145,147,167,197,271,273],callback:160,caller:[34,66],calloc:44,calro:163,came:34,camp:276,can:[0,1,5,6,7,8,17,18,19,21,24,25,26,27,28,29,31,32,33,34,38,39,40,41,42,43,44,47,48,49,50,53,54,55,57,73,74,80,83,85,86,87,88,91,92,93,95,96,97,98,99,103,104,105,106,112,113,114,115,116,117,118,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,140,142,144,145,146,147,148,150,151,153,155,157,158,160,162,163,164,167,170,171,172,173,174,175,178,179,181,184,193,197,198,199,200,201,202,204,205,207,208,209,211,212,213,214,215,216,218,219,220,221,222,223,225,226,227,228,230,231,232,233,234,238,240,241,242,243,244,247,249,255,257,261,263,267,268,270,271,272,273,274,275,276,277,278,280],can_be_key_typ:136,can_be_value_typ:136,canadian:[204,225],cancel:[34,42,44,85,86,133],cancel_request_is_accepted_or_not:133,cancer:34,candid:[140,160,178,218],candidate1:140,candidate2:140,candidate_1:160,candidate_2:160,cannot:[22,34,137,142,198,199,200,202,222,257,265],capac:34,capit:[34,273],caplit:[41,42],capricorn:34,care:[17,34,93,129,137,198,215,218],carefulli:[80,117,123,144],carlo:[95,145,150],cas:263,cas_error:263,cascad:[41,42],cast:[22,34,38,39,40,41,44,46,65,112,114,115,137,164,198,214,215,276],cast_loos:[22,34,46,162],categor:[105,137,146,148],categori:34,caus:[34,38,40,41,42,43,44,137,142,198,199,267,270],ceekz:41,cenos6:40,cent:[230,235],center:[0,168],cento:[12,18,22,23,29,34,36,38,40,41,42,43,44,261],centos5:29,centos6:29,centos7:29,central:[34,276],certain:280,cflag:30,chain:184,chang:[0,18,29,34,38,39,40,41,42,43,44,47,50,80,88,92,95,99,104,112,118,133,134,135,137,140,144,145,151,157,170,199,204,209,211,226,228,230,241,243,257],channel:34,chapter:273,charact:[0,34,38,40,41,42,43,44,57,63,74,92,109,112,114,115,118,137,142,148,155,170,171,173,181,182,198,199,201,202,203,204,211,219,225,230,231,232,233,234,237,238,239,241,245,246,273],characterist:[22,46,181,212,215,244],charactor:[245,246],charli:276,chart:[34,38],chat:[22,43],check:[12,13,14,22,34,36,38,40,41,42,43,44,46,54,55,65,81,83,87,103,104,117,118,120,144,146,157,160,163,203,204,205,268],child:[34,104,129,130],china:[167,271],choic:0,choos:[5,6,7,33,42,44,84,105,137,138,142,155,157,160,212,228,270],chracterist:222,christian:43,chunk:[34,43,44,89,121,247,268],chunk_size_threshold:34,chunked_token:34,cimbin:225,circl:[0,207],cirit:157,citi:[63,167,207,276],cjk:34,clang:[14,40,41,42,43],clarifi:[34,42],classif:[137,271],classifi:[44,137],clean:[6,7,12,14,34,43,112,115,117],cleanup:34,clear:[12,34,38,40,42,44,51,65,107,157,267],clearli:43,clearlock:[22,40,42,46,81,155],cleverli:99,click:137,client:[8,22,34,40,42,47,86,157,160,213,255,261],clone:[3,6,7,8,12,13,29],close:[34,43,44,129,130,144,170,222],close_tag1:170,clumn:247,cmake:[3,5,6,29,32,34,40,41,43,44],cmp0014:42,code:[3,6,7,8,12,17,22,34,40,41,42,43,44,46,57,73,81,83,133,150,201,209,263,267,273],coffe:175,col1:65,col2:65,col3:65,collaps:40,colleagu:3,collect:[0,34,83,276],color:202,colum:275,column1:[11,34,40,41,42,112,114,115,137,199,213],column2:[11,34,40,41,42,115,137,199,213],column3:213,column:[11,22,29,34,38,39,40,41,42,43,44,46,47,51,55,58,63,65,66,68,72,93,95,96,97,98,99,102,104,106,107,108,117,120,123,129,130,132,140,142,145,146,150,153,159,160,163,171,172,173,174,175,179,181,184,193,195,199,200,207,211,212,213,216,218,219,220,221,222,247,248,269,270,272,276,278,279,280],column_1:[136,184],column_2:[136,184],column_3:[136,184],column_:92,column_copi:[22,43,44,46,47,81],column_cr:[22,34,38,42,43,44,46,47,80,81,91,93,95,102,103,104,105,106,107,108,112,114,115,116,117,120,122,123,129,130,132,136,137,142,144,145,146,150,155,156,160,163,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,212,213,214,215,216,226,227,241,242,244,247,266,270,271,272,273,275,276,278,279,280],column_index:[34,42,43,80,92,93,103,112,114,115,117,122,129,130,132,136,137,144,160,163,170,171,174,178,179,181,184,198,199,200,212,213,214,215,226,227,241,242,244,247,266,272,273,275,276,279],column_inform:93,column_information1:93,column_information2:93,column_list:[22,36,38,40,42,46,81,95,155,273],column_list_head:93,column_n:184,column_nam:[104,105,120,123,136],column_name1:105,column_name2:105,column_name_1:[114,136,137],column_name_2:[114,136,137],column_name_3:136,column_name_n:[114,137],column_name_with_t:136,column_name_with_table_nam:136,column_remov:[22,42,46,81,91,104,123,129,144,155],column_renam:[22,39,41,42,44,46,47,81,91,104],column_scalar:[34,44,47,91,92,93,95,102,103,104,105,106,107,108,112,114,115,116,117,120,122,123,129,130,132,136,137,144,145,146,150,160,163,167,170,171,172,173,174,175,178,179,181,184,185,186,198,199,200,212,213,214,215,226,227,241,242,244,247,266,271,272,275,276,279],column_type_1:[114,137],column_type_2:[114,137],column_type_n:[114,137],column_vector:[34,41,42,43,80,91,92,93,102,112,114,115,137,160,178,184,193,195,270,272,276,279],column_with_index:44,columnn:40,com:[6,7,8,12,13,17,21,34,137,267,270,271,273,275,277,280],comamnd:257,combin:[0,40,42,44,92,137,142,157,160,163,178,179,204,211,230,238,270,273],combind:198,come:[34,207,276],comma:[43,92,105,199,270,271,273],command:[0,6,7,8,13,14,17,18,21,22,25,26,29,32,34,36,38,40,41,42,43,44,46,47,50,54,63,74,80,83,85,86,88,91,92,93,95,96,97,98,99,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,137,138,139,140,141,142,144,145,146,147,148,149,150,156,157,158,159,162,170,171,172,175,183,185,186,193,195,196,198,211,212,213,218,219,220,221,222,247,248,255,256,263,268,269,270,275,278,279,280],command_lin:136,command_nam:[136,158,277],command_object_remov:123,command_vers:[34,43,44,82,84,139,157,158,170,171,172,181,209,263,273,277],commandinput:43,commands_column_list:93,commands_column_renam:95,commands_object_list:122,commands_object_remov:123,commands_table_renam:145,comment:[41,43,184,211,275],comment_cont:184,comment_index:276,comment_nam:184,comments2:275,comments_cont:275,comments_loc:276,commit:[6,7,17,34,42],commnad:[32,82],common:[31,34,38,40,68,69,137,142,155,197,198,199,222,248,275],commonli:[0,212],commun:[17,19,21,22,157,158,160],compar:[0,34,40,42,43,44,137,173,181,193,198,242],comparison:[22,34,40,44,92,193,254,256],compat:[24,25,27,31,34,42,43,44,112,114,115,118,150,157,203,204,205,214,215,225,257],compil:[6,7,29,34,38,41,42,43],complementari:34,complet:[22,34,38,39,41,44,46,86,124,125,131,140,160,178,208,217,221,279],complex:[40,41,43,137,199,212,238],complianc:157,compos:[22,23],composit:[34,203,204,205,225],compress:[29,34,38,40,41,42,44,92,121,136,256],compress_lz4:[44,92],compress_zlib:[44,92],compress_zstd:[44,92],comput:[40,74,92,112,114,115,137,139,160,199,208,213,214,215,218,219,221,247],conbin:[137,197],conbind:198,concaten:275,concatin:[40,41],concept:42,conclus:238,concret:[91,137,271,272,275],concurr:[105,201],cond:41,cond_sign:70,condit:[22,33,34,40,41,43,57,117,129,140,173,179,184,193,197,199,238,269,273,276,278],conditin:198,condition1:199,condition2:199,condition_column_name1:173,condition_column_namen:173,conditional_probability_threshold:[38,140],conditionin:34,condtion:198,conf:[43,44,157,247,261,268],config:[8,25,29,32,35,38,40,43,96,155],config_delet:[22,43,46,81,97,98,151],config_get:[22,43,46,81,96,98,151],config_set:[22,43,46,47,81,96,97,104,151],configur:[3,7,8,12,14,17,20,22,23,24,25,27,28,30,31,32,34,39,40,41,42,43,44,46,47,48,96,97,98,104,109,137,159,160,199,211,212,216,247,256,261,266,268],confirm:[3,34,92,98,104,117,121,144,151,160,198,212,216,230,267,268,270],conflict:[34,44,105],confus:[34,44,212,230],conifugr:21,connect:[1,34,40,43,155,263,267,273],connection_refus:263,consciou:34,consid:[42,112,121,142,257,261,272,275,279],consist:[42,43,44,122,136,137,151,160,198,216,221,230,263,273],consol:[63,157],constant:[34,43],constant_pattern:43,construct:[22,34,40,41,42,43,44,46,199],construnct:43,consum:[34,42],contact:17,contain:[0,34,40,41,42,43,44,57,63,103,105,119,122,137,149,163,170,171,198,199,213,214,215,228,242,244,267,272,273,275,276],content:[34,38,41,42,43,74,83,93,105,111,112,114,115,122,136,137,144,153,157,158,172,179,181,184,198,199,200,213,226,227,244,247,257,263,272,275,276],content_featur:34,content_index:[144,213],content_length:[112,114,115,137],content_token:34,content_type_len:40,context:[34,38,43,50,54,57,63,65,139,144,157,181,184],continu:[21,34,40,41,42,43,139,148,155,219,231,232,233,234,244],contrast:[0,42,44,73,155,179,273,275],contribut:[22,41,44],control:[34,40,42,112,113,114,115,137,157,163,179,197],conveni:[0,1,29,34,38,218,256],convens:40,convent:40,convers:[38,157],convert:[34,42,43,44,87,199,202,222,270,276],coordin:[34,167,270],copa:43,copi:[34,40,43,44,47,74,91,95,103,145],copyright:42,core:[0,6,7,12,29,156,157,160,256],coremodul:157,corpor:34,correct:[22,34,40,42,43,44,46,140,160,211,217,218],correctli:[34,40,43,44,104,273],correl:[114,115],correspond:[34,65,104,112,114,115,129,130,137,140,158,218,219,220,221],corrupt:[34,44,117,153],cosmic:34,cosmo0920:[41,42],cost:[34,200,240],could:[40,267,270],couldn:[34,40,43],count:[0,34,43,112,114,115,129,130,137,139,272,276],counter:44,countermeasur:[34,240],countri:[102,271,277],cours:271,cover:[0,117,181],coverag:14,cp932:34,cpu:[6,7,29,156,157,160,256],cpuinfo:[24,25,27,31],crach:34,crash:[34,38,40,41,42,43,44,95,104,107,145,153],crch:148,creat:[7,8,17,22,26,34,37,38,40,41,42,43,44,46,47,50,54,55,57,74,91,103,106,111,112,114,115,117,118,120,121,123,136,137,139,140,144,152,153,155,157,160,167,178,194,197,199,200,201,202,212,218,219,221,222,240,244,247,260,269,270,271,272,278,279],created_at:[112,114,115,186],createfilemap:43,createrepo:12,creation:[38,41,43,137,273],creteria:273,crit:[109,110,155],criteria:[34,273],critic:[29,34,40,44,74,109,155,201],ctrl:[155,263,273],ctx:[11,34,50,51,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,71,72,74,267],cullent:34,cumul:[112,114,115,137],curl:[21,28,29,40,105,133,155,157,160,209,257],current:[17,25,34,38,43,47,50,53,54,55,88,91,92,95,105,113,137,139,142,144,145,157,207,273,276],current_column:47,current_flag:63,current_nfthread:70,cursor:[34,38,43,58],custom:[6,7,8,21,29,34,38,40,41,42,43,44,70,92,103,118,137,142,146,147,148,157,179,181,193,197,198,201,202,213,218,223,256,271],customers_a:34,customers_b:34,customiz:181,cutter:[6,7,12,14],cutter_check_leak:14,cutter_debug:14,cutter_dir:12,cutter_source_path:12,cuttlefish:34,cve:[34,42],cxxflag:30,cycl:44,daemoinz:40,daemon:[40,41,42,43,157,160,161,255,260,277],dai:[34,43,139,153,185,186,199,200,201,216,276],daiki:[36,37,38,40],danger:[51,55,95,106,107,108,117,123,144,145,257],dangl:[117,144],danish:[34,226],dash:[29,204,225],dat:[34,39,40,41,44],dat_kei:[104,121,222],data:[0,21,22,23,24,25,26,27,31,32,33,34,38,39,40,41,42,43,44,46,47,50,55,59,70,76,80,91,93,102,103,104,105,112,114,115,121,122,129,132,137,140,153,158,160,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,200,207,209,212,213,214,215,216,217,219,220,222,242,244,247,257,263,269,272,273,275,278],data_column:137,data_set_nam:140,data_tag:34,databas:[0,20,22,29,34,38,40,41,42,43,44,50,54,55,65,68,93,95,99,103,104,105,106,107,108,119,120,122,123,124,129,130,131,132,136,137,142,144,145,149,151,153,155,157,159,160,161,181,197,198,199,202,216,222,247,248,256,261,263,268,269,277],database_path:153,database_unmap:[22,34,43,46,81,123,129,132],datail:137,dataset1:160,dataset2:160,dataset3:160,dataset:[22,41,43,44,46,140,152,160,161,218,219],date:[0,22,156,167,248,269,276],dav:173,dave:163,david:173,daylight:42,db1:257,db2:257,db_path:[43,123,155,157,158,160,209,255,260,263,273,277],dbm:[0,181],dbmss:0,dcb314:42,dcmake_install_prefix:[7,8,32],ddl:[42,156],deadlock:34,deafult:38,deal:241,deatil:137,deb:[12,25,31,34,38,40,41,42,43,44],debian:[12,18,22,23,34,38,40,41,42,43,44,261],debootstrap:12,debug:[6,7,8,34,42,43,44,109,110,148,155,157,201],debugg:[6,7],decid:211,decim:[86,155,199,248,270],decis:34,decreas:[6,7,33,34,43,70,228],decrement:34,decrypt:12,def:34,defalt:36,defaul_valu:164,default_command_vers:[34,84,139,157,209,263,273,277],default_mod:[173,193],default_oper:34,default_token:[34,44,63,92,112,114,115,122,132,136,137,143,144,145,146,155,156,160,170,171,179,181,184,198,199,200,212,213,214,215,223,226,227,241,242,244,247,266,273,275,276,279],default_valu:[34,164],defin:[34,43,92,122,137,159,160,178,199,200,211,216,218,241,248,263,273],define_selector:[22,46,81,155],definion:199,definit:[40,47,92,102,105,112,114,115,129,130,137,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,212,213,214,215],defrag:[22,38,41,46,81],defxyzabc:34,degrad:[34,43,129],degre:[38,80,199,270,280],dejan:44,delai:44,delet:[12,18,22,34,35,36,38,40,41,42,43,44,46,65,81,96,104,105,117,150,151,222],delimit:[0,34,41,43,148,221,230,270],delimiter1:238,delimiter2:238,demerit:[34,222],demo:272,dep:12,depend:[0,3,22,23,33,34,39,40,42,44,45,83,92,104,105,121,129,130,137,160,213,214,215,240,275],deprec:[34,38,40,41,42,43,44,74,82,90,115,131,137,139,142,155,167,250],dereferenc:44,deriv:[161,261],descend:[43,114,137,140,160],describ:[3,5,6,7,8,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,34,42,43,47,48,74,80,81,83,88,91,92,93,95,96,97,98,99,104,105,106,107,108,112,113,114,115,116,117,118,120,121,122,123,126,129,130,132,133,134,135,136,137,138,139,141,142,144,145,146,147,148,150,152,153,155,157,160,162,171,172,184,198,199,202,206,207,211,212,213,214,215,216,217,218,219,221,230,247,249,263,267,273,275,276],descript:[6,7,8,22,34,40,41,42,43,44,46,92,93,104,105,112,114,115,118,119,122,136,137,138,139,142,148,149,153,157,158,160,179,198,212,216,218,263,264,267,276],descriptor:160,design:[40,137,255,270],desin:261,desktop:[8,32,267],despit:34,dest:[34,154,155,270],dest_kei:68,dest_key_s:68,destin:[34,43,63,65,91,141],destruct:[105,153],detail:[0,1,3,12,17,24,25,27,29,31,34,40,41,42,43,44,63,74,80,85,91,92,93,99,104,112,114,115,117,121,122,124,125,129,130,131,136,137,138,139,141,142,144,145,146,148,156,157,160,179,198,199,201,212,226,240,247,248,249,261,270,271,273,280],detect:[6,29,34,38,40,43,44,148,157,175],determin:[114,137,197,267,273],dev:[2,6,7,12,14,25,31,34,38,40,41,42,43,44,157],devel:[24,27],develop:[0,3,5,6,7,8,22,23,24,25,27,31,32,34,40,41,42,43,82,83,226,276],deviat:34,devic:0,dewangga:43,df_column:34,dgrn_with_debug:7,dgrn_with_mrubi:[7,8],dialog:41,dic:[27,28],dicrc:28,dictionari:[27,28,36,40,41,42,43,44,202,240],did:34,didn:[34,42,43,44],diff:[12,34],differ:[19,34,40,42,43,92,104,114,121,137,142,155,157,160,167,173,179,198,199,209,212,213,230,231,232,233,234,235,236,237,239,241,245,246,257,270,275,280],difficult:[0,34],dig:267,digest:257,digit:[34,42,92,112,114,115,137,142,201,212,219,230,234,237,241],dinam:197,dingo:34,dinner:0,dir:156,direct:[34,40,41,257],directli:[34,103,137,199,276],directori:[6,7,17,29,34,38,40,41,42,43,74,92,142,157,160,161,211],directory_not_empti:263,disabl:[18,29,34,36,38,39,40,41,42,43,112,114,115,123,129,137,155,157,160,198,201,218,267],discard:41,disco:[12,34],discuss:[2,19],disk:[34,43,99,104,120,142,155,157,212,275],disk_usag:121,displai:[34,40,44,178],dist:12,distanc:[0,34,40,44,167,175,199,207,280],distinct:[33,44,160,278],distribut:[23,24,25,26,27,29,31,32,40,42,112,115,216],divid:[0,199,215,270],divis:[34,42],dll:[34,38,40,42,44,74],dnf:24,do_gqpt:156,do_gqtp:156,do_http:156,do_loc:156,do_map:34,doc:[12,16,17,18,34,38,39,40,41,42,43,44,157,279],doc_bodi:279,docker:[12,22,23],dockerhub:26,documenataion:83,document:[0,3,5,6,7,8,12,16,17,21,23,29,34,36,38,39,40,41,42,43,44,76,92,117,137,148,155,157,158,160,162,179,181,198,199,200,212,213,214,215,220,227,228,247,249,268,274,279],document_index:[34,170,171,241],document_vers:12,document_version_ful:12,documents_content_index:[179,181],documentvectorbm25:34,docutil:12,dodaisuk:34,doe:[0,25,40,41,43,44,70,80,137,140,153,157,179,184,198,199,261,270,273],doesn:[29,34,40,41,42,43,44,49,65,74,83,91,92,93,95,99,112,114,115,117,120,121,122,123,129,133,136,137,138,142,145,147,148,153,157,160,163,173,181,193,198,199,200,202,207,208,211,212,213,215,216,218,219,222,227,228,230,238,240,242,244,247,256,257,279],doing:[34,107],domain:[16,40,42,43,44,57,65,74,93,95,143,145,155,277],domain_error:263,don:[17,23,29,34,38,42,43,50,53,54,57,70,80,86,92,93,99,104,106,107,108,112,113,114,115,117,129,132,137,138,142,155,157,158,160,178,198,199,200,205,209,211,212,213,214,215,221,227,228,230,240,241,257,260,263,273,277],done:[34,42,49,50,104,137,157],donut:175,dot:[34,40,204,225],doubl:[34,38,40,41,42,43,118,136,137,142,148,198,199,222,248,273],doubt:271,down:[22,34,41,42,115,137,267,269,276],downcas:202,download:[12,24,25,27,28,29,30,31,32],downtim:[47,256],drastic:44,draw:[204,225,272],drildown:[22,269],drill:[115,137,276],drilldown:[22,34,38,41,42,43,44,78,100,114,222,269,272,276],drilldown_adjust:34,drilldown_calc_target:42,drilldown_calc_typ:42,drilldown_filt:[34,44],drilldown_limit:[43,100,271],drilldown_offset:[43,100,271],drilldown_output_column:[42,100,271],drilldown_result1:137,drilldown_result2:137,drilldown_result:137,drilldown_result_1:137,drilldown_result_2:137,drilldown_result_for_column1:137,drilldown_result_for_column2:137,drilldown_result_for_kei:137,drilldown_result_for_labeled_drilldown:137,drilldown_result_n:137,drilldown_sort_kei:[44,271],drilldown_sortbi:[43,44,100],drilldown_xxx:137,drink:34,droonga:[173,174,193,216],drop:[34,38,40,41,42,43,44],due:[0,34,181,267],dump:[22,34,36,38,40,41,42,43,44,46,53,81,109,117,144,151,155,157,201,247],dump_config:103,dump_index:43,dump_path:34,dump_plugin:43,dump_record:43,dump_schema:43,duplic:[34,42,44],dure:[25,34,40,104,273],dutch:[34,226],dynam:[0,34,39,44,92,157,241,273],each:[0,5,23,29,34,38,41,43,44,57,80,85,86,92,93,112,113,114,115,117,119,121,122,133,137,139,140,148,149,151,155,157,160,170,173,178,179,193,199,201,213,218,219,221,222,226,240,263,268,270,271,272,273,274,280],each_nam:43,ealier:40,eanbl:6,ear:148,earch:148,earli:34,earlier:[34,38,43,44,104,150,202,203],easi:[0,34,42,44,155,160,197,211,213,257,277],easier:[34,213],easili:[34,42,44],echo:123,eclips:17,ecmascript:[40,41,137,197,199],edg:34,edict2grn:42,edict:44,edit:[3,12,21,29,40,44,157,199,211],edit_dist:[22,35,44,46,162,199],editor:17,editrc:38,effect:[34,40,43,104,105,121,155,214,276],effici:[0,34,44,80,92,113,157,275],egg:275,eight:[241,273],either:[19,41,115,137,163,198,199,212,275],eito:41,elaps:[38,83,139,160,199,201,209,248],elapsed_tim:[34,83,201],element1:[80,199],element2:[80,199],element3:80,element:[34,40,41,42,43,44,63,80,83,87,92,122,181,193,270,273],elfr:40,elimin:41,ell:241,ellip:[167,168],ellipsoid:168,ello:43,els:[42,43,267],emac:17,embed:[0,34,43,155,157,171,181,211],embedd:43,emerg:[109,110,155,157,201],emfil:267,emit:40,emoji:204,emphas:172,empti:[34,38,41,42,43,63,93,96,97,98,121,136,137,198,248],enabl:[3,6,7,8,12,17,25,29,31,34,36,38,39,40,41,42,43,44,92,114,123,129,130,137,142,148,155,157,160,174,175,183,185,186,193,195,196,198,201,204,216,225,270,271,277,279],enable_tokenized_delimit:148,enablerepo:24,enci:156,enclos:273,encod:[23,34,41,42,43,44,54,56,57,63,74,155,160,199,203,205,209,257,263],encodiong:199,encount:[23,24,25,27,31,32],encyclopedia:248,end:[43,154,167,198,199,209,212,238,243],end_of_data:263,end_tagn:170,endian:42,endpoint:[160,161],eng:[140,218],engi:[140,218],engin:[22,24,25,27,31,137,140,148,170,171,181,212,213,214,215,218,219,220,221,261,270,272],enginen:218,english:[2,14,17,18,19,34,38,41,42,44,137,199,218,226,230],enhanc:45,enorm:[44,221,272],enough:[0,34,42,43,44,92,114,268,275],enourm:34,ensur:[34,43,44,219],enter:[41,43,263,273],entiti:0,entranc:273,entri:[34,41,43,44,50,59,88,90,91,94,100,101,102,105,106,107,108,112,114,115,132,137,144,153,170,171,184,198,199,241,247,275,276],entries_20150708:[112,114,115],entries_20150709:[112,114,115],entries_bodi:275,entries_cont:34,entries_content_index:[137,198,199,247],entries_content_index_20150708:[112,114,115],entries_content_index_20150709:[112,114,115],entries_key_index:[34,137,198,199,247],entries_key_index_20150708:[112,114,115],entries_key_index_20150709:[112,114,115],entries_numb:43,entries_titl:275,entries_whol:275,entries_yyyymmdd:[112,114,115],entry1:[91,275],entry2:275,entry3:275,entry4:275,entry_20150708:[112,115],entry_20150709:[112,115],entry_bodi:132,entry_kei:132,entry_selector:100,entrykei:144,enumer:273,env:211,envelop:44,enviro:34,enviromn:43,environ:[6,7,8,21,23,29,32,34,38,39,41,42,43,44,129,130,157,211],eoan:[31,34],eol:34,epel:[24,34,40],epoch:[270,276],epol:34,equal:[34,42,43,44,92,111,137,140,155,157,173,179,181,193,197,203,211,279,280],equat:167,equival:[34,63,104],era:0,eric:163,ermin:[31,34],errbuf:34,errno:[42,43,267],error:[0,6,7,22,23,24,25,27,29,31,32,34,38,39,40,41,42,43,44,47,50,51,54,55,57,58,65,73,74,87,91,92,96,98,99,102,104,105,106,107,108,109,110,112,114,115,117,123,124,125,129,130,131,132,137,138,141,142,144,145,150,155,157,167,198,201,212,215,261,265,273],error_cod:74,error_loc:83,error_messag:83,error_no_system_resourc:34,errror:212,escal:[23,34,36,40,137,151,155,266],escap:[34,40,41,42,57,170,199],escape_charact:57,escaped_charact:57,escaped_queri:57,escaped_str:57,escaps:[170,171,181],especi:43,essenti:[25,31,157],establish:[263,273],estim:[34,43,44,58,146,268],estimate_s:43,estimated_s:[44,146],etc:[3,12,28,34,40,157,211,247,257,261,268,270,273],etim:154,euc:[41,155,243],euc_jp:29,eval:134,evalu:[34,41,43,92,134,136,137,184,198,199,212,243],evaluated_valu:134,evalud:134,even:[0,23,24,25,27,31,32,34,40,41,42,44,63,65,104,114,117,123,137,138,153,199,215,218,242,275],event:[43,160,257],event_dataset:[159,161],event_queri:[140,159,160,161,218,219,221],event_typ:[159,160],ever:41,everi:[34,271],everyon:277,evil:[160,199],exact:[11,47,92,113,137,142,222],exactli:[34,268],exampl:[0,3,8,12,18,20,22,29,33,34,36,40,41,42,43,44,47,80,83,85,86,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,139,140,142,143,144,145,146,147,148,149,150,153,155,157,158,160,162,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,197,198,199,200,201,202,203,204,205,208,211,212,213,214,215,216,218,219,220,221,223,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,257,265,270,271,272,273,274,275,276,277,278,279,280],exce:[40,41,43,44,121],exceed:[33,268],excel:211,except:[27,34,38,40,42,43,47,80,91,114,115,121,132,134,135,137,142,148,155,157,173,174,181,193,198,204,207,212,222,226,227,230,238,240,241,247],exclam:43,exclud:[34,40,41,42,103,105,112,114,115,117,163,204,240],exclude_t:41,exclus:[44,170,171],excut:41,exe:[12,32,34],exec_format_error:263,execut:[0,22,25,29,32,34,38,40,41,42,43,44,46,47,54,70,80,83,86,88,91,92,93,95,96,97,98,99,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,139,140,142,143,144,145,146,147,148,149,150,153,157,160,161,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,197,198,199,200,201,202,203,204,205,208,212,213,214,215,216,218,219,221,223,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,255,263,270,271,272,273,275,276,277,278,279,280],execute_search:115,executor:[114,115],exist:[1,18,34,40,41,42,43,44,47,55,65,92,104,105,111,112,114,115,116,117,120,123,133,137,144,153,155,157,161,163,173,174,199,213,216,230,261,263,270,273,275,280],exit:[40,41,43,151,153,155,199],exit_failur:73,exit_success:73,expand:[22,34,40,41,44,46,124,125,131,137,142,179,211,216],expans:[22,34,38,40,44,137,179,211,269],expect:[34,42,208,212,214,240,244,270],experiment:[34,38,39,40,41,42,43,44,50,55,112,118,125,134,135,212,214,215,243],expir:[34,43,88,157],explain:[34,43,103,160,270,273],explan:34,explicitli:[18,40,43,104,137,138,157,205,209,218,257,275],exploit:0,expnas:211,expornenti:199,expr:[47,57],express:[8,22,32,34,38,40,41,43,44,46,57,102,105,135,137,157,167,179,197,238,242,243,247,275],expression_rewrit:[34,44],ext:148,extend:[34,42,212,275,279],extens:[34,158,209],extract:[0,17,29,32,34,40,42,43,44,57,114,137,142,171,181,184,201,204,217,226,228,238,242,267],extrct:199,f10399c0:12,facebook:[12,22,40],facet:137,fact:[137,272],faction:276,factor:[42,137],fail:[34,38,40,41,42,43,44,49,50,74,91,92,96,99,104,112,114,117,123,124,125,129,130,131,137,141,142,144,145,164,198,273],failur:[12,34,40,42,43,44,49],fall:34,fallback:[43,44],fals:[12,34,35,41,42,44,91,92,95,96,98,99,102,106,107,108,109,111,115,117,120,121,122,123,132,133,136,144,148,150,160,163,170,173,174,179,184,198,199,204,225,228,230,231,232,233,234,235,236,237,238,239,240,241,243,245,246,248,270,278],famili:[34,92,148,199],familiar:271,fast:[0,34,43,76,83,92,105,112,114,115,137,142,148,167,170,171,172,173,174,181,193,198,199,207,212,213,215,222,256,257,272,273,275],faster:[29,34,38,41,42,44,92,114,243,255],fastest:47,fatal:42,fault:[34,40],favorit:17,favorited_bi:276,fbnteqr:43,featur:[0,6,7,8,17,34,38,40,42,43,44,47,54,55,80,86,91,92,112,113,114,115,118,119,125,137,138,140,142,144,147,148,149,153,155,157,160,167,178,179,197,198,208,211,212,213,214,215,216,217,218,219,220,221,222,256,271,275],fedora:[18,22,23,29,36,38,40,41,42,261],feel:[42,212],fetch:[42,221,275],few:[34,137,256,257],fewer:[34,92],ff01:43,ff1f:43,ff21:34,ff65:[204,225],ff70:[204,225],ff76:203,ff9e:203,ffef:243,fff0:243,fffe:148,fget:43,field:[43,93],figur:207,file:[3,12,18,22,29,32,34,35,38,39,40,41,42,43,44,46,70,83,86,103,105,123,133,135,137,147,152,153,157,158,160,199,201,216,218,255,256,261,263,267,268,273],file_corrupt:263,file_exist:263,file_too_larg:263,filenam:34,filename_too_long:263,fill:[34,137,199],filter:[22,25,31,34,38,40,41,42,43,44,46,47,80,91,92,100,102,104,122,133,136,142,146,148,162,163,167,171,173,174,175,178,179,181,184,197,199,208,212,220,221,223,225,226,227,242,264,266,271,272,276,278,280],fin:66,find:[0,3,17,18,29,32,34,43,44,68,91,95,114,115,137,140,145,170,171,178,181,193,202,208,216,218,219,221,226,228,230,231,232,233,234,240,241,267,273],finish:[34,43,73,92,112,129,133,138,153,201],finnish:[34,226],firefox:17,firewood:[40,41],first:[17,29,32,34,38,41,42,43,44,54,74,83,92,93,104,112,114,115,133,137,142,157,170,171,173,181,185,186,193,198,199,204,211,212,213,257,261,267,270,272,273,275,276,279],five:[83,163,273],fix:[93,95,121,122,142,167,219,263,268],fix_siz:121,fixed_size_column:34,fixed_size_type_vector_column:43,flag:[33,34,38,39,40,42,43,44,51,54,57,61,63,65,68,69,71,74,80,89,93,95,121,136,143,145,155,156,198,199,202,203,212,222,270,271,272,273,274,275,276,278],flanc:167,flexibl:[0,92,179,197],float32:[34,121,214,215],flow:[3,44,137,257],flower:270,fluent:13,flush:[34,43,44,104],flushviewoffil:43,focal:[12,31,34],focus:273,folder:[8,32],follow:[2,17,18,21,25,26,29,32,33,34,38,40,41,42,43,44,47,51,63,73,74,80,83,91,92,93,95,104,105,112,113,114,115,117,118,119,120,121,122,123,129,136,137,140,142,144,145,147,148,149,153,155,157,159,160,161,164,167,170,171,173,175,179,181,183,184,185,186,193,195,196,198,199,201,207,209,211,212,213,214,215,216,218,219,220,221,228,230,232,233,234,243,247,248,255,257,260,263,267,268,270,271,272,273,277,280],followe:276,fontain:38,foo:34,food:[34,242],footnot:[167,273],forc:[34,40,44],force_prefix:[34,43,148,204,225,228,230,231,232,233,234,235,236,237,238,239,240,241,243,245,246],force_prefix_search:[34,204,225,238,240,241,245,246],forcibl:34,foreground:155,forget:[80,104,106,130,178],fork:[17,155],form:[34,38,41,44,137,157,158,197,198,199,203,204,205,225,260,263,273,276,277],form_1:273,form_2:273,format:[17,22,34,39,40,42,43,44,45,46,53,74,81,84,86,87,88,91,92,93,95,96,97,98,99,102,103,104,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,136,138,139,140,141,142,144,145,147,148,149,150,153,157,158,160,179,199,209,212,216,248,257,263,269,270,276,277],former:[47,160,203,211],formula:[167,268],fossa:[31,34],fot:34,found:[29,32,34,40,41,58,68,114,137,193,208,220,228,241],four:[83,91,155,173,201,222,240,273],fraction:[0,270,276],fragment:101,francisco:167,frank:163,free:[22,34,38,42,43,50,54,74,89,201,248,263,268],freebsd:[22,43,46],freed:[34,42,44,50,55,139],french:[34,226],freq0:[160,221],freq1:[160,221],freq2:[160,221],freq:160,frequenc:[34,42,43,140,146,213,214,215,274],frequency_threshold:[38,140,160,218,219,221],frequent:[34,213],fresh:200,fridai:186,friend:[3,272],friendli:40,friendship:272,from:[0,22,23,30,34,38,39,40,41,42,43,44,45,47,54,55,57,58,70,74,91,92,99,102,103,105,112,114,117,120,122,132,133,137,139,142,144,150,155,157,167,171,172,175,181,193,194,197,198,199,207,208,211,212,214,215,218,219,220,221,227,228,238,244,257,261,263,267,270,273,275,276,280],from_column:91,from_offic:175,from_stat:175,fromtabl:91,fruit:34,fsf:40,fstack:34,ftb:45,ftp:156,fuku1:34,ful:148,full:[12,22,29,33,34,38,40,42,43,73,80,93,121,137,147,148,157,179,181,193,197,199,203,204,212,213,225,228,238,267,269,270,272,276,279],full_nam:[121,136],fullfil:261,fulli:[40,157],fulltext:[24,25,27,31,34,48,112,114,115,137,142,148,155,170,171,179,181,198,199,202,207,222,261,275],fullwidth:[34,43],fumiyasu:38,funa:42,func:[34,54,66,70,74],functin:199,function_nam:83,function_not_impl:263,furigana:140,further:270,futur:[34,38,41,80,112,118,121,134,135,167,212,257,263],fuzzi:[44,142],fuzzy_search:[22,34,44,46,162],g0763d91:84,g5a4c6f3:34,ga54c5f8:156,gaeeyo:34,garbag:[34,38,41,42,89,121,160],gat:[271,273,280],gb87d9f8:209,gcc:[24,27,29,30,38,40,41],gdb:[6,7],gem:12,gemfil:40,gemini:34,gener:[3,6,21,34,41,43,50,74,112,114,115,137,146,148,159,212,228,230,243,273,275],genki:41,gensim:34,geo:[22,38,39,41,58,63,167,269,276,280],geo_dist:[22,38,40,41,46,162,272,280],geo_distance2:[38,167],geo_distance3:[38,167],geo_distance_location_rectangl:34,geo_in_circl:[22,34,38,41,44,46,162,272,276,280],geo_in_rectangl:[22,34,35,36,38,41,44,46,162,280],geodet:[248,280],geograph:[167,270],geoindex:272,geoloc:[22,42,46,206,213,214,215],geometri:[38,43],geopoint:167,geosit:272,german:[34,226],get:[0,2,12,17,18,22,25,29,31,34,38,40,42,43,44,50,54,58,74,88,97,112,113,116,123,137,146,147,148,151,155,158,174,199,200,208,209,218,219,221,240,269,271,275,276,277,280],getaddrinfo:40,getenv:43,getter:34,gettext:[17,18],git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,34,38,40,41,42,43,44],githubusercont:21,gitter:[2,43,44],gituub:44,give:[0,34],given:[40,41,44,63,182,186,193,267,272],glaser:44,glib:41,global:[18,22,34,40,41,43,46,48,50],glossari:[21,22,46],gmo:42,gnu:[3,5,8,12,18,22,23,29,30,34,38],gnupg2:12,gobject:43,going:0,golubchik:[34,43],gone:272,goo:[198,199],good:[0,17,29,34,112,114,115,137,146,148,173,193,198,199,200,227,230,240,275],googl:[137,198,213,214,215,220],gorilla:34,goronga:32,goroo:255,got:[41,42],gpg:12,gpl:45,gqtp:[0,1,22,24,25,27,31,34,40,41,42,43,87,154,155,156,254,262,277],grab:34,grace:[43,138],gram:[0,34,44,148,199,241,273],grand:276,graph:0,greas:270,greater:[129,140,179],greater_equ:179,greatli:34,gregex:41,grep:[24,25,27,31,267],grew:121,grmdb:153,grn1:275,grn2:275,grn3:275,grn:[103,157],grn_address_is_in_us:87,grn_address_is_not_avail:87,grn_arg_list_too_long:87,grn_bad_address:87,grn_bad_file_descriptor:87,grn_between_too_many_index_match_ratio:42,grn_bool:65,grn_bool_rc:54,grn_broken_pip:87,grn_builtin_typ:[65,71],grn_bulk:[44,57],grn_bulk_:34,grn_bulk_vsiz:[54,57],grn_cach:[22,43,46,48],grn_cache_clos:50,grn_cache_current_get:50,grn_cache_current_set:50,grn_cache_default_open:34,grn_cache_get_max_n_entri:50,grn_cache_open:50,grn_cache_set_max_n_entri:50,grn_cancel:[86,87,133],grn_cas_error:87,grn_column:[22,46,48],grn_column_cach:34,grn_column_cr:51,grn_column_get_all_index_data:43,grn_column_index:51,grn_column_index_upd:51,grn_column_nam:51,grn_column_name_id:51,grn_column_name_id_len:51,grn_column_name_kei:51,grn_column_name_key_len:51,grn_column_name_nsubrec:51,grn_column_name_nsubrecs_len:51,grn_column_name_scor:51,grn_column_name_score_len:51,grn_column_name_valu:51,grn_column_name_value_len:51,grn_column_renam:51,grn_column_t:51,grn_column_trunc:[42,51],grn_com_event_stop_accept:267,grn_command_error:87,grn_command_input_get_argu:43,grn_command_vers:[22,46,48,54],grn_command_version_default:43,grn_command_version_max:52,grn_command_version_min:52,grn_command_version_st:52,grn_cond:70,grn_conf_get:43,grn_conf_set:43,grn_config_cursor_get_kei:43,grn_config_cursor_get_valu:43,grn_config_cursor_next:43,grn_config_cursor_open:43,grn_config_delet:[43,96],grn_config_get:43,grn_config_set:43,grn_connection_refus:87,grn_connection_reset:[34,87],grn_content_json:53,grn_content_msgpack:53,grn_content_non:53,grn_content_tsv:53,grn_content_typ:[22,46,48,54],grn_content_xml:53,grn_ctx:[22,34,40,43,46,48,49,50,51,55,57,58,59,60,61,62,63,64,65,66,67,68,69,71,72,74,113],grn_ctx_at:[40,44,54],grn_ctx_batch_mod:42,grn_ctx_close:[38,42,54],grn_ctx_db:54,grn_ctx_fin:[40,54],grn_ctx_get:[51,54],grn_ctx_get_all_norm:43,grn_ctx_get_all_t:[43,54],grn_ctx_get_all_token:43,grn_ctx_get_all_token_filt:43,grn_ctx_get_all_typ:43,grn_ctx_get_command_vers:54,grn_ctx_get_match_escalation_threshold:64,grn_ctx_get_output_typ:54,grn_ctx_init:[38,54],grn_ctx_is_open:[43,54],grn_ctx_open:[38,54],grn_ctx_output_nul:43,grn_ctx_output_uint64:43,grn_ctx_per_db:[38,54],grn_ctx_recv:42,grn_ctx_send:[44,50,53,54],grn_ctx_set_command_vers:54,grn_ctx_set_fin:54,grn_ctx_set_match_escalation_threshold:64,grn_ctx_set_output_typ:54,grn_ctx_t:87,grn_ctx_use:54,grn_ctx_use_ql:42,grn_cursor_ascend:69,grn_cursor_by_id:69,grn_cursor_by_kei:69,grn_cursor_descend:69,grn_cursor_gt:69,grn_cursor_lt:69,grn_cursor_prefix:69,grn_cursor_rk:69,grn_dat:38,grn_dat_cursor:34,grn_dat_cursor_get_max_n_record:34,grn_dat_repair:39,grn_db:[22,39,46,48],grn_db_creat:55,grn_db_create_optarg:55,grn_db_float32:34,grn_db_float:[34,43],grn_db_int:65,grn_db_kei:[39,104],grn_db_open:55,grn_db_recov:[42,43,44,55],grn_db_register_by_nam:37,grn_db_text:57,grn_db_touch:[36,55],grn_db_unmap:[43,55],grn_default_logger_get_path:40,grn_default_logger_get_rotate_threshold_s:43,grn_default_logger_set_path:[34,40],grn_default_logger_set_rotate_threshold_s:43,grn_default_query_logger_get_path:40,grn_default_query_logger_get_rotate_threshold_s:43,grn_default_query_logger_set_path:[34,40],grn_default_query_logger_set_rotate_threshold_s:43,grn_directory_not_empti:87,grn_domain_error:87,grn_dump_column_create_flag:43,grn_dump_table_create_flag:43,grn_ecmascript:[47,137],grn_enable_reference_count:[34,129,130],grn_enc_default:63,grn_enc_euc_jp:63,grn_enc_koi8r:63,grn_enc_latin1:63,grn_enc_non:63,grn_enc_sji:63,grn_enc_utf8:[56,63,69],grn_encod:[22,34,46,48,63,74],grn_encoding_pars:56,grn_encoding_to_str:56,grn_end_of_data:87,grn_exec_format_error:87,grn_expr:[22,40,42,46,48,100,102,167,212],grn_expr_add_var:57,grn_expr_alloc:57,grn_expr_append_const:[11,34,57],grn_expr_append_const_int:57,grn_expr_append_const_str:57,grn_expr_append_obj:[11,57],grn_expr_append_op:[11,34,57],grn_expr_clos:57,grn_expr_compil:57,grn_expr_creat:57,grn_expr_create_for_queri:11,grn_expr_estimate_s:43,grn_expr_exec:[43,54,57],grn_expr_get_keyword:57,grn_expr_get_var_by_offset:57,grn_expr_optim:34,grn_expr_pars:[34,57],grn_expr_query_no_syntax_error:34,grn_expr_syntax_escap:57,grn_expr_syntax_escape_queri:57,grn_expr_syntax_expand_queri:44,grn_expr_syntax_expand_query_by_t:34,grn_expr_take_obj:44,grn_expr_var:[66,74],grn_fals:[34,54,65],grn_file_corrupt:87,grn_file_exist:87,grn_file_read:43,grn_file_too_larg:87,grn_fileinfo_open:34,grn_filename_too_long:87,grn_fin:[43,73],grn_float_valu:43,grn_function_not_impl:87,grn_geo:[22,46,48],grn_geo_cursor_next:58,grn_geo_cursor_open_in_rectangl:58,grn_geo_estimate_in_rectangl:[38,58],grn_geo_point:[58,63],grn_geo_point_set:63,grn_geo_select_in_circl:38,grn_geo_select_in_rectangl:[38,58],grn_geo_table_sort:43,grn_get_default_cache_base_path:34,grn_get_default_command_vers:52,grn_get_default_encod:56,grn_get_default_match_escalation_threshold:64,grn_get_global_error_messag:43,grn_get_lock_timeout:49,grn_get_package_label:43,grn_get_version_major:34,grn_get_version_micro:34,grn_get_version_minor:34,grn_hash:34,grn_hash_add_table_cursor:34,grn_hash_siz:43,grn_hash_tini:43,grn_highlighter_clear_keyword:34,grn_hook:[22,46,48],grn_hook_entri:59,grn_hook_get:59,grn_hook_select:59,grn_hook_set:59,grn_id:[34,51,54,57,60,61,62,65,68,69,74],grn_id_nil:[54,57,68,69],grn_ii:[22,46,48],grn_ii_buff:60,grn_ii_buffer_append:60,grn_ii_buffer_clos:60,grn_ii_buffer_commit:60,grn_ii_buffer_open:60,grn_ii_cursor:43,grn_ii_cursor_clos:43,grn_ii_cursor_next:43,grn_ii_cursor_next_po:34,grn_ii_cursor_open:43,grn_ii_cursor_set_min:43,grn_ii_cursor_set_min_en:[43,44],grn_ii_estimate_size_for_lexicon_cursor:43,grn_ii_estimate_size_for_queri:43,grn_ii_get_flag:34,grn_ii_max_n_chunks_tini:44,grn_ii_max_n_segments_tini:44,grn_ii_overlap_token_skip_en:[34,44],grn_ii_posting_add:[34,44],grn_ii_posting_add_float:34,grn_ii_reduce_expire_en:34,grn_ii_reduce_expire_threshold:34,grn_ii_sel:92,grn_ii_select_too_many_index_match_ratio_refer:34,grn_illegal_byte_sequ:87,grn_improper_link:87,grn_in_values_too_many_index_match_ratio:42,grn_inappropriate_i_o_control_oper:87,grn_incompatible_file_format:87,grn_index_chunk_split_en:44,grn_index_column_diff:34,grn_index_cursor:[22,46,48],grn_index_cursor_next:[41,61],grn_index_cursor_open:61,grn_info:[22,46,48],grn_info_typ:62,grn_init:[40,43,70,73,201],grn_input_output_error:87,grn_inspect:[22,46,48],grn_inspect_encod:63,grn_inspect_ind:63,grn_inspect_limit:63,grn_inspect_nam:63,grn_inspect_query_log_flag:63,grn_inspect_typ:63,grn_int32_value_float_valu:43,grn_interrupted_function_cal:[87,133],grn_invalid_argu:[65,68,69,87],grn_invalid_format:87,grn_invalid_seek:87,grn_io_expir:34,grn_io_flush:34,grn_io_open:123,grn_io_use_spars:43,grn_io_vers:42,grn_is_a_directori:87,grn_itoh:38,grn_ja_skip_same_value_put:41,grn_lock_set_timeout:34,grn_log_level:74,grn_log_level_pars:43,grn_log_level_to_str:43,grn_log_path:40,grn_logger:40,grn_logger_info:40,grn_logger_put:34,grn_logger_reopen:40,grn_logical_range_filter_en:43,grn_logical_range_filter_threshold:43,grn_lzo_error:87,grn_match_escal:[22,46,48],grn_mecab_chunk_size_threshold:43,grn_mecab_chunked_tokenize_en:43,grn_memory_get_usag:34,grn_mutex:70,grn_network_is_down:87,grn_ngram_tokenizer_remove_blank_dis:[34,44],grn_ngram_tokenizer_remove_blank_en:34,grn_no_buff:87,grn_no_child_process:87,grn_no_locks_avail:87,grn_no_memory_avail:87,grn_no_space_left_on_devic:87,grn_no_such_devic:87,grn_no_such_device_or_address:87,grn_no_such_file_or_directori:87,grn_no_such_process:87,grn_normalizer_error:87,grn_not_a_directori:87,grn_not_enough_spac:87,grn_not_socket:87,grn_obj:[22,34,40,42,43,46,48,51,54,55,57,58,59,60,61,62,63,66,67,68,69,71,72,74],grn_obj_add_hook:59,grn_obj_append:65,grn_obj_cast:43,grn_obj_cast_by_id:65,grn_obj_check:65,grn_obj_clear_lock:[38,65],grn_obj_clear_option_valu:34,grn_obj_clos:[11,42,43,54,61,65],grn_obj_column:65,grn_obj_column_index:[51,61],grn_obj_column_scalar:51,grn_obj_column_vector:51,grn_obj_compar:65,grn_obj_compress_lzo:51,grn_obj_compress_zlib:[44,51],grn_obj_db:55,grn_obj_decr:65,grn_obj_defrag:65,grn_obj_delete_by_id:[38,65],grn_obj_delete_hook:59,grn_obj_expir:65,grn_obj_fin:[54,57],grn_obj_flag:[51,57,68,71,74],grn_obj_flush:43,grn_obj_flush_recurs:43,grn_obj_format:34,grn_obj_format_fin:34,grn_obj_get:65,grn_obj_get_disk_usag:34,grn_obj_get_element_info:62,grn_obj_get_hook:59,grn_obj_get_info:62,grn_obj_get_nhook:59,grn_obj_get_rang:65,grn_obj_get_valu:[38,65],grn_obj_have_sourc:34,grn_obj_id:65,grn_obj_incr:65,grn_obj_init:65,grn_obj_is_accessor:43,grn_obj_is_builtin:[38,65],grn_obj_is_corrupt:34,grn_obj_is_data_column:34,grn_obj_is_expr:34,grn_obj_is_function_proc:43,grn_obj_is_index_column:[34,65],grn_obj_is_key_accessor:43,grn_obj_is_lock:65,grn_obj_is_normalizer_proc:43,grn_obj_is_number_family_bulk:34,grn_obj_is_proc_proc:43,grn_obj_is_scalar_column:34,grn_obj_is_scorer_proc:43,grn_obj_is_selector_proc:43,grn_obj_is_t:43,grn_obj_is_text_family_typ:44,grn_obj_is_token_column:34,grn_obj_is_token_filter_proc:43,grn_obj_is_tokenizer_proc:43,grn_obj_is_tru:43,grn_obj_is_typ:43,grn_obj_is_uvector:34,grn_obj_is_vector_column:[34,65],grn_obj_is_weight_uvector:34,grn_obj_is_weight_vector:34,grn_obj_is_xxx:34,grn_obj_key_float:71,grn_obj_key_int:71,grn_obj_key_norm:68,grn_obj_key_uint:71,grn_obj_key_var_s:71,grn_obj_key_with_si:68,grn_obj_lock:65,grn_obj_nam:65,grn_obj_own:43,grn_obj_path:[41,65],grn_obj_path_by_id:[39,65],grn_obj_persist:[51,68],grn_obj_prepend:65,grn_obj_reindex:43,grn_obj_reinit:65,grn_obj_remov:[38,43,65],grn_obj_remove_depend:44,grn_obj_renam:65,grn_obj_search:[44,67],grn_obj_set:65,grn_obj_set_element_info:62,grn_obj_set_fin:66,grn_obj_set_info:62,grn_obj_set_mask:65,grn_obj_set_valu:[65,69],grn_obj_table_dat_kei:38,grn_obj_table_hash_kei:[68,69],grn_obj_table_no_kei:[68,69],grn_obj_table_pat_kei:[68,69],grn_obj_type_to_str:44,grn_obj_ubref:34,grn_obj_unlink:[34,54,65],grn_obj_unlock:65,grn_obj_unref:34,grn_obj_user_data:72,grn_obj_vector:[54,57,65],grn_obj_with_posit:51,grn_obj_with_sect:51,grn_obj_with_weight:51,grn_object_corrupt:87,grn_op_adjust:[11,44,67],grn_op_and:[11,34,67],grn_op_and_not:67,grn_op_but:11,grn_op_cal:11,grn_op_fuzzi:44,grn_op_get_valu:34,grn_op_or:[11,67],grn_op_push:11,grn_op_term_extract:43,grn_oper:[34,51,57,58,67,68],grn_operation_not_permit:87,grn_operation_not_support:87,grn_operation_timeout:87,grn_operation_would_block:87,grn_operator_to_exec_func:34,grn_order_by_estimated_size_en:34,grn_p:63,grn_p_geo_point:63,grn_p_ii_valu:63,grn_parse_query_flag:43,grn_pat_at:36,grn_pat_cursor_next:43,grn_pat_del:43,grn_pat_fuzzy_search:44,grn_permission_deni:87,grn_persistent_cache_open:34,grn_plugin_calloc:44,grn_plugin_charlen:74,grn_plugin_command_cr:[42,74],grn_plugin_error:[74,87],grn_plugin_expr_var_init:[42,74],grn_plugin_fin:74,grn_plugin_fre:74,grn_plugin_get_nam:43,grn_plugin_get_ruby_suffix:43,grn_plugin_get_suffix:38,grn_plugin_get_system_plugins_dir:38,grn_plugin_init:74,grn_plugin_isspac:74,grn_plugin_log:74,grn_plugin_malloc:74,grn_plugin_mutex:74,grn_plugin_mutex_clos:74,grn_plugin_mutex_lock:74,grn_plugin_mutex_open:74,grn_plugin_mutex_unlock:74,grn_plugin_proc_alloc:74,grn_plugin_proc_get_cal:34,grn_plugin_proc_get_value_bool:34,grn_plugin_proc_get_value_mod:34,grn_plugin_proc_get_value_oper:34,grn_plugin_proc_get_var:[42,74],grn_plugin_proc_get_var_bool:44,grn_plugin_proc_get_var_by_offset:[42,74],grn_plugin_proc_get_var_int32:44,grn_plugin_proc_get_var_str:44,grn_plugin_proc_xxx:34,grn_plugin_realloc:74,grn_plugin_regist:[37,74],grn_plugin_win32_base_dir:[43,74],grn_plugin_windows_base_dir:[43,74],grn_plugins_dir:[34,43],grn_plugins_path:34,grn_post:[34,58,61],grn_posting_get_posit:34,grn_posting_get_record_id:34,grn_posting_get_rest:34,grn_posting_get_section_id:34,grn_posting_get_tf:34,grn_posting_get_weight:34,grn_posting_get_weight_float:34,grn_proc:[22,46,48],grn_proc_creat:66,grn_proc_func:[54,66,74],grn_proc_funct:74,grn_proc_get_info:66,grn_proc_get_typ:42,grn_proc_is_st:34,grn_proc_options_pars:34,grn_proc_options_parsev:34,grn_proc_options_xxx:34,grn_proc_set_is_st:34,grn_proc_set_selector:42,grn_proc_typ:66,grn_ptr:43,grn_ptr_init:[54,57],grn_ptr_value_at:[54,57],grn_pvector:[43,54,57],grn_qlog_path:40,grn_queri:40,grn_query_expander_tsv_synonyms_fil:211,grn_query_log_show_condit:34,grn_query_logger_get_flag:63,grn_range_error:87,grn_raw_str:34,grn_rc:[49,50,51,52,54,55,56,57,58,59,60,62,64,65,66,67,68,69,73,74],grn_read_only_file_system:87,grn_request_canceler_cancel_al:44,grn_resource_busi:87,grn_resource_deadlock_avoid:[65,87],grn_resource_temporarily_unavail:[34,87],grn_result_set_add_record:34,grn_result_set_add_t:34,grn_result_set_add_table_cursor:34,grn_result_set_add_xxx:34,grn_result_too_larg:87,grn_retry_max:87,grn_rset_add_record:34,grn_scan_info_regexp_dot_asterisk_en:34,grn_scorer_error:87,grn_search:[22,46,48],grn_search_optarg:[43,67],grn_select:137,grn_selector_data:34,grn_selector_data_get:34,grn_selector_data_get_arg:34,grn_selector_data_get_expr:34,grn_selector_data_get_index:34,grn_selector_data_get_op:34,grn_selector_data_get_result_set:34,grn_selector_data_get_selector:34,grn_selector_data_get_t:34,grn_selector_data_get_xxx:34,grn_selector_func:42,grn_set_default_cache_base_path:34,grn_set_default_command_vers:52,grn_set_default_encod:56,grn_set_default_match_escalation_threshold:64,grn_set_lock_timeout:49,grn_snip:[40,42],grn_snip_clos:42,grn_sock:267,grn_socket_is_already_connect:87,grn_socket_is_already_shutdown:87,grn_socket_is_not_connect:87,grn_socket_not_initi:87,grn_stack_over_flow:87,grn_success:[49,50,51,54,55,57,65,73,74,87,201],grn_syntax_error:87,grn_t:43,grn_tabl:[22,46,48],grn_table_add:68,grn_table_apply_expr:34,grn_table_at:[36,39,65,68],grn_table_column:68,grn_table_cr:68,grn_table_cursor:[22,34,46,48,61],grn_table_cursor_clos:69,grn_table_cursor_delet:69,grn_table_cursor_get_kei:69,grn_table_cursor_get_max_n_record:34,grn_table_cursor_get_valu:69,grn_table_cursor_next:[36,69],grn_table_cursor_open:[36,69],grn_table_cursor_set_valu:69,grn_table_cursor_t:69,grn_table_dat_kei:68,grn_table_delet:[43,68],grn_table_delete_by_id:[43,68],grn_table_differ:68,grn_table_find_reference_object:34,grn_table_fuzzy_search:44,grn_table_fuzzy_search_with_transposit:44,grn_table_get:[39,68],grn_table_get_kei:68,grn_table_group:[43,68],grn_table_group_flag:[43,68],grn_table_group_result:68,grn_table_hash_kei:[58,68],grn_table_lcp_search:68,grn_table_pat_kei:68,grn_table_renam:68,grn_table_s:[11,68],grn_table_select:[3,57],grn_table_select_and_min_skip_en:34,grn_table_select_enough_filtered_ratio:[34,44],grn_table_select_sequenti:44,grn_table_setoper:[34,44,68],grn_table_sort:68,grn_table_sort_asc:68,grn_table_sort_desc:68,grn_table_sort_flag:68,grn_table_sort_kei:68,grn_table_trunc:[38,68],grn_table_upd:68,grn_table_update_by_id:68,grn_text_init:63,grn_text_len:[57,63],grn_text_printf:42,grn_text_printfv:34,grn_text_valu:[57,63],grn_text_vprintf:[34,42],grn_thread_:[22,46,48],grn_thread_get_limit:[43,70],grn_thread_get_limit_func:70,grn_thread_set_get_limit_func:[70,147],grn_thread_set_limit:70,grn_thread_set_limit_func:70,grn_thread_set_set_limit_func:[70,147],grn_time_usec_to_sec:34,grn_timev:34,grn_timeval_from_doubl:34,grn_timeval_to_nsec:34,grn_token_column_parallel_chunk_s:34,grn_token_column_parallel_table_size_threshold:34,grn_token_filter_error:87,grn_tokenize_onli:44,grn_tokenizer_error:87,grn_tokenizer_query_open:40,grn_too_large_offset:87,grn_too_many_link:87,grn_too_many_open_fil:87,grn_too_many_open_files_in_system:87,grn_too_many_symbolic_link:87,grn_too_small_limit:87,grn_too_small_offset:87,grn_true:[54,65],grn_type:[22,46,48,63],grn_type_cr:71,grn_type_id:34,grn_type_id_is_float_famili:34,grn_type_id_s:34,grn_unknown_error:87,grn_unsupported_command_vers:87,grn_update_not_allow:87,grn_user_data:[22,46,48,66,74],grn_vector_copi:34,grn_vector_pop_el:43,grn_void:44,grn_wgs84_geo_point_init:63,grn_window_function_error:87,grn_window_get_s:34,grn_zlib_error:87,grn_zstd_error:87,grndb:[22,34,42,43,44,46,123,152],grnline:273,grnslap:[22,46,152],grntest:[12,13,36,38,40,44],grnwrap:273,gro:[160,181],gronga:[211,220],gronnga:220,groo:[137,160],groonga1:82,groonga:[1,2,13,16,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,40,41,42,43,44,46,47,48,49,50,53,65,70,73,74,76,80,81,82,83,84,86,91,92,93,95,99,103,104,105,109,111,112,114,115,117,118,122,123,124,125,131,133,136,137,138,139,140,142,145,147,148,151,152,153,167,170,171,172,173,174,179,181,184,193,195,197,198,199,200,201,202,203,206,207,208,209,211,212,213,215,216,217,218,219,220,221,222,223,226,228,230,238,239,241,247,248,254,255,256,257,260,263,267,268,270,271,272,273,274,275,276,277,278,279,280],groonga_cache_base_path:34,groonga_cache_limit:41,groonga_cli:199,groonga_clone_dir:12,groonga_databas:257,groonga_database_auto_cr:[40,41],groonga_default_command_vers:257,groonga_dir:12,groonga_dist:40,groonga_get_thread_limit:70,groonga_log_level:41,groonga_log_path:41,groonga_n_record:41,groonga_org_path:12,groonga_path:156,groonga_query_log_path:[41,42],groonga_release_d:12,groonga_set_thread_limit:70,groonga_vers:[12,38],groongau0000ful:239,grooon:160,grooonga:34,groovi:34,group:[0,34,40,41,42,43,44,112,114,115,137,184,222,270,271,276],group_kei:34,grow:34,grroonga:220,gtar:30,gted:17,gtihub:[34,38],guard:[43,105,215],guess:29,gui:136,gurun:197,gurunavi:[34,43,44],guthub:34,gzcat:44,gzip:[29,40,256],gzip_typ:257,had:[17,34,43,44,213],hai:11,half:[34,203,204,225],halfwidth:[203,204,225],halt:34,hana:272,hanako:102,hand:[0,18,43,44,137,157,160,179,184,270,275],handl:[34,41,42,43,44,54,87,92,157,222,231,232,233,234,235,236,237,247,268,270],hang:41,hanleabl:92,happen:34,hard:247,has:[0,12,19,33,34,40,41,42,43,44,45,47,49,54,58,68,74,76,80,83,92,93,95,102,112,114,115,117,118,119,121,122,123,133,136,137,140,142,144,145,147,148,149,153,155,157,158,159,160,163,164,167,170,171,173,178,181,184,185,186,193,197,198,199,200,201,202,204,206,207,209,211,212,213,214,215,216,217,219,220,223,225,226,227,228,230,231,232,233,234,238,240,241,242,244,247,256,257,263,270,271,272,273,275],hash:[34,38,40,41,43,44,92,103,122,136,142,199,222],hash_index:276,hash_kei:[34,104,121,122,222],hash_tag:276,hashida:34,hashidatk:34,hasn:[34,203,205,230,231,232,233,234,235,236,237,239,243,245,246],hat:29,hatak:[42,43],have:[0,6,7,16,17,21,29,34,42,43,53,55,76,83,87,91,92,93,112,114,115,117,121,122,129,137,138,140,142,144,153,157,160,178,198,199,200,202,207,211,212,216,219,221,223,227,230,247,248,256,257,261,270,273,277],haystack:11,hdd:[34,92,142,156],head:[42,137,154,157,263],header:[30,34,40,41,42,43,63,86,87,88,91,92,93,95,99,102,104,105,107,109,111,112,113,114,116,117,118,119,120,121,123,124,125,129,130,131,132,133,134,135,137,138,139,141,142,144,145,147,148,149,150,158,257],heavi:[34,104,137,204,225,255],hel:241,held:43,hello:[34,43,112,114,115,137,146,198,199,200,227,228,230,233,234,238,241,243,275],help:[16,17,23,34,41,137,153,155,208,212,213,220,240],hemispher:40,hendro:41,here:[6,7,8,17,18,21,29,31,32,34,47,50,53,54,55,57,63,70,73,74,76,80,84,85,86,87,88,91,92,93,95,96,97,98,102,103,104,105,106,107,108,112,113,114,115,116,117,118,119,121,122,124,125,129,130,131,132,133,134,135,136,137,138,139,140,142,144,145,146,148,149,150,153,155,157,158,159,160,161,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,201,202,203,204,205,207,211,212,213,214,215,218,219,221,222,223,225,226,227,228,230,231,232,233,234,238,239,240,241,242,244,247,257,263,271,275,280],hereaft:0,hex:[199,272],hidden:[0,34],hide:41,hideki:[41,42,43],high:[0,34,80,137,197,214],high_scor:91,higher:[92,137,140],highight_ful:170,highli:[213,214,215],highlight:[34,44,170,171,241],highlight_ful:[22,34,42,44,46,162,171],highlight_html:[22,34,42,43,44,46,162,170,241],hino:41,hint:267,hiragana:[34,178,198,199,204,208,218,225,230],hiro:43,hiroaki:[43,44],hiroshi:[38,42,43,44],hirotaka:43,hiroyuki:[43,44],histori:[34,38],hit:[34,41,92,137,197,278],hmm:276,hobbi:201,hoge:[155,165],hold:[270,274],home:[12,29,112,115,117,243],homebrew:[12,22,23,42,44],homepag:156,hook:[21,117,129],horikoshi:38,horimoto:[34,112,115,117],horizont:[204,225],host1:212,host2:212,host:[6,7,8,21,34,38,156,158,160,212,216,263,277],host_name_or_ip_address:[263,277],hostnam:[40,155,156,157,158,263],hottolink:45,hotwagn:34,hour2:114,hour:[49,153,199,201,276],how:[4,18,21,22,23,24,25,26,27,28,29,30,31,32,34,40,42,43,44,46,74,92,112,113,115,117,136,137,144,160,167,173,179,193,199,207,212,213,214,215,217,226,240,247,254,260,265,270,271,272,273,275,276],how_to_use_range_index:113,howev:[0,34,112,114,115,170,171,199,238],howto:[34,44],html:[3,12,34,36,38,40,42,44,157,158,170,171,181,257],html_untag:[22,41,46,162],htpasswd:[157,257],http:[0,1,12,13,17,21,22,24,25,27,28,29,30,31,32,34,40,41,42,43,44,46,80,103,105,133,137,138,152,154,155,156,157,160,172,173,174,193,212,221,238,254,255,267,269,270,271,272,273,275,280],http_refer:157,http_user_ag:157,http_x_forwarded_for:157,httpd:[12,22,24,25,27,31,34,38,39,40,41,42,43,44,46,50,111,133,147,152,158,159,201,220,254,256,257],httprewritemodul:157,hubeni:167,huge:34,human:[93,142],hung:34,hypertext:[22,269],hyphen:[34,92,142,204,225,273],i18n:[3,15,18,22,44],i386:[12,38],i686:156,ichii:38,id_column:51,idea:137,identifi:[34,47,91,102,248],ideograph:[34,43],idf:[34,42,213,214,215],ieee:248,iff:273,ignor:[34,38,40,41,42,43,44,55,102,104,118,133,137,148,198,211,222,227,231,232,233,234,244],ii_buff:60,ill:264,illegal_byte_sequ:263,illustr:271,imag:[22,23,34],imagin:[137,271],immedi:[0,34,43,44,133,138,157,160],immut:121,impact:[34,129],implement:[17,34,38,40,42,43,44,45,86,91,92,112,115,134,135,137,157,158,167,178,199,215,216,222,255,256],implemnt:256,implicitli:275,improper_link:263,improv:[104,157,174,197,199,261],in_record:[22,34,46,162],in_valu:[22,34,42,43,44,46,162],inaccur:40,inada:41,inappropriate_i_o_control_oper:263,inc:[34,42,43,44],includ:[6,16,34,41,42,43,44,83,91,93,95,105,112,114,115,117,118,121,123,124,125,131,134,135,137,145,146,148,160,163,181,193,199,211,214,215,230,238,240,241,257,273,275],include_class:34,include_form:34,include_read:[34,204],inclus:[34,163],incompat:[34,40,41,42,43,44],incompatible_file_format:263,incomplet:44,incorrect:[34,42],incorrectli:34,increas:[0,6,7,34,43,70,80,92,119,134,137,139,148,149,160,167,212,215,228,247],increment:[34,85,105,153],incres:42,indent:63,independ:[0,113,157,204,240],index:[12,17,22,34,38,39,40,41,42,43,44,45,46,55,58,60,61,63,65,76,80,93,103,104,112,113,114,115,117,121,129,132,137,144,146,153,155,173,178,181,198,199,207,222,228,242,243,244,247,269,276],index_1:136,index_2:136,index_blog:275,index_column:[34,42,43,44,104,137],index_column_df_ratio:34,index_column_df_ratio_between:34,index_column_diff:34,index_column_nam:136,index_column_name_with_table_nam:136,index_column_source_record:34,index_column_value_statistics_n_physical_seg:34,index_column_value_statistics_next_physical_segment_id:34,index_friend:272,index_larg:[34,92,121],index_medium:[92,121],index_messag:275,index_n:136,index_point:272,index_smal:[92,121],index_tag:272,index_titl:275,index_xxx:121,indexblog1:275,indexblog2:275,indexbuf:51,indic:[41,63,148,167,201,273,278],ineffect:34,infin:34,infinit:[38,40,42,43,142],inflected_form:[34,240],inflected_typ:[34,240],influenc:[155,157],info:[34,43,44,92,109,110,153,155,157,212,215],inform:[0,2,17,22,34,39,40,41,43,44,50,54,93,114,121,122,124,131,134,135,136,137,153,155,201,202,269,272,276],inherit:41,inhibit:39,init:[25,29,40,41,42,66],initi:[34,38,40,42,43,44,54,73,74,112,114,115,137],innodb:0,input:[34,38,41,44,53,83,103,105,137,199,208,218,219,220,221,225,263,273],input_file_nam:83,input_output_error:263,input_typ:158,insensit:[137,178,212],insert:[34,40,181,273],inspect:[34,41,42,43,44,63,121,136],inst:41,instal:[0,3,12,14,21,22,24,25,26,27,28,30,31,34,38,40,41,42,43,44,74,158,226,240,261],instant:22,instantli:[0,181],instead:[21,23,27,29,32,34,38,40,41,42,43,44,54,63,74,90,92,104,111,115,121,129,131,137,139,142,153,155,157,167,170,171,179,181,197,198,199,202,205,207,212,222,250,261,263,279],instroduc:41,instruct:[34,44,160],insuffici:[44,270],int16:[34,36,41,121,122,136],int32:[34,40,41,42,43,80,91,95,115,121,122,136,137,140,142,145,150,160,163,167,175,179,198,199,213,214,215,218,219,221,266,271,272,273,275,276,280],int64:[34,41,42,115,121,122,136,137,164],int8:[34,36,41,42,121,122,136,270],integ:[43,44,80,87,121,122,137,147,155,248,263,270,273],integr:[21,40,41,270],intel:156,intend:[40,42,184,198,275],intens:157,interact:[263,273],interest:[3,43,212,273],interfac:[34,40,105,160,209,273],intern:[34,39,41,42,43,44,50,53,54,63,104,121,122,129,181,270],internet:[0,197],interpret:[12,39,198,238],interrupt:34,interrupted_function_cal:263,interv:[34,44,199],introduc:[3,34,42,43,44],introduct:[3,15,17,22,42,46,103,129,130,140,217,263,273,277],introspect:40,intuit:278,inv_res_column:156,inv_thread_column:156,invalid:[34,38,40,41,42,43,44,56,63,74,92,104,129,137,142],invalid_argu:263,invalid_format:263,invalid_seek:263,invers:[42,213,215],invert:[22,34,38,40,42,43,44,92,181,199,272,273],investig:[34,41,44,267,268,271],invis:92,io_flush:[22,34,43,44,46,81],ipa:27,ipad:[27,28,240],ipc:105,iptabl:[257,277],is_a_directori:263,is_anim:270,is_popular:[112,114,115,137],is_removable_t:144,is_stop_column:227,is_stop_word:[34,42,43,146,227],isn:[6,7,8,29,34,40,41,42,43,44,47,54,55,65,70,83,86,88,92,93,104,105,112,113,114,115,117,121,129,134,135,136,137,140,142,144,155,157,181,193,198,211,216,218,219,220,228,230,240,263],iso:[153,199],isob:41,isssu:41,issu:[3,22,34,41,42,43,44,261,268,269],itagaki:36,italian:[34,226],item:[34,43,47,96,97,98,137,140,142,151,157,160,178,218,219,221,222,257,261],item_:140,item_dataset:[159,221],item_queri:[140,159,160,218,219,221],item_query_kana:160,item_query_kei:160,items_index:178,iter:[43,199],its:[3,20,34,40,43,57,70,74,80,92,93,104,105,112,115,117,129,136,137,144,145,153,173,199,201,214,218,241,260,263,267,270,273,275,276,277],itself:[34,41,42,80,148,198,211,212],ivh:27,iwai:[39,40,41,44],iwamatsu:44,jacob16bit:43,jame:278,jan:[34,276],januari:199,japan:[102,218,271,277,280],japanes:[0,2,17,19,34,40,42,198,199,208,218,230,240],jason:278,javascript:[12,22,38,157,158,269,277],jeff:278,jekyl:12,jemalloc:42,jennif:278,jersei:276,jessi:[25,34,41,42,43],jinja2:12,jira:44,jiro:272,job:[34,156],john:[102,278],join:2,josep:34,joseph:278,jqueri:42,json:[34,36,38,40,42,43,44,53,80,84,105,140,157,158,209,257,263,273],jsonp:[43,160],juli:[34,43],juman:27,jumand:27,jun:[42,43],just:[6,7,17,21,23,24,25,27,29,30,31,32,34,38,40,41,42,43,50,55,65,73,83,84,88,92,95,102,112,117,118,120,121,124,129,131,133,134,135,137,142,144,145,148,153,155,159,160,179,198,199,200,201,211,213,216,218,228,238,256,257,276],kagami:43,kakesa:43,kamicup:34,kana:[34,140,159,160,208,218,219,221,240],kanako:41,kanji:[208,230],kare:204,kashihara:42,katagiri:41,katakana:[34,140,178,203,204,208,218,225,230],kato:34,kawada:42,kawaji:40,kazuhiko:[40,42,44],kazuhiro:41,keep:[33,34,38,44,50,54,80,86,129,153,157,200,214,215,240],kei:[0,12,22,33,34,39,40,41,42,43,44,47,63,65,68,69,80,91,92,102,105,112,114,117,121,133,136,139,140,142,144,151,153,160,179,198,199,202,208,222,228,244,269,270,271,272,273,279],ken:272,kenichi:[36,38],kentaro:41,kept:[34,114,115,137],kernel:[40,247],key1:[34,91],key2:34,key_1:136,key_2:136,key_column:51,key_float:122,key_geo_point:122,key_index:144,key_int:122,key_larg:[33,44,142,222],key_length:263,key_n:136,key_nam:[115,137],key_norm:[40,43,142,202,203],key_siz:68,key_typ:[68,92,136,137,155,156,270,271,272,273,275,276,278],key_uint:122,key_valu:34,key_var_s:122,key_with_si:[142,198,199,278],keyboard:137,keybuf:68,keyr:[34,40],keys_zon:157,keyword1:[34,40,170],keyword2:[34,40,170],keyword:[34,40,41,44,57,113,137,142,170,171,179,181,198,212,213,214,215,220,241,242,244,272,273,275],keyword_cont:57,keyword_s:57,kfc:207,kill:138,kind:[0,34,63,248,271,273,279,280],kinjir:272,kisk:40,kitaiti:44,kiyokawa:44,klose:43,know:[34,43,92,104,129,137,153,228,271,272,276],knowledg:0,known:[0,34,41,181,199,213,244,273,277],koi8r:[29,40,155],koji:40,konishi:41,korea:271,kosuk:41,kouhei:41,kqueue:34,kuriyama:[42,43],kwic:181,kytea:[29,34,40,41,148],label1:[42,115,137],label2:[115,137],label:[34,41,42,43,44,91,178],label_1:137,label_2:137,label_n:137,labeledargu:34,lack:[34,267],lager:[34,41],lake:207,land_mark_index:34,landmark:34,langasek:44,languag:[0,1,3,20,21,34,41,42,44,226,230,240],larg:[0,34,40,43,44,105,121,129,153,198,199,204,216,222,225,228,247,257,270],larger:[34,42,43,80,86,92,99,114,115,121,122,137,142,155,161,181,221,222,247,263],larget:133,largetext:222,last:[34,40,43,54,148,160,230,267],last_modifi:276,lat:156,late:137,latenc:156,later:[34,38,40,41,42,43,44,91,104,105,112,114,115,133,137,155,170,171,172,184,202,203,212,216,273],latest:[2,6,7,8,24,25,26,42,43,44,137],latin1:[29,40],latin:[34,155],latinov:44,latitud:[22,63,199,269,276,280],latitude_in_degre:199,latitude_in_degreexlongitude_in_degre:199,latitude_in_msec:199,latitude_in_msecxlongitude_in_msec:199,latter:[47,160,203,211],launch:161,launchpad:[12,31,42],layer:43,layout:12,lc_messag:17,lcov:14,lead:[34,112,114,115,137,181,273],leak:[34,36,38,40,41,42,43,44,139],leakag:279,leaner:161,lear:221,learn:[41,112,114,115,137,140,167,217,271,275],learner:[22,42,44,46,152,159,220],least:[34,40,43,88,92,129,173,184,198,247,268],left:[34,44,58],left_hand_side_el:44,leftmost:199,lemon:[47,137],length:[34,40,44,74,158,270],leo:34,less:[34,42,43,44,86,137,142,155,173,179,181,193,197,200,212,214,215,247,248,261,280],less_equ:179,let:[22,34,80,112,114,115,137,144,167,200,230,242,244,267,269,270,272,273,275,279,280],letter:[34,203,204,225],level:[34,40,41,42,43,44,74,92,109,110,155,157,161,201,263,271],lexcon:273,lexicon2:275,lexicon:[22,34,43,44,92,103,104,129,132,144,146,179,184,200,202,212,222,227,269,275],lexicon_t:156,lgpl:45,lib:[28,36,41,114,124,125,131,153,157,261,267],libedit:[27,29,34,38,40,43],libev:[25,29,31,39],libgcc_s_sjlj:42,libgroonga:[20,34,273],liblz4:25,liblzo2:31,libmecab:[12,25,31],libmemcach:14,libmsgpack:[25,31],libra:34,librari:[1,20,22,23,34,40,41,42,43,44,48,53,73,147,155,197,198,213,255,261,267,273],libstemm:42,libtool:[6,43],libwinpthread:42,libzmq3:25,libzmq:31,libzstd:25,lic:173,licens:[12,34,40,42,45],life:43,lifecycl:21,light:[95,120,122,145,204,225,255],lighthous:34,like:[2,22,29,34,42,43,51,63,80,93,95,105,112,114,115,120,121,123,137,140,145,155,157,160,167,178,179,184,197,198,199,207,212,214,215,218,230,241,245,246,255,257,269,271,276],limit:[22,34,35,38,40,41,42,43,44,46,58,68,69,100,133,140,155,157,167,184,197,198,199,201,213,214,216,221,247,269,272,273,275,277],line:[6,7,8,14,17,18,21,29,32,34,38,40,42,43,54,63,83,103,105,136,157,167,198,207,211,212,216,255,256,257,267,273],line_cont:83,line_numb:83,link:[34,40,42,43,137,198,199,270,271,277],lintian:34,linux:[3,5,8,12,18,22,23,26,34,38,40,46,156],lion:40,lisp:34,list:[3,12,13,17,18,22,34,40,42,43,44,57,63,93,104,113,116,119,121,122,137,142,149,155,157,159,161,198,199,202,207,242,267,270,272,273,275,276],listen:[34,40,157,257,263,267,277],liter:[34,38,40,41,44,170,171,181,198,212,243],littl:[34,137,155,157],live:[142,276],lldb:[6,7],llo:241,llt:148,load:[22,34,36,38,39,40,41,42,43,44,46,47,81,90,91,92,95,99,102,103,104,112,114,115,117,120,121,124,129,130,131,135,137,140,142,145,146,150,153,155,156,158,160,161,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,208,211,212,213,214,215,216,218,219,221,226,227,241,242,244,248,257,266,269,270,271,272,275,278,279,280],load_column:34,load_tabl:34,load_valu:34,loaded_id:[44,105],loaded_record:105,loaded_valu:135,loadedlog:34,local:[0,6,7,12,17,18,28,29,34,114,155,157,199],localeoutput:34,localhost:[12,105,133,154,155,156,157,160,209,257,263],localstatedir:23,locat:[21,22,34,40,41,42,44,83,155,157,207,241,257,269,270,271,276,277],location_in_groonga:83,location_in_input:83,location_str:276,lock:[22,34,38,40,41,43,44,49,55,74,104,105,106,107,108,181],lock_acquir:[22,43,46,81,108],lock_clear:[22,34,42,43,46,81,90,106,108],lock_releas:[22,43,46,81,106],lock_tabl:34,log1:91,log:[12,22,23,34,38,40,41,42,43,44,46,54,74,91,92,104,109,112,114,115,116,117,120,123,132,137,142,155,156,160,212,214,215,216,218,219,221,222,256,261,268],log_20160320:117,log_format:[34,157],log_level:[22,34,43,46,81,92,110,111,153,155,201],log_put:[22,43,46,81,109,111,155],log_reopen:[22,34,44,46,81,109,110],log_repoen:40,logal:21,logger:[40,43,63],logic:[40,43,44,112,114,115,116,137,173,216,228],logical_:[113,216],logical_count:[22,34,43,46,81,139,216],logical_paramet:[22,43,46,81,216],logical_range_filt:[22,34,43,46,81,112,113,139,216],logical_select:[22,34,43,44,46,81,112,114,117,139,170,171,216,249],logical_shard_list:[22,43,46,81,117,216],logical_table_nam:[112,114,115,216],logical_table_remov:[22,34,43,44,46,81,104,216],logicalcountcommand:112,logicalrangefiltercommand:114,logicalselectcommand:115,logicaltableremovecommand:117,login:247,logo:[34,40],logrot:[40,42,43],logs_20150203:[112,115,117,137],logs_20150204:115,logs_20150801:116,logs_20150802:116,logs_20150814:216,logs_20150815:216,logs_20150930:116,logs_20160318:117,logs_20160319:117,logs_20160320:117,logs_20160320_:117,logs_20160320_timestamp:117,logs_20170315:34,logs_20170316:34,logs_20170317:34,logs_20170415:[112,114,115],logs_20170416:[112,114,115],logs_message_index:212,logs_timestamp:[34,132],logyyyymmddhhmmss:160,london:167,longer:[34,45,54,63,106,121],longest:[38,68,199],longitud:[22,63,199,269,276,280],longitude_in_degre:199,longitude_in_msec:199,longitudexlatitud:41,longtext:[34,47,58,92,121,122,136],look:[34,87],lookahead:238,loop:[40,42,43,44],loos:[34,164],loose_blank:34,loose_items_index:178,loose_symbol:34,looseitem:178,lost:[34,44,225],lot:41,love:275,lower:[92,137,142,148,212,273],lowercas:212,lowest:137,lru:88,lte:148,lucid:[36,41],lunch:0,lz4:[23,34,42,44,92,121,136],lzo:[38,40,41,42],lzo_error:263,m64:30,mac:[22,23,36,40,42,44],machin:[42,155],maco:34,macport:[22,23,38],macro:[34,38,41,42,43,267],made:[34,38,40,43,273],madrid:167,magazin:137,magnitud:[114,115],mai:[0,20,29,33,34,38,40,41,42,43,44,50,51,55,70,83,92,93,95,104,105,106,107,108,112,114,118,120,133,134,135,136,139,140,142,144,145,153,157,160,173,198,199,211,212,213,214,215,222,225,230,240,243,247,257,272,275],mail:[3,17,22,43],mail_column:156,mailarch:12,main:[70,115],mainli:[42,103,276],mainlin:[42,43],mainstream:0,maintain:[34,240,244],mainten:[226,240],maintenait:226,maintenir:226,major:[23,34],make:[0,14,17,18,19,23,24,25,27,28,30,31,34,42,44,74,92,154,155,156,157,181,200,273,277,278],makecach:40,makefil:[7,8],makoto:44,malfunct:43,malloc:42,man:44,manag:[0,18,21,29,47,54,55,85,99,121,133,151,153,155,157,181,211,222,257,277],mani:[0,3,17,29,33,34,38,41,42,43,44,70,80,92,104,112,114,115,117,122,137,142,144,146,148,157,159,181,198,199,212,213,214,215,220,222,247,255,256,257,261,267,270,271,273],manipul:197,manner:[137,273],manual:[22,42,200],map:[34,38,43,47,91,99,137,201,218,247,268],map_hugetlb:38,mariadb:[41,42,44],mark:[34,39,42,43,44,92,142,203,204,225,227,243,261,276],marku:40,markup:[16,43],masafumi:[41,42,44],masaharu:[39,40,41,44],masahiro:[36,41,42],masanori:44,masatoshi:[34,43],massachusett:276,master:[17,21,157],match:[23,34,36,38,40,41,42,43,44,47,57,58,80,102,112,114,115,137,142,151,155,157,163,170,171,173,174,178,179,181,184,193,197,200,212,213,214,215,227,238,242,244,266,273,275,276],match_column:[22,34,41,42,43,44,80,92,100,170,171,181,198,200,201,213,214,215,226,227,241,242,244,264,266,269,273,276,279],match_escal:34,match_escalation_threshold:[29,34,36,54,151],math:175,math_ab:[22,34,46,162],matsuu:36,matthia:43,matur:[1,261],maverick:38,max:[34,38,40,41,42,43,44,47,50,69,70,89,96,97,98,99,113,121,137,139,144,151,154,155,156,160,180,181,199,214,222,257],max_array_segment_id:121,max_buffer_segment_id:121,max_command_vers:[34,84,139,157,209,263,273,277],max_concurr:154,max_dist:[34,44],max_expans:34,max_in_use_chunk_id:121,max_in_use_physical_segment_id:121,max_interv:199,max_length:173,max_map_count:268,max_map_seg:34,max_n_physical_seg:[34,121],max_nfthread:70,max_section_id:121,max_siz:69,max_total_s:121,max_tp:154,max_valu:247,maximium:137,maximum:[33,34,43,85,92,112,115,117,121,122,137,142,163,199,213,214,222,263,268,270,273],mayb:34,mcdonald:207,mdev:[43,44],mean:[29,34,40,41,42,43,44,47,49,53,57,58,65,74,80,86,87,92,93,99,104,106,107,108,109,111,112,114,115,117,121,123,129,132,133,137,139,140,148,151,153,155,157,160,184,198,199,201,202,207,208,211,212,214,215,216,218,225,228,234,237,247,268,270,271,273,275,280],meaning:43,meaningless:[34,47,129,130,212],measur:[0,38],mecab:[0,12,24,25,27,28,29,31,34,38,40,41,42,43,44,45,240],mecab_new2:40,mecab_strerror:42,mecabrc:28,mechan:[40,43,157,257],media:42,median:42,medium:[23,24,25,27,31,32,44,121,276],meerkat:38,meet:[42,276,280],meetup:43,memcach:[0,1,22,43,44,254,277],memcpi:34,memo1:213,memo2:213,memo3:213,memo4:213,memo5:213,memo6:213,memo7:213,memo:[34,43,122,136,173,174,179,186,193,195,213,214,215,226,227],memo_index:42,memori:[22,23,24,25,27,31,32,34,36,38,40,41,42,43,44,50,54,74,92,99,104,137,139,142,155,157,212,265,267],memos_cont:[34,226,227],memos_content_index:[122,136],memos_tag:[34,174],memset:43,mention:184,menu:[32,137,242],mercuri:12,merg:[0,17,34,40],meridian:167,merit:[114,137,155,157],messag:[6,7,12,22,23,34,38,39,40,41,42,43,44,74,83,105,110,153,155,201,212,214,215,265,275,276],message_for_1st_record:105,message_for_2nd_record:105,message_index:[214,215],message_pack:34,message_pack_install_prefix:23,messagepack:[29,34,38,39,40,43,53,209,257,263],met:184,meta:[40,93,153],metadata:[34,40,44,92,104,122,134,135,204,213,214,215,240,276],meter:[167,175,280],method:[34,41,43,121,136,199,208,218,228,230,232,233,234,235,236,237,241,243,245,246,273],micor:34,micro:[22,34,199,269,270],microsecond:[34,201,270],microsoft:[8,32,43,267],middl:[34,204,225],midnight:199,might:34,migrat:[42,112,114,115,137,198,199],mike:102,million:[33,34,92],millisecond:[49,86,155,160,199,270,280],mime:[43,257],min:[34,40,42,43,49,69,137,153,154,156],min_siz:69,minagawa:[41,42,44],mind:[33,216],mine:0,mingl:[204,240],mingw:[12,34],minim:[157,163],minimum:[24,25,27,31,74,112,115,117,137,199,261],minor:34,minu:[204,225],minut:[153,199,201,218,219,276,280],mip:44,mipsel:44,mismatch:[34,42,44,153],miss:[34,38,40,41,42,43,44,211],mistaken:34,mitani:42,mitsuhiro:36,mitsuo:41,mix:[34,43,80,140,158,230],miyashita:44,mizuhara:43,mkdir:103,mkostemp:42,mktime:43,mmap:[22,41,265],mnt:26,mobil:0,mode1:173,mode:[17,34,40,41,42,43,44,45,123,129,130,173,179,212,243,263,273],model:[34,42,147,155,263],moden:173,modern:276,modif:[34,43],modifi:[29,34,44,153,204,225,268,277,279],modul:[0,22,34,36,42,43,202,213,223,228,257],moero:272,moment:34,mondai:186,monei:272,monitor:[24,25,27,31,41],monkei:270,month:[34,43,153,199,201,216,272,276],montywi:39,more:[0,6,7,29,33,34,40,41,42,43,44,54,74,76,80,92,93,104,111,112,114,115,117,121,122,132,137,140,142,144,153,155,157,160,161,173,174,178,179,181,184,198,199,200,208,211,212,213,214,215,216,219,220,222,223,226,228,230,238,240,247,248,257,263,270,273,276,278],moreov:280,moritapo:272,moritar:275,morn:200,morpholog:[0,29,199,240],most:[34,42,43,54,58,80,81,92,115,122,137,198,199,212,214,230,243,257,270,273],motoi:41,mountain:34,move:[16,32,38,40,43,91,99,111,121],movi:272,mpaa:163,mrb:[34,43],mrb_valu:44,mroonga:[22,34,39,40,41,42,43,44,80,103,105,112,114,115,137,170,171,172,173,174,179,184,193,198,199,211,213,216,275],mroonga_oper:34,mrubi:[6,7,8,12,34,41,42,43,44,134,135,216],ms740668:267,msdn:267,msec:[38,49],msg_control:43,msg_controllen:43,msg_flag:43,msg_id:12,msghdr:43,msgpack:[34,43,44,209,257,263],msvc:43,msyql:80,mte:45,much:[34,228],multi:[0,29,34,38,42,43,44,157,201,256],multibyt:[38,44],multilin:[34,212],multipl:[0,22,34,40,41,42,43,44,47,50,63,80,93,102,112,114,115,118,129,132,133,136,137,146,148,155,157,158,160,170,173,174,179,198,204,206,212,213,216,218,238,240,241,242,255,269,272,274,276],multipli:[199,275],multithread:[43,99,133],munin:[23,24,25,27,31,38,39,40,41,42],murakami:[34,41,42,43,44],murata:34,museum:276,musha:43,music:[201,272],must:[6,7,8,29,34,42,43,44,47,50,51,55,57,58,63,65,73,74,76,91,92,93,95,99,102,104,105,106,107,108,111,112,114,115,121,123,129,130,133,137,140,142,145,147,153,155,157,158,160,161,163,172,178,184,198,199,212,214,215,216,221,244,247,257,263,268,270,273,275,277],mutabl:121,mutex:[41,74],mutex_lock:70,mutex_unlock:70,mxcl:12,myamanishi3:34,myisam:0,mysql:[0,24,25,27,31,34,42,43,44,45,80,118,137,170,171,181,202,211,213,216,220],n29:199,n_arg:34,n_array_seg:121,n_buffer_seg:121,n_builtin_type_nam:55,n_byte:122,n_element:[44,122],n_entri:88,n_garbage_chunk:121,n_garbage_chunks_in_space0:121,n_garbage_chunks_in_space13:121,n_garbage_chunks_in_space1:121,n_garbage_seg:121,n_hit:[112,137],n_job:34,n_kei:68,n_keyword:57,n_like:[34,83,112,114,115,137,198,199,247],n_likes_class:137,n_likes_cumulative_sum_per_tag:[112,114,115,137],n_likes_str:[112,114,115,137],n_likes_sum_per_tag:[112,114,115,137],n_loaded_record:[44,105],n_max_thread:147,n_queri:[34,84,139,157,209,263,273,277],n_record:121,n_records_per_day_and_item:34,n_result:68,n_tabl:54,n_unmanaged_seg:121,n_var:74,nagano:42,naist:240,naiv:271,nakai:41,nakamura:43,nama:204,name1:[112,114,115,137,199],name2:[112,114,115,137,199],name:[0,17,22,34,38,39,40,41,42,43,44,46,47,51,54,55,56,57,63,65,66,68,71,74,83,89,91,93,94,100,102,104,105,106,107,108,111,116,117,118,119,122,124,125,129,130,132,136,140,141,143,148,149,150,153,155,157,160,161,167,170,173,179,184,185,193,199,204,211,216,218,222,240,242,244,257,260,263,267,269,270,271,272,273,276,278,280],name_1:[273,277],name_2:[273,277],name_s:[51,54,57,65,66,68,71,74],name_t:121,namebuf:[51,65],nan:34,nanosecond:[34,83,201],naoa:34,naoina:[40,41],naoya:[34,41,42,43,44],narg:57,narrow:[22,34,41,42,104,129,137,267,269],narwhal:38,natanael:43,natti:38,natur:[34,44],ncpu:28,nearbi:0,nearest:175,necessari:[38,153,273],need:[0,5,6,7,8,17,18,21,29,30,32,33,34,38,40,42,43,47,50,53,54,57,70,73,80,83,92,99,104,105,106,112,113,114,115,116,117,118,121,124,129,131,133,137,138,142,144,148,150,153,155,157,160,171,175,178,181,185,186,193,198,199,205,208,209,211,212,213,214,215,216,218,219,221,222,226,240,244,247,257,260,263,268,273,275,278,279,280],needl:11,needleess:40,needless:[34,39,40,41,43,44,86,104,238,240],neg:[34,40,43,49,54,66,74,87,137,238],neglig:[34,42],neighbor:0,neither:[104,129],neolog:240,neologd:240,nest:[22,34,40,41,42,43,121,269],nested_reference_column:137,net:[2,12,270,271,272,273,277,280],netbsd:41,netinet:43,network:[40,257,263,272],network_is_down:263,never:[29,34,43,113,130,137,140,212],new_column:47,new_limit:70,new_release_d:12,new_seri:91,new_tag:91,new_valu:137,new_vers:12,newark:276,newer:[18,34,42,43,111,153],newid:91,newli:[0,42,50,92,150,181,200],newlin:[38,39,43,63,238],newnam:91,newvalu:51,next:[0,42,43,58,66,112,114,115,121,137,160,204,244,272,273],next_physical_segment_id:[34,121],nfkc:[34,203,204,205,225],nfs:29,nfthread:70,nginx:[24,25,27,31,34,40,41,42,43,44,256,261],nginxhttpstubstatusmodul:42,ngram:[34,241],nguyen:34,ngx_http_log_modul:157,ngx_http_proxy_modul:157,nice:200,night:[200,279],nightli:12,niho:178,nihon:[178,218],niku:42,nil:63,nine:273,nippon:218,nise_nab:42,no_buff:263,no_child_process:263,no_kei:[121,222],no_locks_avail:263,no_memory_avail:263,no_space_left_on_devic:263,no_such_devic:263,no_such_device_or_address:263,no_such_file_or_directori:263,no_such_process:263,noarch:[24,27],nobuhiro:44,node:[12,21,40,43,44,63],nogpgcheck:40,nois:[160,219,228,240],nokubi:42,nomal:[40,137,157],nomral:198,non:[34,40,41,43,44,83,92,121,137,153,198,199,204,230,231,232,233,234,240,245,246],none:[29,34,63,92,106,107,108,115,118,121,132,137,142,146,148,155,157,159,160,263,275],nonexist:[34,42,43,44,47,96,97,112,114,115,137],nonexistent_command:43,nor:[137,142],noraml:148,normal:[22,24,25,27,31,34,39,40,41,42,43,44,46,47,53,54,55,63,70,81,83,91,92,93,99,104,112,113,114,115,117,119,121,122,123,132,137,139,143,144,145,146,153,155,157,160,170,171,178,179,181,198,199,200,203,204,205,208,211,212,213,214,215,223,225,226,227,228,230,238,241,245,246,247,248,266,273,275,276,279],normalizeauto:[170,241],normalized_text:118,normalizer_1:136,normalizer_2:136,normalizer_list:[22,42,46,81],normalizer_n:136,normalizer_nam:136,normalizer_name_1:136,normalizer_name_2:136,normalizer_name_n:136,normalizerauto:[34,43,92,112,114,115,118,119,122,132,136,137,142,144,146,148,160,170,171,178,179,181,198,199,200,202,205,208,212,213,214,215,223,226,227,230,231,232,233,234,235,236,237,238,239,241,243,245,246,247,266,273,275,276,279],normalizernfkc100:[34,202,225,241],normalizernfkc121:34,normalizernfkc130:34,normalizernfkc51:[34,119,136,202],normalizs:142,normaluz:241,normalzi:170,northern:40,norwegian:[34,226],nosuchfileordirectori:43,not_a_directori:263,not_enough_spac:263,not_equ:179,not_socket:263,notat:[40,41,199],note:[0,27,34,38,40,41,42,43,44,74,92,102,104,105,112,114,123,133,134,135,137,142,155,157,160,172,193,199,241,247,257,268,270,271,273,277],noth:[34,43,53,70,104,129,137,153,155,157,195,218,220,241],notic:[43,44,92,109,110,155,157,214,215],notif:[41,201],notifi:133,notrelated_20160320:117,noun:[34,204,240],now:[6,7,8,17,18,22,27,29,34,39,42,43,46,47,80,92,112,115,134,135,162,178,181,212,241,261,271,275,276],np29:199,np2:34,nroonga:[21,179,275],nsi:12,nsubrecs_column:51,nsubrecs_str:115,nterm:89,nth:115,nul:[38,74,239],number1:199,number2:199,number:[0,23,33,34,38,40,41,42,43,44,50,54,58,66,70,74,80,83,85,88,89,99,111,112,113,114,115,121,122,129,134,136,139,140,142,144,147,151,155,156,157,160,173,181,182,197,198,199,212,213,215,221,222,241,248,257,261,263,267,268,270,271,272,273,277],number_classifi:[22,44,46,137,162],number_liter:43,numer:[22,34,43,198,199,269],nunit:153,nvar:66,o_binari:40,o_creat:34,obata:[34,36,38,41,43,44],obj:[34,51,55,57,59,62,63,65,66,67,72,89],object1:199,object2:199,object:[34,38,40,42,43,44,47,50,54,55,63,65,68,74,76,80,92,95,101,104,106,107,108,117,118,119,120,121,123,129,130,132,136,137,139,145,148,149,153,181,197,222],object_1:122,object_2:122,object_corrupt:263,object_exist:[22,43,46,81,117,123],object_inspect:[22,34,44,46,81],object_list:[22,44,46,81],object_n:122,object_remov:[22,44,46,81,104],objnam:[90,101],obsolet:[43,208,261],obtain:74,obvious:270,occur:[34,40,41,42,43,44,54,58,83,95,115,137,140,145,160,211,247,267,279],occurr:[34,215],ocelot:[38,41],octal:199,octob:42,odd:199,off:[38,42,157,228],offer:34,offic:175,offici:[8,12,27,38,179],offlin:[22,34,39,40,41,42,43,44,46],offset:[34,40,43,57,58,59,65,68,69,74,100,140,273],offsetted_dai:34,offsetted_timestamp:34,often:[34,92,104,142,163],ohkubo:44,ohzeki:42,okapi:[34,213,215],okapi_bm25:34,oknj:34,old:[18,38,40,43,44,74,95,145,163,202],old_releas:12,old_release_d:12,older:[43,276],oldvalu:51,omit:[38,83,104,106,107,108,124,125,129,130,131,132,137,148,160,167,193,209,218,222,273],onc:[34,38,40,42,73,104,112,115,137,157,160,202,271,275,276],one:[0,24,25,27,31,33,34,38,42,43,44,49,50,74,80,83,88,91,92,93,96,97,102,103,104,105,106,107,108,112,113,114,115,116,117,120,121,123,124,125,129,130,131,132,133,134,135,136,137,138,140,142,144,147,148,150,151,153,155,157,158,160,161,167,171,172,173,175,178,179,181,184,185,186,193,195,198,199,202,203,208,212,213,214,215,216,219,222,228,230,238,242,247,248,255,257,263,267,270,272,273,276,280],one_charact:44,oneir:[38,41],oneself:42,onga:181,ongaeshi:[40,41,43],onigmo:[34,42,43,44,212],oniguruma:43,onli:[0,6,7,17,21,23,24,25,27,31,32,33,34,40,42,43,44,47,50,53,63,65,73,74,86,87,88,92,93,96,97,99,102,103,104,105,106,107,108,111,112,113,114,115,116,117,120,121,122,123,124,125,129,131,132,133,134,135,137,138,139,140,142,144,147,148,150,153,155,157,158,160,161,163,170,171,172,173,175,178,179,181,184,185,186,193,195,198,199,200,205,207,211,212,213,214,215,216,222,228,230,240,241,242,243,244,257,261,267,270,273,275,278,280],onlin:[22,34,43,46],only_open:34,onp:34,onto:247,ooo:222,opaqu:[50,263],opear:199,open:[21,34,38,40,41,43,44,50,54,55,58,104,122,123,144,153,160,170,201,202,263,273],open_tag1:170,openbsd:[43,44],oper:[22,29,34,40,41,42,43,44,46,57,58,91,95,107,117,120,129,137,145,173,178,197,204,208,225,263,267,269],operation_not_permit:263,operation_not_support:263,operation_timeout:263,operation_would_block:263,ophiuchu:34,optarg:[55,67],optim:[34,42,43,44],optimum:157,option:[6,7,8,18,24,25,27,28,29,30,31,34,38,39,40,41,42,43,44,55,83,88,93,106,107,108,111,132,137,140,153,154,156,157,158,162,170,181,197,198,199,201,202,203,209,212,216,218,219,221,223,242,255,256,257,260,263,273,275,276,277,278],oracl:[22,23,38,40],orang:[185,242,244],orangain:41,order:[0,34,40,41,43,44,112,115,116,137,175,198,199,207,263,271,273,278,280],ore:[83,137,198,199],org:[12,17,24,25,27,28,29,30,31,32,34,42,43,80,103,105,156,157,172,270,271,272,273,277,280],orient:[0,181,270],origin:[1,12,17,34,41,42,53,83,103,137,203,221,263,277,278,279],original_id:[115,137],orilldown:271,orl:241,orphan:[34,41],orthograph:[34,240],osanai:[42,43],osdn:[2,12,43],otehr:142,other:[0,3,17,22,23,34,40,42,43,44,49,51,55,63,73,74,76,83,91,92,93,102,104,105,107,112,114,115,118,129,137,140,144,146,148,153,155,157,161,179,184,198,199,203,204,230,238,240,241,242,244,248,257,270,271,272,273,275,280],other_t:43,otherhand:137,otherwis:[21,50,54,63,65,74,95,96,98,102,104,106,107,108,109,111,117,120,121,122,132,133,136,144,150,163,173,174,179,184,193,199,273],ouput:41,our:[2,17,34,216],ourselv:34,out:[13,23,24,25,27,31,32,34,42,86,184,275],out_gqtp:156,out_http:156,out_loc:156,outdat:[42,44],output:[3,22,29,34,38,39,40,41,42,43,44,46,53,54,57,80,81,84,86,87,88,91,92,93,95,96,97,98,99,102,103,104,106,107,108,109,112,113,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,136,138,139,140,141,142,144,145,147,148,149,150,155,156,157,158,160,161,172,201,204,225,240,267,269,270],output_column:[34,40,41,42,43,44,80,91,92,100,112,140,162,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,199,213,214,215,241,266,270,272,273,275,276,280],output_error:34,output_id:44,output_pretti:[34,84,137,158],output_typ:[34,209],outsid:42,over:[0,34,40,41,42,43,44,112,114,115,170,268,277],overcommit:247,overcommit_memori:40,overflow:[34,38,41,42,43,44,270],overhead:[34,42,105,121,261],overrid:[29,47],overview:[22,43,46,48,269],overwrit:[44,86],overwritten:280,own:[0,34,40,43,57,199,270],owner:[41,43,157],pack:[23,34],packag:[8,12,17,22,23,24,25,27,28,30,32,34,38,40,41,42,43,44,152,157,226,240,254,273],packages_groonga_org_repositori:12,page:[2,17,22,34,40,41,43,158,267,273],pagerank:[213,214,215],pagin:[12,273],pai:137,pair:[34,43,121,122,137,211,218,219,220,221,270],pair_dataset:[159,221],pair_queri:[140,159,160,218,219,221],pakcag:27,pangolin:[34,40],paragraph:273,parallel:[0,6,7,34,44],paramet:[22,32,34,38,39,40,41,42,43,44,46,49,50,51,52,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,74,84,85,86,119,124,125,131,149,151,157,158,164,181,186,199,203,205,211,213,230,231,232,233,234,235,236,237,239,242,243,244,245,246,249,257,268,269,270,271,273,276,277,279,280],parameter1:157,parent:[115,137,157],parenthes:[34,273],pari:167,park:276,parker:43,pars:[34,42,44,47,56,57,179,197],parser:[34,198,212],part:[0,29,34,83,114,137,181,204,240,270,273,276],partial:[11,34,43,216,218,220,263],partli:34,pass:[6,7,8,12,34,38,39,43,44,55,70,105,133,147,157,160,167,179,198,199,212,273,277],past:[34,40],pat:[39,40,44,63,104],pat_kei:[121,122,222],patch:[34,38,40,41,42,43,44,45],path:[12,18,23,26,34,35,38,40,41,42,43,51,55,65,68,74,93,95,111,122,124,125,131,140,143,145,155,157,158,160,161,201,212,256,261,263,273],patiricia:43,patprefix:278,patricia:[22,34,38,40,41,43,44,122,136,142,198,199,222,269,273],patsuffix:278,pattern:[0,34,43,83,173,198,199,212,242],pattern_1:242,pattern_2:242,pattern_n:242,pcre:[34,40,157],pdb:34,pen:[34,238],penalti:41,pend:[43,63],pentium:156,peopl:[0,92,228],people_age_index:92,people_age_medium_index:92,people_age_small_index:92,people_key_index:92,people_key_roles_index:92,people_roles_large_index:92,per:[0,34,38,40,44,105,112,114,115,137,151,157,160,245,246],percentag:139,perfect:[0,215],perfectli:113,perform:[0,34,38,41,42,43,44,104,105,114,129,137,155,160,174,181,199,255,256,261,267,273,275],period:[34,275],perl:157,permiss:[29,42],permission_deni:263,permit:[34,117],persist:[22,34,46,68,93,95,122,145,151,155,157],person:[22,23,92,204,240,276],pgp:[12,34],pgroonga:[34,43,103,201,213,216],phase:34,phone:241,php:[12,40,42,43,255],phrase1:[34,198,199],phrase2:[34,198,199],phrase:[34,40,44,92],physic:[34,89],pid:[29,34,35,38,43,44,153,155,201],pie:[242,244],pikonyan:272,pinu:34,pip:[12,18],pipermail:42,piro:42,pisc:34,pkg:[25,29,30,36,38,40,43],place:[2,29,276],placehold:41,plai:[0,279],plain:[34,43,172],plan:[34,278],platform:[17,18,23,38,54,74],platorm:44,player1:91,player:[91,145],pleas:[2,3,17,19,25,29,34,42,43,44,55,213,214,215,261,273],plug:34,pluggabl:0,plugin:[13,17,22,23,24,25,27,31,34,36,38,39,40,41,42,43,44,46,48,103,112,113,114,115,116,117,118,122,124,125,131,134,135,137,148,175,179,183,185,186,193,195,196,202,211,216,223,247],plugin_1:136,plugin_2:136,plugin_id:122,plugin_n:136,plugin_nam:136,plugin_name_1:136,plugin_name_2:136,plugin_name_n:136,plugin_regist:[22,34,46,81,103,104,112,113,114,115,116,117,125,131,134,135,136,137,146,160,173,175,183,185,186,193,195,196,211,223,226,227],plugin_unregist:[22,34,43,46,81,104,124,131],poedit:17,point:[0,34,38,39,41,43,58,63,74,80,95,133,137,167,168,169,174,198,207,248,264,268,270,273,280],pointer:[44,74],pole:167,polici:41,poll:34,pool:70,poor:211,popular:[43,80,112,114,115,137,155],port:[26,28,41,42,45,155,156,157,158,160,209,257,261,263,277],port_numb:[260,263,277],portabl:[34,38,41,157],portugues:[34,226],pos:[63,168,169],posit:[34,42,44,58,74,80,87,92,93,121,136,137,147,148,204,225,228,230,231,232,233,234,235,236,237,238,239,240,241,243,245,246,273],posix:[43,199],possibl:[34,38,43,44,137,248,267],post:[12,34,40,41,42,43,44,58,92,105,112,114,115,121,137,158,160,198,199,200,256,273],post_filt:34,posted_bi:276,postfix:[112,114,115,117],postgresql:[0,34,181,216],potenti:41,power8:42,power:[137,212],poyonga:255,ppa:[12,22,23,42],practic:[0,42,270],pragma:137,pre:[63,160],precis:[0,34,40,43,44,83,92,199,218,228,230,240,248,273],preconfigur:[24,25,27,31,261],predic:[34,43],predict:[142,222,230],prefer:43,preferenti:99,prefix:[6,12,14,18,22,23,34,38,39,40,42,43,44,46,68,69,70,91,92,124,125,131,140,142,155,157,160,178,179,193,206,216,222,256,269,273],prefix_length:34,prefix_match_s:44,prefix_rk_search:[22,43,46,162,208],prefix_search:[38,140],prepar:[22,34,157,171,181,226,269],prepend:[157,198,199],press:17,pretti:[22,42,43,44,46,81],prevent:[34,41,44],previou:[34,40,41,42,44,147,160,212,213,261,270,271,275],price:[34,112,114,115,185,270],price_sd:34,price_sum:34,primari:[22,105,269,270,271,272,273,279],print:[22,42,43,44,46,63,81,263],printf:[34,63],prioriti:[0,34,137,218],privileg:[41,277],probabl:140,problem:[34,38,40,41,43,44,50,117,123,157,198,199,214,230,270],proc:[24,25,27,31,34,41,43,59,66,72,74,99],proc_database_unmap:99,proc_object:123,proc_select:137,procedur:[34,40,41,44,178],process:[0,17,22,23,24,25,27,31,32,34,38,40,41,42,43,44,46,51,55,81,83,86,87,92,95,104,107,111,112,114,115,124,129,131,132,137,138,139,142,145,151,155,157,160,198,199,202,223,228,257,261,263,273,280],process_id:[34,155],processor:[0,24,25,27,31],produc:34,product:[43,44,114,157,160],profil:276,program:[1,34,40,41,93,155,157,160,161,199],progress:[34,201],project:[0,3,12,13,19,21,42,199,261],prolong:[34,204,225],promot:41,prompt:[32,40,209,273],pronoun:34,pronounc:[34,197,204,225],proonga:255,propag:34,proper:[42,83,137,276],properli:[40,43,198,277],properti:[31,44,136,201],propos:[137,160,220],protector:34,protocol:[0,1,22,24,25,27,31,40,42,43,44,87,155,156,157,158,209,254,255,257,261,269],provid:[0,1,21,24,25,27,31,34,40,42,43,44,48,54,70,73,92,93,112,113,114,115,152,153,155,157,160,167,179,209,211,212,213,215,216,218,219,220,221,222,256,257,261,267,271,273,277],proxi:257,proxy_cache_path:157,proxy_cache_valid:157,proxy_pass:157,pseudo:[22,34,40,41,42,43,46,51,76,92,93,105,136,137,198,199,271,280],pthread_:41,ptr:[36,74],pub:12,publish:[12,42,44],pull:[12,22,23],pure:230,puropos:148,purpos:[41,44,80,179,273,275,277],push:[12,17,54],put:[17,34,42,43,137,158,198,208,212,215,247],pyenv:18,python:[12,18,255],q_cond:70,q_mutex:70,qps:[154,156],quantal:40,quantiti:34,quantity_sum:34,queri:[11,22,34,38,40,41,42,43,44,46,57,63,67,80,81,87,88,92,100,104,111,112,114,124,125,131,140,155,156,158,159,160,161,162,163,170,171,172,173,174,181,184,197,199,200,208,209,211,212,213,214,215,218,219,220,221,226,227,228,230,240,241,242,244,255,257,261,263,264,266,269,270,271,272,273,275,276,277,278,280],query_expand:[22,41,44,46,81,124,125,131,211,279],query_expans:[38,41,211],query_flag:[34,40,44,179,198],query_no_syntax_error:[34,137],query_s:57,query_str:41,queryexpandertsv:[22,34,40,41,46,124,125,131,179,210],question:[43,275],quetzal:40,queue:267,quickli:[112,114,115,137,200],quiet:263,quit:[12,22,34,46,81,155,201,263],quiz:272,quorum:34,quot:[41,118,148,198,199,273],quotat:[118,148],quotient:199,rab:[271,273,280],raccoon:272,radimrehurek:34,radious_or_point:168,radix:199,rais:[34,275],rake:12,rakutan:275,ram:156,ran:218,rand:[22,34,46,162,280],rand_max:180,random:280,rang:[22,34,40,41,42,43,44,76,92,93,95,113,117,137,143,145,163,212,222,269,276],range_error:263,range_filt:[22,42,46,81,114],range_index:[43,114],ranguba:[34,42,80],rank:[42,273],rapidjson:34,rare:[41,43],raspberri:[242,244],rate:[41,163],rather:[43,80,93,137,200,212,213,214,215,230,240,255],raw:[21,41,44,105,121],rch:148,rdbm:[43,155],rdiscount:12,reach:[34,247],read:[3,22,34,38,40,95,103,105,137,145,161,178,181,204,211,217,240,263,273],read_only_file_system:263,readabl:[39,42],readi:[18,29,40,112,114,115,137,198,199,212],readm:[12,41],real:[0,34,47,70,114,137,139,181,247,248],real_nam:[47,96,97,98],realli:[34,112,114,115,137,198,199,279],realloc:34,realtim:[140,221],reason:[40,137,142,153,199,212,218,230,257,261,268,271],rebuild:[34,43],recal:[0,197,228,230,240],receiv:[0,17,54,105,155,157,160,161,199,260,263],recent:[44,88,153],recogn:0,recommend:[6,7,8,23,24,25,27,31,32,34,42,43,44,47,83,104,137,157,160,174,198,199,212,228,230,247,255,257,261,273,277],reconstruct:42,record1:117,record2:117,record3:117,record:[0,22,33,34,38,40,41,42,43,44,46,47,57,58,65,68,80,91,102,103,105,112,114,115,117,121,140,142,150,163,167,170,171,173,174,178,179,181,184,197,198,199,200,201,207,212,213,214,215,216,221,242,244,248,269,270,271,272,275,276,277,278,279,280],record_1_column_1:[114,137],record_1_column_2:[114,137],record_1_column_n:[114,137],record_2_column_1:[114,137],record_2_column_2:[114,137],record_2_column_n:[114,137],record_id:43,record_n_column_1:[114,137],record_n_column_2:[114,137],record_n_column_n:[114,137],record_numb:[22,34,44,46,115,249],recov:[34,43,55],recover:[55,153],recreat:[34,43,44,132,153],recrod:137,rect:[40,167,168],rectangl:[0,38,40,58,168,207],recurs:[6,7,8,12,13,34,47,107,137,153,157,211],recycl:[34,42],red:29,redcloth:12,redhat:38,redmin:42,redmine_full_text_search:34,reduc:[0,34,40,41,43,44,92,99,105,113,153,173,208,212,219,222,241,257,261,279],redund:34,refer:[0,22,34,38,41,42,43,44,47,102,104,105,117,129,130,136,137,160,173,184,200,212,248,269,271,275,276],referec:34,referenc:[34,40,41,92,102,104,117,129,137,142,144,271],reference_acquir:[22,34,46,81,130],reference_column:[34,42,43,137,144],reference_releas:[22,34,46,81,129],reference_vector_column:41,referenced_table_nam:104,referencedbycolumn:144,referencedbyt:144,referencedt:144,referencet:144,refin:[0,41],refresh:272,regard:[34,41,158,198,204,225],regardless:[34,43],regexp:[34,42,43,179],regexplexicon:[132,212],region:[207,280],regist:[0,22,25,34,40,41,43,44,46,47,74,81,103,112,113,114,115,116,117,118,124,129,134,135,137,148,175,181,183,185,186,193,195,196,198,199,200,202,208,211,218,219,220,222,223,244,270,276,280],regress:[34,41,42,43],regular:[22,34,43,44,46,157,179,238,242,243,270,273],regular_express:212,rehash:34,reindex:[22,34,43,44,46,81],rel:[34,38,42,92,137,142],relat:[0,2,3,13,21,22,24,25,27,29,31,34,38,40,41,42,43,44,65,70,104,129,153,155,197,212,220,221,222,247,249,261,268,269],relationship:[22,40,92,95,145,269,270,275,276],relax:247,releas:[6,7,8,12,24,27,32,45,73,99,106,108,112,115,117,129,130,167,179,200],relev:[0,273],reload:[111,211],remain:[34,41,44,99,153,201,212],remaind:199,rememb:137,remot:[22,34,155,263,269],remote_addr:157,remote_us:157,remov:[6,7,30,34,38,39,40,41,42,43,44,55,65,91,102,123,129,131,146,153,155,157,212,227,270],remove_blank:[34,118],remove_t:117,remove_tokenized_delimit:118,removep:65,renam:[34,38,40,41,43,47,91,95,111,145,222,273],reopen:[38,44,111,132],reorder:34,rep_gqpt:156,rep_gqtp:156,rep_http:156,rep_loc:156,repair:39,repeat:[0,17,34],replac:[21,34,42,43,47,155,159,161,199,212,279],replai:157,repli:[275,276],replic:213,replied_to:276,replied_us:276,replies2:275,replies_cont:275,reply_to:275,repo:34,repoforg:40,report:[3,22,29,34,38,40,41,42,43,44,49,74,92,123,153,267],report_source_loc:34,repositori:[3,4,12,22,27,31,34,38,40,41,43],repres:[57,122,155,197,199,212,270,272,279],represent:[17,34,56,57,80],reproduc:[34,41],request:[22,34,41,42,43,44,46,47,81,103,105,114,133,137,138,139,151,155,158,160,199,201,218,219,221,257,260,263,277],request_cancel:[22,34,42,44,46,81,85,86],request_id:[43,44,85,133],request_tim:[34,157],request_timeout:[44,86],requir:[0,21,24,25,27,29,30,31,32,34,38,40,41,43,111,124,125,131,134,135,153,157,161,170,174,175,178,184,195,198,200,212,213,216,218,220,240,244,256,257,270],res1:68,res2:68,res:[58,67,68],res_column:156,res_tabl:156,rescord:197,reset:[34,43],resiz:74,resolut:[22,34,269,276],resolv:[22,34,38,40,44,46,80,92,101,123,142,213,214,215,216],resourc:[34,42,54,55,73,86,200],resource_busi:263,resource_deadlock_avoid:263,resource_temporarily_unavail:263,resours:50,respect:[40,270,276,280],respons:[0,34,38,40,41,42,43,44,50,86,87,91,105,112,114,115,133,137,139,157,158,257,263],rest:[34,63,74,114,211],restart:[34,43,44,124,131,155,157,211,247],restaur:0,restor:[34,44],restrict:[40,41,114,257,277],result:[0,11,17,22,34,38,39,40,41,42,43,44,63,68,83,84,103,112,114,115,118,133,134,135,137,153,160,161,167,173,179,181,184,199,203,208,209,211,212,218,219,221,222,231,232,233,234,242,269,270,272,275,276,279,280],result_cod:63,result_set:34,result_too_larg:263,retri:49,retriev:[0,92,122,137,160,199],retry_max:263,return_cod:[34,83,105,201],return_code_for_1st_record:105,return_code_for_2nd_record:105,reus:[34,43,121,137,155,222],reveal:0,revers:[12,22,257,269,273,276],revert:44,revis:44,rewrit:[43,45],rid:[60,63],rid_max:61,rid_min:61,right:[42,43,58],right_hand_sid:44,ring_buff:160,ringtail:41,risk:[42,153],riski:34,rld:241,rlimit_nofil:[41,201],role:[0,92,179],romaji:[34,178,204,218,225],romanian:[34,226],room:[22,43],roonga:[193,198,199,220],root:[41,43,155,157,158,277],rose:270,rotat:[43,155],roughli:270,round:[38,185],row:[0,181],rpm:[12,24,27,34,38,39,40,41,42,43,44],rroonga:[21,34,41,42,43,50,170,171,174,179,184,195,197,213,275],rst:12,rubi:[0,6,7,8,12,21,34,40,42,43,45,80,134,135,170,171,195,197,212,213,255],ruby19:40,ruby_ev:[22,34,41,46,81,135],ruby_load:[22,41,46,81],ruby_script:134,rubygem:40,rubyinstal:8,rule:[22,34,42,46,112,114,115,137,148,257],run:[3,12,14,17,21,22,26,29,32,34,42,43,55,85,95,104,105,114,132,133,138,144,145,155,157,158,160,161,211,247,254,256,257,260],run_bodi:112,runtim:[34,43],rurema:42,russian:[34,226],ryo:[34,43],ryoji:42,ryunosuk:44,s10:42,s_id1:105,s_id2:105,sae:[140,219],saer:[140,219],saerc:[140,219],saerch:[140,219],safe:[34,92,129],safeti:44,sagittariu:34,sai:[92,193,198,199,273,275],sako:43,salamand:[41,42],sale:185,same:[34,41,43,44,49,54,57,80,83,85,91,92,105,111,112,114,115,117,124,129,130,131,132,133,137,157,160,179,198,199,202,204,212,213,214,215,216,219,225,238,241,255,257,270,273,275,280],sampl:[34,40,102,103,112,114,115,116,117,124,125,131,137,156,157,161,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,211,212,213,214,215,242,244,257,275],san:167,sanz:34,satisfi:[34,41,43,44,105,117,144],sato:[43,44],satoh:38,satoshi:[34,42],satouyuzh:34,saturdai:186,sauci:[41,42],save:[12,42,160,268,275],sbin:28,scalar:[22,34,43,44,46,47,76,80,93,114,121,136,137],scale:[0,257],scan:[14,43,170,171,178,198,199],scan_build:14,schema:[22,34,43,46,47,81,91,102,103,105,112,114,115,117,122,129,130,137,144,159,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,212,213,214,215,216,219,242,244,247,275],scope:[34,43,212],score1:11,score2:11,score:[34,40,43,44,63,80,92,95,140,145,150,160,179,197,213,214,215,273,275,280],score_1:160,score_2:160,score_adjust_express:137,score_adjust_expression1:137,score_adjust_expression2:137,score_column:[34,51],score_funct:213,score_function1:213,score_function2:213,score_function3:213,score_mean:34,score_valu:43,scorer:[22,34,43,46,100,104,162,167,175,197,199,214,215,269,272],scorer_tf_at_most:[34,43,213,215],scorer_tf_idf:213,scorpio:34,scr:156,script:[21,22,29,34,40,41,42,43,44,46,57,105,135,137,156,184,197,198,212],sea:[148,218],sear:218,searc:218,search:[22,24,25,27,29,31,34,38,39,40,41,42,43,44,46,47,48,57,58,73,76,91,93,140,142,148,155,170,171,173,178,179,181,184,193,197,200,202,206,211,212,213,214,215,216,220,222,227,228,230,238,239,240,241,242,243,244,257,261,269,270,271],search_result:137,searchabl:[34,43,200],searchu0000http:239,sebastian:42,sec:[49,153],second:[34,83,86,93,104,129,133,137,139,153,155,160,167,173,193,198,199,201,213,248,257,270,273,275,276,280],secret:12,secsion:83,section:[3,17,20,21,23,24,25,26,27,28,29,30,31,32,34,41,42,43,44,47,48,51,60,74,80,81,88,91,92,93,95,96,97,98,99,104,105,106,107,108,112,113,114,115,116,117,118,120,121,122,123,126,129,130,132,133,134,135,136,137,138,139,141,142,144,145,146,147,148,150,152,153,155,157,160,162,167,171,198,206,211,212,213,214,215,217,218,219,221,247,249,263,267,271,275,276],secur:[22,34,42,43,247,269],sed:[28,38,40,43],see:[0,1,17,18,21,22,24,25,27,28,29,30,31,34,40,41,42,43,46,49,54,74,80,91,95,99,104,107,112,113,114,115,117,120,121,123,129,130,132,138,139,141,144,145,147,150,153,155,157,167,172,173,193,198,199,212,218,226,230,247,248,249,255,261,268,270,271,272,273,276,280],segment:[34,40,42,44,89,121],segv:41,seki:34,select:[22,34,36,37,38,40,41,42,43,44,46,47,50,57,58,80,81,82,85,86,88,91,92,95,102,104,112,114,128,129,130,133,139,145,150,155,156,157,162,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,197,198,199,200,201,202,211,212,213,214,215,221,226,227,241,242,244,249,255,264,266,270,271,272,273,275,276,277,278,279,280],select_al:34,select_opt:199,selector:[34,40,43,44,178],self:156,semi:[34,38,142,204,225],sen_index_delimit:45,sen_index_norm:45,sen_sel_term_extract:45,senario:34,senboku:41,send:[3,19,34,103,133,158,160,161,255,263],sender:161,senna:[34,112,114,115,137,198,199,211],sens:[155,157],sensit:230,sent:257,sentenc:34,sentens:43,separ:[34,40,43,53,92,93,105,118,121,122,137,140,142,146,148,155,157,160,179,198,199,204,209,211,225,228,230,239,245,246,263,271,273],sequenc:[38,41,85,105,137,140,160,198,199,201,218,219,221,263],sequence_dataset:159,sequence_queri:[159,160],sequenti:[34,42,43,44,173,178,198,199,200,212,243],serach:219,serch:[140,219],sergei:[34,42,43],seri:[63,273],serial:91,serihiro:40,seriou:[40,42],serv:[12,42,270],server:[1,21,22,23,24,25,27,31,32,34,38,39,40,41,42,43,46,70,103,117,133,138,147,152,157,160,173,174,193,209,255,256,257,260,272,273],servic:[0,21,25,26,40,41,42,43,138,219,247,261],session:[160,255,263],set:[24,25,27,31,34,40,41,42,43,44,49,50,54,63,65,70,76,80,88,92,97,98,104,105,109,113,114,137,138,146,147,151,160,164,197,199,218,241,247,257,261,278],set_host:156,set_port:156,set_token_filt:42,setup:[17,21,41,44],seven:273,severalfold:34,shape:207,sharabl:22,shard:[22,34,43,46,112,113,114,115,116,117,222],shard_kei:34,shard_name_1:116,shard_name_2:116,shard_name_n:116,share:[0,2,29,38,40,41,49,50,51,55,112,114,115,117,155,157,272,275],shared_kei:114,shell:[29,43,155,198,212],shidara:38,shift:241,shift_ji:[29,243],shimada:40,shimadzu:34,shimamura:[34,43],shimoda:36,shimomura:40,shinjyuku:280,shinoda:[42,43,44],shinya:40,shiro615:34,shm:157,sho:[41,42,44],shop:[175,200,264],shorten:34,shorter:[43,200],shorttext:[34,42,44,47,58,63,80,83,91,92,93,95,102,103,104,105,106,107,108,112,114,115,116,117,120,121,122,123,129,130,132,136,137,140,142,143,144,145,146,150,155,156,160,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,208,212,213,214,215,218,219,221,222,223,226,227,241,242,244,247,266,270,271,272,273,275,276,277,278,279,280],should:[6,7,8,18,21,23,24,25,27,29,31,32,34,40,43,44,54,57,74,80,85,92,105,113,114,117,123,129,132,137,142,144,150,153,160,198,199,203,211,219,263],shouldn:[6,7,42],show:[0,29,34,35,38,40,41,42,43,44,47,53,83,87,91,92,102,105,106,112,114,115,117,118,121,122,129,130,136,137,163,164,167,170,171,172,175,178,179,181,184,185,198,199,207,209,212,213,214,215,230,241,260,263,270,271,272,273,276,277,280],showen:87,shown:[63,115,199,273],shuhei:42,shutdown:[22,34,44,46,81,104,155,157,212,257,263],sid:[12,38,42,63,89],side:[0,40,43,44,86,137],sigcont:41,sign:[12,40,87,204,225,248,270],signal:42,significantli:0,sigstop:41,sigusr1:38,silent:[21,44],simil:[34,199],similar:[34,40,41,42,80,114,121,137,140,155,173,179,193,197,203,231,232,233,234,235,236,237,239,245,246,271,275,277],similar_search:[40,140],simpl:[42,43,93,95,112,118,119,139,145,146,148,149,150,157,167,172,173,174,175,178,179,184,185,186,193,195,197,198,199,256,257,261,271],simplest:[0,29,85,213],simpli:[34,215,278],simplifi:[41,174],simultan:34,sinc:[27,34,40,43,44,51,74,83,90,104,112,114,115,131,137,139,142,150,155,160,167,170,171,199,200,201,212,248,250,261,270,276],singl:[34,41,42,80,92,118,137,147,148,248,273],sister:92,site:[42,103,106,107,108,132,137,197,270,271,272,273,275,277,280],site_titl:132,sitecountri:[271,277],sitedomain:[271,277],situat:[34,137,267],six:[201,273],size:[23,24,25,27,31,32,33,34,38,40,41,42,43,44,47,51,57,63,70,71,74,85,89,93,96,97,98,104,105,121,122,123,136,142,151,155,157,181,195,216,222,247,268],size_of_one_value_in_byt:136,size_t:34,sizeof:[43,54,57],sji:[29,45,155],skip:[41,42,43,44,104,273],slash:199,sleepi:200,slice:[34,44],slow:[34,43,92,142,155,157,198,199,212,222],slower:[34,92,155,157,167,213,215,271],small:[33,34,41,42,43,44,105,114,121,123,129,142,198,199,204,222,225,228,276],smaller:[0,34,80,142,167,200,201],smith:44,snake_cas:43,snippet1:181,snippet2:181,snippet3:181,snippet:[34,40,41,44,45,181],snippet_html:[22,34,40,41,42,43,44,46,114,137,162],soccer:272,social:272,socket:[22,40,103,265],socket_is_already_connect:263,socket_is_already_shutdown:263,socket_is_not_connect:263,socket_not_initi:263,soerr:267,soft:247,softwar:[3,21,31,43],soichiro:44,solari:[5,7,8,22,23,38,40,43],solr:199,solut:[22,230,265,271,275],solv:[34,44,213,214,215,270],some:[0,1,2,8,17,27,29,33,34,40,41,42,43,44,47,49,57,73,80,83,85,92,105,112,114,115,117,121,122,133,137,138,142,144,148,151,153,159,160,162,179,198,199,201,212,213,216,223,228,247,248],some_condit:34,someon:276,someth:42,sometim:[34,42,44,241],song:34,soon:[86,181,207,216,257],sooner:34,sort:[0,22,34,38,41,43,44,103,112,114,115,116,137,140,160,207,222,269,272],sort_bi:173,sort_hash_t:34,sort_kei:[34,44,174,175,179,213,214,215,272,273,280],sortbi:[38,41,44,100,140],sound:[34,203,204,219,225],soundkitchen:[38,40],sourc:[6,7,8,12,16,17,18,21,22,23,30,34,38,40,41,42,43,44,55,65,83,91,93,95,104,121,129,141,153,267,272,273,275,276],source_1:[122,136],source_2:[122,136],source_column_nam:43,source_file_nam:83,source_n:[122,136],source_offset:34,sourceforg:[2,12,43],southern:40,sozaki:34,space:[0,34,38,41,43,44,74,80,92,118,121,137,148,198,199,212,221,228,230,231,232,233,234,238,239,245,246,267,273],spain:167,spammer:[213,214,215],span:[34,170,171,172,181,241],spanish:[34,226],spars:[34,43],speak:275,speaker:2,spec:[34,38,40,41,137],special:[17,29,34,41,49,57,83,87,105,137,148,170,171,181,198,212,263,273],specif:[0,22,29,34,40,41,42,44,80,103,112,123,134,135,137,140,163,199,203,204,208,240,242,243,269,270,271,272],specifi:[0,6,7,8,17,22,28,29,33,34,39,40,41,42,43,44,54,55,58,63,65,66,74,76,80,83,84,86,88,91,92,93,95,96,97,98,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,140,141,142,144,145,146,147,148,150,153,155,157,158,159,160,161,163,164,170,171,172,173,174,175,178,179,181,184,185,193,195,197,198,199,204,207,209,212,213,214,215,222,225,226,227,238,240,241,242,244,257,260,263,268,269,270,271,272,275,276,277,278,280],speech:[0,34,204,240],speed:[34,38,220,222],spefici:164,spell:[211,279],spend:[198,199],sphere:168,spheric:167,sphinx:[3,12,15,16,18,42,43,44],sphr:[167,168],spil:43,split:[38,43,44,199,222,238],spokesman:3,sport:272,spreadsheet:211,sql:[137,213,271],squar:167,squeez:41,src:[34,270],src_kei:68,src_key_siz:68,srpm:34,ssd:[34,92,142],ssh:12,ssssss:201,stabl:[34,42,44,82,140],stack:[41,44],stack_over_flow:263,stage:[34,42,44],stamp:[201,218,219,221],stand:[43,255],standalon:[34,161],standard:[34,43,103,105,157,248,263,273],stargazi:244,start:[17,25,29,32,34,38,40,41,42,44,74,83,95,105,112,114,115,137,139,145,160,167,198,199,200,201,208,209,211,218,220,230,257,267,273,277],start_tim:[34,43,84,139,157,263,273,277],starttim:[34,43,84,139,157,209,263,273,277],startup:40,state:[34,40,102,167,255,263],stateless:34,statement:199,station:[175,207,276,280],statist:[34,121],statu:[22,24,25,27,31,34,40,41,42,43,44,46,63,81,84,87,102,129,153,154,155,156,157,158,167,209,255,257,273,277],status:[87,263],stdin:39,stem:[25,31,34,42,226],steme:226,steming_algorithm:226,step:[17,18,29,32,34,44,91,137,212,221,270,273],steve:44,sticker:34,still:[16,17,34,41,42,95,111,114,129,133,145,153],stock:34,stop:[34,38,40,41,42,43,44,47,70,86,95,114,137,138,145,155,157,213,214,215,227,274],stop_word:[103,146,223,227],storag:[22,34,41,92,142,170,171],storategi:137,store:[22,33,34,40,41,43,47,50,54,57,58,63,65,76,80,91,92,93,104,112,114,115,121,136,137,161,167,178,199,202,207,212,221,222,248,263,270,271,272,273,275,276,279,280],store_a:34,store_b:34,str:57,str_length:74,str_ptr:74,str_size:57,straddl:34,strang:212,stream:[34,42,44,105,158],strerror:42,stretch:[12,25,34],strftime:34,strict:[42,43],stridden:34,string1:165,string2:165,string:[11,22,34,38,39,40,41,42,43,44,54,56,57,63,65,66,74,80,83,85,96,97,98,109,112,114,115,122,136,137,142,151,160,164,167,170,171,173,178,181,182,183,197,198,212,225,241,248,269,271,272,273,275,276,279],string_length:[22,44,46,112,114,115,137,162,173],string_liter:42,string_siz:57,string_substr:[22,44,46,162],string_tokn:34,stringifi:44,strip:172,strlen:74,stronger:[34,137],strongli:[23,24,25,27,31,32],struct:34,structur:[0,34,42,44,83,222,272],stub:42,studio:[8,32,34,40,41,43,44],style:[34,42,43,105,121,212],sub1:[115,137],sub:[0,12,34,115,160,240],sub_filt:[22,34,41,43,46,162,173,178],subclass0:240,subclass1:240,subclass2:240,subclass:[34,240],subject:[34,41],submiss:[140,218,219,221],submit:[3,22,41,140,160,218,219,221],subrec:63,subrecord:41,subscript:[204,225],subsect:267,subset:248,substit:137,substitut:[17,137,179,198,199],substr:[44,173,198,199],succe:[34,111],succeed:[29,43,87,96,98,102,106,107,108,109,132,150,273],succeeded_or_not:[95,102,107,109,132,150],success:[34,44,50,51,54,55,57,65,73,74,91,92,95,99,104,117,124,125,129,130,131,141,142,144,145,263],successfulli:[44,74,107,108,273],successor:199,suddenli:41,sudo:[12,14,18,21,24,25,27,28,29,30,31,40,247,261,268,277],suenaga:43,suffici:[74,267],suffix:[22,34,40,124,125,131,153,159,161,173,179,193,204,240,269,275],suffixsearchterm:[198,199],sug:220,suggest:[22,29,34,36,37,38,39,40,41,42,43,44,46,81,152,212,218,219],suggest_prepar:[140,218,219,221],sugimoto:43,suit:[0,42,181],suitabl:[34,42,92,105,112,115,129,137,142,155,158,200,213,215,222,228,230,238,239],sum:[34,42,112,114,115,137,213],summar:271,summari:[22,41,46,156,224,229,254,271],sundai:186,suno:42,superior:[0,181],superscript:[204,225],supoort:34,supplementari:34,support:[0,1,6,7,8,17,21,25,29,31,34,38,39,40,41,42,43,44,45,74,84,86,92,112,114,115,133,134,135,137,139,142,147,148,153,157,161,173,178,181,193,198,199,200,203,205,208,209,211,212,216,222,226,240,243,257,260,261,270,271,272,273,275,277,278,280],suppos:34,suppport:44,suppress:[34,39,40,42,115,137],sure:273,surfac:207,surplu:34,surrog:34,surround:[34,40,170,171,181,199],sutamin:34,suzuki:40,swap:247,swedish:[34,226],swig:45,syllab:[204,225],symbol:[34,204,230,231,232,233,234,235,236,237,241],synonym:[44,137,211,279],syntax:[22,34,40,41,42,43,44,46,47,57,80,197,213,269,275],syntax_error:263,syscal:[42,273],sysconfig:261,sysctl:[28,43,247,268],system:[0,5,6,7,29,30,31,34,38,41,42,43,44,92,99,104,105,112,114,115,137,155,157,181,198,199,200,247,248,267,270,280],systemctl:[25,261],systemd:[25,40,43,44],tab:[43,53,209,211,263],tabel:34,tabl:[11,22,34,38,39,40,41,42,43,44,46,47,51,54,55,58,63,65,66,68,69,72,76,80,82,94,99,100,102,104,106,107,108,112,114,115,116,118,120,123,129,130,132,133,140,141,145,150,153,155,157,159,160,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,208,211,212,213,214,215,216,218,219,221,223,226,227,241,242,244,247,257,260,266,269,270,271,272,274,277,278,279,280],table1:[68,144],table2:[68,144],table_1:136,table_2:136,table_:[142,222],table_buff:54,table_copi:[22,44,46,81],table_cr:[22,34,40,42,43,44,46,47,80,81,91,92,93,95,102,103,104,105,106,107,108,112,114,115,116,117,120,121,122,123,129,130,132,136,137,144,145,146,150,155,156,160,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,203,208,212,213,214,215,216,222,223,226,227,241,242,244,247,266,270,271,272,273,275,276,278,279],table_dat_kei:[33,34,41,42,44,91,121,136,142,198,199],table_hash_kei:[33,34,44,47,80,91,92,102,103,104,105,106,107,108,112,114,115,116,117,120,121,122,123,129,130,132,136,137,142,144,160,163,164,167,172,173,174,175,178,179,186,193,195,199,200,202,213,247,270,271,272,273,275,276],table_list:[22,34,36,38,40,46,81,145,155,273],table_n:136,table_nam:[104,120,123,129,136],table_name_1:136,table_name_2:136,table_name_n:136,table_name_of_index_column:104,table_no_kei:[33,34,42,43,47,91,102,103,106,107,108,112,114,115,117,120,121,123,132,136,137,142,144,160,170,171,179,181,185,198,199,200,212,214,215,226,227,241,242,244,266,275],table_pat_kei:[33,34,41,43,44,63,80,91,92,93,95,103,104,112,114,115,117,121,122,129,130,132,136,137,142,144,145,146,150,155,160,170,171,173,174,178,179,181,184,198,199,208,212,213,214,215,223,226,227,241,242,244,247,266,272,273,275,276,278,279],table_remov:[22,34,40,41,43,44,46,81,91,104,117,123,129,155],table_renam:[22,39,46,81,91,104],table_token:[22,44,46,81,228],tablecursor:43,tablegroupflag:43,tablenam:82,tables_buff:54,tachikawa:44,tag:[12,22,34,38,40,41,42,43,80,91,93,112,114,115,137,170,171,172,173,174,181,193,195,199,213,214,215,222,238,239,269],tag_length:115,tagger:0,tahr:42,taht:34,tail:[12,263],tajima:40,takagi01:34,takashi:[34,102],takatsugu:42,takayama:43,takayuki:38,take:[34,44,88,91,92,93,95,96,97,98,99,104,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,139,141,142,144,145,146,147,148,149,150,153,261,273],taken:122,takiuchi:41,talk:[2,12,34,41,43],tamano:[42,44],tanab:41,tanuma:42,tar:[12,24,25,27,28,29,30,31],target:[18,29,32,34,38,40,42,43,44,50,51,55,57,58,63,65,80,96,97,98,104,105,106,107,108,111,112,114,115,117,123,129,130,132,133,137,142,148,160,164,170,171,178,179,181,185,198,199,204,212,214,215,225,241,257,270,273,275],target_charact:57,target_class:[34,204],target_nam:[34,42],taro:272,task:[0,40],tasuku:[43,45],tatsuya:40,tauru:34,tcp:160,tcp_nodelai:44,team:34,techniqu:[213,214,215],tell:241,templ:34,temporari:[6,7,22,34,40,43,44,46,144,155,167,268],temporarili:34,tend:[121,275],term:[0,33,34,40,41,42,43,44,89,92,104,112,114,115,122,136,137,144,146,155,170,171,179,181,198,213,214,215,223,226,227,241,247,266,273,275,279],termin:[40,43,54,57,66,74,155,157,273,276],terms_tabl:137,teruya:43,test:[6,12,14,23,24,25,27,31,32,34,40,42,43,44,113,137,156,157,243,270,273,275,276,277],test_loc:156,test_str:14,test_text_otoj:14,testdb:[156,161],tetsuharu:42,tex:148,text:[17,22,29,33,34,38,40,41,42,43,44,47,57,58,63,73,80,83,93,105,107,112,114,115,118,121,122,132,136,137,142,144,146,148,156,170,172,179,181,193,197,199,202,203,204,205,208,209,212,213,214,215,222,225,228,230,231,232,233,234,238,239,240,241,242,243,244,247,257,269,270,272,276,279],tfidfmodel:34,than:[0,33,34,38,41,42,43,44,63,80,86,92,93,99,114,115,121,122,137,140,142,153,155,157,167,173,179,181,193,197,200,201,211,212,213,214,215,221,230,240,241,243,247,248,255,261,270,271,273,275,276,280],thank:276,thatn:137,the_number_of_loaded_record:105,theater:279,theatr:279,thei:[29,30,34,43,47,80,92,104,105,112,114,115,117,122,124,125,131,137,144,148,157,170,171,178,181,184,197,198,199,200,201,209,211,213,214,215,216,218,219,220,221,222,240,247,257],them:[16,17,24,25,27,29,31,34,43,49,57,80,83,92,104,114,115,117,129,137,142,144,160,167,173,193,198,199,212,213,230,231,232,233,234,235,236,237,239,245,246,247,263,270,273,280],themselv:[17,208,211],therefor:[34,103,238,241],therubyrac:12,thesauru:137,thi:[0,3,5,6,7,8,18,20,21,23,24,25,26,27,28,29,30,31,32,34,38,40,41,42,43,44,47,48,50,51,53,54,55,63,65,74,80,81,83,88,91,92,93,95,96,97,98,99,104,105,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,129,130,131,132,133,134,135,136,137,138,139,141,142,144,145,146,147,148,149,150,152,153,155,157,159,160,162,163,167,171,173,174,175,179,181,183,184,185,186,193,195,196,198,199,201,204,206,208,209,211,212,213,214,215,216,217,218,219,221,225,230,238,240,241,242,243,244,247,248,249,257,263,267,268,270,271,273,275,276,277,278,279,280],thing:43,think:[137,144,199,212,213,214,215],third:[93,137,193,199,270],thorsten:44,those:[0,17,29,30,39,137,167,181,197,198,199,203,209,220,221,222,257,270,273],though:[0,34,40,41,42,44,63,153,218,242,275],thread:[0,34,41,42,43,44,51,54,55,70,74,99,107,113,138,139,144,147,155,160,201,257],thread_count:43,thread_id:[34,155],thread_limit:[22,34,43,46,81,99,113,123,144],thread_tabl:156,thread_title_column:156,threasd:155,three:[41,80,83,95,104,118,137,163,164,167,170,173,193,197,214,215,218,219,270,271,273,275],threshold:[23,34,36,38,40,42,43,54,64,65,101,137,140,151,155,266],through:[0,157,160],throughput:[34,38,257],thu:[0,34,42,44,111,114,115,137,159,161,198,274,275,279,280],thursdai:186,tid:61,tim:34,time:[0,6,7,22,34,38,40,41,42,43,44,49,83,86,92,112,114,115,116,117,120,121,122,123,129,132,133,136,137,138,139,140,142,153,155,156,157,160,181,185,186,198,200,201,211,212,216,218,219,221,238,241,247,266,269,273,280],time_classify_:34,time_classify_dai:[22,34,44,46,162],time_classify_day_of_week:[22,34,46,162],time_classify_hour:[22,44,46,114,162],time_classify_minut:[22,44,46,162],time_classify_month:[22,44,46,162],time_classify_second:[22,44,46,162],time_classify_week:[22,44,46,162],time_classify_year:[22,44,46,162],time_column:156,time_format:34,time_format_iso8601:34,time_loc:157,time_stamp:[34,201],timeout:[22,41,44,46,49,65,81,155],timestamp:[34,44,112,114,115,116,117,120,123,132,137,153,155,160,185,276],timestamp_text:[115,137],timev:34,timgates42:34,tini:43,titl:[12,34,41,42,103,105,106,107,108,112,114,115,132,137,144,165,179,184,198,199,213,214,215,270,271,272,273,275,277],title_index:213,title_index_column:34,title_term:34,tiwawan:43,tld:271,tmp:[6,7,12,41,93,95,114,122,123,140,145,155,211,212,257,263,273,277],to_column:91,tobbi:179,todai:0,todo:[6,7,14,34,51,52,54,55,56,57,58,59,60,61,62,64,65,66,67,68,69,71,72,75,77,79,80,83,92,105,114,118,128,137,159,162,182,194,198,199,216,247,249,257,258,259,274],token:[22,24,25,27,28,29,31,34,38,40,41,42,43,44,46,81,91,92,104,112,114,115,122,137,142,146,149,156,198,199,202,204,212,219,221,222,223,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,273],token_column:34,token_filt:[34,44,103,146,223,225,226,227],token_filter_1:[122,136],token_filter_2:[122,136],token_filter_n:[122,136],token_filter_nam:136,token_filter_name_1:136,token_filter_name_2:136,token_filter_name_n:136,token_fitl:136,tokenbigram:[22,34,46,92,112,114,115,122,132,136,137,142,144,146,148,149,155,160,170,171,179,181,184,198,199,200,213,214,215,219,222,223,226,227,228,229,231,232,233,234,235,236,237,240,241,245,246,247,266,273,275,276,279],tokenbigramignoreblank:[22,46,136,149,229,266],tokenbigramignoreblanksplitsymbol:[22,46,136,149,229,266],tokenbigramignoreblanksplitsymbolalpha:[22,34,46,136,149,229,266],tokenbigramignoreblanksplitsymbolalphadigit:[22,34,46,136,149,229,266],tokenbigramsplitsymbol:[22,34,46,136,149,229,241,266],tokenbigramsplitsymbolalpha:[22,46,136,137,148,149,229,230,266],tokenbigramsplitsymbolalphadigit:[22,46,91,136,149,179,219,229,266],tokenbigramsplitxxx:230,tokenbigrm:91,tokendelimit:[22,34,46,136,148,149,160,221,225,229,239],tokendelimitnul:[22,46,136,149,229],tokendelmit:34,tokendocumentvectorbm25:34,tokendocumentvectortfidf:34,tokenfilt:34,tokenfilternfkc100:[22,34,46,224],tokenfilternfkc121:34,tokenfilternfkc130:34,tokenfilterstem:[22,25,31,34,42,46,224],tokenfilterstopword:[22,34,42,43,46,146,223,224],tokenizer_1:136,tokenizer_2:136,tokenizer_error:263,tokenizer_list:[22,42,46,81],tokenizer_n:136,tokenizer_nam:136,tokenizer_name_1:136,tokenizer_name_2:136,tokenizer_name_n:136,tokenkytea:40,tokenmecab:[22,34,40,46,199,204,225,229,266],tokenngram:[22,34,46,199,229],tokenpattern:[22,34,46,229],tokenregexp:[22,43,44,46,132,136,149,212,229],tokenstopword:34,tokent:[22,34,46,229],tokentrigram:[22,43,46,136,148,149,229],tokenunigram:[22,46,136,149,229],tokyo:[167,280],tokyogeopoint:[38,44,58,121,122,136,167,168,169,280],tom:179,tomita:36,tomo:272,tomoatsu:[36,40],tomohiro:34,tomygx:43,too:[18,34,41,43,44,63,70,80,123,129,137,199,267,270,275],too_large_offset:263,too_many_link:263,too_many_open_fil:263,too_many_open_files_in_system:263,too_many_symbolic_link:263,too_small_limit:263,too_small_offset:263,tood:[74,141],tool:[6,15,17,18,21,22,23,32,34,43,158,257,261,269,273],top:[58,271],top_left:[38,169],top_left_point:58,topic:[3,22],torinki:44,tortoisegit:8,toshio:34,totabl:91,total:[33,34,40,43,44,89,121,142,156,222,247,263,268],total_chunk_s:121,total_s:121,touch:[43,55,117],tower:34,toybox:270,tracker:[3,22,42],trade:228,tradit:[0,42],trail:34,transfer:[0,22,255,261,263,269],transit:261,translat:[3,18,34,40,42],transposit:44,travel:276,travi:[20,22,40,41,42],travisci:12,treat:[34,40,41,42,43,112,114,115,117,137,148,173,199,207,218,219,244],tree:42,trend:137,tri:[34,49,173,241,276],trial:0,trie:[22,34,38,40,41,43,44,122,136,142,198,199,222,269,273],trigger:129,trigram:[34,241,245],tritonn:[112,114,115,137,198,199],troubl:17,troubleshoot:[22,34,36],truncat:[22,34,38,41,42,43,44,46,51,63,81,104],trust:12,trusti:42,tsu_root:43,tsv:[43,124,125,131,209,263],tuesdai:186,tune:[22,34,41,43,46,80,129,137,268],tupl:173,turn:[34,157],tutori:[22,40,42,43,74,270,273],tweet:[2,200],twice:[34,43,137,198],twitter:[22,40,44,276],two:[19,24,25,27,31,34,41,42,43,54,57,63,83,92,93,98,112,113,114,115,117,123,129,130,137,141,142,144,145,147,148,157,160,161,163,167,174,178,179,181,184,193,198,201,203,207,212,214,219,221,230,238,256,257,261,271,272,273,275,276,280],txt:[16,17,243],type1:[140,160],type2:[140,160],type:[13,22,33,34,38,39,40,41,42,43,44,46,47,50,51,52,53,54,55,56,57,58,59,60,62,63,65,66,67,68,69,70,71,72,74,76,80,87,91,93,95,102,104,105,118,120,133,134,140,142,144,148,153,156,157,158,164,167,184,198,199,203,204,205,207,209,212,213,214,215,218,219,221,222,230,257,263,269,271,272,273,275,278,280],type_1:136,type_2:136,type_in_hex:63,type_n:136,type_nam:136,type_name_1:136,type_name_2:136,type_name_n:136,type_of_the_column:184,typedef:70,typic:[43,137],typo:[34,38,40,41,42,43,44,211,218,219],u0000ful:239,u0000http:239,ubuntu:[12,18,21,22,23,34,38,40,41,42,43,44,261],uchiyama:34,ucrt:34,ud83c:34,udf7a:34,ueno:[38,40],uid:12,uint16:[34,41,121,122,136],uint32:[33,34,40,41,42,47,80,83,91,92,93,95,102,112,114,115,121,122,136,137,142,143,144,145,150,160,163,173,178,184,185,198,199,200,202,212,226,227,242,244,247,266,271,272,273,275,277,278,279,280],uint32_column:43,uint32_t:[34,70],uint64:[33,34,41,42,121,122,136,160],uint64_t:34,uint8:[34,36,41,47,92,93,104,121,122,129,130,136,186],uint:[40,44],ull:148,ultra:272,umask:42,umemoto:38,unari:41,unauthent:40,unbias:34,unchang:74,uncontinu:40,undefin:270,under:[29,34,42,157,158,160,161,257],underflow:[34,270],underli:0,underscor:[92,142],understand:[34,42,103,117,137,144,273],undocu:137,unexpect:[34,40,42,44],unexpectedli:[34,41,43,44,104],unexpectedlli:34,unfinish:34,unhandl:160,uni:241,unicod:[34,43,203,204,205,225],unicorn:43,unifi:34,unify_alphabet:[34,199],unify_digit:34,unify_hyphen:34,unify_hyphen_and_prolonged_sound_mark:34,unify_kana:34,unify_kana_cas:34,unify_kana_voiced_sound_mark:34,unify_katakana_bu_sound:34,unify_katakana_v_sound:34,unify_middle_dot:34,unify_prolonged_sound_mark:34,unify_symbol:34,unify_to_katakana:34,unify_to_romaji:34,unigram:[241,246],uniniti:43,uninstal:40,uniqu:[34,92,133,160],unit:[81,86,102,139,153,160,167,181,185,199,245,246,263],univers:31,unix:[3,5,8,29,42,139,185],unix_time_when_command_is_start:83,unknow:42,unknown:[34,39,47,56,63,244],unknown_error:263,unless:[129,130],unlimit:44,unlink:[34,57],unload:40,unlock:[34,74,105],unmanag:[89,121],unmap:[34,43,55,99],unmatch:34,unnam:34,unnecessari:[34,247],unpack:34,unpatch:45,unrecover:55,unregist:[124,125],unrel:[34,38],unreli:153,unresolv:38,unsaf:[43,44,55],unsign:[42,43,50,51,57,60,63,65,66,68,69,71,74,87,121,248,263,270],unsort:44,unsplit:[11,137],unstabl:39,unsupport:[34,43],unsupported_command_vers:263,untag:172,until:[17,34,42,49,74,86,92,99,105,137,200,241],unus:[34,42,99],updag:40,updat:[3,22,25,27,31,34,38,40,41,42,43,44,45,49,92,105,121,137,157,181,200,217,222,240,270,272,273,275],update_buffer_s:60,update_not_allow:263,updated_at:266,upgrad:[12,34,40,42,43,44,256],upload:12,upper:[38,42,92,142,212,273],uppercas:212,uptim:[34,84,139,157,209,263,273,277],uri:[157,158,160],url:[34,38,42,103,158,257],urlencod:[34,158],usa:271,usabl:[151,160],usag:[0,22,34,41,42,43,44,46,198,199,275],use:[0,1,5,6,7,8,15,16,17,19,21,22,23,24,25,27,28,29,31,32,33,34,38,40,41,42,43,44,46,47,50,51,53,54,55,57,63,70,73,74,80,83,89,91,92,96,97,98,99,102,104,105,107,111,112,113,114,115,116,117,118,120,121,123,124,129,130,131,132,133,134,135,136,137,138,139,142,144,148,150,153,155,157,158,160,162,167,170,171,172,173,174,178,179,193,197,198,199,201,203,205,207,208,209,211,212,213,214,215,216,217,222,225,230,238,240,241,243,247,248,255,257,260,261,263,268,270,271,272,273,275,276,277,278,279,280],use_base_form:34,use_offline_index:39,use_range_index:43,use_read:[34,225],usec:34,used:[0,21,29,33,34,38,40,41,42,43,44,47,48,50,53,54,55,57,63,65,73,80,83,85,86,87,88,91,92,99,104,106,107,108,111,112,113,114,115,120,121,129,132,136,137,138,139,140,142,150,153,155,157,160,161,162,163,170,171,172,173,179,181,184,197,198,199,201,202,208,211,212,213,214,215,219,222,225,228,230,241,242,243,244,245,246,249,255,257,263,270,271,272,273,275,276,280],useful:[0,6,7,34,42,43,44,47,51,80,83,86,92,93,104,112,113,118,122,123,129,132,136,137,138,142,146,148,155,157,197,198,208,212,213,222,240,257,270,273,275],useless:55,user:[3,6,7,8,29,32,34,40,41,42,43,44,47,63,70,83,85,86,91,92,93,95,102,104,117,120,121,123,129,130,133,136,137,145,150,153,156,157,163,171,173,179,181,184,198,199,201,208,218,219,220,221,247,248,257,272,277,279],user_ag:[129,130,163],user_column:156,user_data:[66,74],user_input:199,user_pattern:173,usernam:[32,272],users_20160320:117,users_index:276,users_loc:276,users_memo:179,users_nam:[104,179],uses:[0,18,19,20,21,29,31,34,40,41,42,44,47,50,53,55,73,80,83,86,87,92,103,112,114,115,117,118,129,136,137,138,142,144,146,147,148,155,157,167,170,171,173,174,179,181,198,199,200,201,202,203,205,207,211,212,213,214,215,218,219,221,223,226,227,230,238,239,241,245,246,247,257,263,270,271,273,274,275,277,278],using:[0,3,22,29,33,34,40,41,43,44,45,47,53,86,92,104,112,113,114,115,117,137,144,147,153,157,160,173,179,198,199,204,208,211,212,220,221,226,240,241,263,269,272,273,275],usr:[14,28,29,124,125,131,155,157],usual:[43,44,54,161,270,275],utc:[83,199],utf8:[29,44,56,155],utf:[34,40,41,45,63,160,199,203,205,209,243],util:157,utop:43,uuid:44,uuuuuu:199,uvector:34,uzulla:38,va_list:34,valid:[34,38,40,41,42,43,44,112,114,115,137,198,199,221,222,270],valu:[0,8,29,34,38,39,40,41,42,43,44,49,51,53,54,60,62,63,65,66,69,74,76,80,83,86,87,151,153,155,157,158,198,199,200,204,209,211,212,213,218,219,220,221,222,225,228,230,231,232,233,234,235,236,237,238,239,240,241,243,245,246,247,248,257,261,263,268,270,271,273,278,280],value1:[91,105,157,173,174,199],value2:[105,199],value_1:[136,273,277],value_2:[136,273,277],value_column:51,value_n:136,value_s:[44,122],value_typ:[68,136],valuebuf:62,valuen:[173,174],var_siz:[63,104,121,122],vari:[33,74],variabl:[30,34,38,39,40,41,42,43,44,74,93,104,121,122,129,130,137,199,211,263,270],variant:[34,240],variantsa:241,varieti:272,variou:[22,269,273,276],vcruntime140_1:34,vdw:[271,273,280],vector:[22,34,38,40,41,42,43,44,46,65,76,93,102,112,114,115,121,122,136,137,194,195,196,218,269,276],vector_column:[41,44],vector_find:[22,34,46,162],vector_new:[22,34,46,112,114,115,137,162],vector_s:[22,34,43,46,112,162],vector_slic:[22,34,44,46,162],vector_text_column:43,veres:257,veri:[0,34,40,44,83,105,112,114,115,137,170,171,173,181,193,198,199,212,213,218,222,257,272],version1:82,version2:82,version3:82,version4:82,version:[12,18,22,25,26,29,30,31,32,34,38,40,41,42,43,44,45,46,47,51,52,54,55,63,74,81,84,85,86,90,91,92,96,97,98,99,103,104,105,106,107,108,112,113,114,115,116,117,120,121,122,123,124,125,126,129,130,131,132,133,136,137,138,139,141,142,144,147,150,151,153,155,156,157,164,166,167,170,171,172,173,174,175,182,183,185,186,193,194,195,196,198,199,204,205,209,212,214,215,216,225,243,248,249,250,251,252,253,256,261,263,273,277],version_major:34,version_minor:34,version_patch:34,vertic:[92,142],vervet:[43,44],via:[17,26,34,40,87,103,160,221,241],video:272,view:[12,22,40,174,268,269,277],violat:34,violin:34,virgo:34,virtual:[41,43],visual:[0,8,32,34,38,40,41,42,43,83,136],visut:44,vivid:[43,44],vmstat:268,vocabulari:273,voic:[34,203,204,225],void_t:70,vojtovich:42,volum:26,vulner:[34,42],w64:12,wai:[0,3,6,7,19,34,40,41,42,80,104,137,151,153,157,160,161,179,197,209,240,271,273,275,276,279],wait:[34,49,74,86,112,114],wanab:41,want:[6,7,8,13,16,24,25,27,28,29,31,34,42,43,47,63,70,91,92,105,112,113,117,118,120,121,123,129,134,135,136,137,142,144,146,148,153,155,157,160,167,174,178,184,198,211,212,216,218,219,221,226,228,230,240,241,255,261,263,268,271,273,275,279],wareohji:40,warm:[155,157],warn:[6,7,34,39,40,41,42,109,110,137,155,157,201,212,215],warp:42,warri:23,washida:41,wasn:[34,44],wast:34,watch:12,weak:[0,181],web:[29,137,140,157,158,198,219,221,272],webclip:172,webplu:137,wednesdai:186,week:[153,186],weight1:[34,40,80,137],weight2:[34,40,80,137],weight3:80,weight:[22,34,40,41,42,63,93,121,136,137,160,179,198,213,269,270],weight_float32:34,weight_in_match_column:80,weight_in_weight_vector:80,welcom:[2,3,16,17,112,114,115,137,198,199,276],well:[0,29,34,41,157,181,277],were:[34,44,167,273],werewolf:[43,44],wget:[24,25,27,29,30,31],wgs84geopoint:[34,38,44,58,121,122,136,167,270,271,272,276,277,280],wgs84geoppoint:58,what:[34,57,92,104,117,129,137,140,144,160,184,212,279],when:[0,3,18,34,38,40,41,42,43,44,47,51,55,65,70,80,83,84,86,91,92,96,99,103,104,105,106,111,112,113,114,115,117,121,122,123,124,129,131,132,136,137,138,140,142,144,147,153,155,157,160,164,167,172,174,179,184,193,198,200,202,212,216,218,227,228,230,238,241,243,247,255,260,263,267,272,273,276,278],where:[29,34,87,267,270],whether:[34,40,42,43,44,54,55,65,87,96,98,103,104,105,106,107,108,109,112,114,115,117,120,121,122,123,129,130,132,136,137,140,144,150,153,157,160,163,167,173,174,179,184,197,198,216,268,270],which:[0,1,27,34,40,41,42,43,44,63,73,74,102,104,109,111,112,114,115,117,118,134,135,137,146,148,153,155,160,161,167,172,174,175,178,179,184,195,198,199,218,242,244,261,263,267,270,271,272,273,275,276,277,278,279,280],white:[34,198,199,228,230,231,232,233,234,245,246,273],whitespac:34,who:[34,41,43,153,163,228,272],whole:[34,41,105],whombx:41,whose:[199,267,273],why:[41,137,212,261],wibowo:41,wide:[0,29,38,44,208,212,273],width:[34,38,43,203,204,225],wiedenroth:42,wiki:[34,157],wikipedia:[34,208,248],wili:[43,44],win64:[8,32],window:[3,5,6,7,12,22,23,34,38,40,41,42,43,44,45,46,74,138,267],window_count:[22,34,46,112,114,115,249],window_record_numb:[22,34,46,115,249,250],window_sum:[22,34,46,112,114,115,137,249],wing:[40,41],with_check:[42,118],with_command_vers:43,with_posit:[34,44,92,93,112,114,115,121,122,132,136,137,160,170,171,179,181,184,198,199,200,212,213,214,215,226,227,241,247,266,273,275,276,279],with_sect:[34,42,43,44,92,93,121,136,275,276],with_transposit:34,with_typ:[118,204],with_weight:[34,42,80,92,93,121,136],within:[153,218,219,276,280],without:[0,34,39,40,41,42,43,44,47,80,84,88,91,108,112,113,114,115,117,121,123,124,129,131,137,147,157,179,181,184,198,199,204,212,218,221,225,241,256,270,279],wno:38,woker:34,wolfgang:34,won:[34,241],wonderland:92,wor:241,word1:[40,137,198,199],word2:[40,137,198,199],word:[0,34,40,42,43,70,76,112,114,115,137,144,184,197,198,199,204,211,213,218,219,220,221,225,227,230,238,240,244,274,276],work:[0,3,12,29,34,38,40,41,42,43,44,74,99,111,112,114,115,117,129,137,147,157,201,212,216,217,230,247,257,273,277],workaround:[42,43,44,144],worker:[34,41,44,111,157],worker_process:257,world:[34,41,42,228,230,238,241,248,275,280],worst:[34,44],writabl:[42,43],write:[14,18,29,34,39,42,43,70,107,128,137,141,155,198,199,212,274,275,276],written:[18,42,111,124,131,150,216,276],wrong:[34,38,40,41,42,43,44,153,219,220],wrongli:[38,44],wsaenobuf:267,wsasend:34,www:[12,34,158],x64:[12,32],x86:[32,38,43],x86_64:12,xcode:28,xenial:[12,31,44],xeru:[31,44],xml:[38,39,40,41,42,53,158,209,257,263],xvzf:[24,25,27,28,29,30,31],xxhash:34,xxx:[34,41,42,44,137,155,199],xxx_20150603:43,xxx_20150604:43,xxx_201506:43,xxxx:12,xxxxx:267,xyzabc:34,yagisumi:34,yahppo:41,yai:34,yak:[34,44],yakketi:[34,44],yamada:[42,204],yamaguchi:38,yamamoto:42,yaman:[41,42],yappo:[41,42,45],yasuhiro:34,year:[34,43,47,153,163,199,201,276],years_old:47,yes:[14,34,39,41,43,44,84,103,104,105,112,114,115,117,123,129,130,137,140,144,154,158,218],yet:[0,34,38,41,44,115,134,135,137,160,199,207,213,215,216,244,257],yito:[40,41],yml:[12,21,26],yoji:38,yokoyama:[41,42,44],yoku:[41,42],york:[63,167,276],yoshida:41,yoshioka:[40,43],you:[0,1,2,3,5,6,7,8,13,16,17,18,19,20,21,23,24,25,26,27,28,29,31,32,33,34,38,39,40,41,42,43,44,47,49,50,51,53,54,55,57,63,70,73,74,80,81,83,84,85,86,87,88,91,92,93,95,96,97,98,99,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,120,121,123,124,125,129,130,131,132,133,134,135,136,137,138,140,142,144,145,146,147,148,150,151,153,155,157,158,159,160,161,162,163,167,170,171,172,173,174,175,178,179,181,184,185,186,193,197,198,199,202,203,204,205,207,208,209,211,212,213,214,215,216,218,221,222,223,225,226,227,228,230,231,232,233,234,238,240,242,243,244,247,248,255,257,260,261,263,267,268,270,271,272,273,275,276,277,278,279,280],younger:92,your:[0,3,6,7,8,18,21,31,34,38,42,43,92,104,105,106,107,108,124,131,132,142,147,153,155,157,158,175,179,199,202,211,212,216,223,240,247,257,263,279],your_db:38,your_github_account:17,your_new_db:38,yourself:[23,92],yuki:[38,42,44],yum:[12,18,24,27,40],yunqiang:44,yutaro:[34,43],yuya:[42,43,44],yy_syntax_error:[47,137],yyi:[17,34],yyyi:[199,201],yyyymm:216,yyyymmdd:[112,114,115,216],zapu:34,zcat:44,zenigata:272,zero:[34,44,76,80,92,137,178,202,211,223,228,263,270],zeromq:29,zesti:34,zip:[12,22,23,40],zlib1g:[25,31],zlib:[23,34,36,38,40,41,42,92,121,136],zlib_error:263,zsh:29,zstandard:[29,34,44,92,121],zstd:[34,121],zunda:38,zxvf:12,zzz:34},titles:["<span class=\"section-number\">1. </span>Characteristics of Groonga","<span class=\"section-number\">6. </span>Client","<span class=\"section-number\">3. </span>Community","<span class=\"section-number\">12. </span>How to contribute to groonga","<span class=\"section-number\">12.3. </span>For Groonga developers","<span class=\"section-number\">12.3.2. </span>How to build Groonga at the repository","<span class=\"section-number\">12.3.2.1. </span>How to build Groonga at the repository by GNU Autotools","<span class=\"section-number\">12.3.2.2. </span>How to build Groonga at the repository by CMake on GNU/Linux or Unix","<span class=\"section-number\">12.3.2.3. </span>How to build Groonga at the repository by CMake on Windows","<span class=\"section-number\">12.3.3. </span>Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","<span class=\"section-number\">12.3.4. </span>\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","<span class=\"section-number\">12.3.5. </span>\u30af\u30a8\u30ea\u306e\u5b9f\u73fe","<span class=\"section-number\">12.3.7. </span>\u30ea\u30ea\u30fc\u30b9\u624b\u9806","<span class=\"section-number\">12.3.1. </span>Repository","<span class=\"section-number\">12.3.8. </span>\u30c6\u30b9\u30c8\u65b9\u6cd5","<span class=\"section-number\">12.2. </span>How to contribute in documentation topics","<span class=\"section-number\">12.2.3. </span>C API","<span class=\"section-number\">12.2.2. </span>I18N","<span class=\"section-number\">12.2.1. </span>Introduction","<span class=\"section-number\">12.1. </span>How to report a bug","<span class=\"section-number\">11. </span>Development","<span class=\"section-number\">11.1. </span>Travis CI","Groonga documentation","<span class=\"section-number\">2. </span>Install","<span class=\"section-number\">2.5. </span>CentOS","<span class=\"section-number\">2.3. </span>Debian GNU/Linux","<span class=\"section-number\">2.8. </span>Docker","<span class=\"section-number\">2.6. </span>Fedora","<span class=\"section-number\">2.2. </span>Mac OS X","<span class=\"section-number\">2.9. </span>Others","<span class=\"section-number\">2.7. </span>Oracle Solaris","<span class=\"section-number\">2.4. </span>Ubuntu","<span class=\"section-number\">2.1. </span>Windows","<span class=\"section-number\">9. </span>Limitations","News","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","News - 1.2.x","News - 1.3.x","News - 2.x","News - 3.x","News - 4.x","News - 5.x","News - 6.x","News in Senna period","<span class=\"section-number\">7. </span>Reference manual","<span class=\"section-number\">7.19. </span>Alias","<span class=\"section-number\">7.25. </span>API","<span class=\"section-number\">7.25.2. </span>Global configurations","<span class=\"section-number\">7.25.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_cache</span></code>","<span class=\"section-number\">7.25.5. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_column</span></code>","<span class=\"section-number\">7.25.6. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_command_version</span></code>","<span class=\"section-number\">7.25.7. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_content_type</span></code>","<span class=\"section-number\">7.25.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_ctx</span></code>","<span class=\"section-number\">7.25.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_db</span></code>","<span class=\"section-number\">7.25.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_encoding</span></code>","<span class=\"section-number\">7.25.11. </span>grn_expr","<span class=\"section-number\">7.25.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_geo</span></code>","<span class=\"section-number\">7.25.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_hook</span></code>","<span class=\"section-number\">7.25.14. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_ii</span></code>","<span class=\"section-number\">7.25.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_index_cursor</span></code>","<span class=\"section-number\">7.25.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_info</span></code>","<span class=\"section-number\">7.25.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_inspect</span></code>","<span class=\"section-number\">7.25.18. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_match_escalation</span></code>","<span class=\"section-number\">7.25.19. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_obj</span></code>","<span class=\"section-number\">7.25.20. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_proc</span></code>","<span class=\"section-number\">7.25.21. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_search</span></code>","<span class=\"section-number\">7.25.22. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_table</span></code>","<span class=\"section-number\">7.25.23. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_table_cursor</span></code>","<span class=\"section-number\">7.25.24. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_thread_*</span></code>","<span class=\"section-number\">7.25.25. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_type</span></code>","<span class=\"section-number\">7.25.26. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_user_data</span></code>","<span class=\"section-number\">7.25.1. </span>Overview","<span class=\"section-number\">7.25.3. </span>Plugin","<span class=\"section-number\">7.12. </span>Cast","<span class=\"section-number\">7.6. </span>Column","<span class=\"section-number\">7.6.4. </span>Index column","<span class=\"section-number\">7.6.3. </span>Pseudo column","<span class=\"section-number\">7.6.1. </span>Scalar column","<span class=\"section-number\">7.6.2. </span>Vector column","<span class=\"section-number\">7.3. </span>Command","<span class=\"section-number\">7.3.1. </span>Command version","<span class=\"section-number\">7.3.2. </span>Output format","<span class=\"section-number\">7.3.3. </span>Pretty print","<span class=\"section-number\">7.3.4. </span>Request ID","<span class=\"section-number\">7.3.5. </span>Request timeout","<span class=\"section-number\">7.3.6. </span>Return code","<span class=\"section-number\">7.3.7. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">cache_limit</span></code>","<span class=\"section-number\">7.3.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">check</span></code>","<span class=\"section-number\">7.3.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">clearlock</span></code>","<span class=\"section-number\">7.3.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_copy</span></code>","<span class=\"section-number\">7.3.11. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_create</span></code>","<span class=\"section-number\">7.3.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_list</span></code>","<span class=\"section-number\">7.3.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_remove</span></code>","<span class=\"section-number\">7.3.14. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_rename</span></code>","<span class=\"section-number\">7.3.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">config_delete</span></code>","<span class=\"section-number\">7.3.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">config_get</span></code>","<span class=\"section-number\">7.3.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">config_set</span></code>","<span class=\"section-number\">7.3.18. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">database_unmap</span></code>","<span class=\"section-number\">7.3.19. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">define_selector</span></code>","<span class=\"section-number\">7.3.20. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">defrag</span></code>","<span class=\"section-number\">7.3.21. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">delete</span></code>","<span class=\"section-number\">7.3.22. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">dump</span></code>","<span class=\"section-number\">7.3.23. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">io_flush</span></code>","<span class=\"section-number\">7.3.24. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">load</span></code>","<span class=\"section-number\">7.3.25. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">lock_acquire</span></code>","<span class=\"section-number\">7.3.26. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">lock_clear</span></code>","<span class=\"section-number\">7.3.27. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">lock_release</span></code>","<span class=\"section-number\">7.3.28. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">log_level</span></code>","<span class=\"section-number\">7.3.29. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">log_put</span></code>","<span class=\"section-number\">7.3.30. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">log_reopen</span></code>","<span class=\"section-number\">7.3.31. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_count</span></code>","<span class=\"section-number\">7.3.32. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_parameters</span></code>","<span class=\"section-number\">7.3.33. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_range_filter</span></code>","<span class=\"section-number\">7.3.34. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_select</span></code>","<span class=\"section-number\">7.3.35. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_shard_list</span></code>","<span class=\"section-number\">7.3.36. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_table_remove</span></code>","<span class=\"section-number\">7.3.37. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">normalize</span></code>","<span class=\"section-number\">7.3.38. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">normalizer_list</span></code>","<span class=\"section-number\">7.3.39. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_exist</span></code>","<span class=\"section-number\">7.3.40. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_inspect</span></code>","<span class=\"section-number\">7.3.41. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_list</span></code>","<span class=\"section-number\">7.3.42. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_remove</span></code>","<span class=\"section-number\">7.3.43. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">plugin_register</span></code>","<span class=\"section-number\">7.3.44. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">plugin_unregister</span></code>","<span class=\"section-number\">7.3.45. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">query_expand</span></code>","<span class=\"section-number\">7.3.46. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">quit</span></code>","<span class=\"section-number\">7.3.47. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">range_filter</span></code>","<span class=\"section-number\">7.3.48. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">reference_acquire</span></code>","<span class=\"section-number\">7.3.49. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">reference_release</span></code>","<span class=\"section-number\">7.3.50. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">register</span></code>","<span class=\"section-number\">7.3.51. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">reindex</span></code>","<span class=\"section-number\">7.3.52. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">request_cancel</span></code>","<span class=\"section-number\">7.3.53. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">ruby_eval</span></code>","<span class=\"section-number\">7.3.54. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">ruby_load</span></code>","<span class=\"section-number\">7.3.55. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">schema</span></code>","<span class=\"section-number\">7.3.56. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">select</span></code>","<span class=\"section-number\">7.3.57. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">shutdown</span></code>","<span class=\"section-number\">7.3.58. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">status</span></code>","<span class=\"section-number\">7.3.59. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">suggest</span></code>","<span class=\"section-number\">7.3.60. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_copy</span></code>","<span class=\"section-number\">7.3.61. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_create</span></code>","<span class=\"section-number\">7.3.62. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_list</span></code>","<span class=\"section-number\">7.3.63. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_remove</span></code>","<span class=\"section-number\">7.3.64. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_rename</span></code>","<span class=\"section-number\">7.3.65. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_tokenize</span></code>","<span class=\"section-number\">7.3.66. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">thread_limit</span></code>","<span class=\"section-number\">7.3.67. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">tokenize</span></code>","<span class=\"section-number\">7.3.68. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">tokenizer_list</span></code>","<span class=\"section-number\">7.3.69. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">truncate</span></code>","<span class=\"section-number\">7.18. </span>Configuration","<span class=\"section-number\">7.1. </span>Executables","<span class=\"section-number\">7.1.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grndb</span></code>","<span class=\"section-number\">7.1.2. </span>grnslap","<span class=\"section-number\">7.1.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">groonga</span></code> executable file","<span class=\"section-number\">7.1.4. </span>groonga-benchmark","<span class=\"section-number\">7.1.5. </span>groonga-httpd","<span class=\"section-number\">7.1.6. </span>Groonga HTTP server","<span class=\"section-number\">7.1.7. </span>groonga-suggest-create-dataset","<span class=\"section-number\">7.1.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">groonga-suggest-httpd</span></code>","<span class=\"section-number\">7.1.9. </span>groonga-suggest-learner","<span class=\"section-number\">7.15. </span>Function","<span class=\"section-number\">7.15.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">between</span></code>","<span class=\"section-number\">7.15.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">cast_loose</span></code>","<span class=\"section-number\">7.15.3. </span>edit_distance","<span class=\"section-number\">7.15.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">fuzzy_search</span></code>","<span class=\"section-number\">7.15.5. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">geo_distance</span></code>","<span class=\"section-number\">7.15.6. </span>geo_in_circle","<span class=\"section-number\">7.15.7. </span>geo_in_rectangle","<span class=\"section-number\">7.15.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">highlight_full</span></code>","<span class=\"section-number\">7.15.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">highlight_html</span></code>","<span class=\"section-number\">7.15.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">html_untag</span></code>","<span class=\"section-number\">7.15.11. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">in_records</span></code>","<span class=\"section-number\">7.15.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">in_values</span></code>","<span class=\"section-number\">7.15.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">math_abs</span></code>","<span class=\"section-number\">7.15.14. </span>now","<span class=\"section-number\">7.15.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">number_classify</span></code>","<span class=\"section-number\">7.15.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">prefix_rk_search</span></code>","<span class=\"section-number\">7.15.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">query</span></code>","<span class=\"section-number\">7.15.18. </span>rand","<span class=\"section-number\">7.15.19. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">snippet_html</span></code>","<span class=\"section-number\">7.15.20. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">string_length</span></code>","<span class=\"section-number\">7.15.21. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">string_substring</span></code>","<span class=\"section-number\">7.15.22. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">sub_filter</span></code>","<span class=\"section-number\">7.15.23. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_day</span></code>","<span class=\"section-number\">7.15.24. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_day_of_week</span></code>","<span class=\"section-number\">7.15.25. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_hour</span></code>","<span class=\"section-number\">7.15.26. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_minute</span></code>","<span class=\"section-number\">7.15.27. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_month</span></code>","<span class=\"section-number\">7.15.28. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_second</span></code>","<span class=\"section-number\">7.15.29. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_week</span></code>","<span class=\"section-number\">7.15.30. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_year</span></code>","<span class=\"section-number\">7.15.31. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_find</span></code>","<span class=\"section-number\">7.15.32. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_new</span></code>","<span class=\"section-number\">7.15.33. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_size</span></code>","<span class=\"section-number\">7.15.34. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_slice</span></code>","<span class=\"section-number\">7.13. </span>grn_expr","<span class=\"section-number\">7.13.1. </span>Query syntax","<span class=\"section-number\">7.13.2. </span>Script syntax","<span class=\"section-number\">7.21. </span>Indexing","<span class=\"section-number\">7.23. </span>Log","<span class=\"section-number\">7.7. </span>Normalizers","<span class=\"section-number\">7.7.2.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">NormalizerAuto</span></code>","<span class=\"section-number\">7.7.2.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">NormalizerNFKC100</span></code>","<span class=\"section-number\">7.7.2.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">NormalizerNFKC51</span></code>","<span class=\"section-number\">7.17. </span>Operations","<span class=\"section-number\">7.17.1. </span>Geolocation search","<span class=\"section-number\">7.17.2. </span>Prefix RK search","<span class=\"section-number\">7.2. </span>Output","<span class=\"section-number\">7.10. </span>Query expanders","<span class=\"section-number\">7.10.1. </span>QueryExpanderTSV","<span class=\"section-number\">7.14. </span>Regular expression","<span class=\"section-number\">7.11. </span>Scorer","<span class=\"section-number\">7.11.3.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">scorer_tf_at_most</span></code>","<span class=\"section-number\">7.11.3.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">scorer_tf_idf</span></code>","<span class=\"section-number\">7.22. </span>Sharding","<span class=\"section-number\">7.20. </span>Suggest","<span class=\"section-number\">7.20.2. </span>Completion","<span class=\"section-number\">7.20.3. </span>Correction","<span class=\"section-number\">7.20.1. </span>Introduction","<span class=\"section-number\">7.20.4. </span>Suggestion","<span class=\"section-number\">7.5. </span>Tables","<span class=\"section-number\">7.9.1. </span>Summary","<span class=\"section-number\">7.9. </span>Token filters","<span class=\"section-number\">7.9.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterNFKC100</span></code>","<span class=\"section-number\">7.9.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterStem</span></code>","<span class=\"section-number\">7.9.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterStopWord</span></code>","<span class=\"section-number\">7.8.1. </span>Summary","<span class=\"section-number\">7.8. </span>Tokenizers","<span class=\"section-number\">7.8.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigram</span></code>","<span class=\"section-number\">7.8.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlank</span></code>","<span class=\"section-number\">7.8.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbol</span></code>","<span class=\"section-number\">7.8.5. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code>","<span class=\"section-number\">7.8.6. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code>","<span class=\"section-number\">7.8.7. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbol</span></code>","<span class=\"section-number\">7.8.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbolAlpha</span></code>","<span class=\"section-number\">7.8.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbolAlphaDigit</span></code>","<span class=\"section-number\">7.8.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenDelimit</span></code>","<span class=\"section-number\">7.8.11. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenDelimitNull</span></code>","<span class=\"section-number\">7.8.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenMecab</span></code>","<span class=\"section-number\">7.8.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenNgram</span></code>","<span class=\"section-number\">7.8.14. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenPattern</span></code>","<span class=\"section-number\">7.8.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenRegexp</span></code>","<span class=\"section-number\">7.8.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenTable</span></code>","<span class=\"section-number\">7.8.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenTrigram</span></code>","<span class=\"section-number\">7.8.18. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenUnigram</span></code>","<span class=\"section-number\">7.24. </span>Tuning","<span class=\"section-number\">7.4. </span>Data types","<span class=\"section-number\">7.16. </span>Window function","<span class=\"section-number\">7.16.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">record_number</span></code>","<span class=\"section-number\">7.16.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">window_count</span></code>","<span class=\"section-number\">7.16.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">window_record_number</span></code>","<span class=\"section-number\">7.16.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">window_sum</span></code>","<span class=\"section-number\">5. </span>Server","<span class=\"section-number\">5.3. </span>GQTP","<span class=\"section-number\">5.2. </span>HTTP","<span class=\"section-number\">5.2.1. </span>Comparison","<span class=\"section-number\">5.2.2. </span>groonga","<span class=\"section-number\">5.2.3. </span>groonga-httpd","<span class=\"section-number\">5.4. </span>Memcached binary protocol","<span class=\"section-number\">5.1. </span>Server packages","<span class=\"section-number\">8. </span>Specification","<span class=\"section-number\">8.1. </span>GQTP","<span class=\"section-number\">8.2. </span>\u691c\u7d22","<span class=\"section-number\">10. </span>Troubleshooting","<span class=\"section-number\">10.1. </span>\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","<span class=\"section-number\">10.2. </span>How to analyze error messages","<span class=\"section-number\">10.3. </span>How to avoid mmap Cannot allocate memory error","<span class=\"section-number\">4. </span>Tutorial","<span class=\"section-number\">4.3. </span>Various data types","<span class=\"section-number\">4.5. </span>Drilldown","<span class=\"section-number\">4.6. </span>Tag search and reverse resolution of reference relationships","<span class=\"section-number\">4.1. </span>Basic operations","<span class=\"section-number\">4.9. </span>Additional information about lexicon for full text search","<span class=\"section-number\">4.7. </span>match_columns parameter","<span class=\"section-number\">4.10. </span>Let\u2019s create micro-blog","<span class=\"section-number\">4.2. </span>Remote access","<span class=\"section-number\">4.8. </span>Prefix search with patricia trie","<span class=\"section-number\">4.11. </span>Query expansion","<span class=\"section-number\">4.4. </span>Various search conditions"],titleterms:{"0\u30ea\u30ea\u30fc\u30b9":[36,37,38],"1\u30ea\u30ea\u30fc\u30b9":[36,38],"2005":45,"2006":45,"2009":45,"2010":[35,36],"2011":[36,37,38],"2012":[39,40],"2013":[40,41],"2014":[41,42],"2015":[42,43],"2016":[43,44],"2017":[34,44],"2018":34,"2019":34,"2020":34,"2021":34,"2\u30ea\u30ea\u30fc\u30b9":36,"3\u30ea\u30ea\u30fc\u30b9":36,"4\u30ea\u30ea\u30fc\u30b9":36,"5\u30ea\u30ea\u30fc\u30b9":36,"6\u30ea\u30ea\u30fc\u30b9":[35,36],"7\u30ea\u30ea\u30fc\u30b9":[35,36],"8\u30ea\u30ea\u30fc\u30b9":36,"\u3053\u3061\u3089\u304b\u3089\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b":10,"\u306e\u66f4\u65b0":12,"\u3078\u3068\u8a98\u5c0e\u3057\u306a\u3044":10,"\u30aa\u30d7\u30b7\u30e7\u30f3":[154,156],"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":14,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":11,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":11,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":82,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":156,"\u30b5\u30f3\u30d7\u30eb":[154,156],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":156,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":14,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":14,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":14,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":156,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":266,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":35,"\u30d0\u30fc\u30b8\u30e7\u30f31":[36,37],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":82,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":12,"\u30d6\u30ed\u30b0":12,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":248,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":14,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":10,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":12,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4f7f\u3044\u65b9":156,"\u4f8b":[165,168,169,176,180,266],"\u4f8b\u3048\u3070redmin":10,"\u4fee\u6b63":[35,36,37,38],"\u5236\u9650\u4e8b\u9805":156,"\u524d\u63d0\u6761\u4ef6":12,"\u539f\u56e0":266,"\u5404\u7a2e\u30c6\u30b9\u30c8\u306e\u78ba\u8a8d":12,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":266,"\u540d\u524d":[78,154,156,165,168,169,176,180],"\u5909\u66f4":36,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":12,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":264,"\u5b9f\u9a13\u7684":38,"\u5bfe\u5fdc":10,"\u5bfe\u7b56\u65b9\u6cd51":266,"\u5bfe\u7b56\u65b9\u6cd52":266,"\u5f15\u6570":[154,156,165,168,169,180],"\u611f\u8b1d":[35,36,37,38],"\u6539\u826f":[35,36,37,38],"\u66f8\u5f0f":[154,156,165,168,169,176,180],"\u6700\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":12,"\u691c\u7d22":264,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":264,"\u691c\u7d22\u306e\u6319\u52d5":264,"\u691c\u7d22\u4f8b1":11,"\u691c\u7d22\u4f8b2":11,"\u691c\u7d22\u4f8b3":11,"\u691c\u7d22\u4f8b4":11,"\u6982\u8981":82,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":14,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":12,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u6b8a\u547d\u4ee4":156,"\u7406\u7531":10,"\u8aac\u660e":[78,154,156,165,168,169,176,180],"\u8fd4\u5024":[165,168,169,176,180],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u306f\u304a\u3055\u3089\u3044\u3057\u3066\u304a\u304f":10,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":264,"\u95a2\u4fc2\u5f0f":11,"\u95be\u5024\u3092\u3042\u3052\u308b":266,"\u9759\u7684\u89e3\u6790":14,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":264,"benchmark\u547d\u4ee4":156,"benchmark\u5b9f\u884c\u7d50\u679c":156,"boolean":[199,270],"case":[83,117,144],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"class":212,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":82,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":12,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":12,"debian\u7cfb\u306e\u5834\u5408":12,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"default":[29,82,86],"examples\u306e\u5b9f\u884c":12,"facebook\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"files\u306e\u5b9f\u884c":12,"float":[199,248],"function":[112,114,115,137,162,199,249],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":11,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":12,"grntest\u306e\u6e96\u5099":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":12,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":12,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":11,"hat\u7cfb\u306e\u5834\u5408":12,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"homebrew\u306e\u66f4\u65b0":12,"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"new":[17,34,38,39,40,41,42,43,44,45],"null":199,"po\u306e\u5b9f\u884c":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":12,"ppa\u7528\u306e\u9375\u306e\u767b\u9332":12,"release\u306e\u5b9f\u884c":12,"return":[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,160,163,164,166,167,170,171,172,173,174,175,177,178,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,214,215,250,251,252,253],"twitter\u3067\u306e\u3084\u308a\u3068\u308a\u306f\u3067\u304d\u308b\u3060\u3051\u4ed6\u306e\u5834\u6240":10,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"twitter\u7de8":10,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u516c\u958b\u306e\u53d6\u308a\u6d88\u3057":12,"version\u30d1\u30e9\u30e1\u30fc\u30bf":82,"windows\u5411\u3051\u306e\u5834\u5408":12,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"x\u306e\u304a\u77e5\u3089\u305b":[35,36,37],AND:[198,199],For:4,NOT:[198,199],Near:[198,199],Not:[198,199],The:[34,92,137,247],Use:160,Using:[167,257],With:26,about:[248,274],access:[257,277],access_log:157,add:17,addit:[199,202,274],adjust:137,administr:[157,277],advanc:[115,137,204,225,238,240,241],against:275,aggreg:0,algorithm:226,alia:47,all:222,alloc:268,also:[6,7,8,47,83,85,86,87,88,90,92,93,96,97,98,100,102,105,106,108,109,110,111,116,118,119,122,124,125,126,128,131,133,134,135,136,137,140,142,146,148,149,158,159,160,164,170,171,178,179,181,184,197,202,203,204,208,211,214,215,222,223,238,240,241,242,244,263],among:275,analyz:267,anchor:212,api:[16,48],appli:80,approximate_typ:167,archiv:31,arg:11,arithmet:199,arrai:199,assign:[85,198,199],authent:257,auto_release_count:129,autotool:6,avail:157,avoid:268,basic:[117,144,199,273],benchmark:156,between:163,bigram:276,binari:260,bitwis:199,blog:276,blogroonga:12,bodi:83,bool:248,broken:117,brows:157,bug:19,build:[5,6,7,8,24,25,27,28,29,31,32],built:[202,213],builtin:[155,248],buster:25,cach:[112,114,115,137,157],cache_limit:88,calc_target:115,calc_typ:115,call:199,callback:11,can:248,candidate_n:160,cannot:268,cascad:102,cast:75,cast_loos:164,cento:24,chang:[45,91],charact:212,characterist:[0,222],chat:2,check:[89,153],checkout:[6,7,8],choic:212,clear:153,clearlock:90,client:[1,155,263],clone:17,close_tagn:170,cmake:[7,8],code:[86,87],column:[0,33,76,77,78,79,80,91,92,105,112,114,115,121,122,136,137,144,167,170,178,185,198,214,215,227,271,273,275],column_copi:91,column_cr:92,column_full_nam:121,column_id:121,column_list:93,column_nam:121,column_or_valu:163,column_remov:94,column_renam:95,column_t:121,column_type_nam:121,column_type_raw_id:121,column_type_raw_nam:121,column_value_typ:121,combin:198,command:[81,82,136,151,153,155,160,209,216,257,273,277],comment:276,common:122,commun:2,comparison:[199,257],complet:[218,220],compos:26,compress:257,condit:[137,198,280],condition_column_nam:173,condition_t:173,config_delet:96,config_get:97,config_set:98,configur:[6,18,21,29,49,91,151,157,257],confirm:17,construct:200,contain:11,contribut:[3,15],control:199,convert:208,cooccurr:[218,219,221],core:257,correct:[219,220],cpu:257,creat:[6,80,92,142,159,273,275,276],custom:257,daemon:[155,263],data:[92,142,157,161,198,199,218,221,248,270,276],data_column_value_compress_method:121,databas:[121,257,273],database_name_t:121,database_path:[160,161],database_type_id:121,database_type_nam:121,database_unmap:99,dataset:159,date:270,db_api:11,debian:25,decreas:[117,144],default_mod:179,default_token:142,define_selector:100,defrag:101,delet:102,delimit:238,depend:[6,7,8,18,29,117,144],descript:248,desctipion:159,develop:[4,20],differ:115,direct:157,divis:199,docker:26,document:[15,18,22],domain:271,down:[157,280],downtim:257,drildown:271,drilldown:[115,137,271],drilldown_calc_target:[115,137],drilldown_calc_typ:[115,137],drilldown_filt:[115,137],drilldown_limit:[115,137],drilldown_offset:[115,137],drilldown_output_column:[115,137],drilldown_sort_kei:[115,137],drilldown_sortbi:[115,137],dump:103,dump_index:103,dump_plugin:103,dump_record:103,dump_schema:103,dynam:[112,114,115,137],each:[105,275],edit:17,edit_dist:165,ellipsoid:167,enabl:[18,86],encod:29,engin:0,equal:[11,198,199],error:[83,267,268],escal:29,escap:[198,212],exampl:[21,50,51,52,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,159,263,267,268],execut:[152,155],exit:159,expand:210,expans:279,explicit:198,explicitli:167,express:[198,199,212],extract:[199,221],facebook:2,favorit:276,featur:207,fedora:27,file:[17,111,155,159,161,211,247,257],filter:[112,114,115,137,224],filter_str:184,fix:[34,38,40,41,42,43,44,45],flag:[92,112,114,115,118,122,137,142,146,148,153,179,263],float32:248,flow:17,follow:276,forc:[117,123,153],format:[83,137,201,211,273],free:0,freebsd:247,from:[6,7,8,24,25,27,28,29,31,32,115,160,161],from_nam:[91,141],from_tabl:91,full:[0,92,198,273,274,275,280],fuzzy_search:166,gener:[17,18],geo:[0,199,272],geo_dist:167,geo_in_circl:168,geo_in_rectangl:169,geoindex:276,geoloc:[207,276],geopoint:276,get:[160,273],global:49,glossari:216,gnu:[6,7,25],gqtp:[255,261,263],greater:[11,198,199],greater_equ:11,grn_cach:50,grn_column:51,grn_command_vers:52,grn_content_typ:53,grn_ctx:54,grn_db:55,grn_encod:56,grn_expr:[11,57,197],grn_geo:58,grn_hook:59,grn_ii:60,grn_index_cursor:61,grn_info:62,grn_inspect:63,grn_match_escal:64,grn_obj:65,grn_proc:66,grn_search:67,grn_tabl:68,grn_table_cursor:69,grn_table_select:11,grn_thread_:70,grn_type:71,grn_user_data:72,grndb:153,grnslap:154,groonga:[0,3,4,5,6,7,8,9,12,17,22,45,155,156,157,158,159,160,161,258,259,261],groonga_base_path:157,groonga_cache_base_path:157,groonga_cache_limit:157,groonga_databas:157,groonga_database_auto_cr:157,groonga_log_level:157,groonga_log_path:157,groonga_query_log_path:157,group:[198,199,212],group_kei:[112,114,115,137],gzip:257,handleabl:92,hash:276,hashtag:276,header:[83,96,97,98,106,108,122,136,263],help:29,highlight_ful:170,highlight_html:171,homebrew:28,how:[3,5,6,7,8,15,17,19,47,80,85,86,91,200,208,218,219,221,255,263,267,268,277],html:[17,18,172],html_untag:172,http:[158,209,256,257,261,277],httpd:[157,160,161,259,261],hypertext:277,i18n:17,ifexist:105,imag:26,improv:[34,38,39,40,41,42,43,44,45],in_record:173,in_valu:174,include_class:240,include_form:240,include_read:240,index:[0,33,77,92,122,136,142,200,212,214,215,272,273,275],index_column:146,index_column_source_full_nam:121,index_column_source_id:121,index_column_source_nam:121,index_column_source_t:121,index_column_value_posit:121,index_column_value_s:121,index_column_value_sect:121,index_column_value_statistics_max_array_segment_id:121,index_column_value_statistics_max_buffer_segment_id:121,index_column_value_statistics_max_in_use_chunk_id:121,index_column_value_statistics_max_in_use_physical_segment_id:121,index_column_value_statistics_max_section_id:121,index_column_value_statistics_n_array_seg:121,index_column_value_statistics_n_buffer_seg:121,index_column_value_statistics_n_garbage_chunk:121,index_column_value_statistics_n_garbage_seg:121,index_column_value_statistics_n_physical_seg:121,index_column_value_statistics_n_unmanaged_seg:121,index_column_value_statistics_next_physical_segment_id:121,index_column_value_statistics_total_chunk_s:121,index_column_value_weight:121,inform:[274,280],input:160,input_typ:105,instal:[6,7,8,17,18,23,29,32,211],instant:0,int16:248,int32:248,int64:248,int8:248,integ:199,introduct:[18,220],invert:0,io_flush:104,issu:[19,277],javascript:280,json:83,just:80,kei:[96,97,98,115,137,248,278],kern:247,key_typ:142,keyword:276,keywordn:170,kind:92,label:[115,137],languag:17,larg:[92,142],latest:12,latitud:[0,270],launch:160,learn:[160,161,218,219,220,221],learner:[160,161],left:199,less:[11,198,199],less_equ:11,let:276,level:153,lexicon:[142,273,274],librari:[0,29],like:280,limit:[33,80,114,115,137,211,222,248,271],line:[155,160,209],linux:[7,25,247],list:[2,19,87],liter:199,load:[80,105,157,273,276],load_column:[115,137],load_tabl:[115,137],load_valu:[115,137],localstatedir:29,locat:[0,167,211,272,280],lock:[0,153],lock_acquir:106,lock_clear:107,lock_releas:108,lock_tabl:105,log:[29,111,153,157,161,201,257],log_level:109,log_put:110,log_reopen:111,logic:[117,198,199],logical_count:112,logical_paramet:113,logical_range_filt:114,logical_select:115,logical_shard_list:116,logical_t:[112,114,115,116,117],logical_table_remov:117,longitud:[0,270],longtext:248,loose_blank:241,loose_symbol:241,lotat:111,lz4:29,mac:28,macport:28,mail:[2,19],make:[6,7,12,29],manual:46,match:[29,198,199],match_column:[115,137,179,275],match_escal:137,match_escalation_threshold:[115,137],math_ab:175,max:[88,112,114,115,117,147,163,247],max_bord:[112,114,115,117,163],max_map_count:247,maxfileperproc:247,medium:92,memcach:260,memori:[247,268],messag:[29,267],message_pack_install_prefix:29,messagepack:83,micro:276,min:[112,114,115,117,163],min_bord:[112,114,115,117,163],mmap:268,mode:[11,138,146,148,155,193],mode_nam:173,modul:157,modulo:199,mroonga:0,much:117,multi:257,multipl:[92,199,271,275],munin:29,name:[92,95,112,114,115,120,121,123,137,142,144,145,159,248,275],narrow:280,nest:275,new_nam:[95,145],nginx:157,nofil:247,normal:[80,118,136,142,148,202],normalizer_list:119,normalizer_nam:170,normalizerauto:203,normalizernfkc100:204,normalizernfkc51:205,not_equ:11,now:176,number:[29,92,137,247],number_classifi:177,numer:270,object:[122,199],object_exist:120,object_inspect:121,object_list:122,object_remov:123,object_typ:122,offlin:200,offset:[114,115,137],old:34,one:275,onlin:200,only_open:104,open:247,open_tagn:170,oper:[199,206,273],option:[91,92,96,97,98,99,103,104,105,112,113,114,115,116,117,118,120,121,122,123,126,129,130,136,138,139,141,142,144,146,147,148,155,159,160,161,163,167,171,173,179,193,204,214,215,225,226,227,238,240,241],oracl:30,order:114,origin:199,other:[29,212],output:[17,83,114,115,137,209,273],output_column:[114,115,137],output_error:105,output_id:105,overcommit_memori:247,overview:[0,73,270],pack:29,packag:[29,31,261],page:137,paramet:[88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,120,121,122,123,126,127,129,130,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,150,155,160,161,163,167,170,171,172,173,174,175,178,179,184,185,193,194,195,204,214,215,225,226,227,238,240,241,247,275],part:117,patch:17,path:[29,92,135,142,153,257],patricia:278,pattern:238,per:247,perform:[157,257],period:45,persist:222,person:31,phrase:[198,199],platform:29,plugin:[29,74,136],plugin_regist:124,plugin_unregist:125,point1:167,point2:167,point:199,possibl:117,post:[157,257,276],post_filt:[112,114,115],ppa:31,prefix:[11,29,198,199,208,218,257,278],prefix_rk_search:178,prepar:279,pretti:84,primari:[248,278],print:84,proc:122,process:[201,247],properti:122,protocol:[260,263,277],proxi:157,proxy_cach:157,pseudo:78,pull:[17,26],quantifi:212,queri:[0,115,137,157,178,179,198,201,210,279],query_expand:[115,126,137,179],query_expans:137,query_flag:[115,137],query_str:179,query_typ:263,queryexpandertsv:211,quit:127,rand:180,rang:[122,142,273],range_filt:128,range_index:113,read:[0,208,218],record:[92,137,222,273],record_numb:250,recov:153,rectangl:167,recurs:[104,129,130],red:12,refer:[46,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,80,92,144,270,272],reference_acquir:129,reference_releas:130,regist:131,regular:[198,199,212],reindex:132,relat:[112,114,115,117,137,157,161,275],relationship:272,releas:[34,38,39,40,41,42,43,44],remot:277,remov:[117,144],remove_blank:241,report:19,report_source_loc:241,repositori:[5,6,7,8,13,17],request:[17,85,86,157],request_cancel:133,requir:[91,92,93,95,96,97,98,99,104,105,112,113,114,115,116,117,118,120,121,122,123,126,129,130,133,136,137,138,139,141,142,144,145,146,147,148,150,160,163,167,171,172,173,179,185,193,214,215],resolut:272,resolv:47,resourc:[117,144],respons:160,restart:261,result:[271,273],revers:[157,272],right:199,romaji:208,room:2,ruby_ev:134,ruby_load:135,rule:216,run:[6,7,8,18,255,263,277],sampl:[198,199],scalar:[79,92],schema:136,scope:184,score:137,score_n:160,scorer:[115,137,213,280],scorer_tf_at_most:214,scorer_tf_idf:215,script:[134,199],search:[0,80,92,112,114,115,137,198,199,207,208,218,219,221,272,273,274,275,276,278,279,280],secur:[199,277],see:[6,7,8,47,83,85,86,87,88,90,92,93,96,97,98,100,102,105,106,108,109,110,111,116,118,119,122,124,125,126,128,131,133,134,135,136,137,140,142,146,148,149,158,159,160,164,170,171,178,179,181,184,197,202,203,204,208,211,214,215,222,223,238,240,241,242,244,263],select:[115,137],send:[17,277],senna:45,server:[0,155,158,254,261,263,277],set:[86,157],setup:160,sharabl:0,shard:216,shard_kei:[112,114,115,117],shift:199,shorttext:248,shut:157,shutdown:138,sign:199,similar:[11,198,199,219],simpl:[114,115,137,204,225,238,240,241],sinc:153,size:263,slice:137,small:92,snippet_html:181,socket:267,softwar:[6,7,8,18],solari:30,solut:268,sort:[271,273,280],sort_hash_t:103,sort_kei:[112,114,115,137],sortbi:[115,137],sourc:[24,25,27,28,29,31,32,92,122,136],specif:[122,157,262,275,276],specifi:[167,248,273],sphere:167,sphinx:17,stage:[112,114,115,137],standalon:155,start:261,statu:[139,159,263],stop:261,storag:0,store:[0,142],string:[118,146,148,199,270],string_length:182,string_substr:183,style:137,sub_filt:184,submit:19,substitution_t:179,subtract:199,succeeded_or_not:[96,98,106,108],success:83,suffix:[11,198,199,278],suggest:[140,159,160,161,217,220,221],summari:[47,49,50,51,52,53,54,55,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,77,79,80,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,153,155,157,158,160,161,163,164,166,167,170,171,172,173,174,175,177,178,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,202,203,204,205,208,211,212,213,214,215,216,222,223,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,250,251,252,253,255],support:207,synopsi:161,synopsti:159,syntax:[88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,153,155,157,158,160,163,164,166,167,170,171,172,173,174,175,177,178,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,198,199,203,204,205,212,214,215,225,226,227,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,250,251,252,253,280],tabl:[33,91,92,93,95,103,105,117,121,122,136,137,142,144,146,161,222,248,273,275,276],table_copi:141,table_cr:142,table_dat_kei:222,table_hash_kei:222,table_id:121,table_key_max_total_s:121,table_key_total_s:121,table_key_typ:121,table_list:143,table_n_record:121,table_nam:121,table_no_kei:222,table_pat_kei:222,table_remov:144,table_renam:145,table_token:146,table_type_id:121,table_type_nam:121,table_value_typ:121,tag:[142,272,276],target:[92,144,153,175,195],target_class:240,target_nam:[104,106,107,108,129,130,132,150],target_valu:174,temporari:222,term:199,termin:263,test:114,text:[0,92,171,198,248,273,274,275,280],than:[198,199],thank:[34,38,39,40,41,42,43,44],thread_limit:147,threshold:29,time:[199,248,270,276],time_classify_dai:185,time_classify_day_of_week:186,time_classify_hour:187,time_classify_minut:188,time_classify_month:189,time_classify_second:190,time_classify_week:191,time_classify_year:192,timeout:86,to_nam:[91,141],to_tabl:91,todo:181,token:[0,136,148,224,229],token_filt:[122,136,142,148],tokenbigram:230,tokenbigramignoreblank:231,tokenbigramignoreblanksplitsymbol:232,tokenbigramignoreblanksplitsymbolalpha:233,tokenbigramignoreblanksplitsymbolalphadigit:234,tokenbigramsplitsymbol:235,tokenbigramsplitsymbolalpha:236,tokenbigramsplitsymbolalphadigit:237,tokendelimit:238,tokendelimitnul:239,tokenfilternfkc100:225,tokenfilterstem:226,tokenfilterstopword:227,tokenizer_list:149,tokenmecab:240,tokenngram:241,tokenpattern:242,tokenregexp:243,tokent:244,tokentrigram:245,tokenunigram:246,tokyogeopoint:248,tool:[29,157,277],topic:15,total:137,tracker:19,transfer:277,translat:17,travi:21,trie:278,troubleshoot:265,truncat:[150,153],tsv:[83,211],tune:247,tutori:269,twitter:2,type:[92,112,114,115,121,122,136,137,160,248,270,276],type_id:121,type_id_of_typ:121,type_nam:121,type_name_of_typ:121,type_s:121,ubuntu:31,uint16:248,uint32:248,uint64:248,uint8:248,unify_alphabet:241,unify_digit:241,unify_hyphen:[204,225],unify_hyphen_and_prolonged_sound_mark:[204,225],unify_kana:[204,225],unify_kana_cas:[204,225],unify_kana_voiced_sound_mark:[204,225],unify_katakana_bu_sound:[204,225],unify_katakana_v_sound:[204,225],unify_middle_dot:[204,225],unify_prolonged_sound_mark:[204,225],unify_symbol:241,unify_to_romaji:[204,225],unix:7,unremov:[117,144],unsign:199,updat:[0,12,17,18,218],upgrad:257,usag:[47,77,79,80,84,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,153,155,157,158,160,161,163,164,166,167,170,171,172,173,174,175,177,178,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,203,204,205,208,209,211,212,213,214,215,225,226,227,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,250,251,252,253],use:[200,218,219,221],use_html_escap:170,use_range_index:114,use_read:240,used:[117,144],user:[160,276],using:[276,280],valu:[88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,160,163,164,166,167,170,171,172,173,174,175,177,178,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,214,215,250,251,252,253,276],value_typ:142,variou:[270,280],vector:[80,92,193,270],vector_find:193,vector_new:194,vector_s:195,vector_slic:196,version:[82,257],view:273,weight:[80,92,275],wgs84geopoint:248,who:276,window:[8,32,112,114,115,137,249],window_count:251,window_record_numb:252,window_sum:253,without:257,work:[17,218,219,221],worker_process:157,xml:83,xor:199,your:17,zip:32,zlib:29}})
0 Search.setIndex({docnames:["characteristic","client","community","contribution","contribution/development","contribution/development/build","contribution/development/build/unix_autotools","contribution/development/build/unix_cmake","contribution/development/build/windows_cmake","contribution/development/com","contribution/development/cooperation","contribution/development/query","contribution/development/release","contribution/development/repository","contribution/development/test","contribution/documentation","contribution/documentation/c-api","contribution/documentation/i18n","contribution/documentation/introduction","contribution/report","development","development/travis-ci","index","install","install/centos","install/debian","install/docker","install/fedora","install/mac_os_x","install/others","install/solaris","install/ubuntu","install/windows","limitations","news","news/0.x","news/1.0.x","news/1.1.x","news/1.2.x","news/1.3.x","news/2.x","news/3.x","news/4.x","news/5.x","news/6.x","news/senna","reference","reference/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_inspect","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/index_column_diff","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_list","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/reference_acquire","reference/commands/reference_release","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_copy","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/cast_loose","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_records","reference/functions/in_values","reference/functions/math_abs","reference/functions/now","reference/functions/number_classify","reference/functions/prefix_rk_search","reference/functions/query","reference/functions/rand","reference/functions/snippet_html","reference/functions/string_length","reference/functions/string_substring","reference/functions/sub_filter","reference/functions/time_classify_day","reference/functions/time_classify_day_of_week","reference/functions/time_classify_hour","reference/functions/time_classify_minute","reference/functions/time_classify_month","reference/functions/time_classify_second","reference/functions/time_classify_week","reference/functions/time_classify_year","reference/functions/vector_find","reference/functions/vector_new","reference/functions/vector_size","reference/functions/vector_slice","reference/grn_expr","reference/grn_expr/query_syntax","reference/grn_expr/script_syntax","reference/indexing","reference/log","reference/normalizers","reference/normalizers/normalizer_auto","reference/normalizers/normalizer_nfkc100","reference/normalizers/normalizer_nfkc51","reference/operations","reference/operations/geolocation_search","reference/operations/prefix_rk_search","reference/output","reference/query_expanders","reference/query_expanders/tsv","reference/regular_expression","reference/scorer","reference/scorers/scorer_tf_at_most","reference/scorers/scorer_tf_idf","reference/sharding","reference/suggest","reference/suggest/completion","reference/suggest/correction","reference/suggest/introduction","reference/suggest/suggestion","reference/tables","reference/token_filter/summary","reference/token_filters","reference/token_filters/token_filter_nfkc100","reference/token_filters/token_filter_stem","reference/token_filters/token_filter_stop_word","reference/tokenizer/summary","reference/tokenizers","reference/tokenizers/token_bigram","reference/tokenizers/token_bigram_ignore_blank","reference/tokenizers/token_bigram_ignore_blank_split_symbol","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit","reference/tokenizers/token_bigram_split_symbol","reference/tokenizers/token_bigram_split_symbol_alpha","reference/tokenizers/token_bigram_split_symbol_alpha_digit","reference/tokenizers/token_delimit","reference/tokenizers/token_delimit_null","reference/tokenizers/token_mecab","reference/tokenizers/token_ngram","reference/tokenizers/token_pattern","reference/tokenizers/token_regexp","reference/tokenizers/token_table","reference/tokenizers/token_trigram","reference/tokenizers/token_unigram","reference/tuning","reference/types","reference/window_function","reference/window_functions/record_number","reference/window_functions/window_count","reference/window_functions/window_record_number","reference/window_functions/window_sum","server","server/gqtp","server/http","server/http/comparison","server/http/groonga","server/http/groonga-httpd","server/memcached","server/package","spec","spec/gqtp","spec/search","troubleshooting","troubleshooting/different_results_with_the_same_keyword","troubleshooting/how_to_analyze_error_message","troubleshooting/mmap_cannot_allocate_memory","tutorial","tutorial/data","tutorial/drilldown","tutorial/index","tutorial/introduction","tutorial/lexicon","tutorial/match_columns","tutorial/micro_blog","tutorial/network","tutorial/patricia_trie","tutorial/query_expansion","tutorial/search"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["characteristic.rst","client.rst","community.rst","contribution.rst","contribution/development.rst","contribution/development/build.rst","contribution/development/build/unix_autotools.rst","contribution/development/build/unix_cmake.rst","contribution/development/build/windows_cmake.rst","contribution/development/com.rst","contribution/development/cooperation.rst","contribution/development/query.rst","contribution/development/release.rst","contribution/development/repository.rst","contribution/development/test.rst","contribution/documentation.rst","contribution/documentation/c-api.rst","contribution/documentation/i18n.rst","contribution/documentation/introduction.rst","contribution/report.rst","development.rst","development/travis-ci.rst","index.rst","install.rst","install/centos.rst","install/debian.rst","install/docker.rst","install/fedora.rst","install/mac_os_x.rst","install/others.rst","install/solaris.rst","install/ubuntu.rst","install/windows.rst","limitations.rst","news.rst","news/0.x.rst","news/1.0.x.rst","news/1.1.x.rst","news/1.2.x.rst","news/1.3.x.rst","news/2.x.rst","news/3.x.rst","news/4.x.rst","news/5.x.rst","news/6.x.rst","news/senna.rst","reference.rst","reference/alias.rst","reference/api.rst","reference/api/global_configurations.rst","reference/api/grn_cache.rst","reference/api/grn_column.rst","reference/api/grn_command_version.rst","reference/api/grn_content_type.rst","reference/api/grn_ctx.rst","reference/api/grn_db.rst","reference/api/grn_encoding.rst","reference/api/grn_expr.rst","reference/api/grn_geo.rst","reference/api/grn_hook.rst","reference/api/grn_ii.rst","reference/api/grn_index_cursor.rst","reference/api/grn_info.rst","reference/api/grn_inspect.rst","reference/api/grn_match_escalation.rst","reference/api/grn_obj.rst","reference/api/grn_proc.rst","reference/api/grn_search.rst","reference/api/grn_table.rst","reference/api/grn_table_cursor.rst","reference/api/grn_thread.rst","reference/api/grn_type.rst","reference/api/grn_user_data.rst","reference/api/overview.rst","reference/api/plugin.rst","reference/cast.rst","reference/column.rst","reference/columns/index.rst","reference/columns/pseudo.rst","reference/columns/scalar.rst","reference/columns/vector.rst","reference/command.rst","reference/command/command_version.rst","reference/command/output_format.rst","reference/command/pretty_print.rst","reference/command/request_id.rst","reference/command/request_timeout.rst","reference/command/return_code.rst","reference/commands/cache_limit.rst","reference/commands/check.rst","reference/commands/clearlock.rst","reference/commands/column_copy.rst","reference/commands/column_create.rst","reference/commands/column_list.rst","reference/commands/column_remove.rst","reference/commands/column_rename.rst","reference/commands/config_delete.rst","reference/commands/config_get.rst","reference/commands/config_set.rst","reference/commands/database_unmap.rst","reference/commands/define_selector.rst","reference/commands/defrag.rst","reference/commands/delete.rst","reference/commands/dump.rst","reference/commands/index_column_diff.rst","reference/commands/io_flush.rst","reference/commands/load.rst","reference/commands/lock_acquire.rst","reference/commands/lock_clear.rst","reference/commands/lock_release.rst","reference/commands/log_level.rst","reference/commands/log_put.rst","reference/commands/log_reopen.rst","reference/commands/logical_count.rst","reference/commands/logical_parameters.rst","reference/commands/logical_range_filter.rst","reference/commands/logical_select.rst","reference/commands/logical_shard_list.rst","reference/commands/logical_table_remove.rst","reference/commands/normalize.rst","reference/commands/normalizer_list.rst","reference/commands/object_exist.rst","reference/commands/object_inspect.rst","reference/commands/object_list.rst","reference/commands/object_remove.rst","reference/commands/plugin_register.rst","reference/commands/plugin_unregister.rst","reference/commands/query_expand.rst","reference/commands/quit.rst","reference/commands/range_filter.rst","reference/commands/reference_acquire.rst","reference/commands/reference_release.rst","reference/commands/register.rst","reference/commands/reindex.rst","reference/commands/request_cancel.rst","reference/commands/ruby_eval.rst","reference/commands/ruby_load.rst","reference/commands/schema.rst","reference/commands/select.rst","reference/commands/shutdown.rst","reference/commands/status.rst","reference/commands/suggest.rst","reference/commands/table_copy.rst","reference/commands/table_create.rst","reference/commands/table_list.rst","reference/commands/table_remove.rst","reference/commands/table_rename.rst","reference/commands/table_tokenize.rst","reference/commands/thread_limit.rst","reference/commands/tokenize.rst","reference/commands/tokenizer_list.rst","reference/commands/truncate.rst","reference/configuration.rst","reference/executables.rst","reference/executables/grndb.rst","reference/executables/grnslap.rst","reference/executables/groonga.rst","reference/executables/groonga-benchmark.rst","reference/executables/groonga-httpd.rst","reference/executables/groonga-server-http.rst","reference/executables/groonga-suggest-create-dataset.rst","reference/executables/groonga-suggest-httpd.rst","reference/executables/groonga-suggest-learner.rst","reference/function.rst","reference/functions/between.rst","reference/functions/cast_loose.rst","reference/functions/edit_distance.rst","reference/functions/fuzzy_search.rst","reference/functions/geo_distance.rst","reference/functions/geo_in_circle.rst","reference/functions/geo_in_rectangle.rst","reference/functions/highlight_full.rst","reference/functions/highlight_html.rst","reference/functions/html_untag.rst","reference/functions/in_records.rst","reference/functions/in_values.rst","reference/functions/math_abs.rst","reference/functions/now.rst","reference/functions/number_classify.rst","reference/functions/prefix_rk_search.rst","reference/functions/query.rst","reference/functions/rand.rst","reference/functions/snippet_html.rst","reference/functions/string_length.rst","reference/functions/string_substring.rst","reference/functions/sub_filter.rst","reference/functions/time_classify_day.rst","reference/functions/time_classify_day_of_week.rst","reference/functions/time_classify_hour.rst","reference/functions/time_classify_minute.rst","reference/functions/time_classify_month.rst","reference/functions/time_classify_second.rst","reference/functions/time_classify_week.rst","reference/functions/time_classify_year.rst","reference/functions/vector_find.rst","reference/functions/vector_new.rst","reference/functions/vector_size.rst","reference/functions/vector_slice.rst","reference/grn_expr.rst","reference/grn_expr/query_syntax.rst","reference/grn_expr/script_syntax.rst","reference/indexing.rst","reference/log.rst","reference/normalizers.rst","reference/normalizers/normalizer_auto.rst","reference/normalizers/normalizer_nfkc100.rst","reference/normalizers/normalizer_nfkc51.rst","reference/operations.rst","reference/operations/geolocation_search.rst","reference/operations/prefix_rk_search.rst","reference/output.rst","reference/query_expanders.rst","reference/query_expanders/tsv.rst","reference/regular_expression.rst","reference/scorer.rst","reference/scorers/scorer_tf_at_most.rst","reference/scorers/scorer_tf_idf.rst","reference/sharding.rst","reference/suggest.rst","reference/suggest/completion.rst","reference/suggest/correction.rst","reference/suggest/introduction.rst","reference/suggest/suggestion.rst","reference/tables.rst","reference/token_filter/summary.rst","reference/token_filters.rst","reference/token_filters/token_filter_nfkc100.rst","reference/token_filters/token_filter_stem.rst","reference/token_filters/token_filter_stop_word.rst","reference/tokenizer/summary.rst","reference/tokenizers.rst","reference/tokenizers/token_bigram.rst","reference/tokenizers/token_bigram_ignore_blank.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.rst","reference/tokenizers/token_bigram_split_symbol.rst","reference/tokenizers/token_bigram_split_symbol_alpha.rst","reference/tokenizers/token_bigram_split_symbol_alpha_digit.rst","reference/tokenizers/token_delimit.rst","reference/tokenizers/token_delimit_null.rst","reference/tokenizers/token_mecab.rst","reference/tokenizers/token_ngram.rst","reference/tokenizers/token_pattern.rst","reference/tokenizers/token_regexp.rst","reference/tokenizers/token_table.rst","reference/tokenizers/token_trigram.rst","reference/tokenizers/token_unigram.rst","reference/tuning.rst","reference/types.rst","reference/window_function.rst","reference/window_functions/record_number.rst","reference/window_functions/window_count.rst","reference/window_functions/window_record_number.rst","reference/window_functions/window_sum.rst","server.rst","server/gqtp.rst","server/http.rst","server/http/comparison.rst","server/http/groonga.rst","server/http/groonga-httpd.rst","server/memcached.rst","server/package.rst","spec.rst","spec/gqtp.rst","spec/search.rst","troubleshooting.rst","troubleshooting/different_results_with_the_same_keyword.rst","troubleshooting/how_to_analyze_error_message.rst","troubleshooting/mmap_cannot_allocate_memory.rst","tutorial.rst","tutorial/data.rst","tutorial/drilldown.rst","tutorial/index.rst","tutorial/introduction.rst","tutorial/lexicon.rst","tutorial/match_columns.rst","tutorial/micro_blog.rst","tutorial/network.rst","tutorial/patricia_trie.rst","tutorial/query_expansion.rst","tutorial/search.rst"],objects:{"":{GRN_COLUMN_NAME_ID:[51,0,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[51,0,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[51,0,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[51,0,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[51,0,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[51,0,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[51,0,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[51,0,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[51,0,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[51,0,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[52,0,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[52,0,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[52,0,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[65,0,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[65,0,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[65,0,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[65,0,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[65,0,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[65,0,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[65,0,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[65,0,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[65,0,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[65,0,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[74,0,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[74,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[74,0,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[74,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[74,0,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[74,0,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[74,0,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[74,1,1,"c.GRN_PLUGIN_REGISTER"],grn_builtin_type:[71,2,1,"c.grn_builtin_type"],grn_cache:[50,2,1,"c.grn_cache"],grn_cache_close:[50,1,1,"c.grn_cache_close"],grn_cache_current_get:[50,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[50,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[50,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[50,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[50,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[51,1,1,"c.grn_column_create"],grn_column_index:[51,1,1,"c.grn_column_index"],grn_column_index_update:[51,1,1,"c.grn_column_index_update"],grn_column_name:[51,1,1,"c.grn_column_name"],grn_column_rename:[51,1,1,"c.grn_column_rename"],grn_column_table:[51,1,1,"c.grn_column_table"],grn_column_truncate:[51,1,1,"c.grn_column_truncate"],grn_command_version:[52,2,1,"c.grn_command_version"],grn_content_type:[53,2,1,"c.grn_content_type"],grn_ctx:[54,2,1,"c.grn_ctx"],grn_ctx_at:[54,1,1,"c.grn_ctx_at"],grn_ctx_close:[54,1,1,"c.grn_ctx_close"],grn_ctx_db:[54,1,1,"c.grn_ctx_db"],grn_ctx_fin:[54,1,1,"c.grn_ctx_fin"],grn_ctx_get:[54,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[54,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[54,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[64,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[54,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[54,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[54,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[54,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[54,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[54,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[64,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[54,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[54,1,1,"c.grn_ctx_use"],grn_db:[55,2,1,"c.grn_db"],grn_db_create:[55,1,1,"c.grn_db_create"],grn_db_create_optarg:[55,2,1,"c.grn_db_create_optarg"],grn_db_open:[55,1,1,"c.grn_db_open"],grn_db_recover:[55,1,1,"c.grn_db_recover"],grn_db_touch:[55,1,1,"c.grn_db_touch"],grn_db_unmap:[55,1,1,"c.grn_db_unmap"],grn_encoding:[56,2,1,"c.grn_encoding"],grn_encoding_parse:[56,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[56,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[57,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[57,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[57,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[57,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[57,1,1,"c.grn_expr_append_const_str"],grn_expr_append_obj:[57,1,1,"c.grn_expr_append_obj"],grn_expr_append_op:[57,1,1,"c.grn_expr_append_op"],grn_expr_close:[57,1,1,"c.grn_expr_close"],grn_expr_compile:[57,1,1,"c.grn_expr_compile"],grn_expr_create:[57,1,1,"c.grn_expr_create"],grn_expr_exec:[57,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[57,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[57,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[57,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[57,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[73,1,1,"c.grn_fin"],grn_geo_cursor_next:[58,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[58,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[58,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[58,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[58,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[52,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[56,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[64,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[49,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[59,2,1,"c.grn_hook_entry"],grn_ii:[60,2,1,"c.grn_ii"],grn_ii_buffer:[60,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[60,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[60,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[60,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[60,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[61,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[61,1,1,"c.grn_index_cursor_open"],grn_info_type:[62,2,1,"c.grn_info_type"],grn_init:[73,1,1,"c.grn_init"],grn_inspect:[63,1,1,"c.grn_inspect"],grn_inspect_encoding:[63,1,1,"c.grn_inspect_encoding"],grn_inspect_indented:[63,1,1,"c.grn_inspect_indented"],grn_inspect_limited:[63,1,1,"c.grn_inspect_limited"],grn_inspect_name:[63,1,1,"c.grn_inspect_name"],grn_inspect_query_log_flags:[63,1,1,"c.grn_inspect_query_log_flags"],grn_inspect_type:[63,1,1,"c.grn_inspect_type"],grn_obj:[65,2,1,"c.grn_obj"],grn_obj_add_hook:[59,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[65,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[65,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[65,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[65,1,1,"c.grn_obj_close"],grn_obj_column:[65,1,1,"c.grn_obj_column"],grn_obj_db:[55,1,1,"c.grn_obj_db"],grn_obj_defrag:[65,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[65,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[59,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[65,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[62,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[59,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[62,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[59,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[65,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[65,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[65,1,1,"c.grn_obj_get_values"],grn_obj_id:[65,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[65,1,1,"c.grn_obj_is_builtin"],grn_obj_is_index_column:[65,1,1,"c.grn_obj_is_index_column"],grn_obj_is_locked:[65,1,1,"c.grn_obj_is_locked"],grn_obj_is_vector_column:[65,1,1,"c.grn_obj_is_vector_column"],grn_obj_lock:[65,1,1,"c.grn_obj_lock"],grn_obj_name:[65,1,1,"c.grn_obj_name"],grn_obj_path:[65,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[65,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[65,1,1,"c.grn_obj_reinit"],grn_obj_remove:[65,1,1,"c.grn_obj_remove"],grn_obj_rename:[65,1,1,"c.grn_obj_rename"],grn_obj_search:[67,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[62,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[66,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[62,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[65,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[65,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[65,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[72,1,1,"c.grn_obj_user_data"],grn_p:[63,1,1,"c.grn_p"],grn_p_geo_point:[63,1,1,"c.grn_p_geo_point"],grn_p_ii_values:[63,1,1,"c.grn_p_ii_values"],grn_plugin_charlen:[74,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[74,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[74,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[74,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[74,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[74,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[74,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[74,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[74,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[74,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[74,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[74,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[74,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[74,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[66,1,1,"c.grn_proc_create"],grn_proc_func:[66,2,1,"c.grn_proc_func"],grn_proc_get_info:[66,1,1,"c.grn_proc_get_info"],grn_proc_type:[66,2,1,"c.grn_proc_type"],grn_search_optarg:[67,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[52,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[56,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[64,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[49,1,1,"c.grn_set_lock_timeout"],grn_table_add:[68,1,1,"c.grn_table_add"],grn_table_at:[68,1,1,"c.grn_table_at"],grn_table_columns:[68,1,1,"c.grn_table_columns"],grn_table_create:[68,1,1,"c.grn_table_create"],grn_table_cursor:[69,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[69,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[69,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[69,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[69,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[69,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[69,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[69,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[69,1,1,"c.grn_table_cursor_table"],grn_table_delete:[68,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[68,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[68,1,1,"c.grn_table_difference"],grn_table_get:[68,1,1,"c.grn_table_get"],grn_table_get_key:[68,1,1,"c.grn_table_get_key"],grn_table_group:[68,1,1,"c.grn_table_group"],grn_table_group_flags:[68,2,1,"c.grn_table_group_flags"],grn_table_group_result:[68,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[68,1,1,"c.grn_table_lcp_search"],grn_table_rename:[68,1,1,"c.grn_table_rename"],grn_table_setoperation:[68,1,1,"c.grn_table_setoperation"],grn_table_size:[68,1,1,"c.grn_table_size"],grn_table_sort:[68,1,1,"c.grn_table_sort"],grn_table_sort_flags:[68,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[68,2,1,"c.grn_table_sort_key"],grn_table_truncate:[68,1,1,"c.grn_table_truncate"],grn_table_update:[68,1,1,"c.grn_table_update"],grn_table_update_by_id:[68,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[70,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[70,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[70,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[70,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[70,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[70,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[71,1,1,"c.grn_type_create"],grn_user_data:[72,2,1,"c.grn_user_data"]},"groonga-benchmark":{"--dir":[157,4,1,"cmdoption-groonga-benchmark-dir"],"--ftp":[157,4,1,"cmdoption-groonga-benchmark-ftp"],"--groonga":[157,4,1,"cmdoption-groonga-benchmark-groonga"],"--host":[157,4,1,"cmdoption-groonga-benchmark-i"],"--log-output-dir":[157,4,1,"cmdoption-groonga-benchmark-log-output-dir"],"--port":[157,4,1,"cmdoption-groonga-benchmark-p"],"--protocol":[157,4,1,"cmdoption-groonga-benchmark-protocol"],"-i":[157,4,1,"cmdoption-groonga-benchmark-i"],"-p":[157,4,1,"cmdoption-groonga-benchmark-p"],db:[157,4,1,"cmdoption-groonga-benchmark-arg-db"],script:[157,4,1,"cmdoption-groonga-benchmark-arg-script"]},"groonga-suggest-httpd":{"--daemon":[161,4,1,"cmdoption-groonga-suggest-httpd-d"],"--disable-max-fd-check":[161,4,1,"cmdoption-groonga-suggest-httpd-disable-max-fd-check"],"--log-base-path":[161,4,1,"cmdoption-groonga-suggest-httpd-l"],"--n-lines-per-log-file":[161,4,1,"cmdoption-groonga-suggest-httpd-n-lines-per-log-file"],"--n-threads":[161,4,1,"cmdoption-groonga-suggest-httpd-t"],"--port":[161,4,1,"cmdoption-groonga-suggest-httpd-p"],"--receive-endpoint":[161,4,1,"cmdoption-groonga-suggest-httpd-r"],"--send-endpoint":[161,4,1,"cmdoption-groonga-suggest-httpd-s"],"-d":[161,4,1,"cmdoption-groonga-suggest-httpd-d"],"-l":[161,4,1,"cmdoption-groonga-suggest-httpd-l"],"-p":[161,4,1,"cmdoption-groonga-suggest-httpd-p"],"-r":[161,4,1,"cmdoption-groonga-suggest-httpd-r"],"-s":[161,4,1,"cmdoption-groonga-suggest-httpd-s"],"-t":[161,4,1,"cmdoption-groonga-suggest-httpd-t"]},"groonga-suggest-learner":{"--daemon":[162,4,1,"cmdoption-groonga-suggest-learner-d"],"--log-base-path":[162,4,1,"cmdoption-groonga-suggest-learner-l"],"--log-level":[162,4,1,"cmdoption-groonga-suggest-learner-log-level"],"--log-path":[162,4,1,"cmdoption-groonga-suggest-learner-log-path"],"--receive-endpoint":[162,4,1,"cmdoption-groonga-suggest-learner-r"],"--send-endpoint":[162,4,1,"cmdoption-groonga-suggest-learner-s"],"-d":[162,4,1,"cmdoption-groonga-suggest-learner-d"],"-l":[162,4,1,"cmdoption-groonga-suggest-learner-l"],"-r":[162,4,1,"cmdoption-groonga-suggest-learner-r"],"-s":[162,4,1,"cmdoption-groonga-suggest-learner-s"]},grn_db_create_optarg:{builtin_type_names:[55,3,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[55,3,1,"c.grn_db_create_optarg.n_builtin_type_names"]},grnslap:{"-P":[155,4,1,"cmdoption-grnslap-P"],"-m":[155,4,1,"cmdoption-grnslap-m"],dest:[155,4,1,"cmdoption-grnslap-arg-dest"]},groonga:{"--address":[156,4,1,"cmdoption-groonga-a"],"--bind-address":[156,4,1,"cmdoption-groonga-bind-address"],"--cache-base-path":[156,4,1,"cmdoption-groonga-cache-base-path"],"--cache-limit":[156,4,1,"cmdoption-groonga-cache-limit"],"--config-path":[156,4,1,"cmdoption-groonga-config-path"],"--default-match-escalation-threshold":[156,4,1,"cmdoption-groonga-default-match-escalation-threshold"],"--default-request-timeout":[156,4,1,"cmdoption-groonga-default-request-timeout"],"--document-root":[156,4,1,"cmdoption-groonga-document-root"],"--encoding":[156,4,1,"cmdoption-groonga-e"],"--help":[156,4,1,"cmdoption-groonga-h"],"--log-flags":[156,4,1,"cmdoption-groonga-log-flags"],"--log-level":[156,4,1,"cmdoption-groonga-l"],"--log-path":[156,4,1,"cmdoption-groonga-log-path"],"--log-rotate-threshold-size":[156,4,1,"cmdoption-groonga-log-rotate-threshold-size"],"--max-threads":[156,4,1,"cmdoption-groonga-t"],"--pid-path":[156,4,1,"cmdoption-groonga-pid-path"],"--port":[156,4,1,"cmdoption-groonga-p"],"--protocol":[156,4,1,"cmdoption-groonga-protocol"],"--query-log-path":[156,4,1,"cmdoption-groonga-query-log-path"],"--query-log-rotate-threshold-size":[156,4,1,"cmdoption-groonga-query-log-rotate-threshold-size"],"--server-id":[156,4,1,"cmdoption-groonga-i"],"-a":[156,4,1,"cmdoption-groonga-a"],"-c":[156,4,1,"cmdoption-groonga-c"],"-d":[156,4,1,"cmdoption-groonga-d"],"-e":[156,4,1,"cmdoption-groonga-e"],"-h":[156,4,1,"cmdoption-groonga-h"],"-i":[156,4,1,"cmdoption-groonga-i"],"-l":[156,4,1,"cmdoption-groonga-l"],"-n":[156,4,1,"cmdoption-groonga-n"],"-p":[156,4,1,"cmdoption-groonga-p"],"-s":[156,4,1,"cmdoption-groonga-s"],"-t":[156,4,1,"cmdoption-groonga-t"],command:[156,4,1,"cmdoption-groonga-arg-command"],dest:[156,4,1,"cmdoption-groonga-arg-dest"]}},objnames:{"0":["c","macro","C macro"],"1":["c","function","C function"],"2":["c","type","C type"],"3":["c","member","C member"],"4":["std","cmdoption","program option"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:cmdoption"},terms:{"0000":240,"000000":[34,186],"00000000":63,"000000000000000":[34,105],"000000000072779":202,"000000000075770":202,"000000000099998":202,"000000000119062":202,"000000000b123456":34,"0000000012345678":34,"00000001":63,"000001":186,"0000100":[123,124,146,156],"0000101":[93,95,123],"0000102":[93,123],"0000103":123,"00001100":63,"000020":186,"00008202":89,"000113964080810547":210,"000115633010864258":156,"000126361846923828":210,"0001294612884521484":206,"000131845474243164":210,"0001468658447265625":204,"0001680850982666016":205,"0001776218414306641":242,"0001835823059082031":205,"0001845359802246094":205,"0001850128173828125":205,"000186920166015625":205,"0001876354217529297":205,"0001931190490722656":205,"0001947879791259766":205,"0001950263977050781":205,"0001988410949707031":205,"0002026557922363281":34,"0002088546752929688":205,"0002140998840332031":247,"0002183914184570312":205,"0002193450927734375":242,"000220775604248047":86,"0002274513244628906":242,"0002298355102539062":205,"0002415180206298828":241,"0002450942993164062":242,"0002503395080566406":34,"0002522468566894531":205,"0002634525299072266":205,"0002820491790771484":242,"0002825260162353516":226,"0002887248992919922":239,"0002958774566650391":226,"0003006458282470703":242,"0003023147583007812":226,"0003066062927246094":241,"0003108978271484375":138,"0003116130828857422":242,"0003123283386230469":246,"0003139972686767578":[226,241],"0003197193145751953":241,"0003240108489990234":226,"0003299713134765625":226,"0003325939178466797":226,"0003414154052734375":241,"0003447532653808594":226,"0003533363342285156":226,"000355720520019531":[47,80,83,88,91,92,93,95,96,97,98,99,102,105,106,107,108,109,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,135,136,137,138,139,140,141,143,144,145,146,147,148,149,150,151,158,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,209,213,214,215,216,219,220,222,224,227,228,229,231,232,233,234,235,236,237,238,239,240,243,244,245,264,271,272,273,274,276,277,278,279,280,281],"0003573894500732422":226,"0003581047058105469":226,"0003597736358642578":115,"0003619194030761719":226,"0003693103790283203":241,"0003714561462402344":242,"0003724098205566406":226,"0003752708435058594":205,"0003833770751953125":226,"000418127":267,"0004286766052246094":241,"0005924701690673828":115,"0006020069122314453":115,"000647003":267,"000647716":267,"0006532669067382812":138,"0006628036499023438":34,"000743783":267,"000794":12,"00082087516784668":210,"0008268356323242188":242,"0009":212,"0009036064147949219":138,"0009109973907470703":242,"000x":17,"001":280,"001147":157,"001213":157,"001431":157,"00144":157,"001525487":267,"001635313034057617":242,"002":[157,280],"0020":[239,240],"002741":157,"002813816070556641":34,"002861":157,"002d":[205,226],"003424882888793945":104,"003507614135742188":104,"00576472282409668":104,"0061":34,"00612":38,"006278038024902344":104,"006752":42,"00686":40,"00703":40,"00794":12,"009646892547607422":104,"00b7":[205,226],"00n":154,"00z":161,"01088":40,"01100001":63,"011208":155,"01174":40,"01192":41,"0123":242,"012345":242,"0123456789":242,"01248":41,"012511":155,"01346":41,"01418":157,"01440":41,"015119":157,"01520":41,"01571":41,"01593":41,"01596":41,"01599":41,"01621":41,"01661":41,"01729":41,"01751":41,"01800":41,"01810":41,"01845":41,"01890":41,"01929":210,"01930":41,"01t00":161,"02017":41,"02052":41,"02073":42,"02097":42,"02113":42,"02398":42,"02409":42,"02454":42,"02651":42,"02673":42,"02691":42,"02731":42,"02754":42,"02796":42,"02841":157,"02902":42,"02942":42,"02970":42,"02981":42,"02d7":[205,226],"03014":42,"03118":43,"03131":43,"03177":43,"03255":43,"03427":43,"034283":242,"03515":43,"03562":43,"036":249,"03632":43,"03708":43,"03757452964782715":241,"03761":43,"03825":43,"03884":44,"03948":44,"03997230529785156":34,"04008":44,"04012":44,"04028":44,"04040":44,"04055":44,"04058":44,"04107":44,"042032":138,"04219":44,"04232335090637207":138,"0435875803232193":34,"044069":92,"044114":92,"044226":92,"044305":92,"044318":92,"04449":34,"04533":34,"04609":34,"04683":34,"04688":34,"04758048057556152":116,"04770":34,"049":157,"049046":104,"05761265754699707":242,"058a":[205,226],"06164214760065079":34,"073":[33,223,249],"08321":210,"08708477020263672":138,"0871751606464386":34,"08e2456ba35407e3d5172f71a0200fac2a770142":34,"090":[34,242],"09011112222":[34,242],"095":249,"095833":242,"09989762306213379":138,"0\u306e\u79d2\u8868\u8a18":267,"0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u5148\u982d\u306b\u633f\u5165\u3055\u308c\u307e\u3059":59,"0\u30d9\u30fc\u30b9\u3067":[68,69],"0\u30ea\u30ea\u30fc\u30b9":34,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":156,"0garbag":34,"0mq":41,"0x0":[39,249,271],"0x01":264,"0x02":264,"0x04":264,"0x08":264,"0x10":264,"0x20":199,"0x5c":34,"0x7fa0d5d7ed00":86,"0xc7":264,"100":[34,41,42,43,80,86,88,91,113,115,116,138,141,143,154,155,156,157,158,165,169,219,231,236,237,267],"1000":[34,63],"10000":[34,49,155,248],"1000000":161,"10000000":[49,63],"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u30df\u30ea\u79d2\u5358\u4f4d\u3078\u3068\u5909\u63db\u3055\u308c\u307e\u3059":249,"1001":34,"10041":[26,106,134,155,156,157,158,159,210,258,262,278],"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":155,"10041\u756a":156,"10043":[42,156,262,264],"10043\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":156,"10043\u756a":156,"10055":268,"1007":34,"1009":34,"100\u4ef6\u4ee5\u4e0b\u306e\u30d2\u30c3\u30c8\u6570\u3067\u3042\u308c\u3070":267,"100abc":165,"100cent":[231,236,237,238],"100mb":34,"100x":[34,44],"100x100":169,"100x150":170,"101":[41,80],"1010":[34,157],"1011":34,"102":219,"1023":34,"1024":[34,44,106,122,200,278],"102400":34,"1024r":12,"1025202362":281,"1030":[34,38],"1035":38,"10400":157,"1042":38,"1043":38,"1044":38,"1045":34,"1047":38,"10475660":168,"1048":38,"1051":38,"1051322":168,"1052672":122,"1053":38,"1054":40,"1065":34,"1073741823":223,"1073741824\u306e\u6574\u6570\u3067":78,"10738":210,"1087":34,"1089":34,"109":41,"10900":157,"10d":154,"10h":154,"10m":[154,158],"10month":154,"10t13":[219,220,222],"10t22":220,"10w":154,"10z":200,"110":[34,41,89],"1100":34,"1101":34,"1102":34,"1102520059":281,"1106":34,"11068624":92,"111":[34,41,89],"1111":[34,242],"1112":34,"11155":89,"112":[34,41],"1120":34,"1122":34,"1126":34,"1129":202,"113":[41,124],"1139":34,"114":[36,41],"115":[34,41],"1153":34,"1155":34,"1158":34,"116":[41,89],"116119":226,"1167":38,"11675":34,"117":41,"1171":38,"1173":38,"1175":38,"118":[41,124],"1180":38,"1189641421":281,"11925":157,"1194":38,"11x1":34,"11x11":34,"11x13":34,"120":41,"120000":89,"12008":157,"1209":38,"121":89,"1215":[38,39],"1216":38,"122":[41,186],"1220":38,"1225":38,"1226":38,"123":[41,119],"1234":[39,161],"12345":264,"123456":34,"1234567890":[200,271],"1234569999":271,"123457":271,"1235":161,"123834":246,"124":41,"1242":39,"1247":40,"125":41,"1251":39,"1256791194":177,"1258":40,"126":[34,41],"12670817":92,"1268794800":277,"1268795100":277,"1268798400":277,"1268802000":277,"127":[41,89,156,159,161,249],"1271252824":157,"128":[41,92,161,249],"128452975":281,"128452975x503157902":[271,273,278,281],"128487316x502920929":[273,281],"1285031914":267,"128515259x503187188":[273,281],"1285858800":267,"1285858800\u306f2010":267,"1289":40,"128mb":40,"129":[41,157],"1298":40,"1299":40,"12gb":269,"12x12":34,"130":41,"1302":40,"1303":40,"13036498944":269,"1305":40,"1307627409696579":34,"131":41,"131072":[122,248],"1312950803":[141,219,220,222],"1312950804":[141,219,220],"1312950805":[141,219,220],"1312950808":[141,222],"1312950809":[141,220],"1312950810":[141,220],"13192":157,"132":41,"1320":40,"13214":157,"1324":40,"1325":40,"1326":40,"13277":157,"1327721626":210,"1327721628":210,"1327721639":210,"1327721649":210,"1327721664":210,"1327809282":210,"1327809294":210,"1327809319":210,"1327809339":210,"1327809366":210,"1328":40,"13289":157,"1329":40,"13291000":168,"133":41,"1330":40,"13344":278,"13365":[140,158,274],"1337566253":[47,80,83,88,91,92,93,95,96,97,98,99,102,105,106,107,108,109,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,135,136,137,138,139,140,141,143,144,145,146,147,148,149,150,151,158,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,209,213,214,215,216,219,220,222,224,227,228,229,231,232,233,234,235,236,237,238,239,240,243,244,245,264,271,272,273,274,276,277,278,279,280,281],"134":41,"1340":40,"1342":40,"1343011270":200,"135":84,"1350490027":281,"135631":157,"135960000x":168,"136":[41,89],"1363":40,"1365180540":281,"13655":264,"137":41,"1372":40,"138":41,"1386":40,"1387":40,"1388":40,"1389":40,"139":[35,41,281],"1393":40,"13\u7528rpm\u306e\u63d0\u4f9b":36,"140":41,"1400":140,"1405":40,"1406":40,"141":41,"1418":40,"1419":40,"142":[41,210],"1420":40,"1421":40,"1422928140":[116,138],"1422928140000000":[116,138],"1422935340":[34,116,138],"1422935340000000":[116,138],"1422975600":[34,116],"1422975600000000":116,"1423":40,"1427":[205,226],"1428":40,"1429":40,"1429687763":156,"143":41,"1436281200":[115,116],"1436284800":[115,116],"1436288400":[115,116],"1436367600":[115,116],"1436371200":[115,116],"143660000x419009000":168,"144":[41,210],"1441761403":140,"1448344437":84,"1448344438":84,"145":41,"1451":40,"14541":157,"1455":40,"145508000x":168,"14570":157,"1458228600":118,"145967":242,"1459846102":86,"146":[41,210],"146249000x":277,"146566000x":[168,277],"146607190x":277,"146710080x":277,"146741340x":277,"146867000x":277,"147":[41,249],"148":41,"149":41,"1490":157,"14t00":34,"14x14":34,"150":[41,176],"1500":34,"150x100":170,"151":41,"15132":205,"1514345928":140,"1514346019":158,"1514346060":274,"1514346072":278,"1514346074":264,"15187":157,"1519030779":116,"1519095081":113,"1519131606":115,"1519132441":115,"152489000x":277,"152944":89,"153":80,"1531":40,"1532":40,"1534":40,"154":42,"1540383426":281,"1542772065":138,"1545179416":239,"1545810238":241,"1545810363":241,"1545812631":241,"1545892715":241,"1545892913":241,"1545892987":241,"1545893087":241,"1545893197":241,"1545901819":226,"1546584495":247,"1546586185":246,"1546673320":138,"1546673346":138,"1546673366":138,"1546673389":138,"1546674147":138,"1546840077":205,"1546840210":205,"1546840389":205,"1546840469":205,"1546840544":205,"1546840704":205,"1546840778":205,"1546840846":205,"1546840930":205,"1546840999":205,"1546841068":205,"1546841138":205,"1546841200":205,"1546841272":205,"1546841303":205,"1546841329":205,"1546841358":205,"1546906509":226,"1546906576":226,"1546906658":226,"1546906730":226,"1546906812":226,"1546906950":226,"1546907023":226,"1546907076":226,"1546907138":226,"1546907221":226,"1546907295":226,"1546907361":226,"1546907415":226,"1547239424":204,"1547241266":206,"155":[34,210],"1556063548":242,"1556063752":242,"1556063953":242,"1556064877":242,"1556064951":242,"1557187317":242,"1557187366":242,"1557187404":242,"1557403984":115,"1558570398":242,"1558913369":242,"1558914023":242,"1558915202":242,"157":210,"1573":157,"158":42,"1588258800":186,"159":210,"1590469700":34,"1590647445":34,"1594339851":34,"15min":44,"15t00":34,"160":42,"1602724694":34,"1604020694":34,"1608087311":34,"1608088617":34,"1608088628":34,"1612416118":104,"1612416136":104,"1612416155":104,"1612416424":104,"1612416439":104,"1612416450":104,"1612416577":104,"1612504193":34,"162":42,"163":42,"16384":[122,123],"164":42,"164097":157,"1649760492":281,"166":[42,49,96],"167":42,"16779234":92,"168":[42,156,161],"1681692777":281,"16842752":122,"16843":34,"16844":34,"169":42,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":89,"16bit":249,"16gb":269,"16gib":248,"16t00":34,"170":42,"171":42,"1714636915":281,"1718":157,"172":42,"172310000":168,"173":42,"17380":157,"174":[42,89],"17435":157,"17480":157,"17491":157,"175":42,"175904000x8464000":168,"176":42,"177":42,"178":42,"179":42,"179984":205,"17t00":34,"1800":34,"1804289383":281,"18149":89,"182":42,"183":42,"184":42,"185":42,"18524211":92,"185428000x":168,"188":[42,281],"189":42,"18970":157,"18998":157,"190":[34,42],"191":42,"192":[42,156,161],"193":[42,115],"194":42,"195":156,"195525":241,"1957747793":281,"196":42,"1964":41,"1967":157,"1967513926":281,"197":42,"1970":[83,161,200,249,271,277],"198":42,"19801":157,"1988":40,"199":118,"1999":41,"1\u304b\u3089\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3044\u3046\u6982\u5ff5\u304c\u5c0e\u5165\u3055\u308c\u307e\u3059":82,"1\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":69,"1\u3064\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc":38,"1\u3068\u3044\u3046\u6271\u3044\u306b\u306a\u308a\u307e\u3059":82,"1\u3068command":82,"1\u3088\u308a\u5c0f\u3055\u3044\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":69,"1\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u672b\u5c3e\u306b\u633f\u5165\u3055\u308c\u307e\u3059":59,"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":157,"1\u30ea\u30ea\u30fc\u30b9":34,"1\u5358\u8a9e\u6271\u3044":265,"1\u884c\u76ee":157,"1byte":264,"1gb":43,"1st":164,"1tib":[33,143,223],"1usec":44,"1x139":271,"1year":154,"200":[34,42,43,113,115,116,138,176,271],"2000":209,"20000":277,"2000\u898f\u683c\u306b\u5f93\u3063\u3066\u5168\u89d2\u30ab\u30bf\u30ab\u30ca\u306b\u5909\u63db\u3057\u305f\u6587\u5b57\u5217\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b\u5024\u3092key\u3068\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"20010":157,"20041":158,"2005":34,"2006":34,"2008":[38,41],"2009":[34,155],"200byte":182,"201":42,"2010":[34,40,42,43,157,205,226,267,273,277],"2011":[34,202,219,220,222],"2012":[12,34,200],"2013":[8,32,34,269],"2014":[34,205,226],"2015":[34,113,115,116,138,205,226],"20150708":[113,115,116],"20150709":[113,115,116],"20150814":217,"2016":[34,118],"2017":[113,115,116],"2018":187,"2019":[92,154],"202":[42,157],"2020":186,"2022":[205,226],"203":42,"2043":[205,226],"2044897763":281,"2048":42,"2054":[41,273,281],"206":42,"207b":[205,226],"208":42,"208b":[205,226],"209944":241,"20km":277,"210":42,"212":42,"21456":12,"2147483643":200,"2147483648":[123,137,200],"215":42,"216":[42,89],"216639":140,"217":42,"218":157,"218799":247,"21th":41,"21x21":34,"21x9":34,"220":42,"221":42,"2212":[205,226],"2219":[205,226],"2222":[34,242],"22277":239,"223":[42,249],"223331":205,"22347776":122,"225":36,"226588":241,"227":42,"227195":226,"22c5":[205,226],"22x10":34,"2307":42,"233":84,"237":[43,89],"239":42,"23t02":200,"240":42,"242":42,"2438":42,"24493":242,"247264":205,"24byte":264,"24t18":154,"250":[34,176],"2500":[205,226],"2501":[205,226],"253":42,"2546":42,"255":[92,249],"255829000":277,"256":[44,80,92,93,95,122,123,137,146,156,186],"256gib":33,"256kb":269,"256kib":248,"257":[34,93,95,123,137],"257662232kbyte":157,"258":[93,123,137],"25846":157,"259":[42,123,137,281],"2601":157,"26057":[141,219,220],"262144":122,"26298":157,"264":42,"26568":89,"26595":157,"266":34,"266228000":277,"266280000":277,"266315480":277,"266319590":277,"266422000":[168,277],"267021260":277,"268":[33,217,223],"268052438":267,"268435455":223,"268435456":223,"26897":157,"270":42,"27018":157,"27025":157,"271":42,"27153":157,"272":157,"273053":157,"2744":157,"27446":157,"275529":138,"27596":157,"276":43,"276421":202,"276553":202,"278454":206,"283":43,"290":[34,63],"29025":157,"29195195":12,"292570838":267,"29289245605469e":84,"2929":161,"294":[34,249],"295":249,"296":43,"2\u306e\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3063\u305f\u969b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3057\u305f":12,"2\u306e\u4e8c\u3064\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059":82,"2\u30ea\u30ea\u30fc\u30b9":34,"2\u884c\u76ee":157,"2byte":[87,264],"2e31":[205,226],"2nd":[34,138],"2rd":138,"2st":138,"300":[34,101,113,115,116],"3000":43,"3001":43,"3002":43,"303":80,"304568":226,"30525":104,"30547":157,"305962":226,"3086":157,"3095":138,"30ac":204,"30fb":[205,226],"30fc":[205,226],"311448":115,"313":202,"313401":202,"3137":157,"314e":200,"316":281,"317":43,"3231":34,"327":34,"32768":200,"32bit":[8,34,41,43,44,249],"32byte":43,"32gib":248,"330":44,"332":44,"33248":157,"3326656":34,"33282":123,"33285":157,"336":43,"338":43,"33x12":34,"341422":242,"345734":202,"348":43,"349471":92,"351":43,"353":43,"354":43,"355":43,"357":43,"358":43,"359464":157,"360":34,"361":34,"3616":42,"363":43,"364602632":267,"3676469326019287":104,"368":43,"3705":99,"372":249,"375":43,"377275":226,"378":43,"379":43,"380":43,"380738":34,"38095511":92,"381":43,"382":[43,155],"385":34,"3920288775949":34,"393":43,"396":43,"39600000000":34,"397":43,"399":43,"3\u3067\u95be\u5024\u306e\u4ef6\u6570\u3088\u308a\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u5834\u5408":265,"3\u30ea\u30ea\u30fc\u30b9":34,"3\u884c\u76ee":157,"3dai":154,"3rd":[34,41,44,138],"400":[34,41,42,44,176],"4000\u306b\u30a2\u30af\u30bb\u30b9\u3057\u3066\u5185\u5bb9\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"400m":34,"401":202,"403":43,"405":43,"406":43,"406149":34,"4063":[69,209],"407":43,"408":44,"409":43,"4091b":[98,152],"4096":[40,41,63,85,122,123,137,202],"4096byte":[43,223],"4097byte":223,"410":34,"4102":267,"410312":116,"415":43,"417":43,"418526":104,"419":43,"4194304":269,"420":43,"422051":205,"423493":226,"424238335":281,"4281":157,"4281206130981445":113,"429":34,"429434":104,"4294967185":89,"4294967295":122,"431":36,"432017408":269,"435":[33,217,223],"436218":200,"436218z":200,"43783":84,"438":38,"4387":267,"43x12":34,"4400":267,"44001770019531e":210,"440753":34,"440760000":168,"441741":242,"446":249,"447":43,"448":43,"448064902":267,"450":43,"4505":89,"452":43,"454":43,"455":[33,217,223],"456":43,"457":43,"458":43,"458756":202,"458829":202,"458856":202,"458875":202,"458986":202,"459":44,"45ea3034":202,"460":[36,44],"461000":168,"462605":205,"463":44,"464":44,"4648070":92,"472":44,"476":44,"47719":157,"47742":226,"477687":205,"479":44,"479471":205,"481":44,"483":249,"484":44,"48472":157,"485":89,"48509":157,"48554":157,"48607":157,"487":44,"490":44,"49152":[123,156],"49153":123,"493":44,"494":34,"495":44,"495518":205,"496":44,"497":44,"499156":138,"4\u30ea\u30ea\u30fc\u30b9":34,"4\u884c\u76ee":157,"4byte":264,"4e86e700":269,"4gib":[33,44,143,223,264],"4kib":[33,34,43,47,96,97,98,152,223],"4mib":122,"4th":138,"500":[34,42],"5000":[273,281],"50000":273,"502":63,"503157902":281,"504":44,"506":80,"507":[44,140],"508":[36,44],"5095787":34,"510":80,"511":44,"512":122,"51265384":92,"514":[36,157],"515":[36,44],"515037":104,"51529":226,"517":44,"51789665222168":104,"518":44,"518968":226,"519":44,"520":34,"522":44,"523":44,"524":44,"524084839":267,"524290":63,"526":44,"527":44,"528":44,"529":44,"530":34,"531":44,"532":44,"533":44,"534":44,"535":249,"536":[33,223],"5367431640625e":210,"538":36,"539":44,"540":36,"541":[36,44],"542":44,"543078":205,"54311":210,"544":44,"545":44,"5453":157,"546":44,"548":44,"549":44,"550":44,"551":[44,249,269],"5513765":34,"553":44,"555":36,"55541":177,"5558225":168,"556662":241,"559":44,"55x11":34,"560":[44,116],"56057":[141,219,220],"56058502197266e":210,"563":36,"564":44,"564207350021":35,"565":80,"566":80,"567":36,"56880000x":168,"571":36,"575454":226,"576":44,"578":36,"5782":210,"579":44,"579662":113,"57f2ff87d45d7f0f525e2216":44,"580":44,"58043f77614116a2568d529c":44,"5807750":168,"581":44,"582":44,"582769":205,"583":44,"5836138":168,"584":44,"586":44,"586192":115,"587":44,"589":44,"590":44,"590515":226,"591":44,"592":44,"593":44,"5956":157,"596":[36,89],"596516649":281,"59777":89,"599":44,"59\u74b0\u5883\u306b\u304a\u3044\u3066":38,"5\u30ea\u30ea\u30fc\u30b9":34,"5th":138,"5week":154,"601":44,"6020":157,"604":124,"607":44,"608":36,"6084117":34,"61095":210,"612":36,"613":36,"615":249,"617":[36,44],"618":44,"619":44,"620":44,"622":44,"623":34,"624":[36,44],"625":34,"626":44,"627":34,"628":[36,44],"629":34,"630":36,"633":34,"63304":86,"634":34,"646":34,"647":249,"648":249,"64bit":[8,43,122,249],"64kib":43,"654316":205,"65465":264,"65466":264,"65467":264,"65468":264,"65469":264,"65470":264,"65471":264,"65472":264,"65473":264,"65474":264,"65475":264,"65476":264,"65477":264,"65478":264,"65479":264,"65480":264,"65481":264,"65482":264,"65483":264,"65484":264,"65485":264,"65486":264,"65487":264,"65488":264,"65489":264,"65490":264,"65491":264,"65492":264,"65493":264,"65494":264,"65495":264,"65496":264,"65497":264,"65498":264,"65499":264,"65500":264,"65501":264,"65502":264,"65503":264,"65504":264,"65505":264,"65506":264,"65507":264,"65508":264,"65509":264,"65510":264,"65511":264,"65512":264,"65513":264,"65514":264,"65515":264,"65516":264,"65517":264,"65518":264,"65519":264,"65520":264,"65521":264,"65522":264,"65523":264,"65524":264,"65525":264,"65526":264,"65527":264,"65528":264,"65529":264,"65530":[248,264],"65531":264,"65532":264,"65533":264,"65534":264,"65535":264,"65535byte":43,"65536":[122,123,137,248,269],"660":36,"661":38,"661493":241,"666":49,"669":36,"6720":[273,281],"676006":115,"6789":242,"6813819":281,"6813819x139":[271,281],"683":34,"685":34,"686":36,"68693":157,"6880439":168,"689":36,"690":36,"6909211x139":281,"691":34,"695":34,"6954581363924":35,"696":34,"698":34,"699":34,"6\u3067\u3082\u52d5\u4f5c\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"6\u306e\u3068\u304d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f4\u65b0\u3057\u3066pull":12,"6\u30ea\u30ea\u30fc\u30b9":34,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":14,"6elz":42,"6gib":248,"700":34,"7002581":281,"701":34,"702":34,"702912":205,"703":[34,36],"706":34,"708":34,"70845":156,"709":249,"710":34,"71236":89,"71252824":157,"713":36,"715882":34,"7163":267,"719885386":281,"7209":44,"721":34,"723":36,"7238996":92,"725":34,"725134":138,"728665":92,"7293":43,"730":34,"733":34,"735":34,"7361":89,"737014":157,"740":34,"741":[33,157,223],"743":34,"744":249,"7470239":89,"748":36,"750":36,"751":[34,36],"7529":34,"754":249,"757":36,"758":38,"760":34,"76057":[141,219,220],"762519":157,"766":38,"7660839":[271,281],"767":[34,249],"768":249,"770":202,"770243":44,"771334":241,"775":[34,249],"776":36,"776949":226,"777":[49,235],"780":34,"781":34,"783368690":281,"787":34,"78734":205,"790":36,"790899":242,"794":36,"798628":242,"799167":43,"7992":155,"7\u30ea\u30ea\u30fc\u30b9":34,"800":34,"802":36,"805990":157,"806":34,"807":[36,249],"808":249,"8080":161,"809296":205,"80ghz":157,"815":[33,223],"8167":267,"8192":43,"820":34,"823":[33,223],"825164":242,"82675":210,"82pre":45,"8308622":92,"831495":157,"833":38,"834":37,"8342565":34,"835218":269,"837":37,"839442":205,"84187":210,"846930886":281,"849045":226,"854":249,"858":34,"8601":[154,200],"86057":[141,219,220,222],"86058":219,"86059":219,"86060":219,"869136":138,"870":[33,223],"874337":204,"875591":242,"878":38,"880":38,"8868":34,"887":38,"887472":241,"888":38,"890":38,"892":38,"893":38,"8935":157,"894":38,"895":38,"89755":138,"89858":[47,80,83,88,91,92,93,95,96,97,98,99,102,105,106,107,108,109,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,135,136,137,138,139,140,141,143,144,145,146,147,148,149,150,151,158,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,209,213,214,215,216,219,220,222,224,227,228,229,231,232,233,234,235,236,237,238,239,240,243,244,245,264,271,272,273,274,276,277,278,279,280,281],"899":38,"8990":157,"8\u306b\u5bfe\u5fdc":36,"8\u30ea\u30ea\u30fc\u30b9":[12,34],"8bit":249,"8byte":[33,264],"8x8":34,"900":34,"902":281,"904":34,"908633":205,"909":[34,38],"911":34,"911713":242,"912":[33,34,38,223],"913":34,"914959":241,"915408":157,"921113":104,"9223372036854775807":200,"9223372036854775808":200,"924836":34,"925894":104,"92619":161,"929":281,"934":38,"935":38,"936":34,"93850":161,"93933868408203e":210,"94293":161,"9430448":34,"94392":89,"944":38,"94734":161,"9488":145,"9494":145,"951":34,"9511":34,"9513":34,"95147":161,"9516":34,"952":38,"95553":161,"958":34,"95959":161,"96000":161,"966190":155,"967":249,"967506":242,"96857":[141,219,220],"975":281,"975mbyte":157,"986":38,"989727":226,"993":[40,42],"994":40,"995":41,"996":43,"997":157,"998696":155,"999":[34,138],"9999":138,"99999":34,"9x10":34,"9x9":34,"\u1427":[205,226],"\u3041\u3042\u3043\u3044\u3045\u3046\u3047\u3048\u3049\u304a\u3083\u3084\u3085\u3086\u3087\u3088\u308e\u308f\u3095\u304b\u3096\u3051":[205,226],"\u3042\u3042\u3044\u3044\u3046\u3046\u3048\u3048\u304a\u304a\u3084\u3084\u3086\u3086\u3088\u3088\u308f\u308f\u304b\u304b\u3051\u3051":[205,226],"\u3042\u3044\u3046\u3047\u304a\u309d\u309e":[205,226],"\u3042\u3068\u306f\u30d6\u30e9\u30a6\u30b6\u306b\u3066http":12,"\u3042\u3089\u304b\u3058\u3081groonga\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304a\u304f\u3068\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u5186\u6ed1\u306b\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3042\u3089\u304b\u3058\u3081packages\u30e6\u30fc\u30b6\u3067packag":12,"\u3042\u308a\u307e\u305b\u3093":[128,144],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":169,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[169,170],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":11,"\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u306f\u3058\u3081\u306bdevelop\u6271\u3044\u3068\u3057\u3066\u30ea\u30ea\u30fc\u30b9\u3055\u308c":82,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u304c\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u3046\u3061":82,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306b\u304a\u3044\u3066\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":82,"\u3042\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u306egroonga\u306f":82,"\u3042\u308b\u578b\u306e\u30d9\u30af\u30bf\u30fc\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":249,"\u3042\u308c\u3053\u308c\u60c5\u5831\u63d0\u4f9b\u3092\u8981\u6c42\u3059\u308b\u3068":10,"\u3042\u30a4\uff73\uff6a\u304a\u30fd\u30fe":[205,226],"\u3044\u304d\u306a\u308aredmine\u3067\u30d0\u30b0\u5831\u544a\u3092\u304a\u9858\u3044\u3059\u308b\u3068":10,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":78,"\u3044\u305a\u308c\u304b\u4e00\u3064\u304c\u5fc5\u305astable\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":82,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":11,"\u3044\u307e\u3059":10,"\u304a\u304b\u3057\u306a\u7d50\u679c\u3092\u8fd4\u3059\u554f\u984c\u3092\u4fee\u6b63":36,"\u304a\u3070\u305f\u3055\u3093":35,"\u304a\u3088\u3073":12,"\u304b\u304b\u304d\u304d\u304f\u304f\u3051\u3051\u3053\u3053\u3055\u3055\u3057\u3057\u3059\u3059\u305b\u305b\u305d\u305d\u305f\u305f\u3061\u3061\u3064\u3064\u3066\u3066\u3068\u3068\u306f\u306f\u306f\u3072\u3072\u3072\u3075\u3075\u3075\u3078\u3078\u3078\u307b\u307b\u307b":[205,226],"\u304b\u304c\u304d\u304e\u304f\u3050\u3051\u3052\u3053\u3054\u3055\u3056\u3057\u3058\u3059\u305a\u305b\u305c\u305d\u305e\u305f\u3060\u3061\u3062\u3064\u3065\u3066\u3067\u3068\u3069\u306f\u3070\u3071\u3072\u3073\u3074\u3075\u3076\u3077\u3078\u3079\u307a\u307b\u307c\u307d":[205,226],"\u304b\u3089\u53d6\u5f97\u3067\u304d\u308b\u305d\u308c\u305e\u308c\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":61,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":156,"\u304bwgs84geopoint":[169,170],"\u304c\u3042\u308a\u307e\u3059":12,"\u304c\u30c6\u30fc\u30d6\u30eb\u5358\u4f4d\u306e\u30c0\u30f3\u30d7\u306b\u5bfe\u5fdc":36,"\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082":265,"\u304c\u5fc5\u8981\u3067\u3059":12,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":181,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":169,"\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u52b9\u3067\u3059":68,"\u304c\u6307\u5b9a\u3055\u308c\u305ftable\u3067\u306f":68,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3051\u308c\u306a\u308a\u307e\u305b\u3093":68,"\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[51,68],"\u304c\u7121\u9650\u30eb\u30fc\u30d7\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u304c\u8fd4\u3055\u308c\u307e\u3059":65,"\u3050\u308b\u3093\u304c":[199,200],"\u3050\u308b\u3093\u304c\u592a\u90ce":273,"\u3050\u308b\u3093\u304c\u6b21\u90ce":273,"\u3053\u3046\u3059\u308c\u3070\u826f\u3044\u3068\u3044\u3046\u63d0\u6848\u3092\u3067\u304d\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u3053\u3053\u3067\u306f":267,"\u3053\u3053\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306bruby\u3092\u5229\u7528\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u3092web\u30b5\u30fc\u30d0\u7d4c\u7531\u3067\u53c2\u7167\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u306f\u6700\u65b0\u306etag\u306b\u57fa\u3065\u3044\u3066\u30ea\u30ea\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8abf\u3079":12,"\u3053\u3053\u3067\u306f\u7c21\u5358\u306b\u8aac\u660e\u3059\u308b\u306e\u3067":267,"\u3053\u3053\u3067\u307e\u3068\u3081\u305f\u5185\u5bb9\u306b\u3064\u3044\u3066\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u3082\u4f7f\u7528\u3057\u307e\u3059":12,"\u3053\u3053\u3067\u3082":267,"\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u30b5\u30dd\u30fc\u30c8\u306e\u969b\u306b\u6c17\u3092\u3064\u3051\u308b\u3053\u3068\u3092\u307e\u3068\u3081\u307e\u3059":10,"\u3053\u306e\u3068\u304d":265,"\u3053\u306e\u307e\u307e\u3067\u306f\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u8868\u793a\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":267,"\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u306e\u306f\u5168\u6587\u691c\u7d22\u6642\u306b\u8907\u6570\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3089\u3067\u3059":267,"\u3053\u306e\u3088\u3046\u306bn":267,"\u3053\u306e\u3088\u3046\u306btokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u91cd\u307f\u3092\u9ad8\u304f\u3059\u308b\u3053\u3068\u306b\u3088\u308a":267,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":157,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":157,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":157,"\u3053\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u306f":265,"\u3053\u306e\u30b1\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3059\u308b\u306e\u3067":267,"\u3053\u306e\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a":12,"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092document":156,"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":157,"\u3053\u306e\u30dc\u30bf\u30f3\u3092\u7d4c\u7531\u3059\u308b\u5834\u5408":12,"\u3053\u306e\u4e2d\u3067\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308bgrn_expr\u306e\u3053\u3068\u3092\u7279\u306b\u6761\u4ef6\u5f0f\u3068\u3088\u3073\u307e\u3059":11,"\u3053\u306e\u4f5c\u696d\u306f":12,"\u3053\u306e\u4f5c\u696d\u306f\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3054\u3068\u306b\u884c\u3044\u307e\u3059":12,"\u3053\u306e\u4f5c\u696d\u306fblogroonga\u306e\u82f1\u8a9e\u7248":12,"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egroonga":157,"\u3053\u306e\u4f8b\u306f\u65e5\u672c\u8a9e\u3060\u3063\u305f\u306e\u3067tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u3088\u304b\u3063\u305f\u306e\u3067\u3059\u304c":267,"\u3053\u306e\u5834\u5408":69,"\u3053\u306e\u5834\u5408\u306f\u30b9\u30b3\u30a2\u304c11\u306b\u306a\u3063\u3066\u3044\u307e\u3059":267,"\u3053\u306e\u5834\u5408\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":267,"\u3053\u306e\u5834\u5408\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":267,"\u3053\u306e\u5834\u5408\u3082\u5bfe\u7b56\u65b9\u6cd51\u540c\u69d8":267,"\u3053\u306e\u5834\u5408\u30d2\u30c3\u30c8\u3057\u307e\u3059":267,"\u3053\u306e\u5ea6\u5408\u3044\u3092\u8abf\u6574\u3059\u308b\u305f\u3081\u306b\u306f":267,"\u3053\u306e\u60c5\u5831\u3092\u56de\u907f\u3059\u308b\u65b9\u6cd5\u30922\u7a2e\u985e\u7d39\u4ecb\u3057\u307e\u3059\u304c":267,"\u3053\u306e\u624b\u9806\u306f\u30b9\u30ad\u30c3\u30d7\u3057\u3066\u69cb\u3044\u307e\u305b\u3093":12,"\u3053\u306e\u624b\u9806\u306f\u7701\u7565\u53ef\u80fd\u3067\u3059":12,"\u3053\u306e\u64cd\u4f5c\u306f":68,"\u3053\u306e\u65b9\u6cd5\u3067ppa\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u308b\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"\u3053\u306e\u6bb5\u968e\u3067\u306f":12,"\u3053\u306e\u72b6\u614b\u3067\u3082\u4ee5\u524d\u306f\u30de\u30c3\u30c1\u3057\u306a\u304b\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":267,"\u3053\u306e\u7d22\u5f15\u306b\u5bfe\u3057\u3066":265,"\u3053\u306e\u7d50\u679c\u306f":157,"\u3053\u306e\u8a9e\u5f59\u306e\u4e26\u3073\u306f":265,"\u3053\u306e\u8fd1\u4f3c\u65b9\u6cd5\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3067\u3059":169,"\u3053\u308c\u304b\u3089groonga\u3092\u4f7f\u3046\u4eba\u3078\u30a2\u30d4\u30fc\u30eb\u3059\u308b\u70b9\u3084\u65e2\u5b58\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u4eba\u304c\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u308b\u969b\u306b\u5fc5\u8981\u306a\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u307e\u3059":12,"\u3053\u308c\u3067":12,"\u3053\u308c\u306b\u3088\u308a":12,"\u3053\u308c\u306b\u3088\u308a\u904e\u53bb\u306b\u30ea\u30ea\u30fc\u30b9\u3057\u305f\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":12,"\u3053\u308c\u306b\u3088\u308aclone\u3057\u3066\u304a\u3044\u305fgroonga":12,"\u3053\u308c\u306b\u5bfe\u3057\u3066":265,"\u3053\u308c\u306f":267,"\u3053\u308c\u306f\u30da\u30f3\u3067\u3059\u304b":239,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":78,"\u3053\u308c\u3089\u3082\u66f4\u65b0\u3057\u307e\u3059":12,"\u3053\u308c\u3089\u3092\u5408\u8a08\u3057\u306613\u306b\u306a\u3063\u3066\u3044\u307e\u3059":267,"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":11,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":157,"\u3055\u3089\u306b\u6b21\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u308b\u3068":82,"\u3057\u304b\u3057":[249,265,267],"\u3057\u3066\u304a\u304f\u3079\u304d\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u793a\u3057\u307e\u3059":12,"\u3057\u308a\u3054\u307f\u3057\u3066\u3057\u307e\u3046\u304b\u3082\u3057\u308c\u307e\u305b\u3093":10,"\u3059\u3067\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u305f\u3068\u3048\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":265,"\u3059\u3067\u306bgroonga\u306eformula\u306f\u53d6\u308a\u8fbc\u307e\u308c\u3066\u3044\u308b\u306e\u3067":12,"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u308b\u5834\u5408":157,"\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066\u4e92\u63db\u6027\u304c\u4fdd\u8a3c\u3055\u308c\u307e\u3059":82,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306b\u5236\u9650\u3055\u308c\u307e\u3059":157,"\u3059\u3079\u3066\u306e\u30e2\u30b8\u30e5\u30fc\u30eb\u3067\u540c\u3058\u540d\u524d\u306e\u95a2\u6570\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u3059\u3079\u3066\u306e\u95a2\u6570\u304c\u30c6\u30b9\u30c8\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u3053\u3068\u3092\u5fc3\u304c\u3051\u3066\u304f\u3060\u3055\u3044":14,"\u3059\u308b\u3068":14,"\u3059\u308b\u3068\u304d\u306b\u30ad\u30e3\u30b9\u30c8\u306b\u5931\u6557\u3057\u305f\u3089":36,"\u3059\u308b\u3068\u5927\u4e08\u592b\u3067\u3059":10,"\u3059\u308b\u3068groonga":12,"\u305d\u3053\u3067":267,"\u305d\u3053\u3067\u3042\u3089\u304b\u3058\u3081\u7528\u610f\u3057\u3066\u304a\u3044\u305f":12,"\u305d\u3053\u306b\u5165\u308b\u60c5\u5831\u304c\u3069\u3093\u306a\u5185\u5bb9\u304b\u3092\u793a\u3059\u540d\u524d\u3092\u51fa\u529b\u3057\u307e\u3059":144,"\u305d\u306e\u305f\u3081":[12,157,265,267],"\u305d\u306e\u305f\u3081\u306b\u306f\u307e\u305a":12,"\u305d\u306e\u307e\u307emake\u30b3\u30de\u30f3\u30c9\u306b\u3066\u30d3\u30eb\u30c9\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":12,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":249,"\u305d\u306e\u30d7\u30ed\u30bb\u30b9\u3067\u5b9f\u884c\u3059\u308b\u3059\u3079\u3066\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3064\u3044\u3066":82,"\u305d\u306e\u30dc\u30bf\u30f3\u3092\u4f7f\u3063\u3066\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3057\u307e\u3059":12,"\u305d\u306e\u4e2d\u304b\u3089\u5fc5\u8981\u306a\u90e8\u5206\u3092\u9ad8\u901f\u306b\u53d6\u308a\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u306e\u4ed6\u306e\u74b0\u5883\u3067\u306f\u9069\u5b9c\u8aad\u307f\u66ff\u3048\u3066\u4e0b\u3055\u3044":12,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":157,"\u305d\u306e\u5185\u5bb9\u3092data\u306b\u30b3\u30d4\u30fc\u3057\u3066\u8fd4\u3057\u307e\u3059":59,"\u305d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u305d\u306e\u539f\u56e0\u3068\u5bfe\u7b56\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059":267,"\u305d\u306e\u5f8c":12,"\u305d\u306e\u5f8c\u4e8c\u4e16\u4ee3\u7d4c\u904e\u3059\u308b\u3068\u305d\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306fdeprecated\u6271\u3044\u3068\u306a\u308a\u307e\u3059":82,"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":156,"\u305d\u306e\u6642\u70b9\u3067\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u63a8\u5968\u3055\u308c\u307e\u3059":82,"\u305d\u306e\u6642\u70b9\u3067stable\u3067\u3042\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":82,"\u305d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":69,"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":11,"\u305d\u306e\u9650\u3089\u308c\u305f\u30c4\u30a4\u30fc\u30c8\u304b\u3089\u89e3\u6c7a\u65b9\u6cd5\u304c\u898b\u3064\u304b\u308c\u3070\u30e6\u30fc\u30b6\u30fc\u306b\u3068\u3063\u3066\u4f59\u8a08\u306a\u624b\u9593\u304c\u5c11\u306a\u304f\u3066\u6e08\u307f\u307e\u3059":10,"\u305d\u306e\u969b":12,"\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":68,"\u305d\u306erecord\u306eid\u3092\u8fd4\u3057\u307e\u3059":68,"\u305d\u308c\u304c\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u3042\u3063\u305f\u5834\u5408\u306f":65,"\u305d\u308c\u305e\u308c":14,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":156,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":265,"\u305d\u308c\u305e\u308c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u8aac\u660e\u3057\u307e\u3059":265,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":11,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u306b\u5bfe\u3057\u3066\u4e8c\u3064\u76ee\u306e\u8981\u7d20\u304c\u4e00\u81f4\u3059\u308b\u305f\u3081\u306emode\u3068\u3057\u3066\u4e0b\u8a18\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u305d\u308c\u305e\u308c\u3092\u5358\u4f4d\u3068\u3057\u305f\u8a9e\u5f59\u8868\u306b\u7d22\u5f15\u3092\u7ba1\u7406\u3057\u307e\u3059":265,"\u305d\u308c\u305e\u308c\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5\u3068\u306a\u308b\u6761\u4ef6\u304c\u3042\u308b\u306e\u3067\u63a1\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u5341\u5206\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044":267,"\u305d\u308c\u305e\u308c\u30ec\u30b3\u30fc\u30c9id":65,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":267,"\u305d\u308c\u3067\u3082\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306f\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":265,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308baccessor\u3092\u8fd4\u3057\u307e\u3059":65,"\u305d\u308c\u306b\u5bfe\u5fdc\u3059\u308btable\u306e\u30ab\u30e9\u30e0\u3092\u8fd4\u3057\u307e\u3059":65,"\u305d\u308c\u306b\u691c\u7d22\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u306b\u3069\u306e\u3088\u3046\u306b\u53cd\u6620\u3059\u308b\u304b\u3092\u6307\u5b9a\u3059\u308b\u6f14\u7b97\u5b50\u3092\u6e21\u3057\u307e\u3059":11,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":155,"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":155,"\u305d\u308c\u3089\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u305d\u308c\u3092\u5143\u306b\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u305d\u308c\u3092\u65e7ji":69,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u9577\u3055":71,"\u305f\u3060\u3057":[69,78,156,265],"\u305f\u3060\u3057\u8907\u6570\u306e\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u4e00\u7dd2\u306b\u4f7f\u3046\u3053\u3068\u306f\u3067\u304d\u306a\u3044":35,"\u305f\u3068\u3048\u3070":265,"\u305f\u3068\u3048\u3070\u4e0b\u8a18\u306e\u3088\u3046\u306bgroonga\u306e\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u63a8\u79fb\u3057\u307e\u3059":82,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u30671\u4ef6\u3082\u30d2\u30c3\u30c8\u3057\u306a\u3044\u5834\u5408\u3067\u3082\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306a\u3069\u3092\u884c\u3044\u307e\u305b\u3093":267,"\u305f\u3068\u3048\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u3066\u3082":267,"\u305f\u3081\u306e\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3\u304c\u3042\u308b\u306e\u3067":12,"\u3060\u3068\u539f\u56e0\u306f":10,"\u3064\u307e\u308atest":12,"\u30671\u4ef6\u30d2\u30c3\u30c8\u3057":267,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":11,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":11,"\u3067\u3042\u308c\u3070":157,"\u3067\u3059\u306d":10,"\u3067\u306f\u306a\u304ffree":36,"\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":267,"\u3067\u306f\u6607\u9806":68,"\u3067\u306f\u964d\u9806\u3067\u30bd\u30fc\u30c8\u3055\u308c\u307e\u3059":68,"\u3067\u306fgroonga\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5185\u90e8\u3067":54,"\u3067\u3082\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":267,"\u3067\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u305f\u30ad\u30fc\u304c\u5e38\u306bgrn_nil\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":156,"\u3067\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"\u3067\u30d3\u30eb\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u306710":267,"\u3067\u30de\u30c3\u30c1\u3057\u305f\u306e\u30673":267,"\u3067\u4e0d\u6b63\u306ajson\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u305d\u308c\u4ee5\u964d\u30b3\u30de\u30f3\u30c9\u3092\u53d7\u3051\u4ed8\u3051\u306a\u304f\u306a\u308b":36,"\u3067\u4f5c\u6210\u3057\u305f":54,"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":156,"\u3067\u521d\u671f\u5316\u3055\u308c\u305f":54,"\u3067\u533a\u5207\u308a\u307e\u3059":156,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":78,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":157,"\u3067\u5b58\u5728\u3057\u306a\u3044\u30ab\u30e9\u30e0\u3092":36,"\u3067\u751f\u6210\u3057\u305fcursor\u3092\u89e3\u653e\u3057\u307e\u3059":69,"\u3067\u78ba\u4fdd\u3057\u305f":54,"\u3067\u793a\u3055\u308c\u305f\u60c5\u5831\u306e\u914d\u5217\u3092\u51fa\u529b\u3057\u307e\u3059":144,"\u3067\u89e3\u653e\u3057\u305f\u5f8c\u306b":54,"\u3067\u89e3\u653e\u3067\u304d\u307e\u3059":54,"\u3067\u9023\u7d50\u3057\u305f\u6587\u5b57\u5217\u3067\u3059":65,"\u3067\u914d\u5217\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30fc\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"\u3067_value\u3092\u6307\u5b9a\u3059\u308b\u3068\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"\u3067groonga\u306e\u7f72\u540d\u7528\u306e\u9375\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"\u3067table_no_key\u306a\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b\u3068\u30c6\u30fc\u30d6\u30eb\u304c\u58ca\u308c\u308b":36,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u5834\u5408":265,"\u3068\u3044\u3046\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u691c\u7d22\u3057\u305f\u6642":265,"\u3068\u3044\u3046\u30af\u30a8\u30ea\u3067\u691c\u7d22\u3057\u3066\u3044\u307e\u3059\u304c":267,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u306710\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u6642\u306b\u5b9f\u884c\u3059\u308b":157,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":157,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":157,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":157,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306e\u7de8\u96c6\u4e2d\u306f":12,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u3092\u9069\u5b9c\u4fee\u6b63\u3057\u307e\u3059":12,"\u3068\u3044\u3046\u4e00\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":265,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":265,"\u3068\u3044\u3046\u4e09\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":265,"\u3068\u3044\u3046\u4e8b\u67c4\u3092\u307e\u3068\u3081\u307e\u3057\u305f":10,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059":265,"\u3068\u3044\u3046\u4e8c\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":265,"\u3068\u3044\u3046\u5341\u4e00\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":265,"\u3068\u3044\u3046\u56db\u3064\u306e\u8a9e\u5f59\u306e\u914d\u5217\u3068\u3057\u3066\u683c\u7d0d\u3055\u308c\u307e\u3059":265,"\u3068\u3044\u3046\u6587\u5b57\u5217\u306f":265,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u4f7f\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":249,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u4e00\u81f4\u3057\u307e\u305b\u3093\u306e\u3067":265,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u306f\u542b\u307e\u308c\u306a\u3044\u306e\u3067":265,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u307e\u3059\u306e\u3067":265,"\u3068\u3044\u3046\u8a9e\u5f59\u306e\u4e26\u3073\u306b\u542b\u307e\u308c\u308b\u306e\u3067":265,"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":157,"\u3068\u3057\u3066\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u3082\u306e\u3068\u3057\u3066\u8aac\u660e\u3057\u307e\u3059":12,"\u3068\u306a\u308a":267,"\u3068\u308a\u3068\u3093":[199,200],"\u3068\u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":157,"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":157,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059\u304c":267,"\u3068\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u308b\u305f\u3081":267,"\u3068\u5171\u306b":51,"\u3068\u5171\u306b\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":65,"\u3068\u540c\u3058\u610f\u5473":156,"\u3068\u6271\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":35,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":157,"\u3068\u7701\u7565\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":169,"\u3068blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306eurl\u304c\u633f\u5165\u3055\u308c\u307e\u3059":12,"\u3069\u3046\u3057\u3066\u3053\u306e\u3088\u3046\u306a\u6319\u52d5\u306b\u306a\u308b\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":267,"\u3069\u3046\u3057\u3066\u305d\u3046\u3059\u308b\u306e\u304b\u3068\u3044\u3046\u5171\u901a\u8a8d\u8b58\u3092\u6301\u3063\u3066\u3044\u306a\u3044\u3068\u4e00\u8cab\u6027\u306e\u306a\u3044\u30b5\u30dd\u30fc\u30c8\u3068\u306a\u3063\u3066\u3057\u307e":10,"\u3069\u3046\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u306e\u304c":10,"\u3069\u3061\u3089\u3067\u521d\u671f\u5316\u3055\u308c\u305f":54,"\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u306e\u6319\u52d5\u3092\u4f7f\u3044\u5206\u3051\u3066\u3044\u308b\u304b\u3092\u8aac\u660e\u3059\u308b\u524d\u306b":265,"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":157,"\u306a\u3069\u306b\u3088\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5b58\u5426\u3092\u5225\u9014\u78ba\u8a8d\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":65,"\u306a\u3069\u3092\u8fd4\u3057\u307e\u3059":65,"\u306b\u3042\u308b":65,"\u306b\u3064\u3044\u3066\u306f\u5f8c\u8ff0":69,"\u306b\u3064\u3044\u3066\u306f\u7121\u8996\u3055\u308c\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059":69,"\u306b\u3066\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059":12,"\u306b\u3066\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30ea\u30ea\u30fc\u30b9\u6848\u5185\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"\u306b\u306a\u308a\u307e\u3059":54,"\u306b\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":265,"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":89,"\u306b\u306f\u8907\u6570\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u307e\u3059\u304c":144,"\u306b\u307e\u3068\u3081\u307e\u3059":12,"\u306b\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":265,"\u306b\u3088\u3063\u3066\u89e3\u653e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":54,"\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":249,"\u306b\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f5c\u6210\u3057":12,"\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059\u304c":265,"\u306b\u52a0\u3048\u305f\u5909\u66f4\u304c":12,"\u306b\u540c\u3058\u4f4d\u7f6e\u3092\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u306a\u3044\u306e\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":265,"\u306b\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093\u304c":267,"\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u304c":267,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":156,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":157,"\u306b\u6700\u65b0\u30ea\u30ea\u30fc\u30b9\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u3068\u65e5\u4ed8\u3092\u8868\u3059\u60c5\u5831\u306e\u6307\u5b9a\u304c\u3042\u308b\u306e\u3067":12,"\u306b\u6e21\u3055\u308c\u305fuser_data\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":157,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":156,"\u306b\u8a2d\u5b9a\u3059\u308b":12,"\u306b\u8ffd\u52a0\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":157,"\u306bapach":12,"\u306e2\u5358\u8a9e\u6271\u3044":265,"\u306e3\u30d5\u30e9\u30b0\u306f":69,"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":[67,68,71],"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[68,169,170],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":156,"\u306e\u3053\u3068\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u306e\u307b\u304b\u306b":249,"\u306e\u307f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059":69,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u306e\u3088\u3046\u306b\u5f15\u6570\u306e\u540d\u524d\u3092\u660e\u793a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u4ee3\u308f\u308a\u306b":156,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":156,"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u306e\u30ab\u30e9\u30e0":[90,101],"\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fee\u6b63":[36,38],"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":101,"\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3057\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":90,"\u306e\u4e00\u884c\u3042\u305f\u308a\u306e\u6700\u5927\u30d0\u30a4\u30c8\u6570\u306e\u5236\u9650\u3092\u64a4\u5ec3":36,"\u306e\u4ed5\u69d8\u3092\u8ffd\u52a0":36,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":156,"\u306e\u52c9\u5f37":246,"\u306e\u53ef\u80fd\u6027\u304c\u3042\u308b\u306e\u3067":10,"\u306e\u5834\u5408\u306f":10,"\u306e\u5834\u5408\u306f\u6700\u5927\u9577":71,"\u306e\u5b9f\u884c\u6642\u306b\u5931\u308f\u308c\u307e\u3059":12,"\u306e\u6319\u52d5\u3092\u52d5\u7684\u306b\u5909\u66f4\u3059\u308b":36,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":157,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":156,"\u306e\u914d\u5217\u3068\u305d\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":66,"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":181,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":181,"\u306e\u9806\u5e8f\u3068\u540c\u3058\u3067\u3059":144,"\u306ebase_version\u306e\u66f4\u65b0":12,"\u306eflags\u3068\u540c\u69d8\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":69,"\u306ematch_columns\u3067\u4f7f\u7528\u3059\u308b\u7d22\u5f15\u6bce\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":267,"\u306etable\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u306exml\u51fa\u529b\u306e\u30bf\u30b0\u540d\u3092\u3088\u308a\u9069\u5207\u306a\u540d\u524d\u306b\u5909\u66f4":36,"\u306exml\u51fa\u529b\u5bfe\u5fdc":36,"\u306f\u306a\u304f":35,"\u306f\u7121\u52b9\u3067\u3042\u308a":69,"\u306f\u7121\u8996\u3055\u308c\u307e\u3059":[68,69],"\u306f\u7279\u6b8a\u306a\u30a2\u30af\u30bb\u30b5\u3067":65,"\u306ftokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3067\u306f":267,"\u3072\u308d\u3042\u304d":279,"\u3072\u308d\u3086\u304d":279,"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":157,"\u307e\u305agroonga\u306e\u30bd\u30fc\u30b9\u3092\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3078\u3068\u5c55\u958b\u3057\u307e\u3059":12,"\u307e\u305f\u305d\u308c\u3089\u306eid\u3092":51,"\u307e\u305f\u306f":157,"\u307e\u305f\u306f\u30bd\u30b1\u30c3\u30c8\u7d4c\u7531\u3067groonga\u30b5\u30fc\u30d0\u306b\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9001\u4fe1\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u884c\u3057\u307e\u3059":[89,90,94,100,101,111,128,144],"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":156,"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":156,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":157,"\u307e\u305f\u306fctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":54,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":157,"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_port\u304c\u512a\u5148\u3055\u308c\u307e\u3059":157,"\u307e\u305f\u540c\u6642\u306b":157,"\u307e\u305fbuf_size\u306e\u9577\u3055\u304ckey\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":68,"\u307e\u305fgroonga":157,"\u307e\u3060\u81ea\u5206\u7528\u306b\u6697\u53f7\u5316\u3055\u308c\u305f\u9375\u304c\u7121\u3044\u5834\u5408\u306b\u306f":12,"\u307e\u3060\u958b\u767a\u4e2d\u3067\u3042\u308a":82,"\u307e\u3068\u3081\u3066\u304a\u304f\u3068":10,"\u307e\u308d\u3086\u304d":279,"\u3080\u308b\u3093\u304c":[199,200],"\u3082\u3046\u3072\u3068\u3064\u306e\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":166,"\u3082\u3057\u304f\u306f":[68,69,249],"\u3082\u3057\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u4e2d\u8eab\u306b\u95a2\u308f\u3089\u305a\u52d5\u4f5c\u3092\u7d9a\u3051\u3066\u3057\u307e\u3044":157,"\u3082\u3057\u6307\u5b9a\u3055\u308c\u305fdb\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070\u81ea\u52d5\u7684\u306bdb\u3092\u4f5c\u6210\u3057\u307e\u3059\u304c":157,"\u3082\u3057groonga":157,"\u3082\u3057test":157,"\u3082\u30d2\u30c3\u30c8\u3057\u307e\u3059":265,"\u3084\u304c\u3066stable\u306b\u79fb\u884c\u3057\u307e\u3059":82,"\u3084\u308a\u3068\u308a\u3092\u8003\u3048\u306a\u304f\u3066\u826f\u3044\u3067\u3059\u304c":10,"\u3084red":12,"\u3084rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306espec\u30d5\u30a1\u30a4\u30eb\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u306a\u3069\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"\u3086\u304d\u3072\u308d":279,"\u3088\u3063\u3066":249,"\u3088\u308a\u3082\u9045\u304f\u306a\u308a\u307e\u3059\u304c":169,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":157,"\u308a\u3093\u3054":226,"\u308b\u3053\u3068\u304c\u3042\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u308d\u3086\u304d":279,"\u308f\u305f\u3057":226,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":14,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"\u3092\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":249,"\u3092\u4f7f\u3046\u3088\u3046\u306b\u4fee\u6b63":36,"\u3092\u4f7f\u3063\u3066\u89e3\u653e\u3057\u307e\u3059":61,"\u3092\u4f7f\u7528\u3057\u3066\u6700\u65b0\u306esphinx\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u4e0b\u3055\u3044":12,"\u3092\u4f7f\u7528\u3059\u308b\u306e\u3067":12,"\u3092\u516c\u958b":36,"\u3092\u524d\u63d0\u3068\u3057\u3066\u8aac\u660e\u3057\u3066\u3044\u308b\u305f\u3081":12,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[157,249,267],"\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u6307\u5b9a\u3057":[69,90,101],"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f":69,"\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306f\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":69,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":11,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":69,"\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u95a2\u3059\u308b\u4e0b\u8a18\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":69,"\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":69,"\u3092\u6307\u5b9a\u3057\u305ftable\u306b\u3064\u3044\u3066\u306f":69,"\u3092\u6307\u5b9a\u3057\u3066\u4e0d\u5b89\u5b9a\u7248\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3088\u3046\u306b\u6307\u5b9a\u3057\u307e\u3059":12,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u3067":69,"\u3092\u6307\u5b9a\u3057\u3066\u4f5c\u3063\u305ftable\u306a\u3089":68,"\u3092\u6307\u5b9a\u3057\u307e\u3059":[12,51,55,62,65,68,71,156,157],"\u3092\u6307\u5b9a\u3059\u308b\u3068":[51,69],"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30b9\u30ab\u30e9\u5024":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092lzo\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u5024\u3092zlib\u5727\u7e2e\u3057\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6607\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6b63\u898f\u5316\u3055\u308c\u305f\u6587\u5b57\u5217\u304ckey\u3068\u306a\u308a\u307e\u3059":68,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9acolumn\u3068\u306a\u308a\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u6c38\u7d9atable\u3068\u306a\u308a\u307e\u3059":68,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3068\u306a\u308a\u307e\u3059":51,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u964d\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"\u3092\u6307\u5b9a\u3059\u308b\u3068domain\u578b\u306e\u5024\u306e\u30d9\u30af\u30bf\u3092\u683c\u7d0d\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u306a\u308a\u307e\u3059":65,"\u3092\u6307\u5b9a\u3059\u308b\u3068id\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u6587\u5b57\u5217\u306e\u5168suffix\u304c\u81ea\u52d5\u7684\u306b\u767b\u9332\u3055\u308c\u307e\u3059":68,"\u3092\u6307\u5b9a\u3059\u308b\u3068key\u9806\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"\u3092\u6307\u5b9a\u3059\u308b\u3068max\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":69,"\u3092\u6307\u5b9a\u3059\u308b\u3068min\u306b\u4e00\u81f4\u3057\u305fkey\u3092cursor\u306e\u7bc4\u56f2\u306b\u542b\u307f\u307e\u305b\u3093":69,"\u3092\u683c\u7d0d\u3057\u307e\u3059":51,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":14,"\u3092\u7528\u3044\u308b\u3079\u304d\u3067\u3059":65,"\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65b9\u5f62\u8fd1\u4f3c\u306b\u306a\u308a\u307e\u3059":169,"\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u3092\u8a08\u7b97\u3059\u308b":35,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":157,"\u3092\u8a66\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u3092\u8fd4\u3057\u307e\u3059":[59,65,68,69],"\u3092\u8fd4\u3059\u3088\u3046\u306b\u3057\u305f":35,"\u3092\u8ffd\u52a0":[36,38],"\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":66,"\u3092db\u306b\u5b9a\u7fa9\u3057\u307e\u3059":71,"\u3092false\u306b\u8a2d\u5b9a\u3057\u307e\u3059":12,"\u3092grn_cursor_column_index\u5bfe\u5fdc\u306b\u3057\u305f":36,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":155,"\u3094\u3041\u3094\u3043\u3094\u3094\u3047\u3094\u3049":34,"\u30a1\u30a2\u30a3\u30a4\u30a5\u30a6\u30a7\u30a8\u30a9\u30aa\u30e3\u30e4\u30e5\u30e6\u30e7\u30e8\u30ee\u30ef\u30f5\u30ab\u30f6\u30b1":[205,226],"\u30a2":242,"\u30a2\u30a1\u30a4\u30a3\u30a6\u30a5\u30a8\u30a7\u30aa\u30a9":[205,226],"\u30a2\u30a2\u30a4\u30a4\u30a6\u30a6\u30a8\u30a8\u30aa\u30aa\u30e4\u30e4\u30e6\u30e6\u30e8\u30e8\u30ef\u30ef\u30ab\u30ab\u30b1\u30b1":[205,226],"\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u3068\u306f":65,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u624b\u9806\u3092\u5b9f\u884c\u3059\u308b":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306frsync\u30b3\u30de\u30f3\u30c9\u3067\u884c\u3044\u307e\u3059":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u307e\u3067\u5b9f\u884c\u3067\u304d\u307e\u3059":12,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u6e08\u307f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664\u3067\u304d\u307e\u3059":12,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[265,267],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u306e\u5834\u5408\u306ftokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306a\u3069\u3082\u5229\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":267,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3055\u308c\u306a\u3044":36,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":36,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3078\u306e\u30ea\u30f3\u30af":12,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":157,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u308b\u74b0\u5883\u3067\u3042\u308c\u3070groonga\u30b3\u30de\u30f3\u30c9\u306e\u77e5\u8b58\u304c\u306a\u304f\u3066\u3082groonga\u306e\u52d5\u4f5c\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059":157,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u3064\u3044\u305f\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u7d50\u679c\u304c\u304a\u304b\u3057\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":94,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":89,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u305f\u30b8\u30aa\u30b5\u30fc\u30c1\u306e\u4f8b\u3092\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306b\u8ffd\u52a0":38,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":89,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":90,"\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u9375\u306b\u5bfe\u3057\u3066trust":12,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":156,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059":156,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":64,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u306e\u8a73\u7d30\u306f\u8a73\u7d30\u306f\u691c\u7d22\u306e\u4ed5\u69d8\u306b\u95a2\u3059\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":64,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[90,94,100,111],"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[90,94,100,111],"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u305f\u5834\u5408\u306f":65,"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u308f\u304b\u308a\u3084\u3059\u304f\u3057\u305f":36,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":90,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":90,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":101,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":89,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306f\u69cb\u9020\u4f53\u306e\u5b9f\u4f53\u3092api\u306e\u547c\u3073\u5143\u3067\u78ba\u4fdd\u3059\u308b\u306e\u306b\u5bfe\u3057\u3066":54,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":54,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":157,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":157,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":157,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":35,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":38,"\u30ab\u30ab\u30ad\u30ad\u30af\u30af\u30b1\u30b1\u30b3\u30b3\u30b5\u30b5\u30b7\u30b7\u30b9\u30b9\u30bb\u30bb\u30bd\u30bd\u30bf\u30bf\u30c1\u30c1\u30c4\u30c4\u30c6\u30c6\u30c8\u30c8\u30cf\u30cf\u30cf\u30d2\u30d2\u30d2\u30d5\u30d5\u30d5\u30d8\u30d8\u30d8\u30db\u30db\u30db":[205,226],"\u30ab\u30ac\u30ad\u30ae\u30af\u30b0\u30b1\u30b2\u30b3\u30b4\u30b5\u30b6\u30b7\u30b8\u30b9\u30ba\u30bb\u30bc\u30bd\u30be\u30bf\u30c0\u30c1\u30c2\u30c4\u30c5\u30c6\u30c7\u30c8\u30c9\u30cf\u30d0\u30d1\u30d2\u30d3\u30d4\u30d5\u30d6\u30d7\u30d8\u30d9\u30da\u30db\u30dc\u30dd":[205,226],"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":3,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u3092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":14,"\u30ab\u30e9\u30e0\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u30ab\u30e9\u30e0\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,65],"\u30ab\u30e9\u30e0\u540d\u7b49\u3092":65,"\u30ab\u30e9\u30e0obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":51,"\u30ab\u30ec":[205,241],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":69,"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":69,"\u30ab\u30ec\u30fc":265,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":265,"\u30ab\u30f3\u30b8":179,"\u30ab\u30f3\u30de":103,"\u30ac":204,"\u30ad\u30e3\u30c3\u30b7\u30e5\u60c5\u5831\u3092\u8ffd\u52a0":35,"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u30ad\u30fc":156,"\u30ad\u30fc\u304c":156,"\u30ad\u30fc\u30ef\u30fc\u30c9":37,"\u30af\u30a8\u30ea\u306e":267,"\u30af\u30a8\u30ea\u306e\u307f\u3092\u6307\u5b9a\u3059\u308b\u3068\u30d2\u30c3\u30c8\u3057\u307e\u3059":267,"\u30af\u30a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":155,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[3,4,22],"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[3,4,22],"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":11,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u8a08\u6e2c\u7528":35,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":3,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3082\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306e\u305d\u308c\u305e\u308c\u306b\u5bfe\u5fdc\u3059\u308b\u5f62\u3067\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":156,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9\u306a\u3089\u3070groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u63a5\u7d9a\u3092\u5207\u308a\u307e\u3059":128,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306e":36,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10043\u756a":156,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u30b0\u30e9\u30e0":242,"\u30b0\u30eb\u30fc\u30d7\u5316":78,"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":78,"\u30b0\u30eb\u30fc\u30d7\u5316\u51e6\u7406\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e_nsubrecs\u306b\u8a18\u9332\u3055\u308c\u307e\u3059":78,"\u30b0\u30eb\u30fc\u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":78,"\u30b3\u30de\u30f3\u30c9\u304c\u5931\u6557\u3057\u305f\u3089false\u3092\u8fd4\u3059\u3088\u3046\u306b\u5909\u66f4":36,"\u30b3\u30de\u30f3\u30c9\u304cquery\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4f7f\u3063\u3066\u3069\u306e\u3088\u3046\u306b\u691c\u7d22\u3059\u308b\u306e\u304b\u3092\u8aac\u660e\u3057\u307e\u3059":265,"\u30b3\u30de\u30f3\u30c9\u3067\u30ad\u30fc\u304cshorttext\u4ee5\u5916\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3067\u304d\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":36,"\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u304c\u58ca\u308c\u308b\u5834\u5408\u306f\u30a8\u30e9\u30fc":35,"\u30b3\u30de\u30f3\u30c9\u3067\u5024\u3092\u683c\u7d0d\u3059\u308b\u3068\u304d\u306f":249,"\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3051\u308b\u6307\u5b9a\u65b9\u6cd5\u306ftokyogeopoint\u3068\u540c\u3058\u3067\u3059":249,"\u30b3\u30de\u30f3\u30c9\u306e\u30b5\u30f3\u30d7\u30eb\u3092\u8ffd\u52a0":36,"\u30b3\u30de\u30f3\u30c9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e":36,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":11,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":156,"\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":36,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u7570\u306a\u308c\u3070":82,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5\u306fgroonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3068\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u304c\u3042\u308a\u307e\u3059":82,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":82,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f1\u304b\u3089\u306f\u3058\u307e\u308a":82,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":157,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":157,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":157,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057":157,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067gqtp\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":157,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057":157,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067http\u7d4c\u7531\u3067\u5b9f\u884c\u3057\u307e\u3059":157,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":157,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u306e\u5b9f\u884c\u4f8b\u306fzsh":12,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u3068set_port\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":157,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":157,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u3063\u305f\u5834\u5408\u306f":156,"\u30b3\u30de\u30f3\u30c9\u540d":156,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":156,"\u30b3\u30df\u30c3\u30c8":12,"\u30b3\u30e1\u30f3\u30c8\u884c":157,"\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u5bfe\u5fdc":36,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u95a2\u6570\u306b\u6e21\u3055\u308c\u308barg\u3068\u3092\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":89,"\u30b5\u30b8\u30a7\u30b9\u30c8\u6a5f\u80fd\u7528\u306e\u5b66\u7fd2\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u8ffd\u52a0":36,"\u30b5\u30dd\u30fc\u30c8\u7bc4\u56f2\u5916\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u3068\u306a\u308a":82,"\u30b5\u30f3":241,"\u30b5\u30f3\u30d7\u30eb\u5185\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u306b\u5b9f\u884c\u5c5e\u6027\u304c\u3064\u304b\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":37,"\u30b5\u30fc\u30d0":156,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":157,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":157,"\u30b5\u30fc\u30d0\u304c\u81ea\u52d5\u7684\u306b\u306f\u8d77\u52d5\u3055\u308c\u306a\u3044\u306e\u3082\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u5834\u5408\u3068\u540c\u69d8\u3067\u3059":157,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":156,"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u30b5\u30fc\u30d0\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u5229\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":157,"\u30b5\u30fc\u30d0\u3092\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308b\u5834\u5408\u3082\u3053\u306e\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5229\u7528\u3055\u308c\u307e\u3059":157,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":156,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u3084\u5b9f\u884c\u901f\u5ea6\u6e2c\u5b9a\u304c\u53ef\u80fd\u3067\u3059":157,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":156,"\u30b7\u30a7\u30eb\u4e0a":157,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":156,"\u30b9\u3092\u9589\u3058\u308b\u3068\u95a2\u9023\u3059\u308b\u30d7\u30e9\u30b0\u30a4\u30f3\u3082\u9589\u3058\u3089\u308c\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":38,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u306f\u7279\u6b8a\u30b3\u30de\u30f3\u30c9\u3092\u57cb\u3081\u8fbc\u3080\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059":157,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":157,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egroonga":157,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":157,"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":157,"\u30b9\u30bf\u30a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":156,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":156,"\u30b9\u30ec\u30c3\u30c9\u6570":157,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":157,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":157,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":157,"\u30b9\u30fc\u30d7":265,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":265,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":265,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":265,"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":89,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":128,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egroonga":157,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":157,"\u30bb\u30fc\u30d6\u30eb":34,"\u30bb\u30fc\u30f4\u30a7\u30eb":34,"\u30bb\u30fc\u30f4\u30eb":34,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":14,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u30bd\u30fc\u30c8\u30ad\u30fc\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":138,"\u30bf\u30b0\u3092\u6253\u3063\u305f\u5f8c\u306bconfigure\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067":12,"\u30bf\u30b0\u3092\u6253\u3064\u524d\u306bmake":12,"\u30bf\u30b0\u3092\u8a2d\u5b9a\u3057\u3066\u304b\u3089\u554f\u984c\u304c\u767a\u899a\u3059\u308b\u3068":12,"\u30bf\u30b0\u3092\u8a2d\u5b9a\u3059\u308b\u524d\u306b\u554f\u984c\u304c\u306a\u3044\u304b\u78ba\u8a8d\u3057\u307e\u3059":12,"\u30c0\u30e1\u30fc\u30b8":267,"\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u3088\u308a\u8fd4\u3055\u308c\u308b\u5024\u304c\u5909\u308f\u308a\u307e\u3059":89,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3067\u3059":89,"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":89,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":89,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":89,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u306etypo\u3092\u4fee\u6b63":38,"\u30c4\u30a4\u30fc\u30c8\u5185\u5bb9\u306b\u81ea\u52d5\u7684\u306b\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30c6\u30ad\u30b9\u30c8\u304b\u3089\u6570\u5024\u3078\u306e\u30ad\u30e3\u30b9\u30c8\u51e6\u7406\u3092\u5f37\u5316":36,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u306a\u3044\u90e8\u5206\u306e\u7de8\u96c6\u306f\u614e\u91cd\u306b\u884c\u3063\u3066\u304f\u3060\u3055\u3044":14,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":14,"\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":36,"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":14,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":3,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":14,"\u30c6\u30b9\u30c8\u306f":14,"\u30c6\u30b9\u30c8\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u4f5c\u6210\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u3089":12,"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[3,4,6,7,8,22],"\u30c6\u30b9\u30c8\u74b0\u5883\u3067\u65b0\u898f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e":12,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":3,"\u30c6\u30b9\u30c8\u7528\u306e\u30c7\u30fc\u30bf\u306f1\u4ef6\u3060\u3051\u6295\u5165\u3057\u307e\u3059":267,"\u30c6\u30fc\u30d6\u30eb":90,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":156,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":156,"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":156,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":156,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":94,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":156,"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":144,"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":78,"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":144,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304c\u56fa\u5b9a\u9577\u578b\u306e\u5834\u5408":69,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u304cshorttext\u578b\u3067\u3042\u308b\u5834\u5408":69,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":144,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u30c6\u30fc\u30d6\u30eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":156,"\u30c6\u30fc\u30d6\u30eb\u540d":[90,101,144],"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":144,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":249,"\u30c6\u30fc\u30d6\u30eb\u60c5\u58311":144,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u306e\u578b\u3092\u51fa\u529b\u3057\u307e\u3059":144,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540d1":144,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u540dn":144,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578b1":144,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u578bn":144,"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":144,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":100,"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":89,"\u30c7\u30a3\u30b9\u30af\u4f7f\u7528\u91cf\u8a08\u6e2c\u7528":35,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u767b\u9332\u3057\u3066\u3044\u307e\u3059":12,"\u30c7\u30b9":241,"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":89,"\u30c7\u30d0\u30c3\u30b0\u7528\u3084\u958b\u767a\u7528\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c6\u30b9\u30c8\u7528\u306b\u516c\u958b\u3059\u308b\u6642\u306f":12,"\u30c7\u30d5\u30a9\u30eb\u30c8":11,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[156,157],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":156,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":156,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3068\u3057\u3066\u6307\u5b9a\u3055\u308c\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059":82,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":64,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":64,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0":35,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u5909\u66f4\u3057\u307e\u3059":52,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u8fd4\u3057\u307e\u3059":52,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u5909\u66f4\u3057\u307e\u3059":56,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u8fd4\u3057\u307e\u3059":56,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":156,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f0\u3067\u3059":156,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":156,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":156,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":156,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024":249,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[155,156],"\u30c7\u30fc\u30bf\u306b\u4e0d\u6574\u5408\u304c\u767a\u751f\u3059\u308b\u5834\u5408\u306f\u30c7\u30fc\u30bf\u3092\u524a\u9664\u3057\u306a\u3044\u3088\u3046\u306b\u5909\u66f4":35,"\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3059\u308bcheck\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":35,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":90,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":101,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":157,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":156,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092groonga\u306e\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u547c\u3073\u51fa\u3057\u5f62\u5f0f\u3067\u51fa\u529b\u3057\u307e\u3059":103,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u7ba1\u7406\u3059\u308b\u305f\u3081\u306e\u6c4e\u7528\u7684\u306a\u30da\u30fc\u30b8\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u304c":156,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u4e0a\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u3084\u7d22\u5f15\u306a\u3069\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u53ef\u80fd\u306a\u9650\u308a\u9ad8\u901f\u306b\u6307\u5b9a\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3057\u3088\u3046\u3068\u3057\u307e\u3059":11,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u6a5f\u80fd\u3092\u8ffd\u52a0":35,"\u30c7\u30fc\u30bf\u6295\u5165\u5f8c\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u4f5c\u6210\u306b\u5bfe\u5fdc":35,"\u30c7\u30fc\u30e2\u30f3":156,"\u30c7\u30fc\u30e2\u30f3\u306b\u306a\u308b\u3068\u304d\u306f\u6a19\u6e96\u51fa\u529b\u3092\u9589\u3058\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u30c8\u30e2\u3061\u3083\u3093":273,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":[22,266],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u57cb\u3081\u8fbc\u307e\u308c\u3066\u3044\u308b\u5b9f\u884c\u7d50\u679c\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u6700\u65b0\u7248\u3068\u5404\u56fd\u8a9e\u7248\u306e\u5185\u5bb9\u3092\u540c\u671f\u3059\u308b\u305f\u3081\u306b":12,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8aa4\u5b57\u3092\u4fee\u6b63":36,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u751f\u6210\u6642\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u306b\u53cd\u6620\u3055\u308c\u307e\u3059":12,"\u30ca\u30de\u30a8":[205,241],"\u30cb\u30c3\u30dd\u30f3":[179,209,219],"\u30cb\u30db\u30f3":[179,209,219],"\u30cb\u30db\u30f3\u30b4":219,"\u30cb\u30db\u30f3\u30b8\u30f3":219,"\u30ce":241,"\u30cf":241,"\u30cf\u30ba":241,"\u30d0\u30a4\u30aa\u30ea\u30f3":34,"\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":267,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u6587\u5b57\u81ea\u8eab\u3092\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":156,"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":89,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":89,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":89,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":89,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":89,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":89,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":89,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":89,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":89,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":89,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":89,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":89,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":89,"\u30d0\u30d3\u30d6\u30d9\u30dc":[34,205,226],"\u30d0\u30d3\u30d6\u30d9\u30dc\u30d6":[205,226],"\u30d0\u30fc\u30b8\u30e7\u30f3":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":34,"\u30d0\u30fc\u30b8\u30e7\u30f31":34,"\u30d0\u30fc\u30b8\u30e7\u30f3\u4e00\u89a7\u306e\u4e0a\u306b\u3042\u308b":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u304c\u5b8c\u4e86\u3057\u305f\u3089":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3067\u306f\u3044\u304f\u3064\u304b\u306e\u30b5\u30d6\u30bf\u30b9\u30af\u304b\u3089\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d\u306fgithub":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u306b\u5fc5\u8981\u306a\u79d8\u5bc6\u9375\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u306b\u3064\u3044\u3066\u306f":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u63d0\u4f9b\u3059\u308bubuntu\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092hardi":36,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9\u3092\u4fee\u6b63":36,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u3059\u308b\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u5316\u4f5c\u696d\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3092\u5bfe\u8c61\u306b\u884c\u3044\u307e\u3059":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u306e\u5909\u66f4\u3042\u308a":38,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u306e\u9375\u304c\u5fc5\u8981\u3067\u3059":12,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":155,"\u30d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u8ffd\u52a0\u3057\u307e\u3059":11,"\u30d3\u30eb\u30c9\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3057\u30ea\u30ea\u30fc\u30b9\u524d\u306e\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,"\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u307e\u3060\u672a\u7f72\u540d\u306a\u306e\u3067":12,"\u30d3\u30eb\u30c9\u306b\u6210\u529f\u3059\u308b\u3068":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u3068\u3057\u3066\u306f":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306f":12,"\u30d3\u30eb\u30c9\u7d50\u679c\u304c\u30e1\u30fc\u30eb\u3067\u901a\u77e5\u3055\u308c\u307e\u3059":12,"\u30d5\u30a1\u30a4\u30eb":12,"\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3057\u305f\u3089":12,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u306e\u30eb\u30fc\u30c8\u76f4\u4e0b\u306b":38,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":89,"\u30d5\u30e9\u30b0\u3092\u6570\u5024\u3067\u306f\u306a\u304f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u5909\u66f4":35,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308bdefrag\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":35,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570":101,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3059":101,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u89e3\u6d88\u304c\u5b9f\u884c\u3055\u308c\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":65,"\u30d6":[34,205,226],"\u30d6\u30d6\u30d6\u30d6\u30d6\u30d6":[205,226],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u306a\u3069\u3092\u3082\u3068\u306b":12,"\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u7f6e\u304d\u5834\u6240\u3092\u5909\u66f4":36,"\u30d7\u30e9\u30b0\u30a4\u30f3\u767b\u9332api\u306e\u540d\u524d\u3092\u6539\u826f":37,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":14,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u505c\u6b62\u3057\u307e\u3059":82,"\u30d7\u30ed\u30bb\u30b9\u306f\u901f\u3084\u304b\u306b\u7d42\u4e86\u3057\u307e\u3059":82,"\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":156,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":156,"\u30d9\u30af\u30bf\u306e\u5024\u3092":36,"\u30d9\u30af\u30bf\u306e\u5024\u3092\u51fa\u529b\u3059\u308b\u3068\u304d\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":36,"\u30d9\u30af\u30bf\u306egeopoint\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":35,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":249,"\u30db\u30b9\u30c8\u3067web\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8\u3092\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u3082\u306e":12,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":157,"\u30db\u30b9\u30c8\u540d\u3068":157,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":[155,156],"\u30de\u30af\u30ed\u306a\u3069\u3067\u521d\u671f\u5316\u6e08\u307f\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":65,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":94,"\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7d4c\u5ea6x\u30df\u30ea\u79d2\u5358\u4f4d\u306e\u7def\u5ea6":249,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u7528\u30aa\u30d7\u30b7\u30e7\u30f3":36,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u306e\u4fee\u6b63":35,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":[36,38],"\u30e1\u30fc\u30c8\u30eb":169,"\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u521d\u671f\u5316\u95a2\u6570\u304c\u8907\u6570\u56de\u547c\u3070\u308c\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u30e4\u30de\u30c0":[205,241],"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u95a2\u4fc2\u5f0f\u3068\u3057\u3066\u4f7f\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u304cc\u8a00\u8a9e\u3067\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306b\u7d44\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u30e6\u30fc\u30b6\u3078\u5f71\u97ff\u3059\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":[3,4,22,44],"\u30e6\u30fc\u30b6\u30fc\u306b\u3042\u307e\u308a\u8ca0\u62c5\u3092\u611f\u3058\u3055\u305b\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u3068\u826f\u3044\u3067\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u306f\u305d\u306e\u3076\u3093\u78ba\u8a8d\u3059\u308b\u4f5c\u696d\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059":10,"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8\u3092\u3057\u305f\u308a\u3057\u3066\u3044\u307e\u3059":10,"\u30e6\u30fc\u30b6\u540d":157,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":155,"\u30ea\u30dd\u30b8\u30c8\u30ea\u306e":12,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306e\u540c\u671f":12,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306e\u66f4\u65b0":12,"\u30ea\u30ea\u30fc\u30b9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3067\u3059\u306e\u3067\u6f0f\u308c\u306a\u304f\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u305f\u3073\u306bformula\u306e\u5185\u5bb9\u3092\u66f4\u65b0\u3059\u308b\u4f5c\u696d\u3092\u5b9f\u65bd\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u30c8\u30d4\u30c3\u30af\u7d39\u4ecb\u3067\u306f":12,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u306b\u5229\u7528\u3059\u308b\u5834\u5408\u306b\u306f":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u6848\u5185\u3092\u3057\u305f\u308a":10,"\u30ea\u30ea\u30fc\u30b9\u306e\u969b\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u3066":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306b\u306f\u4ee5\u4e0b\u3092\u542b\u3081\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6295\u7a3f\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u6d41\u3057\u7d42\u3048\u305f\u3089":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u5f8c\u8ff0\u3059\u308b\u30b3\u30de\u30f3\u30c9":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306frpm\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u5bfe\u3059\u308b\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9":12,"\u30ea\u30ea\u30fc\u30b9\u5909\u66f4\u70b9\u3078\u306e\u30ea\u30f3\u30af":12,"\u30ea\u30ea\u30fc\u30b9\u5bfe\u8c61\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u304claunchpad":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":[3,4,22,44],"\u30ea\u30ea\u30fc\u30b9\u624b\u9806\u306e\u524d\u63d0\u6761\u4ef6\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332\u3055\u308c\u305f\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u5f8c\u306b\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u884c\u3044\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u5411\u3051\u306e\u79d8\u5bc6\u9375\u3092\u5fa9\u53f7\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u306e1\u884c\u76ee\u306b\u8a18\u8f09\u3057\u3066\u3042\u308a\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u65e5":12,"\u30ea\u30ea\u30fc\u30b9\u6642\u3068\u958b\u767a\u6642\u3067\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u5206\u3051\u305a\u306b\u4f5c\u696d\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u304c":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306b\u30d3\u30eb\u30c9\u3059\u308b\u305f\u3081\u306b\u306f\u4ee5\u4e0b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066configure\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u304c\u3067\u304d\u305f\u306e\u3067":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u624b\u9806\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30af\u30ea\u30fc\u30f3\u306a\u72b6\u614b\u3067\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bf\u30b0\u3092\u6253\u3064\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30bf\u30b0\u3092\u8a2d\u5b9a\u3059\u308b\u524d\u306b":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u304cpackag":12,"\u30ea\u30f3\u30af\u306e\u5148\u3067":12,"\u30ea\u30f3\u30af\u3092\u3042\u306a\u305f\u306e\u30d5\u30a9\u30ed\u30ef\u30fc\u306b\u5171\u6709\u3059\u308b":12,"\u30ea\u30f3\u30af\u3092\u8fbf\u308b\u3068":12,"\u30ea\u30f3\u30b4\u3067\u3059":239,"\u30ea\u30f3\u30b4\u3067\u3059\u304b":239,"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":78,"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":78,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":78,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u304b\u8abf\u3079\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3068value\u304c\u7b49\u3057\u3044\u5834\u5408\u306b\u9650\u3063\u3066\u30ed\u30c3\u30af\u3057\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u52a0\u7b97\u3057\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306bvalue\u3092\u6e1b\u7b97\u3057\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u5148\u982d\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u672b\u5c3e\u306bvalue\u3092\u8ffd\u52a0\u3057\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":78,"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u3068\u7f6e\u304d\u63db\u3048\u307e\u3059":65,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0":36,"\u30ec\u30b3\u30fc\u30c9\u3092key\u5024\u306e\u6607\u964d\u9806\u3067\u53d6\u308a\u51fa\u3059\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":69,"\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":11,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u8ddd\u96e2":35,"\u30ed\u30b0\u306b\u306f\u6b8b\u308b":38,"\u30ed\u30b0\u306b\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u306e\u79d2\u3088\u308a\u5c0f\u3055\u3044\u5024\u304c\u5e38\u306b0\u306b\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":37,"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":111,"\u30ed\u30b0\u3092":12,"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u30ed\u30b0\u30a4\u30f3\u53ef\u80fd\u3067\u3042\u308b\u304b\u306e\u78ba\u8a8d\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u884c\u3044\u307e\u3059":12,"\u30ed\u30b0\u30d1\u30b9\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306b":36,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":157,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":157,"\u30ed\u30b0\u51fa\u529b":111,"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":156,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":156,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u66f4\u65b0\u3084\u5909\u66f4\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u30ea\u30b9\u30c8\u7b49\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":156,"\u30ed\u30fc\u30de\u30b8":[179,209],"\u30ed\u30fc\u30de\u5b57":179,"\u30ed\u30fc\u30de\u5b57\u5165\u529b":209,"\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":101,"\u30f4\u30a1\u30a4\u30aa\u30ea\u30f3":34,"\u30f4\u30a1\u30f4\u30a3\u30f4\u30a5\u30f4\u30a7\u30f4\u30a9":[34,205,226],"\u30f4\u30a1\u30f4\u30a3\u30f4\u30f4\u30a7\u30f4\u30a9":[34,205,226],"\u30f4\u30a1\u30f4\u30a3\u30f4\u30f4\u30a7\u30f4\u30a9\u30f4":[205,226],"\u30fc":[205,226],"\u30fc\u30fc\u30fc\u30fc\u30fc\u30fc":[205,226],"\u4e00\u3064\u306e\u9023\u7d9a\u3057\u305f\u30c8\u30fc\u30af\u30f3\u3068\u3057\u3066\u6271\u3044\u307e\u3059":265,"\u4e00\u3064\u306etable\u306b\u540c\u4e00\u306ename\u306ecolumn\u3092\u8907\u6570\u5b9a\u7fa9\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":51,"\u4e00\u65b9":267,"\u4e00\u6642\u7684\u304b\u6c38\u7d9a\u7684\u304b\u3092\u6c17\u306b\u3057\u306a\u304f\u3066\u3088\u3044":65,"\u4e00\u6642\u7684\u306aobject\u3067\u3042\u308bobj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":65,"\u4e00\u6642object\u306a\u3089null\u3092\u8fd4\u3057\u307e\u3059":65,"\u4e00\u822c":241,"\u4e00\u822c\u7684\u306b\u306f":65,"\u4e00\u884c\u306b\u8907\u6570\u306egroonga":157,"\u4e0a\u4f4dlimit\u500b\u306e\u8981\u7d20\u3092result\u306b\u683c\u7d0d\u3057\u307e\u3059":68,"\u4e0a\u66f8\u304d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3046":12,"\u4e0a\u8a18\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067":12,"\u4e0a\u8a18\u306e\u4f8b\u3067\u306f":267,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":157,"\u4e0a\u8a18url\u3092\u53c2\u7167\u3059\u308b\u3068\u308f\u304b\u308b\u3088\u3046\u306b\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u306eurl\u3068sha1\u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u3092\u66f4\u65b0\u3057\u307e\u3059":12,"\u4e0a\u91ce\u4e43\u6bc5\u3055\u3093":36,"\u4e0b\u8a18":69,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":89,"\u4e0d\u5b89\u5b9a\u7248\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3067\u30d3\u30eb\u30c9\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304b\u3089":12,"\u4e0d\u5b89\u5b9a\u7248\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u524a\u9664\u7528\u306e\u30da\u30fc\u30b8":12,"\u4e0d\u6b63\u306a\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u3068\u304d\u306bdump\u3059\u308b\u3068\u843d\u3061\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u4e0d\u6b63\u306a\u5165\u529b\u5024\u306b\u5bfe\u3057\u3066\u30a8\u30e9\u30fc\u3092\u51fa\u529b\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u4e0d\u6b63\u306a\u540d\u524d\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306b\u6307\u5b9a\u3055\u308c\u305f\u540d\u524d\u3082\u5831\u544a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u4e0d\u6b63\u306a\u6587\u5b57\u3092\u898b\u3064\u3051\u305f\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":35,"\u4e0d\u6b63\u306a\u95a2\u6570\u547c\u3073\u51fa\u3057\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u4e0d\u6b63\u306asort\u30ad\u30fc\u3092\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306fsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"\u4e0e\u3048":267,"\u4e16\u754c\u6e2c\u5730\u7cfb":249,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[169,170],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":11,"\u4e3b\u306b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u58ca\u308c\u305f\u5834\u5408\u306a\u3069\u7570\u5e38\u6642\u306e\u554f\u984c\u89e3\u6c7a\u306e\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":89,"\u4e3b\u30ad\u30fc\u304c\u6570\u5024\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3067\u306e\u6bd4\u8f03\u6f14\u7b97\u306b\u5bfe\u5fdc":36,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":249,"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":78,"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":78,"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b":144,"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":78,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":181,"\u4e8c":209,"\u4e8c\u3064\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u540c\u6642\u306b\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":82,"\u4e92\u63db\u6027\u304c\u306a\u304f\u306a\u308b\u3088\u3046\u306a\u5909\u66f4":12,"\u4eac\u90fd":[241,265,267],"\u4eba\u540d":[205,241],"\u4ed5\u69d8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":82,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066":12,"\u4ed6\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4f9d\u983c\u3057\u3066\u7f72\u540d\u7528\u306e\u9375\u3092\u6697\u53f7\u5316\u3057\u3066\u3082\u3089\u3063\u3066\u4e0b\u3055\u3044":12,"\u4ed8\u8d85\u7fa4":34,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":94,"\u4ee3\u540d\u8a5e":[34,241],"\u4ee5\u4e0a\u3067\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u306f\u7d42\u4e86\u3067\u3059":12,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":157,"\u4ee5\u4e0b":157,"\u4ee5\u4e0b\u3067":267,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":11,"\u4ee5\u4e0b\u306bgroonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3092\u884c\u3046\u305f\u3081\u306b\u4e8b\u524d\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":11,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30af\u30a8\u30ea\u306e\u5834\u5408\u306f":265,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304a\u3044\u3066\u4e0b\u3055\u3044":12,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u524d\u306b\u691c\u7d22\u7d50\u679c\u30bb\u30c3\u30c8\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":265,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5168\u6587\u691c\u7d22\u524d\u306b\u3059\u3067\u306b\u95be\u5024\u304c\u8d8a\u3048\u3066\u3044\u308b\u5834\u5408":267,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\u308b\u3068":267,"\u4ee5\u4e0b\u306e\u3088\u3046\u306bgroonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u5148\u304b\u3089\u306e\u76f8\u5bfe\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067\u30ed\u30fc\u30ab\u30eb\u306bweb\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306f\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u4e88\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":156,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u30d3\u30eb\u30c9\u3057\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092packag":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u30ea\u30ea\u30fc\u30b9\u7528\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u7f72\u540d\u3092\u884c\u3044\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066windows\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30d3\u30eb\u30c9\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":[12,14],"\u4ee5\u4e0b\u306e\u30c6\u30b9\u30c8\u304c\u5168\u3066\u30d1\u30b9\u3057\u3066\u3044\u308b\u304b\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":65,"\u4ee5\u4e0b\u306e\u57fa\u6e96\u3092\u76ee\u5b89\u3068\u3057\u3066\u5909\u66f4\u70b9\u3092\u8ffd\u8a18\u3057\u3066\u3044\u304d\u307e\u3059":12,"\u4ee5\u4e0b\u306e\u624b\u9806\u306f\u4eca\u5f8c\u524a\u9664\u3059\u308b\u4e88\u5b9a\u3067\u3059":12,"\u4ee5\u964d\u306e\u8aac\u660e\u3067\u306f":12,"\u4ee5\u964d\u306f\u30b3\u30e1\u30f3\u30c8":156,"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":156,"\u4ee5\u964d\u3092\u7121\u8996":36,"\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u51fa\u529b\u5148\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":157,"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067":156,"\u4efb\u610f\u306edb\u540d":157,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5165\u529b\u5024\u30c1\u30a7\u30c3\u30af\u3092\u5f37\u5316":38,"\u4f4d\u7f6e\u60c5\u5831\u306e\u5c0f\u6570\u8868\u8a18\u304b\u3089\u30df\u30ea\u79d2\u3078\u306e\u5909\u63db\u8aa4\u5dee\u304c\u5927\u304d\u3044\u554f\u984c\u3092\u4fee\u6b63":38,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":157,"\u4f5c\u6210\u3057\u305f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8\u3078\u3068\u6d41\u3057\u307e\u3059":12,"\u4f5c\u6210\u3059\u308bdb\u306e\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u6642\u306b\u6307\u5b9a\u3057\u307e\u3059":55,"\u4f5c\u6210\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u4f5c\u6210\u3059\u308bproc\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u4f5c\u6210\u3059\u308btable\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u4f5c\u6210\u3059\u308btable\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u4f5c\u6210\u3059\u308btype\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":71,"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":156,"\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4f8b\u306f\u4ee5\u4e0b\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"\u4f5c\u696d\u30de\u30b7\u30f3\u4e0a\u306bgroonga\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u4f9d\u5b58\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u4e00\u5f0f\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"\u4f7f\u7528\u3059\u308b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":82,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u4f7f\u7528\u3092\u7d42\u4e86\u3057\u307e\u3059":54,"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":89,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":89,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059":82,"\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308a\u4ed5\u69d8\u3082\u5b89\u5b9a\u3057\u3066\u3044\u307e\u3059\u304c":82,"\u4f8b":[12,22,35,65,266],"\u4f8b\u3048\u3070":[65,156,157,265,267],"\u4fc2\u52a9\u8a5e":241,"\u4fee\u6b63\u304c\u5fc5\u8981\u306a\u7b87\u6240\u3092\u8abf\u3079\u3066":12,"\u500b\u3005\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u969b\u306b":82,"\u500b\u3005\u306e\u6761\u4ef6\u306f\u540c\u3058\u3067\u3059\u304c":267,"\u500b\u4eba\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u306f\u306a\u304f":12,"\u5024":156,"\u50241":156,"\u50242":156,"\u5024\u304c\u56fa\u5b9a\u9577\u3067\u3042\u308b\u30ab\u30e9\u30e0\u306e\u307f\u304cobj\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":65,"\u5024\u304c\u5b58\u5728\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308b\u30ab\u30e9\u30e0\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":156,"\u5024\u306e\u7bc4\u56f2\u306f1":78,"\u5024\u306e\u914d\u5217\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":65,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u7bc4\u56f2\u306e\u958b\u59cb\u4f4d\u7f6e\u3068\u306a\u308b\u30ec\u30b3\u30fc\u30c9id\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[62,65],"\u5065\u4f5c":273,"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":11,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":157,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":157,"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":78,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":100,"\u5168\u4ef6\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":69,"\u5168\u6587\u691c\u7d22\u306e\u307f\u3067\u691c\u7d22\u3057\u307e\u3059":267,"\u5168\u6587\u691c\u7d22\u6642\u306b\u524a\u9664\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u304c\u8fd4\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u4ee5\u4e0b\u306eurl\u3067\u78ba\u8a8d\u3067\u304d\u307e\u3059":12,"\u5185\u5bb9\u304c\u5909\u66f4\u3055\u308c\u305fdb\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u5185\u8a33\u306f":267,"\u5185\u90e8\u5229\u7528\u306e\u305f\u3081\u306e\u30e1\u30f3\u30d0\u3067\u3059":68,"\u5185\u90e8\u7684\u306a\u5909\u66f4":12,"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":169,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":169,"\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":169,"\u5186\u5468\u4e0a\u306e\u70b9\u306e\u4e00\u3064\u306e\u5ea7\u6a19\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":169,"\u518d\u5ea6\u30ea\u30ea\u30fc\u30b9\u3059\u308b\u3053\u3068\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u306e\u3067":12,"\u518d\u5ea6po\u30d5\u30a1\u30a4\u30eb\u3068html\u3092\u66f4\u65b0\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u518d\u73fe\u624b\u9806\u3092ml\u304bredmine\u306b\u5831\u544a\u3057\u3066\u3082\u3089\u3048\u307e\u3059\u304b":10,"\u518d\u73fe\u7387\u3088\u308a\u3082\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":267,"\u51e6\u7406\u306e\u5b9f\u884c\u72b6\u6cc1\u3092\u8abf\u3079\u305f\u308a":59,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":78,"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":157,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u51fa\u529b\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":111,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":157,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":157,"\u51fa\u529b\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092":103,"\u5206\u5272":265,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":14,"\u521d\u671f\u5024\u306f10\u3067\u3059":155,"\u521d\u671f\u5316\u3055\u308c\u305f":54,"\u521d\u671f\u5316\u3059\u308b":54,"\u521d\u671f\u5316\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u521d\u671f\u5316\u6e08\u307f\u306e":55,"\u521d\u671f\u5316\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5225\u306e\u5f62\u5f0f\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066db_api\u3092\u4f7f\u3063\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u304b\u306f\u30b3\u30de\u30f3\u30c9\u6bce\u306b\u81ea\u7531\u306b\u6c7a\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u5229\u7528\u3067\u304d\u308b\u30d0\u30a4\u30b0\u30e9\u30e0\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u4e00\u89a7\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":267,"\u5229\u7528\u8005\u306f\u56f0\u3063\u305f\u307e\u307e\u3068\u306a\u308b\u306e\u3067":10,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":78,"\u524a\u9664\u3057\u305f\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u304b\u3089id\u9806\u306b\u53d6\u308a\u51fa\u3059\u30ab\u30fc\u30bd\u30eb\u304c":36,"\u524a\u9664\u3092\u7e70\u308a\u8fd4\u3059\u3068\u30c7\u30fc\u30bf\u304c\u58ca\u308c":36,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":94,"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":94,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u304b\u3089\u306e\u5909\u66f4\u5c65\u6b74\u3092\u53c2\u7167\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"\u524d\u56de\u30ea\u30ea\u30fc\u30b9\u6642\u304b\u3089\u306e\u5909\u66f4\u70b9\u3092":12,"\u524d\u63d0\u6761\u4ef6":3,"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u30de\u30c3\u30c1\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":35,"\u524d\u8ff0\u306e\u4f8b\u3092\u4f7f\u3063\u3066\u5177\u4f53\u4f8b\u3092\u793a\u3057\u307e\u3059":267,"\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u5834\u6240\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"\u52a9\u52d5\u8a5e":241,"\u52a9\u8a5e":241,"\u52c9":247,"\u52c9\u5f37":[231,246],"\u52d5\u4f5c\u306b\u4e92\u63db\u6027\u304c\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":82,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":103,"\u534a\u5f84":169,"\u534a\u5f84\u304b\u3089\u306e\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u305f\u3081\u306b\u5730\u5f62\u3092\u3069\u306e\u3088\u3046\u306b\u8fd1\u4f3c\u3059\u308b\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":169,"\u534a\u89d2\u5c0f\u6587\u5b57\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u304b\u3089":69,"\u5358\u4f4d":[71,169],"\u5358\u72ec\u306e\u5024":51,"\u5358\u7d14\u306a\u8a08\u7b97\u5f0f\u3067\u8ddd\u96e2\u3092\u6c42\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u305f\u3081\u9ad8\u901f\u3067\u3059\u304c":169,"\u539f\u56e0":[22,266],"\u539f\u56e0\u3092\u7279\u5b9a\u3057\u3066\u4fee\u6b63\u3057\u307e\u3059":12,"\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"\u53c2\u8003\u307e\u3067\u306b\u904e\u53bb\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3078\u306e\u30ea\u30f3\u30af\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059":12,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":157,"\u53cc\u65b9\u306b\u3068\u3063\u3066\u5b09\u3057\u304f\u306a\u3044\u72b6\u614b\u306b\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3059":10,"\u53d6\u5f97\u3057\u305f\u3044\u30ab\u30e9\u30e0\u540d\u306eprefix\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u53d6\u5f97\u3067\u304d\u305f\u4ef6\u6570\u304c\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3055\u308c\u307e\u3059":65,"\u53e5\u70b9":241,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8\u306e\u89e3\u6d88\u3092\u884c\u3044\u307e\u3059":65,"\u53ef\u80fd\u306a\u9818\u57df\u3092threshold\u3092\u6307\u6a19\u3068\u3057\u3066\u89e3\u653e\u3057\u307e\u3059":65,"\u53f3\u4e0a":35,"\u53f3\u4e0b":35,"\u53f3\u8fba\u304c\u5f0f\u306e\u6f14\u7b97\u4ee3\u5165\u6f14\u7b97\u5b50\u3092\u30b5\u30dd\u30fc\u30c8":36,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":157,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":157,"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":11,"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":157,"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":89,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":138,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":78,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":157,"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":89,"\u540c\u3058\u3067\u3059":157,"\u540c\u3058\u540d\u524d\u306e\u30b3\u30de\u30f3\u30c9\u3067\u3042\u3063\u3066\u3082":82,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u3082\u4e00\u7dd2\u306b\u6307\u5b9a\u3059\u308b\u30af\u30a8\u30ea\u306b\u3088\u3063\u3066\u306f\u5168\u6587\u691c\u7d22\u306e\u7d50\u679c\u304c\u7570\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":267,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":[22,266],"\u540c\u4e00\u306e\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3042\u308b\u306a\u3089":82,"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":157,"\u540c\u540d\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4e0a\u66f8\u3044\u3066\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3067\u304d\u306a\u3044\u306e\u3067":12,"\u540c\u6642\u306b":9,"\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":69,"\u540c\u6642\u306b\u8907\u6570\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u958b\u3044\u3066\u3044\u308b\u3068\u304d":38,"\u540d\u524d":[205,241],"\u540d\u524d\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":[51,65],"\u540d\u524d\u4ed8\u304d\u306eobject\u3067\u3042\u308a":65,"\u540d\u8a5e":[34,205,241],"\u5426\u5b9a":11,"\u542b\u3081\u306a\u3044\u3082\u306e":12,"\u542b\u3081\u308b\u3082\u306e":12,"\u547c\u51fa\u5074\u3067\u306ftype\u306b\u5fdc\u3058\u3066\u5341\u5206\u306a\u30b5\u30a4\u30ba\u306e\u30d0\u30c3\u30d5\u30a1\u3092\u78ba\u4fdd\u3057\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":62,"\u547c\u51fa\u5074\u3067\u6e96\u5099":62,"\u547c\u51fa\u5074\u3067\u6e96\u5099\u3059\u308b":[51,65,68],"\u554f\u984c\u3042\u308a":38,"\u554f\u984c\u306fgroonga":157,"\u554f\u984c\u3092\u4fee\u6b63":36,"\u56de\u907f\u65b9\u6cd5\u7b49\u306e\u6848\u5185\u3092\u8f09\u305b\u308b\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":12,"\u56f0\u3063\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u8907\u6570\u56de\u30c4\u30a4\u30fc\u30c8\u3057\u3066\u9650\u3089\u308c\u305f\u306a\u304b\u3067\u60c5\u5831\u3092\u63d0\u4f9b\u3057\u3066\u304f\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":10,"\u56fa\u5b9a\u9577\u30ab\u30e9\u30e0\u306b\u30ab\u30e9\u30e0\u9577\u3088\u308a\u77ed\u3044\u30c7\u30fc\u30bf\u3092\u8a2d\u5b9a\u3059\u308b\u3068\u30b4\u30df\u304c\u6b8b\u3063\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u56fa\u6709\u540d\u8a5e":241,"\u578b":71,"\u578b\u306e\u30ab\u30e9\u30e0\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":51,"\u578b\u306e\u30ab\u30e9\u30e0\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":61,"\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059":68,"\u57fa\u672c\u5f62":241,"\u57fa\u672c\u7684\u306b\u306f\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u5185\u5bb9\u3092\u305d\u306e\u307e\u307e\u8a18\u8f09\u3057\u307e\u3059":12,"\u5909\u6570\u306e\u6570\u3092\u53d6\u5f97\u3057\u307e\u3059":66,"\u5909\u6570\u540d\u306e\u5909\u66f4\u3084\u3089\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":78,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u5909\u66f4\u5f8c\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eencoding\u3092\u6307\u5b9a\u3057\u307e\u3059":56,"\u5909\u66f4\u5f8c\u306e\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":64,"\u5909\u66f4\u5f8c\u306ecommand_version\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u5909\u66f4\u5f8c\u306ekey\u306e\u9577\u3055":68,"\u5909\u66f4\u5f8c\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u5909\u66f4\u5f8c\u306eobj\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":155,"\u59d3":241,"\u5b58\u5728\u3057\u306a\u3044\u30a2\u30c9\u30ec\u30b9\u3078\u30a2\u30af\u30bb\u30b9\u3057":68,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":103,"\u5b58\u5728\u3057\u306a\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u6307\u5b9a\u3057\u305f\u3068\u304d\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6539\u5584":35,"\u5b58\u5728\u3057\u306a\u3044\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53c2\u7167\u3059\u308b\u3068\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u5b58\u5728\u3057\u306a\u3051\u308c\u3070":68,"\u5b58\u5728\u3059\u308c\u3070\u6307\u5b9a\u3055\u308c\u305fid\u3092":68,"\u5b89\u5b9a\u7248\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3078\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044":12,"\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b\u30ad\u30fc\u3092\u691c\u7d22\u3057":68,"\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u305b\u3093":267,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":265,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":265,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":267,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u4ee5\u4e0b\u306e\u5834\u5408\u306b\u9650\u308a":265,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u306f\u30d2\u30c3\u30c8\u3057\u307e\u305b\u3093":265,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3067\u30d2\u30c3\u30c8\u3057\u307e\u3059":265,"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":156,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":78,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u5b9a\u7fa9\u6e08\u307f\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":51,"\u5b9f\u4f53\u3092\u78ba\u4fdd\u3057\u307e\u3059":54,"\u5b9f\u51e6\u7406\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u3067\u306e\u30af\u30a8\u30ea\u30d1\u30bf\u30f3\u306b\u8fd1\u3044\u30af\u30a8\u30ea\u3092\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":155,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":155,"\u5b9f\u884c\u3059\u308b\u30b3\u30de\u30f3\u30c9\u3068\u305d\u306e\u5f15\u6570\u3092\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":156,"\u5b9f\u884c\u3059\u308b\u6f14\u7b97\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u5b9f\u884c\u306b\u306f\u76f8\u5fdc\u306e\u30b3\u30b9\u30c8\u304c\u304b\u304b\u308b\u306e\u3067\u3042\u307e\u308a\u983b\u7e41\u306b\u547c\u3070\u306a\u3044\u3088\u3046\u306b\u3057\u3066\u4e0b\u3055\u3044":68,"\u5b9f\u884c\u306e\u4e2d\u65ad\u3092\u6307\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":59,"\u5b9f\u884c\u4f8b":[14,82],"\u5b9f\u884c\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":11,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":157,"\u5b9f\u884c\u9806\u4f4d\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u5b9f\u969b\u306b\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b\u4f8b\u3092\u8aac\u660e\u3057\u307e\u3059":267,"\u5bfe\u5fdc":37,"\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3057\u307e\u3059":65,"\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306e\u691c\u7d22\u306b\u6210\u529f\u3057":68,"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":[65,68],"\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306fkey\u9577\u3092\u8fd4\u3057\u307e\u3059":68,"\u5bfe\u5fdc\u3059\u308bid\u3092\u8fd4\u3057\u307e\u3059":68,"\u5bfe\u7b56\u65b9\u6cd51":[22,266],"\u5bfe\u7b56\u65b9\u6cd52":[22,266],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[90,101],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[90,101],"\u5bfe\u8c61\u306ecolumn\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":155,"\u5bfe\u8c61\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":61,"\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306ekey\u30b5\u30a4\u30ba\u3068\u540c\u3058\u304b\u8d85\u3048\u308b\u5e45\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":69,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,65,68],"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u306e\u9577\u3055":68,"\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u5bfe\u8c61column\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u5bfe\u8c61ctx\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u5bfe\u8c61cursor\u3092\u6307\u5b9a\u3057\u307e\u3059":[61,69],"\u5bfe\u8c61id\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5bfe\u8c61obj\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u5bfe\u8c61object\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,55,59,62,65,66,72],"\u5bfe\u8c61table1\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u5bfe\u8c61table2\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u5bfe\u8c61table\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,65,68,69],"\u5c0f\u6570\u5f62\u5f0f\u306etime\u30ea\u30c6\u30e9\u30eb\u3092\u30ed\u30fc\u30c9\u3059\u308b\u3068\u30df\u30ea\u79d2\u60c5\u5831\u304c\u843d\u3061\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"\u5c71\u7530":[205,241],"\u5de6\u4e0a":35,"\u5de6\u4e0b":35,"\u5dee\u5206\u3092":157,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u304b\u3089\u30df\u30ea\u79d2\u5f62\u5f0f\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3084":249,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067x\u5ea6y\u5206z\u79d2\u3068\u306a\u308b\u7d4c\u5ea6":249,"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":169,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":170,"\u5ec3\u6b62\u4e88\u5b9a\u3067\u3042\u308a\u4f7f\u7528\u304c\u63a8\u5968\u3055\u308c\u307e\u305b\u3093":82,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":157,"\u5f15\u6570\u3068\u3057\u3066":11,"\u5f15\u6570\u306f\u4ee5\u4e0b\u306e2\u7a2e\u985e\u306e\u65b9\u6cd5\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":156,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":11,"\u5f15\u6570\u540d":156,"\u5f15\u6570\u540d1":156,"\u5f15\u6570\u540d2":156,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":156,"\u5f37":[231,246,247],"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u30af\u30ea\u30a2\u3057\u307e\u3059":65,"\u5f37\u5236\u7684\u306b\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308bclearlock\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":35,"\u5f53\u8a72\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306bdefault":82,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":65,"\u5f53\u8a72\u30ec\u30b3\u30fc\u30c9\u3092\u30ed\u30c3\u30af\u3057\u307e\u3059":65,"\u5f62\u5f0f1":156,"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":156,"\u5f62\u5f0f2":156,"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":156,"\u5f7c":[205,241],"\u5f7c\u306e\u540d\u524d\u306f\u5c71\u7530\u3055\u3093\u306e\u306f\u305a\u3067\u3059":[205,241],"\u5f8c\u8ff0\u3057\u307e\u3059\u304c":12,"\u5f8c\u8ff0\u306e\u3059\u3079\u3066\u306e\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306fdb_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":11,"\u5f8c\u8ff0\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3054\u3068\u306egrntest\u306b\u3088\u308b\u52d5\u4f5c\u78ba\u8a8d\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"\u5f93\u3063\u3066":138,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":11,"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":11,"\u5fa9\u53f7\u3057\u305f\u9375":12,"\u5fa9\u53f7\u3057\u305f\u9375\u30d5\u30a1\u30a4\u30eb":12,"\u5fc5\u8981\u306a\u6642\u4ee5\u5916\u306bmecab\u306e\u8f9e\u66f8\u30c1\u30a7\u30c3\u30af\u3092\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u5fc5\u8981\u306a\u90e8\u5206\u3092groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u554f\u3044\u5408\u308f\u305b\u308b\u305f\u3081\u306e\u30af\u30a8\u30ea\u306e\u8868\u73fe\u3068\u5b9f\u884c\u306b\u95a2\u3057\u3066":11,"\u5fc5\u8981\u306a\u9805\u76ee\u304c\u306a\u3044\u5834\u5408\u306f\u30ed\u30b0\u306b\u51fa\u529b":35,"\u60c5\u5831\u306e\u9806\u5e8f\u306f":144,"\u60c5\u5831\u540d\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":144,"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[90,94,100,111],"\u623b\u308a\u5024\u3067\u3042\u308b":61,"\u623b\u308a\u5024\u3067\u3042\u308bgrn_index_cursor\u306f":61,"\u624b\u7d9a\u304d":66,"\u624b\u7d9a\u304d\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"\u62c5\u5f53\u8005":12,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":157,"\u62e1\u5f35\u5b50\u306f":157,"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":157,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u304c\u8fd4\u3055\u308c\u307e\u3059":82,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u6a19\u6e96\u30a8\u30e9\u30fc\u51fa\u529b\u306b\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057":82,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cdevelop\u3042\u308b\u3044\u306fdeprecated\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f":82,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u304cstable\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u306f\u306a\u3093\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3082\u8868\u793a\u3055\u308c\u305a\u305d\u306e\u307e\u307e\u8d77\u52d5\u3057\u307e\u3059":82,"\u6307\u5b9a\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":82,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":157,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":89,"\u6307\u5b9a\u3057\u305f2\u3064\u306e\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":166,"\u6307\u5b9a\u3057\u305f2\u3064\u6587\u5b57\u5217\u306e\u7de8\u96c6\u8ddd\u96e2\u3092uint32\u578b\u306e\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":166,"\u6307\u5b9a\u3057\u305f\u30af\u30a8\u30ea\u306b\u5bfe\u3059\u308b\u88dc\u5b8c":36,"\u6307\u5b9a\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3080":35,"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":11,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":157,"\u6307\u5b9a\u3059\u308b":55,"\u6307\u5b9a\u3067\u304d\u308b\u5024\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":169,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":157,"\u63a5\u5c3e":[205,241],"\u63a5\u7d9a\u3059\u308bgroonga":157,"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":157,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":157,"\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":155,"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":157,"\u63a5\u7d9a\u5148\u30b5\u30fc\u30d0\u304c\u4f7f\u7528\u4e2d\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":157,"\u63d0\u6848\u3092\u884c\u3046":36,"\u652f\u3048\u305f":34,"\u652f\u3048\u308b":34,"\u6539\u884c\u6587\u5b57\u306f":156,"\u6570\u5024":265,"\u6570\u5024\u306e\u30d9\u30af\u30bf\u3092\u30b5\u30dd\u30fc\u30c8":35,"\u6570\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":169,"\u6570\u5b57":157,"\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":267,"\u6570\u5b57\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":267,"\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":166,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":156,"\u65b0\u3057\u3044\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306b\u4efb\u547d\u3055\u308c\u305f\u3070\u304b\u308a\u3067":12,"\u65b0\u3057\u3044\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092value\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":65,"\u65b0\u3057\u3044\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[51,65],"\u65b0\u3057\u3044key\u3068\u305d\u306ebyte\u9577\u3092dest_key\u3068dest_key_size\u306b\u6307\u5b9a\u3057\u307e\u3059":68,"\u65b0\u3057\u3044value\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"\u65b0\u3057\u304f\u958b\u767a\u306b\u52a0\u308f\u308b\u4eba\u3068\u3082\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":10,"\u65b0\u305f\u306adb\u3092\u4f5c\u6210\u3057\u307e\u3059":55,"\u65b0\u305f\u306brecord\u304c\u8ffd\u52a0\u3055\u308c\u305f\u6642\u306b\u306f1\u304c":68,"\u65b0\u4efb\u306e\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306f\u5fc5\u305a":12,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u306e\u307f\u884c\u3044\u307e\u3059":12,"\u65b0\u898f\u306b\u30ea\u30ea\u30fc\u30b9\u3092\u884c\u3046\u3053\u3068\u306b\u306a\u3063\u305f\u62c5\u5f53\u8005\u3084\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u7f72\u540d\u3059\u308b\u9375\u306b\u5909\u66f4\u304c\u3042\u3063\u305f\u5834\u5408\u306a\u3069\u306b\u884c\u3044\u307e\u3059":12,"\u65b9\u5f62\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":169,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":157,"\u65e2\u5b58\u306edb\u3092\u958b\u304d\u307e\u3059":55,"\u65e2\u5b58\u306etype\u3042\u308b\u3044\u306ftable\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":68,"\u65e2\u5b58record\u3060\u3063\u305f\u6642\u306b\u306f0\u304c\u30bb\u30c3\u30c8\u3055\u308c\u307e\u3059":68,"\u65e5":[232,233,234,235,247],"\u65e5\u3005":10,"\u65e5\u672c":[179,209,219,231,232,233,234,235],"\u65e5\u672c\u4eba":219,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[169,170],"\u65e5\u672c\u8a9e":[219,246],"\u65e5\u672c\u8a9e\u306e\u52c9\u5f37":[231,246,247],"\u65e5\u672c\u8a9e\u7248\u305d\u308c\u305e\u308c\u3067\u884c\u3044\u307e\u3059":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":12,"\u65e7\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u30c6\u30b9\u30c8\u74b0\u5883\u3078\u3068\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b":12,"\u65e7\u65e5\u672c\u6e2c\u5730\u7cfb\u306b\u3088\u308b\u7d4c\u7def\u5ea6\u3067\u3042\u308a":249,"\u660e\u793a\u7684\u306b\u305d\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0\u3059\u308b\u3088\u3046\u306b\u3057\u3066\u3044\u307e\u3059":12,"\u6642\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":36,"\u6642\u9593\u306e\u89e3\u50cf\u5ea6\u3092\u30ca\u30ce\u79d2\u306b\u5909\u66f4":36,"\u66f4\u65b0\u3055\u308c\u308b\u305f\u3073\u306b1\u305a\u3064\u5927\u304d\u304f\u306a\u308a\u307e\u3059":82,"\u66f4\u65b0\u524d\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u66f4\u65b0\u5f8c\u306e\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"\u6700\u521d\u306b\u58f0\u3092\u304b\u3051\u308b\u3068\u304d\u306b\u89e3\u6c7a\u7b56\u30921\u3064\u304b2\u3064\u63d0\u6848\u3067\u304d\u308b\u3068\u671b\u307e\u3057\u3044\u3067\u3059":10,"\u6700\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":3,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308b":35,"\u6700\u5927\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u3092\u6307\u5b9a\u3059\u308bcache_limit\u30b3\u30de\u30f3\u30c9\u306e\u8ffd\u52a0":35,"\u6700\u5f8c\u306b":267,"\u6700\u5f8c\u306bgrntest\u306b\u3088\u308b\u5b9f\u884c\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u307e\u3068\u3081\u3066\u8868\u793a\u3055\u308c\u307e\u3059":12,"\u6700\u5f8c\u306e":157,"\u6700\u7d42\u66f4\u65b0\u6642\u523b\u306f\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u6709\u52b9\u304b\u3069\u3046\u304b\u306e\u5224\u65ad\u306a\u3069\u306b\u5229\u7528\u3055\u308c\u307e\u3059":55,"\u672a\u6765\u306e\u65e5\u4ed8":12,"\u672c":[232,233,234,235,247],"\u672c\u8a9e":[231,232,233,234,235],"\u672c\u8a9e\u306e":246,"\u6761\u4ef6\u306e\u9806\u5e8f\u3092\u5909\u3048\u308b\u3068\u691c\u7d22\u7d50\u679c\u304c\u5909\u308f\u308b\u3068\u3044\u3046\u72b6\u6cc1\u304c\u767a\u751f\u3057\u307e\u3059":267,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":11,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":11,"\u6771\u4eac":[241,265,267],"\u6771\u4eac\u90fd":[241,265,267],"\u6771\u4eac\u90fd\u6c11":[265,267],"\u6771\u4eac\u90fd\u6c11\u306b\u6df1\u523b\u306a\u30c0\u30e1\u30fc\u30b8\u3092\u4e0e\u3048\u307e\u3057\u305f":267,"\u683c\u7d0d\u3057\u305f\u30ab\u30e9\u30e0id\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":68,"\u683c\u7d0d\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":65,"\u68ee\u7530":273,"\u691c\u7d22":[22,36,40,138,152,263,267],"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":11,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d":54,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":22,"\u691c\u7d22\u306e\u6319\u52d5":22,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u3042\u308a":265,"\u691c\u7d22\u306e\u6319\u52d5\u306b\u306f\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":267,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u5909\u66f4\u3057\u307e\u3059":64,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u691c\u7d22\u306e\u6319\u52d5\u3092\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3\u3059\u308b\u95be\u5024\u3092\u8fd4\u3057\u307e\u3059":64,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3082\u540c\u4e00\u306e\u65b9\u6cd5\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3055\u308c\u307e\u3059":265,"\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u305f\u7d50\u679c\u5f97\u3089\u308c\u308b\u8a9e\u5f59\u306e\u914d\u5217\u3068\u540c\u4e00\u306e\u914d\u5217\u3092\u542b\u3080\u6587\u66f8\u3092\u691c\u7d22\u3059\u308b\u51e6\u7406\u3092\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3068\u547c\u3093\u3067\u3044\u307e\u3059":265,"\u691c\u7d22\u30af\u30a8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":100,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u304f\u308b\u3053\u3068\u3092\u6291\u3048\u3064\u3064\u518d\u73fe\u7387\u3092\u4e0a\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":267,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u4e0a\u4f4d\u306b\u73fe\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":267,"\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u591a\u304f\u306a\u3063\u305f\u5834\u5408\u306f\u6307\u5b9a\u3059\u308b\u5024\u3092\u4f4e\u304f\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":267,"\u691c\u7d22\u4f8b1":3,"\u691c\u7d22\u4f8b2":3,"\u691c\u7d22\u4f8b3":3,"\u691c\u7d22\u4f8b4":3,"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":138,"\u691c\u7d22\u51e6\u7406\u306e\u5b9f\u884c\u4e2d\u306b\u9069\u6642\u547c\u3073\u51fa\u3055\u308c":59,"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":78,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u5bfe\u8c61\u306e":267,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u691c\u7d22\u5bfe\u8c61\u306eobject\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u691c\u7d22\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306b\u52a0\u3048\u307e\u3059":11,"\u691c\u7d22\u5bfe\u8c61\u6587\u66f8\u306f\u8907\u6570\u306e\u8a9e\u5f59\u306b\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":265,"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u9069\u7528\u3059\u308bgrn_expr\u3092script\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":138,"\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":249,"\u691c\u7d22\u6761\u4ef6\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3057\u305f\u65b0\u305f\u306a\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":[100,156],"\u691c\u7d22\u7d50\u679c\u3068\u3057\u3066\u751f\u6210\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":78,"\u691c\u7d22\u7d50\u679c\u306b\u3088\u3063\u3066\u52d5\u7684\u306b\u4f7f\u3044\u5206\u3051\u3066\u3044\u307e\u3059":265,"\u691c\u7d22\u7d50\u679c\u306e\u30bd\u30fc\u30c8\u9806\u5e8f\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":138,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":11,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u304c\u7a7a\u3067\u306a\u3044\u5834\u5408\u306b\u3060\u3051\u610f\u5473\u3092\u6301\u3061\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":11,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u30b9\u30b3\u30a2\u5024\u306e\u66f4\u65b0\u306e\u307f\u3092\u884c\u3044\u307e\u3059":11,"\u691c\u7d22id\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u691c\u7d22key\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u691c\u7d22key\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u6955\u5186\u4f53\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":169,"\u6975\u4ed8\u8fd1\u3067\u306f\u8aa4\u5dee\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059":169,"\u697d\u3057":[265,267],"\u697d\u3057\u3044billiard":[265,267],"\u69cb\u9020\u4f53\u306b\u95a2\u3057\u3066\u306f":54,"\u69cb\u9020\u4f53\u306e\u914d\u5217":66,"\u69cb\u9020\u4f53\u306f\u89e3\u653e\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":61,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":3,"\u6a19\u6e96\u5165\u529b":[89,90,94,100,101,111,128,144],"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":156,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e00\u884c\u305a\u3064eof\u306b\u9054\u3059\u308b\u307e\u3067\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u8aad\u307f\u53d6\u308a":156,"\u6b21\u306b":[11,12],"\u6b21\u306bgroonga\u306etest":12,"\u6b21\u56de\u63d0\u4f9b\u3059\u308bgroonga\u306f":82,"\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u958b\u767a\u304c\u59cb\u307e\u308a\u307e\u3059":12,"\u6b63\u5e38\u306b\u30d3\u30eb\u30c9\u304c\u7d42\u4e86\u3059\u308b\u3068":12,"\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068dist":12,"\u6b8b\u308a\u306e\u4e00\u3064\u306f":82,"\u6bb5\u843d\u60c5\u5831":51,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":3,"\u6c11":265,"\u6c17\u8efd\u306b\u3067\u304d\u306a\u3044\u3053\u3068\u3092\u76f8\u624b\u306b\u8981\u6c42\u3059\u308b\u3068\u840e\u7e2e\u3055\u308c\u3066\u3057\u307e\u3046\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"\u6c38\u7d9a\u7684\u306a":65,"\u6ce8\u610f":68,"\u6df1\u523b":267,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":11,"\u6e2c\u5730\u7cfb":249,"\u6e2c\u5730\u7cfb\u306e\u8a73\u7d30\u306b\u3064\u3044\u3066\u306f":249,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":11,"\u6f22\u5b57":179,"\u7121\u540dobject\u306a\u30890\u3092\u8fd4\u3057\u307e\u3059":65,"\u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306b\u6e96\u5099\u3057\u305f\u5185\u90e8api\u3067\u3059":60,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":14,"\u7279\u6b8a":241,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":157,"\u7279\u6b8a\u547d\u4ee4\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4efb\u610f\u306e\u5834\u6240\u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":157,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":89,"\u73fe\u5728\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u3068\u540c\u671f\u3057\u307e\u3059":12,"\u73fe\u5728\u306f":[155,157],"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":157,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgroonga":157,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308bos\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":12,"\u73fe\u5728\u5b9f\u884c\u4e2d\u306e":66,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":177,"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":177,"\u73fe\u72b6\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306fcommand":82,"\u7403\u9762\u8fd1\u4f3c\u3067\u8fd1\u4f3c\u3057\u307e\u3059":169,"\u74b0\u5883\u5909\u6570":12,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":14,"\u751f\u6210\u3055\u308c\u3066\u3044\u308b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u554f\u984c\u306e\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3067\u304d\u305f\u3089":12,"\u751f\u6210\u3067\u304d\u6b21\u7b2c\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u3066\u304a\u304f\u3068":12,"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":89,"\u753b\u9762\u4e0b\u90e8\u306b\u914d\u7f6e\u3055\u308c\u3066\u3044\u308b":12,"\u7591\u4f3c\u30ab\u30e9\u30e0":78,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":181,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":170,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":170,"\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":170,"\u78ba\u8a8d\u304c\u5b8c\u4e86\u3057\u305f\u3089":12,"\u79c1\u306f\u6797\u6a8e\u3092\u98df\u3079\u307e\u3059":226,"\u79d2":65,"\u7a7a\u306e\u30d9\u30af\u30bf\u3092load\u3059\u308b\u3068segv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"\u7a7a\u306e\u5834\u5408":[90,101],"\u7a7a\u767d":156,"\u7a7a\u767d\u306f\u7121\u8996\u3059\u308b":267,"\u7a7a\u767d\u3084":156,"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":89,"\u7bc4\u56f2\u5185\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u6709\u52b9\u3067\u3042\u308b\u3068\u306f\u9650\u308a\u307e\u305b\u3093":65,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u306e\u9806\u756a\u3092\u5165\u308c\u66ff\u3048\u3066\u691c\u7d22\u3057\u307e\u3059":267,"\u7bc4\u56f2\u6307\u5b9a\u3068\u5168\u6587\u691c\u7d22\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u691c\u7d22\u3057\u307e\u3059":267,"\u7d22\u5f15\u304c\u4e0d\u6b63\u306b\u5927\u304d\u304f\u306a\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u30bd\u30fc\u30c8\u6a5f\u80fd\u3092\u8ffd\u52a0":35,"\u7d22\u5f15\u3092\u7528\u3044\u305f\u9ad8\u901f\u306ageopoint\u306e\u691c\u7d22\u6a5f\u80fd\u3092\u8ffd\u52a0":35,"\u7d22\u5f15\u4ed8\u304d\u30ab\u30e9\u30e0\u3092\u7b49\u4fa1\u6761\u4ef6\u3067\u691c\u7d22\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"\u7d42\u4e86\u95a2\u6570\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnul\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3059\u308b":55,"\u7d44\u307f\u8fbc\u307f\u578b\u306e\u540d\u524d\u3068\u306a\u308bnull\u7d42\u7aef\u6587\u5b57\u5217\u306e\u914d\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[89,90,94,100,101,111,128,144],"\u7d44\u8fbc\u95a2\u6570\u306f":[166,169,170,177,181],"\u7d4c\u5ea6\u3068\u7def\u5ea6\u306e\u533a\u5207\u308a\u3068\u3057\u3066\u306f":249,"\u7d4c\u5ea6\u3068\u7def\u5ea6\u3092\u30df\u30ea\u79d2\u5358\u4f4d\u3067\u8868\u73fe\u3057\u305f\u6574\u6570\u306e\u7d44\u306b\u3088\u308a\u8868\u73fe\u3057\u307e\u3059":249,"\u7d4c\u5ea6\u306e\u5c0f\u6570\u8868\u8a18x\u7def\u5ea6\u306e\u5c0f\u6570\u8868\u8a18":249,"\u7d4c\u904e\u3057\u3066\u3082lock\u3092\u53d6\u5f97\u3067\u304d\u306a\u3044\u5834\u5408\u306f":65,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":157,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b":68,"\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308btable\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"\u7d9a\u3044\u3066":267,"\u7de8\u96c6\u3057\u305f\u5185\u5bb9\u3092push\u3059\u308b\u524d\u306b\u78ba\u8a8d\u3057\u305f\u3044\u5834\u5408\u306b\u306fjekyll\u304a\u3088\u3073redcloth":12,"\u7de8\u96c6\u3059\u308b\u3068":12,"\u7de8\u96c6\u8ddd\u96e2":35,"\u7def\u5ea6\u306f":249,"\u7e70\u308a\u8fd4\u3057\u6570":157,"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":157,"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":157,"\u7ffb\u8a33\u307e\u3067\u5b8c\u4e86\u3057\u3066\u3044\u308b\u72b6\u614b\u3067":12,"\u7ffb\u8a33\u5143\u306e\u30d5\u30a1\u30a4\u30eb\u306f\u7d76\u5bfe\u306b\u7de8\u96c6\u3057\u306a\u3044\u3067\u4e0b\u3055\u3044":12,"\u7ffb\u8a33\u6e08\u307fpo\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30df\u30c3\u30c8\u3057\u307e\u3059":12,"\u7ffb\u8a33\u7d50\u679c\u3092html\u3067\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b":12,"\u811a\u6ce8":[94,169,170],"\u81ea\u5206\u304c\u30c4\u30a4\u30fc\u30c8\u3057\u305f\u5185\u5bb9\u3092\u628a\u63e1\u3057\u3066\u3044\u306a\u3044\u8fd4\u4fe1\u3092\u3055\u308c\u305f\u3089\u666e\u901a\u3044\u3044\u6c17\u306f\u3057\u307e\u305b\u3093":10,"\u81ea\u5206\u306e\u666e\u6bb5\u4f7f\u3044\u306e\u79d8\u5bc6\u9375\u3092\u767b\u9332\u3057\u305f\u4e0a\u3067":12,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528\u3057\u307e\u3059":157,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":157,"\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":157,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":78,"\u826f\u3044\u306e\u304b":10,"\u826f\u3044\u4f8b":10,"\u82b1\u5b50":273,"\u82f1\u8a9e":12,"\u884c":14,"\u884c\u3059\u308b":12,"\u8907\u6570\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u3058\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092\u540c\u6642\u306b\u5b9f\u884c\u3057\u307e\u3059":157,"\u8907\u6570\u306e\u6761\u4ef6\u3092\u518d\u5e30\u7684\u306b\u7d44\u307f\u5408\u308f\u305b\u3066\u3088\u308a\u8907\u96d1\u306a\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"\u8907\u6570\u4eba\u306b\u3088\u308b\u30b5\u30dd\u30fc\u30c8\u3092groonga\u3067\u884c\u3046\u5834\u5408\u306b":10,"\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f0\u3092\u8fd4\u3057\u307e\u3059":68,"\u89e3\u653e\u3059\u308bctx\u69cb\u9020\u4f53\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u8a18\u4e8b\u3092\u975e\u516c\u958b\u306e\u72b6\u614b\u3067\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u306b\u306f":12,"\u8a18\u53f7":[156,241,267],"\u8a18\u53f7\u3067\u30c8\u30fc\u30af\u30f3\u3092\u533a\u5207\u308btokenbigramsplitsymbol\u3092\u4f7f\u7528":36,"\u8a18\u53f7\u3068\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":267,"\u8a18\u53f7\u3082\u30d0\u30a4\u30b0\u30e9\u30e0\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b":267,"\u8a18\u53f7\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306fbigram\u3092\u751f\u6210\u305b\u305a":265,"\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3059\u308b\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u8a2d\u5b9a\u3059\u308b\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u5024\u3092\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3057\u307e\u3059":111,"\u8a2d\u5b9a\u3059\u308b\u60c5\u5831\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":62,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":156,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":35,"\u8a2d\u5b9a\u5024\u3092\u8868\u793a\u3059\u308b":35,"\u8a72\u5f53\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u4e00\u5f0f\u3092\u524a\u9664\u3057\u307e\u3059":65,"\u8a72\u5f53\u3059\u308b\u7bc4\u56f2\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":69,"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":157,"\u8a73\u7d30\u306f":[14,267],"\u8a73\u7d30\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":67,"\u8a8d\u3059\u308b\u3088\u3046\u306b\u3057\u305f":35,"\u8a9e":[89,232,233,234,235,247],"\u8a9e\u306e":231,"\u8a9e\u306e\u52c9":246,"\u8aa4\u3063\u305f\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0\u3067\u30ea\u30ea\u30fc\u30b9\u3057\u3066\u3057\u307e\u3046\u5371\u967a\u304c\u3042\u308a\u307e\u3059":12,"\u8aa4\u5dee\u306f\u5c0f\u3055\u3044\u3067\u3059":169,"\u8aa4\u5dee\u306f\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059":169,"\u8ad6\u7406\u548c":11,"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":11,"\u8ad6\u7406\u7a4d":11,"\u8b66\u544a\u3092\u9664\u53bb":36,"\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":82,"\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3068":36,"\u8ddd\u96e2\u306e\u8a08\u7b97\u306b\u306f\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u3092\u7528\u3044\u307e\u3059":169,"\u8ee2\u7f6e\u7d22\u5f15\u306b\u51fa\u73fe\u4f4d\u7f6e\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u8ee2\u7f6e\u7d22\u5f15\u306bsection":51,"\u8ee2\u7f6e\u7d22\u5f15\u306bweight\u60c5\u5831\u3092\u5408\u308f\u305b\u3066\u683c\u7d0d\u3057\u307e\u3059":51,"\u8f9e\u66f8\u691c\u7d22\u306e\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":36,"\u8fd4\u5024\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5b89\u5b9a\u3057\u3066\u3044\u308b\u3068\u3044\u3046\u3053\u3068\u306f\u4fdd\u8a3c\u3055\u308c\u307e\u305b\u3093":89,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":181,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_limit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_offset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_output_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_sortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306ematch_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoutput_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":100,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":156,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":156,"\u9014\u4e2d\u306e\u9078\u629e\u80a2\u306f\u7701\u7565":12,"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[3,4,22],"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":78,"\u9023\u4f53\u5316":241,"\u9023\u7d9a\u3059\u308b\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":267,"\u9023\u7d9a\u3059\u308b\u6570\u5b57\u306f\u4e00\u8a9e\u3068\u3057\u3066\u6271\u3046":267,"\u9023\u7d9a\u3059\u308b\u8a18\u53f7":267,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u3092\u304a\u3055\u3089\u3044\u3057":10,"\u9069\u5408\u7387\u304c\u4e0b\u304c\u308a\u691c\u7d22\u30ce\u30a4\u30ba\u304c\u542b\u307e\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u304f\u306a\u308a\u307e\u3059":267,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":267,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":265,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u3066":265,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u5229\u7528\u3059\u308b\u304b\u3069\u3046\u304b\u306e\u95be\u5024\u306f":267,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":267,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u3092\u9806\u306b\u884c\u3044\u307e\u3059":265,"\u90fd":[241,265,267],"\u90fd\u6c11":[265,267],"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3057\u307e\u3059":55,"\u914d\u5217\u306eoffset\u306fenum\u578bgrn_builtin_type\u306e\u5024\u306b\u5bfe\u5fdc\u3059\u308b":55,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":89,"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":89,"\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u6b63\u5e38\u7d42\u4e86\u3059\u308b\u3068":12,"\u9375\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u305f\u3060\u3051\u3067\u306f\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u306a\u3044\u305f\u3081":12,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":101,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":90,"\u958b\u3044\u3066\u3044\u308b\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u304c\u591a\u3059\u304e\u3066accept\u3067\u304d\u306a\u3044\u72b6\u614b\u306e\u8ca0\u8377\u3092\u4f4e\u6e1b":36,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[90,101],"\u958b\u3053\u3046\u3068\u3059\u308bdb\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306b\u3053\u3046\u3059\u308b\u3068\u3044\u3044":10,"\u9593\u9055\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":38,"\u95a2\u4fc2\u5f0f":3,"\u95a2\u4fc2\u5f0f\u306f":11,"\u95a2\u6570":14,"\u95a2\u6570\u304a\u3088\u3073\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5909\u6570":66,"\u95a2\u6570\u304c\u5f15\u6570\u3092":35,"\u95a2\u6570\u306e\u8ffd\u52a0":35,"\u95a2\u6570\u306f":[11,166,169,170,181],"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":177,"\u95a2\u6570\u3082\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u547c\u3073\u51fa\u3057\u3066\u3057\u307e\u3046\u554f\u984c\u3092\u4fee\u6b63":36,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":11,"\u95a2\u9023\u30d7\u30ed\u30c0\u30af\u30c8\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u304c\u3057\u3084\u3059\u304f\u306a\u308a\u307e\u3059":12,"\u95be\u5024\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":265,"\u95be\u5024\u306f1\u304c\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3068\u306a\u3063\u3066\u3044\u307e\u3059":267,"\u95be\u5024\u3092\u3042\u3052\u308b":[22,266],"\u95be\u5024\u3092\u8d8a\u3048\u308b":267,"\u9759\u7684\u89e3\u6790":3,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":267,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u6319\u52d5\u306ftokenbigram\u306a\u3069n":265,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306f\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u8a9e\u5f59\u8868\u3092\u69cb\u7bc9\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":265,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3092\u884c\u3044":[265,267],"\u975e\u4e92\u63db":38,"\u975e\u4e92\u63db\u306a\u5909\u66f4\u304c\u542b\u307e\u308c\u308b\u306e\u3067\u3042\u308c\u3070":12,"\u975e\u81ea\u7acb":[205,241],"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":156,"\u99c4\u76ee\u306a\u4f8b":10,"\u9ad8\u6a5f\u80fd\u3067\u8907\u96d1\u306a\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u307e\u3067\u3044\u304f\u3064\u304b\u306e\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059":11,"\u9ad8\u901f":34,"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":9,"\uff41z":242,"\uff4d\uff59\uff53\uff51\uff4c":[171,172],"\uff70":[205,226],"\uff76\uff9e":204,"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":78,"_key\u30ab\u30e9\u30e0\u306e\u51fa\u529b\u306b\u5bfe\u5fdc":35,"a\u3092\u6307\u5b9a\u3057\u3066tabl":68,"actions\u4e0a\u3067\u81ea\u52d5\u3067\u5b9f\u65bd\u3067\u304d\u308b\u3088\u3046\u306b\u6539\u826f\u4e2d\u3067":12,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":156,"akio\u3055\u3093":36,"akio\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":36,"akio\u3055\u3093\u304c\u5831\u544a":36,"akio\u3055\u3093\u304c\u63d0\u6848":36,"am\u30d5\u30a1\u30a4\u30eb\u3078\u3068\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7\u3055\u308c\u307e\u3059":12,"apt\u306e\u5834\u5408":12,"aramaki\u3055\u3093":36,"aramaki\u3055\u3093\u304c\u5831\u544a":36,"arg\u306e\u307f\u304c\u6570\u5024\u3067\u4e0e\u3048\u3089\u308c\u305f\u5834\u5408\u306f\u30b9\u30b3\u30a2\u5024\u306e\u4fc2\u6570\u3068\u307f\u306a\u3055\u308c\u307e\u3059":11,"arrow\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092clone\u3057\u305f\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"b\u306f\u5fc5\u305aa\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":68,"b\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408":68,"base_version\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067\u30b3\u30df\u30c3\u30c8\u3057\u3066\u304a\u304d\u307e\u3059":12,"base_version\u306ftar":12,"benchmark\u304bgroonga\u306b\u3042\u308a\u307e\u3059":157,"benchmark\u304c\u5229\u7528\u3059\u308bgroonga":157,"benchmark\u304c\u52d5\u4f5c\u3057":157,"benchmark\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":157,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":157,"benchmark\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":157,"benchmark\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":157,"benchmark\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":157,"benchmark\u306e\u52d5\u4f5c\u65b9\u6cd5":157,"benchmark\u306f":157,"benchmark\u306f\u52d5\u4f5c\u306e\u305f\u3073\u306bftp":157,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":157,"benchmark\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":157,"benchmark\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":157,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057":157,"benchmark\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":157,"benchmark\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":157,"benchmark\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":157,"benchmark\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e11\u7a2e\u985e\u3067\u3059":157,"benchmark\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":157,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":157,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":157,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":157,"benchmark\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":157,"benchmark\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":157,"benchmark\u7528\u306e\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u5206\u3067\u4f5c\u6210\u3059\u308b\u3053\u3068\u3082\u65e2\u5b58\u306e\u3082\u306e\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":157,"benchmark\u7d42\u4e86\u5f8c\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u51fa\u529b\u5148\u306f\u306f\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059":157,"bigram\u306e\u5834\u5408\u306f\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":265,"blog_body\u7d22\u5f15":267,"blogroonga\u306e\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea\u306b\u306f":12,"blogs\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u3092tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u3066\u304b\u3089\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059":267,"bom\u4ed8\u304dutf":36,"boolean":[22,41,44,45,137,199,249,270],"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":14,"break":[38,40,42,43,44,104,106,154],"bsd\u3067\u30d3\u30eb\u30c9\u3067\u304d\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"buf_size\u306b\u6307\u5b9a\u3055\u308c\u305f\u500b\u6570\u3092\u4e0a\u9650\u3068\u3057\u3066indexbuf\u306b\u8fd4\u3057\u307e\u3059":51,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u3055\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":51,"buf_size\u306e\u9577\u3055\u304c\u540d\u524d\u306e\u9577\u4ee5\u4e0a\u3067\u3042\u3063\u305f\u5834\u5408\u306f":65,"build\u3067\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u884c\u3044\u307e\u3059":12,"build\u3092\u7528\u3044\u3066":14,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092":55,"builtin_type_names\u3067\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"builtin_type_names\u306b\u306f":55,"byte":[34,38,40,41,42,43,44,51,54,57,65,66,68,71,74,85,122,123,137,138,182,249,264],"byte\u9577":[51,65,68],"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":11,"case":[29,34,38,41,42,43,44,47,50,54,55,70,74,80,91,92,95,102,104,105,113,114,115,116,124,130,132,138,143,146,149,158,161,162,164,172,175,179,180,182,199,200,208,213,214,215,216,219,229,231,244,248,256,269,271,272,274,276,277,280,281],"center\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u3092\u4e2d\u5fc3\u3068\u3059\u308b\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":169,"char":[34,42,51,54,55,56,57,63,65,66,68,70,71,74],"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":14,"check\u30b3\u30de\u30f3\u30c9\u306f":89,"class":[34,138,171,172,173,182,241,242],"clearlock\u306f":90,"clone\u3057\u305fweb\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306b\u5bfe\u3057\u3066\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u65b0\u898f\u8ffd\u52a0\u3057\u307e\u3059":12,"clone\u6e08\u307f\u306egroonga\u306eweb\u30b5\u30a4\u30c8\u306e\u30c8\u30c3\u30d7\u30da\u30fc\u30b8\u306e\u30bd\u30fc\u30b9":12,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":11,"column\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":51,"column\u306b\u5f35\u3089\u308c\u3066\u3044\u308bindex\u306e\u3046\u3061":51,"column\u306e\u5024\u304c":11,"column\u306f":51,"column\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":51,"column_list\u30b3\u30de\u30f3\u30c9":35,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":94,"columns\u3067\u6307\u5b9a\u3059\u308b\u3068\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":9,"com\u304cedge\u3092\u4f5c\u308b":9,"com\u306f1\u30b9\u30ec\u30c3\u30c9":9,"command_version\u3092\u5909\u66f4\u3057\u307e\u3059":54,"command_version\u3092\u8fd4\u3057\u307e\u3059":54,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":82,"commit\u3067\u691c\u7d22\u3057\u306a\u304c\u3089":12,"config\u304c\u306a\u3044\u5834\u5408\u306flibedit\u3092\u691c\u51fa\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u305f":36,"config\u30d5\u30a1\u30a4\u30eb\u306e\u4e2d\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":82,"configure\u306e":38,"configure\u306e\u6700\u5f8c\u306b\u691c\u51fa\u3057\u305fmecab\u306e\u60c5\u5831\u3082\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f":36,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":14,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b":12,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":267,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"const":[34,39,51,54,55,56,57,63,65,66,68,69,71,74],"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":14,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u304b\u3089name\u306b\u5bfe\u5fdc\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u691c\u7d22\u3057\u3066\u8fd4\u3059":54,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066column\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":51,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066obj\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":65,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u304a\u3044\u3066table\u306b\u5bfe\u5fdc\u3059\u308b\u540d\u524d\u3092name\u306b\u66f4\u65b0\u3057\u307e\u3059":68,"ctx\u304c\u4f7f\u7528\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"ctx\u304c\u64cd\u4f5c\u5bfe\u8c61\u3068\u3059\u308bdb\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"ctx\u304c\u73fe\u5728\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308bdb\u3092\u8fd4\u3057\u307e\u3059":54,"ctx\u306e\u7ba1\u7406\u3059\u308b\u30e1\u30e2\u30ea\u3092\u89e3\u653e\u3057":54,"ctx\u3092\u521d\u671f\u5316\u3057\u307e\u3059":54,"ctx\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":54,"ctx_new\u3068\u3044\u3046queue\u306b":9,"cursor\u304c\u5c5e\u3059\u308btable\u3092\u8fd4\u3057\u307e\u3059":69,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306f":69,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092key\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":69,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u5f15\u6570\u306e\u5185\u5bb9\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059":69,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u4ef6\u9032\u3081\u3066\u305d\u306eid\u3092\u8fd4\u3057\u307e\u3059":69,"cursor\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":69,"cursor\u306e\u5bfe\u8c61\u7bc4\u56f2\u306e\u672b\u5c3e\u306b\u9054\u3059\u308b\u3068":69,"cursor\u306e\u7bc4\u56f2\u5185\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5024\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3057\u307e\u3059":61,"cursor\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092value\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30bb\u30c3\u30c8\u3057":69,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":14,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":14,"cutter\u306b\u542b\u307e\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":14,"cutter\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u3066cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u53d6\u5f97\u3057\u307e\u3059":12,"cutter_source_path\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306bcutter\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"dataset\u306e\u30d1\u30b9\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b":37,"db\u304b\u3089id\u306b\u5bfe\u5fdc\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3084\u30ab\u30e9\u30e0\u306a\u3069\u3092\u524a\u9664\u3057\u307e\u3059":65,"db\u3068\u306a\u308a\u307e\u3059":55,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":156,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[144,156],"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":144,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":156,"db\u306b\u5bfe\u3057\u3066\u540d\u524d\u3092\u3042\u308a\u306etable\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u306f":68,"db\u306e\u5185\u5bb9\u306e\u6700\u7d42\u66f4\u65b0\u6642\u523b\u3092\u73fe\u5728\u6642\u523b\u306b\u3057\u307e\u3059":55,"db\u306eid\u306b\u5bfe\u5fdc\u3059\u308bpath\u3092\u8fd4\u3057\u307e\u3059":65,"db\u3092\u4f7f\u7528\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306fnull\u3092\u8fd4\u3057\u307e\u3059":54,"db\u3092\u64cd\u4f5c\u3057\u306a\u3044\u72b6\u614b":54,"db_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u8907\u96d1\u306a\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"db_api\u306f":11,"db_api\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u90e8\u5206\u306b\u5bfe\u3059\u308b\u5358\u7d14\u306a\u64cd\u4f5c\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"ddl\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059":267,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"deb\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30d3\u30eb\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"debian\u30d1\u30c3\u30b1\u30fc\u30b8\u3092cdbs\u30d9\u30fc\u30b9\u304b\u3089debhelper\u30d9\u30fc\u30b9\u3078\u79fb\u884c":38,"debian\u7cfb":12,"debian\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"debian\u7cfb\u3082\u3057\u304f\u306fr":12,"debug\u3092\u8ffd\u52a0":36,"debug\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3057\u305f\u3068\u304d\u306b\u7d42\u4e86\u6642\u306b\u672a\u958b\u653e\u306e\u30e1\u30e2\u30ea\u304c":36,"default":[0,6,7,8,18,23,33,34,38,39,40,41,42,43,44,49,54,80,91,92,103,106,107,108,109,113,114,115,116,118,122,124,133,138,139,140,141,143,145,147,149,154,156,158,161,164,165,168,180,194,199,200,201,202,210,214,216,220,242,248,249,258,262,264,271,272,274,276,278],"define_selector\u306f":100,"defrag\u306f":101,"delete\u304c\u5e38\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"delete\u30b3\u30de\u30f3\u30c9":35,"delete\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u305f\u3053\u3068\u306e\u3042\u308b\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u306f":65,"deprecated\u3060\u3063\u305f\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u30b5\u30dd\u30fc\u30c8\u5bfe\u8c61\u5916\u3068\u306a\u308a\u307e\u3059":82,"deprecated\u306e\u3044\u305a\u308c\u304b\u306e\u4f4d\u7f6e\u3065\u3051\u3068\u306a\u308a\u307e\u3059":82,"description\u306b":265,"develop\u306a\u3044\u3057deprecated\u3068\u306a\u308a\u307e\u3059":82,"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":157,"dist\u3067\u751f\u6210\u3057\u305ftar":12,"dist\u3092\u884c\u3046\u3068version\u304c\u53e4\u3044\u307e\u307e\u306b\u306a\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059":12,"docker\u306e\u516c\u5f0f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u8a18\u8f09\u306b\u3057\u305f\u304c\u3063\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":12,"dragonfly\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":36,"drilldown\u6642\u306b\u53c2\u7167\u5148\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408\u306bsegv\u3059\u308b\u554f\u984c\u306e\u4fee\u6b63":35,"dump\u30b3\u30de\u30f3\u30c9":35,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":9,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":9,"edge\u306equeue\u306benqueue\u3055\u308c\u308b":9,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"edge\u306fctx\u3092\u542b\u3080":9,"encoding\u306e\u5024\u304c":38,"examples\u4ee5\u4e0b\u304c\u66f4\u65b0\u3055\u308c\u308b\u306e\u3067":12,"export":[18,34,38,41,42,43,44],"expr\u306a\u3069\u306f\u89e3\u653e\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093":65,"expr\u306e\u307f\u4f7f\u7528\u53ef\u80fd\u3067\u3059":72,"expr\u306e\u307f\u8a2d\u5b9a\u53ef\u80fd\u3067\u3059":66,"facebook\u306bgroonga\u30b0\u30eb\u30fc\u30d7\u304c\u3042\u308a\u307e\u3059":12,"fedora\u306e\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306b\u767b\u9332":36,"fedora\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u30eb\u30fc\u30eb\u306b\u5f93\u3046\u3088\u3046\u306b\u6539\u826f":36,"file\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8":36,"files\u3092\u5b9f\u884c\u3059\u308b\u3068\u65b0\u898f\u306b\u8ffd\u52a0\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u304c\u5404\u7a2e":12,"files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"filter\u5185\u3067\u306e\u6570\u5024\u6bd4\u8f03\u6f14\u7b97\u3092\u30b5\u30dd\u30fc\u30c8":36,"final":[73,74,80,138,158,205,226,268],"flags\u306b":[51,68],"flags\u306b\u306f":68,"float":[34,40,43,44,83,113,115,116,123,137,138,168,210,215,216,271],"function":[0,6,12,14,22,34,40,41,42,43,44,45,46,47,54,63,70,74,83,121,122,123,148,156,158,161,164,168,172,173,174,175,176,179,180,184,185,186,187,194,196,197,214,215,216,223,262,272,281],"function\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bgrntest\u306e\u30bd\u30fc\u30b9\u3092\u5c55\u958b\u3057\u307e\u3059":12,"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":14,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":14,"geopoint\u306e\u30ad\u30e3\u30b9\u30c8\u306b\u5bfe\u5fdc":36,"geopoint\u306e\u5ea6\u3067\u306e\u6307\u5b9a\u3092\u30b5\u30dd\u30fc\u30c8":35,"geopoint\u306e\u5ea6\u8868\u8a18\u306e\u89e3\u91c8\u3092\u4fee\u6b63":36,"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":155,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":3,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":155,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":155,"gqtp\u306e\u5834\u5408":156,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u8a9e\u306e\u30d2\u30c3\u30c8\u6570\u304c\u591a\u3044\u305f\u3081":267,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u65b9\u304ctokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3088\u308a\u3082\u9069\u5408\u7387\u306e\u4f4e\u3044\u5834\u5408\u304c\u591a\u3044\u306e\u3067":267,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u9069\u5408\u7387\u3092\u91cd\u8996\u3057\u305f\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3068\u8a00\u3048\u307e\u3059":267,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3068tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u3067\u6319\u52d5\u304c\u5909\u308f\u308a\u307e\u3059":265,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5229\u7528\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":265,"gram\u7cfb\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u518d\u73fe\u7387\u3092\u3042\u3052\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u304c":267,"gram\u7cfb\u306e\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2\u306e\u65b9\u304c\u91cd\u304f\u6271\u308f\u308c\u3066\u3057\u307e\u3044\u307e\u3059":267,"grn_bool\u578b\u3092\u8ffd\u52a0":36,"grn_cursor_prefix\u304c\u52d5\u4f5c\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"grn_expr\u3067\u8868\u73fe\u3055\u308c\u305f\u691c\u7d22\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3068\u304d\u306b\u4f7f\u3044\u307e\u3059":11,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":3,"grn_expr\u306b\u3088\u3063\u3066\u8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":11,"grn_expr\u306f":11,"grn_expr\u306f\u4ee3\u5165\u3084\u95a2\u6570\u547c\u3073\u51fa\u3057\u306e\u3088\u3046\u306a\u69d8\u3005\u306a\u64cd\u4f5c\u3092\u8868\u73fe\u3067\u304d\u307e\u3059\u304c":11,"grn_expr\u3092\u4f7f\u3063\u3066\u69d8\u3005\u306a\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":11,"grn_op_adjust\u306f":11,"grn_op_and\u306f":11,"grn_op_but\u306f":11,"grn_op_or\u306f":11,"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":11,"grnslap\u306f":155,"grntest\u304cmlock\u306e\u60c5\u5831\u51fa\u529b\u306b\u5bfe\u5fdc":36,"grntest\u3067\u306fgroonga\u30b3\u30de\u30f3\u30c9\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":12,"grntest\u3067\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"grntest\u3067\u7d50\u679c\u306e\u6bd4\u8f03\u304c\u5e38\u306b\u5931\u6557\u3057\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":36,"grntest\u3068\u3044\u3046\u540d\u524d\u3067grntest\u306e\u30bd\u30fc\u30b9\u3092\u914d\u7f6e\u3057\u307e\u3059":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f":12,"grntest\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u5c55\u958b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3059\u308b":12,"grntest\u306e\u6b63\u5e38\u7d42\u4e86\u3092\u78ba\u8a8d\u3059\u308b":12,"grntest\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306fgroonga\u306e\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf\u3068grntest\u306e\u30bd\u30fc\u30b9\u304c\u5fc5\u8981\u3067\u3059":12,"groonga\u3068mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u304c\u540c\u3058\u304b\u3069\u3046\u304b\u3092\u78ba":35,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3084zip\u30a2\u30fc\u30ab\u30a4\u30d6\u304c":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u306fgroonga\u540c\u69d8\u306bgithub\u306b\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u7f6e\u3044\u3066\u3044\u307e\u3059":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092":12,"groonga\u306e\u30ab\u30e9\u30e0\u306f":249,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092clone\u3057\u305f\u6642\u70b9\u3067\u306fconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u542b\u307e\u308c\u3066\u304a\u3089\u305a":12,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":78,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":11,"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":14,"groonga\u306e\u30d1\u30b9\u6307\u5b9a":12,"groonga\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3059\u308b\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":36,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f":12,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u3067\u306f\u30ea\u30ea\u30fc\u30b9\u5c02\u7528\u306e\u74b0\u5883\u4e0b":12,"groonga\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306f":12,"groonga\u306f":14,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":11,"groonga\u306f\u57fa\u672c\u7684\u306b\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3044\u307e\u3059":[265,267],"groonga\u306f\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3057\u305f\u7d50\u679c\u306e\u30d2\u30c3\u30c8\u4ef6\u6570\u304c\u6240\u5b9a\u306e\u95be\u5024\u3092\u8d85\u3048\u306a\u3044\u5834\u5408\u306b\u9650\u308a":267,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":11,"groonga\u3092\u4f7f\u3063\u3066\u304f\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066":10,"groonga\u3092\u4f7f\u3063\u3066\u3082\u3089\u3048\u308b\u3088\u3046\u306btwitter\u306e\u30a2\u30ab\u30a6\u30f3\u30c8groonga\u3092\u53d6\u5f97\u3057\u3066":10,"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":157,"groonga\u3092\u5e83\u304f\u901a\u77e5\u3057\u307e\u3059":12,"groonga\u3092\u7c21\u5358\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306b":12,"groonga\u3092\u8d77\u52d5\u3059\u308b\u969b\u306e\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306a\u3044\u3057\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb\u306bdefault":82,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u3068\u3057\u3066\u6295\u7a3f\u3067\u304d\u307e\u3059":12,"groonga\u30b0\u30eb\u30fc\u30d7\u306e\u30e1\u30f3\u30d0\u30fc\u306b\u306a\u308b\u3068":12,"groonga\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u3046\u30d7\u30ed\u30c8\u30b3\u30eb\u3068\u3057\u3066":157,"groonga\u30b3\u30de\u30f3\u30c9\u306b":36,"groonga\u30b3\u30de\u30f3\u30c9\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":157,"groonga\u30b3\u30de\u30f3\u30c9\u3092\u901a\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u547d\u4ee4\u3092\u30b3\u30de\u30f3\u30c9\u3068\u547c\u3073\u307e\u3059":156,"groonga\u30b9\u30af\u30ea\u30d7\u30c8\u5185\u3067\u306e\u884c\u30b3\u30e1\u30f3\u30c8\u306b\u5bfe\u5fdc":36,"groonga\u30c1\u30fc\u30e0":12,"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":157,"groonga\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3088\u3046\u3068\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5bfe\u3059\u308b\u691c\u7d22\u51e6\u7406\u3084\u66f4\u65b0\u51e6\u7406\u306e\u305f\u3081\u306e\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u305f\u3081\u306e\u30c7\u30fc\u30bf\u69cb\u9020\u3067":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf\u3067\u3059":11,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u4e00\u7fa4\u306ec\u8a00\u8a9e\u5411\u3051api\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":11,"groonga\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u65b0\u3057\u304f\u306a\u3063\u305f\u3068\u3057\u3066\u3082":82,"groonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u7f72\u540d\u7528\u306e\u9375\u3092\u30ea\u30ea\u30fc\u30b9\u62c5\u5f53\u8005\u306e\u516c\u958b\u9375\u3067\u6697\u53f7\u5316\u3057\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u306epackag":12,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":128,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u30ed\u30fc\u30c9\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u4f7f\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":156,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":155,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":156,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u901a\u4fe1\u5c64\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30c4\u30fc\u30eb":155,"groonga\u30d7\u30ed\u30bb\u30b9\u5185\u306e\u6307\u5b9a\u3057\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":89,"groonga\u30d7\u30ed\u30bb\u30b9\u8d77\u52d5\u6642\u306b":82,"groonga\u5358\u4f53\u3067test":157,"groonga\u53ca\u3073groonga":157,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[89,90,94,100,101,111,128,144],"groonga\u5b9f\u884c\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u5f15\u6570\u3068\u3057\u3066default":82,"groonga\u6c4e\u7528\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb\u3067\u3059":157,"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":155,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":157,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u30921\u884c\u306b1\u3064\u305a\u3064\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":157,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":89,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":90,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":94,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":100,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":101,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":111,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":128,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":144,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bedit_distance\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":166,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":169,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":170,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":177,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":181,"groonga\u95a2\u9023\u3067\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u306a\u3044\u3068\u306a\u308b\u3068\u958b\u767a\u8005\u306f\u56f0\u3063\u3066\u3044\u308b\u4eba\u3092\u898b\u3064\u3051\u3089\u308c\u306a\u3044\u3057":10,"groonga_clone_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_clone_dir\u306b\u3066autogen":12,"groonga_dir\u306b\u3066\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"groonga_dir\u4ee5\u4e0b\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u4f5c\u696d\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"groonga_org_path\u3068\u3057\u3066\u53d6\u5f97\u3059\u308b\u305f\u3081\u306b\u306f":12,"groonga_org_path\u306bgroonga":12,"groonga_suggest_create_dataset\u5909\u6570\u3092\u8ffd\u52a0":37,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"group\u5316\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"group\u5316\u30ad\u30fc\u69cb\u9020\u4f53\u306e\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"gz\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":12,"gz\u306a\u3069\u306e\u30ea\u30ea\u30fc\u30b9\u7528\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u4f7f\u7528\u3057\u307e\u3059":12,"gz\u306eversion\u304a\u3088\u3073vers":12,"hat\u7cfb":12,"hat\u7cfb\u306e\u5834\u5408\u306b\u306f\u672c\u756a\u74b0\u5883\u3078\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u524d\u306b\u30ed\u30fc\u30ab\u30eb\u306eapt\u306a\u3044\u3057yum\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u53c2\u7167\u3057\u3066\u6b63\u5e38\u306b\u66f4\u65b0\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059":12,"hat\u7cfb\u306e\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u624b\u9806\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3068\u306a\u308a\u307e\u3059":12,"help\u3067\u51fa\u529b\u3055\u308c\u308b":38,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":14,"hiroshi\u3055\u3093":36,"hiroshi\u3055\u3093\u304c\u5831\u544a":36,"homebrew\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":38,"homebrew\u306e\u66f4\u65b0\u306fgroonga\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u672c\u4f53\u306e\u30ea\u30ea\u30fc\u30b9\u8981\u4ef6\u306b\u306f\u542b\u307e\u308c\u307e\u305b\u3093":12,"homebrew\u3078pul":12,"hook\u306e\u5b9f\u884c\u9806\u4f4d":59,"hook\u30bf\u30a4\u30d7\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"hook\u56fa\u6709\u60c5\u5831\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f":59,"hook\u56fa\u6709\u60c5\u5831\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"hook\u56fa\u6709\u60c5\u5831\u683c\u7d0d\u30d0\u30c3\u30d5\u30a1\u3092\u6307\u5b9a\u3057\u307e\u3059":59,"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":157,"hosts\u3092\u66f8\u304d\u63db\u3048\u3066packag":12,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":156,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":155,"http\u3067\u516c\u958b\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b":36,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":155,"http\u306e\u5834\u5408":156,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":156,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066groonga\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306b\u9759\u7684\u30da\u30fc\u30b8\u3092\u683c\u7d0d\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"http\u7d4c\u7531\u3067\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u306b\u30a2\u30af\u30bb\u30b9\u3057\u305f\u6642\u306b\u5b58\u5728\u3057\u306a\u3044\u30d1\u30b9\u3092\u5831\u544a\u3059\u308b\u3088\u3046\u306b":36,"id\u304c\u9023\u7d9a\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ab\u30e9\u30e0\u5024\u304c\u6607\u9806\u306b\u683c\u7d0d\u3055\u308c\u305f\u914d\u5217\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092values\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":65,"id\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":54,"import":[0,12,29,34,38,40,41,43,50,54,80,81,92,138,143,149,158,199,212,214,215,216,229,258,275,276],"index\u3067\u5b9f\u884c\u3057\u305f\u3044\u64cd\u4f5c\u3092\u6307\u5b9a\u3057\u307e\u3059":51,"index\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":51,"index_cursor\u3092\u4f5c\u6210\u3059\u308b\u3068\u304d\u306b\u6307\u5b9a\u3057\u305ftable_cursor\u306e\u73fe\u5728\u306e\u5bfe\u8c61\u30ec\u30b3\u30fc\u30c9\u306eid\u3092\u8fd4\u3057\u307e\u3059":61,"indexbuf\u306e\u30b5\u30a4\u30ba":51,"init\u76f4\u5f8c\u306e\u72b6\u614b":54,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":155,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":157,"installer\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068windows\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"int":[40,43,44,49,50,51,54,55,57,58,59,60,61,63,64,65,66,68,69,70,71,74,210],"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":157,"jekyll\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3092\u884c\u3063\u305f\u3089":12,"jquery\u30d7\u30e9\u30b0\u30a4\u30f3\u304c\u540c\u68b1\u3055\u308c\u3066\u3044\u306a\u3044\u554f\u984c\u306e\u4fee\u6b63":36,"js\u306a\u3069":12,"jsonp\u304c\u52d5\u4f5c\u3057\u306a\u304f\u306a\u3063\u3066\u3044\u305f\u554f\u984c\u3092\u4fee\u6b63":38,"key\u304c\u8fd1\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3059\u308b\u5834\u5408":69,"key\u304cmin\u3068\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"key\u306b\u306f":68,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"key\u306b\u5bfe\u5fdc\u3059\u308b\u5024\u3092\u683c\u7d0d\u3059\u308b\u9818\u57df\u3092\u4e00\u3064\u3060\u3051\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u307e\u3059":68,"key\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u3057\u3044record\u3092table\u306b\u8ffd\u52a0\u3057":68,"key\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u3059\u3067\u306btable\u306b\u5b58\u5728\u3059\u308b\u306a\u3089\u3070":68,"key\u306e\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067":69,"key\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"key\u306e\u4e0b\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"key\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"key\u3092\u683c\u7d0d\u3059\u308b\u30d0\u30c3\u30d5\u30a1":68,"key\u3092\u8fd4\u3057\u307e\u3059":65,"key_type\u306bt":68,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3068\u540c\u7b49\u3067\u3059":265,"key_with_sis\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u3066\u3044\u308b\u5834\u5408\u306e\u307f\u5229\u7528\u53ef\u80fd\u3067\u3059":265,"keybuf\u306b\u8a72\u5f53\u3059\u308bkey\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":68,"keybuf\u306e\u30b5\u30a4\u30ba":68,"launchpad\u306b\u767b\u9332\u3057\u305fkeyid":12,"launchpad\u306egroonga\u30c1\u30fc\u30e0\u306e\u30da\u30fc\u30b8\u3067\u5bfe\u8c61\u306eppa\u3092\u9078\u629e\u3057":12,"lc_messages\u4ee5\u4e0b\u306e\u5404\u7a2e":12,"learner\u306e\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u4fee\u6b63":36,"lenny\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u524a\u9664":38,"libedit\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u9055\u3046\u554f\u984c\u306e\u4fee\u6b63":36,"libedit\u5bfe\u5fdc":35,"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":14,"limit\u4ef6\u306e\u307f\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"load\u306a\u3069\u306e\u3059\u3079\u3066\u306egroonga\u30b3\u30de\u30f3\u30c9\u306bcommand_version\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":82,"load\u30b3\u30de\u30f3\u30c9":35,"locale\u4ee5\u4e0b\u306b\u66f4\u65b0\u3057\u305f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u304c\u30b3\u30d4\u30fc\u3055\u308c\u307e\u3059":12,"localstatedir\u3092\u4f7f\u7528":36,"log\u3067\u3059":156,"log\u3068\u3044\u3046\u5f62\u5f0f\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u4f5c\u3089\u308c\u307e\u3059":157,"log\u30d5\u30a1\u30a4\u30eb\u306b\u8b66\u544a\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":82,"log_put\u306f":111,"long":[34,41,42,43,44,60,63,64,134,139,143,154],"longtext\u306e\uff13\u3064\u306e\u578b\u306b\u3064\u3044\u3066\u306f\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u4fdd\u5b58\u3057\u305f\u308a\u51fa\u529b\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u3059\u304c":249,"lucid\u304b\u3089":36,"lzo\u30b5\u30dd\u30fc\u30c8\u4ed8\u304d\u3067\u30d3\u30eb\u30c9\u3055\u308c\u3066\u3044\u308b\u304b\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308bapi\u3092\u8ffd\u52a0":36,"macports\u3067\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8ffd\u52a0":38,"makefile\u3092\u751f\u6210\u3059\u308b\u305f\u3081\u306bconfigure\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"man\u3092\u8ffd\u52a0":35,"markdown\u30d1\u30fc\u30b5\u30fc":12,"marverick\u306b\u5909\u66f4":36,"masahiro\u3055\u3093":36,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3067\u304d\u307e\u3059":267,"max\u304cnull\u306e\u5834\u5408\u306b\u306f":69,"max\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":69,"max\u3067\u4e0e\u3048\u3089\u308c\u308b\u30dd\u30a4\u30f3\u30bf\u304c\u6307\u3059\u5024\u306f":69,"max\u3068\u7570\u306a\u3063\u305f\u65b9\u5411\u306b\u3042\u308b\u30ce\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f\u53d6\u308a\u51fa\u3057\u307e\u305b\u3093":69,"max\u3068common":69,"max\u3068max_size\u304c\u6307\u5b9a\u3055\u308c":69,"max\u3068pat\u6728\u4e0a\u3067\u8fd1\u3044\u4f4d\u7f6e\u306b\u3042\u308b\u30ce\u30fc\u30c9\u304b\u3089\u9806\u756a\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"max\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"max_size\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u7121\u8996\u3055\u308c\u307e\u3059":69,"md\u30d5\u30a1\u30a4\u30eb\u306epublish":12,"mecab\u306e\u8f9e\u66f8\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u691c\u51fa\u51e6\u7406\u3092\u6539\u5584":35,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u6642\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u3088\u308a\u89aa\u5207\u306b\u3057\u305f":36,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u305f\u3068\u304d\u306b\u30af\u30e9\u30c3\u30b7\u30e5\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":38,"mecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u8aad\u307f\u8fbc\u307f\u30a8\u30e9\u30fc\u3092\u7121\u8996\u3059\u308b\u3088\u3046\u306b\u3057\u305f":38,"memcached\u306e\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u305f\u3081\u306b\u306f":14,"min\u304cnull\u306e\u5834\u5408\u3082\u3057\u304f\u306f":69,"min\u306esize\u3092\u6307\u5b9a\u3057\u307e\u3059":69,"min\u306f\u7121\u8996\u3055\u308c\u307e\u3059":69,"min_size\u30d0\u30a4\u30c8\u672a\u6e80\u306e\u30d3\u30c3\u30c8\u306b\u5bfe\u3059\u308b\u30ce\u30fc\u30c9\u3067":69,"mooz\u3055\u3093":38,"mooz\u3055\u3093\u304c\u4fee\u6b63":38,"mroonga\u3084pgroonga":12,"mroonga\u5411\u3051\u306b\u7528\u610f\u3057\u305f\u5185\u90e8api\u3067\u3059":65,"msg\u306fcom\u306b\u3088\u3063\u3066":9,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":9,"multithread\u74b0\u5883\u3067\u306f\u4ed6\u306ethread\u306e\u30a2\u30af\u30bb\u30b9\u306b\u3088\u3063\u3066":68,"munin\u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u8ffd\u52a0":35,"n_builtin_type_names\u306b\u306f":55,"name\u304c\u30a2\u30af\u30bb\u30b5\u6587\u5b57\u5217\u306e\u5834\u5408":65,"name\u304c\u30ab\u30e9\u30e0\u540d\u306e\u5834\u5408":65,"name\u306b\u4e00\u81f4\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070null\u3092\u8fd4\u3059":54,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306aproc":66,"name\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atyp":71,"name\u306f\u7701\u7565\u3067\u304d\u307e\u305b\u3093":51,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u304b\u3089\u59cb\u307e\u308btable\u306e\u30ab\u30e9\u30e0id\u3092res\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u683c\u7d0d\u3057\u307e\u3059":68,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u5bfe\u5fdc\u3059\u308b\u65b0\u305f\u306atable\u3092ctx\u304c\u4f7f\u7528\u3059\u308bdb\u306b\u5b9a\u7fa9\u3057\u307e\u3059":68,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u9577\u3055\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"name\u30d1\u30e9\u30e1\u30fc\u30bf\u306es":[51,65,68],"name_size\u30d1\u30e9\u30e1\u30fc\u30bf\u304c0\u306e\u5834\u5408\u306f\u3059\u3079\u3066\u306e\u30ab\u30e9\u30e0id\u3092\u683c\u7d0d\u3057\u307e\u3059":68,"namebuf\u306b\u8a72\u5f53\u3059\u308b\u540d\u524d\u3092\u30b3\u30d4\u30fc\u3057\u307e\u3059":[51,65],"namebuf\u306e\u30b5\u30a4\u30ba":[51,65],"net\u306egroonga\u30c1\u30fc\u30e0\u306eppa\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"net\u4e0a\u3067\u30d3\u30eb\u30c9\u304c\u5b9f\u884c\u3055\u308c":12,"netbsd\u3067\u306e\u30d3\u30eb\u30c9\u306b\u5bfe\u5fdc":36,"new":[0,3,6,7,12,18,22,25,47,49,50,51,54,55,63,65,70,74,84,85,86,91,92,95,96,97,98,99,103,104,105,106,107,108,109,112,113,114,115,116,117,118,121,122,123,124,125,126,127,130,131,133,134,137,138,139,140,142,143,145,146,148,151,152,154,156,158,161,165,167,168,171,172,174,175,176,183,184,186,187,194,195,196,197,199,200,201,205,213,215,216,217,221,226,244,245,249,250,252,253,254,264,271,274,277],"new_release_date\u306b\u6b21\u56de\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8":12,"newvalue\u306e\u5024\u304b\u3089\u5f97\u3089\u308c\u308b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308bcolumn\u306e\u5024\u306e\u4e2d\u306e":51,"no_key\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3057\u3066\u3044\u308b\u30ab\u30e9\u30e0\u5024\u3092\u30b5\u30dd\u30fc\u30c8":35,"null":[6,7,11,34,38,40,41,42,43,44,50,54,57,58,66,70,74,88,92,103,105,106,107,108,109,113,114,115,116,118,122,123,130,131,133,136,137,138,143,146,147,148,149,165,171,172,173,182,186,187,194,196,242,268],"null\u306a\u3089\u7121\u540dtable\u3068\u306a\u308a\u307e\u3059":68,"null\u306a\u3089\u81ea\u52d5\u7684\u306b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":[51,68],"null\u306a\u3089temporari":55,"null\u306f\u4e0a\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":69,"null\u306f\u4e0b\u9650\u306a\u3057\u3068\u898b\u306a\u3057\u307e\u3059":69,"null\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":54,"null\u30ea\u30c6\u30e9\u30eb\u3092\u30b5\u30dd\u30fc\u30c8":35,"null\u4ee5\u5916\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306fpersist":55,"null\u4ee5\u5916\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408":68,"obj\u304c\u73fe\u5728lock\u3055\u308c\u3066\u3044\u308c\u30700\u4ee5\u5916\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":65,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u624b\u7d9a\u304d":59,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":59,"obj\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308bhook\u3092\u524a\u9664\u3057\u307e\u3059":59,"obj\u306b\u5bfe\u3057\u3066hook\u3092\u8ffd\u52a0\u3057\u307e\u3059":59,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u6574\u5408\u6027\u3092\u691c\u67fb\u3057\u307e\u3059":65,"obj\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u3092\u8fd4\u3057\u307e\u3059":65,"obj\u306b\u5c5e\u3059\u308bobject\u3082\u518d\u5e30\u7684\u306b\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3059":65,"obj\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066":65,"obj\u306e\u5360\u6709\u3059\u308b\u30e1\u30e2\u30ea\u306e\u3046\u3061":65,"obj\u306e\u5360\u6709\u3059\u308bdb\u30d5\u30a1\u30a4\u30eb\u9818\u57df\u306e\u3046\u3061":65,"obj\u306e\u540d\u524d\u306e\u9577\u3055\u3092\u8fd4\u3057\u307e\u3059":65,"obj\u306e\u578b\u3092\u5909\u66f4\u3057\u307e\u3059":65,"obj\u306e\u5c5e\u3059\u308bdb\u3092\u8fd4\u3057\u307e\u3059":55,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e":62,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":65,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":62,"obj\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306evalue\u3092\u53d6\u5f97\u3057\u307e\u3059":65,"obj\u306eid\u3092\u8fd4\u3057\u307e\u3059":65,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092value\u306e\u5185\u5bb9\u306b\u66f4\u65b0\u3057\u307e\u3059":62,"obj\u306etype\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":62,"obj\u306f":65,"obj\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":65,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057":65,"obj\u3092\u30e1\u30e2\u30ea\u304b\u3089\u89e3\u653e\u3057\u307e\u3059":65,"obj\u3092\u5bfe\u8c61\u3068\u3057\u3066query\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057":67,"obj\u3092lock\u3057\u307e\u3059":65,"obj\u3092unlock\u3057\u307e\u3059":65,"obj\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u3068\u308b\u5024\u306e\u7bc4\u56f2\u3092\u8868\u308f\u3057\u3066\u3044\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306eid\u3092\u8fd4\u3057\u307e\u3059":65,"object\u306b\u767b\u9332\u3067\u304d\u308b\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u3078\u306e\u30dd\u30a4\u30f3\u30bf\u3092\u8fd4\u3057\u307e\u3059":72,"object\u306b\u8907\u6570\u306ehook\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u306f\u9806\u4f4d\u306e\u9806\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":59,"object\u306e\u53c2\u7167\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":59,"object\u306e\u66f4\u65b0\u6642\u306b\u547c\u3073\u51fa\u3055\u308c\u308bhook\u3092\u5b9a\u7fa9\u3057\u307e\u3059":59,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"object\u3092\u7834\u68c4\u3059\u308b\u3068\u304d\u306b\u547c\u3070\u308c\u308b\u95a2\u6570\u3092\u8a2d\u5b9a\u3057\u307e\u3059":66,"offset\u306b\u5bfe\u5fdc\u3059\u308bhook\u306e\u76f4\u524d\u306b\u65b0\u305f\u306ahook\u3092\u633f\u5165\u3057\u307e\u3059":59,"offset\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9id\u3092\u958b\u59cb\u4f4d\u7f6e\u3068\u3057\u3066":65,"offset\u306f":68,"offset\u756a\u76ee\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"offset\u756a\u76ee\u304b\u3089\u9806\u306bres\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3057\u307e\u3059":68,"old_release_date\u306b\u524d\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u306e\u65e5\u4ed8\u3092":12,"ongaeshi\u3055\u3093":36,"ongaeshi\u3055\u3093\u304c\u5831\u544a":36,"op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066res\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3042\u308b\u3044\u306f\u524a\u9664\u3057\u307e\u3059":67,"op\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u53ef\u80fd\u306a\u3082\u306e\u306e\u6570\u3092\u8fd4\u3057\u307e\u3059":51,"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":157,"org\u304c\u30db\u30b9\u30c8\u3092":12,"org\u304c\u30db\u30b9\u30c8\u3092\u53c2\u7167\u3059\u308b\u3088\u3046\u306b\u5909\u66f4\u3059\u308b":12,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":157,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":157,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":157,"org\u306bssh\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044":12,"org\u306e\u30bd\u30fc\u30b9\u3092\u53d6\u5f97\u3067\u304d\u307e\u3059":12,"org\u306edoc":12,"org\u3078\u3068\u53cd\u6620\u3055\u308c\u307e\u3059":12,"org\u3078\u3068\u53cd\u6620\u3057\u307e\u3059":12,"org\u3078\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u307e\u3059":12,"output_columns\u304b\u3089_value\u3092\u524a\u9664":36,"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":103,"package\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3092files\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b\u4f5c\u6210\u3057\u307e\u3059":12,"packages_groonga_org_repository\u306b\u79fb\u52d5\u3057":12,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":11,"pat\u6728\u4e0a\u3067\u4f4d\u7f6e\u304c\u8fd1\u3044\u3053\u3068\u3068key\u306e\u5024\u304c\u8fd1\u3044\u3053\u3068\u306f\u540c\u4e00\u3067\u306f\u3042\u308a\u307e\u305b\u3093":69,"path\u306b\u306fcutter\u306e\u30bd\u30fc\u30b9\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306b\u306fgroonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092clone\u3057\u305f\u5834\u6240\u3092\u6307\u5b9a\u3057\u307e\u3059":12,"path\u306e\u4e2d\u304b\u3089groonga\u30b3\u30de\u30f3\u30c9\u3092\u63a2\u3057\u307e\u3059":157,"path\u3092":36,"pc\u306bgroonga":37,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":156,"pid\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b":35,"po\u3092\u5b9f\u884c\u3059\u308b\u3068":12,"po\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u306b\u3088\u308a\u66f4\u65b0\u3057\u305f\u5404\u7a2e":12,"po\u30d5\u30a1\u30a4\u30eb\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3066\u5b9f\u884c\u3057\u307e\u3059":12,"po\u30d5\u30a1\u30a4\u30eb\u3092\u7ffb\u8a33\u3057\u307e\u3059":12,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[169,170],"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":169,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":170,"point\u578b\u306e\u5024":[169,170],"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[169,170],"ppa\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u306f":12,"prefix\u304cmin_size\u30d0\u30a4\u30c8\u4ee5\u4e0a\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u307e\u3059":69,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u5b9a\u7fa9\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"proc\u3067\u4f7f\u7528\u3059\u308b\u5909\u6570\u306e\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"proc\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":68,"proc\u306e\u7a2e\u985e\u3092\u6307\u5b9a\u3057\u307e\u3059":66,"public":42,"push\u3057\u3066groonga":12,"query\u5185\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u69cb\u6587":37,"quit\u306f":128,"rb\u3092\u8ffd\u52a0":36,"release\u30b3\u30de\u30f3\u30c9\u3067\u306f":12,"repositories\u914d\u4e0b\u306b":12,"repositories\u914d\u4e0b\u306brpm\u30d1\u30c3\u30b1\u30fc\u30b8\u304c\u751f\u6210\u3055\u308c\u307e\u3059":12,"request\u3092\u9001\u308a\u307e\u3057\u305f":12,"request\u3092\u9001\u308a\u307e\u3059":12,"res2\u306b\u683c\u7d0d\u3057\u307e\u3059":68,"res\u306b\u683c\u7d0d\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e0a\u9650\u3092\u6307\u5b9a\u3057\u307e\u3059":68,"res\u306btable1\u3042\u308b\u3044\u306ftable2\u305d\u306e\u3082\u306e\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3092\u9664\u3051\u3070":68,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":11,"return":[22,34,38,40,41,42,43,44,46,49,50,51,54,55,56,57,58,63,65,68,70,73,74,81,83,158,199,200,202,219,220,221,222,258,264,268,272,274,277,280,281],"rid_max\u3092\u6307\u5b9a\u3057\u3066\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9id\u306e\u5024\u3092\u5236\u9650\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":61,"root\u306b\u5909\u66f4":36,"root\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":156,"rpm\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30d3\u30eb\u30c9\u3059\u308b\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"rroonga\u7b49\u95a2\u9023\u30d7\u30ed\u30c0\u30af\u30c8\u306e\u30ea\u30ea\u30fc\u30b9\u306b\u3082\u4f7f\u7528\u3057\u307e\u3059":12,"rst\u306b\u5909\u66f4\u70b9\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u304c":12,"rst\u306e\u5185\u5bb9":12,"ruby\u306erake\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306b\u3088\u308a\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059":12,"s3ki\u3055\u3093":36,"s3ki\u3055\u3093\u304c\u5831\u544a":36,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":14,"scorer\u306f":138,"scr\u3067\u3059":157,"scr\u306e\u4e2d\u8eab\u304c":157,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":157,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[166,169,170,177,181],"search\u3092\u884c\u3044":[68,69],"search\u3092\u884c\u3046\u5834\u5408\u306b\u306f":69,"section\u306b\u5bfe\u5fdc\u3059\u308b\u30a8\u30f3\u30c8\u30ea\u3092\u66f4\u65b0\u3057\u307e\u3059":51,"section\u756a\u53f7\u3092\u683c\u7d0d\u3059\u308bint\u9577\u30d0\u30c3\u30d5\u30a1":51,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":157,"select\u306e\u51fa\u529b\u306b\u4e0d\u6b63\u306a\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3055\u308c\u305f\u6642\u306bsegv\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":35,"select\u3084load\u306a\u3069\u306egroonga\u306e\u30b3\u30de\u30f3\u30c9\u306e\u4ed5\u69d8\u306e\u4e92\u63db\u6027\u3092\u8868\u3057\u307e\u3059":82,"select\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0":36,"select\u30b3\u30de\u30f3\u30c9":35,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":157,"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":157,"sh\u304c\u30bf\u30b0\u3068\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u306e\u304c\u671b\u307e\u3057\u3044\u3067\u3059":12,"sh\u306e\u307f\u306a\u3089\u305a":14,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":14,"sh\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5b9f\u884c\u3057\u307e\u3059":12,"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":14,"shibuya\u3055\u3093":36,"shibuya\u3055\u3093\u304c\u5831\u544a":36,"shimada\u3055\u3093":36,"shimada\u3055\u3093\u304c\u5831\u544a":36,"short":[34,80,130,158],"shorttext\u306e\u30d9\u30af\u30bf\u30fc\u3092\u691c\u7d22\u6761\u4ef6\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u6761\u4ef6\u306b\u4f7f\u7528\u3057\u305f\u3044\u5834\u5408\u306b\u306f":249,"shorttext\u578b\u30ab\u30e9\u30e0\u3078\u30c7\u30fc\u30bf\u8ffd\u52a0":36,"shutdown\u3067\u7d42\u4e86\u3057\u306a\u3044\u554f\u984c\u3092\u4fee\u6b63":36,"sigint\u3067\u306e\u4e2d\u65ad\u306b\u5bfe\u5fdc":38,"sign\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":12,"sigsegv\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":68,"sort\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":68,"source\u4ee5\u4e0b\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u66f4\u65b0":12,"sphinx\u306f\u5e38\u306b\u6700\u65b0\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u4f7f\u3046\u4e8b\u3092\u63a8\u5968\u3057\u307e\u3059":12,"squeeze\u4ee5\u964d\u306edebian\u3084karmic\u4ee5\u964d\u306euubntu\u3067\u306f\u4ee5\u4e0b\u306e\u7528\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":14,"static":[34,38,42,43,44,70,159,274],"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":157,"status\u306e\u51fa\u529b\u7d50\u679c\u306b\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u8ffd\u52a0":36,"status\u30b3\u30de\u30f3\u30c9":35,"string1\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u3068string2\u306b\u6307\u5b9a\u3057\u305f\u6587\u5b57\u5217\u306e\u9593\u306e\u7de8\u96c6\u8ddd\u96e2\u3092\u6c42\u3081\u307e\u3059":166,"string\u306b":11,"suggest\u306ehttp\u30b5\u30fc\u30d0\u306blimit\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":38,"suggest\u30b3\u30de\u30f3\u30c9\u306bthreshold\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092\u8ffd\u52a0":38,"switch":34,"table1\u3068table2\u304b\u3089\u91cd\u8907\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u3044\u305f\u7d50\u679c\u3092\u305d\u308c\u305e\u308cres1":68,"table1\u3068table2\u3092op\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066\u96c6\u5408\u6f14\u7b97\u3057\u305f\u7d50\u679c\u3092res\u306b\u683c\u7d0d\u3057\u307e\u3059":68,"table2\u306f\u7834\u58ca\u3055\u308c\u307e\u305b\u3093":68,"table\u304c":68,"table\u306b\u65b0\u305f\u306a\u30ab\u30e9\u30e0\u3092\u5b9a\u7fa9\u3057\u307e\u3059":51,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8fd4\u3057\u307e\u3059":68,"table\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9806\u756a\u306b\u53d6\u308a\u51fa\u3059\u305f\u3081\u306e\u30ab\u30fc\u30bd\u30eb\u3092\u751f\u6210\u3057\u3066\u8fd4\u3057\u307e\u3059":69,"table\u306bid\u306b\u5bfe\u5fdc\u3059\u308brecord\u304c\u5b58\u5728\u3059\u308b\u304b\u78ba\u8a8d\u3057":68,"table\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u7279\u5b9a\u306e\u6761\u4ef6\u3067\u30b0\u30eb\u30fc\u30d7\u5316\u3057\u307e\u3059":68,"table\u306e\u5168\u3066\u306ecolumn\u3082\u540c\u6642\u306b\u540d\u524d\u304c\u5909\u66f4\u3055\u308c\u307e\u3059":68,"table\u306e\u5168\u30ec\u30b3\u30fc\u30c9\u3092\u4e00\u62ec\u3057\u3066\u524a\u9664\u3057\u307e\u3059":68,"table\u306ecolumn":68,"table\u306ecolumn1\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore1\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":11,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u53d6\u5f97\u3057\u307e\u3059":68,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":68,"table\u306eid\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":68,"table\u306ekey\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":68,"table\u306esrc_key\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306ekey\u3092\u5909\u66f4\u3057\u307e\u3059":68,"table\u306f\u6c38\u7d9a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093":68,"table\u306fcolumn\u3068\u306f\u5225\u306b":68,"table\u5185\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u30bd\u30fc\u30c8\u3057":68,"table_list\u306f":144,"takahiro\u3055\u3093":36,"takahiro\u3055\u3093\u304c\u5831\u544a":36,"takahiro\u3055\u3093\u304c\u63d0\u6848":36,"takashi\u3055\u3093":38,"takashi\u3055\u3093\u304c\u5831\u544a":38,"takuto\u3055\u3093":36,"takuto\u3055\u3093\u304c\u5831\u544a":36,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":157,"textile\u30d1\u30fc\u30b5\u30fc":12,"tid\u306bnull\u4ee5\u5916\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":61,"tokenbigram\u3067\u306f\u5b8c\u5168\u4e00\u81f4\u3057\u307e\u3059":267,"tokenbigram\u306a\u3069":267,"tokenbigram\u3092\u7528\u3044\u305f\u7d22\u5f15\u3092\u8ffd\u52a0\u3057\u307e\u3059":267,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f":265,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":265,"tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":267,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3067\u306f\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u3082bigram\u3092\u751f\u6210\u3057":265,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u3068":267,"tokenbigramsplitsymbolalpha\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3046\u5834\u5408\u3082\u91cd\u307f\u4ed8\u3051\u3092\u8003\u616e\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306f\u304b\u308f\u308a\u3042\u308a\u307e\u305b\u3093":267,"tokendelimitnull\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u8ffd\u52a0":37,"tokenmecab\u3067\u306f":267,"tokenmecab\u306e\u5834\u5408":267,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u4f7f\u7528\u3057\u305f\u7d22\u5f15\u3067\u306f":265,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u524d\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":265,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306e\u5834\u5408\u306f\u308f\u304b\u3061\u66f8\u304d\u5f8c\u306e\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3068\u4e2d\u9593\u4e00\u81f4\u691c\u7d22\u3068\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3057\u307e\u3059":265,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u306f\u4e8b\u524d\u306b\u6e96\u5099\u3057\u305f\u8f9e\u66f8\u3092\u7528\u3044\u3066\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b\u305f\u3081":267,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u3044\u308b\u5834\u5408\u306f\u3053\u306e\u30af\u30a8\u30ea\u306f\u30de\u30c3\u30c1\u3057\u307e\u305b\u3093":267,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u306e\u65b9\u3092tokenbigram\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u3063\u3066\u4f5c\u3063\u305f\u7d22\u5f15\u3088\u308a\u3082\u91cd\u8996\u3059\u308b\u3088\u3046\u306b\u91cd\u307f\u4ed8\u3051\u3092\u6307\u5b9a\u3057\u307e\u3059":267,"tokenmecab\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u4f7f\u7528":267,"tomita\u3055\u3093\u304c\u30d1\u30c3\u30c1\u4f5c\u6210":36,"tomita\u3055\u3093\u304c\u5831\u544a":36,"tomotaka_ito\u3055\u3093":38,"tomotaka_ito\u3055\u3093\u304c\u5831\u544a":38,"top_left\u3068bottom_right\u304c\u306a\u3059\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":170,"travisci\u306e\u7d50\u679c\u304c\u6b63\u5e38\u3067\u3042\u308c\u3070":12,"true":[34,35,41,42,43,44,47,80,90,91,92,93,94,95,96,97,98,99,100,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,142,143,145,146,147,151,161,164,165,168,169,170,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,205,209,213,214,215,216,224,226,227,228,241,242,243,245,249,271,272,273,274,276,279,280,281],"truncate\u30b3\u30de\u30f3\u30c9\u3092\u8ffd\u52a0":38,"try":[3,34,43,49,96,156,229,257,276,277],"twitter\u3067\u3084\u308a\u3068\u308a\u3092\u5b8c\u7d50\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059":10,"twitter\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u5b89\u5fc3\u611f\u304b\u3089groonga\u30e6\u30fc\u30b6\u30fc\u306e\u62e1\u5927\u306b\u7e4b\u3052\u308b":10,"twitter\u306f\u6c17\u8efd\u306b\u3064\u3076\u3084\u3051\u308b\u3053\u3068\u304c\u91cd\u8981\u306a\u306e\u3067":10,"twitter\u7b49\u3067\u306e\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u969b\u306f\u3053\u3053\u3067\u7528\u610f\u3057\u305f\u30a2\u30ca\u30a6\u30f3\u30b9\u6587\u306e\u8981\u7d04\u3092\u4f7f\u7528\u3057\u307e\u3059":12,"twitter\u7de8":3,"type\u306b\u5bfe\u5fdc\u3059\u308b\u60c5\u5831\u3092valuebuf\u306b\u683c\u7d0d\u3057\u307e\u3059":62,"ubuntu\u5411\u3051\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":12,"ubuntu\u5411\u3051\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u4f5c\u6210\u306b\u306f":12,"ueno\u3055\u3093":[36,37],"ueno\u3055\u3093\u304c\u5831\u544a":37,"ueno\u3055\u3093\u4f5c\u6210\u306espec\u304c\u30d9\u30fc\u30b9":36,"uint16\u306e\u7b49\u5024\u6bd4\u8f03\u306bc\u8a00\u8a9e\u306e\u6bd4\u8f03\u6f14\u7b97\u5b50\u3092\u4f7f\u7528":36,"unit\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":14,"uptime\u306e\u8868\u793a\u5f62\u5f0f\u3092\u8aad\u307f\u3084\u3059\u3044\u5f62\u5f0f\u306b\u5909\u66f4":35,"user_data\u3092\u30ad\u30fc\u3068\u3057\u3066":66,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v1\u306e\u5024\u306e\u4e2d\u306b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":11,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":11,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":11,"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":11,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":11,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":11,"valgrind\u3092\u7528\u3044\u3066\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9\u3084\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3057\u3064\u3064":14,"value\u304c\u5c5e\u3059\u308b\u578b":144,"value\u3092\u623b\u308a\u5024\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":65,"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":78,"var":[11,29,43,66,74,93,154,156,158,262],"version\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":82,"version\u3067\u8868\u793a\u3055\u308c\u308b\u30d0\u30fc\u30b8\u30e7\u30f3\u8868\u8a18\u304c\u66f4\u65b0\u3055\u308c\u306a\u3044\u306e\u3067\u6ce8\u610f\u304c\u5fc5\u8981\u3067\u3059":12,"version\u306b\u6307\u5b9a\u3057\u305f\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":82,"version\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8ffd\u52a0":36,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u306bstable\u6271\u3044\u3067\u306a\u3044\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":82,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3084command_version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u305b\u305a\u306bgroonga\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u969b\u306b\u306f":82,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u6307\u5b9a\u3067\u304d\u307e\u3059":82,"version\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":82,"void":[34,39,49,52,55,56,63,64,65,68,69,70,73,74],"web\u7ba1\u7406\u753b\u9762":35,"wheezy\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u8ffd\u52a0":38,"while":[0,34,40,41,43,44,55,95,105,106,108,114,133,138,146,149,201],"windows\u3067\u306fmingw\u3067\u3082pthread\u3092\u4f7f\u308f\u306a\u3044\u3088\u3046\u306b\u3057\u305f":38,"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":157,"windows\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u306b\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u3092\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059":12,"windows\u4ee5\u4e0b\u3078\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3059":12,"windows\u7cfb":12,"worker\u306f":9,"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":9,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":9,"x86\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306bx64":12,"x86\u30d0\u30a4\u30ca\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059":12,"x\u3067\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u7ba1\u7406\u65b9\u6cd5\u3068\u3057\u3066":12,"x\u3067\u306frealloc":36,"x\u3067\u30e2\u30b8\u30e5\u30fc\u30eb\u306e\u62e1\u5f35\u5b50\u306e\u691c\u51fa\u306b\u5931\u6557\u3059\u308b\u554f\u984c\u3092\u4fee\u6b63":36,"x\u306e\u304a\u77e5\u3089\u305b":34,"yum\u306e\u5834\u5408":12,"zip\u30a2\u30fc\u30ab\u30a4\u30d6\u3082\u540c\u69d8\u306b\u3057\u3066grntest\u3092\u5b9f\u884c\u3057\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3059":12,AND:[34,41,42,44,138,174,198,281],Added:[34,38,39,40,41,42,43,44],Ages:[92,130,131,143,164],And:[42,91,105,134,138,149,159,212,223,249,276,277,279],Are:269,But:[6,7,8,16,17,23,34,38,42,43,47,80,92,95,116,118,122,124,130,138,146,151,168,200,201,203,212,213,214,216,229,231,239,244,248,258,262,276],For:[0,2,3,8,18,22,25,29,32,33,34,40,41,42,43,44,47,56,57,80,83,91,92,102,105,106,113,115,116,118,119,122,123,124,137,138,139,140,141,143,149,151,154,156,158,163,172,182,185,194,198,199,200,201,203,209,212,213,214,215,216,217,219,220,221,222,227,229,231,239,241,242,243,245,248,258,271,272,273,274,275,276,279,280,281],GPS:0,IDs:[34,40,44,58,80,91,122,223,271,274],Its:[57,74,137,156,199,200],JIS:209,LTS:[21,31],NEAR:[174,180,194],NFS:29,NOT:[43,138,198],Near:[44,180],Not:[116,138,180,220,264],One:[0,63,80,138,145,159,161,162,182,217,243,276,281],Pies:245,SIS:38,TLS:44,That:274,The:[0,6,7,8,17,18,29,31,32,33,38,40,41,42,43,44,47,49,50,51,54,55,56,57,63,65,66,68,70,74,80,83,85,88,91,93,95,96,97,98,99,102,103,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,130,131,133,134,137,139,140,141,142,143,145,146,147,148,149,150,152,154,156,158,161,164,165,168,171,172,174,179,180,182,185,186,187,194,199,200,202,204,208,209,212,213,214,215,216,217,219,220,221,222,223,228,231,232,233,234,235,236,237,238,239,240,244,245,246,247,249,258,261,262,264,268,271,272,273,274,276,277,278,281],Then:[0,17,26,27,28,32,80,138,158,219,243,245,264,268,269,271,272,273,276,277,280,281],There:[1,2,3,8,13,17,19,23,24,25,27,31,34,40,42,49,57,63,80,91,92,96,97,98,99,102,103,105,106,112,113,114,115,116,117,118,119,121,122,123,124,130,131,134,137,138,139,140,142,143,145,147,148,149,151,156,158,161,162,164,168,171,172,173,174,175,176,179,180,185,186,194,196,198,199,200,203,205,213,214,215,216,226,227,228,229,239,241,242,243,248,258,262,264,269,274,276,277,278,281],These:[0,34,38,138,152,156,182,273,274],Use:[34,40,42,43,44,54,57,74,80,90,92,102,105,106,116,132,138,140,143,156,168,179,200,251,264,272,276],Used:[34,38,40,42,43],Uses:162,Using:[0,199,257],WGS:[249,281],With:[21,22,23,34,80,212,277],_20160320:118,___:242,__uint32_t:43,_avg:[116,138],_config:12,_dataset:[160,162],_id:[34,42,43,47,51,65,78,80,83,91,92,95,102,103,115,116,118,138,141,146,151,164,174,175,179,199,200,201,203,213,219,220,222,227,228,243,245,267,272,273,274,276,278,279,280,281],_kei:[34,40,41,42,43,44,47,51,65,78,80,83,91,92,93,95,102,103,104,106,113,115,116,122,133,137,138,141,145,146,147,151,158,161,164,165,168,173,174,175,176,179,185,187,194,196,199,200,203,209,214,219,220,222,228,245,248,258,271,272,273,274,276,277,278,279,280,281],_max:[116,138],_min:[116,138],_name:[92,143],_nsubrec:[34,42,51,78,116,138,272,273,277],_post:12,_score:[34,38,40,41,43,51,78,80,113,115,116,138,141,168,180,200,214,215,216,219,220,222,267,273,274,276,277,281],_set_valu:39,_socr:34,_sum:[34,116,138],_valu:[34,41,42,51,78,116,138],_yyyymmdd:[113,115,116,118],a9zawa:34,a_part_of_speech:241,aaa:34,aardvark:34,aba:[272,274,281],abbrev:168,abc123456789def:34,abc12345678def:34,abc1de2def:34,abc:[34,43],abcd:[119,242],abcdef:34,abcxyzdef:34,abebcdxyzdef:34,abi:43,abl:[34,122,138,143,174,182,213,214,215,216,217,243],abort:42,about:[2,7,14,17,18,19,20,21,22,23,24,25,27,28,29,30,31,34,38,39,40,41,42,43,44,46,49,74,80,81,83,85,87,88,92,93,95,96,97,98,102,103,104,105,107,108,109,110,113,115,116,118,119,120,123,130,133,134,135,136,137,138,140,141,143,145,147,149,150,151,154,156,158,161,163,168,175,180,185,199,200,202,207,208,212,213,214,215,216,219,220,222,229,248,250,258,269,270,276,277,278,281],abov:[17,21,29,32,34,40,43,44,92,105,116,134,138,143,154,158,161,164,173,174,175,180,185,203,205,212,219,220,222,229,239,241,242,243,245,268,272,274,276,277,280,281],absolut:[34,92,125,126,132,143,176],acccept:34,acccess:262,accept:[0,34,38,40,42,43,44,85,86,92,106,134,139,151,154,156,161,164,168,180,200,243,258,264,268,274,276,277,280,281],access:[0,17,22,34,38,40,41,42,43,44,47,49,51,95,138,146,158,159,219,220,222,248,257,262,264,270,271],accessor:[34,43,44,68],accident:41,accord:[34,168,271],accordingli:158,account:[2,42],accross:40,accuml:41,accumul:138,accur:[0,182],accuraci:34,acquir:[34,43,49,105,107,109,130,131],acronym:[256,264],across:168,action:[12,41],activ:[34,104],actual:[34,41,42,44,113,115,116,118,138,154,158,214,271,274],add:[3,6,7,18,21,31,33,34,40,41,42,43,44,55,92,106,115,138,149,156,158,163,179,200,212,217,223,241,244,250,271,272,273,274,276,279],add_record_if_not_exist:65,added:[0,34,43,44,45,58,63,65,68,105,106,123,203,205,224,264,272,276,279],adding:[18,34,38,43,65,85,86,149,201,228],addit:[0,22,24,25,27,31,34,46,92,119,138,149,199,221,227,241,262,270,271,274,279],addition:[34,43,281],additional_configure_opt:[34,41],address:[34,38,40,43,156,161,264,278],address_is_in_us:264,address_is_not_avail:264,adisk:213,adjac:[199,231],adjust:[34,41,42,80,92,116],admin:[36,38,40,41,42,43,44],admin_html:[38,156],administr:[22,34,40,42,159,270],adopt:122,adult:34,advanc:[34,43,45,104,118,135,136,198,199,223],advantag:[0,182,262],adventur:92,affect:[34,40,41,42,43,44],afr:[272,274,281],after:[17,18,29,32,34,38,40,41,42,43,44,47,49,58,73,86,99,103,105,113,115,116,118,121,124,130,138,139,145,152,154,156,158,161,165,171,172,200,203,223,226,228,239,248,271,273,274,278],again:[34,42,43,49,154,158,201],against:[0,22,34,40,42,43,44,51,55,57,80,92,115,117,118,123,130,137,138,145,151,154,156,199,200,213,217,219,220,222,270,273,277,279,280],againt:138,agaist:40,age:[34,47,92,93,105,130,131,137,138,143,164],aggreg:[22,34,138,182],aggregate_sd:34,aggregator_:34,aggregator_mean:34,aggregator_sd:34,aggregator_sum:34,ago:219,ahello:43,ahost1:213,aim:41,aio:41,aki:42,akihabara:281,akinori:43,akio:[34,38,40,41,43,44],akira:42,albert:34,alert:[42,110,111,156,158,202],algolithm:198,algorithm:[34,38,88,168,216],ali:91,alia:[22,34,43,46,96,97,98,110,156],alias:[43,47,96,97,98,180],aliased_column:47,alic:[34,47,91,92,95,122,138,146,151,158,164,174,180,199,244,258,277],align:[113,115,116],alisa:180,all:[0,17,29,34,38,40,42,43,44,47,51,54,55,58,63,80,85,86,88,91,92,93,95,96,97,98,99,103,104,105,106,107,108,109,113,114,115,116,117,118,121,122,123,124,125,127,130,131,132,133,135,136,137,138,139,140,142,143,145,146,147,148,149,151,152,154,156,158,164,172,174,180,194,198,199,200,201,202,204,205,213,215,216,219,222,226,227,231,235,238,248,249,258,264,274,277,280],all_record:40,alloc:[22,34,40,42,43,44,50,54,57,74,122,138,140,266,271,274],alloc_count:[34,84,140,156,158,210,264,274,278],alloc_info:44,allow:[0,34,40,43,162,182,274,278],allow_column:[34,138,180,199],allow_leading_not:[34,138,180],allow_pragma:138,allow_upd:[138,199],almost:[34,38,138,200,248,256,269],alon:43,alpha:205,alphabet:[42,92,113,115,116,138,143,149,213,220,231,234,235,237,238],alpin:26,alreadi:[34,42,49,74,99,104,106,116,121,138,149,162,201,248,274,276],also:[0,3,17,22,34,40,44,46,80,91,104,105,113,115,116,118,130,131,145,154,158,164,168,194,199,200,201,213,214,219,221,240,256,257,258,262,271,273,274,276,277,279,281],although:158,alwai:[0,34,42,43,44,70,83,93,114,122,138,141,148,158,179,199,200,219,242,248,264],amazon:[34,138],amd64:12,among:[22,40,115,116,270,271,273],amount:[34,40,44,154],analysi:[0,29,34,138,200],analyz:[0,22,34,38,40,158,241,266],anchor:43,ani:[0,29,34,43,44,47,91,106,113,116,119,123,124,130,135,136,137,138,141,145,147,148,149,156,158,171,172,180,182,185,199,212,214,231,242,258],anim:273,ann:12,annot:41,anonym:[105,223],anonymous:63,anoth:[0,34,40,43,57,91,107,138,154,212],anyth:[34,245],aomi:34,apach:[12,34,106,159],apache_arrow:34,apache_arrow_repositori:12,api:[1,3,15,22,34,38,39,40,41,42,43,44,45,46,49,50,51,54,55,70,73,74,81,87,198,258],appear:[0,42,87,92,104,123,138,149,182,199,200,212,214,274],append:[40,57,65],apper:138,appl:[34,186,203,239,243,245],appli:[34,45,57,113,115,116,138,148,161,248],applic:[0,20,34,38,42,106,138,156,158,159,182,200,202,212,258],approach:168,appropri:268,approv:42,approxim:[38,40,168],approximate_typ:169,appveyor:[12,42],april:12,apt:[12,18,21,25,31,34,40],aptitud:14,aquariu:34,arai:43,aramaki:38,arbitrari:268,arc:149,architectur:[0,42,43,156],archiv:[6,7,8,12,17,22,23,29,32,34,40],area:[0,34],aren:[34,40,42,43,44,105,113,115,116,118,123,138,139,140,143,145,158,161,182,199,208,223,248,258],arg1_nam:213,arg1_valu:213,arg2_nam:213,arg2_valu:213,arg3_valu:213,arg:[34,156],arg_list_too_long:264,argc:70,argument1:[200,214],argument2:[200,214],argument:[34,38,40,41,42,43,44,54,74,103,105,116,130,131,137,138,156,165,168,171,172,173,175,176,179,180,182,185,194,195,196,200,213,214,217,261,264,268,274,276,278],argv:70,ari:34,arithmet:[34,41],armenian:[205,226],armhf:42,arnaud:38,around:[34,182,208,268],arrai:[34,38,40,42,44,80,83,89,93,115,119,120,122,123,137,138,143,149,150,182,199,223,271,273,274,277],arrang:274,arrow:[12,34,106,159],art:[34,200,277],articl:[34,276],articles2:276,articles_cont:276,arugment1:200,asami:41,asc:12,ascend:[103,115,116,117,138,176,208,272,274,281],ascii:[34,199,200,231,232,233,234,235,242,246,247],askmonti:42,aspx:268,assigend:199,assign:[41,43,134,149,223,268,281],associ:[38,74,102,106,138,268,271,273,274],assum:[34,54,66,134],atsushi:[42,43,44],attach:[17,203,224],attent:[138,279],attr_setpshar:41,attribut:[119,120,149,150,173],atv:[272,274,281],auth_bas:[158,258],auth_basic_user_fil:[158,258],authent:[257,278],author:158,auto:[34,40,42,114,130,138,141],auto_release_count:34,autoconf:[6,38],autogen:[6,12,17,40],automak:[6,36],automat:[17,25,34,43,55,92,105,113,115,116,125,126,130,131,132,138,154,158,199,200,223,261,273,274,279],autoreconf:12,autotool:[3,5,7],avail:[0,8,17,29,34,41,43,44,45,53,63,74,83,92,93,105,106,113,114,115,116,118,119,138,139,141,143,149,154,156,159,161,174,180,187,194,199,200,256,264,268,271,274],averag:[42,138],avg:[42,116,138,155],avoid:[22,34,41,42,118,130,138,145,266],awar:74,axaixiuxuexeoxo:[205,226],ayumu:[42,43],back:[34,158,200,213,276],background:156,backlog:34,backslash:[41,57,199],backtrac:[34,44],backup:[55,103],backward:[34,40,42,43,44,151,215,216,258],bad:[0,41,42,44],bad_address:264,bad_file_descriptor:264,banana:[34,186],bar:[92,143,205,226],base:[0,17,18,24,25,27,29,31,34,40,41,42,44,58,115,134,138,149,156,158,159,161,162,171,172,182,199,200,202,209,213,214,215,216,217,219,220,222,231,241,244,257,262,277,278],base_form:[34,241],basebal:[273,276],bash:[29,43],basi:274,basic:[0,22,40,42,91,138,258,270,271],batch:[40,106],bc009774:12,beaver:[31,34],becam:[42,262],becaus:[0,6,7,8,21,27,33,34,40,42,43,44,47,55,83,91,92,95,99,103,105,113,115,116,118,122,123,124,125,130,132,138,143,146,148,154,158,161,164,165,175,179,180,185,194,199,200,201,203,209,210,212,213,214,215,216,219,220,221,222,223,226,228,229,231,232,233,234,235,239,241,242,243,245,248,256,257,258,262,264,268,271,273,274,276,279,280],becom:[0,34,43,45,168,249,271],been:[12,34,43,95,104,146],befor:[29,33,34,39,40,43,44,73,80,88,113,114,115,116,121,124,125,130,132,134,138,145,148,158,171,172,194,212,213,219,220,221,226,239,271,274],before_instal:21,beforehand:27,beg:[213,244],begin:[155,213,239,244],behav:[138,168],behavior:[34,40,42,43,63,118,138,152,164,180,205,213,231,242],behaviour:[41,103],beijin:168,being:34,bellefleur:34,belong:[34,76,249,272],below:[13,34,95,103,104,106,113,115,116,134,138,146,156,158,199,205,226,227,228,231,239,241,242,246,247],benchmark:[22,40,41,42,46,153],benefit:262,bernard:43,best:0,beta:45,better:[0,42,92,105,138,200,276],between:[22,34,38,40,41,42,44,46,65,92,95,104,105,118,130,138,143,146,154,162,163,168,199,200,208,213,220,223,229,231,232,233,234,235,236,237,238,240,246,247,258,276,279,281],big:[34,42,103,158],bigger:[34,92],bigram:[34,157,160,161,229,231,233,234,235,236,237,238,242,244,267],bigramlexicon:133,bill:[43,265,267],billiard:[265,267],billion:92,bin:[18,29,32],binari:[0,1,22,34,40,41,42,43,44,83,158,200,210,249,255,258,278],bind:[20,21,38,40,43,45,156,171,172,198],binlib:12,bionic:[12,31,34],bison:12,bit:[21,23,24,25,27,30,31,32,34,138,156,157,158,199,200,249,271],bitwis:[43,264],black:[203,208],blank:[34,43,232,233,234,235,242],block:[34,41,140,143,145,158,200,271],blog1:276,blog2:276,blog:[12,22,34,113,115,116,138,185,199,200,201,267,270,276],blog_bodi:267,blog_comment_index:185,blog_cont:185,blog_titl:274,bm25:[34,214,216],bob:[34,47,95,138,146,151,158,164,180,258,277],bodi:[34,41,44,90,91,92,94,99,101,105,106,108,112,118,121,122,124,125,126,130,131,132,133,139,142,143,145,146,148,159,161,171,172,242,258,264,267,276,280],body_bytes_s:158,body_index_column:34,book:[34,92,200],bookmark:[80,103,106,118],bookmark_index:80,bookmark_titl:103,bool:[34,41,43,44,91,113,115,116,122,123,137,138,147,199,228,271,279],boost:[161,219],border:[34,40,149,164],borderlin:115,boston:277,both:[0,23,24,25,27,31,32,34,43,44,65,76,80,83,92,113,115,116,122,138,145,152,161,182,199,200,201,213,216,219,223,242,243,258,264,277,281],bottom:58,bottom_right:[38,170],bottom_right_point:58,bound:42,box:[34,138,205,226],brace:106,bracket:106,brad:44,brand:43,brasil:168,brasillia:168,brazil:272,brew:[18,28],bring:274,british:280,broadcast:277,broken:[34,38,40,41,42,43,44,51,55,104,107,108,109,123,124,133,145,154],broken_pip:264,brooklyn:277,browser:[17,29,34,159,278],bsd:[5,7,8,29,38,42,43],buf_siz:[51,65,68],buffer:[34,41,43,44,54,57,60,63,65,89,122,268,276],bug:[3,22,29,34,38,40,41,42,43,44,45],buggi:34,build:[0,3,4,12,14,18,21,22,23,30,34,39,40,41,42,43,44,53,92,152,212,217],buildabl:38,builder:60,built:[0,22,29,34,41,43,46,65,81,103,119,149,158,163,168,250],builtin:[22,46,63,92,105,122,123,168],builtin_type_nam:55,bulk:[34,43,44,57,65],bullet:[205,226],bump:[41,42,43],bundl:[17,34,40,41,42,43,44,180],buster:[12,22,23,34],button:[17,40,41],buzz:161,bye:[34,113,115,116,138,147,199,200,228,276],cacao:34,cach:[0,34,35,40,41,43,44,50,63,65,88,140,156],cache_hit_r:[34,84,140,158,210,264,274,278],cache_limit:[22,43,46,81,158],cache_previ:50,cafedomanc:44,cake:176,calc:34,calc_target:[43,138],calc_typ:[34,43,138],calcul:[34,40,41,42,135,138,168,176,208,277,281],call:[34,40,41,42,43,54,70,73,74,80,95,114,115,122,130,131,135,136,138,146,148,168,198,272,274],callback:161,caller:[34,66],calloc:44,calro:164,came:34,camp:277,can:[0,1,5,6,7,8,17,18,19,21,24,25,26,27,28,29,31,32,33,34,38,39,40,41,42,43,44,47,48,49,50,53,54,55,57,73,74,80,83,85,86,87,88,91,92,93,95,96,97,98,99,103,104,105,106,107,113,114,115,116,117,118,119,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,141,143,145,146,147,148,149,151,152,154,156,158,159,161,163,164,165,168,171,172,173,174,175,176,179,180,182,185,194,198,199,200,201,202,203,205,206,208,209,210,212,213,214,215,216,217,219,220,221,222,223,224,226,227,228,229,231,232,233,234,235,239,241,242,243,244,245,248,250,256,258,262,264,268,269,271,272,273,274,275,276,277,278,279,281],can_be_key_typ:137,can_be_value_typ:137,canadian:[205,226],cancel:[34,42,44,85,86,134],cancel_request_is_accepted_or_not:134,cancer:34,candid:[141,161,179,219],candidate1:141,candidate2:141,candidate_1:161,candidate_2:161,cannot:[22,34,138,143,199,200,201,203,223,258,266],capac:34,capit:[34,274],caplit:[41,42],capricorn:34,care:[17,34,93,130,138,199,216,219],carefulli:[80,118,124,145],carlo:[95,146,151],cas:264,cas_error:264,cascad:[41,42],cast:[22,34,38,39,40,41,44,46,65,113,115,116,138,165,199,215,216,277],cast_loos:[22,34,46,163],categor:[106,138,147,149],categori:34,caus:[34,38,40,41,42,43,44,138,143,199,200,268,271],ceekz:41,cenos6:40,cent:[231,236],center:[0,169],cento:[12,18,22,23,29,34,36,38,40,41,42,43,44,262],centos5:29,centos6:29,centos7:29,central:[34,277],certain:281,cflag:30,chain:185,chang:[0,18,29,34,38,39,40,41,42,43,44,47,50,80,88,92,95,99,105,113,119,134,135,136,138,141,145,146,152,158,171,200,205,210,212,227,229,231,242,244,258],channel:34,chapter:274,charact:[0,34,38,40,41,42,43,44,57,63,74,92,110,113,115,116,119,138,143,149,156,171,172,174,182,183,199,200,202,203,204,205,212,220,226,231,232,233,234,235,238,239,240,242,246,247,274],characterist:[22,46,182,213,216,245],charactor:[246,247],charli:277,chart:[34,38],chat:[22,43],check:[12,13,14,22,34,36,38,40,41,42,43,44,46,54,55,65,81,83,87,103,104,105,118,119,121,145,147,158,161,164,204,205,206,269],check_result:104,child:[34,105,130,131],china:[168,272],choic:0,choos:[5,6,7,33,42,44,84,106,138,139,143,156,158,161,213,229,271],chracterist:223,christian:43,chunk:[34,43,44,89,122,248,269],chunk_size_threshold:34,chunked_token:34,cimbin:226,circl:[0,208],cirit:158,citi:[63,168,208,277],cjk:34,clang:[14,40,41,42,43],clarifi:[34,42],classif:[138,272],classifi:[44,138],clean:[6,7,12,14,34,43,113,116,118],cleanup:34,clear:[12,34,38,40,42,44,51,65,108,158,268],clearli:43,clearlock:[22,40,42,46,81,156],cleverli:99,click:138,client:[8,22,34,40,42,47,86,158,161,214,256,262],clone:[3,6,7,8,12,13,29],close:[34,43,44,130,131,145,171,223],close_tag1:171,clumn:248,cmake:[3,5,6,29,32,34,40,41,43,44],cmp0014:42,code:[3,6,7,8,12,17,22,34,40,41,42,43,44,46,57,73,81,83,134,151,202,210,264,268,274],coffe:176,col1:65,col2:65,col3:65,collaps:40,colleagu:3,collect:[0,34,83,277],color:203,colum:276,column1:[11,34,40,41,42,113,115,116,138,200,214],column2:[11,34,40,41,42,116,138,200,214],column3:214,column:[11,22,29,34,38,39,40,41,42,43,44,46,47,51,55,58,63,65,66,68,72,93,95,96,97,98,99,102,104,105,107,108,109,118,121,124,130,131,133,141,143,146,147,151,154,160,161,164,172,173,174,175,176,180,182,185,194,196,200,201,208,212,213,214,217,219,220,221,222,223,248,249,270,271,273,277,279,280,281],column_1:[137,185],column_2:[137,185],column_3:[137,185],column_:92,column_copi:[22,43,44,46,47,81],column_cr:[22,34,38,42,43,44,46,47,80,81,91,93,95,102,103,104,105,106,107,108,109,113,115,116,117,118,121,123,124,130,131,133,137,138,143,145,146,147,151,156,157,161,164,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,213,214,215,216,217,227,228,242,243,245,248,267,271,272,273,274,276,277,279,280,281],column_index:[34,42,43,80,92,93,103,104,113,115,116,118,123,130,131,133,137,138,145,161,164,171,172,175,179,180,182,185,199,200,201,213,214,215,216,227,228,242,243,245,248,267,273,274,276,277,280],column_inform:93,column_information1:93,column_information2:93,column_list:[22,36,38,40,42,46,81,95,156,274],column_list_head:93,column_n:185,column_nam:[105,106,121,124,137],column_name1:106,column_name2:106,column_name_1:[115,137,138],column_name_2:[115,137,138],column_name_3:137,column_name_n:[115,138],column_name_with_t:137,column_name_with_table_nam:137,column_remov:[22,42,46,81,91,105,124,130,145,156],column_renam:[22,39,41,42,44,46,47,81,91,105],column_scalar:[34,44,47,91,92,93,95,102,103,105,106,107,108,109,113,115,116,117,118,121,123,124,130,131,133,137,138,145,146,147,151,161,164,168,171,172,173,174,175,176,179,180,182,185,186,187,199,200,201,213,214,215,216,227,228,242,243,245,248,267,272,273,276,277,280],column_type_1:[115,138],column_type_2:[115,138],column_type_n:[115,138],column_vector:[34,41,42,43,80,91,92,93,102,113,115,116,138,161,179,185,194,196,271,273,277,280],column_with_index:44,columnn:40,com:[6,7,8,12,13,17,21,34,138,268,271,272,274,276,278,281],comamnd:258,combin:[0,40,42,44,92,138,143,158,161,164,179,180,205,212,231,239,271,274],combind:199,come:[34,208,277],comma:[43,92,106,200,271,272,274],command:[0,6,7,8,13,14,17,18,21,22,25,26,29,34,36,38,40,41,42,43,44,46,47,50,54,63,74,80,83,85,86,88,91,92,93,95,96,97,98,99,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,134,135,136,138,139,140,141,142,143,145,146,147,148,149,150,151,157,158,159,160,163,171,172,173,176,184,186,187,194,196,197,199,212,213,214,219,220,221,222,223,248,249,256,257,264,269,270,271,276,279,280,281],command_lin:137,command_nam:[137,159,278],command_object_remov:124,command_vers:[34,43,44,82,84,140,158,159,171,172,173,182,210,264,274,278],commandinput:43,commands_column_list:93,commands_column_renam:95,commands_object_list:123,commands_object_remov:124,commands_table_renam:146,comment:[41,43,185,212,276],comment_cont:185,comment_index:277,comment_nam:185,comments2:276,comments_cont:276,comments_loc:277,commit:[6,7,17,34,42],commnad:[32,82],common:[31,34,38,40,68,69,138,143,156,198,199,200,223,249,276],commonli:[0,213],commun:[17,19,21,22,158,159,161],compar:[0,34,40,42,43,44,138,174,182,194,199,243],comparison:[22,34,40,44,92,194,255,257],compat:[24,25,27,31,34,42,43,44,113,115,116,119,151,158,204,205,206,215,216,226,258],compil:[6,7,29,34,38,41,42,43],complementari:34,complet:[22,34,38,39,41,44,46,86,125,126,132,141,161,179,209,218,222,280],complex:[40,41,43,138,200,213,239],complianc:158,compos:[22,23],composit:[34,204,205,206,226],compress:[29,34,38,40,41,42,44,92,104,122,137,257],compress_lz4:[44,92],compress_zlib:[44,92],compress_zstd:[44,92],comput:[40,74,92,113,115,116,138,140,161,200,209,214,215,216,219,220,222,248],conbin:[138,198],conbind:199,concaten:276,concatin:[40,41],concept:42,conclus:239,concret:[91,138,272,273,276],concurr:[106,202],cond:41,cond_sign:70,condit:[22,33,34,40,41,43,57,118,130,141,174,180,185,194,198,200,239,270,274,277,279],conditin:199,condition1:200,condition2:200,condition_column_name1:174,condition_column_namen:174,conditional_probability_threshold:[38,141],conditionin:34,condtion:199,conf:[43,44,158,248,262,269],config:[8,25,29,32,35,38,40,43,96,156],config_delet:[22,43,46,81,97,98,152],config_get:[22,43,46,81,96,98,152],config_set:[22,43,46,47,81,96,97,105,152],configur:[3,7,8,12,14,17,20,22,23,24,25,27,28,30,31,32,34,39,40,41,42,43,44,46,47,48,96,97,98,105,110,138,160,161,200,212,213,217,248,257,262,267,269],confirm:[3,34,92,98,105,118,122,145,152,161,199,213,217,231,268,269,271],conflict:[34,44,106],confus:[34,44,213,231],conifugr:21,connect:[1,34,40,43,156,264,268,274],connection_refus:264,consciou:34,consid:[42,113,122,143,258,262,273,276,280],consist:[42,43,44,123,137,138,152,161,199,217,222,231,264,274],consol:[63,158],constant:[34,43],constant_pattern:43,construct:[22,34,40,41,42,43,44,46,200],construnct:43,consum:[34,42],contact:17,contain:[0,34,40,41,42,43,44,57,63,103,106,120,123,138,150,164,171,172,199,200,214,215,216,229,243,245,268,273,274,276,277],content:[34,38,41,42,43,74,83,93,106,112,113,115,116,123,137,138,145,154,158,159,173,180,182,185,199,200,201,214,227,228,245,248,258,264,273,276,277],content_featur:34,content_index:[145,214],content_length:[113,115,116,138],content_token:34,content_type_len:40,context:[34,38,43,50,54,57,63,65,140,145,158,182,185],continu:[21,34,40,41,42,43,140,149,156,220,232,233,234,235,245],contrast:[0,42,44,73,156,180,274,276],contribut:[22,41,44],control:[34,40,42,113,114,115,116,138,158,164,180,198],conveni:[0,1,29,34,38,219,257],convens:40,convent:40,convers:[38,158],convert:[34,42,43,44,87,200,203,223,271,277],coordin:[34,168,271],copa:43,copi:[34,40,43,44,47,74,91,95,103,146],copyright:42,core:[0,6,7,12,29,157,158,161,257],coremodul:158,corpor:34,correct:[22,34,40,42,43,44,46,141,161,212,218,219],correctli:[34,40,43,44,105,274],correl:[115,116],correspond:[34,65,105,113,115,116,130,131,138,141,159,219,220,221,222],corrupt:[34,44,118,154],cosmic:34,cosmo0920:[41,42],cost:[34,201,241],could:[40,268,271],couldn:[34,40,43],count:[0,34,43,113,115,116,130,131,138,140,273,277],counter:44,countermeasur:[34,241],countri:[102,272,278],cours:272,cover:[0,118,182],coverag:14,cp932:34,cpu:[6,7,29,157,158,161,257],cpuinfo:[24,25,27,31],crach:34,crash:[34,38,40,41,42,43,44,95,104,105,108,146,154],crch:149,creat:[7,8,17,22,26,34,37,38,40,41,42,43,44,46,47,50,54,55,57,74,91,103,107,112,113,115,116,118,119,121,122,124,137,138,140,141,145,153,154,156,158,161,168,179,195,198,200,201,202,203,213,219,220,222,223,241,245,248,261,270,271,272,273,279,280],created_at:[113,115,116,187],createfilemap:43,createrepo:12,creation:[38,41,43,138,274],creteria:274,crit:[110,111,156],criteria:[34,274],critic:[29,34,40,44,74,110,156,202],cross:34,ctrl:[156,264,274],ctx:[11,34,50,51,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,71,72,74,268],cullent:34,cumul:[113,115,116,138],curl:[21,28,29,40,106,134,156,158,161,210,258],current:[17,25,34,38,43,47,50,53,54,55,88,91,92,95,104,106,114,138,140,143,145,146,158,208,274,277],current_column:47,current_flag:63,current_nfthread:70,cursor:[34,38,43,58],custom:[6,7,8,21,29,34,38,40,41,42,43,44,70,92,103,119,138,143,147,148,149,158,180,182,194,198,199,202,203,214,219,224,257,272],customers_a:34,customers_b:34,customiz:182,cutter:[6,7,12,14],cutter_check_leak:14,cutter_debug:14,cutter_dir:12,cutter_source_path:12,cuttlefish:34,cve:[34,42],cxxflag:30,cycl:44,daemoinz:40,daemon:[40,41,42,43,158,161,162,256,261,278],dai:[34,43,140,154,186,187,200,201,202,217,277],daiki:[36,37,38,40],danger:[51,55,95,107,108,109,118,124,145,146,258],dangl:[118,145],danish:[34,227],dash:[29,205,226],dat:[34,39,40,41,44],dat_kei:[105,122,223],data:[0,21,22,23,24,25,26,27,31,32,33,34,38,39,40,41,42,43,44,46,47,50,55,59,70,76,80,91,93,102,103,104,105,106,113,115,116,122,123,130,133,138,141,154,159,161,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,201,208,210,213,214,215,216,217,218,220,221,223,243,245,248,258,264,270,273,274,276,279],data_column:138,data_index:104,data_set_nam:141,data_tag:34,databas:[0,20,22,29,34,38,40,41,42,43,44,50,54,55,65,68,93,95,99,103,104,105,106,107,108,109,120,121,123,124,125,130,131,132,133,137,138,143,145,146,150,152,154,156,158,160,161,162,182,198,199,200,203,217,223,248,249,257,262,264,269,270,278],database_path:154,database_unmap:[22,34,43,46,81,124,130,133],datail:138,dataset1:161,dataset2:161,dataset3:161,dataset:[22,41,43,44,46,141,153,161,162,219,220],date:[0,22,157,168,249,270,277],dav:174,dave:164,david:174,daylight:42,db1:258,db2:258,db_path:[43,124,156,158,159,161,210,256,261,264,274,278],dbm:[0,182],dbmss:0,dcb314:42,dcmake_install_prefix:[7,8,32],ddl:[42,157],deadlock:34,deafult:38,deal:242,deatil:138,deb:[12,25,31,34,38,40,41,42,43,44],debian:[12,18,22,23,34,38,40,41,42,43,44,262],debootstrap:12,debug:[6,7,8,34,42,43,44,110,111,149,156,158,202],debugg:[6,7],decid:212,decim:[86,156,200,249,271],decis:34,decreas:[6,7,33,34,43,70,229],decrement:34,decrypt:12,def:34,defalt:36,defaul_valu:165,default_command_vers:[34,84,140,158,210,264,274,278],default_mod:[174,194],default_oper:34,default_token:[34,44,63,92,104,113,115,116,123,133,137,138,144,145,146,147,156,157,161,171,172,180,182,185,199,200,201,213,214,215,216,224,227,228,242,243,245,248,267,274,276,277,280],default_valu:[34,165],defin:[34,43,92,123,138,160,161,179,200,201,212,217,219,242,249,264,274],define_selector:[22,46,81,156],definion:200,definit:[40,47,92,102,106,113,115,116,130,131,138,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,213,214,215,216],defrag:[22,38,41,46,81],defxyzabc:34,degrad:[34,43,130],degre:[38,80,200,271,281],dejan:44,delai:44,delet:[12,18,22,34,35,36,38,40,41,42,43,44,46,65,81,96,104,105,106,118,151,152,223],delimit:[0,34,41,43,149,222,231,271],delimiter1:239,delimiter2:239,demerit:[34,223],demo:273,dep:12,depend:[0,3,22,23,33,34,39,40,42,44,45,83,92,104,105,106,122,130,131,138,161,214,215,216,241,276],deprec:[34,38,40,41,42,43,44,74,82,90,116,132,138,140,143,156,168,251],dereferenc:44,deriv:[162,262],descend:[43,115,138,141,161],describ:[3,5,6,7,8,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,34,42,43,47,48,74,80,81,83,88,91,92,93,95,96,97,98,99,104,105,106,107,108,109,113,114,115,116,117,118,119,121,122,123,124,127,130,131,133,134,135,136,137,138,139,140,142,143,145,146,147,148,149,151,153,154,156,158,161,163,172,173,185,199,200,203,207,208,212,213,214,215,216,217,218,219,220,222,231,248,250,264,268,274,276,277],descript:[6,7,8,22,34,40,41,42,43,44,46,92,93,105,106,113,115,116,119,120,123,137,138,139,140,143,149,150,154,158,159,161,180,199,213,217,219,264,265,268,277],descriptor:161,design:[40,138,256,271],desin:262,desktop:[8,32,268],despit:34,dest:[34,155,156,271],dest_kei:68,dest_key_s:68,destin:[34,43,63,65,91,142],destruct:[106,154],detail:[0,1,3,12,17,24,25,27,29,31,34,40,41,42,43,44,63,74,80,85,91,92,93,99,105,113,115,116,118,122,123,125,126,130,131,132,137,138,139,140,142,143,145,146,147,149,157,158,161,180,199,200,202,213,227,241,248,249,250,262,271,272,274,281],detect:[6,29,34,38,40,43,44,149,158,176],determin:[115,138,198,268,274],dev:[2,6,7,12,14,25,31,34,38,40,41,42,43,44,158],devel:[24,27],develop:[0,3,5,6,7,8,22,23,24,25,27,31,32,34,40,41,42,43,82,83,227,277],deviat:34,devic:0,dewangga:43,df_column:34,dgrn_with_debug:7,dgrn_with_mrubi:[7,8],dialog:41,dic:[27,28],dicrc:28,dictionari:[27,28,36,40,41,42,43,44,203,241],did:34,didn:[34,42,43,44],diff:[12,34],differ:[19,34,40,42,43,92,105,115,122,138,143,156,158,161,168,174,180,199,200,210,213,214,231,232,233,234,235,236,237,238,240,242,246,247,258,271,276,281],difficult:[0,34],dig:268,digest:258,digit:[34,42,92,113,115,116,138,143,202,213,220,231,235,238,242],dinam:198,dingo:34,dinner:0,dir:157,direct:[34,40,41,258],directli:[34,103,138,200,277],directori:[6,7,17,29,34,38,40,41,42,43,74,92,143,158,161,162,212],directory_not_empti:264,disabl:[18,29,34,36,38,39,40,41,42,43,113,115,116,124,130,138,156,158,161,199,202,219,268],discard:41,disco:[12,34],discuss:[2,19],disk:[34,43,99,105,121,143,156,158,213,276],disk_usag:122,displai:[34,40,44,179],dist:12,distanc:[0,34,40,44,168,176,200,208,281],distinct:[33,44,161,279],distribut:[23,24,25,26,27,29,31,32,40,42,113,116,217],divid:[0,200,216,271],divis:[34,42],dll:[34,38,40,42,44,74],dnf:24,do_gqpt:157,do_gqtp:157,do_http:157,do_loc:157,do_map:34,doc:[12,16,17,18,34,38,39,40,41,42,43,44,158,280],doc_bodi:280,docker:[12,22,23],dockerhub:26,documenataion:83,document:[0,3,5,6,7,8,12,16,17,21,23,29,34,36,38,39,40,41,42,43,44,76,92,118,138,149,156,158,159,161,163,180,182,199,200,201,213,214,215,216,221,228,229,248,250,269,275,280],document_index:[34,171,172,242],document_vers:12,document_version_ful:12,documents_content_index:[180,182],documentvectorbm25:34,docutil:12,dodaisuk:34,doe:[0,25,40,41,43,44,70,80,138,141,154,158,180,185,199,200,262,271,274],doesn:[29,34,40,41,42,43,44,49,65,74,83,91,92,93,95,99,113,115,116,118,121,122,123,124,130,134,137,138,139,143,146,148,149,154,158,161,164,174,182,194,199,200,201,203,208,209,212,213,214,216,217,219,220,223,228,229,231,239,241,243,245,248,257,258,280],doing:[34,108],domain:[16,40,42,43,44,57,65,74,93,95,144,146,156,278],domain_error:264,don:[17,23,29,32,34,38,42,43,50,53,54,57,70,80,86,92,93,99,104,105,107,108,109,113,114,115,116,118,130,133,138,139,143,156,158,159,161,179,199,200,201,206,210,212,213,214,215,216,222,228,229,231,241,242,258,261,264,274,278],done:[34,42,49,50,105,138,158],donut:176,dot:[34,40,205,226],doubl:[34,38,40,41,42,43,119,137,138,143,149,199,200,223,249,274],doubt:272,down:[22,34,41,42,116,138,268,270,277],downcas:203,download:[12,24,25,27,28,29,30,31,32],downtim:[47,257],drastic:44,draw:[205,226,273],drildown:[22,270],drill:[116,138,277],drilldown:[22,34,38,41,42,43,44,78,100,115,223,270,273,277],drilldown_adjust:34,drilldown_calc_target:42,drilldown_calc_typ:42,drilldown_filt:[34,44],drilldown_limit:[43,100,272],drilldown_offset:[43,100,272],drilldown_output_column:[42,100,272],drilldown_result1:138,drilldown_result2:138,drilldown_result:138,drilldown_result_1:138,drilldown_result_2:138,drilldown_result_for_column1:138,drilldown_result_for_column2:138,drilldown_result_for_kei:138,drilldown_result_for_labeled_drilldown:138,drilldown_result_n:138,drilldown_sort_kei:[44,272],drilldown_sortbi:[43,44,100],drilldown_xxx:138,drink:34,droonga:[174,175,194,217],drop:[34,38,40,41,42,43,44],due:[0,34,182,268],dump:[22,34,36,38,40,41,42,43,44,46,53,81,110,118,145,152,156,158,202,248],dump_config:103,dump_index:43,dump_path:34,dump_plugin:43,dump_record:43,dump_schema:43,duplic:[34,42,44],dure:[25,34,40,105,274],dutch:[34,227],dynam:[0,34,39,44,92,158,242,274],each:[0,5,23,29,34,38,41,43,44,57,80,85,86,92,93,113,114,115,116,118,120,122,123,134,138,140,141,149,150,152,156,158,161,171,174,179,180,194,200,202,214,219,220,222,223,227,241,264,269,271,272,273,274,275,281],each_nam:43,ealier:40,eanbl:6,ear:149,earch:149,earli:34,earlier:[34,38,43,44,105,151,203,204],easi:[0,34,42,44,156,161,198,212,214,258,278],easier:[34,214],easili:[34,42,44],echo:124,eclips:17,ecmascript:[40,41,138,198,200],edg:34,edict2grn:42,edict:44,edit:[3,12,21,29,40,44,158,200,212],edit_dist:[22,35,44,46,163,200],editor:17,editrc:38,effect:[34,40,43,105,106,122,156,215,277],effici:[0,34,44,80,92,114,158,276],egg:276,eight:[242,274],either:[19,41,116,138,164,199,200,213,276],eito:41,elaps:[38,83,140,161,200,202,210,249],elapsed_tim:[34,83,202],element1:[80,200],element2:[80,200],element3:80,element:[34,40,41,42,43,44,63,80,83,87,92,123,182,194,271,274],elfr:40,elimin:41,ell:242,ellip:[168,169],ellipsoid:169,ello:43,els:[42,43,268],emac:17,embed:[0,34,43,156,158,172,182,212],embedd:43,emerg:[110,111,156,158,202],emfil:268,emit:40,emoji:205,emphas:173,empti:[34,38,41,42,43,63,93,96,97,98,122,137,138,199,249],enabl:[3,6,7,8,12,17,25,29,31,34,36,38,39,40,41,42,43,44,92,115,124,130,131,138,143,149,156,158,161,175,176,184,186,187,194,196,197,199,202,205,217,226,271,272,278,280],enable_tokenized_delimit:149,enablerepo:24,enci:157,enclos:274,encod:[23,34,41,42,43,44,54,56,57,63,74,156,161,200,204,206,210,258,264],encodiong:200,encount:[23,24,25,27,31,32],encyclopedia:249,end:[43,155,168,199,200,210,213,239,244],end_of_data:264,end_tagn:171,endian:42,endpoint:[161,162],eng:[141,219],engi:[141,219],engin:[22,24,25,27,31,138,141,149,171,172,182,213,214,215,216,219,220,221,222,262,271,273],enginen:219,english:[2,14,17,18,19,34,38,41,42,44,138,200,219,227,231],enhanc:45,enorm:[44,222,273],enough:[0,34,42,43,44,92,115,269,276],enourm:34,ensur:[34,43,44,220],enter:[41,43,264,274],entiti:0,entranc:274,entri:[34,41,43,44,50,59,88,90,91,94,100,101,102,106,107,108,109,113,115,116,133,138,145,154,171,172,185,199,200,242,248,276,277],entries_20150708:[113,115,116],entries_20150709:[113,115,116],entries_bodi:276,entries_cont:34,entries_content_index:[138,199,200,248],entries_content_index_20150708:[113,115,116],entries_content_index_20150709:[113,115,116],entries_key_index:[34,138,199,200,248],entries_key_index_20150708:[113,115,116],entries_key_index_20150709:[113,115,116],entries_numb:43,entries_titl:276,entries_whol:276,entries_yyyymmdd:[113,115,116],entry1:[91,276],entry2:276,entry3:276,entry4:276,entry_20150708:[113,116],entry_20150709:[113,116],entry_bodi:133,entry_kei:133,entry_selector:100,entrykei:145,enumer:274,env:212,envelop:44,enviro:34,enviromn:43,environ:[6,7,8,21,23,29,32,34,38,39,41,42,43,44,130,131,158,212],eoan:[31,34],eol:34,epel:[24,34,40],epoch:[271,277],epol:34,equal:[34,42,43,44,92,112,138,141,156,158,174,180,182,194,198,204,212,280,281],equat:168,equival:[34,63,105],era:0,eric:164,ermin:[31,34],errbuf:34,errno:[42,43,268],error:[0,6,7,22,23,24,25,27,29,31,32,34,38,39,40,41,42,43,44,47,50,51,54,55,57,58,65,73,74,87,91,92,96,98,99,102,105,106,107,108,109,110,111,113,115,116,118,124,125,126,130,131,132,133,138,139,142,143,145,146,151,156,158,168,199,202,213,216,262,266,274],error_cod:74,error_loc:83,error_messag:83,error_no_system_resourc:34,errror:213,escal:[23,34,36,40,138,152,156,267],escap:[34,40,41,42,57,171,200],escape_charact:57,escaped_charact:57,escaped_queri:57,escaped_str:57,escaps:[171,172,182],especi:43,essenti:[25,31,158],establish:[264,274],estim:[34,43,44,58,147,269],estimate_s:43,estimated_s:[44,147],etc:[3,12,28,34,40,158,212,248,258,262,269,271,274],etim:155,euc:[41,156,244],euc_jp:29,eval:135,evalu:[34,41,43,92,135,137,138,185,199,200,213,244],evaluated_valu:135,evalud:135,even:[0,23,24,25,27,31,32,34,40,41,42,44,63,65,105,115,118,124,138,139,154,200,216,219,243,276],event:[43,161,258],event_dataset:[160,162],event_queri:[141,160,161,162,219,220,222],event_typ:[160,161],ever:41,everi:[34,272],everyon:278,evil:[161,200],exact:[11,47,92,114,138,143,223],exactli:[34,269],exampl:[0,3,8,12,18,20,22,29,33,34,36,40,41,42,43,44,47,80,83,85,86,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,109,110,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,140,141,143,144,145,146,147,148,149,150,151,154,156,158,159,161,163,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,198,199,200,201,202,203,204,205,206,209,212,213,214,215,216,217,219,220,221,222,224,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,258,266,271,272,273,274,275,276,277,278,279,280,281],exce:[40,41,43,44,122],exceed:[33,269],excel:212,except:[27,34,38,40,42,43,47,80,91,115,116,122,133,135,136,138,143,149,156,158,174,175,182,194,199,205,208,213,223,227,228,231,239,241,242,248],exclam:43,exclud:[34,40,41,42,103,106,113,115,116,118,164,205,241],exclude_t:41,exclus:[44,171,172],excut:41,exe:[12,32,34],exec_format_error:264,execut:[0,22,25,29,32,34,38,40,41,42,43,44,46,47,54,70,80,83,86,88,91,92,93,95,96,97,98,99,102,103,104,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,140,141,143,144,145,146,147,148,149,150,151,154,158,161,162,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,198,199,200,201,202,203,204,205,206,209,213,214,215,216,217,219,220,222,224,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,256,264,271,272,273,274,276,277,278,279,280,281],execute_search:116,executor:[115,116],exist:[1,18,34,40,41,42,43,44,47,55,65,92,105,106,112,113,115,116,117,118,121,124,134,138,145,154,156,158,162,164,174,175,200,214,217,231,262,264,271,274,276,281],exit:[40,41,43,152,154,156,200],exit_failur:73,exit_success:73,expand:[22,34,40,41,44,46,125,126,132,138,143,180,212,217],expans:[22,34,38,40,44,138,180,212,270],expect:[34,42,209,213,215,241,245,271],experiment:[34,38,39,40,41,42,43,44,50,55,113,119,126,135,136,213,215,216,244],expir:[34,43,88,158],explain:[34,43,103,161,271,274],explan:34,explicitli:[18,40,43,105,138,139,158,206,210,219,258,276],exploit:0,expnas:212,expornenti:200,expr:[47,57],express:[8,22,32,34,38,40,41,43,44,46,57,102,106,136,138,158,168,180,198,239,243,244,248,276],expression_rewrit:[34,44],ext:149,extend:[34,42,213,276,280],extens:[34,159,210],extract:[0,17,29,32,34,40,42,43,44,57,115,138,143,172,182,185,202,205,218,227,229,239,243,268],extrct:200,f10399c0:12,facebook:[12,22,40],facet:138,fact:[138,273],faction:277,factor:[42,138],fail:[34,38,40,41,42,43,44,49,50,74,91,92,96,99,105,113,115,118,124,125,126,130,131,132,138,142,143,145,146,165,199,274],failur:[12,34,40,42,43,44,49],fall:34,fallback:[43,44],fals:[12,34,35,41,42,44,91,92,95,96,98,99,102,107,108,109,110,112,116,118,121,122,123,124,133,134,137,145,149,151,161,164,171,174,175,180,185,199,200,205,226,229,231,232,233,234,235,236,237,238,239,240,241,242,244,246,247,249,271,279],famili:[34,92,149,200],familiar:272,fast:[0,34,43,76,83,92,106,113,115,116,138,143,149,168,171,172,173,174,175,182,194,199,200,208,213,214,216,223,257,258,273,274,276],faster:[29,34,38,41,42,44,92,115,244,256],fastest:47,fatal:42,fault:[34,40],favorit:17,favorited_bi:277,fbnteqr:43,featur:[0,6,7,8,17,34,38,40,42,43,44,47,54,55,80,86,91,92,113,114,115,116,119,120,126,138,139,141,143,145,148,149,150,154,156,158,161,168,179,180,198,199,209,212,213,214,215,216,217,218,219,220,221,222,223,257,272,276],fedora:[18,22,23,29,36,38,40,41,42,262],feel:[42,213],fetch:[42,222,276],few:[34,138,257,258],fewer:[34,92],ff01:43,ff1f:43,ff21:34,ff65:[205,226],ff70:[205,226],ff76:204,ff9e:204,ffef:244,fff0:244,fffe:149,fget:43,field:[43,93],figur:208,file:[3,12,18,22,29,32,34,35,38,39,40,41,42,43,44,46,70,83,86,103,106,124,134,136,138,148,153,154,158,159,161,200,202,217,219,256,257,262,264,268,269,274],file_corrupt:264,file_exist:264,file_too_larg:264,filenam:34,filename_too_long:264,fill:[34,138,200],filter:[22,25,31,34,38,40,41,42,43,44,46,47,80,91,92,100,102,105,123,134,137,143,147,149,163,164,168,172,174,175,176,179,180,182,185,198,200,209,213,221,222,224,226,227,228,243,265,267,272,273,277,279,281],fin:66,find:[0,3,17,18,29,32,34,43,44,68,91,95,115,116,138,141,146,171,172,179,182,194,203,209,217,219,220,222,227,229,231,232,233,234,235,241,242,268,274],finish:[34,43,73,92,113,130,134,139,154,202],finnish:[34,227],firefox:17,firewood:[40,41],first:[17,29,32,34,38,41,42,43,44,54,74,83,92,93,105,113,115,116,134,138,143,158,171,172,174,182,186,187,194,199,200,205,212,213,214,258,262,268,271,273,274,276,277,280],five:[83,164,274],fix:[93,95,122,123,143,168,220,264,269],fix_siz:122,fixed_size_column:34,fixed_size_type_vector_column:43,flag:[33,34,38,39,40,42,43,44,51,54,57,61,63,65,68,69,71,74,80,89,93,95,104,122,137,144,146,156,157,199,200,203,204,213,223,271,272,273,274,275,276,277,279],flanc:168,flexibl:[0,92,180,198],float32:[34,122,215,216],flow:[3,44,138,258],flower:271,fluent:13,flush:[34,43,44,105],flushviewoffil:43,focal:[12,31,34],focus:274,folder:[8,32],follow:[2,17,18,21,25,26,29,32,33,34,38,40,41,42,43,44,47,51,63,73,74,80,83,91,92,93,95,105,106,113,114,115,116,118,119,120,121,122,123,124,130,137,138,141,143,145,146,148,149,150,154,156,158,160,161,162,165,168,171,172,174,176,180,182,184,185,186,187,194,196,197,199,200,202,208,210,212,213,214,215,216,217,219,220,221,222,229,231,233,234,235,244,248,249,256,258,261,264,268,269,271,272,273,274,278,281],followe:277,fontain:38,foo:34,food:[34,243],footnot:[168,274],forc:[34,40,44],force_prefix:[34,43,149,205,226,229,231,232,233,234,235,236,237,238,239,240,241,242,244,246,247],force_prefix_search:[34,205,226,239,241,242,246,247],forcibl:34,foreground:156,forget:[80,105,107,131,179],fork:[17,156],form:[34,38,41,44,138,158,159,198,199,200,204,205,206,226,261,264,274,277,278],form_1:274,form_2:274,format:[17,22,34,39,40,42,43,44,45,46,53,74,81,84,86,87,88,91,92,93,95,96,97,98,99,102,103,104,105,106,107,108,109,110,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,134,135,136,137,139,140,141,142,143,145,146,148,149,150,151,154,158,159,161,180,200,210,213,217,249,258,264,270,271,277,278],former:[47,161,204,212],formula:[168,269],fossa:[31,34],fot:34,found:[29,32,34,40,41,58,68,104,115,138,194,209,221,229,242],four:[83,91,156,174,202,223,241,274],fraction:[0,271,277],fragment:101,francisco:168,frank:164,free:[22,34,38,42,43,50,54,74,89,202,249,264,269],freebsd:[22,43,46],freed:[34,42,44,50,55,140],french:[34,227],freq0:[161,222],freq1:[161,222],freq2:[161,222],freq:161,frequenc:[34,42,43,141,147,214,215,216,275],frequency_threshold:[38,141,161,219,220,222],frequent:[34,214],fresh:201,fridai:187,friend:[3,273],friendli:40,friendship:273,from:[0,22,23,30,34,38,39,40,41,42,43,44,45,47,54,55,57,58,70,74,91,92,99,102,103,104,106,113,115,118,121,123,133,134,138,140,143,145,151,156,158,168,172,173,176,182,194,195,198,199,200,208,209,212,213,215,216,219,220,221,222,228,229,239,245,258,262,264,268,271,274,276,277,281],from_column:91,from_offic:176,from_stat:176,fromtabl:91,fruit:34,fsf:40,fstack:34,ftb:45,ftp:157,fuku1:34,ful:149,full:[12,22,29,33,34,38,40,42,43,73,80,93,122,138,148,149,158,180,182,194,198,200,204,205,213,214,226,229,239,268,270,271,273,277,280],full_nam:[122,137],fullfil:262,fulli:[40,158],fulltext:[24,25,27,31,34,48,113,115,116,138,143,149,156,171,172,180,182,199,200,203,208,223,262,276],fullwidth:[34,43],fumiyasu:38,funa:42,func:[34,54,66,70,74],functin:200,function_nam:83,function_not_impl:264,furigana:141,further:271,futur:[34,38,41,80,113,119,122,135,136,168,213,258,264],fuzzi:[44,143],fuzzy_search:[22,34,44,46,163],g0763d91:84,g5a4c6f3:34,ga54c5f8:157,gaeeyo:34,garbag:[34,38,41,42,89,122,161],gat:[272,274,281],gb87d9f8:210,gcc:[24,27,29,30,38,40,41],gdb:[6,7],gem:12,gemfil:40,gemini:34,gener:[3,6,21,34,41,43,50,74,113,115,116,138,147,149,160,213,229,231,244,274,276],genki:41,gensim:34,geo:[22,38,39,41,58,63,168,270,277,281],geo_dist:[22,38,40,41,46,163,273,281],geo_distance2:[38,168],geo_distance3:[38,168],geo_distance_location_rectangl:34,geo_in_circl:[22,34,38,41,44,46,163,273,277,281],geo_in_rectangl:[22,34,35,36,38,41,44,46,163,281],geodet:[249,281],geograph:[168,271],geoindex:273,geoloc:[22,42,46,207,214,215,216],geometri:[38,43],geopoint:168,geosit:273,german:[34,227],get:[0,2,12,17,18,22,25,29,31,34,38,40,42,43,44,50,54,58,74,88,97,113,114,117,124,138,147,148,149,152,156,159,175,200,201,209,210,219,220,222,241,270,272,276,277,278,281],getaddrinfo:40,getenv:43,getter:34,gettext:[17,18],git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,34,38,40,41,42,43,44],githubusercont:21,gitter:[2,43,44],gituub:44,give:[0,34],given:[40,41,44,63,183,187,194,268,273],glaser:44,glib:41,global:[18,22,34,40,41,43,46,48,50],glossari:[21,22,46],gmo:42,gnu:[3,5,8,12,18,22,23,29,30,34,38],gnupg2:12,gobject:43,going:0,golubchik:[34,43],gone:273,goo:[199,200],good:[0,17,29,34,104,113,115,116,138,147,149,174,194,199,200,201,228,231,241,276],googl:[138,199,214,215,216,221],gorilla:34,goronga:[],goroo:256,got:[34,41,42],gpg:12,gpl:45,gqtp:[0,1,22,24,25,27,31,34,40,41,42,43,87,155,156,157,255,263,278],grab:34,grace:[43,139],gram:[0,34,44,149,200,242,274],grand:277,graph:0,greas:271,greater:[130,141,180],greater_equ:180,greatli:34,gregex:41,grep:[24,25,27,31,268],grew:122,grmdb:154,grn1:276,grn2:276,grn3:276,grn:[103,158],grn_address_is_in_us:87,grn_address_is_not_avail:87,grn_arg_list_too_long:87,grn_bad_address:87,grn_bad_file_descriptor:87,grn_between_too_many_index_match_ratio:42,grn_bool:65,grn_bool_rc:54,grn_broken_pip:87,grn_builtin_typ:[65,71],grn_bulk:[44,57],grn_bulk_:34,grn_bulk_vsiz:[54,57],grn_cach:[22,43,46,48],grn_cache_clos:50,grn_cache_current_get:50,grn_cache_current_set:50,grn_cache_default_open:34,grn_cache_get_max_n_entri:50,grn_cache_open:50,grn_cache_set_max_n_entri:50,grn_cancel:[86,87,134],grn_cas_error:87,grn_column:[22,46,48],grn_column_cach:34,grn_column_cr:51,grn_column_get_all_index_data:43,grn_column_index:51,grn_column_index_upd:51,grn_column_nam:51,grn_column_name_id:51,grn_column_name_id_len:51,grn_column_name_kei:51,grn_column_name_key_len:51,grn_column_name_nsubrec:51,grn_column_name_nsubrecs_len:51,grn_column_name_scor:51,grn_column_name_score_len:51,grn_column_name_valu:51,grn_column_name_value_len:51,grn_column_renam:51,grn_column_t:51,grn_column_trunc:[42,51],grn_com_event_stop_accept:268,grn_command_error:87,grn_command_input_get_argu:43,grn_command_vers:[22,46,48,54],grn_command_version_default:43,grn_command_version_max:52,grn_command_version_min:52,grn_command_version_st:52,grn_cond:70,grn_conf_get:43,grn_conf_set:43,grn_config_cursor_get_kei:43,grn_config_cursor_get_valu:43,grn_config_cursor_next:43,grn_config_cursor_open:43,grn_config_delet:[43,96],grn_config_get:43,grn_config_set:43,grn_connection_refus:87,grn_connection_reset:[34,87],grn_content_json:53,grn_content_msgpack:53,grn_content_non:53,grn_content_tsv:53,grn_content_typ:[22,46,48,54],grn_content_xml:53,grn_ctx:[22,34,40,43,46,48,49,50,51,55,57,58,59,60,61,62,63,64,65,66,67,68,69,71,72,74,114],grn_ctx_at:[40,44,54],grn_ctx_batch_mod:42,grn_ctx_close:[38,42,54],grn_ctx_db:54,grn_ctx_fin:[40,54],grn_ctx_get:[51,54],grn_ctx_get_all_norm:43,grn_ctx_get_all_t:[43,54],grn_ctx_get_all_token:43,grn_ctx_get_all_token_filt:43,grn_ctx_get_all_typ:43,grn_ctx_get_command_vers:54,grn_ctx_get_match_escalation_threshold:64,grn_ctx_get_output_typ:54,grn_ctx_init:[38,54],grn_ctx_is_open:[43,54],grn_ctx_open:[38,54],grn_ctx_output_nul:43,grn_ctx_output_uint64:43,grn_ctx_per_db:[38,54],grn_ctx_recv:42,grn_ctx_send:[44,50,53,54],grn_ctx_set_command_vers:54,grn_ctx_set_fin:54,grn_ctx_set_match_escalation_threshold:64,grn_ctx_set_output_typ:54,grn_ctx_t:87,grn_ctx_use:54,grn_ctx_use_ql:42,grn_cursor_ascend:69,grn_cursor_by_id:69,grn_cursor_by_kei:69,grn_cursor_descend:69,grn_cursor_gt:69,grn_cursor_lt:69,grn_cursor_prefix:69,grn_cursor_rk:69,grn_dat:38,grn_dat_cursor:34,grn_dat_cursor_get_max_n_record:34,grn_dat_repair:39,grn_db:[22,39,46,48],grn_db_creat:55,grn_db_create_optarg:55,grn_db_float32:34,grn_db_float:[34,43],grn_db_int:65,grn_db_kei:[39,105],grn_db_open:55,grn_db_recov:[42,43,44,55],grn_db_register_by_nam:37,grn_db_text:57,grn_db_touch:[36,55],grn_db_unmap:[43,55],grn_default_logger_get_path:40,grn_default_logger_get_rotate_threshold_s:43,grn_default_logger_set_path:[34,40],grn_default_logger_set_rotate_threshold_s:43,grn_default_query_logger_get_path:40,grn_default_query_logger_get_rotate_threshold_s:43,grn_default_query_logger_set_path:[34,40],grn_default_query_logger_set_rotate_threshold_s:43,grn_directory_not_empti:87,grn_domain_error:87,grn_dump_column_create_flag:43,grn_dump_table_create_flag:43,grn_ecmascript:[47,138],grn_enable_reference_count:[34,130,131],grn_enc_default:63,grn_enc_euc_jp:63,grn_enc_koi8r:63,grn_enc_latin1:63,grn_enc_non:63,grn_enc_sji:63,grn_enc_utf8:[56,63,69],grn_encod:[22,34,46,48,63,74],grn_encoding_pars:56,grn_encoding_to_str:56,grn_end_of_data:87,grn_exec_format_error:87,grn_expr:[22,40,42,46,48,100,102,168,213],grn_expr_add_var:57,grn_expr_alloc:57,grn_expr_append_const:[11,34,57],grn_expr_append_const_int:57,grn_expr_append_const_str:57,grn_expr_append_obj:[11,57],grn_expr_append_op:[11,34,57],grn_expr_clos:57,grn_expr_compil:57,grn_expr_creat:57,grn_expr_create_for_queri:11,grn_expr_estimate_s:43,grn_expr_exec:[43,54,57],grn_expr_get_keyword:57,grn_expr_get_var_by_offset:57,grn_expr_optim:34,grn_expr_pars:[34,57],grn_expr_query_no_syntax_error:34,grn_expr_syntax_escap:57,grn_expr_syntax_escape_queri:57,grn_expr_syntax_expand_queri:44,grn_expr_syntax_expand_query_by_t:34,grn_expr_take_obj:44,grn_expr_var:[66,74],grn_fals:[34,54,65],grn_file_corrupt:87,grn_file_exist:87,grn_file_read:43,grn_file_too_larg:87,grn_fileinfo_open:34,grn_filename_too_long:87,grn_fin:[43,73],grn_float_valu:43,grn_function_not_impl:87,grn_geo:[22,46,48],grn_geo_cursor_next:58,grn_geo_cursor_open_in_rectangl:58,grn_geo_estimate_in_rectangl:[38,58],grn_geo_point:[58,63],grn_geo_point_set:63,grn_geo_select_in_circl:38,grn_geo_select_in_rectangl:[38,58],grn_geo_table_sort:43,grn_get_default_cache_base_path:34,grn_get_default_command_vers:52,grn_get_default_encod:56,grn_get_default_match_escalation_threshold:64,grn_get_global_error_messag:43,grn_get_lock_timeout:49,grn_get_package_label:43,grn_get_version_major:34,grn_get_version_micro:34,grn_get_version_minor:34,grn_hash:34,grn_hash_add_table_cursor:34,grn_hash_siz:43,grn_hash_tini:43,grn_highlighter_clear_keyword:34,grn_hook:[22,46,48],grn_hook_entri:59,grn_hook_get:59,grn_hook_select:59,grn_hook_set:59,grn_id:[34,51,54,57,60,61,62,65,68,69,74],grn_id_nil:[54,57,68,69],grn_ii:[22,46,48],grn_ii_buff:60,grn_ii_buffer_append:60,grn_ii_buffer_clos:60,grn_ii_buffer_commit:60,grn_ii_buffer_open:60,grn_ii_cursor:43,grn_ii_cursor_clos:43,grn_ii_cursor_next:43,grn_ii_cursor_next_po:34,grn_ii_cursor_open:43,grn_ii_cursor_set_min:43,grn_ii_cursor_set_min_en:[43,44],grn_ii_estimate_size_for_lexicon_cursor:43,grn_ii_estimate_size_for_queri:43,grn_ii_get_flag:34,grn_ii_max_n_chunks_tini:44,grn_ii_max_n_segments_tini:44,grn_ii_overlap_token_skip_en:[34,44],grn_ii_posting_add:[34,44],grn_ii_posting_add_float:34,grn_ii_reduce_expire_en:34,grn_ii_reduce_expire_threshold:34,grn_ii_sel:92,grn_ii_select_too_many_index_match_ratio_refer:34,grn_illegal_byte_sequ:87,grn_improper_link:87,grn_in_values_too_many_index_match_ratio:42,grn_inappropriate_i_o_control_oper:87,grn_incompatible_file_format:87,grn_index_chunk_split_en:44,grn_index_column_diff:34,grn_index_cursor:[22,46,48],grn_index_cursor_next:[41,61],grn_index_cursor_open:61,grn_info:[22,46,48],grn_info_typ:62,grn_init:[40,43,70,73,202],grn_input_output_error:87,grn_inspect:[22,46,48],grn_inspect_encod:63,grn_inspect_ind:63,grn_inspect_limit:63,grn_inspect_nam:63,grn_inspect_query_log_flag:63,grn_inspect_typ:63,grn_int32_value_float_valu:43,grn_interrupted_function_cal:[87,134],grn_invalid_argu:[65,68,69,87],grn_invalid_format:87,grn_invalid_seek:87,grn_io_expir:34,grn_io_flush:34,grn_io_open:124,grn_io_use_spars:43,grn_io_vers:42,grn_is_a_directori:87,grn_itoh:38,grn_ja_skip_same_value_put:41,grn_lock_set_timeout:34,grn_log_level:74,grn_log_level_pars:43,grn_log_level_to_str:43,grn_log_path:40,grn_logger:40,grn_logger_info:40,grn_logger_put:34,grn_logger_reopen:40,grn_logical_range_filter_en:43,grn_logical_range_filter_threshold:43,grn_lzo_error:87,grn_match_escal:[22,46,48],grn_mecab_chunk_size_threshold:43,grn_mecab_chunked_tokenize_en:43,grn_memory_get_usag:34,grn_mutex:70,grn_network_is_down:87,grn_ngram_tokenizer_remove_blank_dis:[34,44],grn_ngram_tokenizer_remove_blank_en:34,grn_no_buff:87,grn_no_child_process:87,grn_no_locks_avail:87,grn_no_memory_avail:87,grn_no_space_left_on_devic:87,grn_no_such_devic:87,grn_no_such_device_or_address:87,grn_no_such_file_or_directori:87,grn_no_such_process:87,grn_normalizer_error:87,grn_not_a_directori:87,grn_not_enough_spac:87,grn_not_socket:87,grn_obj:[22,34,40,42,43,46,48,51,54,55,57,58,59,60,61,62,63,66,67,68,69,71,72,74],grn_obj_add_hook:59,grn_obj_append:65,grn_obj_cast:43,grn_obj_cast_by_id:65,grn_obj_check:65,grn_obj_clear_lock:[38,65],grn_obj_clear_option_valu:34,grn_obj_clos:[11,42,43,54,61,65],grn_obj_column:65,grn_obj_column_index:[51,61],grn_obj_column_scalar:51,grn_obj_column_vector:51,grn_obj_compar:65,grn_obj_compress_lzo:51,grn_obj_compress_zlib:[44,51],grn_obj_db:55,grn_obj_decr:65,grn_obj_defrag:65,grn_obj_delete_by_id:[38,65],grn_obj_delete_hook:59,grn_obj_expir:65,grn_obj_fin:[54,57],grn_obj_flag:[51,57,68,71,74],grn_obj_flush:43,grn_obj_flush_recurs:43,grn_obj_format:34,grn_obj_format_fin:34,grn_obj_get:65,grn_obj_get_disk_usag:34,grn_obj_get_element_info:62,grn_obj_get_hook:59,grn_obj_get_info:62,grn_obj_get_nhook:59,grn_obj_get_rang:65,grn_obj_get_valu:[38,65],grn_obj_have_sourc:34,grn_obj_id:65,grn_obj_incr:65,grn_obj_init:65,grn_obj_is_accessor:43,grn_obj_is_builtin:[38,65],grn_obj_is_corrupt:34,grn_obj_is_data_column:34,grn_obj_is_expr:34,grn_obj_is_function_proc:43,grn_obj_is_index_column:[34,65],grn_obj_is_key_accessor:43,grn_obj_is_lock:65,grn_obj_is_normalizer_proc:43,grn_obj_is_number_family_bulk:34,grn_obj_is_proc_proc:43,grn_obj_is_scalar_column:34,grn_obj_is_scorer_proc:43,grn_obj_is_selector_proc:43,grn_obj_is_t:43,grn_obj_is_text_family_typ:44,grn_obj_is_token_column:34,grn_obj_is_token_filter_proc:43,grn_obj_is_tokenizer_proc:43,grn_obj_is_tru:43,grn_obj_is_typ:43,grn_obj_is_uvector:34,grn_obj_is_vector_column:[34,65],grn_obj_is_weight_uvector:34,grn_obj_is_weight_vector:34,grn_obj_is_xxx:34,grn_obj_key_float:71,grn_obj_key_int:71,grn_obj_key_norm:68,grn_obj_key_uint:71,grn_obj_key_var_s:71,grn_obj_key_with_si:68,grn_obj_lock:65,grn_obj_nam:65,grn_obj_own:43,grn_obj_path:[41,65],grn_obj_path_by_id:[39,65],grn_obj_persist:[51,68],grn_obj_prepend:65,grn_obj_reindex:43,grn_obj_reinit:65,grn_obj_remov:[38,43,65],grn_obj_remove_depend:44,grn_obj_renam:65,grn_obj_search:[44,67],grn_obj_set:65,grn_obj_set_element_info:62,grn_obj_set_fin:66,grn_obj_set_info:62,grn_obj_set_mask:65,grn_obj_set_valu:[65,69],grn_obj_table_dat_kei:38,grn_obj_table_hash_kei:[68,69],grn_obj_table_no_kei:[68,69],grn_obj_table_pat_kei:[68,69],grn_obj_type_to_str:44,grn_obj_ubref:34,grn_obj_unlink:[34,54,65],grn_obj_unlock:65,grn_obj_unref:34,grn_obj_user_data:72,grn_obj_vector:[54,57,65],grn_obj_with_posit:51,grn_obj_with_sect:51,grn_obj_with_weight:51,grn_object_corrupt:87,grn_op_adjust:[11,44,67],grn_op_and:[11,34,67],grn_op_and_not:67,grn_op_but:11,grn_op_cal:11,grn_op_fuzzi:44,grn_op_get_valu:34,grn_op_or:[11,67],grn_op_push:11,grn_op_term_extract:43,grn_oper:[34,51,57,58,67,68],grn_operation_not_permit:87,grn_operation_not_support:87,grn_operation_timeout:87,grn_operation_would_block:87,grn_operator_to_exec_func:34,grn_order_by_estimated_size_en:34,grn_p:63,grn_p_geo_point:63,grn_p_ii_valu:63,grn_parse_query_flag:43,grn_pat_at:36,grn_pat_cursor_next:43,grn_pat_del:43,grn_pat_fuzzy_search:44,grn_permission_deni:87,grn_persistent_cache_open:34,grn_plugin_calloc:44,grn_plugin_charlen:74,grn_plugin_command_cr:[42,74],grn_plugin_error:[74,87],grn_plugin_expr_var_init:[42,74],grn_plugin_fin:74,grn_plugin_fre:74,grn_plugin_get_nam:43,grn_plugin_get_ruby_suffix:43,grn_plugin_get_suffix:38,grn_plugin_get_system_plugins_dir:38,grn_plugin_init:74,grn_plugin_isspac:74,grn_plugin_log:74,grn_plugin_malloc:74,grn_plugin_mutex:74,grn_plugin_mutex_clos:74,grn_plugin_mutex_lock:74,grn_plugin_mutex_open:74,grn_plugin_mutex_unlock:74,grn_plugin_proc_alloc:74,grn_plugin_proc_get_cal:34,grn_plugin_proc_get_value_bool:34,grn_plugin_proc_get_value_mod:34,grn_plugin_proc_get_value_oper:34,grn_plugin_proc_get_var:[42,74],grn_plugin_proc_get_var_bool:44,grn_plugin_proc_get_var_by_offset:[42,74],grn_plugin_proc_get_var_int32:44,grn_plugin_proc_get_var_str:44,grn_plugin_proc_xxx:34,grn_plugin_realloc:74,grn_plugin_regist:[37,74],grn_plugin_win32_base_dir:[43,74],grn_plugin_windows_base_dir:[43,74],grn_plugins_dir:[34,43],grn_plugins_path:34,grn_post:[34,58,61],grn_posting_get_posit:34,grn_posting_get_record_id:34,grn_posting_get_rest:34,grn_posting_get_section_id:34,grn_posting_get_tf:34,grn_posting_get_weight:34,grn_posting_get_weight_float:34,grn_proc:[22,46,48],grn_proc_creat:66,grn_proc_func:[54,66,74],grn_proc_funct:74,grn_proc_get_info:66,grn_proc_get_typ:42,grn_proc_is_st:34,grn_proc_options_pars:34,grn_proc_options_parsev:34,grn_proc_options_xxx:34,grn_proc_set_is_st:34,grn_proc_set_selector:42,grn_proc_typ:66,grn_ptr:43,grn_ptr_init:[54,57],grn_ptr_value_at:[54,57],grn_pvector:[43,54,57],grn_qlog_path:40,grn_queri:40,grn_query_expander_tsv_synonyms_fil:212,grn_query_log_show_condit:34,grn_query_logger_get_flag:63,grn_range_error:87,grn_raw_str:34,grn_rc:[49,50,51,52,54,55,56,57,58,59,60,62,64,65,66,67,68,69,73,74],grn_read_only_file_system:87,grn_request_canceler_cancel_al:44,grn_resource_busi:87,grn_resource_deadlock_avoid:[65,87],grn_resource_temporarily_unavail:[34,87],grn_result_set_add_record:34,grn_result_set_add_t:34,grn_result_set_add_table_cursor:34,grn_result_set_add_xxx:34,grn_result_too_larg:87,grn_retry_max:87,grn_rset_add_record:34,grn_scan_info_regexp_dot_asterisk_en:34,grn_scorer_error:87,grn_search:[22,46,48],grn_search_optarg:[43,67],grn_select:138,grn_selector_data:34,grn_selector_data_get:34,grn_selector_data_get_arg:34,grn_selector_data_get_expr:34,grn_selector_data_get_index:34,grn_selector_data_get_op:34,grn_selector_data_get_result_set:34,grn_selector_data_get_selector:34,grn_selector_data_get_t:34,grn_selector_data_get_xxx:34,grn_selector_func:42,grn_set_default_cache_base_path:34,grn_set_default_command_vers:52,grn_set_default_encod:56,grn_set_default_match_escalation_threshold:64,grn_set_lock_timeout:49,grn_snip:[40,42],grn_snip_clos:42,grn_sock:268,grn_socket_is_already_connect:87,grn_socket_is_already_shutdown:87,grn_socket_is_not_connect:87,grn_socket_not_initi:87,grn_stack_over_flow:87,grn_success:[49,50,51,54,55,57,65,73,74,87,202],grn_syntax_error:87,grn_t:43,grn_tabl:[22,46,48],grn_table_add:68,grn_table_apply_expr:34,grn_table_at:[36,39,65,68],grn_table_column:68,grn_table_cr:68,grn_table_cursor:[22,34,46,48,61],grn_table_cursor_clos:69,grn_table_cursor_delet:69,grn_table_cursor_get_kei:69,grn_table_cursor_get_max_n_record:34,grn_table_cursor_get_valu:69,grn_table_cursor_next:[36,69],grn_table_cursor_open:[36,69],grn_table_cursor_set_valu:69,grn_table_cursor_t:69,grn_table_dat_kei:68,grn_table_delet:[43,68],grn_table_delete_by_id:[43,68],grn_table_differ:68,grn_table_find_reference_object:34,grn_table_fuzzy_search:44,grn_table_fuzzy_search_with_transposit:44,grn_table_get:[39,68],grn_table_get_kei:68,grn_table_group:[43,68],grn_table_group_flag:[43,68],grn_table_group_result:68,grn_table_hash_kei:[58,68],grn_table_lcp_search:68,grn_table_pat_kei:68,grn_table_renam:68,grn_table_s:[11,68],grn_table_select:[3,57],grn_table_select_and_min_skip_en:34,grn_table_select_enough_filtered_ratio:[34,44],grn_table_select_sequenti:44,grn_table_setoper:[34,44,68],grn_table_sort:68,grn_table_sort_asc:68,grn_table_sort_desc:68,grn_table_sort_flag:68,grn_table_sort_kei:68,grn_table_trunc:[38,68],grn_table_upd:68,grn_table_update_by_id:68,grn_text_init:63,grn_text_len:[57,63],grn_text_printf:42,grn_text_printfv:34,grn_text_valu:[57,63],grn_text_vprintf:[34,42],grn_thread_:[22,46,48],grn_thread_get_limit:[43,70],grn_thread_get_limit_func:70,grn_thread_set_get_limit_func:[70,148],grn_thread_set_limit:70,grn_thread_set_limit_func:70,grn_thread_set_set_limit_func:[70,148],grn_time_usec_to_sec:34,grn_timev:34,grn_timeval_from_doubl:34,grn_timeval_to_nsec:34,grn_token_column_parallel_chunk_s:34,grn_token_column_parallel_table_size_threshold:34,grn_token_filter_error:87,grn_tokenize_onli:44,grn_tokenizer_error:87,grn_tokenizer_query_open:40,grn_too_large_offset:87,grn_too_many_link:87,grn_too_many_open_fil:87,grn_too_many_open_files_in_system:87,grn_too_many_symbolic_link:87,grn_too_small_limit:87,grn_too_small_offset:87,grn_true:[54,65],grn_type:[22,46,48,63],grn_type_cr:71,grn_type_id:34,grn_type_id_is_float_famili:34,grn_type_id_s:34,grn_unknown_error:87,grn_unsupported_command_vers:87,grn_update_not_allow:87,grn_user_data:[22,46,48,66,74],grn_vector_copi:34,grn_vector_pop_el:43,grn_void:44,grn_wgs84_geo_point_init:63,grn_window_function_error:87,grn_window_get_s:34,grn_zlib_error:87,grn_zstd_error:87,grndb:[22,34,42,43,44,46,124,153],grnline:274,grnslap:[22,46,153],grntest:[12,13,36,38,40,44],grnwrap:274,gro:[161,182],gronga:[212,221],gronnga:221,groo:[138,161],groonga1:82,groonga:[1,2,13,16,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,40,41,42,43,44,46,47,48,49,50,53,65,70,73,74,76,80,81,82,83,84,86,91,92,93,95,99,103,104,105,106,110,112,113,115,116,118,119,123,124,125,126,132,134,137,138,139,140,141,143,146,148,149,152,153,154,168,171,172,173,174,175,180,182,185,194,196,198,199,200,201,202,203,204,207,208,209,210,212,213,214,216,217,218,219,220,221,222,223,224,227,229,231,239,240,242,248,249,255,256,257,258,261,264,268,269,271,272,273,274,275,276,277,278,279,280,281],groonga_cache_base_path:34,groonga_cache_limit:41,groonga_cli:200,groonga_clone_dir:12,groonga_databas:258,groonga_database_auto_cr:[40,41],groonga_default_command_vers:258,groonga_dir:12,groonga_dist:40,groonga_get_thread_limit:70,groonga_log_level:41,groonga_log_path:41,groonga_n_record:41,groonga_org_path:12,groonga_path:157,groonga_query_log_path:[41,42],groonga_release_d:12,groonga_set_thread_limit:70,groonga_vers:[12,38],groongau0000ful:240,grooon:161,grooonga:34,groovi:34,group:[0,34,40,41,42,43,44,113,115,116,138,185,223,271,272,277],group_kei:34,grow:34,grroonga:221,gtar:30,gted:17,gtihub:[34,38],guard:[43,106,216],guess:29,gui:137,gurun:198,gurunavi:[34,43,44],guthub:34,gzcat:44,gzip:[29,40,257],gzip_typ:258,had:[17,34,43,44,214],hai:11,half:[34,204,205,226],halfwidth:[204,205,226],halt:34,hana:273,hanako:102,hand:[0,18,43,44,138,158,161,180,185,271,276],handl:[34,41,42,43,44,54,87,92,158,223,232,233,234,235,236,237,238,248,269,271],hang:41,hanleabl:92,happen:34,hard:248,has:[0,12,19,33,34,40,41,42,43,44,45,47,49,54,58,68,74,76,80,83,92,93,95,102,104,113,115,116,118,119,120,122,123,124,134,137,138,141,143,145,146,148,149,150,154,156,158,159,160,161,164,165,168,171,172,174,179,182,185,186,187,194,198,199,200,201,202,203,205,207,208,210,212,213,214,215,216,217,218,220,221,224,226,227,228,229,231,232,233,234,235,239,241,242,243,245,248,257,258,264,271,272,273,274,276],hash:[34,38,40,41,43,44,92,103,123,137,143,200,223],hash_index:277,hash_kei:[34,105,122,123,223],hash_tag:277,hashida:34,hashidatk:34,hasn:[34,204,206,231,232,233,234,235,236,237,238,240,244,246,247],hat:29,hatak:[42,43],have:[0,6,7,16,17,21,29,34,42,43,53,55,76,83,87,91,92,93,113,115,116,118,122,123,130,138,139,141,143,145,154,158,161,179,199,200,201,203,208,212,213,217,220,222,224,228,231,248,249,257,258,262,271,274,278],haven:104,haystack:11,hdd:[34,92,143,157],head:[42,138,155,158,264],header:[30,34,40,41,42,43,63,86,87,88,91,92,93,95,99,102,104,105,106,108,110,112,113,114,115,117,118,119,120,121,122,124,125,126,130,131,132,133,134,135,136,138,139,140,142,143,145,146,148,149,150,151,159,258],heavi:[34,105,138,205,226,256],hel:242,held:43,hello:[34,43,104,113,115,116,138,147,199,200,201,228,229,231,234,235,239,242,244,276],help:[16,17,23,34,41,138,154,156,209,213,214,221,241],hemispher:40,hendro:41,here:[6,7,8,17,18,21,29,31,32,34,47,50,53,54,55,57,63,70,73,74,76,80,84,85,86,87,88,91,92,93,95,96,97,98,102,103,104,105,106,107,108,109,113,114,115,116,117,118,119,120,122,123,125,126,130,131,132,133,134,135,136,137,138,139,140,141,143,145,146,147,149,150,151,154,156,158,159,160,161,162,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,202,203,204,205,206,208,212,213,214,215,216,219,220,222,223,224,226,227,228,229,231,232,233,234,235,239,240,241,242,243,245,248,258,264,272,276,281],hereaft:0,hex:[200,273],hidden:[0,34],hide:41,hideki:[41,42,43],high:[0,34,80,138,198,215],high_scor:91,higher:[92,138,141],highight_ful:171,highli:[214,215,216],highlight:[34,44,171,172,242],highlight_ful:[22,34,42,44,46,163,172],highlight_html:[22,34,42,43,44,46,163,171,242],hino:41,hint:268,hiragana:[34,179,199,200,205,209,219,226,231],hiro:43,hiroaki:[43,44],hiroshi:[38,42,43,44],hirotaka:43,hiroyuki:[43,44],histori:[34,38],hit:[34,41,92,138,198,279],hmm:277,hobbi:202,hoge:[156,166],hold:[271,275],home:[12,29,113,116,118,244],homebrew:[12,22,23,42,44],homepag:157,hook:[21,118,130],horikoshi:38,horimoto:[34,113,116,118],horizont:[205,226],host1:213,host2:213,host:[6,7,8,21,34,38,157,159,161,213,217,264,278],host_name_or_ip_address:[264,278],hostnam:[40,156,157,158,159,264],hottolink:45,hotwagn:34,hour2:115,hour:[49,154,200,202,277],how:[4,18,21,22,23,24,25,26,27,28,29,30,31,32,34,40,42,43,44,46,74,92,113,114,116,118,137,138,145,161,168,174,180,194,200,208,213,214,215,216,218,227,241,248,255,261,266,271,272,273,274,276,277],how_to_use_range_index:114,howev:[0,34,104,113,115,116,171,172,200,239],howto:[34,44],html:[3,12,34,36,38,40,42,44,158,159,171,172,182,258],html_untag:[22,41,46,163],htpasswd:[158,258],http:[0,1,12,13,17,21,22,24,25,27,28,29,30,31,32,34,40,41,42,43,44,46,80,103,106,134,138,139,153,155,156,157,158,161,173,174,175,194,213,222,239,255,256,268,270,271,272,273,274,276,281],http_refer:158,http_user_ag:158,http_x_forwarded_for:158,httpd:[12,22,24,25,27,31,34,38,39,40,41,42,43,44,46,50,112,134,148,153,159,160,202,221,255,257,258],httprewritemodul:158,hubeni:168,huge:34,human:[93,143],hung:34,hypertext:[22,270],hyphen:[34,92,143,205,226,274],i18n:[3,15,18,22,44],i386:[12,38],i686:157,ichii:38,id_column:51,idea:138,identifi:[34,47,91,102,249],ideograph:[34,43],idf:[34,42,214,215,216],ieee:249,iff:274,ignor:[34,38,40,41,42,43,44,55,102,105,119,134,138,149,199,212,223,228,232,233,234,235,245],ii_buff:60,ill:265,illegal_byte_sequ:264,illustr:272,imag:[22,23,34],imagin:[138,272],immedi:[0,34,43,44,134,139,158,161],immut:122,impact:[34,130],implement:[17,34,38,40,42,43,44,45,86,91,92,113,116,135,136,138,158,159,168,179,200,216,217,223,256,257],implemnt:257,implicitli:276,improper_link:264,improv:[105,158,175,198,200,262],in_record:[22,34,46,163],in_valu:[22,34,42,43,44,46,163],inaccur:40,inada:41,inappropriate_i_o_control_oper:264,inc:[34,42,43,44],includ:[6,16,34,41,42,43,44,83,91,93,95,104,106,113,115,116,118,119,122,124,125,126,132,135,136,138,146,147,149,161,164,182,194,200,212,215,216,231,239,241,242,258,274,276],include_class:34,include_form:34,include_read:[34,205],inclus:[34,164],incompat:[34,40,41,42,43,44],incompatible_file_format:264,incomplet:44,incorrect:[34,42],incorrectli:34,increas:[0,6,7,34,43,70,80,92,120,135,138,140,149,150,161,168,213,216,229,248],increment:[34,85,106,154],incres:42,indent:63,independ:[0,114,158,205,241],index:[12,17,22,34,38,39,40,41,42,43,44,45,46,55,58,60,61,63,65,76,80,93,103,104,105,113,114,115,116,118,122,130,133,138,145,147,154,156,174,179,182,199,200,208,223,229,243,244,245,248,270,277],index_1:137,index_2:137,index_blog:276,index_column:[34,42,43,44,105,138],index_column_df_ratio:34,index_column_df_ratio_between:34,index_column_diff:[22,34,46,81],index_column_nam:137,index_column_name_with_table_nam:137,index_column_source_record:34,index_column_value_statistics_n_physical_seg:34,index_column_value_statistics_next_physical_segment_id:34,index_friend:273,index_larg:[34,92,122],index_medium:[92,122],index_messag:276,index_n:137,index_point:273,index_smal:[92,122],index_tag:273,index_titl:276,index_xxx:122,indexblog1:276,indexblog2:276,indexbuf:51,indic:[41,63,149,168,202,274,279],ineffect:34,infin:34,infinit:[38,40,42,43,143],inflected_form:[34,241],inflected_typ:[34,241],influenc:[156,158],info:[34,43,44,92,110,111,154,156,158,213,216],inform:[0,2,17,22,34,39,40,41,43,44,50,54,93,115,122,123,125,132,135,136,137,138,154,156,202,203,270,273,277],inherit:41,inhibit:39,init:[25,29,40,41,42,66],initi:[34,38,40,42,43,44,54,73,74,113,115,116,138],innodb:0,input:[34,38,41,44,53,83,103,106,138,200,209,219,220,221,222,226,264,274],input_file_nam:83,input_output_error:264,input_typ:159,insensit:[138,179,213],insert:[34,40,182,274],inspect:[34,41,42,43,44,63,122,137],inst:41,instal:[0,3,12,14,21,22,24,25,26,27,28,30,31,32,34,38,40,41,42,43,44,74,159,227,241,262],instant:22,instantli:[0,182],instead:[21,23,27,29,32,34,38,40,41,42,43,44,54,63,74,90,92,105,112,116,122,130,132,138,140,143,154,156,158,168,171,172,180,182,198,199,200,203,206,208,213,223,251,262,264,280],instroduc:41,instruct:[34,44,161],insuffici:[44,271],int16:[34,36,41,122,123,137],int32:[34,40,41,42,43,80,91,95,116,122,123,137,138,141,143,146,151,161,164,168,176,180,199,200,214,215,216,219,220,222,267,272,273,274,276,277,281],int64:[34,41,42,116,122,123,137,138,165],int8:[34,36,41,42,122,123,137,271],integ:[43,44,80,87,122,123,138,148,156,249,264,271,274],integr:[21,40,41,271],intel:157,intend:[40,42,185,199,276],intens:158,interact:[264,274],interest:[3,43,213,274],interfac:[34,40,106,161,210,274],intern:[34,39,41,42,43,44,50,53,54,63,105,122,123,130,182,271],internet:[0,198],interpret:[12,39,199,239],interrupt:34,interrupted_function_cal:264,interv:[34,44,200],introduc:[3,34,42,43,44],introduct:[3,15,17,22,42,46,103,130,131,141,218,264,274,278],introspect:40,intuit:279,inv_res_column:157,inv_thread_column:157,invalid:[34,38,40,41,42,43,44,56,63,74,92,105,130,138,143],invalid_argu:264,invalid_format:264,invalid_seek:264,invers:[42,214,216],invert:[22,34,38,40,42,43,44,92,182,200,273,274],investig:[34,41,44,268,269,272],invis:92,io_flush:[22,34,43,44,46,81],ipa:27,ipad:[27,28,241],ipc:106,iptabl:[258,278],is_a_directori:264,is_anim:271,is_popular:[113,115,116,138],is_removable_t:145,is_stop_column:228,is_stop_word:[34,42,43,147,228],isn:[6,7,8,29,34,40,41,42,43,44,47,54,55,65,70,83,86,88,92,93,105,106,113,114,115,116,118,122,130,135,136,137,138,141,143,145,156,158,182,194,199,212,217,219,220,221,229,231,241,264],iso:[154,200],isob:41,isssu:41,issu:[3,22,34,41,42,43,44,262,269,270],itagaki:36,italian:[34,227],item:[34,43,47,96,97,98,138,141,143,152,158,161,179,219,220,222,223,258,262],item_:141,item_dataset:[160,222],item_queri:[141,160,161,219,220,222],item_query_kana:161,item_query_kei:161,items_index:179,iter:[43,200],its:[3,20,34,40,43,57,70,74,80,92,93,105,106,113,116,118,130,137,138,145,146,154,174,200,202,215,219,242,261,264,268,271,274,276,277,278],itself:[34,41,42,80,149,199,212,213],ivh:27,iwai:[39,40,41,44],iwamatsu:44,jacob16bit:43,jame:279,jan:[34,277],januari:200,japan:[102,219,272,278,281],japanes:[0,2,17,19,34,40,42,199,200,209,219,231,241],jason:279,javascript:[12,22,38,158,159,270,278],jeff:279,jekyl:12,jemalloc:42,jennif:279,jersei:277,jessi:[25,34,41,42,43],jinja2:12,jira:44,jiro:273,job:[34,157],john:[102,279],join:2,josep:34,joseph:279,jqueri:42,json:[34,36,38,40,42,43,44,53,80,84,106,141,158,159,210,258,264,274],jsonp:[43,161],juli:[34,43],juman:27,jumand:27,jun:[42,43],just:[6,7,17,21,23,24,25,27,29,30,31,32,34,38,40,41,42,43,50,55,65,73,83,84,88,92,95,102,113,118,119,121,122,125,130,132,134,135,136,138,143,145,146,149,154,156,160,161,180,199,200,201,202,212,214,217,219,229,239,257,258,277],kagami:43,kakesa:43,kamicup:34,kana:[34,141,160,161,209,219,220,222,241],kanako:41,kanji:[209,231],kare:205,kashihara:42,katagiri:41,katakana:[34,141,179,204,205,209,219,226,231],kato:34,kawada:42,kawaji:40,kazuhiko:[40,42,44],kazuhiro:41,keep:[33,34,38,44,50,54,80,86,130,154,158,201,215,216,241],kei:[0,12,22,33,34,39,40,41,42,43,44,47,63,65,68,69,80,91,92,102,106,113,115,118,122,134,137,140,141,143,145,152,154,161,180,199,200,203,209,223,229,245,270,271,272,273,274,280],ken:273,kenichi:[36,38],kentaro:41,kept:[34,115,116,138],kernel:[40,248],key1:[34,91],key2:34,key_1:137,key_2:137,key_column:51,key_float:123,key_geo_point:123,key_index:145,key_int:123,key_larg:[33,44,143,223],key_length:264,key_n:137,key_nam:[116,138],key_norm:[40,43,143,203,204],key_siz:68,key_typ:[68,92,137,138,156,157,271,272,273,274,276,277,279],key_uint:123,key_valu:34,key_var_s:123,key_with_si:[143,199,200,279],keyboard:138,keybuf:68,keyr:[34,40],keys_zon:158,keyword1:[34,40,171],keyword2:[34,40,171],keyword:[34,40,41,44,57,114,138,143,171,172,180,182,199,213,214,215,216,221,242,243,245,273,274,276],keyword_cont:57,keyword_s:57,kfc:208,kill:139,kind:[0,34,63,249,272,274,280,281],kinjir:273,kisk:40,kitaiti:44,kiyokawa:44,klose:43,know:[34,43,92,105,130,138,154,229,272,273,277],knowledg:0,known:[0,34,41,182,200,214,245,274,278],koi8r:[29,40,156],koji:40,konishi:41,korea:272,kosuk:41,kouhei:41,kqueue:34,kuriyama:[42,43],kwic:182,kytea:[29,34,40,41,149],label1:[42,116,138],label2:[116,138],label:[34,41,42,43,44,91,179],label_1:138,label_2:138,label_n:138,labeledargu:34,lack:[34,268],lager:[34,41],lake:208,land_mark_index:34,landmark:34,langasek:44,languag:[0,1,3,20,21,34,41,42,44,227,231,241],larg:[0,34,40,43,44,106,122,130,154,199,200,205,217,223,226,229,248,258,271],larger:[34,42,43,80,86,92,99,115,116,122,123,138,143,156,162,182,222,223,248,264],larget:134,largetext:223,last:[34,40,43,54,149,161,231,268],last_modifi:277,lat:157,late:138,latenc:157,later:[34,38,40,41,42,43,44,91,105,106,113,115,116,134,138,156,171,172,173,185,203,204,213,217,274],latest:[2,6,7,8,24,25,26,32,34,42,43,44,138],latin1:[29,40],latin:[34,156],latinov:44,latitud:[22,63,200,270,277,281],latitude_in_degre:200,latitude_in_degreexlongitude_in_degre:200,latitude_in_msec:200,latitude_in_msecxlongitude_in_msec:200,latter:[47,161,204,212],launch:162,launchpad:[12,31,42],layer:43,layout:12,lc_messag:17,lcov:14,lead:[34,113,115,116,138,182,274],leak:[34,36,38,40,41,42,43,44,140],leakag:280,leaner:162,lear:222,learn:[41,113,115,116,138,141,168,218,272,276],learner:[22,42,44,46,153,160,221],least:[34,40,43,88,92,130,174,185,199,248,269],left:[34,44,58],left_hand_side_el:44,leftmost:200,lemon:[47,138],length:[34,40,44,74,159,271],leo:34,less:[34,42,43,44,86,138,143,156,174,180,182,194,198,201,213,215,216,248,249,262,281],less_equ:180,let:[22,34,80,113,115,116,138,145,168,201,231,243,245,268,270,271,273,274,276,280,281],letter:[34,204,205,226],level:[34,40,41,42,43,44,74,92,110,111,156,158,162,202,264,272],lexcon:274,lexicon2:276,lexicon:[22,34,43,44,92,103,105,130,133,145,147,180,185,201,203,213,223,228,270,276],lexicon_t:157,lgpl:45,lib:[28,36,41,115,125,126,132,154,158,262,268],libedit:[27,29,34,38,40,43],libev:[25,29,31,39],libgcc_s_sjlj:42,libgroonga:[20,34,274],liblz4:25,liblzo2:31,libmecab:[12,25,31],libmemcach:14,libmsgpack:[25,31],libra:34,librari:[1,20,22,23,32,34,40,41,42,43,44,48,53,73,148,156,198,199,214,256,262,268,274],libstemm:42,libtool:[6,43],libwinpthread:42,libzmq3:25,libzmq:31,libzstd:25,lic:174,licens:[12,34,40,42,45],life:43,lifecycl:21,light:[95,121,123,146,205,226,256],lighthous:34,like:[2,22,29,34,42,43,51,63,80,93,95,106,113,115,116,121,122,124,138,141,146,156,158,161,168,179,180,185,198,199,200,208,213,215,216,219,231,242,246,247,256,258,270,272,277],limit:[22,34,35,38,40,41,42,43,44,46,58,68,69,100,134,141,156,158,168,185,198,199,200,202,214,215,217,222,248,270,273,274,276,278],line:[6,7,8,14,17,18,21,29,32,34,38,40,42,43,54,63,83,103,106,137,158,168,199,208,212,213,217,256,257,258,268,274],line_cont:83,line_numb:83,link:[34,40,42,43,138,199,200,271,272,278],lintian:34,linux:[3,5,8,12,18,22,23,26,34,38,40,46,157],lion:40,lisp:34,list:[3,12,13,17,18,22,34,40,42,43,44,57,63,93,105,114,117,120,122,123,138,143,150,156,158,160,162,199,200,203,208,243,268,271,273,274,276,277],listen:[34,40,158,258,264,268,278],liter:[34,38,40,41,44,171,172,182,199,213,244],littl:[34,138,156,158],live:[143,277],lldb:[6,7],llo:242,llt:149,load:[22,34,36,38,39,40,41,42,43,44,46,47,81,90,91,92,95,99,102,103,104,105,113,115,116,118,121,122,125,130,131,132,136,138,141,143,146,147,151,154,156,157,159,161,162,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,209,212,213,214,215,216,217,219,220,222,227,228,242,243,245,249,258,267,270,271,272,273,276,279,280,281],load_column:34,load_tabl:34,load_valu:34,loaded_id:[44,106],loaded_record:106,loaded_valu:136,loadedlog:34,local:[0,6,7,12,17,18,28,29,34,115,156,158,200],localeoutput:34,localhost:[12,106,134,155,156,157,158,161,210,258,264],localstatedir:23,locat:[21,22,34,40,41,42,44,83,156,158,208,242,258,270,271,272,277,278],location_in_groonga:83,location_in_input:83,location_str:277,lock:[22,34,38,40,41,43,44,49,55,74,105,106,107,108,109,182],lock_acquir:[22,43,46,81,109],lock_clear:[22,34,42,43,46,81,90,107,109],lock_releas:[22,43,46,81,107],lock_tabl:34,log1:91,log:[12,22,23,34,38,40,41,42,43,44,46,54,74,91,92,105,110,113,115,116,117,118,121,124,133,138,143,156,157,161,213,215,216,217,219,220,222,223,257,262,269],log_20160320:118,log_format:[34,158],log_level:[22,34,43,46,81,92,111,112,154,156,202],log_put:[22,43,46,81,110,112,156],log_reopen:[22,34,44,46,81,110,111],log_repoen:40,logal:21,logger:[40,43,63],logic:[40,43,44,113,115,116,117,138,174,217,229],logical_:[114,217],logical_count:[22,34,43,46,81,140,217],logical_paramet:[22,43,46,81,217],logical_range_filt:[22,34,43,46,81,113,114,140,217],logical_select:[22,34,43,44,46,81,113,115,118,140,171,172,217,250],logical_shard_list:[22,43,46,81,118,217],logical_table_nam:[113,115,116,217],logical_table_remov:[22,34,43,44,46,81,105,217],logicalcountcommand:113,logicalrangefiltercommand:115,logicalselectcommand:116,logicaltableremovecommand:118,login:248,logo:[34,40],logrot:[40,42,43],logs_20150203:[113,116,118,138],logs_20150204:116,logs_20150801:117,logs_20150802:117,logs_20150814:217,logs_20150815:217,logs_20150930:117,logs_20160318:118,logs_20160319:118,logs_20160320:118,logs_20160320_:118,logs_20160320_timestamp:118,logs_20170315:34,logs_20170316:34,logs_20170317:34,logs_20170415:[113,115,116],logs_20170416:[113,115,116],logs_message_index:213,logs_timestamp:[34,133],logyyyymmddhhmmss:161,london:168,longer:[34,45,54,63,107,122],longest:[38,68,200],longitud:[22,63,200,270,277,281],longitude_in_degre:200,longitude_in_msec:200,longitudexlatitud:41,longtext:[34,47,58,92,122,123,137],look:[34,87],lookahead:239,loop:[40,42,43,44],loos:[34,165],loose_blank:34,loose_items_index:179,loose_symbol:34,looseitem:179,lost:[34,44,226],lot:41,love:276,lower:[92,138,143,149,213,274],lowercas:213,lowest:138,lru:88,lte:149,lucid:[36,41],lunch:0,lz4:[23,34,42,44,92,122,137],lzo:[38,40,41,42],lzo_error:264,m64:30,mac:[22,23,36,40,42,44],machin:[42,156],maco:34,macport:[22,23,38],macro:[34,38,41,42,43,268],made:[34,38,40,43,274],madrid:168,magazin:138,magnitud:[115,116],mai:[0,20,29,33,34,38,40,41,42,43,44,50,51,55,70,83,92,93,95,104,105,106,107,108,109,113,115,119,121,134,135,136,137,140,141,143,145,146,154,158,161,174,199,200,212,213,214,215,216,223,226,231,241,244,248,258,273,276],mail:[3,17,22,43],mail_column:157,mailarch:12,main:[70,116],mainli:[42,103,277],mainlin:[42,43],mainstream:0,maintain:[34,241,245],mainten:[227,241],maintenait:227,maintenir:227,major:[23,34],make:[0,14,17,18,19,23,24,25,27,28,30,31,34,42,44,74,92,104,155,156,157,158,182,201,274,278,279],makecach:40,makefil:[7,8],makoto:44,malfunct:43,malloc:42,man:[34,44],manag:[0,18,21,29,47,54,55,85,99,122,134,152,154,156,158,182,212,223,258,278],mani:[0,3,17,29,33,34,38,41,42,43,44,70,80,92,104,105,113,115,116,118,123,138,143,145,147,149,158,160,182,199,200,213,214,215,216,221,223,248,256,257,258,262,268,271,272,274],manipul:198,manner:[138,274],manual:[22,42,201],map:[34,38,43,47,91,99,138,202,219,248,269],map_hugetlb:38,mariadb:[41,42,44],mark:[34,39,42,43,44,92,143,204,205,226,228,244,262,277],marku:40,markup:[16,43],masafumi:[41,42,44],masaharu:[39,40,41,44],masahiro:[36,41,42],masanori:44,masatoshi:[34,43],massachusett:277,master:[17,21,158],match:[23,34,36,38,40,41,42,43,44,47,57,58,80,102,113,115,116,138,143,152,156,158,164,171,172,174,175,179,180,182,185,194,198,201,213,214,215,216,228,239,243,245,267,274,276,277],match_column:[22,34,41,42,43,44,80,92,100,171,172,182,199,201,202,214,215,216,227,228,242,243,245,265,267,270,274,277,280],match_escal:34,match_escalation_threshold:[29,34,36,54,152],math:176,math_ab:[22,34,46,163],matsuu:36,matthia:43,matur:[1,262],maverick:38,max:[34,38,40,41,42,43,44,47,50,69,70,89,96,97,98,99,114,122,138,140,145,152,155,156,157,161,181,182,200,215,223,258],max_array_segment_id:122,max_buffer_segment_id:122,max_command_vers:[34,84,140,158,210,264,274,278],max_concurr:155,max_dist:[34,44],max_expans:34,max_in_use_chunk_id:122,max_in_use_physical_segment_id:122,max_interv:200,max_length:174,max_map_count:269,max_map_seg:34,max_n_physical_seg:[34,122],max_nfthread:70,max_section_id:122,max_siz:69,max_total_s:122,max_tp:155,max_valu:248,maximium:138,maximum:[33,34,43,85,92,113,116,118,122,123,138,143,164,200,214,215,223,264,269,271,274],mayb:34,mcdonald:208,mdev:[43,44],mean:[29,34,40,41,42,43,44,47,49,53,57,58,65,74,80,86,87,92,93,99,105,107,108,109,110,112,113,115,116,118,122,124,130,133,134,138,140,141,149,152,154,156,158,161,185,199,200,202,203,208,209,212,213,215,216,217,219,226,229,235,238,248,269,271,272,274,276,281],meaning:43,meaningless:[34,47,130,131,213],measur:[0,38],mecab:[0,12,24,25,27,28,29,31,34,38,40,41,42,43,44,45,241],mecab_new2:40,mecab_strerror:42,mecabrc:28,mechan:[40,43,158,258],media:42,median:42,medium:[23,24,25,27,31,32,44,122,277],meerkat:38,meet:[42,277,281],meetup:43,memcach:[0,1,22,43,44,255,278],memcpi:34,memo1:214,memo2:214,memo3:214,memo4:214,memo5:214,memo6:214,memo7:214,memo:[34,43,123,137,174,175,180,187,194,196,214,215,216,227,228],memo_index:42,memori:[22,23,24,25,27,31,32,34,36,38,40,41,42,43,44,50,54,74,92,99,104,105,138,140,143,156,158,213,266,268],memos_cont:[34,227,228],memos_content_index:[123,137],memos_tag:[34,175],memset:43,mention:185,menu:[138,243],mercuri:12,merg:[0,17,34,40],meridian:168,merit:[115,138,156,158],messag:[6,7,12,22,23,34,38,39,40,41,42,43,44,74,83,106,111,154,156,202,213,215,216,266,276,277],message_for_1st_record:106,message_for_2nd_record:106,message_index:[215,216],message_pack:34,message_pack_install_prefix:23,messagepack:[29,34,38,39,40,43,53,210,258,264],met:185,meta:[40,93,154],metadata:[34,40,44,92,105,123,135,136,205,214,215,216,241,277],meter:[168,176,281],method:[34,41,43,122,137,200,209,219,229,231,233,234,235,236,237,238,242,244,246,247,274],micor:34,micro:[22,34,200,270,271],microsecond:[34,202,271],microsoft:[8,32,34,43,268],middl:[34,104,205,226],midnight:200,might:34,migrat:[42,113,115,116,138,199,200],mike:102,million:[33,34,92],millisecond:[49,86,156,161,200,271,281],mime:[43,258],min:[34,40,42,43,49,69,138,154,155,157],min_siz:69,minagawa:[41,42,44],mind:[33,217],mine:0,mingl:[205,241],mingw:[12,34],minim:[158,164],minimum:[24,25,27,31,74,113,116,118,138,200,262],minor:34,minu:[205,226],minut:[154,200,202,219,220,277,281],mip:44,mipsel:44,mismatch:[34,42,44,154],miss:[34,38,40,41,42,43,44,104,212],mistaken:34,mitani:42,mitsuhiro:36,mitsuo:41,mix:[34,43,80,141,159,231],miyashita:44,mizuhara:43,mkdir:103,mkostemp:42,mktime:43,mmap:[22,41,266],mnt:26,mobil:0,mode1:174,mode:[17,34,40,41,42,43,44,45,124,130,131,174,180,213,244,264,274],model:[34,42,148,156,264],moden:174,modern:277,modif:[34,43],modifi:[29,34,44,154,205,226,269,278,280],modul:[0,22,34,36,42,43,203,214,224,229,258],moero:273,moment:34,mondai:187,monei:273,monitor:[24,25,27,31,41],monkei:271,month:[34,43,154,200,202,217,273,277],montywi:39,more:[0,6,7,29,33,34,40,41,42,43,44,54,74,76,80,92,93,105,112,113,115,116,118,122,123,133,138,141,143,145,154,156,158,161,162,174,175,179,180,182,185,199,200,201,209,212,213,214,215,216,217,220,221,223,224,227,229,231,239,241,248,249,258,264,271,274,277,279],moreov:281,moritapo:273,moritar:276,morn:201,morpholog:[0,29,200,241],most:[34,42,43,54,58,80,81,92,116,123,138,199,200,213,215,231,244,258,271,274],motoi:41,mountain:34,move:[16,32,38,40,43,91,99,112,122],movi:273,mpaa:164,mrb:[34,43],mrb_valu:44,mroonga:[22,34,39,40,41,42,43,44,80,103,106,113,115,116,138,171,172,173,174,175,180,185,194,199,200,212,214,217,276],mroonga_oper:34,mrubi:[6,7,8,12,34,41,42,43,44,135,136,217],ms740668:268,msdn:268,msec:[38,49],msg_control:43,msg_controllen:43,msg_flag:43,msg_id:12,msghdr:43,msgpack:[34,43,44,210,258,264],msvc:43,msyql:80,mte:45,much:[34,229],multi:[0,29,34,38,42,43,44,158,202,257],multibyt:[38,44],multilin:[34,213],multipl:[0,22,34,40,41,42,43,44,47,50,63,80,93,102,113,115,116,119,130,133,134,137,138,147,149,156,158,159,161,171,174,175,180,199,205,207,213,214,217,219,239,241,242,243,256,270,273,275,277],multipli:[200,276],multithread:[43,99,134],munin:[23,24,25,27,31,38,39,40,41,42],murakami:[34,41,42,43,44],murata:34,museum:277,musha:43,music:[202,273],must:[6,7,8,29,34,42,43,44,47,50,51,55,57,58,63,65,73,74,76,91,92,93,95,99,102,105,106,107,108,109,112,113,115,116,122,124,130,131,134,138,141,143,146,148,154,156,158,159,161,162,164,173,179,185,199,200,213,215,216,217,222,245,248,258,264,269,271,274,276,278],mutabl:122,mutex:[41,74],mutex_lock:70,mutex_unlock:70,mxcl:12,myamanishi3:34,myisam:0,mysql:[0,24,25,27,31,34,42,43,44,45,80,119,138,171,172,182,203,212,214,217,221],n29:200,n_arg:34,n_array_seg:122,n_buffer_seg:122,n_builtin_type_nam:55,n_byte:123,n_element:[44,123],n_entri:88,n_garbage_chunk:122,n_garbage_chunks_in_space0:122,n_garbage_chunks_in_space13:122,n_garbage_chunks_in_space1:122,n_garbage_seg:122,n_hit:[113,138],n_job:34,n_kei:68,n_keyword:57,n_like:[34,83,113,115,116,138,199,200,248],n_likes_class:138,n_likes_cumulative_sum_per_tag:[113,115,116,138],n_likes_str:[113,115,116,138],n_likes_sum_per_tag:[113,115,116,138],n_loaded_record:[44,106],n_max_thread:148,n_queri:[34,84,140,158,210,264,274,278],n_record:122,n_records_per_day_and_item:34,n_result:68,n_tabl:54,n_unmanaged_seg:122,n_var:74,nagano:42,naist:241,naiv:272,nakai:41,nakamura:43,nama:205,name1:[113,115,116,138,200],name2:[113,115,116,138,200],name:[0,17,22,34,38,39,40,41,42,43,44,46,47,51,54,55,56,57,63,65,66,68,71,74,83,89,91,93,94,100,102,104,105,106,107,108,109,112,117,118,119,120,123,125,126,130,131,133,137,141,142,144,149,150,151,154,156,158,161,162,168,171,174,180,185,186,194,200,205,212,217,219,223,241,243,245,258,261,264,268,270,271,272,273,274,277,279,281],name_1:[274,278],name_2:[274,278],name_s:[51,54,57,65,66,68,71,74],name_t:122,namebuf:[51,65],nan:34,nanosecond:[34,83,202],naoa:34,naoina:[40,41],naoya:[34,41,42,43,44],narg:57,narrow:[22,34,41,42,105,130,138,268,270],narwhal:38,natanael:43,natti:38,natur:[34,44],ncpu:28,nearbi:0,nearest:176,necessari:[38,154,274],need:[0,5,6,7,8,17,18,21,29,30,32,33,34,38,40,42,43,47,50,53,54,57,70,73,80,83,92,99,105,106,107,113,114,115,116,117,118,119,122,125,130,132,134,138,139,143,145,149,151,154,156,158,161,172,176,179,182,186,187,194,199,200,206,209,210,212,213,214,215,216,217,219,220,222,223,227,241,245,248,258,261,264,269,274,276,279,280,281],needl:11,needleess:40,needless:[34,39,40,41,43,44,86,105,239,241],neg:[34,40,43,49,54,66,74,87,138,239],neglig:[34,42],neighbor:0,neither:[105,130],neolog:241,neologd:241,nest:[22,34,40,41,42,43,122,270],nested_reference_column:138,net:[2,12,271,272,273,274,278,281],netbsd:41,netinet:43,network:[40,258,264,273],network_is_down:264,never:[29,34,43,114,131,138,141,213],new_column:47,new_limit:70,new_release_d:12,new_seri:91,new_tag:91,new_valu:138,new_vers:12,newark:277,newer:[18,34,42,43,112,154],newid:91,newli:[0,42,50,92,151,182,201],newlin:[38,39,43,63,239],newnam:91,newvalu:51,next:[0,42,43,58,66,113,115,116,122,138,161,205,245,273,274],next_physical_segment_id:[34,122],nfkc:[34,204,205,206,226],nfs:29,nfthread:70,nginx:[24,25,27,31,34,40,41,42,43,44,257,262],nginxhttpstubstatusmodul:42,ngram:[34,242],nguyen:34,ngx_http_log_modul:158,ngx_http_proxy_modul:158,nice:201,night:[201,280],nightli:12,niho:179,nihon:[179,219],niku:42,nil:63,nine:274,nippon:219,nise_nab:42,no_buff:264,no_child_process:264,no_kei:[122,223],no_locks_avail:264,no_memory_avail:264,no_space_left_on_devic:264,no_such_devic:264,no_such_device_or_address:264,no_such_file_or_directori:264,no_such_process:264,noarch:[24,27],nobuhiro:44,node:[12,21,40,43,44,63],nogpgcheck:40,nois:[161,220,229,241],nokubi:42,nomal:[40,138,158],nomral:199,non:[34,40,41,43,44,83,92,122,138,154,199,200,205,231,232,233,234,235,241,246,247],none:[29,34,63,92,107,108,109,116,119,122,133,138,143,147,149,156,158,160,161,264,276],nonexist:[34,42,43,44,47,96,97,113,115,116,138],nonexistent_command:43,nor:[138,143],noraml:149,normal:[22,24,25,27,31,34,39,40,41,42,43,44,46,47,53,54,55,63,70,81,83,91,92,93,99,104,105,113,114,115,116,118,120,122,123,124,133,138,140,144,145,146,147,154,156,158,161,171,172,179,180,182,199,200,201,204,205,206,209,212,213,214,215,216,224,226,227,228,229,231,239,242,246,247,248,249,267,274,276,277,280],normalizeauto:[171,242],normalized_text:119,normalizer_1:137,normalizer_2:137,normalizer_list:[22,42,46,81],normalizer_n:137,normalizer_nam:137,normalizer_name_1:137,normalizer_name_2:137,normalizer_name_n:137,normalizerauto:[34,43,92,113,115,116,119,120,123,133,137,138,143,145,147,149,161,171,172,179,180,182,199,200,201,203,206,209,213,214,215,216,224,227,228,231,232,233,234,235,236,237,238,239,240,242,244,246,247,248,267,274,276,277,280],normalizernfkc100:[34,203,226,242],normalizernfkc121:34,normalizernfkc130:[34,104],normalizernfkc51:[34,120,137,203],normalizs:143,normaluz:242,normalzi:171,northern:40,norwegian:[34,227],nosuchfileordirectori:43,not_a_directori:264,not_enough_spac:264,not_equ:180,not_socket:264,notat:[40,41,200],note:[0,27,34,38,40,41,42,43,44,74,92,102,105,106,113,115,124,134,135,136,138,143,156,158,161,173,194,200,242,248,258,269,271,272,274,278],noth:[34,43,53,70,104,105,130,138,154,156,158,196,219,221,242],notic:[43,44,92,110,111,156,158,215,216],notif:[41,202],notifi:134,notrelated_20160320:118,noun:[34,205,241],now:[6,7,8,17,18,22,27,29,34,39,42,43,46,47,80,92,113,116,135,136,163,179,182,213,242,262,272,276,277],np29:200,np2:34,nroonga:[21,180,276],nsi:12,nsubrecs_column:51,nsubrecs_str:116,nterm:89,nth:116,nul:[38,74,240],number1:200,number2:200,number:[0,23,33,34,38,40,41,42,43,44,50,54,58,66,70,74,80,83,85,88,89,99,112,113,114,115,116,122,123,130,135,137,140,141,143,145,148,152,156,157,158,161,174,182,183,198,199,200,213,214,216,222,223,242,249,258,262,264,268,269,271,272,273,274,278],number_classifi:[22,44,46,138,163],number_liter:43,numer:[22,34,43,199,200,270],nunit:154,nvar:66,o_binari:40,o_creat:34,obata:[34,36,38,41,43,44],obj:[34,51,55,57,59,62,63,65,66,67,72,89],object1:200,object2:200,object:[34,38,40,42,43,44,47,50,54,55,63,65,68,74,76,80,92,95,101,105,107,108,109,118,119,120,121,122,124,130,131,133,137,138,140,146,149,150,154,182,198,223],object_1:123,object_2:123,object_corrupt:264,object_exist:[22,43,46,81,118,124],object_inspect:[22,34,44,46,81],object_list:[22,44,46,81],object_n:123,object_remov:[22,44,46,81,105],objnam:[90,101],obsolet:[43,209,262],obtain:74,obvious:271,occur:[34,40,41,42,43,44,54,58,83,95,116,138,141,146,161,212,248,268,280],occurr:[34,216],ocelot:[38,41],octal:200,octob:42,odd:200,off:[38,42,158,229],offer:34,offic:176,offici:[8,12,27,38,180],offlin:[22,34,39,40,41,42,43,44,46],offset:[34,40,43,57,58,59,65,68,69,74,100,141,274],offsetted_dai:34,offsetted_timestamp:34,often:[34,92,105,143,164],ohkubo:44,ohzeki:42,okapi:[34,214,216],okapi_bm25:34,oknj:34,old:[18,38,40,43,44,74,95,146,164,203],old_releas:12,old_release_d:12,older:[43,277],oldvalu:51,omit:[38,83,105,107,108,109,125,126,130,131,132,133,138,149,161,168,194,210,219,223,274],onc:[34,38,40,42,73,105,113,116,138,158,161,203,272,276,277],one:[0,24,25,27,31,33,34,38,42,43,44,49,50,74,80,83,88,91,92,93,96,97,102,103,105,106,107,108,109,113,114,115,116,117,118,121,122,124,125,126,130,131,132,133,134,135,136,137,138,139,141,143,145,148,149,151,152,154,156,158,159,161,162,168,172,173,174,176,179,180,182,185,186,187,194,196,199,200,203,204,209,213,214,215,216,217,220,223,229,231,239,243,248,249,256,258,264,268,271,273,274,277,281],one_charact:44,oneir:[38,41],oneself:42,onga:182,ongaeshi:[40,41,43],onigmo:[34,42,43,44,213],oniguruma:43,onli:[0,6,7,17,21,23,24,25,27,31,32,33,34,40,42,43,44,47,50,53,63,65,73,74,86,87,88,92,93,96,97,99,102,103,105,106,107,108,109,112,113,114,115,116,117,118,121,122,123,124,125,126,130,132,133,134,135,136,138,139,140,141,143,145,148,149,151,154,156,158,159,161,162,164,171,172,173,174,176,179,180,182,185,186,187,194,196,199,200,201,206,208,212,213,214,215,216,217,223,229,231,241,242,243,244,245,258,262,268,271,274,276,279,281],onlin:[22,34,43,46],only_open:34,onp:34,onto:248,ooo:223,opaqu:[50,264],opear:200,open:[21,34,38,40,41,43,44,50,54,55,58,105,123,124,145,154,161,171,202,203,264,274],open_tag1:171,openbsd:[43,44],oper:[22,29,34,40,41,42,43,44,46,57,58,91,95,108,118,121,130,138,146,174,179,198,205,209,226,264,268,270],operation_not_permit:264,operation_not_support:264,operation_timeout:264,operation_would_block:264,ophiuchu:34,optarg:[55,67],optim:[34,42,43,44],optimum:158,option:[6,7,8,18,24,25,27,28,29,30,31,34,38,39,40,41,42,43,44,55,83,88,93,107,108,109,112,133,138,141,154,155,157,158,159,163,171,182,198,199,200,202,203,204,210,213,217,219,220,222,224,243,256,257,258,261,264,274,276,277,278,279],oracl:[22,23,38,40],orang:[186,243,245],orangain:41,order:[0,34,40,41,43,44,113,116,117,138,176,199,200,208,264,272,274,279,281],ore:[83,138,199,200],org:[12,17,24,25,27,28,29,30,31,32,34,42,43,80,103,106,157,158,173,271,272,273,274,278,281],orient:[0,182,271],origin:[1,12,17,34,41,42,53,83,103,138,204,222,264,278,279,280],original_id:[116,138],orilldown:272,orl:242,orphan:[34,41],orthograph:[34,241],osanai:[42,43],osdn:[2,12,43],otehr:143,other:[0,3,17,22,23,34,40,42,43,44,49,51,55,63,73,74,76,83,91,92,93,102,105,106,108,113,115,116,119,130,138,141,145,147,149,154,156,158,162,180,185,199,200,204,205,231,239,241,242,243,245,249,258,271,272,273,274,276,281],other_t:43,otherhand:138,otherwis:[21,50,54,63,65,74,95,96,98,102,105,107,108,109,110,112,118,121,122,123,133,134,137,145,151,164,174,175,180,185,194,200,274],ouput:41,our:[2,17,34,217],ourselv:34,out:[13,23,24,25,27,31,32,34,42,86,185,276],out_gqtp:157,out_http:157,out_loc:157,outdat:[42,44],output:[3,22,29,34,38,39,40,41,42,43,44,46,53,54,57,80,81,84,86,87,88,91,92,93,95,96,97,98,99,102,103,104,105,107,108,109,110,113,114,117,118,119,120,121,122,123,124,125,126,130,131,132,133,134,135,136,137,139,140,141,142,143,145,146,148,149,150,151,156,157,158,159,161,162,173,202,205,226,241,268,270,271],output_column:[34,40,41,42,43,44,80,91,92,100,113,141,163,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,200,214,215,216,242,267,271,273,274,276,277,281],output_error:34,output_id:44,output_pretti:[34,84,138,159],output_typ:[34,210],outsid:42,over:[0,34,40,41,42,43,44,113,115,116,171,269,278],overcommit:248,overcommit_memori:40,overflow:[34,38,41,42,43,44,271],overhead:[34,42,106,122,262],overrid:[29,47],overview:[22,43,46,48,270],overwrit:[44,86],overwritten:281,own:[0,34,40,43,57,200,271],owner:[41,43,158],pack:[23,34],packag:[8,12,17,22,23,24,25,27,28,30,32,34,38,40,41,42,43,44,153,158,227,241,255,274],packages_groonga_org_repositori:12,page:[2,17,22,34,40,41,43,159,268,274],pagerank:[214,215,216],pagin:[12,274],pai:138,pair:[34,43,122,123,138,212,219,220,221,222,271],pair_dataset:[160,222],pair_queri:[141,160,161,219,220,222],pakcag:27,pangolin:[34,40],paragraph:274,parallel:[0,6,7,34,44],paramet:[22,32,34,38,39,40,41,42,43,44,46,49,50,51,52,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,74,84,85,86,120,125,126,132,150,152,158,159,165,182,187,200,204,206,212,214,231,232,233,234,235,236,237,238,240,243,244,245,246,247,250,258,269,270,271,272,274,277,278,280,281],parameter1:158,parent:[116,138,158],parenthes:[34,274],pari:168,park:277,parker:43,pars:[34,42,44,47,56,57,180,198],parser:[34,199,213],part:[0,29,34,83,115,138,182,205,241,271,274,277],partial:[11,34,43,217,219,221,264],partli:34,pass:[6,7,8,12,34,38,39,43,44,55,70,106,134,148,158,161,168,180,199,200,213,274,278],past:[34,40],pat:[39,40,44,63,105],pat_kei:[122,123,223],patch:[34,38,40,41,42,43,44,45],path:[12,18,23,26,34,35,38,40,41,42,43,51,55,65,68,74,93,95,112,123,125,126,132,141,144,146,156,158,159,161,162,202,213,257,262,264,274],patiricia:43,patprefix:279,patricia:[22,34,38,40,41,43,44,123,137,143,199,200,223,270,274],patsuffix:279,pattern:[0,34,43,83,174,199,200,213,243],pattern_1:243,pattern_2:243,pattern_n:243,pcre:[34,40,158],pdb:34,pen:[34,239],penalti:41,pend:[43,63],pentium:157,peopl:[0,34,92,229],people_age_index:92,people_age_medium_index:92,people_age_small_index:92,people_key_index:92,people_key_roles_index:92,people_roles_large_index:92,per:[0,34,38,40,44,106,113,115,116,138,152,158,161,246,247],percentag:140,perfect:[0,216],perfectli:114,perform:[0,34,38,41,42,43,44,105,106,115,130,138,156,161,175,182,200,256,257,262,268,274,276],period:[34,276],perl:158,permiss:[29,42],permission_deni:264,permit:[34,118],persist:[22,34,46,68,93,95,123,146,152,156,158],person:[22,23,92,205,241,277],pgp:[12,34],pgroonga:[34,43,103,202,214,217],phase:34,phone:242,php:[12,40,42,43,256],phrase1:[34,199,200],phrase2:[34,199,200],phrase:[34,40,44,92],physic:[34,89],pid:[29,34,35,38,43,44,154,156,202],pie:[243,245],pikonyan:273,pinu:34,pip:[12,18],pipermail:42,piro:42,pisc:34,pkg:[25,29,30,36,38,40,43],place:[2,29,277],placehold:41,plai:[0,280],plain:[34,43,173],plan:[34,279],platform:[17,18,23,38,54,74],platorm:44,player1:91,player:[91,146],pleas:[2,3,17,19,25,29,34,42,43,44,55,214,215,216,262,274],plug:34,pluggabl:0,plugin:[13,17,22,23,24,25,27,31,34,36,38,39,40,41,42,43,44,46,48,103,113,114,115,116,117,118,119,123,125,126,132,135,136,138,149,176,180,184,186,187,194,196,197,203,212,217,224,248],plugin_1:137,plugin_2:137,plugin_id:123,plugin_n:137,plugin_nam:137,plugin_name_1:137,plugin_name_2:137,plugin_name_n:137,plugin_regist:[22,34,46,81,103,105,113,114,115,116,117,118,126,132,135,136,137,138,147,161,174,176,184,186,187,194,196,197,212,224,227,228],plugin_unregist:[22,34,43,46,81,105,125,132],poedit:17,point:[0,34,38,39,41,43,58,63,74,80,95,134,138,168,169,170,175,199,208,249,265,269,271,274,281],pointer:[44,74],pole:168,polici:41,poll:34,pool:70,poor:212,popular:[43,80,113,115,116,138,156],port:[26,28,41,42,45,156,157,158,159,161,210,258,262,264,278],port_numb:[261,264,278],portabl:[34,38,41,158],portugues:[34,227],pos:[63,169,170],posit:[34,42,44,58,74,80,87,92,93,122,137,138,148,149,205,226,229,231,232,233,234,235,236,237,238,239,240,241,242,244,246,247,274],posix:[43,200],possibl:[34,38,43,44,104,138,249,268],post:[12,34,40,41,42,43,44,58,92,106,113,115,116,122,138,159,161,199,200,201,257,274],post_filt:34,posted_bi:277,postfix:[113,115,116,118],postgresql:[0,34,182,217],potenti:41,power8:42,power:[138,213],poyonga:256,ppa:[12,22,23,42],practic:[0,42,271],pragma:138,pre:[63,161],precis:[0,34,40,43,44,83,92,200,219,229,231,241,249,274],preconfigur:[24,25,27,31,262],predic:[34,43],predict:[143,223,231],prefer:43,preferenti:99,prefix:[6,12,14,18,22,23,34,38,39,40,42,43,44,46,68,69,70,91,92,125,126,132,141,143,156,158,161,179,180,194,207,217,223,257,270,274],prefix_length:34,prefix_match_s:44,prefix_rk_search:[22,43,46,163,209],prefix_search:[38,141],prepar:[22,34,158,172,182,227,270],prepend:[158,199,200],press:17,pretti:[22,42,43,44,46,81],prevent:[34,41,44],previou:[34,40,41,42,44,148,161,213,214,262,271,272,276],price:[34,113,115,116,186,271],price_sd:34,price_sum:34,primari:[22,106,270,271,272,273,274,280],print:[22,42,43,44,46,63,81,264],printf:[34,63],prioriti:[0,34,138,219],privileg:[41,278],probabl:[34,141],problem:[34,38,40,41,43,44,50,118,124,158,199,200,215,231,271],proc:[24,25,27,31,34,41,43,59,66,72,74,99],proc_database_unmap:99,proc_object:124,proc_select:138,procedur:[34,40,41,44,179],process:[0,17,22,23,24,25,27,31,32,34,38,40,41,42,43,44,46,51,55,81,83,86,87,92,95,105,108,112,113,115,116,125,130,132,133,138,139,140,143,146,152,156,158,161,199,200,203,224,229,258,262,264,274,281],process_id:[34,156],processor:[0,24,25,27,31],produc:34,product:[34,43,44,115,158,161],profil:277,program:[1,34,40,41,93,156,158,161,162,200],progress:[34,202],project:[0,3,12,13,19,21,42,200,262],prolong:[34,205,226],promot:41,prompt:[40,210,274],pronoun:34,pronounc:[34,198,205,226],proonga:256,propag:34,proper:[42,83,138,277],properli:[40,43,199,278],properti:[31,44,137,202],propos:[138,161,221],protector:34,protocol:[0,1,22,24,25,27,31,40,42,43,44,87,156,157,158,159,210,255,256,258,262,270],provid:[0,1,21,24,25,27,31,34,40,42,43,44,48,54,70,73,92,93,113,114,115,116,153,154,156,158,161,168,180,210,212,213,214,216,217,219,220,221,222,223,257,258,262,268,272,274,278],proxi:258,proxy_cache_path:158,proxy_cache_valid:158,proxy_pass:158,pseudo:[22,34,40,41,42,43,46,51,76,92,93,106,137,138,199,200,272,281],pthread_:41,ptr:[36,74],pub:12,publish:[12,42,44],pull:[12,22,23],purchas:34,pure:231,puropos:149,purpos:[41,44,80,180,274,276,278],push:[12,17,54],put:[17,34,42,43,138,159,199,209,213,216,248],pyenv:18,python:[12,18,256],q_cond:70,q_mutex:70,qps:[155,157],quantal:40,quantiti:34,quantity_sum:34,queri:[11,22,34,38,40,41,42,43,44,46,57,63,67,80,81,87,88,92,100,105,112,113,115,125,126,132,141,156,157,159,160,161,162,163,164,171,172,173,174,175,182,185,198,200,201,209,210,212,213,214,215,216,219,220,221,222,227,228,229,231,241,242,243,245,256,258,262,264,265,267,270,271,272,273,274,276,277,278,279,281],query_expand:[22,41,44,46,81,125,126,132,212,280],query_expans:[38,41,212],query_flag:[34,40,44,180,199],query_no_syntax_error:[34,138],query_s:57,query_str:41,queryexpandertsv:[22,34,40,41,46,125,126,132,180,211],question:[43,276],quetzal:40,queue:268,quickli:[113,115,116,138,201],quiet:264,quit:[12,22,34,46,81,156,202,264],quiz:273,quorum:34,quot:[41,119,149,199,200,274],quotat:[119,149],quotient:200,rab:[272,274,281],raccoon:273,radimrehurek:34,radious_or_point:169,radix:200,rais:[34,276],rake:12,rakutan:276,ram:157,ran:219,rand:[22,34,46,163,281],rand_max:181,random:281,rang:[22,34,40,41,42,43,44,76,92,93,95,114,118,138,144,146,164,213,223,270,277],range_error:264,range_filt:[22,42,46,81,115],range_index:[43,115],ranguba:[34,42,80],rank:[42,274],rapidjson:34,rare:[41,43],raspberri:[243,245],rate:[41,164],rather:[43,80,93,138,201,213,214,215,216,231,241,256],raw:[21,41,44,106,122],rch:149,rdbm:[43,156],rdiscount:12,reach:[34,248],read:[3,22,34,38,40,95,103,106,138,146,162,179,182,205,212,218,241,264,274],read_only_file_system:264,readabl:[39,42],readi:[18,29,40,113,115,116,138,199,200,213],readm:[12,41],real:[0,34,47,70,115,138,140,182,248,249],real_nam:[47,96,97,98],realli:[34,113,115,116,138,199,200,280],realloc:34,realtim:[141,222],reason:[40,138,143,154,200,213,219,231,258,262,269,272],rebuild:[34,43],recal:[0,198,229,231,241],receiv:[0,17,54,106,156,158,161,162,200,261,264],recent:[44,88,154],recogn:0,recommend:[6,7,8,23,24,25,27,31,32,34,42,43,44,47,83,105,138,158,161,175,199,200,213,229,231,248,256,258,262,274,278],reconstruct:[34,42],record1:118,record2:118,record3:118,record:[0,22,33,34,38,40,41,42,43,44,46,47,57,58,65,68,80,91,102,103,104,106,113,115,116,118,122,141,143,151,164,168,171,172,174,175,179,180,182,185,198,199,200,201,202,208,213,214,215,216,217,222,243,245,249,270,271,272,273,276,277,278,279,280,281],record_1_column_1:[115,138],record_1_column_2:[115,138],record_1_column_n:[115,138],record_2_column_1:[115,138],record_2_column_2:[115,138],record_2_column_n:[115,138],record_id:43,record_n_column_1:[115,138],record_n_column_2:[115,138],record_n_column_n:[115,138],record_numb:[22,34,44,46,116,250],recov:[34,43,55],recover:[55,154],recreat:[34,43,44,133,154],recrod:138,rect:[40,168,169],rectangl:[0,38,40,58,169,208],recurs:[6,7,8,12,13,34,47,108,138,154,158,212],recycl:[34,42],red:29,redcloth:12,redhat:38,redmin:42,redmine_full_text_search:34,reduc:[0,34,40,41,43,44,92,99,106,114,154,174,209,213,220,223,242,258,262,280],redund:34,refer:[0,22,34,38,41,42,43,44,47,102,104,105,106,118,130,131,137,138,161,174,185,201,213,249,270,272,276,277],referec:34,referenc:[34,40,41,92,102,105,118,130,138,143,145,272],reference_acquir:[22,34,46,81,131],reference_column:[34,42,43,138,145],reference_releas:[22,34,46,81,130],reference_vector_column:41,referenced_table_nam:105,referencedbycolumn:145,referencedbyt:145,referencedt:145,referencet:145,refin:[0,41],refresh:273,regard:[34,41,159,199,205,226],regardless:[34,43],regexp:[34,42,43,180],regexplexicon:[133,213],region:[208,281],regist:[0,22,25,34,40,41,43,44,46,47,74,81,103,113,114,115,116,117,118,119,125,130,135,136,138,149,176,182,184,186,187,194,196,197,199,200,201,203,209,212,219,220,221,223,224,245,271,277,281],regress:[34,41,42,43],regular:[22,34,43,44,46,158,180,239,243,244,271,274],regular_express:213,rehash:34,reindex:[22,34,43,44,46,81],rel:[34,38,42,92,138,143],relat:[0,2,3,13,21,22,24,25,27,29,31,34,38,40,41,42,43,44,65,70,105,130,154,156,198,213,221,222,223,248,250,262,269,270],relationship:[22,40,92,95,146,270,271,276,277],relax:248,releas:[6,7,8,12,24,27,32,45,73,99,107,109,113,116,118,130,131,168,180,201],relev:[0,274],reload:[112,212],remain:[34,41,44,99,104,154,202,213],remaind:200,rememb:138,remot:[22,34,156,264,270],remote_addr:158,remote_us:158,remov:[6,7,30,34,38,39,40,41,42,43,44,55,65,91,102,124,130,132,147,154,156,158,213,228,271],remove_blank:[34,119],remove_t:118,remove_tokenized_delimit:119,removep:65,renam:[34,38,40,41,43,47,91,95,112,146,223,274],reopen:[38,44,112,133],reorder:34,rep_gqpt:157,rep_gqtp:157,rep_http:157,rep_loc:157,repair:[34,39],repeat:[0,17,34],replac:[21,34,42,43,47,156,160,162,200,213,280],replai:158,repli:[276,277],replic:214,replied_to:277,replied_us:277,replies2:276,replies_cont:276,reply_to:276,repo:34,repoforg:40,report:[3,22,29,34,38,40,41,42,43,44,49,74,92,124,154,268],report_source_loc:34,repositori:[3,4,12,22,27,31,34,38,40,41,43],repres:[57,123,156,198,200,213,271,273,280],represent:[17,34,56,57,80],reproduc:[34,41],request:[22,34,41,42,43,44,46,47,81,103,106,115,134,138,139,140,152,156,159,161,200,202,219,220,222,258,261,264,278],request_cancel:[22,34,42,44,46,81,85,86],request_id:[43,44,85,134],request_tim:[34,158],request_timeout:[44,86],requir:[0,21,24,25,27,29,30,31,32,34,38,40,41,43,104,112,125,126,132,135,136,154,158,162,171,175,176,179,185,196,199,201,213,214,217,219,221,241,245,257,258,271],res1:68,res2:68,res:[58,67,68],res_column:157,res_tabl:157,rescord:198,reset:[34,43],resiz:74,resolut:[22,34,270,277],resolv:[22,34,38,40,44,46,80,92,101,124,143,214,215,216,217],resourc:[34,42,54,55,73,86,201],resource_busi:264,resource_deadlock_avoid:264,resource_temporarily_unavail:264,resours:50,respect:[40,271,277,281],respons:[0,34,38,40,41,42,43,44,50,86,87,91,106,113,115,116,134,138,140,158,159,258,264],rest:[34,63,74,115,212],restart:[34,43,44,125,132,156,158,212,248],restaur:0,restor:[34,44],restrict:[40,41,115,258,278],result:[0,11,17,22,34,38,39,40,41,42,43,44,63,68,83,84,103,104,113,115,116,119,134,135,136,138,154,161,162,168,174,180,182,185,200,204,209,210,212,213,219,220,222,223,232,233,234,235,243,270,271,273,276,277,280,281],result_cod:63,result_set:34,result_too_larg:264,retri:49,retriev:[0,92,123,138,161,200],retry_max:264,return_cod:[34,83,106,202],return_code_for_1st_record:106,return_code_for_2nd_record:106,reus:[34,43,122,138,156,223],reveal:0,revers:[12,22,258,270,274,277],revert:44,revis:44,rewrit:[43,45],rid:[60,63],rid_max:61,rid_min:61,right:[42,43,58],right_hand_sid:44,ring_buff:161,ringtail:41,risk:[42,154],riski:34,rld:242,rlimit_nofil:[41,202],role:[0,92,180],romaji:[34,179,205,219,226],romanian:[34,227],room:[22,43],roonga:[194,199,200,221],root:[41,43,156,158,159,278],rose:271,rotat:[43,156],roughli:271,round:[38,186],row:[0,182],rpm:[12,24,27,34,38,39,40,41,42,43,44],rroonga:[21,34,41,42,43,50,171,172,175,180,185,196,198,214,276],rst:12,rubi:[0,6,7,8,12,21,34,40,42,43,45,80,135,136,171,172,196,198,213,214,256],ruby19:40,ruby_ev:[22,34,41,46,81,136],ruby_load:[22,41,46,81],ruby_script:135,rubygem:40,rubyinstal:8,rule:[22,34,42,46,113,115,116,138,149,258],run:[3,12,14,17,21,22,26,29,34,42,43,55,85,95,105,106,115,133,134,139,145,146,156,158,159,161,162,212,248,255,257,258,261],run_bodi:113,runtim:[32,34,43],rurema:42,russian:[34,227],ryo:[34,43],ryoji:42,ryunosuk:44,s10:42,s_id1:106,s_id2:106,sae:[141,220],saer:[141,220],saerc:[141,220],saerch:[141,220],safe:[34,92,130],safeti:44,sagittariu:34,sai:[92,194,199,200,274,276],sako:43,salamand:[41,42],sale:186,same:[34,41,43,44,49,54,57,80,83,85,91,92,106,112,113,115,116,118,125,130,131,132,133,134,138,158,161,180,199,200,203,205,213,214,215,216,217,220,226,239,242,256,258,271,274,276,281],sampl:[34,40,102,103,113,115,116,117,118,125,126,132,138,157,158,162,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,212,213,214,215,216,243,245,258,276],san:168,sanz:34,satisfi:[34,41,43,44,106,118,145],sato:[43,44],satoh:38,satoshi:[34,42],satouyuzh:34,saturdai:187,sauci:[41,42],save:[12,42,161,269,276],sbin:28,scalar:[22,34,43,44,46,47,76,80,93,115,122,137,138],scale:[0,258],scan:[14,43,171,172,179,199,200],scan_build:14,schema:[22,34,43,46,47,81,91,102,103,106,113,115,116,118,123,130,131,138,145,160,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,213,214,215,216,217,220,243,245,248,276],scope:[34,43,213],score1:11,score2:11,score:[34,40,43,44,63,80,92,95,141,146,151,161,180,198,214,215,216,274,276,281],score_1:161,score_2:161,score_adjust_express:138,score_adjust_expression1:138,score_adjust_expression2:138,score_column:[34,51],score_funct:214,score_function1:214,score_function2:214,score_function3:214,score_mean:34,score_valu:43,scorer:[22,34,43,46,100,105,163,168,176,198,200,215,216,270,273],scorer_tf_at_most:[34,43,214,216],scorer_tf_idf:214,scorpio:34,scr:157,script:[21,22,29,34,40,41,42,43,44,46,57,106,136,138,157,185,198,199,213],sea:[149,219],sear:219,searc:219,search:[22,24,25,27,29,31,34,38,39,40,41,42,43,44,46,47,48,57,58,73,76,91,93,104,141,143,149,156,171,172,174,179,180,182,185,194,198,201,203,207,212,213,214,215,216,217,221,223,228,229,231,239,240,241,242,243,244,245,258,262,270,271,272],search_result:138,searchabl:[34,43,201],searchu0000http:240,sebastian:42,sec:[49,154],second:[34,83,86,93,105,130,134,138,140,154,156,161,168,174,194,199,200,202,214,249,258,271,274,276,277,281],secret:12,secsion:83,section:[3,17,20,21,23,24,25,26,27,28,29,30,31,32,34,41,42,43,44,47,48,51,60,74,80,81,88,91,92,93,95,96,97,98,99,104,105,106,107,108,109,113,114,115,116,117,118,119,121,122,123,124,127,130,131,133,134,135,136,137,138,139,140,142,143,145,146,147,148,149,151,153,154,156,158,161,163,168,172,199,207,212,213,214,215,216,218,219,220,222,248,250,264,268,272,276,277],secur:[22,34,42,43,248,270],sed:[28,38,40,43],see:[0,1,17,18,21,22,24,25,27,28,29,30,31,34,40,41,42,43,46,49,54,74,80,91,95,99,104,105,108,113,114,115,116,118,121,122,124,130,131,133,139,140,142,145,146,148,151,154,156,158,168,173,174,194,199,200,213,219,227,231,248,249,250,256,262,269,271,272,273,274,277,281],segment:[34,40,42,44,89,122],segv:41,seki:34,select:[22,34,36,37,38,40,41,42,43,44,46,47,50,57,58,80,81,82,85,86,88,91,92,95,102,105,113,115,129,130,131,134,140,146,151,156,157,158,163,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,198,199,200,201,202,203,212,213,214,215,216,222,227,228,242,243,245,250,256,265,267,271,272,273,274,276,277,278,279,280,281],select_al:34,select_opt:200,selector:[34,40,43,44,179],self:157,semi:[34,38,143,205,226],sen_index_delimit:45,sen_index_norm:45,sen_sel_term_extract:45,senario:34,senboku:41,send:[3,19,34,103,134,159,161,162,256,264],sender:162,senna:[34,113,115,116,138,199,200,212],sens:[156,158],sensit:231,sent:258,sentenc:34,sentens:43,separ:[34,40,43,53,92,93,106,119,122,123,138,141,143,147,149,156,158,161,180,199,200,205,210,212,226,229,231,240,246,247,264,272,274],sequenc:[38,41,85,106,138,141,161,199,200,202,219,220,222,264],sequence_dataset:160,sequence_queri:[160,161],sequenti:[34,42,43,44,174,179,199,200,201,213,244],serach:220,serch:[141,220],sergei:[34,42,43],seri:[63,274],serial:91,serihiro:40,seriou:[40,42],serv:[12,42,271],server:[1,21,22,23,24,25,27,31,32,34,38,39,40,41,42,43,46,70,103,118,134,139,148,153,158,161,174,175,194,210,256,257,258,261,273,274],servic:[0,21,25,26,40,41,42,43,139,220,248,262],session:[161,256,264],set:[24,25,27,31,34,40,41,42,43,44,49,50,54,63,65,70,76,80,88,92,97,98,105,106,110,114,115,138,139,147,148,152,161,165,198,200,219,242,248,258,262,279],set_host:157,set_port:157,set_token_filt:42,setup:[17,21,41,44],seven:274,severalfold:34,shape:208,sharabl:22,shard:[22,34,43,46,113,114,115,116,117,118,223],shard_kei:34,shard_name_1:117,shard_name_2:117,shard_name_n:117,share:[0,2,29,38,40,41,49,50,51,55,113,115,116,118,156,158,273,276],shared_kei:115,shell:[29,43,156,199,213],shidara:38,shift:242,shift_ji:[29,244],shimada:40,shimadzu:34,shimamura:[34,43],shimoda:36,shimomura:40,shinjyuku:281,shinoda:[42,43,44],shinya:40,shiro615:34,shm:158,sho:[41,42,44],shop:[176,201,265],shorten:34,shorter:[43,201],shorttext:[34,42,44,47,58,63,80,83,91,92,93,95,102,103,104,105,106,107,108,109,113,115,116,117,118,121,122,123,124,130,131,133,137,138,141,143,144,145,146,147,151,156,157,161,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,209,213,214,215,216,219,220,222,223,224,227,228,242,243,245,248,267,271,272,273,274,276,277,278,279,280,281],should:[6,7,8,18,21,23,24,25,27,29,31,32,34,40,43,44,54,57,74,80,85,92,106,114,115,118,124,130,133,138,143,145,151,154,161,199,200,204,212,220,264],shouldn:[6,7,42],show:[0,29,34,35,38,40,41,42,43,44,47,53,83,87,91,92,102,106,107,113,115,116,118,119,122,123,130,131,137,138,164,165,168,171,172,173,176,179,180,182,185,186,199,200,208,210,213,214,215,216,231,242,261,264,271,272,273,274,277,278,281],showen:87,shown:[63,116,200,274],shuhei:42,shutdown:[22,34,44,46,81,105,156,158,213,258,264],sid:[12,38,42,63,89],side:[0,40,43,44,86,138],sigcont:41,sign:[12,40,87,205,226,249,271],signal:42,significantli:0,sigstop:41,sigusr1:38,silent:[21,44],simil:[34,200],similar:[34,40,41,42,80,115,122,138,141,156,174,180,194,198,204,232,233,234,235,236,237,238,240,246,247,272,276,278],similar_search:[40,141],simpl:[42,43,93,95,113,119,120,140,146,147,149,150,151,158,168,173,174,175,176,179,180,185,186,187,194,196,198,199,200,257,258,262,272],simplest:[0,29,85,214],simpli:[34,216,279],simplifi:[41,175],simultan:34,sinc:[27,34,40,43,44,51,74,83,90,105,113,115,116,132,138,140,143,151,156,161,168,171,172,200,201,202,213,249,251,262,271,277],singl:[34,41,42,80,92,119,138,148,149,249,274],sister:92,site:[42,103,107,108,109,133,138,198,271,272,273,274,276,278,281],site_titl:133,sitecountri:[272,278],sitedomain:[272,278],situat:[34,138,268],six:[202,274],size:[23,24,25,27,31,32,33,34,38,40,41,42,43,44,47,51,57,63,70,71,74,85,89,93,96,97,98,104,105,106,122,123,124,137,143,152,156,158,182,196,217,223,248,269],size_of_one_value_in_byt:137,size_t:34,sizeof:[43,54,57],sji:[29,45,156],skip:[41,42,43,44,105,274],slash:200,sleepi:201,slice:[34,44],slow:[34,43,92,143,156,158,199,200,213,223],slower:[34,92,156,158,168,214,216,272],small:[33,34,41,42,43,44,106,115,122,124,130,143,199,200,205,223,226,229,277],smaller:[0,34,80,143,168,201,202],smith:44,snake_cas:43,snippet1:182,snippet2:182,snippet3:182,snippet:[34,40,41,44,45,182],snippet_html:[22,34,40,41,42,43,44,46,115,138,163],soccer:273,social:273,socket:[22,40,103,266],socket_is_already_connect:264,socket_is_already_shutdown:264,socket_is_not_connect:264,socket_not_initi:264,soerr:268,soft:248,softwar:[3,21,31,43],soichiro:44,solari:[5,7,8,22,23,38,40,43],solr:200,solut:[22,231,266,272,276],solv:[34,44,214,215,216,271],some:[0,1,2,8,17,27,29,33,34,40,41,42,43,44,47,49,57,73,80,83,85,92,106,113,115,116,118,122,123,134,138,139,143,145,149,152,154,160,161,163,180,199,200,202,213,214,217,224,229,248,249],some_condit:34,someon:277,someth:[42,104],sometim:[34,42,44,242],song:34,soon:[86,182,208,217,258],sooner:34,sort:[0,22,34,38,41,43,44,103,113,115,116,117,138,141,161,208,223,270,273],sort_bi:174,sort_hash_t:34,sort_kei:[34,44,175,176,180,214,215,216,273,274,281],sortbi:[38,41,44,100,141],sound:[34,204,205,220,226],soundkitchen:[38,40],sourc:[6,7,8,12,16,17,18,21,22,23,30,34,38,40,41,42,43,44,55,65,83,91,93,95,104,105,122,130,142,154,268,273,274,276,277],source_1:[123,137],source_2:[123,137],source_column_nam:43,source_file_nam:83,source_n:[123,137],source_offset:34,sourceforg:[2,12,43],southern:40,sozaki:34,space:[0,34,38,41,43,44,74,80,92,119,122,138,149,199,200,213,222,229,231,232,233,234,235,239,240,246,247,268,274],spain:168,spammer:[214,215,216],span:[34,171,172,173,182,242],spanish:[34,227],spars:[34,43],speak:276,speaker:2,spec:[34,38,40,41,138],special:[17,29,34,41,49,57,83,87,106,138,149,171,172,182,199,213,264,274],specif:[0,22,29,34,40,41,42,44,80,103,113,124,135,136,138,141,164,200,204,205,209,241,243,244,270,271,272,273],specifi:[0,6,7,8,17,22,28,29,33,34,39,40,41,42,43,44,54,55,58,63,65,66,74,76,80,83,84,86,88,91,92,93,95,96,97,98,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,117,118,119,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,141,142,143,145,146,147,148,149,151,154,156,158,159,160,161,162,164,165,171,172,173,174,175,176,179,180,182,185,186,194,196,198,199,200,205,208,210,213,214,215,216,223,226,227,228,239,241,242,243,245,258,261,264,269,270,271,272,273,276,277,278,279,281],speech:[0,34,205,241],speed:[34,38,221,223],spefici:165,spell:[212,280],spend:[199,200],sphere:169,spheric:168,sphinx:[3,12,15,16,18,42,43,44],sphr:[168,169],spil:43,split:[38,43,44,200,223,239],spokesman:3,sport:273,spreadsheet:212,sql:[138,214,272],squar:168,squeez:41,src:[34,271],src_kei:68,src_key_siz:68,srpm:34,ssd:[34,92,143],ssh:12,ssssss:202,stabl:[34,42,44,82,141],stack:[41,44],stack_over_flow:264,stage:[34,42,44],stamp:[202,219,220,222],stand:[43,256],standalon:[34,162],standard:[34,43,103,106,158,249,264,274],standbi:104,stargazi:245,start:[17,25,29,34,38,40,41,42,44,74,83,95,106,113,115,116,138,140,146,161,168,199,200,201,202,209,210,212,219,221,231,258,268,274,278],start_tim:[34,43,84,140,158,264,274,278],starttim:[34,43,84,140,158,210,264,274,278],startup:40,state:[34,40,102,168,256,264],stateless:34,statement:200,station:[176,208,277,281],statist:[34,122],statu:[22,24,25,27,31,34,40,41,42,43,44,46,63,81,84,87,102,130,154,155,156,157,158,159,168,210,256,258,274,278],status:[87,264],stdin:39,stem:[25,31,34,42,227],steme:227,steming_algorithm:227,step:[17,18,29,32,34,44,91,138,213,222,271,274],steve:44,sticker:34,still:[16,17,34,41,42,95,112,115,130,134,146,154],stock:34,stop:[34,38,40,41,42,43,44,47,70,86,95,104,115,138,139,146,156,158,214,215,216,228,275],stop_word:[103,147,224,228],storag:[22,34,41,92,143,171,172],storategi:138,store:[22,33,34,40,41,43,47,50,54,57,58,63,65,76,80,91,92,93,105,113,115,116,122,137,138,162,168,179,200,203,208,213,222,223,249,264,271,272,273,274,276,277,280,281],store_a:34,store_b:34,str:57,str_length:74,str_ptr:74,str_size:57,straddl:34,strang:213,stream:[34,42,44,106,159],strerror:42,stretch:[12,25,34],strftime:34,strict:[42,43],stridden:34,string1:166,string2:166,string:[11,22,34,38,39,40,41,42,43,44,54,56,57,63,65,66,74,80,83,85,96,97,98,110,113,115,116,123,137,138,143,152,161,165,168,171,172,174,179,182,183,184,198,199,213,226,242,249,270,272,273,274,276,277,280],string_length:[22,44,46,113,115,116,138,163,174],string_liter:42,string_siz:57,string_substr:[22,44,46,163],string_tokn:34,stringifi:44,strip:173,strlen:74,stronger:[34,138],strongli:[23,24,25,27,31,32],struct:34,structur:[0,34,42,44,83,223,273],stub:42,studio:[8,32,34,40,41,43,44],style:[34,42,43,106,122,213],sub1:[116,138],sub:[0,12,34,116,161,241],sub_filt:[22,34,41,43,46,163,174,179],subclass0:241,subclass1:241,subclass2:241,subclass:[34,241],subject:[34,41],submiss:[141,219,220,222],submit:[3,22,41,141,161,219,220,222],subrec:63,subrecord:41,subscript:[205,226],subsect:268,subset:249,substit:138,substitut:[17,138,180,199,200],substr:[44,174,199,200],succe:[34,112],succeed:[29,43,87,96,98,102,107,108,109,110,133,151,274],succeeded_or_not:[95,102,108,110,133,151],success:[34,44,50,51,54,55,57,65,73,74,91,92,95,99,105,118,125,126,130,131,132,142,143,145,146,264],successfulli:[44,74,108,109,274],successor:200,suddenli:41,sudo:[12,14,18,21,24,25,27,28,29,30,31,40,248,262,269,278],suenaga:43,suffici:[74,268],suffix:[22,34,40,125,126,132,154,160,162,174,180,194,205,241,270,276],suffixsearchterm:[199,200],sug:221,suggest:[22,29,34,36,37,38,39,40,41,42,43,44,46,81,104,153,213,219,220],suggest_prepar:[141,219,220,222],sugimoto:43,suit:[0,42,182],suitabl:[34,42,92,106,113,116,130,138,143,156,159,201,214,216,223,229,231,239,240],sum:[34,42,113,115,116,138,214],summar:272,summari:[22,41,46,157,225,230,255,272],sundai:187,suno:42,superior:[0,182],superscript:[205,226],supoort:34,supplementari:34,support:[0,1,6,7,8,17,21,25,29,31,34,38,39,40,41,42,43,44,45,74,84,86,92,113,115,116,134,135,136,138,140,143,148,149,154,158,162,174,179,182,194,199,200,201,204,206,209,210,212,213,217,223,227,241,244,258,261,262,271,272,273,274,276,278,279,281],suppos:[34,104],suppport:44,suppress:[34,39,40,42,116,138],sure:274,surfac:208,surplu:34,surrog:34,surround:[34,40,171,172,182,200],sutamin:34,suzuki:40,swap:248,swedish:[34,227],swig:45,syllab:[205,226],symbol:[34,205,231,232,233,234,235,236,237,238,242],synonym:[44,138,212,280],syntax:[22,34,40,41,42,43,44,46,47,57,80,198,214,270,276],syntax_error:264,syscal:[42,274],sysconfig:262,sysctl:[28,43,248,269],system:[0,5,6,7,29,30,31,34,38,41,42,43,44,92,99,104,105,106,113,115,116,138,156,158,182,199,200,201,248,249,268,271,281],systemctl:[25,262],systemd:[25,40,43,44],tab:[43,53,210,212,264],tabel:34,tabl:[11,22,34,38,39,40,41,42,43,44,46,47,51,54,55,58,63,65,66,68,69,72,76,80,82,94,99,100,102,105,107,108,109,113,115,116,117,119,121,124,130,131,133,134,141,142,146,151,154,156,158,160,161,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,209,212,213,214,215,216,217,219,220,222,224,227,228,242,243,245,248,258,261,267,270,271,272,273,275,278,279,280,281],table1:[68,145],table2:[68,145],table_1:137,table_2:137,table_:[143,223],table_buff:54,table_copi:[22,44,46,81],table_cr:[22,34,40,42,43,44,46,47,80,81,91,92,93,95,102,103,104,105,106,107,108,109,113,115,116,117,118,121,122,123,124,130,131,133,137,138,145,146,147,151,156,157,161,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,204,209,213,214,215,216,217,223,224,227,228,242,243,245,248,267,271,272,273,274,276,277,279,280],table_dat_kei:[33,34,41,42,44,91,122,137,143,199,200],table_hash_kei:[33,34,44,47,80,91,92,102,103,104,105,106,107,108,109,113,115,116,117,118,121,122,123,124,130,131,133,137,138,143,145,161,164,165,168,173,174,175,176,179,180,187,194,196,200,201,203,214,248,271,272,273,274,276,277],table_list:[22,34,36,38,40,46,81,146,156,274],table_n:137,table_nam:[105,121,124,130,137],table_name_1:137,table_name_2:137,table_name_n:137,table_name_of_index_column:105,table_no_kei:[33,34,42,43,47,91,102,103,107,108,109,113,115,116,118,121,122,124,133,137,138,143,145,161,171,172,180,182,186,199,200,201,213,215,216,227,228,242,243,245,267,276],table_pat_kei:[33,34,41,43,44,63,80,91,92,93,95,103,104,105,113,115,116,118,122,123,130,131,133,137,138,143,145,146,147,151,156,161,171,172,174,175,179,180,182,185,199,200,209,213,214,215,216,224,227,228,242,243,245,248,267,273,274,276,277,279,280],table_remov:[22,34,40,41,43,44,46,81,91,105,118,124,130,156],table_renam:[22,39,46,81,91,105],table_token:[22,44,46,81,229],tablecursor:43,tablegroupflag:43,tablenam:82,tables_buff:54,tachikawa:44,tag:[12,22,34,38,40,41,42,43,80,91,93,113,115,116,138,171,172,173,174,175,182,194,196,200,214,215,216,223,239,240,270],tag_length:116,tagger:0,tahr:42,taht:34,tail:[12,264],tajima:40,takagi01:34,takashi:[34,102],takatsugu:42,takayama:43,takayuki:38,take:[34,44,88,91,92,93,95,96,97,98,99,104,105,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,140,142,143,145,146,147,148,149,150,151,154,262,274],taken:123,takiuchi:41,talk:[2,12,34,41,43],tamano:[42,44],tanab:41,tanuma:42,tar:[12,24,25,27,28,29,30,31],target:[18,29,32,34,38,40,42,43,44,50,51,55,57,58,63,65,80,96,97,98,104,105,106,107,108,109,112,113,115,116,118,124,130,131,133,134,138,143,149,161,165,171,172,179,180,182,186,199,200,205,213,215,216,226,242,258,271,274,276],target_charact:57,target_class:[34,205],target_nam:[34,42],taro:273,task:[0,40],tasuku:[43,45],tatsuya:40,tauru:34,tcp:161,tcp_nodelai:44,team:34,techniqu:[214,215,216],tell:242,templ:34,temporari:[6,7,22,34,40,43,44,46,145,156,168,269],temporarili:34,tend:[122,276],term:[0,33,34,40,41,42,43,44,89,92,104,105,113,115,116,123,137,138,145,147,156,171,172,180,182,199,214,215,216,224,227,228,242,248,267,274,276,280],termin:[40,43,54,57,66,74,156,158,274,277],terms_tabl:138,teruya:43,test:[6,12,14,23,24,25,27,31,32,34,40,42,43,44,114,138,157,158,244,271,274,276,277,278],test_loc:157,test_str:14,test_text_otoj:14,testdb:[157,162],tetsuharu:42,tex:149,text:[17,22,29,33,34,38,40,41,42,43,44,47,57,58,63,73,80,83,93,106,108,113,115,116,119,122,123,133,137,138,143,145,147,149,157,171,173,180,182,194,198,200,203,204,205,206,209,210,213,214,215,216,223,226,229,231,232,233,234,235,239,240,241,242,243,244,245,248,258,270,271,273,277,280],tfidfmodel:34,than:[0,33,34,38,41,42,43,44,63,80,86,92,93,99,115,116,122,123,138,141,143,154,156,158,168,174,180,182,194,198,201,202,212,213,214,215,216,222,231,241,242,244,248,249,256,262,271,272,274,276,277,281],thank:277,thatn:138,the_number_of_loaded_record:106,theater:280,theatr:280,thei:[29,30,34,43,47,80,92,105,106,113,115,116,118,123,125,126,132,138,145,149,158,171,172,179,182,185,198,199,200,201,202,210,212,214,215,216,217,219,220,221,222,223,241,248,258],them:[16,17,24,25,27,29,31,34,43,49,57,80,83,92,105,115,116,118,130,138,143,145,161,168,174,194,199,200,213,214,231,232,233,234,235,236,237,238,240,246,247,248,264,271,274,281],themselv:[17,209,212],therefor:[34,103,104,239,242],therubyrac:12,thesauru:138,thi:[0,3,5,6,7,8,18,20,21,23,24,25,26,27,28,29,30,31,32,34,38,40,41,42,43,44,47,48,50,51,53,54,55,63,65,74,80,81,83,88,91,92,93,95,96,97,98,99,104,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,130,131,132,133,134,135,136,137,138,139,140,142,143,145,146,147,148,149,150,151,153,154,156,158,160,161,163,164,168,172,174,175,176,180,182,184,185,186,187,194,196,197,199,200,202,205,207,209,210,212,213,214,215,216,217,218,219,220,222,226,231,239,241,242,243,244,245,248,249,250,258,264,268,269,271,272,274,276,277,278,279,280,281],thing:43,think:[138,145,200,213,214,215,216],third:[93,138,194,200,271],thorsten:44,those:[0,17,29,30,39,138,168,182,198,199,200,204,210,221,222,223,258,271,274],though:[0,34,40,41,42,44,63,154,219,243,276],thread:[0,34,41,42,43,44,51,54,55,70,74,99,108,114,139,140,145,148,156,161,202,258],thread_count:43,thread_id:[34,156],thread_limit:[22,34,43,46,81,99,114,124,145],thread_tabl:157,thread_title_column:157,threasd:156,three:[41,80,83,95,105,119,138,164,165,168,171,174,194,198,215,216,219,220,271,272,274,276],threshold:[23,34,36,38,40,42,43,54,64,65,101,138,141,152,156,267],through:[0,158,161],throughput:[34,38,258],thu:[0,34,42,44,112,115,116,138,160,162,199,275,276,280,281],thursdai:187,tid:61,tim:34,time:[0,6,7,22,34,38,40,41,42,43,44,49,83,86,92,104,113,115,116,117,118,121,122,123,124,130,133,134,137,138,139,140,141,143,154,156,157,158,161,182,186,187,199,201,202,212,213,217,219,220,222,239,242,248,267,270,274,281],time_classify_:34,time_classify_dai:[22,34,44,46,163],time_classify_day_of_week:[22,34,46,163],time_classify_hour:[22,44,46,115,163],time_classify_minut:[22,44,46,163],time_classify_month:[22,44,46,163],time_classify_second:[22,44,46,163],time_classify_week:[22,44,46,163],time_classify_year:[22,44,46,163],time_column:157,time_format:34,time_format_iso8601:34,time_loc:158,time_stamp:[34,202],timeout:[22,41,44,46,49,65,81,156],timestamp:[34,44,113,115,116,117,118,121,124,133,138,154,156,161,186,277],timestamp_text:[116,138],timev:34,timgates42:34,tini:43,titl:[12,34,41,42,103,106,107,108,109,113,115,116,133,138,145,166,180,185,199,200,214,215,216,271,272,273,274,276,278],title_index:214,title_index_column:34,title_term:34,tiwawan:43,tld:272,tmp:[6,7,12,41,93,95,115,123,124,141,146,156,212,213,258,264,274,278],to_column:91,tobbi:180,todai:0,todo:[6,7,14,34,51,52,54,55,56,57,58,59,60,61,62,64,65,66,67,68,69,71,72,75,77,79,80,83,92,106,115,119,129,138,160,163,183,195,199,200,217,248,250,258,259,260,275],token:[22,24,25,27,28,29,31,34,38,40,41,42,43,44,46,81,91,92,104,105,113,115,116,123,138,143,147,150,157,199,200,203,205,213,220,222,223,224,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,274],token_column:34,token_filt:[34,44,103,147,224,226,227,228],token_filter_1:[123,137],token_filter_2:[123,137],token_filter_n:[123,137],token_filter_nam:137,token_filter_name_1:137,token_filter_name_2:137,token_filter_name_n:137,token_fitl:137,tokenbigram:[22,34,46,92,113,115,116,123,133,137,138,143,145,147,149,150,156,161,171,172,180,182,185,199,200,201,214,215,216,220,223,224,227,228,229,230,232,233,234,235,236,237,238,241,242,246,247,248,267,274,276,277,280],tokenbigramignoreblank:[22,46,137,150,230,267],tokenbigramignoreblanksplitsymbol:[22,46,137,150,230,267],tokenbigramignoreblanksplitsymbolalpha:[22,34,46,137,150,230,267],tokenbigramignoreblanksplitsymbolalphadigit:[22,34,46,137,150,230,267],tokenbigramsplitsymbol:[22,34,46,137,150,230,242,267],tokenbigramsplitsymbolalpha:[22,46,137,138,149,150,230,231,267],tokenbigramsplitsymbolalphadigit:[22,46,91,137,150,180,220,230,267],tokenbigramsplitxxx:231,tokenbigrm:91,tokendelimit:[22,34,46,137,149,150,161,222,226,230,240],tokendelimitnul:[22,46,137,150,230],tokendelmit:34,tokendocumentvectorbm25:34,tokendocumentvectortfidf:34,tokenfilt:34,tokenfilternfkc100:[22,34,46,225],tokenfilternfkc121:34,tokenfilternfkc130:34,tokenfilterstem:[22,25,31,34,42,46,225],tokenfilterstopword:[22,34,42,43,46,147,224,225],tokenizer_1:137,tokenizer_2:137,tokenizer_error:264,tokenizer_list:[22,42,46,81],tokenizer_n:137,tokenizer_nam:137,tokenizer_name_1:137,tokenizer_name_2:137,tokenizer_name_n:137,tokenkytea:40,tokenmecab:[22,34,40,46,200,205,226,230,267],tokenngram:[22,34,46,104,200,230],tokenpattern:[22,34,46,230],tokenregexp:[22,43,44,46,133,137,150,213,230],tokenstopword:34,tokent:[22,34,46,230],tokentrigram:[22,43,46,137,149,150,230],tokenunigram:[22,46,137,150,230],tokyo:[168,281],tokyogeopoint:[38,44,58,122,123,137,168,169,170,281],tom:180,tomita:36,tomo:273,tomoatsu:[36,40],tomohiro:34,tomygx:43,too:[18,34,41,43,44,63,70,80,124,130,138,200,268,271,276],too_large_offset:264,too_many_link:264,too_many_open_fil:264,too_many_open_files_in_system:264,too_many_symbolic_link:264,too_small_limit:264,too_small_offset:264,tood:[74,142],tool:[6,15,17,18,21,22,23,32,34,43,159,258,262,270,274],top:[58,272],top_left:[38,170],top_left_point:58,topic:[3,22],torinki:44,tortoisegit:8,toshio:34,totabl:91,total:[33,34,40,43,44,89,122,143,157,223,248,264,269],total_chunk_s:122,total_s:122,touch:[43,55,118],tower:34,toybox:271,tracker:[3,22,42],trade:229,tradit:[0,42],trail:34,transfer:[0,22,256,262,264,270],transit:262,translat:[3,18,34,40,42],transposit:44,travel:277,travi:[20,22,40,41,42],travisci:12,treat:[34,40,41,42,43,113,115,116,118,138,149,174,200,208,219,220,245],tree:42,trend:138,tri:[34,49,174,242,277],trial:0,trie:[22,34,38,40,41,43,44,123,137,143,199,200,223,270,274],trigger:130,trigram:[34,242,246],tritonn:[113,115,116,138,199,200],troubl:17,troubleshoot:[22,34,36],truncat:[22,34,38,41,42,43,44,46,51,63,81,104,105],trust:12,trusti:42,tsu_root:43,tsv:[43,125,126,132,210,264],tuesdai:187,tune:[22,34,41,43,46,80,130,138,269],tupl:174,turn:[34,158],tutori:[22,40,42,43,74,271,274],tweet:[2,201],twice:[34,43,138,199],twitter:[22,40,44,277],two:[19,24,25,27,31,34,41,42,43,54,57,63,83,92,93,98,104,113,114,115,116,118,124,130,131,138,142,143,145,146,148,149,158,161,162,164,168,175,179,180,182,185,194,199,202,204,208,213,215,220,222,231,239,257,258,262,272,273,274,276,277,281],txt:[16,17,244],type1:[141,161],type2:[141,161],type:[13,22,33,34,38,39,40,41,42,43,44,46,47,50,51,52,53,54,55,56,57,58,59,60,62,63,65,66,67,68,69,70,71,72,74,76,80,87,91,93,95,102,104,105,106,119,121,134,135,141,143,145,149,154,157,158,159,165,168,185,199,200,204,205,206,208,210,213,214,215,216,219,220,222,223,231,258,264,270,272,273,274,276,279,281],type_1:137,type_2:137,type_in_hex:63,type_n:137,type_nam:137,type_name_1:137,type_name_2:137,type_name_n:137,type_of_the_column:185,typedef:70,typic:[43,138],typo:[34,38,40,41,42,43,44,212,219,220],u0000ful:240,u0000http:240,ubuntu:[12,18,21,22,23,34,38,40,41,42,43,44,262],uchiyama:34,ucrt:34,ud83c:34,udf7a:34,ueno:[38,40],uid:12,uint16:[34,41,122,123,137],uint32:[33,34,40,41,42,47,80,83,91,92,93,95,102,113,115,116,122,123,137,138,143,144,145,146,151,161,164,174,179,185,186,199,200,201,203,213,227,228,243,245,248,267,272,273,274,276,278,279,280,281],uint32_column:43,uint32_t:[34,70],uint64:[33,34,41,42,122,123,137,161],uint64_t:34,uint8:[34,36,41,47,92,93,105,122,123,130,131,137,187],uint:[40,44],ull:149,ultra:273,umask:42,umemoto:38,unari:41,unauthent:40,unbias:34,unchang:74,uncontinu:40,undefin:271,under:[29,34,42,158,159,161,162,258],underflow:[34,271],underli:0,underscor:[92,143],understand:[34,42,103,118,138,145,274],undocu:138,unexpect:[34,40,42,44],unexpectedli:[34,41,43,44,105],unexpectedlli:34,unfinish:34,unhandl:161,uni:242,unicod:[34,43,204,205,206,226],unicorn:43,unifi:34,unify_alphabet:[34,200],unify_digit:34,unify_hyphen:34,unify_hyphen_and_prolonged_sound_mark:34,unify_kana:34,unify_kana_cas:34,unify_kana_voiced_sound_mark:34,unify_katakana_bu_sound:34,unify_katakana_v_sound:34,unify_middle_dot:34,unify_prolonged_sound_mark:34,unify_symbol:34,unify_to_katakana:34,unify_to_romaji:34,unigram:[242,247],uniniti:43,uninstal:40,uniqu:[34,92,134,161],unit:[81,86,102,140,154,161,168,182,186,200,246,247,264],univers:31,unix:[3,5,8,29,42,140,186],unix_time_when_command_is_start:83,unknow:42,unknown:[34,39,47,56,63,245],unknown_error:264,unless:[34,104,130,131],unlimit:44,unlink:[34,57],unload:40,unlock:[34,74,106],unmanag:[89,122],unmap:[34,43,55,99],unmatch:34,unnam:34,unnecessari:[34,248],unpack:34,unpatch:45,unrecover:55,unregist:[125,126],unrel:[34,38],unreli:154,unresolv:38,unsaf:[43,44,55],unsign:[42,43,50,51,57,60,63,65,66,68,69,71,74,87,122,249,264,271],unsort:44,unsplit:[11,138],unstabl:39,unsupport:[34,43],unsupported_command_vers:264,untag:173,until:[17,34,42,49,74,86,92,99,106,138,201,242],unus:[34,42,99],updag:40,updat:[3,22,25,27,31,34,38,40,41,42,43,44,45,49,92,104,106,122,138,158,182,201,218,223,241,271,273,274,276],update_buffer_s:60,update_not_allow:264,updated_at:267,upgrad:[12,34,40,42,43,44,257],upload:12,upper:[38,42,92,143,213,274],uppercas:213,uptim:[34,84,140,158,210,264,274,278],uri:[158,159,161],url:[32,34,38,42,103,159,258],urlencod:[34,159],usa:272,usabl:[152,161],usag:[0,22,34,41,42,43,44,46,199,200,276],use:[0,1,5,6,7,8,15,16,17,19,21,22,23,24,25,27,28,29,31,32,33,34,38,40,41,42,43,44,46,47,50,51,53,54,55,57,63,70,73,74,80,83,89,91,92,96,97,98,99,102,104,105,106,108,112,113,114,115,116,117,118,119,121,122,124,125,130,131,132,133,134,135,136,137,138,139,140,143,145,149,151,154,156,158,159,161,163,168,171,172,173,174,175,179,180,194,198,199,200,202,204,206,208,209,210,212,213,214,215,216,217,218,223,226,231,239,241,242,244,248,249,256,258,261,262,264,269,271,272,273,274,276,277,278,279,280,281],use_base_form:34,use_offline_index:39,use_range_index:43,use_read:[34,226],usec:34,used:[0,21,29,33,34,38,40,41,42,43,44,47,48,50,53,54,55,57,63,65,73,80,83,85,86,87,88,91,92,99,105,107,108,109,112,113,114,115,116,121,122,130,133,137,138,139,140,141,143,151,154,156,158,161,162,163,164,171,172,173,174,180,182,185,198,199,200,202,203,209,212,213,214,215,216,220,223,226,229,231,242,243,244,245,246,247,250,256,258,264,271,272,273,274,276,277,281],useful:[0,6,7,34,42,43,44,47,51,80,83,86,92,93,104,105,113,114,119,123,124,130,133,137,138,139,143,147,149,156,158,198,199,209,213,214,223,241,258,271,274,276],useless:55,user:[3,6,7,8,29,32,34,40,41,42,43,44,47,63,70,83,85,86,91,92,93,95,102,105,118,121,122,124,130,131,134,137,138,146,151,154,157,158,164,172,174,180,182,185,199,200,202,209,219,220,221,222,248,249,258,273,278,280],user_ag:[130,131,164],user_column:157,user_data:[66,74],user_input:200,user_pattern:174,usernam:[32,273],users_20160320:118,users_index:277,users_loc:277,users_memo:180,users_nam:[105,180],uses:[0,18,19,20,21,29,31,34,40,41,42,44,47,50,53,55,73,80,83,86,87,92,103,113,115,116,118,119,130,137,138,139,143,145,147,148,149,156,158,168,171,172,174,175,180,182,199,200,201,202,203,204,206,208,212,213,214,215,216,219,220,222,224,227,228,231,239,240,242,246,247,248,258,264,271,272,274,275,276,278,279],using:[0,3,22,29,33,34,40,41,43,44,45,47,53,86,92,104,105,113,114,115,116,118,138,145,148,154,158,161,174,180,199,200,205,209,212,213,221,222,227,241,242,264,270,273,274,276],usr:[14,28,29,125,126,132,156,158],usual:[43,44,54,162,271,276],utc:[83,200],utf8:[29,44,56,156],utf:[34,40,41,45,63,161,200,204,206,210,244],util:158,utop:43,uuid:44,uuuuuu:200,uvector:34,uzulla:38,va_list:34,valid:[34,38,40,41,42,43,44,113,115,116,138,199,200,222,223,271],valu:[0,8,29,34,38,39,40,41,42,43,44,49,51,53,54,60,62,63,65,66,69,74,76,80,83,86,87,152,154,156,158,159,199,200,201,205,210,212,213,214,219,220,221,222,223,226,229,231,232,233,234,235,236,237,238,239,240,241,242,244,246,247,248,249,258,262,264,269,271,272,274,279,281],value1:[91,106,158,174,175,200],value2:[106,200],value_1:[137,274,278],value_2:[137,274,278],value_column:51,value_n:137,value_s:[44,123],value_typ:[68,137],valuebuf:62,valuen:[174,175],var_siz:[63,105,122,123],vari:[33,74],variabl:[30,34,38,39,40,41,42,43,44,74,93,105,122,123,130,131,138,200,212,264,271],variant:[34,241],variantsa:242,varieti:273,variou:[22,270,274,277],vcruntim:[32,34],vcruntime140_1:34,vdw:[272,274,281],vector:[22,34,38,40,41,42,43,44,46,65,76,93,102,113,115,116,122,123,137,138,195,196,197,219,270,277],vector_column:[41,44],vector_find:[22,34,46,163],vector_new:[22,34,46,113,115,116,138,163],vector_s:[22,34,43,46,113,163],vector_slic:[22,34,44,46,163],vector_text_column:43,veres:258,veri:[0,34,40,44,83,106,113,115,116,138,171,172,174,182,194,199,200,213,214,219,223,258,273],version1:82,version2:82,version3:82,version4:82,version:[12,18,22,25,26,29,30,31,32,34,38,40,41,42,43,44,45,46,47,51,52,54,55,63,74,81,84,85,86,90,91,92,96,97,98,99,103,104,105,106,107,108,109,113,114,115,116,117,118,121,122,123,124,125,126,127,130,131,132,133,134,137,138,139,140,142,143,145,148,151,152,154,156,157,158,165,167,168,171,172,173,174,175,176,183,184,186,187,194,195,196,197,199,200,205,206,210,213,215,216,217,226,244,249,250,251,252,253,254,257,262,264,274,278],version_major:34,version_minor:34,version_patch:34,vertic:[92,143],vervet:[43,44],via:[17,26,34,40,87,103,161,222,242],video:273,view:[12,22,40,175,269,270,278],violat:34,violin:34,virgo:34,virtual:[41,43],visual:[0,8,32,34,38,40,41,42,43,83,137],visut:44,vivid:[43,44],vmstat:269,vocabulari:274,voic:[34,204,205,226],void_t:70,vojtovich:42,volum:26,vs2019:[32,34],vulner:[34,42],w64:12,wai:[0,3,6,7,19,34,40,41,42,80,105,138,152,154,158,161,162,180,198,210,241,272,274,276,277,280],wait:[34,49,74,86,113,115],wanab:41,want:[6,7,8,13,16,24,25,27,28,29,31,34,42,43,47,63,70,91,92,104,106,113,114,118,119,121,122,124,130,135,136,137,138,143,145,147,149,154,156,158,161,168,175,179,185,199,212,213,217,219,220,222,227,229,231,241,242,256,262,264,269,272,274,276,280],wareohji:40,warm:[156,158],warn:[6,7,34,39,40,41,42,110,111,138,156,158,202,213,216],warp:42,warri:23,washida:41,wasn:[34,44],wast:34,watch:12,weak:[0,182],web:[29,138,141,158,159,199,220,222,273],webclip:173,webplu:138,wednesdai:187,week:[154,187],weight1:[34,40,80,138],weight2:[34,40,80,138],weight3:80,weight:[22,34,40,41,42,63,93,122,137,138,161,180,199,214,270,271],weight_float32:34,weight_in_match_column:80,weight_in_weight_vector:80,welcom:[2,3,16,17,113,115,116,138,199,200,277],well:[0,29,34,41,158,182,278],were:[34,44,168,274],werewolf:[43,44],wget:[24,25,27,29,30,31],wgs84geopoint:[34,38,44,58,122,123,137,168,271,272,273,277,278,281],wgs84geoppoint:58,what:[34,57,92,105,118,130,138,141,145,161,185,213,280],when:[0,3,18,34,38,40,41,42,43,44,47,51,55,65,70,80,83,84,86,91,92,96,99,103,104,105,106,107,112,113,114,115,116,118,122,123,124,125,130,132,133,137,138,139,141,143,145,148,154,156,158,161,165,168,173,175,180,185,194,199,201,203,213,217,219,228,229,231,239,242,244,248,256,261,264,268,273,274,277,279],where:[29,34,87,104,268,271],whether:[34,40,42,43,44,54,55,65,87,96,98,103,105,106,107,108,109,110,113,115,116,118,121,122,123,124,130,131,133,137,138,141,145,151,154,158,161,164,168,174,175,180,185,198,199,217,269,271],which:[0,1,27,34,40,41,42,43,44,63,73,74,102,105,110,112,113,115,116,118,119,135,136,138,147,149,154,156,161,162,168,173,175,176,179,180,185,196,199,200,219,243,245,262,264,268,271,272,273,274,276,277,278,279,280,281],white:[34,199,200,229,231,232,233,234,235,246,247,274],whitespac:34,who:[34,41,43,154,164,229,273],whole:[34,41,106],whombx:41,whose:[200,268,274],why:[41,138,213,262],wibowo:41,wide:[0,29,38,44,209,213,274],width:[34,38,43,204,205,226],wiedenroth:42,wiki:[34,158],wikipedia:[34,209,249],wili:[43,44],win64:[8,32],window:[3,5,6,7,12,22,23,34,38,40,41,42,43,44,45,46,74,139,268],window_count:[22,34,46,113,115,116,250],window_record_numb:[22,34,46,116,250,251],window_sum:[22,34,46,113,115,116,138,250],wing:[40,41],with_check:[42,119],with_command_vers:43,with_posit:[34,44,92,93,104,113,115,116,122,123,133,137,138,161,171,172,180,182,185,199,200,201,213,214,215,216,227,228,242,248,267,274,276,277,280],with_sect:[34,42,43,44,92,93,122,137,276,277],with_transposit:34,with_typ:[119,205],with_weight:[34,42,80,92,93,122,137],within:[154,219,220,277,281],without:[0,34,39,40,41,42,43,44,47,80,84,88,91,109,113,114,115,116,118,122,124,125,130,132,138,148,158,180,182,185,199,200,205,213,219,222,226,242,257,271,280],wno:38,woker:34,wolfgang:34,woman:34,won:[34,242],wonderland:92,wor:242,word1:[40,138,199,200],word2:[40,138,199,200],word:[0,34,40,42,43,70,76,113,115,116,138,145,185,198,199,200,205,212,214,219,220,221,222,226,228,231,239,241,245,275,277],work:[0,3,12,29,34,38,40,41,42,43,44,74,99,112,113,115,116,118,130,138,148,158,202,213,217,218,231,248,258,274,278],workaround:[42,43,44,145],worker:[34,41,44,112,158],worker_process:258,world:[34,41,42,104,229,231,239,242,249,276,281],worst:[34,44],writabl:[42,43],write:[14,18,29,34,39,42,43,70,108,129,138,142,156,199,200,213,275,276,277],written:[18,42,112,125,132,151,217,277],wrong:[34,38,40,41,42,43,44,104,154,220,221],wrongli:[38,44],wsaenobuf:268,wsasend:34,www:[12,34,159],x64:[12,32,34],x86:[32,34,38,43],x86_64:12,xcode:28,xenial:[12,31,44],xeru:[31,44],xml:[38,39,40,41,42,53,159,210,258,264],xvzf:[24,25,27,28,29,30,31],xxhash:34,xxx:[34,41,42,44,138,156,200],xxx_20150603:43,xxx_20150604:43,xxx_201506:43,xxxx:12,xxxxx:268,xyzabc:34,yagisumi:34,yahppo:41,yai:34,yak:[34,44],yakketi:[34,44],yamada:[42,205],yamaguchi:38,yamamoto:42,yaman:[41,42],yappo:[41,42,45],yasuhiro:34,year:[34,43,47,154,164,200,202,277],years_old:47,yes:[14,34,39,41,43,44,84,103,105,106,113,115,116,118,124,130,131,138,141,145,155,159,219],yet:[0,34,38,41,44,116,135,136,138,161,200,208,214,216,217,245,258],yito:[40,41],yml:[12,21,26],yoji:38,yokoyama:[41,42,44],yoku:[41,42],york:[63,168,277],yoshida:41,yoshioka:[40,43],you:[0,1,2,3,5,6,7,8,13,16,17,18,19,20,21,23,24,25,26,27,28,29,31,32,33,34,38,39,40,41,42,43,44,47,49,50,51,53,54,55,57,63,70,73,74,80,81,83,84,85,86,87,88,91,92,93,95,96,97,98,99,102,103,105,106,107,108,109,112,113,114,115,116,117,118,119,121,122,124,125,126,130,131,132,133,134,135,136,137,138,139,141,143,145,146,147,148,149,151,152,154,156,158,159,160,161,162,163,164,168,171,172,173,174,175,176,179,180,182,185,186,187,194,198,199,200,203,204,205,206,208,209,210,212,213,214,215,216,217,219,222,223,224,226,227,228,229,231,232,233,234,235,239,241,243,244,245,248,249,256,258,261,262,264,268,269,271,272,273,274,276,277,278,279,280,281],younger:92,your:[0,3,6,7,8,18,21,31,34,38,42,43,92,105,106,107,108,109,125,132,133,143,148,154,156,158,159,176,180,200,203,212,213,217,224,241,248,258,264,280],your_db:38,your_github_account:17,your_new_db:38,yourself:[23,92],yuki:[38,42,44],yum:[12,18,24,27,40],yunqiang:44,yutaro:[34,43],yuya:[42,43,44],yy_syntax_error:[47,138],yyi:[17,34],yyyi:[200,202],yyyymm:217,yyyymmdd:[113,115,116,217],zapu:34,zcat:44,zenigata:273,zero:[34,44,76,80,92,138,179,203,212,224,229,264,271],zeromq:29,zesti:34,zip:[12,22,23,34,40],zlib1g:[25,31],zlib:[23,34,36,38,40,41,42,92,122,137],zlib_error:264,zsh:29,zstandard:[29,34,44,92,122],zstd:[34,122],zunda:38,zxvf:12,zzz:34},titles:["<span class=\"section-number\">1. </span>Characteristics of Groonga","<span class=\"section-number\">6. </span>Client","<span class=\"section-number\">3. </span>Community","<span class=\"section-number\">12. </span>How to contribute to groonga","<span class=\"section-number\">12.3. </span>For Groonga developers","<span class=\"section-number\">12.3.2. </span>How to build Groonga at the repository","<span class=\"section-number\">12.3.2.1. </span>How to build Groonga at the repository by GNU Autotools","<span class=\"section-number\">12.3.2.2. </span>How to build Groonga at the repository by CMake on GNU/Linux or Unix","<span class=\"section-number\">12.3.2.3. </span>How to build Groonga at the repository by CMake on Windows","<span class=\"section-number\">12.3.3. </span>Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","<span class=\"section-number\">12.3.4. </span>\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","<span class=\"section-number\">12.3.5. </span>\u30af\u30a8\u30ea\u306e\u5b9f\u73fe","<span class=\"section-number\">12.3.7. </span>\u30ea\u30ea\u30fc\u30b9\u624b\u9806","<span class=\"section-number\">12.3.1. </span>Repository","<span class=\"section-number\">12.3.8. </span>\u30c6\u30b9\u30c8\u65b9\u6cd5","<span class=\"section-number\">12.2. </span>How to contribute in documentation topics","<span class=\"section-number\">12.2.3. </span>C API","<span class=\"section-number\">12.2.2. </span>I18N","<span class=\"section-number\">12.2.1. </span>Introduction","<span class=\"section-number\">12.1. </span>How to report a bug","<span class=\"section-number\">11. </span>Development","<span class=\"section-number\">11.1. </span>Travis CI","Groonga documentation","<span class=\"section-number\">2. </span>Install","<span class=\"section-number\">2.5. </span>CentOS","<span class=\"section-number\">2.3. </span>Debian GNU/Linux","<span class=\"section-number\">2.8. </span>Docker","<span class=\"section-number\">2.6. </span>Fedora","<span class=\"section-number\">2.2. </span>Mac OS X","<span class=\"section-number\">2.9. </span>Others","<span class=\"section-number\">2.7. </span>Oracle Solaris","<span class=\"section-number\">2.4. </span>Ubuntu","<span class=\"section-number\">2.1. </span>Windows","<span class=\"section-number\">9. </span>Limitations","News","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","News - 1.2.x","News - 1.3.x","News - 2.x","News - 3.x","News - 4.x","News - 5.x","News - 6.x","News in Senna period","<span class=\"section-number\">7. </span>Reference manual","<span class=\"section-number\">7.19. </span>Alias","<span class=\"section-number\">7.25. </span>API","<span class=\"section-number\">7.25.2. </span>Global configurations","<span class=\"section-number\">7.25.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_cache</span></code>","<span class=\"section-number\">7.25.5. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_column</span></code>","<span class=\"section-number\">7.25.6. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_command_version</span></code>","<span class=\"section-number\">7.25.7. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_content_type</span></code>","<span class=\"section-number\">7.25.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_ctx</span></code>","<span class=\"section-number\">7.25.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_db</span></code>","<span class=\"section-number\">7.25.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_encoding</span></code>","<span class=\"section-number\">7.25.11. </span>grn_expr","<span class=\"section-number\">7.25.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_geo</span></code>","<span class=\"section-number\">7.25.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_hook</span></code>","<span class=\"section-number\">7.25.14. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_ii</span></code>","<span class=\"section-number\">7.25.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_index_cursor</span></code>","<span class=\"section-number\">7.25.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_info</span></code>","<span class=\"section-number\">7.25.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_inspect</span></code>","<span class=\"section-number\">7.25.18. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_match_escalation</span></code>","<span class=\"section-number\">7.25.19. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_obj</span></code>","<span class=\"section-number\">7.25.20. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_proc</span></code>","<span class=\"section-number\">7.25.21. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_search</span></code>","<span class=\"section-number\">7.25.22. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_table</span></code>","<span class=\"section-number\">7.25.23. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_table_cursor</span></code>","<span class=\"section-number\">7.25.24. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_thread_*</span></code>","<span class=\"section-number\">7.25.25. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_type</span></code>","<span class=\"section-number\">7.25.26. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_user_data</span></code>","<span class=\"section-number\">7.25.1. </span>Overview","<span class=\"section-number\">7.25.3. </span>Plugin","<span class=\"section-number\">7.12. </span>Cast","<span class=\"section-number\">7.6. </span>Column","<span class=\"section-number\">7.6.4. </span>Index column","<span class=\"section-number\">7.6.3. </span>Pseudo column","<span class=\"section-number\">7.6.1. </span>Scalar column","<span class=\"section-number\">7.6.2. </span>Vector column","<span class=\"section-number\">7.3. </span>Command","<span class=\"section-number\">7.3.1. </span>Command version","<span class=\"section-number\">7.3.2. </span>Output format","<span class=\"section-number\">7.3.3. </span>Pretty print","<span class=\"section-number\">7.3.4. </span>Request ID","<span class=\"section-number\">7.3.5. </span>Request timeout","<span class=\"section-number\">7.3.6. </span>Return code","<span class=\"section-number\">7.3.7. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">cache_limit</span></code>","<span class=\"section-number\">7.3.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">check</span></code>","<span class=\"section-number\">7.3.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">clearlock</span></code>","<span class=\"section-number\">7.3.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_copy</span></code>","<span class=\"section-number\">7.3.11. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_create</span></code>","<span class=\"section-number\">7.3.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_list</span></code>","<span class=\"section-number\">7.3.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_remove</span></code>","<span class=\"section-number\">7.3.14. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_rename</span></code>","<span class=\"section-number\">7.3.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">config_delete</span></code>","<span class=\"section-number\">7.3.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">config_get</span></code>","<span class=\"section-number\">7.3.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">config_set</span></code>","<span class=\"section-number\">7.3.18. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">database_unmap</span></code>","<span class=\"section-number\">7.3.19. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">define_selector</span></code>","<span class=\"section-number\">7.3.20. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">defrag</span></code>","<span class=\"section-number\">7.3.21. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">delete</span></code>","<span class=\"section-number\">7.3.22. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">dump</span></code>","<span class=\"section-number\">7.3.23. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">index_column_diff</span></code>","<span class=\"section-number\">7.3.24. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">io_flush</span></code>","<span class=\"section-number\">7.3.25. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">load</span></code>","<span class=\"section-number\">7.3.26. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">lock_acquire</span></code>","<span class=\"section-number\">7.3.27. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">lock_clear</span></code>","<span class=\"section-number\">7.3.28. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">lock_release</span></code>","<span class=\"section-number\">7.3.29. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">log_level</span></code>","<span class=\"section-number\">7.3.30. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">log_put</span></code>","<span class=\"section-number\">7.3.31. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">log_reopen</span></code>","<span class=\"section-number\">7.3.32. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_count</span></code>","<span class=\"section-number\">7.3.33. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_parameters</span></code>","<span class=\"section-number\">7.3.34. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_range_filter</span></code>","<span class=\"section-number\">7.3.35. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_select</span></code>","<span class=\"section-number\">7.3.36. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_shard_list</span></code>","<span class=\"section-number\">7.3.37. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_table_remove</span></code>","<span class=\"section-number\">7.3.38. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">normalize</span></code>","<span class=\"section-number\">7.3.39. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">normalizer_list</span></code>","<span class=\"section-number\">7.3.40. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_exist</span></code>","<span class=\"section-number\">7.3.41. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_inspect</span></code>","<span class=\"section-number\">7.3.42. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_list</span></code>","<span class=\"section-number\">7.3.43. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_remove</span></code>","<span class=\"section-number\">7.3.44. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">plugin_register</span></code>","<span class=\"section-number\">7.3.45. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">plugin_unregister</span></code>","<span class=\"section-number\">7.3.46. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">query_expand</span></code>","<span class=\"section-number\">7.3.47. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">quit</span></code>","<span class=\"section-number\">7.3.48. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">range_filter</span></code>","<span class=\"section-number\">7.3.49. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">reference_acquire</span></code>","<span class=\"section-number\">7.3.50. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">reference_release</span></code>","<span class=\"section-number\">7.3.51. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">register</span></code>","<span class=\"section-number\">7.3.52. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">reindex</span></code>","<span class=\"section-number\">7.3.53. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">request_cancel</span></code>","<span class=\"section-number\">7.3.54. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">ruby_eval</span></code>","<span class=\"section-number\">7.3.55. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">ruby_load</span></code>","<span class=\"section-number\">7.3.56. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">schema</span></code>","<span class=\"section-number\">7.3.57. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">select</span></code>","<span class=\"section-number\">7.3.58. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">shutdown</span></code>","<span class=\"section-number\">7.3.59. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">status</span></code>","<span class=\"section-number\">7.3.60. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">suggest</span></code>","<span class=\"section-number\">7.3.61. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_copy</span></code>","<span class=\"section-number\">7.3.62. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_create</span></code>","<span class=\"section-number\">7.3.63. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_list</span></code>","<span class=\"section-number\">7.3.64. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_remove</span></code>","<span class=\"section-number\">7.3.65. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_rename</span></code>","<span class=\"section-number\">7.3.66. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_tokenize</span></code>","<span class=\"section-number\">7.3.67. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">thread_limit</span></code>","<span class=\"section-number\">7.3.68. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">tokenize</span></code>","<span class=\"section-number\">7.3.69. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">tokenizer_list</span></code>","<span class=\"section-number\">7.3.70. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">truncate</span></code>","<span class=\"section-number\">7.18. </span>Configuration","<span class=\"section-number\">7.1. </span>Executables","<span class=\"section-number\">7.1.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grndb</span></code>","<span class=\"section-number\">7.1.2. </span>grnslap","<span class=\"section-number\">7.1.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">groonga</span></code> executable file","<span class=\"section-number\">7.1.4. </span>groonga-benchmark","<span class=\"section-number\">7.1.5. </span>groonga-httpd","<span class=\"section-number\">7.1.6. </span>Groonga HTTP server","<span class=\"section-number\">7.1.7. </span>groonga-suggest-create-dataset","<span class=\"section-number\">7.1.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">groonga-suggest-httpd</span></code>","<span class=\"section-number\">7.1.9. </span>groonga-suggest-learner","<span class=\"section-number\">7.15. </span>Function","<span class=\"section-number\">7.15.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">between</span></code>","<span class=\"section-number\">7.15.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">cast_loose</span></code>","<span class=\"section-number\">7.15.3. </span>edit_distance","<span class=\"section-number\">7.15.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">fuzzy_search</span></code>","<span class=\"section-number\">7.15.5. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">geo_distance</span></code>","<span class=\"section-number\">7.15.6. </span>geo_in_circle","<span class=\"section-number\">7.15.7. </span>geo_in_rectangle","<span class=\"section-number\">7.15.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">highlight_full</span></code>","<span class=\"section-number\">7.15.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">highlight_html</span></code>","<span class=\"section-number\">7.15.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">html_untag</span></code>","<span class=\"section-number\">7.15.11. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">in_records</span></code>","<span class=\"section-number\">7.15.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">in_values</span></code>","<span class=\"section-number\">7.15.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">math_abs</span></code>","<span class=\"section-number\">7.15.14. </span>now","<span class=\"section-number\">7.15.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">number_classify</span></code>","<span class=\"section-number\">7.15.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">prefix_rk_search</span></code>","<span class=\"section-number\">7.15.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">query</span></code>","<span class=\"section-number\">7.15.18. </span>rand","<span class=\"section-number\">7.15.19. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">snippet_html</span></code>","<span class=\"section-number\">7.15.20. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">string_length</span></code>","<span class=\"section-number\">7.15.21. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">string_substring</span></code>","<span class=\"section-number\">7.15.22. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">sub_filter</span></code>","<span class=\"section-number\">7.15.23. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_day</span></code>","<span class=\"section-number\">7.15.24. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_day_of_week</span></code>","<span class=\"section-number\">7.15.25. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_hour</span></code>","<span class=\"section-number\">7.15.26. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_minute</span></code>","<span class=\"section-number\">7.15.27. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_month</span></code>","<span class=\"section-number\">7.15.28. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_second</span></code>","<span class=\"section-number\">7.15.29. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_week</span></code>","<span class=\"section-number\">7.15.30. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_year</span></code>","<span class=\"section-number\">7.15.31. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_find</span></code>","<span class=\"section-number\">7.15.32. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_new</span></code>","<span class=\"section-number\">7.15.33. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_size</span></code>","<span class=\"section-number\">7.15.34. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_slice</span></code>","<span class=\"section-number\">7.13. </span>grn_expr","<span class=\"section-number\">7.13.1. </span>Query syntax","<span class=\"section-number\">7.13.2. </span>Script syntax","<span class=\"section-number\">7.21. </span>Indexing","<span class=\"section-number\">7.23. </span>Log","<span class=\"section-number\">7.7. </span>Normalizers","<span class=\"section-number\">7.7.2.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">NormalizerAuto</span></code>","<span class=\"section-number\">7.7.2.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">NormalizerNFKC100</span></code>","<span class=\"section-number\">7.7.2.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">NormalizerNFKC51</span></code>","<span class=\"section-number\">7.17. </span>Operations","<span class=\"section-number\">7.17.1. </span>Geolocation search","<span class=\"section-number\">7.17.2. </span>Prefix RK search","<span class=\"section-number\">7.2. </span>Output","<span class=\"section-number\">7.10. </span>Query expanders","<span class=\"section-number\">7.10.1. </span>QueryExpanderTSV","<span class=\"section-number\">7.14. </span>Regular expression","<span class=\"section-number\">7.11. </span>Scorer","<span class=\"section-number\">7.11.3.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">scorer_tf_at_most</span></code>","<span class=\"section-number\">7.11.3.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">scorer_tf_idf</span></code>","<span class=\"section-number\">7.22. </span>Sharding","<span class=\"section-number\">7.20. </span>Suggest","<span class=\"section-number\">7.20.2. </span>Completion","<span class=\"section-number\">7.20.3. </span>Correction","<span class=\"section-number\">7.20.1. </span>Introduction","<span class=\"section-number\">7.20.4. </span>Suggestion","<span class=\"section-number\">7.5. </span>Tables","<span class=\"section-number\">7.9.1. </span>Summary","<span class=\"section-number\">7.9. </span>Token filters","<span class=\"section-number\">7.9.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterNFKC100</span></code>","<span class=\"section-number\">7.9.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterStem</span></code>","<span class=\"section-number\">7.9.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterStopWord</span></code>","<span class=\"section-number\">7.8.1. </span>Summary","<span class=\"section-number\">7.8. </span>Tokenizers","<span class=\"section-number\">7.8.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigram</span></code>","<span class=\"section-number\">7.8.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlank</span></code>","<span class=\"section-number\">7.8.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbol</span></code>","<span class=\"section-number\">7.8.5. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code>","<span class=\"section-number\">7.8.6. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code>","<span class=\"section-number\">7.8.7. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbol</span></code>","<span class=\"section-number\">7.8.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbolAlpha</span></code>","<span class=\"section-number\">7.8.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbolAlphaDigit</span></code>","<span class=\"section-number\">7.8.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenDelimit</span></code>","<span class=\"section-number\">7.8.11. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenDelimitNull</span></code>","<span class=\"section-number\">7.8.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenMecab</span></code>","<span class=\"section-number\">7.8.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenNgram</span></code>","<span class=\"section-number\">7.8.14. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenPattern</span></code>","<span class=\"section-number\">7.8.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenRegexp</span></code>","<span class=\"section-number\">7.8.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenTable</span></code>","<span class=\"section-number\">7.8.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenTrigram</span></code>","<span class=\"section-number\">7.8.18. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenUnigram</span></code>","<span class=\"section-number\">7.24. </span>Tuning","<span class=\"section-number\">7.4. </span>Data types","<span class=\"section-number\">7.16. </span>Window function","<span class=\"section-number\">7.16.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">record_number</span></code>","<span class=\"section-number\">7.16.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">window_count</span></code>","<span class=\"section-number\">7.16.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">window_record_number</span></code>","<span class=\"section-number\">7.16.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">window_sum</span></code>","<span class=\"section-number\">5. </span>Server","<span class=\"section-number\">5.3. </span>GQTP","<span class=\"section-number\">5.2. </span>HTTP","<span class=\"section-number\">5.2.1. </span>Comparison","<span class=\"section-number\">5.2.2. </span>groonga","<span class=\"section-number\">5.2.3. </span>groonga-httpd","<span class=\"section-number\">5.4. </span>Memcached binary protocol","<span class=\"section-number\">5.1. </span>Server packages","<span class=\"section-number\">8. </span>Specification","<span class=\"section-number\">8.1. </span>GQTP","<span class=\"section-number\">8.2. </span>\u691c\u7d22","<span class=\"section-number\">10. </span>Troubleshooting","<span class=\"section-number\">10.1. </span>\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","<span class=\"section-number\">10.2. </span>How to analyze error messages","<span class=\"section-number\">10.3. </span>How to avoid mmap Cannot allocate memory error","<span class=\"section-number\">4. </span>Tutorial","<span class=\"section-number\">4.3. </span>Various data types","<span class=\"section-number\">4.5. </span>Drilldown","<span class=\"section-number\">4.6. </span>Tag search and reverse resolution of reference relationships","<span class=\"section-number\">4.1. </span>Basic operations","<span class=\"section-number\">4.9. </span>Additional information about lexicon for full text search","<span class=\"section-number\">4.7. </span>match_columns parameter","<span class=\"section-number\">4.10. </span>Let\u2019s create micro-blog","<span class=\"section-number\">4.2. </span>Remote access","<span class=\"section-number\">4.8. </span>Prefix search with patricia trie","<span class=\"section-number\">4.11. </span>Query expansion","<span class=\"section-number\">4.4. </span>Various search conditions"],titleterms:{"0\u30ea\u30ea\u30fc\u30b9":[36,37,38],"1\u30ea\u30ea\u30fc\u30b9":[36,38],"2005":45,"2006":45,"2009":45,"2010":[35,36],"2011":[36,37,38],"2012":[39,40],"2013":[40,41],"2014":[41,42],"2015":[42,43],"2016":[43,44],"2017":[34,44],"2018":34,"2019":34,"2020":34,"2021":34,"2\u30ea\u30ea\u30fc\u30b9":36,"3\u30ea\u30ea\u30fc\u30b9":36,"4\u30ea\u30ea\u30fc\u30b9":36,"5\u30ea\u30ea\u30fc\u30b9":36,"6\u30ea\u30ea\u30fc\u30b9":[35,36],"7\u30ea\u30ea\u30fc\u30b9":[35,36],"8\u30ea\u30ea\u30fc\u30b9":36,"\u3053\u3061\u3089\u304b\u3089\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b":10,"\u306e\u66f4\u65b0":12,"\u3078\u3068\u8a98\u5c0e\u3057\u306a\u3044":10,"\u30aa\u30d7\u30b7\u30e7\u30f3":[155,157],"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":14,"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":11,"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":11,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6307\u5b9a\u65b9\u6cd5":82,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":157,"\u30b5\u30f3\u30d7\u30eb":[155,157],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":157,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":14,"\u30c6\u30b9\u30c8\u65b9\u6cd5":14,"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":14,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":14,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":157,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u3092\u5909\u66f4\u3059\u308b":267,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30d0\u30fc\u30b8\u30e7\u30f30":35,"\u30d0\u30fc\u30b8\u30e7\u30f31":[36,37],"\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u4f4d\u7f6e\u3065\u3051":82,"\u30d0\u30fc\u30b8\u30e7\u30f3\u66f4\u65b0":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u52d5\u4f5c\u78ba\u8a8d":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u7f72\u540d\u7528\u306e\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba\u3092\u77e5\u308a\u305f\u3044":12,"\u30d1\u30c3\u30b1\u30fc\u30b8\u7f72\u540d\u7528\u79d8\u5bc6\u9375\u306e\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30d3\u30eb\u30c9\u74b0\u5883\u306e\u6e96\u5099":12,"\u30d6\u30ed\u30b0":12,"\u30d9\u30af\u30bf\u30fc\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":249,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":14,"\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd":10,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0\u306e\u8a2d\u5b9a":12,"\u30ea\u30ea\u30fc\u30b9\u4f5c\u696d\u7528\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u4f5c\u6210":12,"\u30ea\u30ea\u30fc\u30b9\u5f8c\u306b\u3084\u308b\u3053\u3068":12,"\u30ea\u30ea\u30fc\u30b9\u624b\u9806":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30ea\u30ea\u30fc\u30b9\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb\u306e\u4f5c\u6210":12,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4f7f\u3044\u65b9":157,"\u4f8b":[166,169,170,177,181,267],"\u4f8b\u3048\u3070redmin":10,"\u4fee\u6b63":[35,36,37,38],"\u5236\u9650\u4e8b\u9805":157,"\u524d\u63d0\u6761\u4ef6":12,"\u539f\u56e0":267,"\u5404\u7a2e\u30c6\u30b9\u30c8\u306e\u78ba\u8a8d":12,"\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b":267,"\u540d\u524d":[78,155,157,166,169,170,177,181],"\u5909\u66f4":36,"\u5909\u66f4\u70b9\u306e\u307e\u3068\u3081":12,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":265,"\u5b9f\u9a13\u7684":38,"\u5bfe\u5fdc":10,"\u5bfe\u7b56\u65b9\u6cd51":267,"\u5bfe\u7b56\u65b9\u6cd52":267,"\u5f15\u6570":[155,157,166,169,170,181],"\u611f\u8b1d":[35,36,37,38],"\u6539\u826f":[35,36,37,38],"\u66f8\u5f0f":[155,157,166,169,170,177,181],"\u6700\u521d\u306e1\u56de\u3060\u3051\u884c\u3046\u624b\u9806":12,"\u691c\u7d22":265,"\u691c\u7d22\u306e\u4f7f\u3044\u5206\u3051":265,"\u691c\u7d22\u306e\u6319\u52d5":265,"\u691c\u7d22\u4f8b1":11,"\u691c\u7d22\u4f8b2":11,"\u691c\u7d22\u4f8b3":11,"\u691c\u7d22\u4f8b4":11,"\u6982\u8981":82,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":14,"\u6bce\u56de\u306e\u30ea\u30ea\u30fc\u30b9\u3067\u884c\u3046\u624b\u9806":12,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":14,"\u7279\u6b8a\u547d\u4ee4":157,"\u7406\u7531":10,"\u8aac\u660e":[78,155,157,166,169,170,177,181],"\u8fd4\u5024":[166,169,170,177,181],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u904e\u53bb\u306e\u30c4\u30a4\u30fc\u30c8\u306f\u304a\u3055\u3089\u3044\u3057\u3066\u304a\u304f":10,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22":265,"\u95a2\u4fc2\u5f0f":11,"\u95be\u5024\u3092\u3042\u3052\u308b":267,"\u9759\u7684\u89e3\u6790":14,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":265,"benchmark\u547d\u4ee4":157,"benchmark\u5b9f\u884c\u7d50\u679c":157,"boolean":[200,271],"case":[83,118,145],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"class":213,"command_version\u30d1\u30e9\u30e1\u30fc\u30bf":82,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c":12,"configure\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u751f\u6210":12,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"cutter\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":12,"debian\u7cfb\u306e\u5834\u5408":12,"debian\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"default":[29,82,86],"examples\u306e\u5b9f\u884c":12,"facebook\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"files\u306e\u5b9f\u884c":12,"float":[200,249],"function":[113,115,116,138,163,200,250],"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":11,"grntest\u306e\u5b9f\u884c\u65b9\u6cd5":12,"grntest\u306e\u6e96\u5099":12,"groonga\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u53d6\u5f97":12,"groonga\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u53d6\u5f97":12,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":11,"hat\u7cfb\u306e\u5834\u5408":12,"hat\u7cfb\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"homebrew\u306e\u66f4\u65b0":12,"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":14,"new":[17,34,38,39,40,41,42,43,44,45],"null":200,"po\u306e\u5b9f\u884c":12,"po\u30d5\u30a1\u30a4\u30eb\u306e\u7ffb\u8a33":12,"ppa\u7528\u306e\u9375\u306e\u767b\u9332":12,"release\u306e\u5b9f\u884c":12,"return":[86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,161,164,165,167,168,171,172,173,174,175,176,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,215,216,251,252,253,254],"twitter\u3067\u306e\u3084\u308a\u3068\u308a\u306f\u3067\u304d\u308b\u3060\u3051\u4ed6\u306e\u5834\u6240":10,"twitter\u3067\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9\u3092\u3059\u308b":12,"twitter\u7de8":10,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"ubuntu\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u516c\u958b\u306e\u53d6\u308a\u6d88\u3057":12,"version\u30d1\u30e9\u30e1\u30fc\u30bf":82,"windows\u5411\u3051\u306e\u5834\u5408":12,"windows\u7528\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u30d3\u30eb\u30c9\u3068\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"x\u306e\u304a\u77e5\u3089\u305b":[35,36,37],AND:[199,200],For:4,NOT:[199,200],Near:[199,200],Not:[199,200],The:[34,92,138,248],Use:161,Using:[168,258],With:26,about:[249,275],access:[258,278],access_log:158,add:17,addit:[200,203,275],adjust:138,administr:[158,278],advanc:[116,138,205,226,239,241,242],against:276,aggreg:0,algorithm:227,alia:47,all:223,alloc:269,also:[6,7,8,47,83,85,86,87,88,90,92,93,96,97,98,100,102,106,107,109,110,111,112,117,119,120,123,125,126,127,129,132,134,135,136,137,138,141,143,147,149,150,159,160,161,165,171,172,179,180,182,185,198,203,204,205,209,212,215,216,223,224,239,241,242,243,245,264],among:276,analyz:268,anchor:213,api:[16,48],appli:80,approximate_typ:168,archiv:31,arg:11,arithmet:200,arrai:200,assign:[85,199,200],authent:258,auto_release_count:130,autotool:6,avail:158,avoid:269,basic:[118,145,200,274],benchmark:157,between:164,bigram:277,binari:261,bitwis:200,blog:277,blogroonga:12,bodi:83,bool:249,broken:118,brows:158,bug:19,build:[5,6,7,8,24,25,27,28,29,31,32],built:[203,214],builtin:[156,249],buster:25,cach:[113,115,116,138,158],cache_limit:88,calc_target:116,calc_typ:116,call:200,callback:11,can:249,candidate_n:161,cannot:269,cascad:102,cast:75,cast_loos:165,cento:24,chang:[45,91],charact:213,characterist:[0,223],chat:2,check:[89,154],checkout:[6,7,8],choic:213,clear:154,clearlock:90,client:[1,156,264],clone:17,close_tagn:171,cmake:[7,8],code:[86,87],column:[0,33,76,77,78,79,80,91,92,106,113,115,116,122,123,137,138,145,168,171,179,186,199,215,216,228,272,274,276],column_copi:91,column_cr:92,column_full_nam:122,column_id:122,column_list:93,column_nam:122,column_or_valu:164,column_remov:94,column_renam:95,column_t:122,column_type_nam:122,column_type_raw_id:122,column_type_raw_nam:122,column_value_typ:122,combin:199,command:[81,82,137,152,154,156,161,210,217,258,274,278],comment:277,common:123,commun:2,comparison:[200,258],complet:[219,221],compos:26,compress:258,condit:[138,199,281],condition_column_nam:174,condition_t:174,config_delet:96,config_get:97,config_set:98,configur:[6,18,21,29,49,91,152,158,258],confirm:17,construct:201,contain:11,contribut:[3,15],control:200,convert:209,cooccurr:[219,220,222],core:258,correct:[220,221],cpu:258,creat:[6,80,92,143,160,274,276,277],custom:258,daemon:[156,264],data:[92,143,158,162,199,200,219,222,249,271,277],data_column_value_compress_method:122,databas:[122,258,274],database_name_t:122,database_path:[161,162],database_type_id:122,database_type_nam:122,database_unmap:99,dataset:160,date:271,db_api:11,debian:25,decreas:[118,145],default_mod:180,default_token:143,define_selector:100,defrag:101,delet:102,delimit:239,depend:[6,7,8,18,29,118,145],descript:249,desctipion:160,develop:[4,20],differ:116,direct:158,divis:200,docker:26,document:[15,18,22],domain:272,down:[158,281],downtim:258,drildown:272,drilldown:[116,138,272],drilldown_calc_target:[116,138],drilldown_calc_typ:[116,138],drilldown_filt:[116,138],drilldown_limit:[116,138],drilldown_offset:[116,138],drilldown_output_column:[116,138],drilldown_sort_kei:[116,138],drilldown_sortbi:[116,138],dump:103,dump_index:103,dump_plugin:103,dump_record:103,dump_schema:103,dynam:[113,115,116,138],each:[106,276],edit:17,edit_dist:166,ellipsoid:168,enabl:[18,86],encod:29,engin:0,equal:[11,199,200],error:[83,268,269],escal:29,escap:[199,213],exampl:[21,50,51,52,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,160,264,268,269],execut:[153,156],exit:160,expand:211,expans:280,explicit:199,explicitli:168,express:[199,200,213],extract:[200,222],facebook:2,favorit:277,featur:208,fedora:27,file:[17,112,156,160,162,212,248,258],filter:[113,115,116,138,225],filter_str:185,fix:[34,38,40,41,42,43,44,45],flag:[92,113,115,116,119,123,138,143,147,149,154,180,264],float32:249,flow:17,follow:277,forc:[118,124,154],format:[83,138,202,212,274],free:0,freebsd:248,from:[6,7,8,24,25,27,28,29,31,32,116,161,162],from_nam:[91,142],from_tabl:91,full:[0,92,199,274,275,276,281],fuzzy_search:167,gener:[17,18],geo:[0,200,273],geo_dist:168,geo_in_circl:169,geo_in_rectangl:170,geoindex:277,geoloc:[208,277],geopoint:277,get:[161,274],global:49,glossari:217,gnu:[6,7,25],gqtp:[256,262,264],greater:[11,199,200],greater_equ:11,grn_cach:50,grn_column:51,grn_command_vers:52,grn_content_typ:53,grn_ctx:54,grn_db:55,grn_encod:56,grn_expr:[11,57,198],grn_geo:58,grn_hook:59,grn_ii:60,grn_index_cursor:61,grn_info:62,grn_inspect:63,grn_match_escal:64,grn_obj:65,grn_proc:66,grn_search:67,grn_tabl:68,grn_table_cursor:69,grn_table_select:11,grn_thread_:70,grn_type:71,grn_user_data:72,grndb:154,grnslap:155,groonga:[0,3,4,5,6,7,8,9,12,17,22,45,156,157,158,159,160,161,162,259,260,262],groonga_base_path:158,groonga_cache_base_path:158,groonga_cache_limit:158,groonga_databas:158,groonga_database_auto_cr:158,groonga_log_level:158,groonga_log_path:158,groonga_query_log_path:158,group:[199,200,213],group_kei:[113,115,116,138],gzip:258,handleabl:92,hash:277,hashtag:277,header:[83,96,97,98,107,109,123,137,264],help:29,highlight_ful:171,highlight_html:172,homebrew:28,how:[3,5,6,7,8,15,17,19,47,80,85,86,91,201,209,219,220,222,256,264,268,269,278],html:[17,18,173],html_untag:173,http:[159,210,257,258,262,278],httpd:[158,161,162,260,262],hypertext:278,i18n:17,ifexist:106,imag:26,improv:[34,38,39,40,41,42,43,44,45],in_record:174,in_valu:175,include_class:241,include_form:241,include_read:241,index:[0,33,77,92,123,137,143,201,213,215,216,273,274,276],index_column:[104,147],index_column_diff:104,index_column_source_full_nam:122,index_column_source_id:122,index_column_source_nam:122,index_column_source_t:122,index_column_value_posit:122,index_column_value_s:122,index_column_value_sect:122,index_column_value_statistics_max_array_segment_id:122,index_column_value_statistics_max_buffer_segment_id:122,index_column_value_statistics_max_in_use_chunk_id:122,index_column_value_statistics_max_in_use_physical_segment_id:122,index_column_value_statistics_max_section_id:122,index_column_value_statistics_n_array_seg:122,index_column_value_statistics_n_buffer_seg:122,index_column_value_statistics_n_garbage_chunk:122,index_column_value_statistics_n_garbage_seg:122,index_column_value_statistics_n_physical_seg:122,index_column_value_statistics_n_unmanaged_seg:122,index_column_value_statistics_next_physical_segment_id:122,index_column_value_statistics_total_chunk_s:122,index_column_value_weight:122,inform:[275,281],input:161,input_typ:106,instal:[6,7,8,17,18,23,29,212],instant:0,int16:249,int32:249,int64:249,int8:249,integ:200,introduct:[18,221],invert:0,io_flush:105,issu:[19,278],javascript:281,json:83,just:80,kei:[96,97,98,116,138,249,279],kern:248,key_typ:143,keyword:277,keywordn:171,kind:92,label:[116,138],languag:17,larg:[92,143],latest:12,latitud:[0,271],launch:161,learn:[161,162,219,220,221,222],learner:[161,162],left:200,less:[11,199,200],less_equ:11,let:277,level:154,lexicon:[143,274,275],librari:[0,29],like:281,limit:[33,80,115,116,138,212,223,249,272],line:[156,161,210],linux:[7,25,248],list:[2,19,87],liter:200,load:[80,106,158,274,277],load_column:[116,138],load_tabl:[116,138],load_valu:[116,138],localstatedir:29,locat:[0,168,212,273,281],lock:[0,154],lock_acquir:107,lock_clear:108,lock_releas:109,lock_tabl:106,log:[29,112,154,158,162,202,258],log_level:110,log_put:111,log_reopen:112,logic:[118,199,200],logical_count:113,logical_paramet:114,logical_range_filt:115,logical_select:116,logical_shard_list:117,logical_t:[113,115,116,117,118],logical_table_remov:118,longitud:[0,271],longtext:249,loose_blank:242,loose_symbol:242,lotat:112,lz4:29,mac:28,macport:28,mail:[2,19],make:[6,7,12,29],manual:46,match:[29,199,200],match_column:[116,138,180,276],match_escal:138,match_escalation_threshold:[116,138],math_ab:176,max:[88,113,115,116,118,148,164,248],max_bord:[113,115,116,118,164],max_map_count:248,maxfileperproc:248,medium:92,memcach:261,memori:[248,269],messag:[29,268],message_pack_install_prefix:29,messagepack:83,micro:277,min:[113,115,116,118,164],min_bord:[113,115,116,118,164],mmap:269,mode:[11,139,147,149,156,194],mode_nam:174,modul:158,modulo:200,mroonga:0,much:118,multi:258,multipl:[92,200,272,276],munin:29,name:[92,95,113,115,116,121,122,124,138,143,145,146,160,249,276],narrow:281,nest:276,new_nam:[95,146],nginx:158,nofil:248,normal:[80,119,137,143,149,203],normalizer_list:120,normalizer_nam:171,normalizerauto:204,normalizernfkc100:205,normalizernfkc51:206,not_equ:11,now:177,number:[29,92,138,248],number_classifi:178,numer:271,object:[123,200],object_exist:121,object_inspect:122,object_list:123,object_remov:124,object_typ:123,offlin:201,offset:[115,116,138],old:34,one:276,onlin:201,only_open:105,open:248,open_tagn:171,oper:[200,207,274],option:[91,92,96,97,98,99,103,105,106,113,114,115,116,117,118,119,121,122,123,124,127,130,131,137,139,140,142,143,145,147,148,149,156,160,161,162,164,168,172,174,180,194,205,215,216,226,227,228,239,241,242],oracl:30,order:115,origin:200,other:[29,213],output:[17,83,115,116,138,210,274],output_column:[115,116,138],output_error:106,output_id:106,overcommit_memori:248,overview:[0,73,271],pack:29,packag:[29,31,262],page:138,paramet:[88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,127,128,130,131,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,151,156,161,162,164,168,171,172,173,174,175,176,179,180,185,186,194,195,196,205,215,216,226,227,228,239,241,242,248,276],part:118,patch:17,path:[29,92,136,143,154,258],patricia:279,pattern:239,per:248,perform:[158,258],period:45,persist:223,person:31,phrase:[199,200],platform:29,plugin:[29,74,137],plugin_regist:125,plugin_unregist:126,point1:168,point2:168,point:200,posit:104,possibl:118,post:[158,258,277],post_filt:[113,115,116],ppa:31,prefix:[11,29,199,200,209,219,258,279],prefix_rk_search:179,prepar:280,pretti:84,primari:[249,279],print:84,proc:123,process:[202,248],properti:123,protocol:[261,264,278],proxi:158,proxy_cach:158,pseudo:78,pull:[17,26],quantifi:213,queri:[0,116,138,158,179,180,199,202,211,280],query_expand:[116,127,138,180],query_expans:138,query_flag:[116,138],query_str:180,query_typ:264,queryexpandertsv:212,quit:128,rand:181,rang:[123,143,274],range_filt:129,range_index:114,read:[0,209,219],record:[92,138,223,274],record_id:104,record_numb:251,recov:154,rectangl:168,recurs:[105,130,131],red:12,refer:[46,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,80,92,145,271,273],reference_acquir:130,reference_releas:131,regist:132,regular:[199,200,213],reindex:133,relat:[113,115,116,118,138,158,162,276],relationship:273,releas:[34,38,39,40,41,42,43,44],remot:278,remov:[118,145],remove_blank:242,report:19,report_source_loc:242,repositori:[5,6,7,8,13,17],request:[17,85,86,158],request_cancel:134,requir:[91,92,93,95,96,97,98,99,105,106,113,114,115,116,117,118,119,121,122,123,124,127,130,131,134,137,138,139,140,142,143,145,146,147,148,149,151,161,164,168,172,173,174,180,186,194,215,216],resolut:273,resolv:47,resourc:[118,145],respons:161,restart:262,result:[272,274],revers:[158,273],right:200,romaji:209,room:2,ruby_ev:135,ruby_load:136,rule:217,run:[6,7,8,18,256,264,278],sampl:[199,200],scalar:[79,92],schema:137,scope:185,score:138,score_n:161,scorer:[116,138,214,281],scorer_tf_at_most:215,scorer_tf_idf:216,script:[135,200],search:[0,80,92,113,115,116,138,199,200,208,209,219,220,222,273,274,275,276,277,279,280,281],secur:[200,278],see:[6,7,8,47,83,85,86,87,88,90,92,93,96,97,98,100,102,106,107,109,110,111,112,117,119,120,123,125,126,127,129,132,134,135,136,137,138,141,143,147,149,150,159,160,161,165,171,172,179,180,182,185,198,203,204,205,209,212,215,216,223,224,239,241,242,243,245,264],select:[116,138],send:[17,278],senna:45,server:[0,156,159,255,262,264,278],set:[86,158],setup:161,sharabl:0,shard:217,shard_kei:[113,115,116,118],shift:200,shorttext:249,shut:158,shutdown:139,sign:200,similar:[11,199,200,220],simpl:[115,116,138,205,226,239,241,242],sinc:154,size:264,slice:138,small:92,snippet_html:182,socket:268,softwar:[6,7,8,18],solari:30,solut:269,sort:[272,274,281],sort_hash_t:103,sort_kei:[113,115,116,138],sortbi:[116,138],sourc:[24,25,27,28,29,31,32,92,123,137],specif:[123,158,263,276,277],specifi:[168,249,274],sphere:168,sphinx:17,stage:[113,115,116,138],standalon:156,start:262,statu:[140,160,264],stop:262,storag:0,store:[0,143],string:[119,147,149,200,271],string_length:183,string_substr:184,style:138,sub_filt:185,submit:19,substitution_t:180,subtract:200,succeeded_or_not:[96,98,107,109],success:83,suffix:[11,199,200,279],suggest:[141,160,161,162,218,221,222],summari:[47,49,50,51,52,53,54,55,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,77,79,80,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,156,158,159,161,162,164,165,167,168,171,172,173,174,175,176,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,203,204,205,206,209,212,213,214,215,216,217,223,224,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,251,252,253,254,256],support:208,synopsi:162,synopsti:160,syntax:[88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,154,156,158,159,161,164,165,167,168,171,172,173,174,175,176,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,199,200,204,205,206,213,215,216,226,227,228,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,251,252,253,254,281],tabl:[33,91,92,93,95,103,104,106,118,122,123,137,138,143,145,147,162,223,249,274,276,277],table_copi:142,table_cr:143,table_dat_kei:223,table_hash_kei:223,table_id:122,table_key_max_total_s:122,table_key_total_s:122,table_key_typ:122,table_list:144,table_n_record:122,table_nam:122,table_no_kei:223,table_pat_kei:223,table_remov:145,table_renam:146,table_token:147,table_type_id:122,table_type_nam:122,table_value_typ:122,tag:[143,273,277],target:[92,145,154,176,196],target_class:241,target_nam:[105,107,108,109,130,131,133,151],target_valu:175,temporari:223,term:200,termin:264,test:115,text:[0,92,172,199,249,274,275,276,281],than:[199,200],thank:[34,38,39,40,41,42,43,44],thread_limit:148,threshold:29,time:[200,249,271,277],time_classify_dai:186,time_classify_day_of_week:187,time_classify_hour:188,time_classify_minut:189,time_classify_month:190,time_classify_second:191,time_classify_week:192,time_classify_year:193,timeout:86,to_nam:[91,142],to_tabl:91,todo:182,token:[0,137,149,225,230],token_filt:[123,137,143,149],token_id:104,token_valu:104,tokenbigram:231,tokenbigramignoreblank:232,tokenbigramignoreblanksplitsymbol:233,tokenbigramignoreblanksplitsymbolalpha:234,tokenbigramignoreblanksplitsymbolalphadigit:235,tokenbigramsplitsymbol:236,tokenbigramsplitsymbolalpha:237,tokenbigramsplitsymbolalphadigit:238,tokendelimit:239,tokendelimitnul:240,tokenfilternfkc100:226,tokenfilterstem:227,tokenfilterstopword:228,tokenizer_list:150,tokenmecab:241,tokenngram:242,tokenpattern:243,tokenregexp:244,tokent:245,tokentrigram:246,tokenunigram:247,tokyogeopoint:249,tool:[29,158,278],topic:15,total:138,tracker:19,transfer:278,translat:17,travi:21,trie:279,troubleshoot:266,truncat:[151,154],tsv:[83,212],tune:248,tutori:270,twitter:2,type:[92,113,115,116,122,123,137,138,161,249,271,277],type_id:122,type_id_of_typ:122,type_nam:122,type_name_of_typ:122,type_s:122,ubuntu:31,uint16:249,uint32:249,uint64:249,uint8:249,unify_alphabet:242,unify_digit:242,unify_hyphen:[205,226],unify_hyphen_and_prolonged_sound_mark:[205,226],unify_kana:[205,226],unify_kana_cas:[205,226],unify_kana_voiced_sound_mark:[205,226],unify_katakana_bu_sound:[205,226],unify_katakana_v_sound:[205,226],unify_middle_dot:[205,226],unify_prolonged_sound_mark:[205,226],unify_symbol:242,unify_to_romaji:[205,226],unix:7,unremov:[118,145],unsign:200,updat:[0,12,17,18,219],upgrad:258,usag:[47,77,79,80,84,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,154,156,158,159,161,162,164,165,167,168,171,172,173,174,175,176,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,204,205,206,209,210,212,213,214,215,216,226,227,228,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,251,252,253,254],use:[201,219,220,222],use_html_escap:171,use_range_index:115,use_read:241,used:[118,145],user:[161,277],using:[277,281],valu:[88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,161,164,165,167,168,171,172,173,174,175,176,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,215,216,251,252,253,254,277],value_typ:143,variou:[271,281],vector:[80,92,194,271],vector_find:194,vector_new:195,vector_s:196,vector_slic:197,version:[82,258],view:274,weight:[80,92,276],wgs84geopoint:249,who:277,window:[8,32,113,115,116,138,250],window_count:252,window_record_numb:253,window_sum:254,without:258,work:[17,219,220,222],worker_process:158,xml:83,xor:200,your:17,zip:32,zlib:29}})
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.3. GQTP &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>5.3. GQTP &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U"><span class="section-number">5. </span>Server</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.3. </span>GQTP</a></li>
5656 </ul>
151151 <li class="right" >
152152 <a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
153153 >previous</a> |</li>
154 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
154 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
155155 <li class="nav-item nav-item-1"><a href="../server.html" ><span class="section-number">5. </span>Server</a> &#187;</li>
156156 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.3. </span>GQTP</a></li>
157157 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.2.1. Comparison &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>5.2.1. Comparison &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../http.html" title="5.2. HTTP"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../server.html" ><span class="section-number">5. </span>Server</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../http.html" accesskey="U"><span class="section-number">5.2. </span>HTTP</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2.1. </span>Comparison</a></li>
433433 <li class="right" >
434434 <a href="../http.html" title="5.2. HTTP"
435435 >previous</a> |</li>
436 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
436 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
437437 <li class="nav-item nav-item-1"><a href="../../server.html" ><span class="section-number">5. </span>Server</a> &#187;</li>
438438 <li class="nav-item nav-item-2"><a href="../http.html" ><span class="section-number">5.2. </span>HTTP</a> &#187;</li>
439439 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2.1. </span>Comparison</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.2.3. groonga-httpd &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>5.2.3. groonga-httpd &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="groonga.html" title="5.2.2. groonga"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../server.html" ><span class="section-number">5. </span>Server</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../http.html" accesskey="U"><span class="section-number">5.2. </span>HTTP</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2.3. </span>groonga-httpd</a></li>
106106 <li class="right" >
107107 <a href="groonga.html" title="5.2.2. groonga"
108108 >previous</a> |</li>
109 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
109 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
110110 <li class="nav-item nav-item-1"><a href="../../server.html" ><span class="section-number">5. </span>Server</a> &#187;</li>
111111 <li class="nav-item nav-item-2"><a href="../http.html" ><span class="section-number">5.2. </span>HTTP</a> &#187;</li>
112112 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2.3. </span>groonga-httpd</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.2.2. groonga &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>5.2.2. groonga &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="comparison.html" title="5.2.1. Comparison"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../../server.html" ><span class="section-number">5. </span>Server</a> &#187;</li>
5555 <li class="nav-item nav-item-2"><a href="../http.html" accesskey="U"><span class="section-number">5.2. </span>HTTP</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2.2. </span>groonga</a></li>
106106 <li class="right" >
107107 <a href="comparison.html" title="5.2.1. Comparison"
108108 >previous</a> |</li>
109 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
109 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
110110 <li class="nav-item nav-item-1"><a href="../../server.html" ><span class="section-number">5. </span>Server</a> &#187;</li>
111111 <li class="nav-item nav-item-2"><a href="../http.html" ><span class="section-number">5.2. </span>HTTP</a> &#187;</li>
112112 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2.2. </span>groonga</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.2. HTTP &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>5.2. HTTP &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="package.html" title="5.1. Server packages"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U"><span class="section-number">5. </span>Server</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2. </span>HTTP</a></li>
5656 </ul>
135135 <li class="right" >
136136 <a href="package.html" title="5.1. Server packages"
137137 >previous</a> |</li>
138 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
138 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
139139 <li class="nav-item nav-item-1"><a href="../server.html" ><span class="section-number">5. </span>Server</a> &#187;</li>
140140 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2. </span>HTTP</a></li>
141141 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.4. Memcached binary protocol &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>5.4. Memcached binary protocol &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="gqtp.html" title="5.3. GQTP"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U"><span class="section-number">5. </span>Server</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.4. </span>Memcached binary protocol</a></li>
5656 </ul>
111111 <li class="right" >
112112 <a href="gqtp.html" title="5.3. GQTP"
113113 >previous</a> |</li>
114 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
114 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
115115 <li class="nav-item nav-item-1"><a href="../server.html" ><span class="section-number">5. </span>Server</a> &#187;</li>
116116 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.4. </span>Memcached binary protocol</a></li>
117117 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.1. Server packages &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>5.1. Server packages &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../server.html" title="5. Server"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U"><span class="section-number">5. </span>Server</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.1. </span>Server packages</a></li>
5656 </ul>
367367 <li class="right" >
368368 <a href="../server.html" title="5. Server"
369369 >previous</a> |</li>
370 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
370 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
371371 <li class="nav-item nav-item-1"><a href="../server.html" ><span class="section-number">5. </span>Server</a> &#187;</li>
372372 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.1. </span>Server packages</a></li>
373373 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5. Server &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>5. Server &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="tutorial/query_expansion.html" title="4.11. Query expansion"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5. </span>Server</a></li>
5555 </ul>
5656 </div>
125125 <li class="right" >
126126 <a href="tutorial/query_expansion.html" title="4.11. Query expansion"
127127 >previous</a> |</li>
128 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
128 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
129129 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5. </span>Server</a></li>
130130 </ul>
131131 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>8.1. GQTP &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>8.1. GQTP &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../spec.html" title="8. Specification"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../spec.html" accesskey="U"><span class="section-number">8. </span>Specification</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">8.1. </span>GQTP</a></li>
5656 </ul>
468468 <li class="right" >
469469 <a href="../spec.html" title="8. Specification"
470470 >previous</a> |</li>
471 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
471 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
472472 <li class="nav-item nav-item-1"><a href="../spec.html" ><span class="section-number">8. </span>Specification</a> &#187;</li>
473473 <li class="nav-item nav-item-this"><a href=""><span class="section-number">8.1. </span>GQTP</a></li>
474474 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>8.2. 検索 &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>8.2. 検索 &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="gqtp.html" title="8.1. GQTP"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../spec.html" accesskey="U"><span class="section-number">8. </span>Specification</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">8.2. </span>検索</a></li>
5656 </ul>
203203 <li class="right" >
204204 <a href="gqtp.html" title="8.1. GQTP"
205205 >previous</a> |</li>
206 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
206 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
207207 <li class="nav-item nav-item-1"><a href="../spec.html" ><span class="section-number">8. </span>Specification</a> &#187;</li>
208208 <li class="nav-item nav-item-this"><a href=""><span class="section-number">8.2. </span>検索</a></li>
209209 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>8. Specification &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>8. Specification &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="reference/api/grn_user_data.html" title="7.25.26. grn_user_data"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">8. </span>Specification</a></li>
5555 </ul>
5656 </div>
109109 <li class="right" >
110110 <a href="reference/api/grn_user_data.html" title="7.25.26. grn_user_data"
111111 >previous</a> |</li>
112 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
112 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
113113 <li class="nav-item nav-item-this"><a href=""><span class="section-number">8. </span>Specification</a></li>
114114 </ul>
115115 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>10.1. 同じ検索キーワードなのに全文検索結果が異なる &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>10.1. 同じ検索キーワードなのに全文検索結果が異なる &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../troubleshooting.html" title="10. Troubleshooting"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../troubleshooting.html" accesskey="U"><span class="section-number">10. </span>Troubleshooting</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10.1. </span>同じ検索キーワードなのに全文検索結果が異なる</a></li>
5656 </ul>
229229 <li class="right" >
230230 <a href="../troubleshooting.html" title="10. Troubleshooting"
231231 >previous</a> |</li>
232 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
232 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
233233 <li class="nav-item nav-item-1"><a href="../troubleshooting.html" ><span class="section-number">10. </span>Troubleshooting</a> &#187;</li>
234234 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10.1. </span>同じ検索キーワードなのに全文検索結果が異なる</a></li>
235235 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>10.2. How to analyze error messages &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>10.2. How to analyze error messages &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="different_results_with_the_same_keyword.html" title="10.1. 同じ検索キーワードなのに全文検索結果が異なる"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../troubleshooting.html" accesskey="U"><span class="section-number">10. </span>Troubleshooting</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10.2. </span>How to analyze error messages</a></li>
5656 </ul>
171171 <li class="right" >
172172 <a href="different_results_with_the_same_keyword.html" title="10.1. 同じ検索キーワードなのに全文検索結果が異なる"
173173 >previous</a> |</li>
174 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
174 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
175175 <li class="nav-item nav-item-1"><a href="../troubleshooting.html" ><span class="section-number">10. </span>Troubleshooting</a> &#187;</li>
176176 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10.2. </span>How to analyze error messages</a></li>
177177 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>10.3. How to avoid mmap Cannot allocate memory error &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>10.3. How to avoid mmap Cannot allocate memory error &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="how_to_analyze_error_message.html" title="10.2. How to analyze error messages"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../troubleshooting.html" accesskey="U"><span class="section-number">10. </span>Troubleshooting</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10.3. </span>How to avoid mmap Cannot allocate memory error</a></li>
5656 </ul>
143143 <li class="right" >
144144 <a href="how_to_analyze_error_message.html" title="10.2. How to analyze error messages"
145145 >previous</a> |</li>
146 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
146 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
147147 <li class="nav-item nav-item-1"><a href="../troubleshooting.html" ><span class="section-number">10. </span>Troubleshooting</a> &#187;</li>
148148 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10.3. </span>How to avoid mmap Cannot allocate memory error</a></li>
149149 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>10. Troubleshooting &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>10. Troubleshooting &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="limitations.html" title="9. Limitations"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10. </span>Troubleshooting</a></li>
5555 </ul>
5656 </div>
123123 <li class="right" >
124124 <a href="limitations.html" title="9. Limitations"
125125 >previous</a> |</li>
126 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
126 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
127127 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10. </span>Troubleshooting</a></li>
128128 </ul>
129129 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.3. Various data types &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>4.3. Various data types &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="network.html" title="4.2. Remote access"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>Tutorial</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.3. </span>Various data types</a></li>
5656 </ul>
545545 <li class="right" >
546546 <a href="network.html" title="4.2. Remote access"
547547 >previous</a> |</li>
548 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
548 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
549549 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>Tutorial</a> &#187;</li>
550550 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.3. </span>Various data types</a></li>
551551 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.5. Drilldown &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>4.5. Drilldown &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="search.html" title="4.4. Various search conditions"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>Tutorial</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.5. </span>Drilldown</a></li>
5656 </ul>
732732 <li class="right" >
733733 <a href="search.html" title="4.4. Various search conditions"
734734 >previous</a> |</li>
735 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
735 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
736736 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>Tutorial</a> &#187;</li>
737737 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.5. </span>Drilldown</a></li>
738738 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.6. Tag search and reverse resolution of reference relationships &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>4.6. Tag search and reverse resolution of reference relationships &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="drilldown.html" title="4.5. Drilldown"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>Tutorial</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.6. </span>Tag search and reverse resolution of reference relationships</a></li>
5656 </ul>
546546 <li class="right" >
547547 <a href="drilldown.html" title="4.5. Drilldown"
548548 >previous</a> |</li>
549 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
549 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
550550 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>Tutorial</a> &#187;</li>
551551 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.6. </span>Tag search and reverse resolution of reference relationships</a></li>
552552 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.1. Basic operations &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>4.1. Basic operations &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="../tutorial.html" title="4. Tutorial"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>Tutorial</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.1. </span>Basic operations</a></li>
5656 </ul>
10561056 <li class="right" >
10571057 <a href="../tutorial.html" title="4. Tutorial"
10581058 >previous</a> |</li>
1059 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
1059 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
10601060 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>Tutorial</a> &#187;</li>
10611061 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.1. </span>Basic operations</a></li>
10621062 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.9. Additional information about lexicon for full text search &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>4.9. Additional information about lexicon for full text search &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="patricia_trie.html" title="4.8. Prefix search with patricia trie"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>Tutorial</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.9. </span>Additional information about lexicon for full text search</a></li>
5656 </ul>
107107 <li class="right" >
108108 <a href="patricia_trie.html" title="4.8. Prefix search with patricia trie"
109109 >previous</a> |</li>
110 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
110 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
111111 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>Tutorial</a> &#187;</li>
112112 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.9. </span>Additional information about lexicon for full text search</a></li>
113113 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.7. match_columns parameter &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>4.7. match_columns parameter &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="index.html" title="4.6. Tag search and reverse resolution of reference relationships"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>Tutorial</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.7. </span>match_columns parameter</a></li>
5656 </ul>
957957 <li class="right" >
958958 <a href="index.html" title="4.6. Tag search and reverse resolution of reference relationships"
959959 >previous</a> |</li>
960 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
960 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
961961 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>Tutorial</a> &#187;</li>
962962 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.7. </span>match_columns parameter</a></li>
963963 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.10. Let’s create micro-blog &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>4.10. Let’s create micro-blog &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="lexicon.html" title="4.9. Additional information about lexicon for full text search"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>Tutorial</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.10. </span>Let’s create micro-blog</a></li>
5656 </ul>
990990 <li class="right" >
991991 <a href="lexicon.html" title="4.9. Additional information about lexicon for full text search"
992992 >previous</a> |</li>
993 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
993 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
994994 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>Tutorial</a> &#187;</li>
995995 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.10. </span>Let’s create micro-blog</a></li>
996996 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.2. Remote access &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>4.2. Remote access &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="introduction.html" title="4.1. Basic operations"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>Tutorial</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.2. </span>Remote access</a></li>
5656 </ul>
245245 <li class="right" >
246246 <a href="introduction.html" title="4.1. Basic operations"
247247 >previous</a> |</li>
248 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
248 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
249249 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>Tutorial</a> &#187;</li>
250250 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.2. </span>Remote access</a></li>
251251 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.8. Prefix search with patricia trie &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>4.8. Prefix search with patricia trie &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="match_columns.html" title="4.7. match_columns parameter"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>Tutorial</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.8. </span>Prefix search with patricia trie</a></li>
5656 </ul>
277277 <li class="right" >
278278 <a href="match_columns.html" title="4.7. match_columns parameter"
279279 >previous</a> |</li>
280 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
280 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
281281 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>Tutorial</a> &#187;</li>
282282 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.8. </span>Prefix search with patricia trie</a></li>
283283 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.11. Query expansion &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>4.11. Query expansion &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="micro_blog.html" title="4.10. Let’s create micro-blog"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>Tutorial</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.11. </span>Query expansion</a></li>
5656 </ul>
312312 <li class="right" >
313313 <a href="micro_blog.html" title="4.10. Let’s create micro-blog"
314314 >previous</a> |</li>
315 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
315 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
316316 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>Tutorial</a> &#187;</li>
317317 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.11. </span>Query expansion</a></li>
318318 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.4. Various search conditions &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>4.4. Various search conditions &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="data.html" title="4.3. Various data types"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>Tutorial</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.4. </span>Various search conditions</a></li>
5656 </ul>
595595 <li class="right" >
596596 <a href="data.html" title="4.3. Various data types"
597597 >previous</a> |</li>
598 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
598 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
599599 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>Tutorial</a> &#187;</li>
600600 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.4. </span>Various search conditions</a></li>
601601 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4. Tutorial &#8212; Groonga v10.1.0-17-g321cd53 documentation</title>
8 <title>4. Tutorial &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5050 <li class="right" >
5151 <a href="community.html" title="3. Community"
5252 accesskey="P">previous</a> |</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
53 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
5454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4. </span>Tutorial</a></li>
5555 </ul>
5656 </div>
184184 <li class="right" >
185185 <a href="community.html" title="3. Community"
186186 >previous</a> |</li>
187 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53 documentation</a> &#187;</li>
187 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
188188 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4. </span>Tutorial</a></li>
189189 </ul>
190190 </div>
499499 $(top_srcdir)/doc/source/example/reference/commands/database_unmap/usage_success.log \
500500 $(top_srcdir)/doc/source/example/reference/commands/delete/cascade.log \
501501 $(top_srcdir)/doc/source/example/reference/commands/delete/status.log \
502 $(top_srcdir)/doc/source/example/reference/commands/index_column_diff/index_column.log \
502503 $(top_srcdir)/doc/source/example/reference/commands/io_flush/all.log \
503504 $(top_srcdir)/doc/source/example/reference/commands/io_flush/only_opened_yes.log \
504505 $(top_srcdir)/doc/source/example/reference/commands/io_flush/recursive_default.log \
13221323 $(top_srcdir)/doc/source/reference/commands/defrag.rst \
13231324 $(top_srcdir)/doc/source/reference/commands/delete.rst \
13241325 $(top_srcdir)/doc/source/reference/commands/dump.rst \
1326 $(top_srcdir)/doc/source/reference/commands/index_column_diff.rst \
13251327 $(top_srcdir)/doc/source/reference/commands/io_flush.rst \
13261328 $(top_srcdir)/doc/source/reference/commands/load.rst \
13271329 $(top_srcdir)/doc/source/reference/commands/lock_acquire.rst \
16101612 source/example/reference/commands/database_unmap/usage_success.log \
16111613 source/example/reference/commands/delete/cascade.log \
16121614 source/example/reference/commands/delete/status.log \
1615 source/example/reference/commands/index_column_diff/index_column.log \
16131616 source/example/reference/commands/io_flush/all.log \
16141617 source/example/reference/commands/io_flush/only_opened_yes.log \
16151618 source/example/reference/commands/io_flush/recursive_default.log \
24332436 source/reference/commands/defrag.rst \
24342437 source/reference/commands/delete.rst \
24352438 source/reference/commands/dump.rst \
2439 source/reference/commands/index_column_diff.rst \
24362440 source/reference/commands/io_flush.rst \
24372441 source/reference/commands/load.rst \
24382442 source/reference/commands/lock_acquire.rst \
28612865 html/reference/commands/defrag.html \
28622866 html/reference/commands/delete.html \
28632867 html/reference/commands/dump.html \
2868 html/reference/commands/index_column_diff.html \
28642869 html/reference/commands/io_flush.html \
28652870 html/reference/commands/load.html \
28662871 html/reference/commands/lock_acquire.html \
786786
787787 msgid ""
788788 "This section describes how to install Groonga on Windows. You can install "
789 "Groonga by extracting a zip package or running an installer."
789 "Groonga by extracting a zip package."
790790 msgstr ""
791791 "このセクションではWindows上でGroongaをインストールする方法を説明します。"
792 "Groongaをインストールするにはzipパッケージを展開する方法とインストーラーを実"
793 "行する方法があります。"
794
795 msgid "Installer"
796 msgstr "インストーラー"
797
798 msgid ""
799 "For 32-bit environment, download x86 executable binary from packages.groonga."
800 "org:"
801 msgstr ""
802 "32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてく"
803 "ださい。"
804
805 msgid "https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.exe"
806 msgstr ""
807
808 msgid "Then run it."
809 msgstr "その後、バイナリを実行します。"
810
811 msgid ""
812 "For 64-bit environment, download x64 executable binary from packages.goronga."
813 "org:"
814 msgstr ""
815 "64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてく"
816 "ださい。"
817
818 msgid "https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.exe"
819 msgstr ""
820
821 msgid ""
822 "Use command prompt in start menu to run :doc:`/reference/executables/"
823 "groonga`."
824 msgstr ""
825 "スタートメニュー内にあるコマンドプロンプトを使って :doc:`/reference/"
826 "executables/groonga` を起動してください。"
792 "Groongaをインストールするにはzipパッケージを展開する方法があります。"
827793
828794 msgid "zip"
829795 msgstr ""
834800 "32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロード"
835801 "してください。"
836802
837 msgid "https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.zip"
803 msgid ""
804 "https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019-with-"
805 "vcruntime.zip"
806 msgstr ""
807
808 msgid ""
809 "If we don't need Microsoft Visual C++ Runtime Library, we download from the "
810 "following URL:"
811 msgstr ""
812 "Microsoft Visual C++ ランタイムライブラリーが不要な場合は、以下のURLからダウ"
813 "ンロードしてください。"
814
815 msgid ""
816 "https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019.zip"
838817 msgstr ""
839818
840819 msgid "Then extract it."
846825 "64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロード"
847826 "してください。"
848827
849 msgid "https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.zip"
828 msgid ""
829 "https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019-with-"
830 "vcruntime.zip"
831 msgstr ""
832
833 msgid ""
834 "https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019.zip"
850835 msgstr ""
851836
852837 msgid "You can find :doc:`/reference/executables/groonga` in ``bin`` folder."
872857 msgid "Download zipped source from packages.groonga.org:"
873858 msgstr "zipアーカイブをpackages.groonga.orgからダウンロードしてください。"
874859
875 msgid "https://packages.groonga.org/source/groonga/groonga-10.1.1.zip"
860 msgid "https://packages.groonga.org/source/groonga/groonga-11.0.0.zip"
876861 msgstr ""
877862
878863 msgid "Move to the Groonga's source folder::"
3232 msgid "News"
3333 msgstr "お知らせ"
3434
35 msgid "Release 11.0.0 - 2021-02-09"
36 msgstr "11.0.0リリース - 2021-02-09"
37
38 msgid ""
39 "This is a major version up! But It keeps backward compatibility. We can "
40 "upgrade to 11.0.0 without rebuilding database."
41 msgstr ""
42 "メジャーバージョンアップです! メジャーバージョンアップですが、互換性は壊れて"
43 "いないので、データベースを再構築することなく11.0.0へアップグレードできます。"
44
45 msgid "Improvements"
46 msgstr "改良"
47
48 msgid ""
49 "[:doc:`reference/commands/select`] Added support for outputting values of "
50 "scalar column and vector column via nested index."
51 msgstr ""
52 "[:doc:`/reference/commands/select`] ネストされたインデックス経由でスカラーカ"
53 "ラムとベクターカラムの値を出力できるようになりました。"
54
55 msgid "The nested index is that has structure as below."
56 msgstr "ネストされたインデックスとは、以下のような構造です。"
57
58 msgid ""
59 "The ``Products.purchases`` column is a index of ``Purchases.product`` column "
60 "in the above example. Also, ``Purchases.product`` is a reference to "
61 "``Products`` table."
62 msgstr ""
63 "上記の例では、 ``Products.purchases`` カラムは ``Purchases.product`` カラムの"
64 "インデックスです。また、 ``Purchases.product`` カラムは、 ``Products`` テーブ"
65 "ルへの参照です。"
66
67 msgid ""
68 "We had not got the correct search result when we search via nested index "
69 "until now."
70 msgstr ""
71 "今までは、ネストされたインデックス経由の検索は、期待した結果を返しませんでし"
72 "た。"
73
74 msgid ""
75 "The result had been as follows until now. We can see that ``{\"product\": "
76 "\"apple\", \"tag\": \"man\"}`` is not output."
77 msgstr ""
78 "今までの結果は以下のようになっていました。 ``{\"product\": \"apple\", \"tag"
79 "\": \"man\"}`` が出力されていないことがわかります。"
80
81 msgid ""
82 "The result will be as follows from this release. We can see that ``{\"product"
83 "\": \"apple\", \"tag\": \"man\"}`` is output."
84 msgstr ""
85 "このリリースから、結果は以下のようになります。 ``{\"product\": \"apple\", "
86 "\"tag\": \"man\"}`` が出力されているのがわかります。"
87
88 msgid ""
89 "[Windows] Dropped support for packages of Windows version that we had cross "
90 "compiled by using MinGW on Linux."
91 msgstr ""
92 "[Windows] Linux上のMinGWを使ってクロスコンパイルしていたWindows向けパッケージ"
93 "の提供をやめました。"
94
95 msgid "Because there aren't probably many people who use that."
96 msgstr "おそらく、ほとんどの人がこのパッケージを使っていないためです。"
97
98 msgid "These above packages are that We had provided as below name until now."
99 msgstr "上記のパッケージはこれまで、以下のような名前で提供されていたものです。"
100
101 msgid "``groonga-x.x.x-x86.exe``"
102 msgstr ""
103
104 msgid "``groonga-x.x.x-x86.zip``"
105 msgstr ""
106
107 msgid "``groonga-x.x.x-x64.exe``"
108 msgstr ""
109
110 msgid "From now on, we use the following packages for Windows."
111 msgstr "これからは、以下のパッケージを使用してください。"
112
113 msgid "``groonga-latest-x86-vs2019-with-vcruntime.zip``"
114 msgstr ""
115
116 msgid "``groonga-latest-x64-vs2019-with-vcruntime.zip``"
117 msgstr ""
118
119 msgid ""
120 "If a system already has installed Microsoft Visual C++ Runtime Library, we "
121 "suggest that we use the following packages."
122 msgstr ""
123 "既に Microsoft Visual C++ Runtime Library がインストール済みのシステムの場合"
124 "は、以下のパッケージを使用してください。"
125
126 msgid "``groonga-latest-x86-vs2019.zip``"
127 msgstr ""
128
129 msgid "``groonga-latest-x64-vs2019.zip``"
130 msgstr ""
131
132 msgid "Fixes"
133 msgstr "修正"
134
135 msgid ""
136 "Fixed a bug that there is possible that index is corrupt when Groonga "
137 "executes many additions, delete, and update information in it."
138 msgstr ""
139 "インデックス内のデータを大量に追加、削除、更新した際にインデックスが破損する"
140 "ことがある問題を修正しました。"
141
142 msgid ""
143 "This bug occurs when we only execute many delete information from index. "
144 "However, it doesn't occur when we only execute many additions information "
145 "into index."
146 msgstr ""
147 "この問題は、インデックス内のデータを大量に削除しただけでも発生します。ただ、"
148 "インデックスにデータを追加しただけでは発生しません。"
149
150 msgid ""
151 "We can repair the index that is corrupt by this bug using reconstruction of "
152 "it."
153 msgstr ""
154 "この問題によって破損したインデックスは、インデックスを再構築することで修復で"
155 "きます。"
156
157 msgid ""
158 "This bug doesn't detect unless we reference the broken index. Therefore, the "
159 "index in our indexes may has already broken."
160 msgstr ""
161 "この問題は、壊れたインデックスを参照しない限り発覚しません。したがって、既に"
162 "インデックスが破損しているかもしれません。"
163
164 msgid ""
165 "We can use [:doc:`reference/commands/index_column_diff`] command to confirm "
166 "whether the index has already been broken or not."
167 msgstr ""
168 "[:doc:`reference/commands/index_column_diff`] コマンドを使うことで、インデッ"
169 "クスが破損しているかどうかを確認できます。"
170
35171 msgid "Release 10.1.1 - 2021-01-25"
36172 msgstr "10.1.1リリース - 2021-01-25"
37
38 msgid "Improvements"
39 msgstr "改良"
40173
41174 msgid ""
42175 "[:doc:`reference/commands/select`] Added support for outputting UInt64 value "
126259 "[:doc:`/reference/tokenizers`][TokenMecab] トークンカラムを並列で構築する際の"
127260 "パフォーマンスを改善しました。 [GitHub#1158][naoaさんがパッチ提供]"
128261
129 msgid "Fixes"
130 msgstr "修正"
131
132 msgid ""
133 "[:doc:`reference/functions/sub_filter`] fixed a bug that ``sub_filter`` "
262 msgid ""
263 "[:doc:`reference/functions/sub_filter`] Fixed a bug that ``sub_filter`` "
134264 "doesn't work in ``slices[].filter``."
135265 msgstr ""
136266 "[:doc:`/reference/functions/sub_filter`] ``slices[].filter`` 内で "
67116711 "ます。output_type指定は無視されます。"
67126712 msgstr ""
67136713
6714 msgid "``index_column_diff``"
6715 msgstr "``index_column_diff``"
6716
6717 msgid "``index_column_diff`` command check where indexes are broken or not."
6718 msgstr ""
6719 "``index_column_diff`` コマンドはインデックスが破損しているかどうかをチェック"
6720 "します。"
6721
6722 msgid ""
6723 "We can found already a broken index by this command. Normally, we don't "
6724 "found it unless Groonga refer, delete, or update it. However, it is possible "
6725 "that Groonga crashes or returns wrong search results by using it. it make us "
6726 "want to found it in advance. This command useful in this case."
6727 msgstr ""
6728 "このコマンドによって、既に破損したインデックスを発見できます。通常、壊れたイ"
6729 "ンデックスはGroongaが参照や削除、更新をしない限り発見できません。壊れたイン"
6730 "デックスを使うとGroongaがクラッシュしたり、誤った検索結果を返すことがありま"
6731 "す。そのため、事前にインデックスの破損を発見したくなります。このコマンドはこ"
6732 "のようなケースで有用です。"
6733
6734 msgid ""
6735 "This command may use many memory and execution time depending on the size of "
6736 "the target index. Also, if we stop in the middle of execution of this "
6737 "command, the target index may break. Therefore, we suggest that we don't "
6738 "execute this command on active system, but execute this command on standby "
6739 "system."
6740 msgstr ""
6741 "このコマンドは、対象のインデックスのサイズによっては、多くのメモリーや実行時"
6742 "間を使うことがあります。また、このコマンドを実行中に停止した場合は、対象のイ"
6743 "ンデックスが壊れることがあります。そのため、現用系のシステムで実行するのでは"
6744 "なく、予備系のシステムで実行することをおすすめします。"
6745
6746 msgid "This command takes two parameters. All parameters are required::"
6747 msgstr "このコマンドの引数は2つで必須です。::"
6748
6749 msgid "Here is an example to check a index column in the database:"
6750 msgstr "以下はインデックスカラムをチェックする例です。:"
6751
6752 msgid "Specifies the name of a table include check target of the index column."
6753 msgstr "チェックするインデックスカラムを含むテーブルの名前を指定します。"
6754
6755 msgid "``index_column``"
6756 msgstr "``index_column``"
6757
6758 msgid "Specifies the name of check target of the index column."
6759 msgstr "チェック対象のインデックスカラムの名前を指定します。"
6760
6761 msgid "``index_column_diff`` command returns result of check indexes::"
6762 msgstr ""
6763 "``index_column_diff`` コマンドはインデックスチェックの結果を返します。::"
6764
6765 msgid "``CHECK_RESULT``"
6766 msgstr ""
6767
6768 msgid ""
6769 "This command returns the result of compression between the current value of "
6770 "the index column and the result of tokenize when this command execute as "
6771 "below::"
6772 msgstr ""
6773 "このコマンドは、以下のように、このコマンドを実行した時のトークナイズの結果"
6774 "と、現在のインデックスカラムの値を比較した結果を返します。"
6775
6776 msgid ""
6777 "If there are something in ``remains``, a token that Groonga was supposed to "
6778 "delete is remaining in a index."
6779 msgstr ""
6780 "``remains`` になにか出力された場合、Groongaが本来削除するはずだったトークンが"
6781 "インデックスが残っています。"
6782
6783 msgid ""
6784 "If there are something in ``missing``, a token that Groonga is supposing to "
6785 "remain in a index has been deleted from the index."
6786 msgstr ""
6787 "``missing`` になにか出力された場合、本来インデックス内に残っているトークンが"
6788 "削除されています。"
6789
6790 msgid ""
6791 "``index_column_diff`` returns nothing as below When indexes haven't broken::"
6792 msgstr ""
6793 "インデックスの破損が無い時は、以下のように ``index_column_diff`` は何も返しま"
6794 "せん。"
6795
6796 msgid "``TOKEN_ID``"
6797 msgstr ""
6798
6799 msgid "``TOKEN_ID`` is id of a broken token."
6800 msgstr "``TOKEN_ID`` は壊れたトークンのIDです。"
6801
6802 msgid "``TOKEN_VALUE``"
6803 msgstr ""
6804
6805 msgid "``TOKEN_VALUE`` is value of a broken token."
6806 msgstr "``TOKEN_VALUE`` は壊れたトークンの値です。"
6807
6808 msgid "``RECORD_ID``"
6809 msgstr ""
6810
6811 msgid "``RECORD_ID`` is id of a record include a broken token."
6812 msgstr "``RECORD_ID`` は壊れたトークンを含むレコードです。"
6813
6814 msgid "``POSITION``"
6815 msgstr ""
6816
6817 msgid "``POSITION`` is appearing position of a broken token."
6818 msgstr "``POSITION`` 壊れたトークンの出現位置です。"
6819
67146820 msgid "``io_flush``"
67156821 msgstr ""
67166822
1731017416 "詳細は、 :doc:`/reference/commands/tokenize` の :ref:`tokenize-mode` オプショ"
1731117417 "ンを参照してください。"
1731217418
17313 msgid "``index_column``"
17314 msgstr "``index_column``"
17315
1731617419 msgid "Specifies an index column."
1731717420 msgstr "インデックスカラム名を指定します。"
1731817421
586586 $(top_srcdir)/doc/source/example/reference/commands/database_unmap/usage_success.log \
587587 $(top_srcdir)/doc/source/example/reference/commands/delete/cascade.log \
588588 $(top_srcdir)/doc/source/example/reference/commands/delete/status.log \
589 $(top_srcdir)/doc/source/example/reference/commands/index_column_diff/index_column.log \
589590 $(top_srcdir)/doc/source/example/reference/commands/io_flush/all.log \
590591 $(top_srcdir)/doc/source/example/reference/commands/io_flush/only_opened_yes.log \
591592 $(top_srcdir)/doc/source/example/reference/commands/io_flush/recursive_default.log \
14091410 $(top_srcdir)/doc/source/reference/commands/defrag.rst \
14101411 $(top_srcdir)/doc/source/reference/commands/delete.rst \
14111412 $(top_srcdir)/doc/source/reference/commands/dump.rst \
1413 $(top_srcdir)/doc/source/reference/commands/index_column_diff.rst \
14121414 $(top_srcdir)/doc/source/reference/commands/io_flush.rst \
14131415 $(top_srcdir)/doc/source/reference/commands/load.rst \
14141416 $(top_srcdir)/doc/source/reference/commands/lock_acquire.rst \
16971699 source/example/reference/commands/database_unmap/usage_success.log \
16981700 source/example/reference/commands/delete/cascade.log \
16991701 source/example/reference/commands/delete/status.log \
1702 source/example/reference/commands/index_column_diff/index_column.log \
17001703 source/example/reference/commands/io_flush/all.log \
17011704 source/example/reference/commands/io_flush/only_opened_yes.log \
17021705 source/example/reference/commands/io_flush/recursive_default.log \
25202523 source/reference/commands/defrag.rst \
25212524 source/reference/commands/delete.rst \
25222525 source/reference/commands/dump.rst \
2526 source/reference/commands/index_column_diff.rst \
25232527 source/reference/commands/io_flush.rst \
25242528 source/reference/commands/load.rst \
25252529 source/reference/commands/lock_acquire.rst \
29482952 html/reference/commands/defrag.html \
29492953 html/reference/commands/delete.html \
29502954 html/reference/commands/dump.html \
2955 html/reference/commands/index_column_diff.html \
29512956 html/reference/commands/io_flush.html \
29522957 html/reference/commands/load.html \
29532958 html/reference/commands/lock_acquire.html \
34563461 @echo "This command is intended for maintainers to use"
34573462 @echo "it deletes files that may require special tools to rebuild."
34583463 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
3464 @DOCUMENT_BUILDABLE_FALSE@maintainer-clean-local:
34593465 @DOCUMENT_BUILDABLE_FALSE@clean-local:
3460 @DOCUMENT_BUILDABLE_FALSE@maintainer-clean-local:
34613466 clean: clean-recursive
34623467
34633468 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
00 # Sphinx build info version 1
11 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
2 config: 5309957067a94b47b0c36af15c8ddef6
2 config: 2b1e879cc83c8cfb57c6cfc792206574
33 tags: 645f666f9bcd5a90fca523b33c5a78b7
00 var DOCUMENTATION_OPTIONS = {
11 URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
2 VERSION: '10.1.0-17-g321cd53',
2 VERSION: '10.1.1-31-g1e46ba6',
33 LANGUAGE: 'ja',
44 COLLAPSE_INDEX: false,
55 BUILDER: 'html',
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>1. Groongaの特徴 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>1. Groongaの特徴 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="index.html" title="Groonga ドキュメント"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">1. </span>Groongaの特徴</a></li>
5656 </ul>
5757 </div>
165165 <li class="right" >
166166 <a href="index.html" title="Groonga ドキュメント"
167167 >前へ</a> |</li>
168 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
168 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
169169 <li class="nav-item nav-item-this"><a href=""><span class="section-number">1. </span>Groongaの特徴</a></li>
170170 </ul>
171171 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>6. クライアント &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>6. クライアント &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="server/memcached.html" title="5.4. Memcachedバイナリプロトコル"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">6. </span>クライアント</a></li>
5656 </ul>
5757 </div>
107107 <li class="right" >
108108 <a href="server/memcached.html" title="5.4. Memcachedバイナリプロトコル"
109109 >前へ</a> |</li>
110 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
110 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
111111 <li class="nav-item nav-item-this"><a href=""><span class="section-number">6. </span>クライアント</a></li>
112112 </ul>
113113 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>3. コミュニティ &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>3. コミュニティ &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="install/others.html" title="2.9. その他"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">3. </span>コミュニティ</a></li>
5656 </ul>
5757 </div>
146146 <li class="right" >
147147 <a href="install/others.html" title="2.9. その他"
148148 >前へ</a> |</li>
149 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
149 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
150150 <li class="nav-item nav-item-this"><a href=""><span class="section-number">3. </span>コミュニティ</a></li>
151151 </ul>
152152 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.2.1. GNU Autotoolsを使ってリポジトリーのGroongaをビルドする方法 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.3.2.1. GNU Autotoolsを使ってリポジトリーのGroongaをビルドする方法 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../build.html" title="12.3.2. リポジトリーのGroongaをビルドする方法"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
5757 <li class="nav-item nav-item-3"><a href="../build.html" accesskey="U"><span class="section-number">12.3.2. </span>リポジトリーのGroongaをビルドする方法</a> &#187;</li>
191191 <li class="right" >
192192 <a href="../build.html" title="12.3.2. リポジトリーのGroongaをビルドする方法"
193193 >前へ</a> |</li>
194 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
194 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
195195 <li class="nav-item nav-item-1"><a href="../../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
196196 <li class="nav-item nav-item-2"><a href="../../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
197197 <li class="nav-item nav-item-3"><a href="../build.html" ><span class="section-number">12.3.2. </span>リポジトリーのGroongaをビルドする方法</a> &#187;</li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.2.2. GNU/LinuxまたはUnix上でCMakeを使ってリポジトリーのGroongaをビルドする方法 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.3.2.2. GNU/LinuxまたはUnix上でCMakeを使ってリポジトリーのGroongaをビルドする方法 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="unix_autotools.html" title="12.3.2.1. GNU Autotoolsを使ってリポジトリーのGroongaをビルドする方法"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
5757 <li class="nav-item nav-item-3"><a href="../build.html" accesskey="U"><span class="section-number">12.3.2. </span>リポジトリーのGroongaをビルドする方法</a> &#187;</li>
184184 <li class="right" >
185185 <a href="unix_autotools.html" title="12.3.2.1. GNU Autotoolsを使ってリポジトリーのGroongaをビルドする方法"
186186 >前へ</a> |</li>
187 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
187 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
188188 <li class="nav-item nav-item-1"><a href="../../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
189189 <li class="nav-item nav-item-2"><a href="../../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
190190 <li class="nav-item nav-item-3"><a href="../build.html" ><span class="section-number">12.3.2. </span>リポジトリーのGroongaをビルドする方法</a> &#187;</li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.2.3. Windows上でCMakeを使ってリポジトリーのGroongaをビルドする方法 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.3.2.3. Windows上でCMakeを使ってリポジトリーのGroongaをビルドする方法 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="unix_cmake.html" title="12.3.2.2. GNU/LinuxまたはUnix上でCMakeを使ってリポジトリーのGroongaをビルドする方法"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
5757 <li class="nav-item nav-item-3"><a href="../build.html" accesskey="U"><span class="section-number">12.3.2. </span>リポジトリーのGroongaをビルドする方法</a> &#187;</li>
195195 <li class="right" >
196196 <a href="unix_cmake.html" title="12.3.2.2. GNU/LinuxまたはUnix上でCMakeを使ってリポジトリーのGroongaをビルドする方法"
197197 >前へ</a> |</li>
198 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
198 <li class="nav-item nav-item-0"><a href="../../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
199199 <li class="nav-item nav-item-1"><a href="../../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
200200 <li class="nav-item nav-item-2"><a href="../../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
201201 <li class="nav-item nav-item-3"><a href="../build.html" ><span class="section-number">12.3.2. </span>リポジトリーのGroongaをビルドする方法</a> &#187;</li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.2. リポジトリーのGroongaをビルドする方法 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.3.2. リポジトリーのGroongaをビルドする方法 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="repository.html" title="12.3.1. リポジトリ"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.2. </span>リポジトリーのGroongaをビルドする方法</a></li>
114114 <li class="right" >
115115 <a href="repository.html" title="12.3.1. リポジトリ"
116116 >前へ</a> |</li>
117 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
117 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
118118 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
119119 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
120120 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.2. </span>リポジトリーのGroongaをビルドする方法</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.3. Groonga 通信アーキテクチャ &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.3.3. Groonga 通信アーキテクチャ &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="build/windows_cmake.html" title="12.3.2.3. Windows上でCMakeを使ってリポジトリーのGroongaをビルドする方法"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.3. </span>Groonga 通信アーキテクチャ</a></li>
130130 <li class="right" >
131131 <a href="build/windows_cmake.html" title="12.3.2.3. Windows上でCMakeを使ってリポジトリーのGroongaをビルドする方法"
132132 >前へ</a> |</li>
133 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
133 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
134134 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
135135 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
136136 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.3. </span>Groonga 通信アーキテクチャ</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.4. ユーザーと協力して開発をうまく進めていくための指針 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.3.4. ユーザーと協力して開発をうまく進めていくための指針 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="com.html" title="12.3.3. Groonga 通信アーキテクチャ"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.4. </span>ユーザーと協力して開発をうまく進めていくための指針</a></li>
191191 <li class="right" >
192192 <a href="com.html" title="12.3.3. Groonga 通信アーキテクチャ"
193193 >前へ</a> |</li>
194 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
194 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
195195 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
196196 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
197197 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.4. </span>ユーザーと協力して開発をうまく進めていくための指針</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.5. クエリの実現 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.3.5. クエリの実現 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="cooperation.html" title="12.3.4. ユーザーと協力して開発をうまく進めていくための指針"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.5. </span>クエリの実現</a></li>
330330 <li class="right" >
331331 <a href="cooperation.html" title="12.3.4. ユーザーと協力して開発をうまく進めていくための指針"
332332 >前へ</a> |</li>
333 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
333 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
334334 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
335335 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
336336 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.5. </span>クエリの実現</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.7. リリース手順 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.3.7. リリース手順 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="query.html" title="12.3.5. クエリの実現"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.7. </span>リリース手順</a></li>
815815 <li class="right" >
816816 <a href="query.html" title="12.3.5. クエリの実現"
817817 >前へ</a> |</li>
818 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
818 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
819819 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
820820 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
821821 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.7. </span>リリース手順</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.1. リポジトリ &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.3.1. リポジトリ &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../development.html" title="12.3. Groonga開発者向け情報"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.1. </span>リポジトリ</a></li>
111111 <li class="right" >
112112 <a href="../development.html" title="12.3. Groonga開発者向け情報"
113113 >前へ</a> |</li>
114 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
114 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
115115 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
116116 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
117117 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.1. </span>リポジトリ</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3.8. テスト方法 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.3.8. テスト方法 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
4747 <li class="right" >
4848 <a href="release.html" title="12.3.7. リリース手順"
4949 accesskey="P">前へ</a> |</li>
50 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
50 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5151 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5252 <li class="nav-item nav-item-2"><a href="../development.html" accesskey="U"><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
5353 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.8. </span>テスト方法</a></li>
216216 <li class="right" >
217217 <a href="release.html" title="12.3.7. リリース手順"
218218 >前へ</a> |</li>
219 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
219 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
220220 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
221221 <li class="nav-item nav-item-2"><a href="../development.html" ><span class="section-number">12.3. </span>Groonga開発者向け情報</a> &#187;</li>
222222 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3.8. </span>テスト方法</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.3. Groonga開発者向け情報 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.3. Groonga開発者向け情報 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="documentation/c-api.html" title="12.2.3. C API"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../contribution.html" accesskey="U"><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3. </span>Groonga開発者向け情報</a></li>
5757 </ul>
117117 <li class="right" >
118118 <a href="documentation/c-api.html" title="12.2.3. C API"
119119 >前へ</a> |</li>
120 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
120 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
121121 <li class="nav-item nav-item-1"><a href="../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
122122 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.3. </span>Groonga開発者向け情報</a></li>
123123 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.2.3. C API &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.2.3. C API &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="i18n.html" title="12.2.2. 国際化"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U"><span class="section-number">12.2. </span>ドキュメント関連のコントリビュート方法</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2.3. </span>C API</a></li>
108108 <li class="right" >
109109 <a href="i18n.html" title="12.2.2. 国際化"
110110 >前へ</a> |</li>
111 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
111 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
112112 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
113113 <li class="nav-item nav-item-2"><a href="../documentation.html" ><span class="section-number">12.2. </span>ドキュメント関連のコントリビュート方法</a> &#187;</li>
114114 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2.3. </span>C API</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.2.2. 国際化 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.2.2. 国際化 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="introduction.html" title="12.2.1. 導入"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U"><span class="section-number">12.2. </span>ドキュメント関連のコントリビュート方法</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2.2. </span>国際化</a></li>
276276 <li class="right" >
277277 <a href="introduction.html" title="12.2.1. 導入"
278278 >前へ</a> |</li>
279 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
279 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
280280 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
281281 <li class="nav-item nav-item-2"><a href="../documentation.html" ><span class="section-number">12.2. </span>ドキュメント関連のコントリビュート方法</a> &#187;</li>
282282 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2.2. </span>国際化</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.2.1. 導入 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.2.1. 導入 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../documentation.html" title="12.2. ドキュメント関連のコントリビュート方法"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U"><span class="section-number">12.2. </span>ドキュメント関連のコントリビュート方法</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2.1. </span>導入</a></li>
171171 <li class="right" >
172172 <a href="../documentation.html" title="12.2. ドキュメント関連のコントリビュート方法"
173173 >前へ</a> |</li>
174 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
174 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
175175 <li class="nav-item nav-item-1"><a href="../../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
176176 <li class="nav-item nav-item-2"><a href="../documentation.html" ><span class="section-number">12.2. </span>ドキュメント関連のコントリビュート方法</a> &#187;</li>
177177 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2.1. </span>導入</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.2. ドキュメント関連のコントリビュート方法 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.2. ドキュメント関連のコントリビュート方法 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="report.html" title="12.1. バグレポートの送り方"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../contribution.html" accesskey="U"><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2. </span>ドキュメント関連のコントリビュート方法</a></li>
5757 </ul>
113113 <li class="right" >
114114 <a href="report.html" title="12.1. バグレポートの送り方"
115115 >前へ</a> |</li>
116 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
116 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
117117 <li class="nav-item nav-item-1"><a href="../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
118118 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.2. </span>ドキュメント関連のコントリビュート方法</a></li>
119119 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12.1. バグレポートの送り方 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12.1. バグレポートの送り方 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../contribution.html" title="12. Groongaへのコントリビュート方法"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../contribution.html" accesskey="U"><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.1. </span>バグレポートの送り方</a></li>
5757 </ul>
131131 <li class="right" >
132132 <a href="../contribution.html" title="12. Groongaへのコントリビュート方法"
133133 >前へ</a> |</li>
134 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
134 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
135135 <li class="nav-item nav-item-1"><a href="../contribution.html" ><span class="section-number">12. </span>Groongaへのコントリビュート方法</a> &#187;</li>
136136 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12.1. </span>バグレポートの送り方</a></li>
137137 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>12. Groongaへのコントリビュート方法 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>12. Groongaへのコントリビュート方法 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="development/travis-ci.html" title="11.1. Travis CI"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12. </span>Groongaへのコントリビュート方法</a></li>
5656 </ul>
5757 </div>
191191 <li class="right" >
192192 <a href="development/travis-ci.html" title="11.1. Travis CI"
193193 >前へ</a> |</li>
194 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
194 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
195195 <li class="nav-item nav-item-this"><a href=""><span class="section-number">12. </span>Groongaへのコントリビュート方法</a></li>
196196 </ul>
197197 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>11.1. Travis CI &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>11.1. Travis CI &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../development.html" title="11. 開発"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../development.html" accesskey="U"><span class="section-number">11. </span>開発</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">11.1. </span>Travis CI</a></li>
5757 </ul>
156156 <li class="right" >
157157 <a href="../development.html" title="11. 開発"
158158 >前へ</a> |</li>
159 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
159 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
160160 <li class="nav-item nav-item-1"><a href="../development.html" ><span class="section-number">11. </span>開発</a> &#187;</li>
161161 <li class="nav-item nav-item-this"><a href=""><span class="section-number">11.1. </span>Travis CI</a></li>
162162 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>11. 開発 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>11. 開発 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.3. mmap Cannot allocate memoryエラーを回避するには"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">11. </span>開発</a></li>
5656 </ul>
5757 </div>
114114 <li class="right" >
115115 <a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.3. mmap Cannot allocate memoryエラーを回避するには"
116116 >前へ</a> |</li>
117 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
117 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
118118 <li class="nav-item nav-item-this"><a href=""><span class="section-number">11. </span>開発</a></li>
119119 </ul>
120120 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>索引 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>索引 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="#" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">索引</a></li>
4848 </ul>
4949 </div>
11911191 <li class="right" style="margin-right: 10px">
11921192 <a href="#" title="総合索引"
11931193 >索引</a></li>
1194 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
1194 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
11951195 <li class="nav-item nav-item-this"><a href="">索引</a></li>
11961196 </ul>
11971197 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>Groonga ドキュメント &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>Groonga ドキュメント &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
4747 <li class="right" >
4848 <a href="characteristic.html" title="1. Groongaの特徴"
4949 accesskey="N">次へ</a> |</li>
50 <li class="nav-item nav-item-0"><a href="#">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
50 <li class="nav-item nav-item-0"><a href="#">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5151 <li class="nav-item nav-item-this"><a href="">Groonga ドキュメント</a></li>
5252 </ul>
5353 </div>
7878 </li>
7979 <li class="toctree-l1"><a class="reference internal" href="install.html">2. インストール</a><ul>
8080 <li class="toctree-l2"><a class="reference internal" href="install/windows.html">2.1. Windows</a><ul>
81 <li class="toctree-l3"><a class="reference internal" href="install/windows.html#installer">2.1.1. インストーラー</a></li>
82 <li class="toctree-l3"><a class="reference internal" href="install/windows.html#zip">2.1.2. zip</a></li>
83 <li class="toctree-l3"><a class="reference internal" href="install/windows.html#build-from-source">2.1.3. ソースからビルド</a></li>
81 <li class="toctree-l3"><a class="reference internal" href="install/windows.html#zip">2.1.1. zip</a></li>
82 <li class="toctree-l3"><a class="reference internal" href="install/windows.html#build-from-source">2.1.2. ソースからビルド</a></li>
8483 </ul>
8584 </li>
8685 <li class="toctree-l2"><a class="reference internal" href="install/mac_os_x.html">2.2. Mac OS X</a><ul>
275274 <li class="toctree-l3"><a class="reference internal" href="reference/commands/defrag.html">7.3.20. <code class="docutils literal notranslate"><span class="pre">defrag</span></code></a></li>
276275 <li class="toctree-l3"><a class="reference internal" href="reference/commands/delete.html">7.3.21. <code class="docutils literal notranslate"><span class="pre">delete</span></code></a></li>
277276 <li class="toctree-l3"><a class="reference internal" href="reference/commands/dump.html">7.3.22. <code class="docutils literal notranslate"><span class="pre">dump</span></code></a></li>
278 <li class="toctree-l3"><a class="reference internal" href="reference/commands/io_flush.html">7.3.23. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
279 <li class="toctree-l3"><a class="reference internal" href="reference/commands/load.html">7.3.24. <code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
280 <li class="toctree-l3"><a class="reference internal" href="reference/commands/lock_acquire.html">7.3.25. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
281 <li class="toctree-l3"><a class="reference internal" href="reference/commands/lock_clear.html">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
282 <li class="toctree-l3"><a class="reference internal" href="reference/commands/lock_release.html">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
283 <li class="toctree-l3"><a class="reference internal" href="reference/commands/log_level.html">7.3.28. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
284 <li class="toctree-l3"><a class="reference internal" href="reference/commands/log_put.html">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
285 <li class="toctree-l3"><a class="reference internal" href="reference/commands/log_reopen.html">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
286 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_count.html">7.3.31. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
287 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_parameters.html">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
288 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_range_filter.html">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
289 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_select.html">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
290 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_shard_list.html">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
291 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_table_remove.html">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
292 <li class="toctree-l3"><a class="reference internal" href="reference/commands/normalize.html">7.3.37. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
293 <li class="toctree-l3"><a class="reference internal" href="reference/commands/normalizer_list.html">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
294 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_exist.html">7.3.39. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
295 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_inspect.html">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
296 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_list.html">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
297 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_remove.html">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
298 <li class="toctree-l3"><a class="reference internal" href="reference/commands/plugin_register.html">7.3.43. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
299 <li class="toctree-l3"><a class="reference internal" href="reference/commands/plugin_unregister.html">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
300 <li class="toctree-l3"><a class="reference internal" href="reference/commands/query_expand.html">7.3.45. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
301 <li class="toctree-l3"><a class="reference internal" href="reference/commands/quit.html">7.3.46. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
302 <li class="toctree-l3"><a class="reference internal" href="reference/commands/range_filter.html">7.3.47. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
303 <li class="toctree-l3"><a class="reference internal" href="reference/commands/reference_acquire.html">7.3.48. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
304 <li class="toctree-l3"><a class="reference internal" href="reference/commands/reference_release.html">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
305 <li class="toctree-l3"><a class="reference internal" href="reference/commands/register.html">7.3.50. <code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
306 <li class="toctree-l3"><a class="reference internal" href="reference/commands/reindex.html">7.3.51. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
307 <li class="toctree-l3"><a class="reference internal" href="reference/commands/request_cancel.html">7.3.52. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
308 <li class="toctree-l3"><a class="reference internal" href="reference/commands/ruby_eval.html">7.3.53. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
309 <li class="toctree-l3"><a class="reference internal" href="reference/commands/ruby_load.html">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
310 <li class="toctree-l3"><a class="reference internal" href="reference/commands/schema.html">7.3.55. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
311 <li class="toctree-l3"><a class="reference internal" href="reference/commands/select.html">7.3.56. <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
312 <li class="toctree-l3"><a class="reference internal" href="reference/commands/shutdown.html">7.3.57. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
313 <li class="toctree-l3"><a class="reference internal" href="reference/commands/status.html">7.3.58. <code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
314 <li class="toctree-l3"><a class="reference internal" href="reference/commands/suggest.html">7.3.59. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
315 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_copy.html">7.3.60. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
316 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_create.html">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
317 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_list.html">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
318 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_remove.html">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
319 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_rename.html">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
320 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_tokenize.html">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
321 <li class="toctree-l3"><a class="reference internal" href="reference/commands/thread_limit.html">7.3.66. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
322 <li class="toctree-l3"><a class="reference internal" href="reference/commands/tokenize.html">7.3.67. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
323 <li class="toctree-l3"><a class="reference internal" href="reference/commands/tokenizer_list.html">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
324 <li class="toctree-l3"><a class="reference internal" href="reference/commands/truncate.html">7.3.69. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
277 <li class="toctree-l3"><a class="reference internal" href="reference/commands/index_column_diff.html">7.3.23. <code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></li>
278 <li class="toctree-l3"><a class="reference internal" href="reference/commands/io_flush.html">7.3.24. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
279 <li class="toctree-l3"><a class="reference internal" href="reference/commands/load.html">7.3.25. <code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
280 <li class="toctree-l3"><a class="reference internal" href="reference/commands/lock_acquire.html">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
281 <li class="toctree-l3"><a class="reference internal" href="reference/commands/lock_clear.html">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
282 <li class="toctree-l3"><a class="reference internal" href="reference/commands/lock_release.html">7.3.28. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
283 <li class="toctree-l3"><a class="reference internal" href="reference/commands/log_level.html">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
284 <li class="toctree-l3"><a class="reference internal" href="reference/commands/log_put.html">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
285 <li class="toctree-l3"><a class="reference internal" href="reference/commands/log_reopen.html">7.3.31. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
286 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_count.html">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
287 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_parameters.html">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
288 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_range_filter.html">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
289 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_select.html">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
290 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_shard_list.html">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
291 <li class="toctree-l3"><a class="reference internal" href="reference/commands/logical_table_remove.html">7.3.37. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
292 <li class="toctree-l3"><a class="reference internal" href="reference/commands/normalize.html">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
293 <li class="toctree-l3"><a class="reference internal" href="reference/commands/normalizer_list.html">7.3.39. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
294 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_exist.html">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
295 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_inspect.html">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
296 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_list.html">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
297 <li class="toctree-l3"><a class="reference internal" href="reference/commands/object_remove.html">7.3.43. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
298 <li class="toctree-l3"><a class="reference internal" href="reference/commands/plugin_register.html">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
299 <li class="toctree-l3"><a class="reference internal" href="reference/commands/plugin_unregister.html">7.3.45. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
300 <li class="toctree-l3"><a class="reference internal" href="reference/commands/query_expand.html">7.3.46. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
301 <li class="toctree-l3"><a class="reference internal" href="reference/commands/quit.html">7.3.47. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
302 <li class="toctree-l3"><a class="reference internal" href="reference/commands/range_filter.html">7.3.48. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
303 <li class="toctree-l3"><a class="reference internal" href="reference/commands/reference_acquire.html">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
304 <li class="toctree-l3"><a class="reference internal" href="reference/commands/reference_release.html">7.3.50. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
305 <li class="toctree-l3"><a class="reference internal" href="reference/commands/register.html">7.3.51. <code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
306 <li class="toctree-l3"><a class="reference internal" href="reference/commands/reindex.html">7.3.52. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
307 <li class="toctree-l3"><a class="reference internal" href="reference/commands/request_cancel.html">7.3.53. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
308 <li class="toctree-l3"><a class="reference internal" href="reference/commands/ruby_eval.html">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
309 <li class="toctree-l3"><a class="reference internal" href="reference/commands/ruby_load.html">7.3.55. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
310 <li class="toctree-l3"><a class="reference internal" href="reference/commands/schema.html">7.3.56. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
311 <li class="toctree-l3"><a class="reference internal" href="reference/commands/select.html">7.3.57. <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
312 <li class="toctree-l3"><a class="reference internal" href="reference/commands/shutdown.html">7.3.58. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
313 <li class="toctree-l3"><a class="reference internal" href="reference/commands/status.html">7.3.59. <code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
314 <li class="toctree-l3"><a class="reference internal" href="reference/commands/suggest.html">7.3.60. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
315 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_copy.html">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
316 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_create.html">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
317 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_list.html">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
318 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_remove.html">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
319 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_rename.html">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
320 <li class="toctree-l3"><a class="reference internal" href="reference/commands/table_tokenize.html">7.3.66. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
321 <li class="toctree-l3"><a class="reference internal" href="reference/commands/thread_limit.html">7.3.67. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
322 <li class="toctree-l3"><a class="reference internal" href="reference/commands/tokenize.html">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
323 <li class="toctree-l3"><a class="reference internal" href="reference/commands/tokenizer_list.html">7.3.69. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
324 <li class="toctree-l3"><a class="reference internal" href="reference/commands/truncate.html">7.3.70. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
325325 </ul>
326326 </li>
327327 <li class="toctree-l2"><a class="reference internal" href="reference/types.html">7.4. データ型</a><ul>
644644 <li class="right" >
645645 <a href="characteristic.html" title="1. Groongaの特徴"
646646 >次へ</a> |</li>
647 <li class="nav-item nav-item-0"><a href="#">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
647 <li class="nav-item nav-item-0"><a href="#">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
648648 <li class="nav-item nav-item-this"><a href="">Groonga ドキュメント</a></li>
649649 </ul>
650650 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.5. CentOS &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>2.5. CentOS &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="ubuntu.html" title="2.4. Ubuntu"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>インストール</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.5. </span>CentOS</a></li>
5757 </ul>
129129 </pre></div>
130130 </div>
131131 <p>ソースをダウンロードします:</p>
132 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
133 % tar xvzf groonga-10.1.1.tar.gz
134 % cd groonga-10.1.1
132 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
133 % tar xvzf groonga-11.0.0.tar.gz
134 % cd groonga-11.0.0
135135 </pre></div>
136136 </div>
137137 <p>configureを実行します( <code class="docutils literal notranslate"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> を参照してください):</p>
198198 <li class="right" >
199199 <a href="ubuntu.html" title="2.4. Ubuntu"
200200 >前へ</a> |</li>
201 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
201 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
202202 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>インストール</a> &#187;</li>
203203 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.5. </span>CentOS</a></li>
204204 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.3. Debian GNU/Linux &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>2.3. Debian GNU/Linux &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="mac_os_x.html" title="2.2. Mac OS X"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>インストール</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.3. </span>Debian GNU/Linux</a></li>
5757 </ul>
137137 </pre></div>
138138 </div>
139139 <p>ソースをダウンロードします:</p>
140 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
141 % tar xvzf groonga-10.1.1.tar.gz
142 % cd groonga-10.1.1
140 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
141 % tar xvzf groonga-11.0.0.tar.gz
142 % cd groonga-11.0.0
143143 </pre></div>
144144 </div>
145145 <p>configureを実行します( <code class="docutils literal notranslate"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> を参照してください):</p>
205205 <li class="right" >
206206 <a href="mac_os_x.html" title="2.2. Mac OS X"
207207 >前へ</a> |</li>
208 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
208 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
209209 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>インストール</a> &#187;</li>
210210 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.3. </span>Debian GNU/Linux</a></li>
211211 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.8. Docker &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>2.8. Docker &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="solaris.html" title="2.7. Oracle Solaris"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>インストール</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.8. </span>Docker</a></li>
5757 </ul>
146146 <li class="right" >
147147 <a href="solaris.html" title="2.7. Oracle Solaris"
148148 >前へ</a> |</li>
149 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
149 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
150150 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>インストール</a> &#187;</li>
151151 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.8. </span>Docker</a></li>
152152 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.6. Fedora &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>2.6. Fedora &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="centos.html" title="2.5. CentOS"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>インストール</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.6. </span>Fedora</a></li>
5757 </ul>
123123 </pre></div>
124124 </div>
125125 <p>ソースをダウンロードします:</p>
126 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
127 % tar xvzf groonga-10.1.1.tar.gz
128 % cd groonga-10.1.1
126 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
127 % tar xvzf groonga-11.0.0.tar.gz
128 % cd groonga-11.0.0
129129 </pre></div>
130130 </div>
131131 <p>configureを実行します( <code class="docutils literal notranslate"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> を参照してください):</p>
191191 <li class="right" >
192192 <a href="centos.html" title="2.5. CentOS"
193193 >前へ</a> |</li>
194 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
194 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
195195 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>インストール</a> &#187;</li>
196196 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.6. </span>Fedora</a></li>
197197 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.2. Mac OS X &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>2.2. Mac OS X &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="windows.html" title="2.1. Windows"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>インストール</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.2. </span>Mac OS X</a></li>
5757 </ul>
9696 <h2><span class="section-number">2.2.3. </span>ソースからビルド<a class="headerlink" href="#build-from-source" title="このヘッドラインへのパーマリンク">¶</a></h2>
9797 <p><a class="reference external" href="https://developer.apple.com/xcode/">Xcode</a> をインストールしてください。</p>
9898 <p>ソースをダウンロードします:</p>
99 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% curl -O https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
100 % tar xvzf groonga-10.1.1.tar.gz
101 % cd groonga-10.1.1
99 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% curl -O https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
100 % tar xvzf groonga-11.0.0.tar.gz
101 % cd groonga-11.0.0
102102 </pre></div>
103103 </div>
104104 <p>configureを実行します( <code class="docutils literal notranslate"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> を参照してください):</p>
165165 <li class="right" >
166166 <a href="windows.html" title="2.1. Windows"
167167 >前へ</a> |</li>
168 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
168 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
169169 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>インストール</a> &#187;</li>
170170 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.2. </span>Mac OS X</a></li>
171171 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.9. その他 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>2.9. その他 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="docker.html" title="2.8. Docker"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>インストール</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.9. </span>その他</a></li>
5757 </ul>
114114 <div class="section" id="build-from-source">
115115 <h2><span class="section-number">2.9.2. </span>ソースからビルド<a class="headerlink" href="#build-from-source" title="このヘッドラインへのパーマリンク">¶</a></h2>
116116 <p>GroongaはGNUビルドシステムを使っています。以下は一番簡単なビルド手順です:</p>
117 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
118 % tar xvzf groonga-10.1.1.tar.gz
119 % cd groonga-10.1.1
117 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
118 % tar xvzf groonga-11.0.0.tar.gz
119 % cd groonga-11.0.0
120120 % ./configure
121121 % make
122122 % sudo make install
320320 <li class="right" >
321321 <a href="docker.html" title="2.8. Docker"
322322 >前へ</a> |</li>
323 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
323 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
324324 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>インストール</a> &#187;</li>
325325 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.9. </span>その他</a></li>
326326 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.7. Oracle Solaris &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>2.7. Oracle Solaris &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="fedora.html" title="2.6. Fedora"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>インストール</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.7. </span>Oracle Solaris</a></li>
5757 </ul>
7272 </pre></div>
7373 </div>
7474 <p>ソースをダウンロードします:</p>
75 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
76 % gtar xvzf groonga-10.1.1.tar.gz
77 % cd groonga-10.1.1
75 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
76 % gtar xvzf groonga-11.0.0.tar.gz
77 % cd groonga-11.0.0
7878 </pre></div>
7979 </div>
8080 <p><code class="docutils literal notranslate"><span class="pre">CFLAGS=&quot;-m64&quot;</span> <span class="pre">CXXFLAGS=&quot;-m64&quot;</span></code> 変数付きでconfigureを実行します。これらの変数は64-bit版をビルドするために必要です。32-bit版をビルドする場合はこれらの変数を指定しないでしてください。 ( <code class="docutils literal notranslate"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> を参照してください):</p>
139139 <li class="right" >
140140 <a href="fedora.html" title="2.6. Fedora"
141141 >前へ</a> |</li>
142 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
142 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
143143 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>インストール</a> &#187;</li>
144144 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.7. </span>Oracle Solaris</a></li>
145145 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.4. Ubuntu &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>2.4. Ubuntu &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="debian.html" title="2.3. Debian GNU/Linux"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>インストール</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.4. </span>Ubuntu</a></li>
5757 </ul>
130130 </pre></div>
131131 </div>
132132 <p>ソースをダウンロードします:</p>
133 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
134 % tar xvzf groonga-10.1.1.tar.gz
135 % cd groonga-10.1.1
133 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
134 % tar xvzf groonga-11.0.0.tar.gz
135 % cd groonga-11.0.0
136136 </pre></div>
137137 </div>
138138 <p>configureを実行します( <code class="docutils literal notranslate"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> を参照してください):</p>
198198 <li class="right" >
199199 <a href="debian.html" title="2.3. Debian GNU/Linux"
200200 >前へ</a> |</li>
201 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
201 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
202202 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>インストール</a> &#187;</li>
203203 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.4. </span>Ubuntu</a></li>
204204 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2.1. Windows &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>2.1. Windows &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../install.html" title="2. インストール"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U"><span class="section-number">2. </span>インストール</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.1. </span>Windows</a></li>
5757 </ul>
6464
6565 <div class="section" id="windows">
6666 <h1><span class="section-number">2.1. </span>Windows<a class="headerlink" href="#windows" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <p>このセクションではWindows上でGroongaをインストールする方法を説明します。Groongaをインストールするにはzipパッケージを展開する方法とインストーラーを実行する方法があります。</p>
67 <p>このセクションではWindows上でGroongaをインストールする方法を説明します。Groongaをインストールするにはzipパッケージを展開する方法があります。</p>
6868 <p>32-bit用と64-bit用のパッケージを配布していますが、サーバ用途には64-bitパッケージを利用することをオススメします。32-bit用パッケージはテスト用か開発用にだけ使って下さい。32-bit用パッケージを使った場合は、中程度のサイズのデータでもメモリ不足エラーになることがあります。</p>
69 <div class="section" id="installer">
70 <h2><span class="section-number">2.1.1. </span>インストーラー<a class="headerlink" href="#installer" title="このヘッドラインへのパーマリンク">¶</a></h2>
71 <p>32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
72 <blockquote>
73 <div><ul class="simple">
74 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.exe">https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.exe</a></p></li>
75 </ul>
76 </div></blockquote>
77 <p>その後、バイナリを実行します。</p>
78 <p>64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
79 <blockquote>
80 <div><ul class="simple">
81 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.exe">https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.exe</a></p></li>
82 </ul>
83 </div></blockquote>
84 <p>その後、バイナリを実行します。</p>
85 <p>スタートメニュー内にあるコマンドプロンプトを使って <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> を起動してください。</p>
86 </div>
8769 <div class="section" id="zip">
88 <h2><span class="section-number">2.1.2. </span>zip<a class="headerlink" href="#zip" title="このヘッドラインへのパーマリンク">¶</a></h2>
70 <h2><span class="section-number">2.1.1. </span>zip<a class="headerlink" href="#zip" title="このヘッドラインへのパーマリンク">¶</a></h2>
8971 <p>32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
9072 <blockquote>
9173 <div><ul class="simple">
92 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.zip">https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.zip</a></p></li>
74 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019-with-vcruntime.zip">https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019-with-vcruntime.zip</a></p></li>
75 </ul>
76 </div></blockquote>
77 <p>Microsoft Visual C++ ランタイムライブラリーが不要な場合は、以下のURLからダウンロードしてください。</p>
78 <blockquote>
79 <div><ul class="simple">
80 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019.zip">https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019.zip</a></p></li>
9381 </ul>
9482 </div></blockquote>
9583 <p>その後、アーカイブを展開します。</p>
9684 <p>64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
9785 <blockquote>
9886 <div><ul class="simple">
99 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.zip">https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.zip</a></p></li>
87 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019-with-vcruntime.zip">https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019-with-vcruntime.zip</a></p></li>
88 </ul>
89 </div></blockquote>
90 <p>Microsoft Visual C++ ランタイムライブラリーが不要な場合は、以下のURLからダウンロードしてください。</p>
91 <blockquote>
92 <div><ul class="simple">
93 <li><p><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019.zip">https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019.zip</a></p></li>
10094 </ul>
10195 </div></blockquote>
10296 <p>その後、アーカイブを展開します。</p>
10397 <p><code class="docutils literal notranslate"><span class="pre">bin</span></code> フォルダーに <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> があるのでそれを起動してください。</p>
10498 </div>
10599 <div class="section" id="build-from-source">
106 <h2><span class="section-number">2.1.3. </span>ソースからビルド<a class="headerlink" href="#build-from-source" title="このヘッドラインへのパーマリンク">¶</a></h2>
100 <h2><span class="section-number">2.1.2. </span>ソースからビルド<a class="headerlink" href="#build-from-source" title="このヘッドラインへのパーマリンク">¶</a></h2>
107101 <p>まずWindows上でGroongaをビルドするために必須のツールをインストールします。以下が必須のツールです。</p>
108102 <blockquote>
109103 <div><ul class="simple">
114108 <p>zipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
115109 <blockquote>
116110 <div><ul class="simple">
117 <li><p><a class="reference external" href="https://packages.groonga.org/source/groonga/groonga-10.1.1.zip">https://packages.groonga.org/source/groonga/groonga-10.1.1.zip</a></p></li>
111 <li><p><a class="reference external" href="https://packages.groonga.org/source/groonga/groonga-11.0.0.zip">https://packages.groonga.org/source/groonga/groonga-11.0.0.zip</a></p></li>
118112 </ul>
119113 </div></blockquote>
120114 <p>その後、アーカイブを展開します。</p>
121115 <p>Groongaのソースフォルダへと移動します:</p>
122 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&gt; cd c:\Users\%USERNAME%\Downloads\groonga-10.1.1
116 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&gt; cd c:\Users\%USERNAME%\Downloads\groonga-11.0.0
123117 </pre></div>
124118 </div>
125119 <p><code class="docutils literal notranslate"><span class="pre">cmake</span></code> でビルドオプションを設定します。以下のコマンドラインは64-bit用のGroongaをビルドするためのものです。32-bit用のGroongaをビルドする場合は代わりに <code class="docutils literal notranslate"><span class="pre">-G</span> <span class="pre">&quot;Visual</span> <span class="pre">Studio</span> <span class="pre">12</span> <span class="pre">2013&quot;</span></code> パラメーターを指定してください:</p>
126 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>groonga-10.1.1&gt; cmake . -G &quot;Visual Studio 12 2013 Win64&quot; -DCMAKE_INSTALL_PREFIX=C:\Groonga
120 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>groonga-11.0.0&gt; cmake . -G &quot;Visual Studio 12 2013 Win64&quot; -DCMAKE_INSTALL_PREFIX=C:\Groonga
127121 </pre></div>
128122 </div>
129123 <p>ビルド:</p>
130 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>groonga-10.1.1&gt; cmake --build . --config Release
124 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>groonga-11.0.0&gt; cmake --build . --config Release
131125 </pre></div>
132126 </div>
133127 <p>インストール:</p>
134 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>groonga-10.1.1&gt; cmake --build . --config Release --target Install
128 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>groonga-11.0.0&gt; cmake --build . --config Release --target Install
135129 </pre></div>
136130 </div>
137131 <p>以上の手順で <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> が <code class="docutils literal notranslate"><span class="pre">c:\Groonga\bin\groonga.exe</span></code> にインストールされます。</p>
148142 <h3><a href="../index.html">目次</a></h3>
149143 <ul>
150144 <li><a class="reference internal" href="#">2.1. Windows</a><ul>
151 <li><a class="reference internal" href="#installer">2.1.1. インストーラー</a></li>
152 <li><a class="reference internal" href="#zip">2.1.2. zip</a></li>
153 <li><a class="reference internal" href="#build-from-source">2.1.3. ソースからビルド</a></li>
145 <li><a class="reference internal" href="#zip">2.1.1. zip</a></li>
146 <li><a class="reference internal" href="#build-from-source">2.1.2. ソースからビルド</a></li>
154147 </ul>
155148 </li>
156149 </ul>
187180 <li class="right" >
188181 <a href="../install.html" title="2. インストール"
189182 >前へ</a> |</li>
190 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
183 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
191184 <li class="nav-item nav-item-1"><a href="../install.html" ><span class="section-number">2. </span>インストール</a> &#187;</li>
192185 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2.1. </span>Windows</a></li>
193186 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>2. インストール &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>2. インストール &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="characteristic.html" title="1. Groongaの特徴"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2. </span>インストール</a></li>
5656 </ul>
5757 </div>
6868 <div class="toctree-wrapper compound">
6969 <ul>
7070 <li class="toctree-l1"><a class="reference internal" href="install/windows.html">2.1. Windows</a><ul>
71 <li class="toctree-l2"><a class="reference internal" href="install/windows.html#installer">2.1.1. インストーラー</a></li>
72 <li class="toctree-l2"><a class="reference internal" href="install/windows.html#zip">2.1.2. zip</a></li>
73 <li class="toctree-l2"><a class="reference internal" href="install/windows.html#build-from-source">2.1.3. ソースからビルド</a></li>
71 <li class="toctree-l2"><a class="reference internal" href="install/windows.html#zip">2.1.1. zip</a></li>
72 <li class="toctree-l2"><a class="reference internal" href="install/windows.html#build-from-source">2.1.2. ソースからビルド</a></li>
7473 </ul>
7574 </li>
7675 <li class="toctree-l1"><a class="reference internal" href="install/mac_os_x.html">2.2. Mac OS X</a><ul>
179178 <li class="right" >
180179 <a href="characteristic.html" title="1. Groongaの特徴"
181180 >前へ</a> |</li>
182 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
181 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
183182 <li class="nav-item nav-item-this"><a href=""><span class="section-number">2. </span>インストール</a></li>
184183 </ul>
185184 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>9. 制限事項 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>9. 制限事項 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="spec/search.html" title="8.2. 検索"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">9. </span>制限事項</a></li>
5656 </ul>
5757 </div>
154154 <li class="right" >
155155 <a href="spec/search.html" title="8.2. 検索"
156156 >前へ</a> |</li>
157 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
157 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
158158 <li class="nav-item nav-item-this"><a href=""><span class="section-number">9. </span>制限事項</a></li>
159159 </ul>
160160 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>バージョン0.xのお知らせ &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>バージョン0.xのお知らせ &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="../genindex.html" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">バージョン0.xのお知らせ</a></li>
4848 </ul>
4949 </div>
216216 <li class="right" style="margin-right: 10px">
217217 <a href="../genindex.html" title="総合索引"
218218 >索引</a></li>
219 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
219 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
220220 <li class="nav-item nav-item-this"><a href="">バージョン0.xのお知らせ</a></li>
221221 </ul>
222222 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>バージョン1.0.xのお知らせ &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>バージョン1.0.xのお知らせ &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="../genindex.html" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">バージョン1.0.xのお知らせ</a></li>
4848 </ul>
4949 </div>
452452 <li class="right" style="margin-right: 10px">
453453 <a href="../genindex.html" title="総合索引"
454454 >索引</a></li>
455 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
455 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
456456 <li class="nav-item nav-item-this"><a href="">バージョン1.0.xのお知らせ</a></li>
457457 </ul>
458458 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>バージョン1.1.xのお知らせ &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>バージョン1.1.xのお知らせ &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="../genindex.html" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">バージョン1.1.xのお知らせ</a></li>
4848 </ul>
4949 </div>
125125 <li class="right" style="margin-right: 10px">
126126 <a href="../genindex.html" title="総合索引"
127127 >索引</a></li>
128 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
128 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
129129 <li class="nav-item nav-item-this"><a href="">バージョン1.1.xのお知らせ</a></li>
130130 </ul>
131131 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 1.2.x &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>News - 1.2.x &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="../genindex.html" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">News - 1.2.x</a></li>
4848 </ul>
4949 </div>
507507 <li class="right" style="margin-right: 10px">
508508 <a href="../genindex.html" title="総合索引"
509509 >索引</a></li>
510 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
510 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
511511 <li class="nav-item nav-item-this"><a href="">News - 1.2.x</a></li>
512512 </ul>
513513 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 1.3.x &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>News - 1.3.x &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="../genindex.html" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">News - 1.3.x</a></li>
4848 </ul>
4949 </div>
135135 <li class="right" style="margin-right: 10px">
136136 <a href="../genindex.html" title="総合索引"
137137 >索引</a></li>
138 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
138 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
139139 <li class="nav-item nav-item-this"><a href="">News - 1.3.x</a></li>
140140 </ul>
141141 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 2.x &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>News - 2.x &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="../genindex.html" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">News - 2.x</a></li>
4848 </ul>
4949 </div>
675675 <li class="right" style="margin-right: 10px">
676676 <a href="../genindex.html" title="総合索引"
677677 >索引</a></li>
678 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
678 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
679679 <li class="nav-item nav-item-this"><a href="">News - 2.x</a></li>
680680 </ul>
681681 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 3.x &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>News - 3.x &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="../genindex.html" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">News - 3.x</a></li>
4848 </ul>
4949 </div>
605605 <li class="right" style="margin-right: 10px">
606606 <a href="../genindex.html" title="総合索引"
607607 >索引</a></li>
608 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
608 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
609609 <li class="nav-item nav-item-this"><a href="">News - 3.x</a></li>
610610 </ul>
611611 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 4.x &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>News - 4.x &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="../genindex.html" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">News - 4.x</a></li>
4848 </ul>
4949 </div>
644644 <li class="right" style="margin-right: 10px">
645645 <a href="../genindex.html" title="総合索引"
646646 >索引</a></li>
647 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
647 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
648648 <li class="nav-item nav-item-this"><a href="">News - 4.x</a></li>
649649 </ul>
650650 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 5.x &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>News - 5.x &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="../genindex.html" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">News - 5.x</a></li>
4848 </ul>
4949 </div>
964964 <li class="right" style="margin-right: 10px">
965965 <a href="../genindex.html" title="総合索引"
966966 >索引</a></li>
967 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
967 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
968968 <li class="nav-item nav-item-this"><a href="">News - 5.x</a></li>
969969 </ul>
970970 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News - 6.x &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>News - 6.x &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="../genindex.html" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">News - 6.x</a></li>
4848 </ul>
4949 </div>
766766 <li class="right" style="margin-right: 10px">
767767 <a href="../genindex.html" title="総合索引"
768768 >索引</a></li>
769 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
769 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
770770 <li class="nav-item nav-item-this"><a href="">News - 6.x</a></li>
771771 </ul>
772772 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>News in Senna period &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>News in Senna period &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="../genindex.html" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">News in Senna period</a></li>
4848 </ul>
4949 </div>
255255 <li class="right" style="margin-right: 10px">
256256 <a href="../genindex.html" title="総合索引"
257257 >索引</a></li>
258 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
258 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
259259 <li class="nav-item nav-item-this"><a href="">News in Senna period</a></li>
260260 </ul>
261261 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>お知らせ &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>お知らせ &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
4343 <li class="right" style="margin-right: 10px">
4444 <a href="genindex.html" title="総合索引"
4545 accesskey="I">索引</a></li>
46 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
46 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
4747 <li class="nav-item nav-item-this"><a href="">お知らせ</a></li>
4848 </ul>
4949 </div>
5555
5656 <div class="section" id="news">
5757 <h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
58 <div class="section" id="release-11-0-0-2021-02-09">
59 <span id="release-11-0-0"></span><h2>11.0.0リリース - 2021-02-09<a class="headerlink" href="#release-11-0-0-2021-02-09" title="このヘッドラインへのパーマリンク">¶</a></h2>
60 <p>メジャーバージョンアップです! メジャーバージョンアップですが、互換性は壊れていないので、データベースを再構築することなく11.0.0へアップグレードできます。</p>
61 <div class="section" id="improvements">
62 <h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
63 <ul>
64 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] ネストされたインデックス経由でスカラーカラムとベクターカラムの値を出力できるようになりました。</p>
65 <ul>
66 <li><p>ネストされたインデックスとは、以下のような構造です。</p>
67 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Products TABLE_PAT_KEY ShortText
68
69 table_create Purchases TABLE_NO_KEY
70 column_create Purchases product COLUMN_SCALAR Products
71 column_create Purchases tag COLUMN_SCALAR ShortText
72
73 column_create Products purchases COLUMN_INDEX Purchases product
74 </pre></div>
75 </div>
76 </li>
77 <li><p>上記の例では、 <code class="docutils literal notranslate"><span class="pre">Products.purchases</span></code> カラムは <code class="docutils literal notranslate"><span class="pre">Purchases.product</span></code> カラムのインデックスです。また、 <code class="docutils literal notranslate"><span class="pre">Purchases.product</span></code> カラムは、 <code class="docutils literal notranslate"><span class="pre">Products</span></code> テーブルへの参照です。</p></li>
78 <li><p>今までは、ネストされたインデックス経由の検索は、期待した結果を返しませんでした。</p></li>
79 <li><p>今までの結果は以下のようになっていました。 <code class="docutils literal notranslate"><span class="pre">{&quot;product&quot;:</span> <span class="pre">&quot;apple&quot;,</span>&#160; <span class="pre">&quot;tag&quot;:</span> <span class="pre">&quot;man&quot;}</span></code> が出力されていないことがわかります。</p>
80 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Products TABLE_PAT_KEY ShortText
81
82 table_create Purchases TABLE_NO_KEY
83 column_create Purchases product COLUMN_SCALAR Products
84 column_create Purchases tag COLUMN_SCALAR ShortText
85
86 column_create Products purchases COLUMN_INDEX Purchases product
87
88 load --table Products
89 [
90 {&quot;_key&quot;: &quot;apple&quot;},
91 {&quot;_key&quot;: &quot;banana&quot;},
92 {&quot;_key&quot;: &quot;cacao&quot;}
93 ]
94
95 load --table Purchases
96 [
97 {&quot;product&quot;: &quot;apple&quot;, &quot;tag&quot;: &quot;man&quot;},
98 {&quot;product&quot;: &quot;banana&quot;, &quot;tag&quot;: &quot;man&quot;},
99 {&quot;product&quot;: &quot;cacao&quot;, &quot;tag&quot;: &quot;woman&quot;},
100 {&quot;product&quot;: &quot;apple&quot;, &quot;tag&quot;: &quot;many&quot;}
101 ]
102
103 select Products \
104 --output_columns _key,purchases.tag
105 [
106 [
107 0,
108 1612504193.380738,
109 0.0002026557922363281
110 ],
111 [
112 [
113 [
114 3
115 ],
116 [
117 [
118 &quot;_key&quot;,
119 &quot;ShortText&quot;
120 ],
121 [
122 &quot;purchases.tag&quot;,
123 &quot;ShortText&quot;
124 ]
125 ],
126 [
127 &quot;apple&quot;,
128 &quot;many&quot;
129 ],
130 [
131 &quot;banana&quot;,
132 &quot;man&quot;
133 ],
134 [
135 &quot;cacao&quot;,
136 &quot;man&quot;
137 ]
138 ]
139 ]
140 ]
141 </pre></div>
142 </div>
143 </li>
144 <li><p>このリリースから、結果は以下のようになります。 <code class="docutils literal notranslate"><span class="pre">{&quot;product&quot;:</span> <span class="pre">&quot;apple&quot;,</span>&#160; <span class="pre">&quot;tag&quot;:</span> <span class="pre">&quot;man&quot;}</span></code> が出力されているのがわかります。</p>
145 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>select Products \
146 --output_columns _key,purchases.tag
147 [
148 [
149 0,
150 0.0,
151 0.0
152 ],
153 [
154 [
155 [
156 3
157 ],
158 [
159 [
160 &quot;_key&quot;,
161 &quot;ShortText&quot;
162 ],
163 [
164 &quot;purchases.tags&quot;,
165 &quot;Tags&quot;
166 ]
167 ],
168 [
169 &quot;apple&quot;,
170 [
171 [
172 &quot;man&quot;,
173 &quot;one&quot;
174 ],
175 [
176 &quot;child&quot;,
177 &quot;many&quot;
178 ]
179 ]
180 ],
181 [
182 &quot;banana&quot;,
183 [
184 [
185 &quot;man&quot;,
186 &quot;many&quot;
187 ]
188 ]
189 ],
190 [
191 &quot;cacao&quot;,
192 [
193 [
194 &quot;woman&quot;
195 ]
196 ]
197 ]
198 ]
199 ]
200 ]
201 </pre></div>
202 </div>
203 </li>
204 </ul>
205 </li>
206 <li><p>[Windows] Linux上のMinGWを使ってクロスコンパイルしていたWindows向けパッケージの提供をやめました。</p>
207 <ul class="simple">
208 <li><p>おそらく、ほとんどの人がこのパッケージを使っていないためです。</p></li>
209 <li><p>上記のパッケージはこれまで、以下のような名前で提供されていたものです。</p>
210 <ul>
211 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-x.x.x-x86.exe</span></code></p></li>
212 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-x.x.x-x86.zip</span></code></p></li>
213 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-x.x.x-x64.exe</span></code></p></li>
214 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-x.x.x-x86.zip</span></code></p></li>
215 </ul>
216 </li>
217 <li><p>これからは、以下のパッケージを使用してください。</p>
218 <ul>
219 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-latest-x86-vs2019-with-vcruntime.zip</span></code></p></li>
220 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-latest-x64-vs2019-with-vcruntime.zip</span></code></p></li>
221 </ul>
222 </li>
223 <li><p>既に Microsoft Visual C++ Runtime Library がインストール済みのシステムの場合は、以下のパッケージを使用してください。</p>
224 <ul>
225 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-latest-x86-vs2019.zip</span></code></p></li>
226 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-latest-x64-vs2019.zip</span></code></p></li>
227 </ul>
228 </li>
229 </ul>
230 </li>
231 </ul>
232 </div>
233 <div class="section" id="fixes">
234 <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
235 <ul class="simple">
236 <li><p>インデックス内のデータを大量に追加、削除、更新した際にインデックスが破損することがある問題を修正しました。</p>
237 <ul>
238 <li><p>この問題は、インデックス内のデータを大量に削除しただけでも発生します。ただ、インデックスにデータを追加しただけでは発生しません。</p></li>
239 <li><p>この問題によって破損したインデックスは、インデックスを再構築することで修復できます。</p></li>
240 <li><p>この問題は、壊れたインデックスを参照しない限り発覚しません。したがって、既にインデックスが破損しているかもしれません。</p></li>
241 <li><p>[<a class="reference internal" href="reference/commands/index_column_diff.html"><span class="doc">index_column_diff</span></a>] コマンドを使うことで、インデックスが破損しているかどうかを確認できます。</p></li>
242 </ul>
243 </li>
244 </ul>
245 </div>
246 </div>
58247 <div class="section" id="release-10-1-1-2021-01-25">
59248 <span id="release-10-1-1"></span><h2>10.1.1リリース - 2021-01-25<a class="headerlink" href="#release-10-1-1-2021-01-25" title="このヘッドラインへのパーマリンク">¶</a></h2>
60 <div class="section" id="improvements">
61 <h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
249 <div class="section" id="id1">
250 <h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
62251 <ul>
63252 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Apache Arrow形式でUInt64の値の出力をサポートしました。</p></li>
64253 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Apache Arrow形式で以下のようにヒット数の出力をサポートしました。</p>
111300 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">トークナイザー</span></a>][TokenMecab] トークンカラムを並列で構築する際のパフォーマンスを改善しました。 [GitHub#1158][naoaさんがパッチ提供]</p></li>
112301 </ul>
113302 </div>
114 <div class="section" id="fixes">
115 <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
303 <div class="section" id="id2">
304 <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
116305 <ul>
117306 <li><p>[<a class="reference internal" href="reference/functions/sub_filter.html"><span class="doc">sub_filter</span></a>] <code class="docutils literal notranslate"><span class="pre">slices[].filter</span></code> 内で <code class="docutils literal notranslate"><span class="pre">sub_filter</span></code> が動作しない問題を修正しました。</p>
118307 <ul>
158347 </div>
159348 <div class="section" id="release-10-1-0-2020-12-29">
160349 <span id="release-10-1-0"></span><h2>10.1.0リリース - 2020-12-29<a class="headerlink" href="#release-10-1-0-2020-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
161 <div class="section" id="id1">
162 <h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
350 <div class="section" id="id3">
351 <h3>改良<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
163352 <ul>
164353 <li><p>[<a class="reference internal" href="reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a>] 全角スペースをハイライト対処から除外しました。[PGroonga#GitHub#155][Hung Nguyen Vさんが報告]</p>
165354 <ul>
734923 <li><p>[httpd] バンドルしているnginxのバージョンを1.19.6に更新しました。</p></li>
735924 </ul>
736925 </div>
737 <div class="section" id="id2">
738 <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
926 <div class="section" id="id4">
927 <h3>修正<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
739928 <ul>
740929 <li><p>以下のように、複数のドリルダウンのキーと複数のアクセサーを使用した時にGroongaがクラッシュする問題を修正しました。[GitHub#1153][naoaさんがパッチ提供]</p>
741930 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Tags TABLE_PAT_KEY ShortText
789978 </li>
790979 </ul>
791980 </div>
792 <div class="section" id="id3">
793 <h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
981 <div class="section" id="id5">
982 <h3>感謝<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
794983 <ul class="simple">
795984 <li><p>Hung Nguyen Vさん</p></li>
796985 <li><p>naoaさん</p></li>
800989 </div>
801990 <div class="section" id="release-10-0-9-2020-12-01">
802991 <span id="release-10-0-9"></span><h2>10.0.9リリース - 2020-12-01<a class="headerlink" href="#release-10-0-9-2020-12-01" title="このヘッドラインへのパーマリンク">¶</a></h2>
803 <div class="section" id="id4">
804 <h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
992 <div class="section" id="id6">
993 <h3>改良<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
805994 <ul>
806995 <li><p><code class="docutils literal notranslate"><span class="pre">limit</span></code> に <code class="docutils literal notranslate"><span class="pre">-1</span></code> を指定した時のパフォーマンスを改善しました。</p></li>
807996 <li><p>[<a class="reference internal" href="reference/commands/reference_acquire.html"><span class="doc">reference_acquire</span></a>] 新しいオプション <code class="docutils literal notranslate"><span class="pre">--auto_release_count</span></code> を追加しました。</p>
9621151 <li><p>[httpd] バンドルしているnginxのバージョンを1.19.5に更新しました。</p></li>
9631152 </ul>
9641153 </div>
965 <div class="section" id="id5">
966 <h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
1154 <div class="section" id="id7">
1155 <h3>修正<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
9671156 <ul class="simple">
9681157 <li><p>[<a class="reference internal" href="reference/executables/groonga-server-http.html"><span class="doc">Groonga HTTPサーバー</span></a>] Groonga HTTP server が全てのワーカースレッドの完全な終了を待たずに終了していた問題を修正しました。</p>
9691158 <ul>
9751164 </div>
9761165 <div class="section" id="release-10-0-8-2020-10-29">
9771166 <span id="release-10-0-8"></span><h2>10.0.8リリース - 2020-10-29<a class="headerlink" href="#release-10-0-8-2020-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
978 <div class="section" id="id6">
979 <h3>改良<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
1167 <div class="section" id="id8">
1168 <h3>改良<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
9801169 <ul>
9811170 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] 大きいサイズのドリルダウンのキーを使えるようになりました。</p>
9821171 <ul>
10531242 <li><p>[httpd] バンドルしているnginxのバージョンを1.19.4に更新しました。</p></li>
10541243 </ul>
10551244 </div>
1056 <div class="section" id="id8">
1057 <h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
1245 <div class="section" id="id10">
1246 <h3>修正<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
10581247 <ul class="simple">
10591248 <li><p>ブラウザーベースの管理ツール関連の問題を修正しました。 [GitHub#1139][sutaminさんの報告]</p>
10601249 <ul>
10651254 <li><p>[<a class="reference internal" href="reference/functions/between.html"><span class="doc">between</span></a>] <code class="docutils literal notranslate"><span class="pre">between(_key,</span> <span class="pre">...)</span></code> が常にシーケンシャルサーチで評価される問題を修正しました。</p></li>
10661255 </ul>
10671256 </div>
1068 <div class="section" id="id9">
1069 <h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
1257 <div class="section" id="id11">
1258 <h3>感謝<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
10701259 <ul class="simple">
10711260 <li><p>sutaminさん</p></li>
10721261 </ul>
10741263 </div>
10751264 <div class="section" id="release-10-0-7-2020-09-29">
10761265 <span id="release-10-0-7"></span><h2>10.0.7リリース - 2020-09-29<a class="headerlink" href="#release-10-0-7-2020-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
1077 <div class="section" id="id10">
1078 <h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
1266 <div class="section" id="id12">
1267 <h3>改良<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
10791268 <ul class="simple">
10801269 <li><p>[highlight], [<a class="reference internal" href="reference/functions/highlight_full.html"><span class="doc">highlight_full</span></a>] ノーマライザーにオプションを指定できるようになりました。</p></li>
10811270 <li><p>[<a class="reference internal" href="reference/command/return_code.html"><span class="doc">リターンコード</span></a>] 新しいリターンコード <code class="docutils literal notranslate"><span class="pre">GRN_CONNECTION_RESET</span></code> を追加しました。</p>
11421331 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] 同一センテンス内での、フレーズ近傍検索をサポートしました。</p></li>
11431332 </ul>
11441333 </div>
1145 <div class="section" id="id11">
1146 <h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
1334 <div class="section" id="id13">
1335 <h3>修正<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
11471336 <ul class="simple">
11481337 <li><p>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] 257個のカラムに対して <code class="docutils literal notranslate"><span class="pre">load</span></code> を実行すると <code class="docutils literal notranslate"><span class="pre">load</span></code> の応答が返らなくなる問題を修正しました。</p>
11491338 <ul>
11721361 </div>
11731362 <div class="section" id="release-10-0-6-2020-08-29">
11741363 <span id="release-10-0-6"></span><h2>10.0.6リリース - 2020-08-29<a class="headerlink" href="#release-10-0-6-2020-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
1175 <div class="section" id="id12">
1176 <h3>改良<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
1364 <div class="section" id="id14">
1365 <h3>改良<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
11771366 <ul class="simple">
11781367 <li><p>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] 大きなデータの検索プランを改善しました。</p>
11791368 <ul>
12231412 </li>
12241413 </ul>
12251414 </div>
1226 <div class="section" id="id13">
1227 <h3>修正<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
1415 <div class="section" id="id15">
1416 <h3>修正<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
12281417 <ul class="simple">
12291418 <li><p>応答送信のエラーが発生した後の応答にゴミが含まれることがある問題を修正しました。</p>
12301419 <ul>
12331422 </li>
12341423 </ul>
12351424 </div>
1236 <div class="section" id="id14">
1237 <h3>感謝<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
1425 <div class="section" id="id16">
1426 <h3>感謝<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
12381427 <ul class="simple">
12391428 <li><p>gaeeyoさん</p></li>
12401429 <li><p>naoaさん</p></li>
12431432 </div>
12441433 <div class="section" id="release-10-0-5-2020-07-30">
12451434 <span id="release-10-0-5"></span><h2>10.0.5リリース - 2020-07-30<a class="headerlink" href="#release-10-0-5-2020-07-30" title="このヘッドラインへのパーマリンク">¶</a></h2>
1246 <div class="section" id="id15">
1247 <h3>改良<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
1435 <div class="section" id="id17">
1436 <h3>改良<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
12481437 <ul>
12491438 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal notranslate"><span class="pre">-load_table</span></code> で指定したテーブルに参照を格納できるようにしました。</p>
12501439 <ul>
16451834 <li><p>[Windows] Visual Studio 2013のサポートをやめました。</p></li>
16461835 </ul>
16471836 </div>
1648 <div class="section" id="id16">
1649 <h3>修正<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
1837 <div class="section" id="id18">
1838 <h3>修正<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
16501839 <ul class="simple">
16511840 <li><p>[<a class="reference internal" href="reference/executables/groonga-server-http.html"><span class="doc">Groonga HTTPサーバー</span></a>] 応答がエラーで中断された時に、 <code class="docutils literal notranslate"><span class="pre">shutdown?immediate</span></code> を実行しても、リクエストが中断しない問題を修正しました。</p></li>
16521841 <li><p>リクエスト中にエラーが発生した時にクラッシュする問題を修正しました。</p>
16711860 <li><p><code class="docutils literal notranslate"><span class="pre">token_column</span></code> を使った静的インデックス構築中に正規化エラーが発生する問題を修正しました。[GitHub#1122][naoaさんの報告]</p></li>
16721861 </ul>
16731862 </div>
1674 <div class="section" id="id17">
1675 <h3>感謝<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
1863 <div class="section" id="id19">
1864 <h3>感謝<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
16761865 <ul class="simple">
16771866 <li><p>naoaさん</p></li>
16781867 </ul>
16801869 </div>
16811870 <div class="section" id="release-10-0-4-2020-06-29">
16821871 <span id="release-10-0-4"></span><h2>10.0.4リリース - 2020-06-29<a class="headerlink" href="#release-10-0-4-2020-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
1683 <div class="section" id="id18">
1684 <h3>改良<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
1872 <div class="section" id="id20">
1873 <h3>改良<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
16851874 <ul>
16861875 <li><p>[<a class="reference internal" href="reference/tables.html"><span class="doc">テーブル</span></a>] ハッシュテーブルで4億件のレコードの登録をサポートしました。</p></li>
16871876 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal notranslate"><span class="pre">_score</span></code> が再帰的に値を取得しない時のパフォーマンスを改善しました。</p>
18932082 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] 参照カウントモード時の <code class="docutils literal notranslate"><span class="pre">load_table</span></code> のパフォーマンスを改善しました。</p></li>
18942083 </ul>
18952084 </div>
1896 <div class="section" id="id19">
1897 <h3>修正<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
2085 <div class="section" id="id21">
2086 <h3>修正<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
18982087 <ul class="simple">
18992088 <li><p>シャードをまたいでいて、かつ <code class="docutils literal notranslate"><span class="pre">--filter</span></code> を指定していない動的カラムを使って検索すると、Gronngaのデータベースが破損する問題を修正しました。</p></li>
19002089 <li><p><code class="docutils literal notranslate"><span class="pre">schema</span></code> コマンドの結果に <code class="docutils literal notranslate"><span class="pre">Float32</span></code> 型が表示されなかった問題を修正しました。</p></li>
19012090 <li><p>参照 <code class="docutils literal notranslate"><span class="pre">uvector</span></code> が要素を持っていないとき、 <code class="docutils literal notranslate"><span class="pre">_nsubrecs</span></code> を余分にカウントする問題を修正しました。</p></li>
19022091 </ul>
19032092 </div>
1904 <div class="section" id="id20">
1905 <h3>感謝<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
2093 <div class="section" id="id22">
2094 <h3>感謝<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
19062095 <ul class="simple">
19072096 <li><p>naoaさん</p></li>
19082097 </ul>
19102099 </div>
19112100 <div class="section" id="release-10-0-3-2020-05-29">
19122101 <span id="release-10-0-3"></span><h2>10.0.3リリース - 2020-05-29<a class="headerlink" href="#release-10-0-3-2020-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
1913 <div class="section" id="id21">
1914 <h3>改良<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
2102 <div class="section" id="id23">
2103 <h3>改良<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
19152104 <ul>
19162105 <li><p>予めトークナイズされたデータから転置インデックスを構築できるようになりました。</p>
19172106 <ul>
23692558 </li>
23702559 </ul>
23712560 </div>
2372 <div class="section" id="id22">
2373 <h3>修正<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
2561 <div class="section" id="id24">
2562 <h3>修正<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
23742563 <ul class="simple">
23752564 <li><p>複数のスレッドから、同時にモジュール(トークナイザー、ノーマライザー、トークンフィルター)が使われた場合にクラッシュする問題を修正しました。</p></li>
23762565 <li><p><code class="docutils literal notranslate"><span class="pre">Float32</span></code> の値を表示する際の精度を修正しました。</p>
23812570 <li><p>動的カラムのパラメーターだけが違うクエリーが実行された時にGroongaが誤ったキャッシュを使用していた問題を修正しました。 [GitHub#1102 naoaさんがパッチ提供]</p></li>
23822571 </ul>
23832572 </div>
2384 <div class="section" id="id23">
2385 <h3>感謝<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
2573 <div class="section" id="id25">
2574 <h3>感謝<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
23862575 <ul class="simple">
23872576 <li><p>naoaさん</p></li>
23882577 </ul>
23902579 </div>
23912580 <div class="section" id="release-10-0-2-2020-04-29">
23922581 <span id="release-10-0-2"></span><h2>10.0.2リリース - 2020-04-29<a class="headerlink" href="#release-10-0-2-2020-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
2393 <div class="section" id="id24">
2394 <h3>改良<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
2582 <div class="section" id="id26">
2583 <h3>改良<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
23952584 <ul>
23962585 <li><p><code class="docutils literal notranslate"><span class="pre">time_classify_*</span></code> 関数が <code class="docutils literal notranslate"><span class="pre">uvector</span></code> に対応しました。 [GitHub#1089][naoaさんがパッチ提供]</p>
23972586 <ul class="simple">
25042693 </li>
25052694 </ul>
25062695 </div>
2507 <div class="section" id="id25">
2508 <h3>修正<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
2696 <div class="section" id="id27">
2697 <h3>修正<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
25092698 <ul class="simple">
25102699 <li><p>32bit GUN/Linux等でGroongaがクラッシュすることがある問題を修正しました。</p></li>
25112700 <li><p>関係のないカラムの値をクリアーしてしまう問題を修正しました。 [GitHub#1087][sutaminさんの報告]</p></li>
25282717 <li><p>Apache Arrow形式でデータをロードした際に <code class="docutils literal notranslate"><span class="pre">_key</span></code> アクセサーを解放しすぎる問題を修正しました。</p></li>
25292718 </ul>
25302719 </div>
2531 <div class="section" id="id26">
2532 <h3>感謝<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
2720 <div class="section" id="id28">
2721 <h3>感謝<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
25332722 <ul class="simple">
25342723 <li><p>sutaminさん</p></li>
25352724 <li><p>naoaさん</p></li>
25402729 <span id="release-10-0-1"></span><h2>10.0.1リリース - 2020-03-30<a class="headerlink" href="#release-10-0-1-2020-03-30" title="このヘッドラインへのパーマリンク">¶</a></h2>
25412730 <p>Groonga 10.0.0 のUbuntuとWindows(VC++版)のパッケージに誤りがあったため Groonga 10.0.1 をリリースしました。</p>
25422731 <p>既にCentOS、Debian、Windows(MinGW版)のGroonga 10.0.0を使用している方は、そのまま使っていただいて問題ありません。</p>
2543 <div class="section" id="id27">
2544 <h3>修正<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
2732 <div class="section" id="id29">
2733 <h3>修正<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
25452734 <ul class="simple">
25462735 <li><p>Windows(VC++版)のパッケージに不足していたランタイム(vcruntime140_1.dll)を追加しました。</p></li>
25472736 </ul>
25492738 </div>
25502739 <div class="section" id="release-10-0-0-2020-03-29">
25512740 <span id="release-10-0-0"></span><h2>10.0.0リリース - 2020-03-29<a class="headerlink" href="#release-10-0-0-2020-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
2552 <div class="section" id="id28">
2553 <h3>改良<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
2741 <div class="section" id="id30">
2742 <h3>改良<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
25542743 <ul>
25552744 <li><p>[httpd] バンドルしているnginxのバージョンを1.17.9に更新しました。</p></li>
25562745 <li><p>[httpd] 出力形式を拡張子として指定できるようにしました。</p>
26642853 </div>
26652854 <div class="section" id="release-9-1-2-2020-01-29">
26662855 <span id="release-9-1-2"></span><h2>9.1.2リリース - 2020-01-29<a class="headerlink" href="#release-9-1-2-2020-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
2667 <div class="section" id="id29">
2668 <h3>改良<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
2856 <div class="section" id="id31">
2857 <h3>改良<a class="headerlink" href="#id31" title="このヘッドラインへのパーマリンク">¶</a></h3>
26692858 <ul class="simple">
26702859 <li><p>[tools] 指定したテーブルまたはカラムのファイルのみをコピーするスクリプトを追加しました。</p>
26712860 <ul>
27032892 </div>
27042893 <div class="section" id="release-9-1-1-2020-01-07">
27052894 <span id="release-9-1-1"></span><h2>9.1.1リリース - 2020-01-07<a class="headerlink" href="#release-9-1-1-2020-01-07" title="このヘッドラインへのパーマリンク">¶</a></h2>
2706 <div class="section" id="id30">
2707 <h3>改良<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
2895 <div class="section" id="id32">
2896 <h3>改良<a class="headerlink" href="#id32" title="このヘッドラインへのパーマリンク">¶</a></h3>
27082897 <ul class="simple">
27092898 <li><p>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Apache Arrow 形式のデータをサポートしました。</p>
27102899 <ul>
27322921 </div>
27332922 <div class="section" id="release-9-1-0-2019-11-29">
27342923 <span id="release-9-1-0"></span><h2>9.1.0リリース - 2019-11-29<a class="headerlink" href="#release-9-1-0-2019-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
2735 <div class="section" id="id31">
2736 <h3>改良<a class="headerlink" href="#id31" title="このヘッドラインへのパーマリンク">¶</a></h3>
2924 <div class="section" id="id33">
2925 <h3>改良<a class="headerlink" href="#id33" title="このヘッドラインへのパーマリンク">¶</a></h3>
27372926 <ul class="simple">
27382927 <li><p>&quot;&amp;&amp;&quot;演算のパフォーマンスを改善しました。</p>
27392928 <ul>
27492938 </li>
27502939 </ul>
27512940 </div>
2752 <div class="section" id="id32">
2753 <h3>修正<a class="headerlink" href="#id32" title="このヘッドラインへのパーマリンク">¶</a></h3>
2941 <div class="section" id="id34">
2942 <h3>修正<a class="headerlink" href="#id34" title="このヘッドラインへのパーマリンク">¶</a></h3>
27542943 <ul class="simple">
27552944 <li><p>インデックスがアクセサーの際にパフォーマンスが低下する問題を修正しました。</p>
27562945 <ul>
27712960 </li>
27722961 </ul>
27732962 </div>
2774 <div class="section" id="id33">
2775 <h3>感謝<a class="headerlink" href="#id33" title="このヘッドラインへのパーマリンク">¶</a></h3>
2963 <div class="section" id="id35">
2964 <h3>感謝<a class="headerlink" href="#id35" title="このヘッドラインへのパーマリンク">¶</a></h3>
27762965 <ul class="simple">
27772966 <li><p>Albert Songさん</p></li>
27782967 <li><p>おばたさん</p></li>
27852974 <p class="admonition-title">注釈</p>
27862975 <p>今回のバージョンからパフォーマンスが低下しているかもしれません。もし、以前よりパフォーマンスが低下していたら、是非、再現手順を報告してほしいです。</p>
27872976 </div>
2788 <div class="section" id="id34">
2789 <h3>改良<a class="headerlink" href="#id34" title="このヘッドラインへのパーマリンク">¶</a></h3>
2977 <div class="section" id="id36">
2978 <h3>改良<a class="headerlink" href="#id36" title="このヘッドラインへのパーマリンク">¶</a></h3>
27902979 <ul class="simple">
27912980 <li><p>[<a class="reference internal" href="reference/log.html"><span class="doc">ログ</span></a>] 応答の送信時間をクエリーログに出力するように改良しました。</p></li>
27922981 <li><p>[<a class="reference internal" href="reference/commands/status.html"><span class="doc">status</span></a>] <code class="docutils literal notranslate"><span class="pre">status</span></code> コマンドの応答に現在のジョブ数を追加しました。</p></li>
28163005 </li>
28173006 </ul>
28183007 </div>
2819 <div class="section" id="id35">
2820 <h3>修正<a class="headerlink" href="#id35" title="このヘッドラインへのパーマリンク">¶</a></h3>
3008 <div class="section" id="id37">
3009 <h3>修正<a class="headerlink" href="#id37" title="このヘッドラインへのパーマリンク">¶</a></h3>
28213010 <ul class="simple">
28223011 <li><p>between の最初の引数として値を指定すると、Groongaがクラッシュする問題を修正しました。[GitHub#1045][yagisumiさんの報告]</p></li>
28233012 </ul>
28243013 </div>
2825 <div class="section" id="id36">
2826 <h3>感謝<a class="headerlink" href="#id36" title="このヘッドラインへのパーマリンク">¶</a></h3>
3014 <div class="section" id="id38">
3015 <h3>感謝<a class="headerlink" href="#id38" title="このヘッドラインへのパーマリンク">¶</a></h3>
28273016 <ul class="simple">
28283017 <li><p>yagisumiさん</p></li>
28293018 </ul>
28313020 </div>
28323021 <div class="section" id="release-9-0-8-2019-09-27">
28333022 <span id="release-9-0-8"></span><h2>9.0.8リリース - 2019-09-27<a class="headerlink" href="#release-9-0-8-2019-09-27" title="このヘッドラインへのパーマリンク">¶</a></h2>
2834 <div class="section" id="id37">
2835 <h3>改良<a class="headerlink" href="#id37" title="このヘッドラインへのパーマリンク">¶</a></h3>
3023 <div class="section" id="id39">
3024 <h3>改良<a class="headerlink" href="#id39" title="このヘッドラインへのパーマリンク">¶</a></h3>
28363025 <ul class="simple">
28373026 <li><p>[<a class="reference internal" href="reference/commands/log_reopen.html"><span class="doc">log_reopen</span></a>] 2つ以上のワーカーで <code class="docutils literal notranslate"><span class="pre">groonga-httpd</span></code> を使用する場合の補足説明を追記しました。</p></li>
28383027 <li><p>作成中のインデックスを無視するように改良しました。</p>
28513040 <li><p>[<a class="reference internal" href="install/centos.html"><span class="doc">CentOS</span></a>] CentOS 6の32-bitパッケージのサポートをやめました。</p></li>
28523041 </ul>
28533042 </div>
2854 <div class="section" id="id38">
2855 <h3>修正<a class="headerlink" href="#id38" title="このヘッドラインへのパーマリンク">¶</a></h3>
3043 <div class="section" id="id40">
3044 <h3>修正<a class="headerlink" href="#id40" title="このヘッドラインへのパーマリンク">¶</a></h3>
28563045 <ul class="simple">
28573046 <li><p>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] レコードが十分にあるとき、かつフィルター条件にマッチしないレコードが推定値を超えた時に、同じオブジェクトを2回閉じるという例外が発生する問題を修正しました。</p></li>
28583047 </ul>
28603049 </div>
28613050 <div class="section" id="release-9-0-7-2019-08-29">
28623051 <span id="release-9-0-7"></span><h2>9.0.7リリース - 2019-08-29<a class="headerlink" href="#release-9-0-7-2019-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
2863 <div class="section" id="id39">
2864 <h3>改良<a class="headerlink" href="#id39" title="このヘッドラインへのパーマリンク">¶</a></h3>
3052 <div class="section" id="id41">
3053 <h3>改良<a class="headerlink" href="#id41" title="このヘッドラインへのパーマリンク">¶</a></h3>
28653054 <ul class="simple">
28663055 <li><p>[httpd] バンドルしているnginxのバージョンを1.17.3に更新しました。</p>
28673056 <ul>
28703059 </li>
28713060 </ul>
28723061 </div>
2873 <div class="section" id="id40">
2874 <h3>修正<a class="headerlink" href="#id40" title="このヘッドラインへのパーマリンク">¶</a></h3>
3062 <div class="section" id="id42">
3063 <h3>修正<a class="headerlink" href="#id42" title="このヘッドラインへのパーマリンク">¶</a></h3>
28753064 <ul class="simple">
28763065 <li><p>ポスティングリストが巨大になった時にGroongaがクラッシュする問題を修正しました。</p>
28773066 <ul>
28853074 <li><p>前方一致検索や後方一致検索時に適切なインデックスを使わない問題を修正しました。[GitHub#1007, PGroonga#GitHub#96][oknjさんの報告]</p></li>
28863075 </ul>
28873076 </div>
2888 <div class="section" id="id41">
2889 <h3>感謝<a class="headerlink" href="#id41" title="このヘッドラインへのパーマリンク">¶</a></h3>
3077 <div class="section" id="id43">
3078 <h3>感謝<a class="headerlink" href="#id43" title="このヘッドラインへのパーマリンク">¶</a></h3>
28903079 <ul class="simple">
28913080 <li><p>oknjさん</p></li>
28923081 <li><p>Yutaro Shimamuraさん</p></li>
28973086 </div>
28983087 <div class="section" id="release-9-0-6-2019-08-05">
28993088 <span id="release-9-0-6"></span><h2>9.0.6リリース - 2019-08-05<a class="headerlink" href="#release-9-0-6-2019-08-05" title="このヘッドラインへのパーマリンク">¶</a></h2>
2900 <div class="section" id="id42">
2901 <h3>改良<a class="headerlink" href="#id42" title="このヘッドラインへのパーマリンク">¶</a></h3>
3089 <div class="section" id="id44">
3090 <h3>改良<a class="headerlink" href="#id44" title="このヘッドラインへのパーマリンク">¶</a></h3>
29023091 <ul class="simple">
29033092 <li><p>Debian 10 (buster)をサポートしました。</p></li>
29043093 </ul>
29053094 </div>
2906 <div class="section" id="id43">
2907 <h3>修正<a class="headerlink" href="#id43" title="このヘッドラインへのパーマリンク">¶</a></h3>
3095 <div class="section" id="id45">
3096 <h3>修正<a class="headerlink" href="#id45" title="このヘッドラインへのパーマリンク">¶</a></h3>
29083097 <ul class="simple">
29093098 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] 検索エスカレーションが起こった際に検索がエラーになるバグを修正しました。</p></li>
29103099 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] ネストされた等価演算を使った際に、誤った検索結果を返すことがあるバグを修正しました。</p></li>
29123101 <li><p>[<a class="reference internal" href="tutorial/micro_blog.html"><span class="doc">マイクロブログ検索システムの作成</span></a>] 検索結果が誤っている例を修正しました。[GitHub#1024][yagisumiさんがパッチ提供]</p></li>
29133102 </ul>
29143103 </div>
2915 <div class="section" id="id44">
2916 <h3>感謝<a class="headerlink" href="#id44" title="このヘッドラインへのパーマリンク">¶</a></h3>
3104 <div class="section" id="id46">
3105 <h3>感謝<a class="headerlink" href="#id46" title="このヘッドラインへのパーマリンク">¶</a></h3>
29173106 <ul class="simple">
29183107 <li><p>yagisumiさん</p></li>
29193108 </ul>
29253114 <p class="admonition-title">警告</p>
29263115 <p>このリリースには影響の大きい不具合があることがわかりました。<code class="docutils literal notranslate"><span class="pre">select</span></code> コマンドが誤った結果を返します。この問題を修正し、9.0.6をリリースする予定です。Groonga 9.0.5は使わず、後日リリースされる9.0.6を使ってください。問題の詳細については <a class="reference external" href="http://groonga.org/ja/blog/2019/07/30/groonga-9.0.5.html">http://groonga.org/ja/blog/2019/07/30/groonga-9.0.5.html</a> で解説しています。</p>
29273116 </div>
2928 <div class="section" id="id45">
2929 <h3>改良<a class="headerlink" href="#id45" title="このヘッドラインへのパーマリンク">¶</a></h3>
3117 <div class="section" id="id47">
3118 <h3>改良<a class="headerlink" href="#id47" title="このヘッドラインへのパーマリンク">¶</a></h3>
29303119 <ul class="simple">
29313120 <li><p>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] 検索対象のシャードが十分に大きい時にのみ最適化を適用するように改良しました。</p>
29323121 <ul>
29693158 <li><p>Amazon Linux 2 をサポートしました。</p></li>
29703159 </ul>
29713160 </div>
2972 <div class="section" id="id46">
2973 <h3>修正<a class="headerlink" href="#id46" title="このヘッドラインへのパーマリンク">¶</a></h3>
3161 <div class="section" id="id48">
3162 <h3>修正<a class="headerlink" href="#id48" title="このヘッドラインへのパーマリンク">¶</a></h3>
29743163 <ul class="simple">
29753164 <li><p><code class="docutils literal notranslate"><span class="pre">&quot;[1,</span> <span class="pre">2,</span> <span class="pre">3]&quot;</span></code> のようなJSONのベクター値がインデックスされないバグを修正しました。</p></li>
29763165 <li><p><code class="docutils literal notranslate"><span class="pre">table_create</span></code> のテストのパラメーター名が誤っていたバグを修正しました。[GitHub#1000][yagisumiさんがパッチ提供]</p></li>
29893178 <li><p><code class="docutils literal notranslate"><span class="pre">groonga-release</span></code> version 1.5.0より前から1.5.0-1へアップデートした際に <code class="docutils literal notranslate"><span class="pre">groonga.repo</span></code> が削除されるバグを修正しました。[groonga-talk:429][Josep Sanzさんの報告]</p></li>
29903179 </ul>
29913180 </div>
2992 <div class="section" id="id47">
2993 <h3>感謝<a class="headerlink" href="#id47" title="このヘッドラインへのパーマリンク">¶</a></h3>
3181 <div class="section" id="id49">
3182 <h3>感謝<a class="headerlink" href="#id49" title="このヘッドラインへのパーマリンク">¶</a></h3>
29943183 <ul class="simple">
29953184 <li><p>yagisumiさん</p></li>
29963185 <li><p>島津製作所さん</p></li>
30003189 </div>
30013190 <div class="section" id="release-9-0-4-2019-06-29">
30023191 <span id="release-9-0-4"></span><h2>9.0.4リリース - 2019-06-29<a class="headerlink" href="#release-9-0-4-2019-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3003 <div class="section" id="id48">
3004 <h3>改良<a class="headerlink" href="#id48" title="このヘッドラインへのパーマリンク">¶</a></h3>
3192 <div class="section" id="id50">
3193 <h3>改良<a class="headerlink" href="#id50" title="このヘッドラインへのパーマリンク">¶</a></h3>
30053194 <ul class="simple">
30063195 <li><p>配列リテラルの複数要素をサポートしました。</p></li>
30073196 <li><p>ベクターの等価演算をサポートしました。</p></li>
30573246 </li>
30583247 </ul>
30593248 </div>
3060 <div class="section" id="id49">
3061 <h3>修正<a class="headerlink" href="#id49" title="このヘッドラインへのパーマリンク">¶</a></h3>
3249 <div class="section" id="id51">
3250 <h3>修正<a class="headerlink" href="#id51" title="このヘッドラインへのパーマリンク">¶</a></h3>
30623251 <ul class="simple">
30633252 <li><p>[optimizer] 複数のfilter条件と <code class="docutils literal notranslate"><span class="pre">xxx.yyy==&quot;keyword&quot;</span></code> のような条件を指定した際にエラーが発生するバグを修正しました。</p></li>
30643253 <li><p>GroongaのWindows用のパッケージ(VC++版)に不足していたライセンスファイルを追加しました。</p></li>
30703259 </li>
30713260 </ul>
30723261 </div>
3073 <div class="section" id="id50">
3074 <h3>感謝<a class="headerlink" href="#id50" title="このヘッドラインへのパーマリンク">¶</a></h3>
3262 <div class="section" id="id52">
3263 <h3>感謝<a class="headerlink" href="#id52" title="このヘッドラインへのパーマリンク">¶</a></h3>
30753264 <ul class="simple">
30763265 <li><p>Takashi Hashidaさん</p></li>
30773266 </ul>
30793268 </div>
30803269 <div class="section" id="release-9-0-3-2019-05-29">
30813270 <span id="release-9-0-3"></span><h2>9.0.3リリース - 2019-05-29<a class="headerlink" href="#release-9-0-3-2019-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3082 <div class="section" id="id51">
3083 <h3>改良<a class="headerlink" href="#id51" title="このヘッドラインへのパーマリンク">¶</a></h3>
3271 <div class="section" id="id53">
3272 <h3>改良<a class="headerlink" href="#id53" title="このヘッドラインへのパーマリンク">¶</a></h3>
30843273 <ul class="simple">
30853274 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] より多くのクエリーログを追加しました。</p>
30863275 <ul>
31373326 <li><p>Ubuntu 14.04 のサポートをやめました。</p></li>
31383327 </ul>
31393328 </div>
3140 <div class="section" id="id52">
3141 <h3>修正<a class="headerlink" href="#id52" title="このヘッドラインへのパーマリンク">¶</a></h3>
3329 <div class="section" id="id54">
3330 <h3>修正<a class="headerlink" href="#id54" title="このヘッドラインへのパーマリンク">¶</a></h3>
31423331 <ul class="simple">
31433332 <li><p>[index_column_diff] <code class="docutils literal notranslate"><span class="pre">remains</span></code> を多く報告するバグを修正しました。</p></li>
31443333 <li><p><code class="docutils literal notranslate"><span class="pre">--without-onigmo</span></code> オプションを使った際にビルドエラーになるバグを修正しました。[GitHub#951] [Tomohiro KATOさんが報告]</p></li>
31503339 </li>
31513340 </ul>
31523341 </div>
3153 <div class="section" id="id53">
3154 <h3>感謝<a class="headerlink" href="#id53" title="このヘッドラインへのパーマリンク">¶</a></h3>
3342 <div class="section" id="id55">
3343 <h3>感謝<a class="headerlink" href="#id55" title="このヘッドラインへのパーマリンク">¶</a></h3>
31553344 <ul class="simple">
31563345 <li><p>Tomohiro KATOさん</p></li>
31573346 <li><p>Wolfgang Hotwagnerさん</p></li>
31633352 <span id="release-9-0-2"></span><h2>9.0.2リリース - 2019-04-29<a class="headerlink" href="#release-9-0-2-2019-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
31643353 <p>このリリースからVC++で作成したWindows版パッケージを提供します。</p>
31653354 <p>今までどおり、MinGWで作成したWindows版パッケージも提供しますが、近いうちにMinGWで作ったパッケージの代わりにVC++で作ったパッケージを提供する予定です。</p>
3166 <div class="section" id="id54">
3167 <h3>改良<a class="headerlink" href="#id54" title="このヘッドラインへのパーマリンク">¶</a></h3>
3355 <div class="section" id="id56">
3356 <h3>改良<a class="headerlink" href="#id56" title="このヘッドラインへのパーマリンク">¶</a></h3>
31683357 <ul class="simple">
31693358 <li><p>[<a class="reference internal" href="reference/commands/column_create.html"><span class="doc">column_create</span></a>] 新しいフラグ <code class="docutils literal notranslate"><span class="pre">INDEX_LARGE</span></code> を追加しました。</p>
31703359 <ul>
31953384 </li>
31963385 </ul>
31973386 </div>
3198 <div class="section" id="id55">
3199 <h3>修正<a class="headerlink" href="#id55" title="このヘッドラインへのパーマリンク">¶</a></h3>
3387 <div class="section" id="id57">
3388 <h3>修正<a class="headerlink" href="#id57" title="このヘッドラインへのパーマリンク">¶</a></h3>
32003389 <ul class="simple">
32013390 <li><p>一部の環境でコンパイルエラー &quot;unknown type name 'bool'&quot; が発生する問題を修正しました。</p></li>
32023391 <li><p>mrubyを経由して実行するコマンド(例えば、 <code class="docutils literal notranslate"><span class="pre">logical_select</span></code>、 <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code>、 <code class="docutils literal notranslate"><span class="pre">logical_count</span></code> 等)で、Int32を超える数を正しく出力できない問題を修正しました。[GitHub#936] [HashidaTKSさんがパッチ提供]</p></li>
32033392 </ul>
32043393 </div>
3205 <div class="section" id="id56">
3206 <h3>感謝<a class="headerlink" href="#id56" title="このヘッドラインへのパーマリンク">¶</a></h3>
3394 <div class="section" id="id58">
3395 <h3>感謝<a class="headerlink" href="#id58" title="このヘッドラインへのパーマリンク">¶</a></h3>
32073396 <ul class="simple">
32083397 <li><p>HashidaTKSさん</p></li>
32093398 </ul>
32113400 </div>
32123401 <div class="section" id="release-9-0-1-2019-03-29">
32133402 <span id="release-9-0-1"></span><h2>9.0.1リリース - 2019-03-29<a class="headerlink" href="#release-9-0-1-2019-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3214 <div class="section" id="id57">
3215 <h3>改良<a class="headerlink" href="#id57" title="このヘッドラインへのパーマリンク">¶</a></h3>
3403 <div class="section" id="id59">
3404 <h3>改良<a class="headerlink" href="#id59" title="このヘッドラインへのパーマリンク">¶</a></h3>
32163405 <ul class="simple">
32173406 <li><p>ベクターの値にnullが使えるようになりました。</p>
32183407 <ul>
32473436 <li><p>壊れたインデックスをチェックするためのコマンド <code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code> を追加しました。コマンド実行の進捗を記録したい場合は、ログレベルをdebugに設定してください。</p></li>
32483437 </ul>
32493438 </div>
3250 <div class="section" id="id58">
3251 <h3>修正<a class="headerlink" href="#id58" title="このヘッドラインへのパーマリンク">¶</a></h3>
3439 <div class="section" id="id60">
3440 <h3>修正<a class="headerlink" href="#id60" title="このヘッドラインへのパーマリンク">¶</a></h3>
32523441 <ul class="simple">
32533442 <li><p>[<a class="reference internal" href="reference/functions/snippet_html.html"><span class="doc">snippet_html</span></a>] 一致しない場合、空のベクターを返すよう変更しました。</p>
32543443 <ul>
32833472 <li><p>インデックス更新時に十分な作業領域を確保できずにクラッシュするバクを修正しました。</p></li>
32843473 </ul>
32853474 </div>
3286 <div class="section" id="id59">
3287 <h3>感謝<a class="headerlink" href="#id59" title="このヘッドラインへのパーマリンク">¶</a></h3>
3475 <div class="section" id="id61">
3476 <h3>感謝<a class="headerlink" href="#id61" title="このヘッドラインへのパーマリンク">¶</a></h3>
32883477 <ul class="simple">
32893478 <li><p>shiro615さん</p></li>
32903479 <li><p>HashidaTKSさん</p></li>
32963485 <div class="section" id="release-9-0-0-2019-02-09">
32973486 <span id="release-9-0-0"></span><h2>9.0.0リリース - 2019-02-09<a class="headerlink" href="#release-9-0-0-2019-02-09" title="このヘッドラインへのパーマリンク">¶</a></h2>
32983487 <p>メジャーバージョンアップです! メジャーバージョンアップですが、互換性は壊れていないので、データベースを再構築することなく9.0.0へアップグレードできます。</p>
3299 <div class="section" id="id60">
3300 <h3>改良<a class="headerlink" href="#id60" title="このヘッドラインへのパーマリンク">¶</a></h3>
3488 <div class="section" id="id62">
3489 <h3>改良<a class="headerlink" href="#id62" title="このヘッドラインへのパーマリンク">¶</a></h3>
33013490 <ul class="simple">
33023491 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">トークナイザー</span></a>] 新しいトークナイザー <code class="docutils literal notranslate"><span class="pre">TokenPattern</span></code> を追加しました。</p>
33033492 <ul>
33353524 </div>
33363525 <div class="section" id="release-8-1-1-2019-01-29">
33373526 <span id="release-8-1-1"></span><h2>8.1.1リリース - 2019-01-29<a class="headerlink" href="#release-8-1-1-2019-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3338 <div class="section" id="id61">
3339 <h3>改良<a class="headerlink" href="#id61" title="このヘッドラインへのパーマリンク">¶</a></h3>
3527 <div class="section" id="id63">
3528 <h3>改良<a class="headerlink" href="#id63" title="このヘッドラインへのパーマリンク">¶</a></h3>
33403529 <ul class="simple">
33413530 <li><p>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] 新しい引数 <code class="docutils literal notranslate"><span class="pre">--load_table</span></code> 、<code class="docutils literal notranslate"><span class="pre">--load_columns</span></code> 、 <code class="docutils literal notranslate"><span class="pre">--load_values</span></code> を追加しました。</p>
33423531 <ul>
34373626 </li>
34383627 </ul>
34393628 </div>
3440 <div class="section" id="id62">
3441 <h3>修正<a class="headerlink" href="#id62" title="このヘッドラインへのパーマリンク">¶</a></h3>
3629 <div class="section" id="id64">
3630 <h3>修正<a class="headerlink" href="#id64" title="このヘッドラインへのパーマリンク">¶</a></h3>
34423631 <ul>
34433632 <li><p>インデックスの更新エラー発生時にメモリリークする問題を修正しました。</p></li>
34443633 <li><p>[<a class="reference internal" href="reference/normalizers.html"><span class="doc">ノーマライザー</span></a>] ステートレスなノーマライザーとステートフルなノーマライザーを同時に使用した時に、それらが誤った結果を返すバグを修正しました。</p>
34703659 </div>
34713660 <div class="section" id="release-8-1-0-2018-12-29">
34723661 <span id="release-8-1-0"></span><h2>8.1.0リリース - 2018-12-29<a class="headerlink" href="#release-8-1-0-2018-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3473 <div class="section" id="id63">
3474 <h3>改良<a class="headerlink" href="#id63" title="このヘッドラインへのパーマリンク">¶</a></h3>
3662 <div class="section" id="id65">
3663 <h3>改良<a class="headerlink" href="#id65" title="このヘッドラインへのパーマリンク">¶</a></h3>
34753664 <ul class="simple">
34763665 <li><p>[httpd] バンドルしているnginxのバージョンを1.15.8に更新しました。</p></li>
34773666 </ul>
34783667 </div>
3479 <div class="section" id="id64">
3480 <h3>修正<a class="headerlink" href="#id64" title="このヘッドラインへのパーマリンク">¶</a></h3>
3668 <div class="section" id="id66">
3669 <h3>修正<a class="headerlink" href="#id66" title="このヘッドラインへのパーマリンク">¶</a></h3>
34813670 <ul class="simple">
34823671 <li><p><code class="docutils literal notranslate"><span class="pre">io_flush</span></code> コマンド実行後に、DBに対するアンロックが常にフラッシュの実行後になってしまうバグを修正しました。</p></li>
34833672 <li><p>参照先を持たないレコードを持つテーブルに対して <code class="docutils literal notranslate"><span class="pre">reindex</span></code> コマンドを実行した際に、 <code class="docutils literal notranslate"><span class="pre">reindex</span></code> コマンドが終了しないバグを修正しました。</p></li>
34863675 </div>
34873676 <div class="section" id="release-8-0-9-2018-11-29">
34883677 <span id="release-8-0-9"></span><h2>8.0.9リリース - 2018-11-29<a class="headerlink" href="#release-8-0-9-2018-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3489 <div class="section" id="id65">
3490 <h3>改良<a class="headerlink" href="#id65" title="このヘッドラインへのパーマリンク">¶</a></h3>
3678 <div class="section" id="id67">
3679 <h3>改良<a class="headerlink" href="#id67" title="このヘッドラインへのパーマリンク">¶</a></h3>
34913680 <ul class="simple">
34923681 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">トークナイザー</span></a>] トークナイザーの作成に失敗した際のエラーメッセージにトークナイザーの名前を出力するよう改良。</p></li>
34933682 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">トークナイザー</span></a>][TokenDelimit] トークンの区切り文字のカスタマイズをサポートしました。</p>
35463735 </li>
35473736 </ul>
35483737 </div>
3549 <div class="section" id="id66">
3550 <h3>修正<a class="headerlink" href="#id66" title="このヘッドラインへのパーマリンク">¶</a></h3>
3738 <div class="section" id="id68">
3739 <h3>修正<a class="headerlink" href="#id68" title="このヘッドラインへのパーマリンク">¶</a></h3>
35513740 <ul>
35523741 <li><p>ウインドウ関数を評価する際にメモリリークする問題を修正しました。</p></li>
35533742 <li><p>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] ログの内容が混在することがあるバグを修正しました。</p></li>
35633752 <li><p>deleteコマンドで削除したベクターカラムの値がヒットするバグを修正しました。[dodaisukeさんの報告]</p></li>
35643753 </ul>
35653754 </div>
3566 <div class="section" id="id67">
3567 <h3>感謝<a class="headerlink" href="#id67" title="このヘッドラインへのパーマリンク">¶</a></h3>
3755 <div class="section" id="id69">
3756 <h3>感謝<a class="headerlink" href="#id69" title="このヘッドラインへのパーマリンク">¶</a></h3>
35683757 <ul class="simple">
35693758 <li><p>dodaisukeさん</p></li>
35703759 </ul>
35723761 </div>
35733762 <div class="section" id="release-8-0-8-2018-10-29">
35743763 <span id="release-8-0-8"></span><h2>8.0.8リリース - 2018-10-29<a class="headerlink" href="#release-8-0-8-2018-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3575 <div class="section" id="id68">
3576 <h3>改良<a class="headerlink" href="#id68" title="このヘッドラインへのパーマリンク">¶</a></h3>
3764 <div class="section" id="id70">
3765 <h3>改良<a class="headerlink" href="#id70" title="このヘッドラインへのパーマリンク">¶</a></h3>
35773766 <ul>
35783767 <li><p>[<a class="reference internal" href="reference/commands/table_list.html"><span class="doc">table_list</span></a>] デフォルトトークナイザーのオプションをサポートしました。</p>
35793768 <ul class="simple">
36203809 <li><p>Ubuntu 18.10 (Cosmic Cuttlefish)をサポートしました。</p></li>
36213810 </ul>
36223811 </div>
3623 <div class="section" id="id69">
3624 <h3>修正<a class="headerlink" href="#id69" title="このヘッドラインへのパーマリンク">¶</a></h3>
3812 <div class="section" id="id71">
3813 <h3>修正<a class="headerlink" href="#id71" title="このヘッドラインへのパーマリンク">¶</a></h3>
36253814 <ul class="simple">
36263815 <li><p>Groonga GQTP サーバーが新しい接続を受け付けなくなることがあるバグを修正しました。[groonga-dev,04688][Yutaro Shimamuraさんの報告]</p>
36273816 <ul>
36303819 </li>
36313820 </ul>
36323821 </div>
3633 <div class="section" id="id70">
3634 <h3>感謝<a class="headerlink" href="#id70" title="このヘッドラインへのパーマリンク">¶</a></h3>
3822 <div class="section" id="id72">
3823 <h3>感謝<a class="headerlink" href="#id72" title="このヘッドラインへのパーマリンク">¶</a></h3>
36353824 <ul class="simple">
36363825 <li><p>Masatoshi SEKIさん</p></li>
36373826 <li><p>Yutaro Shimamuraさん</p></li>
36403829 </div>
36413830 <div class="section" id="release-8-0-7-2018-09-29">
36423831 <span id="release-8-0-7"></span><h2>8.0.7リリース - 2018-09-29<a class="headerlink" href="#release-8-0-7-2018-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3643 <div class="section" id="id71">
3644 <h3>改良<a class="headerlink" href="#id71" title="このヘッドラインへのパーマリンク">¶</a></h3>
3832 <div class="section" id="id73">
3833 <h3>改良<a class="headerlink" href="#id73" title="このヘッドラインへのパーマリンク">¶</a></h3>
36453834 <ul>
36463835 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">トークナイザー</span></a>][TokenMecab] Mecabのメタデータの出力をサポートしました。</p>
36473836 <ul>
36763865 <li><p>[httpd] バンドルしているnginxのバージョンを1.15.4に更新しました。</p></li>
36773866 </ul>
36783867 </div>
3679 <div class="section" id="id72">
3680 <h3>修正<a class="headerlink" href="#id72" title="このヘッドラインへのパーマリンク">¶</a></h3>
3868 <div class="section" id="id74">
3869 <h3>修正<a class="headerlink" href="#id74" title="このヘッドラインへのパーマリンク">¶</a></h3>
36813870 <ul class="simple">
36823871 <li><p>いくつかのケースでの誤ったスコア計算を修正しました。</p>
36833872 <ul>
36903879 </div>
36913880 <div class="section" id="release-8-0-6-2018-08-29">
36923881 <span id="release-8-0-6"></span><h2>8.0.6リリース - 2018-08-29<a class="headerlink" href="#release-8-0-6-2018-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3693 <div class="section" id="id73">
3694 <h3>改良<a class="headerlink" href="#id73" title="このヘッドラインへのパーマリンク">¶</a></h3>
3882 <div class="section" id="id75">
3883 <h3>改良<a class="headerlink" href="#id75" title="このヘッドラインへのパーマリンク">¶</a></h3>
36953884 <ul>
36963885 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">トークナイザー</span></a>][TokenMecab] <code class="docutils literal notranslate"><span class="pre">chunked_tokenize</span></code> と <code class="docutils literal notranslate"><span class="pre">chunk_size_threshold</span></code> の両オプションに対応しました。</p></li>
36973886 <li><p>[optimizer] query family expressionの推定に対応しました。<code class="docutils literal notranslate"><span class="pre">column</span> <span class="pre">&#64;</span> <span class="pre">query</span></code> や <code class="docutils literal notranslate"><span class="pre">column</span> <span class="pre">&#64;~</span> <span class="pre">pattern</span></code> のようなquery family expressionについて、より効果的な実行計画を立てられます。</p></li>
37063895 <li><p>[vector_find] サポートされていないモードでクラッシュしないようにしました。</p></li>
37073896 </ul>
37083897 </div>
3709 <div class="section" id="id74">
3710 <h3>修正<a class="headerlink" href="#id74" title="このヘッドラインへのパーマリンク">¶</a></h3>
3898 <div class="section" id="id76">
3899 <h3>修正<a class="headerlink" href="#id76" title="このヘッドラインへのパーマリンク">¶</a></h3>
37113900 <ul class="simple">
37123901 <li><p>[index] <code class="docutils literal notranslate"><span class="pre">HASH_KEY</span></code> を伴ったテキストのベクターに対するオフラインでのインデックス構築に関して、誤ったセクションIDを持つインデックスが構築されてしまうバグを修正しました。</p></li>
37133902 <li><p><code class="docutils literal notranslate"><span class="pre">--match_columns</span> <span class="pre">'index[0]</span> <span class="pre">||</span> <span class="pre">index[9]'</span></code> が誤ったセクションを使用してしまう問題を修正しました。</p></li>
37213910 </div>
37223911 <div class="section" id="release-8-0-5-2018-07-29">
37233912 <span id="release-8-0-5"></span><h2>8.0.5リリース - 2018-07-29<a class="headerlink" href="#release-8-0-5-2018-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3724 <div class="section" id="id75">
3725 <h3>改良<a class="headerlink" href="#id75" title="このヘッドラインへのパーマリンク">¶</a></h3>
3913 <div class="section" id="id77">
3914 <h3>改良<a class="headerlink" href="#id77" title="このヘッドラインへのパーマリンク">¶</a></h3>
37263915 <ul class="simple">
37273916 <li><p>[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><span class="doc">スクリプト構文</span></a>] 類似文書検索の補足説明とその日本語訳を追加しました。 [GitHub groonga/GitHub#858] [堀本さんがパッチ提供]</p></li>
37283917 <li><p>[<a class="reference internal" href="reference/functions/time_classify_day_of_week.html"><span class="doc">time_classify_day_of_week</span></a>] 新しい関数 <code class="docutils literal notranslate"><span class="pre">time_classify_day_of_week()</span></code> を追加しました。</p></li>
37363925 <li><p>[<a class="reference internal" href="install/debian.html"><span class="doc">Debian GNU/Linux</span></a>] jessieのサポートをやめました。Debianのセキュリティ&リリースチームはもはやjessieの更新を提供しません。</p></li>
37373926 </ul>
37383927 </div>
3739 <div class="section" id="id76">
3740 <h3>修正<a class="headerlink" href="#id76" title="このヘッドラインへのパーマリンク">¶</a></h3>
3928 <div class="section" id="id78">
3929 <h3>修正<a class="headerlink" href="#id78" title="このヘッドラインへのパーマリンク">¶</a></h3>
37413930 <ul class="simple">
37423931 <li><p>POSTでの <code class="docutils literal notranslate"><span class="pre">/d/load</span></code> へのデータ送信が中断された後に誤った結果が返されていたのを修正しました。</p></li>
37433932 <li><p>KyTeaに関する間違った関数呼び出しを修正しました。</p></li>
37493938 </div>
37503939 <div class="section" id="release-8-0-4-2018-06-29">
37513940 <span id="release-8-0-4"></span><h2>8.0.4リリース - 2018-06-29<a class="headerlink" href="#release-8-0-4-2018-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3752 <div class="section" id="id77">
3753 <h3>改良<a class="headerlink" href="#id77" title="このヘッドラインへのパーマリンク">¶</a></h3>
3941 <div class="section" id="id79">
3942 <h3>改良<a class="headerlink" href="#id79" title="このヘッドラインへのパーマリンク">¶</a></h3>
37543943 <ul class="simple">
37553944 <li><p>[log] <code class="docutils literal notranslate"><span class="pre">[ii][update][one]</span></code> のエラーメッセージにサブエラーを追加しました。</p></li>
37563945 <li><p>新しいAPI <code class="docutils literal notranslate"><span class="pre">grn_highlighter_clear_keywords()</span></code> を追加しました。</p></li>
37843973 <li><p>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] 実装が不十分だったため、ログのチェックを一時的に無効にしました</p></li>
37853974 </ul>
37863975 </div>
3787 <div class="section" id="id78">
3788 <h3>修正<a class="headerlink" href="#id78" title="このヘッドラインへのパーマリンク">¶</a></h3>
3976 <div class="section" id="id80">
3977 <h3>修正<a class="headerlink" href="#id80" title="このヘッドラインへのパーマリンク">¶</a></h3>
37893978 <ul class="simple">
37903979 <li><p>[<a class="reference internal" href="reference/functions/sub_filter.html"><span class="doc">sub_filter</span></a>] 十分にフィルターされたケースで、スコアが多すぎる問題を修正</p></li>
37913980 <li><p>KyTeaがインストールされているとビルドに失敗する問題を修正しました。</p></li>
37993988 </div>
38003989 <div class="section" id="release-8-0-3-2018-05-29">
38013990 <span id="release-8-0-3"></span><h2>8.0.3リリース - 2018-05-29<a class="headerlink" href="#release-8-0-3-2018-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3802 <div class="section" id="id79">
3803 <h3>改良<a class="headerlink" href="#id79" title="このヘッドラインへのパーマリンク">¶</a></h3>
3991 <div class="section" id="id81">
3992 <h3>改良<a class="headerlink" href="#id81" title="このヘッドラインへのパーマリンク">¶</a></h3>
38043993 <ul>
38053994 <li><p>[<a class="reference internal" href="reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a>] <code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code> または <code class="docutils literal notranslate"><span class="pre">TokenNgram</span></code> を使って検索した結果のハイライトをサポートしました。</p></li>
38063995 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">トークナイザー</span></a>] <code class="docutils literal notranslate"><span class="pre">TokenNgram</span></code> に新しいオプション <code class="docutils literal notranslate"><span class="pre">report_source_location</span> <span class="pre">option</span></code> を追加しました。このオプションは、<code class="docutils literal notranslate"><span class="pre">highlight_html</span></code> で語彙表を使ったハイライトをする時に使用します。</p></li>
38204009 <li><p>[httpd] バンドルしているnginxのバージョンを1.14.0に更新しました。</p></li>
38214010 </ul>
38224011 </div>
3823 <div class="section" id="id80">
3824 <h3>修正<a class="headerlink" href="#id80" title="このヘッドラインへのパーマリンク">¶</a></h3>
4012 <div class="section" id="id82">
4013 <h3>修正<a class="headerlink" href="#id82" title="このヘッドラインへのパーマリンク">¶</a></h3>
38254014 <ul class="simple">
38264015 <li><p>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] 動的カラムをフィルターした時にエラーが発生するとメモリリークする不具合を修正しました。</p></li>
38274016 <li><p>[<a class="reference internal" href="reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] 動的カラムの初期化に失敗した際にメモリリークする不具合を修正しました。</p></li>
38334022 </div>
38344023 <div class="section" id="release-8-0-2-2018-04-29">
38354024 <span id="release-8-0-2"></span><h2>8.0.2リリース - 2018-04-29<a class="headerlink" href="#release-8-0-2-2018-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3836 <div class="section" id="id81">
3837 <h3>改良<a class="headerlink" href="#id81" title="このヘッドラインへのパーマリンク">¶</a></h3>
4025 <div class="section" id="id83">
4026 <h3>改良<a class="headerlink" href="#id83" title="このヘッドラインへのパーマリンク">¶</a></h3>
38384027 <ul>
38394028 <li><p>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>][<a class="reference internal" href="reference/executables/grndb.html#grndb-force-truncate"><span class="std std-ref">--force-truncate</span></a>] <code class="docutils literal notranslate"><span class="pre">grndb</span> <span class="pre">recover</span> <span class="pre">--force-truncate</span></code> オプションを指定することで、テーブルにロックが残ったままの状態でも truncate できるようにしました。</p></li>
38404029 <li><p>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code> オプションに対応しました。</p></li>
38674056 <li><p>Ubuntu 18.04 (Bionic Beaver)をサポートしました。</p></li>
38684057 </ul>
38694058 </div>
3870 <div class="section" id="id82">
3871 <h3>修正<a class="headerlink" href="#id82" title="このヘッドラインへのパーマリンク">¶</a></h3>
4059 <div class="section" id="id84">
4060 <h3>修正<a class="headerlink" href="#id84" title="このヘッドラインへのパーマリンク">¶</a></h3>
38724061 <ul class="simple">
38734062 <li><p>スペースのみの検索クエリが意図しないレコードにマッチする不具合を修正しました。[groonga-dev,04609][satouyuzhさんの報告]</p></li>
38744063 <li><p>誤ったスコアラーが使われる場合があった不具合を修正しました。この問題は以下のように複数のスコアラーが使われた時に発生していました: <code class="docutils literal notranslate"><span class="pre">--match_columns</span> <span class="pre">'title</span> <span class="pre">||</span> <span class="pre">scorer_tf_at_most(content,</span> <span class="pre">2.0)'</span></code></p></li>
38754064 <li><p>「thread_limit」の変更に時間がかかりすぎる問題を修正しました。</p></li>
38764065 </ul>
38774066 </div>
3878 <div class="section" id="id83">
3879 <h3>感謝<a class="headerlink" href="#id83" title="このヘッドラインへのパーマリンク">¶</a></h3>
4067 <div class="section" id="id85">
4068 <h3>感謝<a class="headerlink" href="#id85" title="このヘッドラインへのパーマリンク">¶</a></h3>
38804069 <ul class="simple">
38814070 <li><p>satouyuzhさん</p></li>
38824071 </ul>
38844073 </div>
38854074 <div class="section" id="release-8-0-1-2018-03-29">
38864075 <span id="release-8-0-1"></span><h2>8.0.1リリース - 2018-03-29<a class="headerlink" href="#release-8-0-1-2018-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3887 <div class="section" id="id84">
3888 <h3>改良<a class="headerlink" href="#id84" title="このヘッドラインへのパーマリンク">¶</a></h3>
4076 <div class="section" id="id86">
4077 <h3>改良<a class="headerlink" href="#id86" title="このヘッドラインへのパーマリンク">¶</a></h3>
38894078 <ul>
38904079 <li><p>[<a class="reference internal" href="reference/log.html"><span class="doc">ログ</span></a>] クエリーログ内で <code class="docutils literal notranslate"><span class="pre">filter</span></code> 条件を表示するようにしました。この機能はデフォルトでは、無効になっています。有効にするためには、環境変数 <code class="docutils literal notranslate"><span class="pre">GRN_QUERY_LOG_SHOW_CONDITION=yes</span></code> を設定します。</p></li>
38914080 <li><p><code class="docutils literal notranslate"><span class="pre">*.pdb</span></code> を <code class="docutils literal notranslate"><span class="pre">*.dll</span></code> と <code class="docutils literal notranslate"><span class="pre">*.exe</span></code> と同じディレクトリにインストールされるようにしました。</p></li>
39044093 <li><p>[httpd] バンドルしているnginxのバージョンを1.13.10に更新しました。</p></li>
39054094 </ul>
39064095 </div>
3907 <div class="section" id="id85">
3908 <h3>修正<a class="headerlink" href="#id85" title="このヘッドラインへのパーマリンク">¶</a></h3>
4096 <div class="section" id="id87">
4097 <h3>修正<a class="headerlink" href="#id87" title="このヘッドラインへのパーマリンク">¶</a></h3>
39094098 <ul class="simple">
39104099 <li><p>共通接頭辞がどのトークンにもマッチしない時にメモリリークする問題を修正しました。[GitHub#820] [村上さんがパッチ提供]</p></li>
39114100 <li><p>同一プロセスで複数のデータベースを開いている時に、異なるデータベースのキャッシュを使用してしまう問題を修正しました。</p></li>
39134102 <li><p>比較時(&gt;,&gt;=,&lt;,&lt;=,==,!=)に定数がオーバーフローまたは、アンダーフローし得る問題を修正しました。</p></li>
39144103 </ul>
39154104 </div>
3916 <div class="section" id="id86">
3917 <h3>感謝<a class="headerlink" href="#id86" title="このヘッドラインへのパーマリンク">¶</a></h3>
4105 <div class="section" id="id88">
4106 <h3>感謝<a class="headerlink" href="#id88" title="このヘッドラインへのパーマリンク">¶</a></h3>
39184107 <ul class="simple">
39194108 <li><p>村上さん</p></li>
39204109 </ul>
39234112 <div class="section" id="release-8-0-0-2018-02-09">
39244113 <span id="release-8-0-0"></span><h2>8.0.0リリース - 2018-02-09<a class="headerlink" href="#release-8-0-0-2018-02-09" title="このヘッドラインへのパーマリンク">¶</a></h2>
39254114 <p>メジャーバージョンアップです! メジャーバージョンアップですが、互換性は壊れていないので、データベースを再構築することなくアップグレードできます。</p>
3926 <div class="section" id="id87">
3927 <h3>改良<a class="headerlink" href="#id87" title="このヘッドラインへのパーマリンク">¶</a></h3>
4115 <div class="section" id="id89">
4116 <h3>改良<a class="headerlink" href="#id89" title="このヘッドラインへのパーマリンク">¶</a></h3>
39284117 <ul>
39294118 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal notranslate"><span class="pre">--drilldown_adjuster</span></code> と <code class="docutils literal notranslate"><span class="pre">drilldowns[LABEL].adjuster</span></code> を追加しました。drilldown結果に対して、スコア調整できるようになります。</p></li>
39304119 <li><p>[<a class="reference internal" href="reference/indexing.html#online-index-construction"><span class="std std-ref">動的なインデックス構築方法</span></a>] 環境変数の名前を <code class="docutils literal notranslate"><span class="pre">GRN_II_REDUCE_EXPIRE_ENABLE</span></code> から <code class="docutils literal notranslate"><span class="pre">GRN_II_REDUCE_EXPIRE_THRESHOLD</span></code> へ変更しました。</p>
39334122 <li><p>[<a class="reference internal" href="reference/functions/between.html"><span class="doc">between</span></a>] 境界値なしの <code class="docutils literal notranslate"><span class="pre">between()</span></code> を受け付けるようにしました。<code class="docutils literal notranslate"><span class="pre">between()</span></code> の引数の数が3つでも実行できます。2番目と3番目の引数が境界を含むものとして処理されます。</p></li>
39344123 </ul>
39354124 </div>
3936 <div class="section" id="id88">
3937 <h3>修正<a class="headerlink" href="#id88" title="このヘッドラインへのパーマリンク">¶</a></h3>
4125 <div class="section" id="id90">
4126 <h3>修正<a class="headerlink" href="#id90" title="このヘッドラインへのパーマリンク">¶</a></h3>
39384127 <ul class="simple">
39394128 <li><p>ハッシュテーブルのメモリリークを修正しました。 [GitHub:mroonga/mroonga#190][fuku1さんの報告]</p></li>
39404129 <li><p>配列のメモリリークを修正しました。</p></li>
39424131 <li><p>[Windows] <code class="docutils literal notranslate"><span class="pre">WSASend</span></code> が適切なエラーコードを返すようにしました。</p></li>
39434132 </ul>
39444133 </div>
3945 <div class="section" id="id89">
3946 <h3>感謝<a class="headerlink" href="#id89" title="このヘッドラインへのパーマリンク">¶</a></h3>
4134 <div class="section" id="id91">
4135 <h3>感謝<a class="headerlink" href="#id91" title="このヘッドラインへのパーマリンク">¶</a></h3>
39474136 <ul class="simple">
39484137 <li><p>fuku1さん</p></li>
39494138 </ul>
39514140 </div>
39524141 <div class="section" id="release-7-1-1-2018-01-29">
39534142 <span id="release-7-1-1"></span><h2>7.1.1リリース - 2018-01-29<a class="headerlink" href="#release-7-1-1-2018-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3954 <div class="section" id="id90">
3955 <h3>改良<a class="headerlink" href="#id90" title="このヘッドラインへのパーマリンク">¶</a></h3>
4143 <div class="section" id="id92">
4144 <h3>改良<a class="headerlink" href="#id92" title="このヘッドラインへのパーマリンク">¶</a></h3>
39564145 <ul>
39574146 <li><p>[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Ubuntu 17.04(Zesty Zapus)のサポートをやめました。2018年1月13日でサポートが切れた(EOLになった)ためです。</p></li>
39584147 <li><p>Quorum matchをサポートしました。スクリプト構文でもクエリー構文でもquorum matchを使うことができます。</p>
39724161 <li><p>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] [<a class="reference internal" href="reference/commands/logical_range_filter.html#logical-range-filter-post-filter"><span class="std std-ref">post_filter</span></a>]フィルタータイミングを新規追加しました。 <code class="docutils literal notranslate"><span class="pre">filtered</span></code> ステージで生成されるカラムが生成された後に実行されます。</p></li>
39734162 </ul>
39744163 </div>
3975 <div class="section" id="id91">
3976 <h3>修正<a class="headerlink" href="#id91" title="このヘッドラインへのパーマリンク">¶</a></h3>
4164 <div class="section" id="id93">
4165 <h3>修正<a class="headerlink" href="#id93" title="このヘッドラインへのパーマリンク">¶</a></h3>
39774166 <ul class="simple">
39784167 <li><p>参照ベクタのインデックスを作成する際に使用するリソースを削減しました。[GitHub#806][村上さんが報告]</p></li>
39794168 <li><p>[<a class="reference internal" href="reference/commands/table_create.html"><span class="doc">table_create</span></a>] <code class="docutils literal notranslate"><span class="pre">token_filters</span></code> が無効であってもテーブルが作成される不具合を修正しました。</p></li>
39804169 </ul>
39814170 </div>
3982 <div class="section" id="id92">
3983 <h3>感謝<a class="headerlink" href="#id92" title="このヘッドラインへのパーマリンク">¶</a></h3>
4171 <div class="section" id="id94">
4172 <h3>感謝<a class="headerlink" href="#id94" title="このヘッドラインへのパーマリンク">¶</a></h3>
39844173 <ul class="simple">
39854174 <li><p>付超群さん</p></li>
39864175 <li><p>村上さん</p></li>
39894178 </div>
39904179 <div class="section" id="release-7-1-0-2017-12-29">
39914180 <span id="release-7-1-0"></span><h2>7.1.0リリース - 2017-12-29<a class="headerlink" href="#release-7-1-0-2017-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
3992 <div class="section" id="id93">
3993 <h3>改良<a class="headerlink" href="#id93" title="このヘッドラインへのパーマリンク">¶</a></h3>
4181 <div class="section" id="id95">
4182 <h3>改良<a class="headerlink" href="#id95" title="このヘッドラインへのパーマリンク">¶</a></h3>
39944183 <ul>
39954184 <li><p>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] <code class="docutils literal notranslate"><span class="pre">load</span></code> コマンドのクエリーログのフォーマットを改良しました。<code class="docutils literal notranslate"><span class="pre">load</span></code> コマンドのクエリーログに以下の項目が追加されます。</p>
39964185 <blockquote>
40444233 <li><p>[httpd] バンドルしているnginxのバージョンを1.13.8に更新しました。</p></li>
40454234 </ul>
40464235 </div>
4047 <div class="section" id="id94">
4048 <h3>修正<a class="headerlink" href="#id94" title="このヘッドラインへのパーマリンク">¶</a></h3>
4236 <div class="section" id="id96">
4237 <h3>修正<a class="headerlink" href="#id96" title="このヘッドラインへのパーマリンク">¶</a></h3>
40494238 <ul>
40504239 <li><p><code class="docutils literal notranslate"><span class="pre">highlight_full</span></code> 関数を使用するとメモリリークする問題を修正しました。</p></li>
40514240 <li><p>Mroongaで以下ような呼び出しを行った際にクラッシュする問題を修正しました。</p>
40584247 </li>
40594248 </ul>
40604249 </div>
4061 <div class="section" id="id95">
4062 <h3>感謝<a class="headerlink" href="#id95" title="このヘッドラインへのパーマリンク">¶</a></h3>
4250 <div class="section" id="id97">
4251 <h3>感謝<a class="headerlink" href="#id97" title="このヘッドラインへのパーマリンク">¶</a></h3>
40634252 <ul class="simple">
40644253 <li><p>takagi01</p></li>
40654254 <li><p>村上さん</p></li>
40684257 </div>
40694258 <div class="section" id="release-7-0-9-2017-11-29">
40704259 <span id="release-7-0-9"></span><h2>7.0.9リリース - 2017-11-29<a class="headerlink" href="#release-7-0-9-2017-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
4071 <div class="section" id="id96">
4072 <h3>改良<a class="headerlink" href="#id96" title="このヘッドラインへのパーマリンク">¶</a></h3>
4260 <div class="section" id="id98">
4261 <h3>改良<a class="headerlink" href="#id98" title="このヘッドラインへのパーマリンク">¶</a></h3>
40734262 <ul class="simple">
40744263 <li><p>Apache Arrowの新しいバージョンをサポートしました。このリリースでは、Apache Arrowサポートを有効にするには0.8.0以降が必要です。</p></li>
40754264 <li><p>[sharding] 動的カラムの新しいAPIを追加しました。</p>
40874276 <li><p>[httpd] バンドルしているnginxのバージョンを1.13.7に更新しました。</p></li>
40884277 </ul>
40894278 </div>
4090 <div class="section" id="id97">
4091 <h3>修正<a class="headerlink" href="#id97" title="このヘッドラインへのパーマリンク">¶</a></h3>
4279 <div class="section" id="id99">
4280 <h3>修正<a class="headerlink" href="#id99" title="このヘッドラインへのパーマリンク">¶</a></h3>
40924281 <ul class="simple">
40934282 <li><p>[httpd] 古いバージョンのGroongaがすでにインストールされている場合にそちらを参照してしまい、ビルドエラーになる問題を修正しました。 [GitHub#775] [myamanishi3さんが報告]</p></li>
40944283 <li><p>[<a class="reference internal" href="reference/functions/in_values.html"><span class="doc">in_values</span></a>] <code class="docutils literal notranslate"><span class="pre">in_values</span></code> に多すぎる引数を指定するとクラッシュする不具合を修正しました。この不具合は126を超える引数をサポートする過程で見つかりました。 [GitHub#780]</p></li>
40964285 <li><p>[<a class="reference internal" href="reference/indexing.html#offline-index-construction"><span class="std std-ref">静的なインデックス構築方法</span></a>] ベクターカラムの静的索引構築時に必要以上のリソースを使用する問題を修正しました。1つのベクターカラムの要素数が多く、大量のレコードがある場合はGroongaがクラッシュしていました。 [groonga-dev,04533][内山敏郎さんが報告]</p></li>
40974286 </ul>
40984287 </div>
4099 <div class="section" id="id98">
4100 <h3>感謝<a class="headerlink" href="#id98" title="このヘッドラインへのパーマリンク">¶</a></h3>
4288 <div class="section" id="id100">
4289 <h3>感謝<a class="headerlink" href="#id100" title="このヘッドラインへのパーマリンク">¶</a></h3>
41014290 <ul class="simple">
41024291 <li><p>むらたさん</p></li>
41034292 <li><p>myamanishi3さん</p></li>
41084297 </div>
41094298 <div class="section" id="release-7-0-8-2017-10-29">
41104299 <span id="release-7-0-8"></span><h2>7.0.8リリース - 2017-10-29<a class="headerlink" href="#release-7-0-8-2017-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
4111 <div class="section" id="id99">
4112 <h3>改良<a class="headerlink" href="#id99" title="このヘッドラインへのパーマリンク">¶</a></h3>
4300 <div class="section" id="id101">
4301 <h3>改良<a class="headerlink" href="#id101" title="このヘッドラインへのパーマリンク">¶</a></h3>
41134302 <ul class="simple">
41144303 <li><p>[windows] クラッシュした際にバックトレースを出せるようにしました。関数呼び出しだけでなく、ソースコードの該当行も可能な限り表示します。バックトレースのサポートにより、問題の素早い解決につながります。</p></li>
41154304 <li><p><code class="docutils literal notranslate"><span class="pre">QUERY_NO_SYNTAX_ERROR</span></code> を指定してあれば &quot;( )&quot; を <code class="docutils literal notranslate"><span class="pre">--query</span></code> に指定して実行できるようにしました。 以前のバージョンでは、エラーになっていました。 [GitHub#767]</p></li>
41194308 <li><p>Ubuntu 17.10 Artful Aardvarkをサポート。</p></li>
41204309 </ul>
41214310 </div>
4122 <div class="section" id="id100">
4123 <h3>修正<a class="headerlink" href="#id100" title="このヘッドラインへのパーマリンク">¶</a></h3>
4311 <div class="section" id="id102">
4312 <h3>修正<a class="headerlink" href="#id102" title="このヘッドラインへのパーマリンク">¶</a></h3>
41244313 <ul class="simple">
41254314 <li><p>[dat] データベースを拡張する際、意図せず大きなファイルが(ワーストケースで)作成されてしまうことのある不具合を修正しました。この不具合はインデックスカラムを頻繁に作成/削除を繰り返したときに発生する可能性があります。7.0.7ではこの不具合に関連して&quot;大量にキーを削除したケースで <code class="docutils literal notranslate"><span class="pre">table_create</span></code> に失敗する&quot;問題を修正しましたが、その修正が不十分なケースに対応しました。</p></li>
41264315 <li><p>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <code class="docutils literal notranslate"><span class="pre">offset</span></code> と <code class="docutils literal notranslate"><span class="pre">limit</span></code> が複数のシャードに対して適用されたとき、実際よりも少ないレコードが返される不具合を修正しました。</p></li>
41294318 </div>
41304319 <div class="section" id="release-7-0-7-2017-09-29">
41314320 <span id="release-7-0-7"></span><h2>7.0.7リリース - 2017-09-29<a class="headerlink" href="#release-7-0-7-2017-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
4132 <div class="section" id="id101">
4133 <h3>改良<a class="headerlink" href="#id101" title="このヘッドラインへのパーマリンク">¶</a></h3>
4321 <div class="section" id="id103">
4322 <h3>改良<a class="headerlink" href="#id103" title="このヘッドラインへのパーマリンク">¶</a></h3>
41344323 <ul>
41354324 <li><p><code class="docutils literal notranslate"><span class="pre">QUERY_NO_SYNTAX_ERROR</span></code> を <code class="docutils literal notranslate"><span class="pre">+</span></code> のみのクエリーに指定したときにも動作するようにしました。以前のバージョンではそのようなクエリーはエラーになっていました。</p></li>
41364325 <li><p>[httpd] バンドルしているnginxのバージョンを1.13.5に更新しました。</p></li>
41454334 </li>
41464335 </ul>
41474336 </div>
4148 <div class="section" id="id102">
4149 <h3>修正<a class="headerlink" href="#id102" title="このヘッドラインへのパーマリンク">¶</a></h3>
4337 <div class="section" id="id104">
4338 <h3>修正<a class="headerlink" href="#id104" title="このヘッドラインへのパーマリンク">¶</a></h3>
41504339 <ul>
41514340 <li><p>[windows] <code class="docutils literal notranslate"><span class="pre">database_unmap</span></code> が実行される前のファイルハンドルのエラー処理を適切に行うようにしました。<code class="docutils literal notranslate"><span class="pre">database_unmap</span></code> 実行前にリクエストがキャンセルされた場合、排他制御部分が未初期化となる場合がありました。その場合、クラッシュしていました。</p></li>
41524341 <li><p>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">トークナイザー</span></a>] トークナイザー名のドキュメントを修正しました。<code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code> や <code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code> であるべきでした。</p></li>
41684357 </div>
41694358 <div class="section" id="release-7-0-6-2017-08-29">
41704359 <span id="release-7-0-6"></span><h2>7.0.6リリース - 2017-08-29<a class="headerlink" href="#release-7-0-6-2017-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
4171 <div class="section" id="id103">
4172 <h3>改良<a class="headerlink" href="#id103" title="このヘッドラインへのパーマリンク">¶</a></h3>
4360 <div class="section" id="id105">
4361 <h3>改良<a class="headerlink" href="#id105" title="このヘッドラインへのパーマリンク">¶</a></h3>
41734362 <ul class="simple">
41744363 <li><p>前方一致検索を複数インデックスを指定してできるようになりました。 (例 <code class="docutils literal notranslate"><span class="pre">--query</span> <span class="pre">&quot;Foo*&quot;</span> <span class="pre">--match_columns</span> <span class="pre">&quot;TITLE_INDEX_COLUMN||BODY_INDEX_COLUMN&quot;</span></code>)</p></li>
41754364 <li><p>[<a class="reference internal" href="reference/window_functions/window_count.html"><span class="doc">window_count</span></a>] <code class="docutils literal notranslate"><span class="pre">window_count</span></code> 関数を追加しました。検索した結果にカウントした値を追加するのに使います。検索結果をもとに分析したり、カウント結果をもとにフィルタしたりすると便利です。</p></li>
41884377 <li><p>[httpd] バンドルしているnginxのバージョンを1.13.4に更新しました。</p></li>
41894378 </ul>
41904379 </div>
4191 <div class="section" id="id104">
4192 <h3>修正<a class="headerlink" href="#id104" title="このヘッドラインへのパーマリンク">¶</a></h3>
4380 <div class="section" id="id106">
4381 <h3>修正<a class="headerlink" href="#id106" title="このヘッドラインへのパーマリンク">¶</a></h3>
41934382 <ul class="simple">
41944383 <li><p>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] 7番目の引数 ( <code class="docutils literal notranslate"><span class="pre">--sort_hash_table</span></code> )が名前無しだと無視される不具合を修正しました。</p></li>
41954384 <li><p>[<a class="reference internal" href="reference/commands/schema.html"><span class="doc">schema</span></a>] コマンドラインパラメータの誤りを修正しました。<cite>source</cite> であるべきところが <cite>sources</cite> になっていました。[groonga-dev,04449] [むらたさんが報告]</p></li>
41964385 <li><p>[<a class="reference internal" href="reference/commands/ruby_eval.html"><span class="doc">ruby_eval</span></a>] ruby_evalコマンドがシンタックスエラーのときにクラッシュする問題を修正しました。 [GitHub#751] [ryo-pinusさんがパッチ提供]</p></li>
41974386 </ul>
41984387 </div>
4199 <div class="section" id="id105">
4200 <h3>感謝<a class="headerlink" href="#id105" title="このヘッドラインへのパーマリンク">¶</a></h3>
4388 <div class="section" id="id107">
4389 <h3>感謝<a class="headerlink" href="#id107" title="このヘッドラインへのパーマリンク">¶</a></h3>
42014390 <ul class="simple">
42024391 <li><p>murata satoshi</p></li>
42034392 <li><p>ryo-pinus</p></li>
42064395 </div>
42074396 <div class="section" id="release-7-0-5-2017-07-29">
42084397 <span id="release-7-0-5"></span><h2>7.0.5リリース - 2017-07-29<a class="headerlink" href="#release-7-0-5-2017-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
4209 <div class="section" id="id106">
4210 <h3>改良<a class="headerlink" href="#id106" title="このヘッドラインへのパーマリンク">¶</a></h3>
4398 <div class="section" id="id108">
4399 <h3>改良<a class="headerlink" href="#id108" title="このヘッドラインへのパーマリンク">¶</a></h3>
42114400 <ul class="simple">
42124401 <li><p>[httpd] バンドルしているnginxのバージョンを1.13.3に更新しました。セキュリティーに関する修正(CVE-2017-7529)を含んでいます。</p></li>
42134402 <li><p>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] UInt64の最大値をロードできるようにしました。以前のバージョンでは意図せず0に変換されてしまっていました。</p></li>
42314420 <li><p>[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Ubuntu 16.10(Yakkety Yak)のサポートをやめました。2017年7月20日でサポートが切れた(EOLになった)ためです。</p></li>
42324421 </ul>
42334422 </div>
4234 <div class="section" id="id107">
4235 <h3>修正<a class="headerlink" href="#id107" title="このヘッドラインへのパーマリンク">¶</a></h3>
4423 <div class="section" id="id109">
4424 <h3>修正<a class="headerlink" href="#id109" title="このヘッドラインへのパーマリンク">¶</a></h3>
42364425 <ul class="simple">
42374426 <li><p>テキスト型( <code class="docutils literal notranslate"><span class="pre">ShortText</span></code> など)のベクターカラムに対するインデックスを正しく構築できるようにしました。この修正でインデックス更新後に全文検索でマッチしない問題が解決します。 [GitHub#494]</p></li>
42384427 <li><p>[<a class="reference internal" href="reference/commands/thread_limit.html"><span class="doc">thread_limit</span></a>] <code class="docutils literal notranslate"><span class="pre">thread_limit?max=1</span></code> というリクエストが同時にきたときにデッドロックが発生する問題を修正しました。</p></li>
42394428 <li><p>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] デフォルトのPIDのパスと再起動時に想定しているPIDのパスがあっていない問題を修正しました。そのせいで groonga-httpd の再起動に失敗していました。 [GitHub#743] [sozakiさんが報告]</p></li>
42404429 </ul>
42414430 </div>
4242 <div class="section" id="id108">
4243 <h3>感謝<a class="headerlink" href="#id108" title="このヘッドラインへのパーマリンク">¶</a></h3>
4431 <div class="section" id="id110">
4432 <h3>感謝<a class="headerlink" href="#id110" title="このヘッドラインへのパーマリンク">¶</a></h3>
42444433 <ul class="simple">
42454434 <li><p>村上さん</p></li>
42464435 </ul>
42484437 </div>
42494438 <div class="section" id="release-7-0-4-2017-06-29">
42504439 <span id="release-7-0-4"></span><h2>7.0.4リリース - 2017-06-29<a class="headerlink" href="#release-7-0-4-2017-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
4251 <div class="section" id="id109">
4252 <h3>改良<a class="headerlink" href="#id109" title="このヘッドラインへのパーマリンク">¶</a></h3>
4440 <div class="section" id="id111">
4441 <h3>改良<a class="headerlink" href="#id111" title="このヘッドラインへのパーマリンク">¶</a></h3>
42534442 <ul class="simple">
42544443 <li><p>物理的なファイルの作成/削除のログを障害の切り分けのために記録するようにしました。 [GitHub#700,#701]</p></li>
42554444 <li><p>[<a class="reference internal" href="reference/functions/in_records.html"><span class="doc">in_records</span></a>] 固定長カラムの検索パフォーマンスを改善しました。速度が50%程度改善する可能性があります。</p></li>
42684457 <li><p>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] 参照先のない &quot;inspect&quot; オブジェクトの検出と削除をサポートしました。この状態はコマンド名が <code class="docutils literal notranslate"><span class="pre">inspect</span></code> から <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code> に変更されたことによって発生していました。</p></li>
42694458 </ul>
42704459 </div>
4271 <div class="section" id="id110">
4272 <h3>修正<a class="headerlink" href="#id110" title="このヘッドラインへのパーマリンク">¶</a></h3>
4460 <div class="section" id="id112">
4461 <h3>修正<a class="headerlink" href="#id112" title="このヘッドラインへのパーマリンク">¶</a></h3>
42734462 <ul class="simple">
42744463 <li><p>[rpm][centos] カスタマイズ版のビルドで意図しないマクロ展開が発生する問題を修正しました。この不具合はGroongaをSRPMからビルドする際にspecファイルの <code class="docutils literal notranslate"><span class="pre">additional_configure_options</span></code> パラメータを使ってリビルドするときのみ発生していました。</p></li>
42754464 <li><p><code class="docutils literal notranslate"><span class="pre">grn_table_setoperation()</span></code> のNULLチェックを追加しました。インデックスが壊れている際に、クラッシュする可能性がありました。 [GitHub#699]</p></li>
42764465 </ul>
42774466 </div>
4278 <div class="section" id="id111">
4279 <h3>感謝<a class="headerlink" href="#id111" title="このヘッドラインへのパーマリンク">¶</a></h3>
4467 <div class="section" id="id113">
4468 <h3>感謝<a class="headerlink" href="#id113" title="このヘッドラインへのパーマリンク">¶</a></h3>
42804469 </div>
42814470 </div>
42824471 <div class="section" id="release-7-0-3-2017-05-29">
42834472 <span id="release-7-0-3"></span><h2>7.0.3リリース - 2017-05-29<a class="headerlink" href="#release-7-0-3-2017-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
4284 <div class="section" id="id112">
4285 <h3>改良<a class="headerlink" href="#id112" title="このヘッドラインへのパーマリンク">¶</a></h3>
4473 <div class="section" id="id114">
4474 <h3>改良<a class="headerlink" href="#id114" title="このヘッドラインへのパーマリンク">¶</a></h3>
42864475 <ul class="simple">
42874476 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <a class="reference internal" href="tutorial/match_columns.html#full-text-search-with-specific-index-name"><span class="std std-ref">インデックス名を指定した全文検索</span></a> のドキュメントを追加しました。</p></li>
42884477 <li><p>[インデックス] どのレコードに対するポスティングリストが長すぎるのかわかるように、警告メッセージをログに出すようにしました。</p></li>
43034492 </li>
43044493 </ul>
43054494 </div>
4306 <div class="section" id="id113">
4307 <h3>修正<a class="headerlink" href="#id113" title="このヘッドラインへのパーマリンク">¶</a></h3>
4495 <div class="section" id="id115">
4496 <h3>修正<a class="headerlink" href="#id115" title="このヘッドラインへのパーマリンク">¶</a></h3>
43084497 <ul class="simple">
43094498 <li><p>[<a class="reference internal" href="reference/commands/delete.html"><span class="doc">delete</span></a>] エラーが適切にクリアされていない不具合を修正しました。そのせいで、後続の削除処理に影響し意図しない振る舞いをしていました。</p></li>
43104499 <li><p>[windows] ファイルを <code class="docutils literal notranslate"><span class="pre">O_CREAT</span></code> フラグ付きで開くときに、IOのバージョンが正しく検出されない不具合を修正しました。</p></li>
43134502 <li><p>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <code class="docutils literal notranslate"><span class="pre">min</span></code> に月の最終日を指定すると &quot;argument out of range&quot; が発生する不具合を修正しました。</p></li>
43144503 </ul>
43154504 </div>
4316 <div class="section" id="id114">
4317 <h3>感謝<a class="headerlink" href="#id114" title="このヘッドラインへのパーマリンク">¶</a></h3>
4505 <div class="section" id="id116">
4506 <h3>感謝<a class="headerlink" href="#id116" title="このヘッドラインへのパーマリンク">¶</a></h3>
43184507 <ul class="simple">
43194508 <li><p>Sergei Golubchikさん</p></li>
43204509 <li><p>村上さん</p></li>
43234512 </div>
43244513 <div class="section" id="release-7-0-2-2017-04-29">
43254514 <span id="release-7-0-2"></span><h2>7.0.2リリース - 2017-04-29<a class="headerlink" href="#release-7-0-2-2017-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
4326 <div class="section" id="id115">
4327 <h3>改良<a class="headerlink" href="#id115" title="このヘッドラインへのパーマリンク">¶</a></h3>
4515 <div class="section" id="id117">
4516 <h3>改良<a class="headerlink" href="#id117" title="このヘッドラインへのパーマリンク">¶</a></h3>
43284517 <ul class="simple">
43294518 <li><p>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <a class="reference internal" href="reference/commands/logical_select.html#logical-select-drilldowns-label-columns-name-window-sort-keys"><span class="std std-ref">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></a> と <a class="reference internal" href="reference/commands/logical_select.html#logical-select-drilldowns-label-columns-name-window-group-keys"><span class="std std-ref">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></a> で複数のキーを指定できるようになりました。</p></li>
43304519 <li><p>[Windows] バンドルしているLZ4を1.7.5に更新しました。</p></li>
43474536 <li><p>[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] EOLのため、Ubuntu 12.04のサポートをやめました。</p></li>
43484537 </ul>
43494538 </div>
4350 <div class="section" id="id116">
4351 <h3>修正<a class="headerlink" href="#id116" title="このヘッドラインへのパーマリンク">¶</a></h3>
4539 <div class="section" id="id118">
4540 <h3>修正<a class="headerlink" href="#id118" title="このヘッドラインへのパーマリンク">¶</a></h3>
43524541 <ul class="simple">
43534542 <li><p>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] 異なるキャッシュが使われてしまう不具合を修正しました。この問題は動的カラムを使っているときに発生していました。</p></li>
43544543 <li><p>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] 動的カラムが作成されない不具合を修正しました。レコードにマッチしない場合に発生していました。</p></li>
43594548 </div>
43604549 <div class="section" id="release-7-0-1-2017-03-29">
43614550 <span id="release-7-0-1"></span><h2>7.0.1リリース - 2017-03-29<a class="headerlink" href="#release-7-0-1-2017-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
4362 <div class="section" id="id117">
4363 <h3>改良<a class="headerlink" href="#id117" title="このヘッドラインへのパーマリンク">¶</a></h3>
4551 <div class="section" id="id119">
4552 <h3>改良<a class="headerlink" href="#id119" title="このヘッドラインへのパーマリンク">¶</a></h3>
43644553 <ul class="simple">
43654554 <li><p>以下のAPIを公開しました。</p>
43664555 <ul>
44054594 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code> のドキュメントを追加しました。</p></li>
44064595 </ul>
44074596 </div>
4408 <div class="section" id="id118">
4409 <h3>修正<a class="headerlink" href="#id118" title="このヘッドラインへのパーマリンク">¶</a></h3>
4597 <div class="section" id="id120">
4598 <h3>修正<a class="headerlink" href="#id120" title="このヘッドラインへのパーマリンク">¶</a></h3>
44104599 <ul class="simple">
44114600 <li><p>[<a class="reference internal" href="reference/commands/lock_clear.html"><span class="doc">lock_clear</span></a>] テンポラリデータベースに対して実行するとクラッシュする不具合を修正しました。</p></li>
44124601 <li><p>自然言語に対する動的インデックス更新でインデックスサイズが肥大化する問題を修正しました。Groonga 6.1.4から発生していました。</p></li>
44154604 <li><p>[<a class="reference internal" href="reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] 最大スレッド数が1のときにクラッシュする不具合を修正しました。</p></li>
44164605 </ul>
44174606 </div>
4418 <div class="section" id="id119">
4419 <h3>感謝<a class="headerlink" href="#id119" title="このヘッドラインへのパーマリンク">¶</a></h3>
4607 <div class="section" id="id121">
4608 <h3>感謝<a class="headerlink" href="#id121" title="このヘッドラインへのパーマリンク">¶</a></h3>
44204609 <ul class="simple">
44214610 <li><p>株式会社ぐるなびさん</p></li>
44224611 </ul>
44244613 </div>
44254614 <div class="section" id="release-7-0-0-2017-02-09">
44264615 <span id="release-7-0-0"></span><h2>7.0.0リリース - 2017-02-09<a class="headerlink" href="#release-7-0-0-2017-02-09" title="このヘッドラインへのパーマリンク">¶</a></h2>
4427 <div class="section" id="id120">
4428 <h3>改良<a class="headerlink" href="#id120" title="このヘッドラインへのパーマリンク">¶</a></h3>
4616 <div class="section" id="id122">
4617 <h3>改良<a class="headerlink" href="#id122" title="このヘッドラインへのパーマリンク">¶</a></h3>
44294618 <ul class="simple">
44304619 <li><p>[<a class="reference internal" href="reference/functions/in_values.html"><span class="doc">in_values</span></a>] 参照型ベクターカラムのシーケンシャルサーチに対応しました。 [GitHub#629] [村上さんがパッチ提供]</p></li>
44314620 <li><p>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] 誤った <code class="docutils literal notranslate"><span class="pre">drilldown[LABEL].sort_keys</span></code> が指定されたとき、無視するのではなく、エラーを報告するようにしました。</p></li>
44464635 <li><p>[httpd] バンドルしているnginxのバージョンを1.11.9に更新しました。</p></li>
44474636 </ul>
44484637 </div>
4449 <div class="section" id="id121">
4450 <h3>修正<a class="headerlink" href="#id121" title="このヘッドラインへのパーマリンク">¶</a></h3>
4638 <div class="section" id="id123">
4639 <h3>修正<a class="headerlink" href="#id123" title="このヘッドラインへのパーマリンク">¶</a></h3>
44514640 <ul class="simple">
44524641 <li><p>存在しないソートキーを <code class="docutils literal notranslate"><span class="pre">drilldowns[LABEL]</span></code> や <code class="docutils literal notranslate"><span class="pre">slices[LABEL]</span></code> に指定するとJSONパースエラーとなる不具合を修正しました。 [GitHub#627] [村上さんがパッチ提供]</p></li>
44534642 <li><p>存在しないグループのサブレコードにアクセスしようとするとクラッシュする不具合を修正しました。例えば、 <code class="docutils literal notranslate"><span class="pre">drilldowns[LABEL].sort_keys</span> <span class="pre">_sum</span></code> を <code class="docutils literal notranslate"><span class="pre">calc_types</span></code> の指定なしに使っていた場合に問題が発生していました。 [GitHub#625] [村上さんがパッチ提供]</p></li>
44554644 <li><p>[<a class="reference internal" href="reference/window_functions/window_record_number.html"><span class="doc">window_record_number</span></a>] ウィンドウ関数の引数が正しく渡されていない不具合を修正しました。 [GitHub#634] [村上さんがパッチ提供]</p></li>
44564645 </ul>
44574646 </div>
4458 <div class="section" id="id122">
4459 <h3>感謝<a class="headerlink" href="#id122" title="このヘッドラインへのパーマリンク">¶</a></h3>
4647 <div class="section" id="id124">
4648 <h3>感謝<a class="headerlink" href="#id124" title="このヘッドラインへのパーマリンク">¶</a></h3>
44604649 <ul class="simple">
44614650 <li><p>村上さん</p></li>
44624651 <li><p>aomi-nさん</p></li>
46174806 <h3><a href="index.html">目次</a></h3>
46184807 <ul>
46194808 <li><a class="reference internal" href="#">お知らせ</a><ul>
4620 <li><a class="reference internal" href="#release-10-1-1-2021-01-25">10.1.1リリース - 2021-01-25</a><ul>
4809 <li><a class="reference internal" href="#release-11-0-0-2021-02-09">11.0.0リリース - 2021-02-09</a><ul>
46214810 <li><a class="reference internal" href="#improvements">改良</a></li>
46224811 <li><a class="reference internal" href="#fixes">修正</a></li>
4623 <li><a class="reference internal" href="#thanks">感謝</a></li>
4624 </ul>
4625 </li>
4626 <li><a class="reference internal" href="#release-10-1-0-2020-12-29">10.1.0リリース - 2020-12-29</a><ul>
4812 </ul>
4813 </li>
4814 <li><a class="reference internal" href="#release-10-1-1-2021-01-25">10.1.1リリース - 2021-01-25</a><ul>
46274815 <li><a class="reference internal" href="#id1">改良</a></li>
46284816 <li><a class="reference internal" href="#id2">修正</a></li>
4629 <li><a class="reference internal" href="#id3">感謝</a></li>
4817 <li><a class="reference internal" href="#thanks">感謝</a></li>
4818 </ul>
4819 </li>
4820 <li><a class="reference internal" href="#release-10-1-0-2020-12-29">10.1.0リリース - 2020-12-29</a><ul>
4821 <li><a class="reference internal" href="#id3">改良</a></li>
4822 <li><a class="reference internal" href="#id4">修正</a></li>
4823 <li><a class="reference internal" href="#id5">感謝</a></li>
46304824 </ul>
46314825 </li>
46324826 <li><a class="reference internal" href="#release-10-0-9-2020-12-01">10.0.9リリース - 2020-12-01</a><ul>
4633 <li><a class="reference internal" href="#id4">改良</a></li>
4634 <li><a class="reference internal" href="#id5">修正</a></li>
4827 <li><a class="reference internal" href="#id6">改良</a></li>
4828 <li><a class="reference internal" href="#id7">修正</a></li>
46354829 </ul>
46364830 </li>
46374831 <li><a class="reference internal" href="#release-10-0-8-2020-10-29">10.0.8リリース - 2020-10-29</a><ul>
4638 <li><a class="reference internal" href="#id6">改良</a></li>
4639 <li><a class="reference internal" href="#id8">修正</a></li>
4640 <li><a class="reference internal" href="#id9">感謝</a></li>
4832 <li><a class="reference internal" href="#id8">改良</a></li>
4833 <li><a class="reference internal" href="#id10">修正</a></li>
4834 <li><a class="reference internal" href="#id11">感謝</a></li>
46414835 </ul>
46424836 </li>
46434837 <li><a class="reference internal" href="#release-10-0-7-2020-09-29">10.0.7リリース - 2020-09-29</a><ul>
4644 <li><a class="reference internal" href="#id10">改良</a></li>
4645 <li><a class="reference internal" href="#id11">修正</a></li>
4646 </ul>
4647 </li>
4648 <li><a class="reference internal" href="#release-10-0-6-2020-08-29">10.0.6リリース - 2020-08-29</a><ul>
46494838 <li><a class="reference internal" href="#id12">改良</a></li>
46504839 <li><a class="reference internal" href="#id13">修正</a></li>
4651 <li><a class="reference internal" href="#id14">感謝</a></li>
4840 </ul>
4841 </li>
4842 <li><a class="reference internal" href="#release-10-0-6-2020-08-29">10.0.6リリース - 2020-08-29</a><ul>
4843 <li><a class="reference internal" href="#id14">改良</a></li>
4844 <li><a class="reference internal" href="#id15">修正</a></li>
4845 <li><a class="reference internal" href="#id16">感謝</a></li>
46524846 </ul>
46534847 </li>
46544848 <li><a class="reference internal" href="#release-10-0-5-2020-07-30">10.0.5リリース - 2020-07-30</a><ul>
4655 <li><a class="reference internal" href="#id15">改良</a></li>
4656 <li><a class="reference internal" href="#id16">修正</a></li>
4657 <li><a class="reference internal" href="#id17">感謝</a></li>
4849 <li><a class="reference internal" href="#id17">改良</a></li>
4850 <li><a class="reference internal" href="#id18">修正</a></li>
4851 <li><a class="reference internal" href="#id19">感謝</a></li>
46584852 </ul>
46594853 </li>
46604854 <li><a class="reference internal" href="#release-10-0-4-2020-06-29">10.0.4リリース - 2020-06-29</a><ul>
4661 <li><a class="reference internal" href="#id18">改良</a></li>
4662 <li><a class="reference internal" href="#id19">修正</a></li>
4663 <li><a class="reference internal" href="#id20">感謝</a></li>
4855 <li><a class="reference internal" href="#id20">改良</a></li>
4856 <li><a class="reference internal" href="#id21">修正</a></li>
4857 <li><a class="reference internal" href="#id22">感謝</a></li>
46644858 </ul>
46654859 </li>
46664860 <li><a class="reference internal" href="#release-10-0-3-2020-05-29">10.0.3リリース - 2020-05-29</a><ul>
4667 <li><a class="reference internal" href="#id21">改良</a></li>
4668 <li><a class="reference internal" href="#id22">修正</a></li>
4669 <li><a class="reference internal" href="#id23">感謝</a></li>
4861 <li><a class="reference internal" href="#id23">改良</a></li>
4862 <li><a class="reference internal" href="#id24">修正</a></li>
4863 <li><a class="reference internal" href="#id25">感謝</a></li>
46704864 </ul>
46714865 </li>
46724866 <li><a class="reference internal" href="#release-10-0-2-2020-04-29">10.0.2リリース - 2020-04-29</a><ul>
4673 <li><a class="reference internal" href="#id24">改良</a></li>
4674 <li><a class="reference internal" href="#id25">修正</a></li>
4675 <li><a class="reference internal" href="#id26">感謝</a></li>
4867 <li><a class="reference internal" href="#id26">改良</a></li>
4868 <li><a class="reference internal" href="#id27">修正</a></li>
4869 <li><a class="reference internal" href="#id28">感謝</a></li>
46764870 </ul>
46774871 </li>
46784872 <li><a class="reference internal" href="#release-10-0-1-2020-03-30">10.0.1リリース - 2020-03-30</a><ul>
4679 <li><a class="reference internal" href="#id27">修正</a></li>
4873 <li><a class="reference internal" href="#id29">修正</a></li>
46804874 </ul>
46814875 </li>
46824876 <li><a class="reference internal" href="#release-10-0-0-2020-03-29">10.0.0リリース - 2020-03-29</a><ul>
4683 <li><a class="reference internal" href="#id28">改良</a></li>
4877 <li><a class="reference internal" href="#id30">改良</a></li>
46844878 </ul>
46854879 </li>
46864880 <li><a class="reference internal" href="#release-9-1-2-2020-01-29">9.1.2リリース - 2020-01-29</a><ul>
4687 <li><a class="reference internal" href="#id29">改良</a></li>
4881 <li><a class="reference internal" href="#id31">改良</a></li>
46884882 </ul>
46894883 </li>
46904884 <li><a class="reference internal" href="#release-9-1-1-2020-01-07">9.1.1リリース - 2020-01-07</a><ul>
4691 <li><a class="reference internal" href="#id30">改良</a></li>
4885 <li><a class="reference internal" href="#id32">改良</a></li>
46924886 </ul>
46934887 </li>
46944888 <li><a class="reference internal" href="#release-9-1-0-2019-11-29">9.1.0リリース - 2019-11-29</a><ul>
4695 <li><a class="reference internal" href="#id31">改良</a></li>
4696 <li><a class="reference internal" href="#id32">修正</a></li>
4697 <li><a class="reference internal" href="#id33">感謝</a></li>
4889 <li><a class="reference internal" href="#id33">改良</a></li>
4890 <li><a class="reference internal" href="#id34">修正</a></li>
4891 <li><a class="reference internal" href="#id35">感謝</a></li>
46984892 </ul>
46994893 </li>
47004894 <li><a class="reference internal" href="#release-9-0-9-2019-10-30">9.0.9リリース - 2019-10-30</a><ul>
4701 <li><a class="reference internal" href="#id34">改良</a></li>
4702 <li><a class="reference internal" href="#id35">修正</a></li>
4703 <li><a class="reference internal" href="#id36">感謝</a></li>
4895 <li><a class="reference internal" href="#id36">改良</a></li>
4896 <li><a class="reference internal" href="#id37">修正</a></li>
4897 <li><a class="reference internal" href="#id38">感謝</a></li>
47044898 </ul>
47054899 </li>
47064900 <li><a class="reference internal" href="#release-9-0-8-2019-09-27">9.0.8リリース - 2019-09-27</a><ul>
4707 <li><a class="reference internal" href="#id37">改良</a></li>
4708 <li><a class="reference internal" href="#id38">修正</a></li>
4709 </ul>
4710 </li>
4711 <li><a class="reference internal" href="#release-9-0-7-2019-08-29">9.0.7リリース - 2019-08-29</a><ul>
47124901 <li><a class="reference internal" href="#id39">改良</a></li>
47134902 <li><a class="reference internal" href="#id40">修正</a></li>
4714 <li><a class="reference internal" href="#id41">感謝</a></li>
4903 </ul>
4904 </li>
4905 <li><a class="reference internal" href="#release-9-0-7-2019-08-29">9.0.7リリース - 2019-08-29</a><ul>
4906 <li><a class="reference internal" href="#id41">改良</a></li>
4907 <li><a class="reference internal" href="#id42">修正</a></li>
4908 <li><a class="reference internal" href="#id43">感謝</a></li>
47154909 </ul>
47164910 </li>
47174911 <li><a class="reference internal" href="#release-9-0-6-2019-08-05">9.0.6リリース - 2019-08-05</a><ul>
4718 <li><a class="reference internal" href="#id42">改良</a></li>
4719 <li><a class="reference internal" href="#id43">修正</a></li>
4720 <li><a class="reference internal" href="#id44">感謝</a></li>
4912 <li><a class="reference internal" href="#id44">改良</a></li>
4913 <li><a class="reference internal" href="#id45">修正</a></li>
4914 <li><a class="reference internal" href="#id46">感謝</a></li>
47214915 </ul>
47224916 </li>
47234917 <li><a class="reference internal" href="#release-9-0-5-2019-07-30">9.0.5リリース - 2019-07-30</a><ul>
4724 <li><a class="reference internal" href="#id45">改良</a></li>
4725 <li><a class="reference internal" href="#id46">修正</a></li>
4726 <li><a class="reference internal" href="#id47">感謝</a></li>
4918 <li><a class="reference internal" href="#id47">改良</a></li>
4919 <li><a class="reference internal" href="#id48">修正</a></li>
4920 <li><a class="reference internal" href="#id49">感謝</a></li>
47274921 </ul>
47284922 </li>
47294923 <li><a class="reference internal" href="#release-9-0-4-2019-06-29">9.0.4リリース - 2019-06-29</a><ul>
4730 <li><a class="reference internal" href="#id48">改良</a></li>
4731 <li><a class="reference internal" href="#id49">修正</a></li>
4732 <li><a class="reference internal" href="#id50">感謝</a></li>
4924 <li><a class="reference internal" href="#id50">改良</a></li>
4925 <li><a class="reference internal" href="#id51">修正</a></li>
4926 <li><a class="reference internal" href="#id52">感謝</a></li>
47334927 </ul>
47344928 </li>
47354929 <li><a class="reference internal" href="#release-9-0-3-2019-05-29">9.0.3リリース - 2019-05-29</a><ul>
4736 <li><a class="reference internal" href="#id51">改良</a></li>
4737 <li><a class="reference internal" href="#id52">修正</a></li>
4738 <li><a class="reference internal" href="#id53">感謝</a></li>
4930 <li><a class="reference internal" href="#id53">改良</a></li>
4931 <li><a class="reference internal" href="#id54">修正</a></li>
4932 <li><a class="reference internal" href="#id55">感謝</a></li>
47394933 </ul>
47404934 </li>
47414935 <li><a class="reference internal" href="#release-9-0-2-2019-04-29">9.0.2リリース - 2019-04-29</a><ul>
4742 <li><a class="reference internal" href="#id54">改良</a></li>
4743 <li><a class="reference internal" href="#id55">修正</a></li>
4744 <li><a class="reference internal" href="#id56">感謝</a></li>
4936 <li><a class="reference internal" href="#id56">改良</a></li>
4937 <li><a class="reference internal" href="#id57">修正</a></li>
4938 <li><a class="reference internal" href="#id58">感謝</a></li>
47454939 </ul>
47464940 </li>
47474941 <li><a class="reference internal" href="#release-9-0-1-2019-03-29">9.0.1リリース - 2019-03-29</a><ul>
4748 <li><a class="reference internal" href="#id57">改良</a></li>
4749 <li><a class="reference internal" href="#id58">修正</a></li>
4750 <li><a class="reference internal" href="#id59">感謝</a></li>
4942 <li><a class="reference internal" href="#id59">改良</a></li>
4943 <li><a class="reference internal" href="#id60">修正</a></li>
4944 <li><a class="reference internal" href="#id61">感謝</a></li>
47514945 </ul>
47524946 </li>
47534947 <li><a class="reference internal" href="#release-9-0-0-2019-02-09">9.0.0リリース - 2019-02-09</a><ul>
4754 <li><a class="reference internal" href="#id60">改良</a></li>
4948 <li><a class="reference internal" href="#id62">改良</a></li>
47554949 </ul>
47564950 </li>
47574951 <li><a class="reference internal" href="#release-8-1-1-2019-01-29">8.1.1リリース - 2019-01-29</a><ul>
4758 <li><a class="reference internal" href="#id61">改良</a></li>
4759 <li><a class="reference internal" href="#id62">修正</a></li>
4760 </ul>
4761 </li>
4762 <li><a class="reference internal" href="#release-8-1-0-2018-12-29">8.1.0リリース - 2018-12-29</a><ul>
47634952 <li><a class="reference internal" href="#id63">改良</a></li>
47644953 <li><a class="reference internal" href="#id64">修正</a></li>
47654954 </ul>
47664955 </li>
4767 <li><a class="reference internal" href="#release-8-0-9-2018-11-29">8.0.9リリース - 2018-11-29</a><ul>
4956 <li><a class="reference internal" href="#release-8-1-0-2018-12-29">8.1.0リリース - 2018-12-29</a><ul>
47684957 <li><a class="reference internal" href="#id65">改良</a></li>
47694958 <li><a class="reference internal" href="#id66">修正</a></li>
4770 <li><a class="reference internal" href="#id67">感謝</a></li>
4959 </ul>
4960 </li>
4961 <li><a class="reference internal" href="#release-8-0-9-2018-11-29">8.0.9リリース - 2018-11-29</a><ul>
4962 <li><a class="reference internal" href="#id67">改良</a></li>
4963 <li><a class="reference internal" href="#id68">修正</a></li>
4964 <li><a class="reference internal" href="#id69">感謝</a></li>
47714965 </ul>
47724966 </li>
47734967 <li><a class="reference internal" href="#release-8-0-8-2018-10-29">8.0.8リリース - 2018-10-29</a><ul>
4774 <li><a class="reference internal" href="#id68">改良</a></li>
4775 <li><a class="reference internal" href="#id69">修正</a></li>
4776 <li><a class="reference internal" href="#id70">感謝</a></li>
4968 <li><a class="reference internal" href="#id70">改良</a></li>
4969 <li><a class="reference internal" href="#id71">修正</a></li>
4970 <li><a class="reference internal" href="#id72">感謝</a></li>
47774971 </ul>
47784972 </li>
47794973 <li><a class="reference internal" href="#release-8-0-7-2018-09-29">8.0.7リリース - 2018-09-29</a><ul>
4780 <li><a class="reference internal" href="#id71">改良</a></li>
4781 <li><a class="reference internal" href="#id72">修正</a></li>
4782 </ul>
4783 </li>
4784 <li><a class="reference internal" href="#release-8-0-6-2018-08-29">8.0.6リリース - 2018-08-29</a><ul>
47854974 <li><a class="reference internal" href="#id73">改良</a></li>
47864975 <li><a class="reference internal" href="#id74">修正</a></li>
47874976 </ul>
47884977 </li>
4789 <li><a class="reference internal" href="#release-8-0-5-2018-07-29">8.0.5リリース - 2018-07-29</a><ul>
4978 <li><a class="reference internal" href="#release-8-0-6-2018-08-29">8.0.6リリース - 2018-08-29</a><ul>
47904979 <li><a class="reference internal" href="#id75">改良</a></li>
47914980 <li><a class="reference internal" href="#id76">修正</a></li>
47924981 </ul>
47934982 </li>
4794 <li><a class="reference internal" href="#release-8-0-4-2018-06-29">8.0.4リリース - 2018-06-29</a><ul>
4983 <li><a class="reference internal" href="#release-8-0-5-2018-07-29">8.0.5リリース - 2018-07-29</a><ul>
47954984 <li><a class="reference internal" href="#id77">改良</a></li>
47964985 <li><a class="reference internal" href="#id78">修正</a></li>
47974986 </ul>
47984987 </li>
4799 <li><a class="reference internal" href="#release-8-0-3-2018-05-29">8.0.3リリース - 2018-05-29</a><ul>
4988 <li><a class="reference internal" href="#release-8-0-4-2018-06-29">8.0.4リリース - 2018-06-29</a><ul>
48004989 <li><a class="reference internal" href="#id79">改良</a></li>
48014990 <li><a class="reference internal" href="#id80">修正</a></li>
48024991 </ul>
48034992 </li>
4804 <li><a class="reference internal" href="#release-8-0-2-2018-04-29">8.0.2リリース - 2018-04-29</a><ul>
4993 <li><a class="reference internal" href="#release-8-0-3-2018-05-29">8.0.3リリース - 2018-05-29</a><ul>
48054994 <li><a class="reference internal" href="#id81">改良</a></li>
48064995 <li><a class="reference internal" href="#id82">修正</a></li>
4807 <li><a class="reference internal" href="#id83">感謝</a></li>
4996 </ul>
4997 </li>
4998 <li><a class="reference internal" href="#release-8-0-2-2018-04-29">8.0.2リリース - 2018-04-29</a><ul>
4999 <li><a class="reference internal" href="#id83">改良</a></li>
5000 <li><a class="reference internal" href="#id84">修正</a></li>
5001 <li><a class="reference internal" href="#id85">感謝</a></li>
48085002 </ul>
48095003 </li>
48105004 <li><a class="reference internal" href="#release-8-0-1-2018-03-29">8.0.1リリース - 2018-03-29</a><ul>
4811 <li><a class="reference internal" href="#id84">改良</a></li>
4812 <li><a class="reference internal" href="#id85">修正</a></li>
4813 <li><a class="reference internal" href="#id86">感謝</a></li>
5005 <li><a class="reference internal" href="#id86">改良</a></li>
5006 <li><a class="reference internal" href="#id87">修正</a></li>
5007 <li><a class="reference internal" href="#id88">感謝</a></li>
48145008 </ul>
48155009 </li>
48165010 <li><a class="reference internal" href="#release-8-0-0-2018-02-09">8.0.0リリース - 2018-02-09</a><ul>
4817 <li><a class="reference internal" href="#id87">改良</a></li>
4818 <li><a class="reference internal" href="#id88">修正</a></li>
4819 <li><a class="reference internal" href="#id89">感謝</a></li>
5011 <li><a class="reference internal" href="#id89">改良</a></li>
5012 <li><a class="reference internal" href="#id90">修正</a></li>
5013 <li><a class="reference internal" href="#id91">感謝</a></li>
48205014 </ul>
48215015 </li>
48225016 <li><a class="reference internal" href="#release-7-1-1-2018-01-29">7.1.1リリース - 2018-01-29</a><ul>
4823 <li><a class="reference internal" href="#id90">改良</a></li>
4824 <li><a class="reference internal" href="#id91">修正</a></li>
4825 <li><a class="reference internal" href="#id92">感謝</a></li>
5017 <li><a class="reference internal" href="#id92">改良</a></li>
5018 <li><a class="reference internal" href="#id93">修正</a></li>
5019 <li><a class="reference internal" href="#id94">感謝</a></li>
48265020 </ul>
48275021 </li>
48285022 <li><a class="reference internal" href="#release-7-1-0-2017-12-29">7.1.0リリース - 2017-12-29</a><ul>
4829 <li><a class="reference internal" href="#id93">改良</a></li>
4830 <li><a class="reference internal" href="#id94">修正</a></li>
4831 <li><a class="reference internal" href="#id95">感謝</a></li>
5023 <li><a class="reference internal" href="#id95">改良</a></li>
5024 <li><a class="reference internal" href="#id96">修正</a></li>
5025 <li><a class="reference internal" href="#id97">感謝</a></li>
48325026 </ul>
48335027 </li>
48345028 <li><a class="reference internal" href="#release-7-0-9-2017-11-29">7.0.9リリース - 2017-11-29</a><ul>
4835 <li><a class="reference internal" href="#id96">改良</a></li>
4836 <li><a class="reference internal" href="#id97">修正</a></li>
4837 <li><a class="reference internal" href="#id98">感謝</a></li>
5029 <li><a class="reference internal" href="#id98">改良</a></li>
5030 <li><a class="reference internal" href="#id99">修正</a></li>
5031 <li><a class="reference internal" href="#id100">感謝</a></li>
48385032 </ul>
48395033 </li>
48405034 <li><a class="reference internal" href="#release-7-0-8-2017-10-29">7.0.8リリース - 2017-10-29</a><ul>
4841 <li><a class="reference internal" href="#id99">改良</a></li>
4842 <li><a class="reference internal" href="#id100">修正</a></li>
4843 </ul>
4844 </li>
4845 <li><a class="reference internal" href="#release-7-0-7-2017-09-29">7.0.7リリース - 2017-09-29</a><ul>
48465035 <li><a class="reference internal" href="#id101">改良</a></li>
48475036 <li><a class="reference internal" href="#id102">修正</a></li>
48485037 </ul>
48495038 </li>
4850 <li><a class="reference internal" href="#release-7-0-6-2017-08-29">7.0.6リリース - 2017-08-29</a><ul>
5039 <li><a class="reference internal" href="#release-7-0-7-2017-09-29">7.0.7リリース - 2017-09-29</a><ul>
48515040 <li><a class="reference internal" href="#id103">改良</a></li>
48525041 <li><a class="reference internal" href="#id104">修正</a></li>
4853 <li><a class="reference internal" href="#id105">感謝</a></li>
5042 </ul>
5043 </li>
5044 <li><a class="reference internal" href="#release-7-0-6-2017-08-29">7.0.6リリース - 2017-08-29</a><ul>
5045 <li><a class="reference internal" href="#id105">改良</a></li>
5046 <li><a class="reference internal" href="#id106">修正</a></li>
5047 <li><a class="reference internal" href="#id107">感謝</a></li>
48545048 </ul>
48555049 </li>
48565050 <li><a class="reference internal" href="#release-7-0-5-2017-07-29">7.0.5リリース - 2017-07-29</a><ul>
4857 <li><a class="reference internal" href="#id106">改良</a></li>
4858 <li><a class="reference internal" href="#id107">修正</a></li>
4859 <li><a class="reference internal" href="#id108">感謝</a></li>
5051 <li><a class="reference internal" href="#id108">改良</a></li>
5052 <li><a class="reference internal" href="#id109">修正</a></li>
5053 <li><a class="reference internal" href="#id110">感謝</a></li>
48605054 </ul>
48615055 </li>
48625056 <li><a class="reference internal" href="#release-7-0-4-2017-06-29">7.0.4リリース - 2017-06-29</a><ul>
4863 <li><a class="reference internal" href="#id109">改良</a></li>
4864 <li><a class="reference internal" href="#id110">修正</a></li>
4865 <li><a class="reference internal" href="#id111">感謝</a></li>
5057 <li><a class="reference internal" href="#id111">改良</a></li>
5058 <li><a class="reference internal" href="#id112">修正</a></li>
5059 <li><a class="reference internal" href="#id113">感謝</a></li>
48665060 </ul>
48675061 </li>
48685062 <li><a class="reference internal" href="#release-7-0-3-2017-05-29">7.0.3リリース - 2017-05-29</a><ul>
4869 <li><a class="reference internal" href="#id112">改良</a></li>
4870 <li><a class="reference internal" href="#id113">修正</a></li>
4871 <li><a class="reference internal" href="#id114">感謝</a></li>
5063 <li><a class="reference internal" href="#id114">改良</a></li>
5064 <li><a class="reference internal" href="#id115">修正</a></li>
5065 <li><a class="reference internal" href="#id116">感謝</a></li>
48725066 </ul>
48735067 </li>
48745068 <li><a class="reference internal" href="#release-7-0-2-2017-04-29">7.0.2リリース - 2017-04-29</a><ul>
4875 <li><a class="reference internal" href="#id115">改良</a></li>
4876 <li><a class="reference internal" href="#id116">修正</a></li>
4877 </ul>
4878 </li>
4879 <li><a class="reference internal" href="#release-7-0-1-2017-03-29">7.0.1リリース - 2017-03-29</a><ul>
48805069 <li><a class="reference internal" href="#id117">改良</a></li>
48815070 <li><a class="reference internal" href="#id118">修正</a></li>
4882 <li><a class="reference internal" href="#id119">感謝</a></li>
5071 </ul>
5072 </li>
5073 <li><a class="reference internal" href="#release-7-0-1-2017-03-29">7.0.1リリース - 2017-03-29</a><ul>
5074 <li><a class="reference internal" href="#id119">改良</a></li>
5075 <li><a class="reference internal" href="#id120">修正</a></li>
5076 <li><a class="reference internal" href="#id121">感謝</a></li>
48835077 </ul>
48845078 </li>
48855079 <li><a class="reference internal" href="#release-7-0-0-2017-02-09">7.0.0リリース - 2017-02-09</a><ul>
4886 <li><a class="reference internal" href="#id120">改良</a></li>
4887 <li><a class="reference internal" href="#id121">修正</a></li>
4888 <li><a class="reference internal" href="#id122">感謝</a></li>
5080 <li><a class="reference internal" href="#id122">改良</a></li>
5081 <li><a class="reference internal" href="#id123">修正</a></li>
5082 <li><a class="reference internal" href="#id124">感謝</a></li>
48895083 </ul>
48905084 </li>
48915085 <li><a class="reference internal" href="#the-old-releases">古いリリース</a></li>
49135107 <li class="right" style="margin-right: 10px">
49145108 <a href="genindex.html" title="総合索引"
49155109 >索引</a></li>
4916 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
5110 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
49175111 <li class="nav-item nav-item-this"><a href="">お知らせ</a></li>
49185112 </ul>
49195113 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.19. エイリアス &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.19. エイリアス &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="configuration.html" title="7.18. 設定"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.19. </span>エイリアス</a></li>
5757 </ul>
387387 <li class="right" >
388388 <a href="configuration.html" title="7.18. 設定"
389389 >前へ</a> |</li>
390 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
390 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
391391 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
392392 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.19. </span>エイリアス</a></li>
393393 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.2. 全体設定 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.2. 全体設定 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="overview.html" title="7.25.1. 概要"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.2. </span>全体設定</a></li>
165165 <li class="right" >
166166 <a href="overview.html" title="7.25.1. 概要"
167167 >前へ</a> |</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
169169 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
170170 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
171171 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.2. </span>全体設定</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.4. grn_cache &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.4. grn_cache &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="plugin.html" title="7.25.3. Plugin"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.4. </span><code class="docutils literal notranslate"><span class="pre">grn_cache</span></code></a></li>
251251 <li class="right" >
252252 <a href="plugin.html" title="7.25.3. Plugin"
253253 >前へ</a> |</li>
254 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
254 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
255255 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
256256 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
257257 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.4. </span><code class="docutils literal notranslate"><span class="pre">grn_cache</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.5. grn_column &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.5. grn_column &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_cache.html" title="7.25.4. grn_cache"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.5. </span><code class="docutils literal notranslate"><span class="pre">grn_column</span></code></a></li>
356356 <li class="right" >
357357 <a href="grn_cache.html" title="7.25.4. grn_cache"
358358 >前へ</a> |</li>
359 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
359 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
360360 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
361361 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
362362 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.5. </span><code class="docutils literal notranslate"><span class="pre">grn_column</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.6. grn_command_version &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.6. grn_command_version &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_column.html" title="7.25.5. grn_column"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.6. </span><code class="docutils literal notranslate"><span class="pre">grn_command_version</span></code></a></li>
166166 <li class="right" >
167167 <a href="grn_column.html" title="7.25.5. grn_column"
168168 >前へ</a> |</li>
169 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
169 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
170170 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
171171 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
172172 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.6. </span><code class="docutils literal notranslate"><span class="pre">grn_command_version</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.7. grn_content_type &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.7. grn_content_type &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_command_version.html" title="7.25.6. grn_command_version"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.7. </span><code class="docutils literal notranslate"><span class="pre">grn_content_type</span></code></a></li>
145145 <li class="right" >
146146 <a href="grn_command_version.html" title="7.25.6. grn_command_version"
147147 >前へ</a> |</li>
148 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
148 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
149149 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
150150 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
151151 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.7. </span><code class="docutils literal notranslate"><span class="pre">grn_content_type</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.8. grn_ctx &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.8. grn_ctx &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_content_type.html" title="7.25.7. grn_content_type"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.8. </span><code class="docutils literal notranslate"><span class="pre">grn_ctx</span></code></a></li>
402402 <li class="right" >
403403 <a href="grn_content_type.html" title="7.25.7. grn_content_type"
404404 >前へ</a> |</li>
405 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
405 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
406406 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
407407 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
408408 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.8. </span><code class="docutils literal notranslate"><span class="pre">grn_ctx</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.9. grn_db &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.9. grn_db &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_ctx.html" title="7.25.8. grn_ctx"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.9. </span><code class="docutils literal notranslate"><span class="pre">grn_db</span></code></a></li>
294294 <li class="right" >
295295 <a href="grn_ctx.html" title="7.25.8. grn_ctx"
296296 >前へ</a> |</li>
297 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
297 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
298298 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
299299 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
300300 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.9. </span><code class="docutils literal notranslate"><span class="pre">grn_db</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.10. grn_encoding &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.10. grn_encoding &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_db.html" title="7.25.9. grn_db"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.10. </span><code class="docutils literal notranslate"><span class="pre">grn_encoding</span></code></a></li>
180180 <li class="right" >
181181 <a href="grn_db.html" title="7.25.9. grn_db"
182182 >前へ</a> |</li>
183 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
183 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
184184 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
185185 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
186186 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.10. </span><code class="docutils literal notranslate"><span class="pre">grn_encoding</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.11. grn_expr &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.11. grn_expr &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_encoding.html" title="7.25.10. grn_encoding"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.11. </span>grn_expr</a></li>
288288 <li class="right" >
289289 <a href="grn_encoding.html" title="7.25.10. grn_encoding"
290290 >前へ</a> |</li>
291 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
291 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
292292 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
293293 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
294294 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.11. </span>grn_expr</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.12. grn_geo &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.12. grn_geo &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_expr.html" title="7.25.11. grn_expr"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.12. </span><code class="docutils literal notranslate"><span class="pre">grn_geo</span></code></a></li>
194194 <li class="right" >
195195 <a href="grn_expr.html" title="7.25.11. grn_expr"
196196 >前へ</a> |</li>
197 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
197 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
198198 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
199199 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
200200 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.12. </span><code class="docutils literal notranslate"><span class="pre">grn_geo</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.13. grn_hook &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.13. grn_hook &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_geo.html" title="7.25.12. grn_geo"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.13. </span><code class="docutils literal notranslate"><span class="pre">grn_hook</span></code></a></li>
201201 <li class="right" >
202202 <a href="grn_geo.html" title="7.25.12. grn_geo"
203203 >前へ</a> |</li>
204 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
204 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
205205 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
206206 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
207207 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.13. </span><code class="docutils literal notranslate"><span class="pre">grn_hook</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.14. grn_ii &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.14. grn_ii &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_hook.html" title="7.25.13. grn_hook"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.14. </span><code class="docutils literal notranslate"><span class="pre">grn_ii</span></code></a></li>
159159 <li class="right" >
160160 <a href="grn_hook.html" title="7.25.13. grn_hook"
161161 >前へ</a> |</li>
162 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
162 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
163163 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
164164 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
165165 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.14. </span><code class="docutils literal notranslate"><span class="pre">grn_ii</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.15. grn_index_cursor &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.15. grn_index_cursor &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_ii.html" title="7.25.14. grn_ii"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.15. </span><code class="docutils literal notranslate"><span class="pre">grn_index_cursor</span></code></a></li>
161161 <li class="right" >
162162 <a href="grn_ii.html" title="7.25.14. grn_ii"
163163 >前へ</a> |</li>
164 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
164 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
165165 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
166166 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
167167 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.15. </span><code class="docutils literal notranslate"><span class="pre">grn_index_cursor</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.16. grn_info &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.16. grn_info &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_index_cursor.html" title="7.25.15. grn_index_cursor"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.16. </span><code class="docutils literal notranslate"><span class="pre">grn_info</span></code></a></li>
194194 <li class="right" >
195195 <a href="grn_index_cursor.html" title="7.25.15. grn_index_cursor"
196196 >前へ</a> |</li>
197 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
197 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
198198 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
199199 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
200200 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.16. </span><code class="docutils literal notranslate"><span class="pre">grn_info</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.17. grn_inspect &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.17. grn_inspect &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_info.html" title="7.25.16. grn_info"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.17. </span><code class="docutils literal notranslate"><span class="pre">grn_inspect</span></code></a></li>
477477 <li class="right" >
478478 <a href="grn_info.html" title="7.25.16. grn_info"
479479 >前へ</a> |</li>
480 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
480 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
481481 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
482482 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
483483 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.17. </span><code class="docutils literal notranslate"><span class="pre">grn_inspect</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.18. grn_match_escalation &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.18. grn_match_escalation &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_inspect.html" title="7.25.17. grn_inspect"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.18. </span><code class="docutils literal notranslate"><span class="pre">grn_match_escalation</span></code></a></li>
165165 <li class="right" >
166166 <a href="grn_inspect.html" title="7.25.17. grn_inspect"
167167 >前へ</a> |</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
169169 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
170170 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
171171 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.18. </span><code class="docutils literal notranslate"><span class="pre">grn_match_escalation</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.19. grn_obj &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.19. grn_obj &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_match_escalation.html" title="7.25.18. grn_match_escalation"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.19. </span><code class="docutils literal notranslate"><span class="pre">grn_obj</span></code></a></li>
598598 <li class="right" >
599599 <a href="grn_match_escalation.html" title="7.25.18. grn_match_escalation"
600600 >前へ</a> |</li>
601 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
601 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
602602 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
603603 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
604604 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.19. </span><code class="docutils literal notranslate"><span class="pre">grn_obj</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.20. grn_proc &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.20. grn_proc &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_obj.html" title="7.25.19. grn_obj"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.20. </span><code class="docutils literal notranslate"><span class="pre">grn_proc</span></code></a></li>
188188 <li class="right" >
189189 <a href="grn_obj.html" title="7.25.19. grn_obj"
190190 >前へ</a> |</li>
191 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
191 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
192192 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
193193 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
194194 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.20. </span><code class="docutils literal notranslate"><span class="pre">grn_proc</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.21. grn_search &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.21. grn_search &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_proc.html" title="7.25.20. grn_proc"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.21. </span><code class="docutils literal notranslate"><span class="pre">grn_search</span></code></a></li>
149149 <li class="right" >
150150 <a href="grn_proc.html" title="7.25.20. grn_proc"
151151 >前へ</a> |</li>
152 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
152 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
153153 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
154154 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
155155 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.21. </span><code class="docutils literal notranslate"><span class="pre">grn_search</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.22. grn_table &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.22. grn_table &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_search.html" title="7.25.21. grn_search"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.22. </span><code class="docutils literal notranslate"><span class="pre">grn_table</span></code></a></li>
447447 <li class="right" >
448448 <a href="grn_search.html" title="7.25.21. grn_search"
449449 >前へ</a> |</li>
450 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
450 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
451451 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
452452 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
453453 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.22. </span><code class="docutils literal notranslate"><span class="pre">grn_table</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.23. grn_table_cursor &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.23. grn_table_cursor &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_table.html" title="7.25.22. grn_table"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.23. </span><code class="docutils literal notranslate"><span class="pre">grn_table_cursor</span></code></a></li>
262262 <li class="right" >
263263 <a href="grn_table.html" title="7.25.22. grn_table"
264264 >前へ</a> |</li>
265 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
265 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
266266 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
267267 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
268268 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.23. </span><code class="docutils literal notranslate"><span class="pre">grn_table_cursor</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.24. grn_thread_* &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.24. grn_thread_* &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_table_cursor.html" title="7.25.23. grn_table_cursor"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.24. </span><code class="docutils literal notranslate"><span class="pre">grn_thread_*</span></code></a></li>
241241 <li class="right" >
242242 <a href="grn_table_cursor.html" title="7.25.23. grn_table_cursor"
243243 >前へ</a> |</li>
244 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
244 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
245245 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
246246 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
247247 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.24. </span><code class="docutils literal notranslate"><span class="pre">grn_thread_*</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.25. grn_type &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.25. grn_type &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_thread.html" title="7.25.24. grn_thread_*"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.25. </span><code class="docutils literal notranslate"><span class="pre">grn_type</span></code></a></li>
148148 <li class="right" >
149149 <a href="grn_thread.html" title="7.25.24. grn_thread_*"
150150 >前へ</a> |</li>
151 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
151 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
152152 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
153153 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
154154 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.25. </span><code class="docutils literal notranslate"><span class="pre">grn_type</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.26. grn_user_data &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.26. grn_user_data &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_type.html" title="7.25.25. grn_type"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.26. </span><code class="docutils literal notranslate"><span class="pre">grn_user_data</span></code></a></li>
146146 <li class="right" >
147147 <a href="grn_type.html" title="7.25.25. grn_type"
148148 >前へ</a> |</li>
149 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
149 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
150150 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
151151 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
152152 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.26. </span><code class="docutils literal notranslate"><span class="pre">grn_user_data</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.1. 概要 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.1. 概要 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../api.html" title="7.25. API"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.1. </span>概要</a></li>
163163 <li class="right" >
164164 <a href="../api.html" title="7.25. API"
165165 >前へ</a> |</li>
166 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
166 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
167167 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
168168 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
169169 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.1. </span>概要</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25.3. Plugin &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25.3. Plugin &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="global_configurations.html" title="7.25.2. 全体設定"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U"><span class="section-number">7.25. </span>API</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.3. </span>Plugin</a></li>
340340 <li class="right" >
341341 <a href="global_configurations.html" title="7.25.2. 全体設定"
342342 >前へ</a> |</li>
343 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
343 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
344344 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
345345 <li class="nav-item nav-item-2"><a href="../api.html" ><span class="section-number">7.25. </span>API</a> &#187;</li>
346346 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25.3. </span>Plugin</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.25. API &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.25. API &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="tuning.html" title="7.24. チューニング"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25. </span>API</a></li>
5757 </ul>
136136 <li class="right" >
137137 <a href="tuning.html" title="7.24. チューニング"
138138 >前へ</a> |</li>
139 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
139 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
140140 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
141141 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.25. </span>API</a></li>
142142 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.12. Cast &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.12. Cast &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="scorers/scorer_tf_idf.html" title="7.11.3.2. scorer_tf_idf"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.12. </span>Cast</a></li>
5757 </ul>
106106 <li class="right" >
107107 <a href="scorers/scorer_tf_idf.html" title="7.11.3.2. scorer_tf_idf"
108108 >前へ</a> |</li>
109 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
109 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
110110 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
111111 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.12. </span>Cast</a></li>
112112 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.6. カラム &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.6. カラム &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="tables.html" title="7.5. テーブル"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6. </span>カラム</a></li>
5757 </ul>
122122 <li class="right" >
123123 <a href="tables.html" title="7.5. テーブル"
124124 >前へ</a> |</li>
125 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
125 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
126126 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
127127 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6. </span>カラム</a></li>
128128 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.6.4. インデックスカラム &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.6.4. インデックスカラム &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="pseudo.html" title="7.6.3. 擬似カラム"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../column.html" accesskey="U"><span class="section-number">7.6. </span>カラム</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.4. </span>インデックスカラム</a></li>
123123 <li class="right" >
124124 <a href="pseudo.html" title="7.6.3. 擬似カラム"
125125 >前へ</a> |</li>
126 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
126 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
127127 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
128128 <li class="nav-item nav-item-2"><a href="../column.html" ><span class="section-number">7.6. </span>カラム</a> &#187;</li>
129129 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.4. </span>インデックスカラム</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.6.3. 擬似カラム &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.6.3. 擬似カラム &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="vector.html" title="7.6.2. ベクターカラム"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../column.html" accesskey="U"><span class="section-number">7.6. </span>カラム</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.3. </span>擬似カラム</a></li>
145145 <li class="right" >
146146 <a href="vector.html" title="7.6.2. ベクターカラム"
147147 >前へ</a> |</li>
148 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
148 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
149149 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
150150 <li class="nav-item nav-item-2"><a href="../column.html" ><span class="section-number">7.6. </span>カラム</a> &#187;</li>
151151 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.3. </span>擬似カラム</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.6.1. スカラーカラム &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.6.1. スカラーカラム &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../column.html" title="7.6. カラム"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../column.html" accesskey="U"><span class="section-number">7.6. </span>カラム</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.1. </span>スカラーカラム</a></li>
123123 <li class="right" >
124124 <a href="../column.html" title="7.6. カラム"
125125 >前へ</a> |</li>
126 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
126 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
127127 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
128128 <li class="nav-item nav-item-2"><a href="../column.html" ><span class="section-number">7.6. </span>カラム</a> &#187;</li>
129129 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.1. </span>スカラーカラム</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.6.2. ベクターカラム &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.6.2. ベクターカラム &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="scalar.html" title="7.6.1. スカラーカラム"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../column.html" accesskey="U"><span class="section-number">7.6. </span>カラム</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.2. </span>ベクターカラム</a></li>
811811 <li class="right" >
812812 <a href="scalar.html" title="7.6.1. スカラーカラム"
813813 >前へ</a> |</li>
814 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
814 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
815815 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
816816 <li class="nav-item nav-item-2"><a href="../column.html" ><span class="section-number">7.6. </span>カラム</a> &#187;</li>
817817 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.6.2. </span>ベクターカラム</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.1. コマンドバージョン &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.1. コマンドバージョン &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../command.html" title="7.3. コマンド"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.1. </span>コマンドバージョン</a></li>
175175 <li class="right" >
176176 <a href="../command.html" title="7.3. コマンド"
177177 >前へ</a> |</li>
178 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
178 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
179179 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
180180 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
181181 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.1. </span>コマンドバージョン</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.2. 出力形式 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.2. 出力形式 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="command_version.html" title="7.3.1. コマンドバージョン"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.2. </span>出力形式</a></li>
301301 <li class="right" >
302302 <a href="command_version.html" title="7.3.1. コマンドバージョン"
303303 >前へ</a> |</li>
304 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
304 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
305305 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
306306 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
307307 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.2. </span>出力形式</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.3. プリティープリント &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.3. プリティープリント &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="output_format.html" title="7.3.2. 出力形式"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.3. </span>プリティープリント</a></li>
153153 <li class="right" >
154154 <a href="output_format.html" title="7.3.2. 出力形式"
155155 >前へ</a> |</li>
156 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
156 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
157157 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
158158 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
159159 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.3. </span>プリティープリント</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.4. リクエストID &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.4. リクエストID &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="pretty_print.html" title="7.3.3. プリティープリント"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.4. </span>リクエストID</a></li>
141141 <li class="right" >
142142 <a href="pretty_print.html" title="7.3.3. プリティープリント"
143143 >前へ</a> |</li>
144 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
144 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
145145 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
146146 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
147147 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.4. </span>リクエストID</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.5. リクエストタイムアウト &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.5. リクエストタイムアウト &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="request_id.html" title="7.3.4. リクエストID"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.5. </span>リクエストタイムアウト</a></li>
166166 <li class="right" >
167167 <a href="request_id.html" title="7.3.4. リクエストID"
168168 >前へ</a> |</li>
169 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
169 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
170170 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
171171 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
172172 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.5. </span>リクエストタイムアウト</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.6. リターンコード &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.6. リターンコード &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="request_timeout.html" title="7.3.5. リクエストタイムアウト"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.6. </span>リターンコード</a></li>
216216 <li class="right" >
217217 <a href="request_timeout.html" title="7.3.5. リクエストタイムアウト"
218218 >前へ</a> |</li>
219 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
219 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
220220 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
221221 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
222222 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.6. </span>リターンコード</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3. コマンド &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3. コマンド &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="output.html" title="7.2. 出力"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3. </span>コマンド</a></li>
5757 </ul>
9090 <li class="toctree-l1"><a class="reference internal" href="commands/defrag.html">7.3.20. <code class="docutils literal notranslate"><span class="pre">defrag</span></code></a></li>
9191 <li class="toctree-l1"><a class="reference internal" href="commands/delete.html">7.3.21. <code class="docutils literal notranslate"><span class="pre">delete</span></code></a></li>
9292 <li class="toctree-l1"><a class="reference internal" href="commands/dump.html">7.3.22. <code class="docutils literal notranslate"><span class="pre">dump</span></code></a></li>
93 <li class="toctree-l1"><a class="reference internal" href="commands/io_flush.html">7.3.23. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
94 <li class="toctree-l1"><a class="reference internal" href="commands/load.html">7.3.24. <code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
95 <li class="toctree-l1"><a class="reference internal" href="commands/lock_acquire.html">7.3.25. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
96 <li class="toctree-l1"><a class="reference internal" href="commands/lock_clear.html">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
97 <li class="toctree-l1"><a class="reference internal" href="commands/lock_release.html">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
98 <li class="toctree-l1"><a class="reference internal" href="commands/log_level.html">7.3.28. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
99 <li class="toctree-l1"><a class="reference internal" href="commands/log_put.html">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
100 <li class="toctree-l1"><a class="reference internal" href="commands/log_reopen.html">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
101 <li class="toctree-l1"><a class="reference internal" href="commands/logical_count.html">7.3.31. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
102 <li class="toctree-l1"><a class="reference internal" href="commands/logical_parameters.html">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
103 <li class="toctree-l1"><a class="reference internal" href="commands/logical_range_filter.html">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
104 <li class="toctree-l1"><a class="reference internal" href="commands/logical_select.html">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
105 <li class="toctree-l1"><a class="reference internal" href="commands/logical_shard_list.html">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
106 <li class="toctree-l1"><a class="reference internal" href="commands/logical_table_remove.html">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
107 <li class="toctree-l1"><a class="reference internal" href="commands/normalize.html">7.3.37. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
108 <li class="toctree-l1"><a class="reference internal" href="commands/normalizer_list.html">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
109 <li class="toctree-l1"><a class="reference internal" href="commands/object_exist.html">7.3.39. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
110 <li class="toctree-l1"><a class="reference internal" href="commands/object_inspect.html">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
111 <li class="toctree-l1"><a class="reference internal" href="commands/object_list.html">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
112 <li class="toctree-l1"><a class="reference internal" href="commands/object_remove.html">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
113 <li class="toctree-l1"><a class="reference internal" href="commands/plugin_register.html">7.3.43. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
114 <li class="toctree-l1"><a class="reference internal" href="commands/plugin_unregister.html">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
115 <li class="toctree-l1"><a class="reference internal" href="commands/query_expand.html">7.3.45. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
116 <li class="toctree-l1"><a class="reference internal" href="commands/quit.html">7.3.46. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
117 <li class="toctree-l1"><a class="reference internal" href="commands/range_filter.html">7.3.47. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
118 <li class="toctree-l1"><a class="reference internal" href="commands/reference_acquire.html">7.3.48. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
119 <li class="toctree-l1"><a class="reference internal" href="commands/reference_release.html">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
120 <li class="toctree-l1"><a class="reference internal" href="commands/register.html">7.3.50. <code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
121 <li class="toctree-l1"><a class="reference internal" href="commands/reindex.html">7.3.51. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
122 <li class="toctree-l1"><a class="reference internal" href="commands/request_cancel.html">7.3.52. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
123 <li class="toctree-l1"><a class="reference internal" href="commands/ruby_eval.html">7.3.53. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
124 <li class="toctree-l1"><a class="reference internal" href="commands/ruby_load.html">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
125 <li class="toctree-l1"><a class="reference internal" href="commands/schema.html">7.3.55. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
126 <li class="toctree-l1"><a class="reference internal" href="commands/select.html">7.3.56. <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
127 <li class="toctree-l1"><a class="reference internal" href="commands/shutdown.html">7.3.57. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
128 <li class="toctree-l1"><a class="reference internal" href="commands/status.html">7.3.58. <code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
129 <li class="toctree-l1"><a class="reference internal" href="commands/suggest.html">7.3.59. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
130 <li class="toctree-l1"><a class="reference internal" href="commands/table_copy.html">7.3.60. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
131 <li class="toctree-l1"><a class="reference internal" href="commands/table_create.html">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
132 <li class="toctree-l1"><a class="reference internal" href="commands/table_list.html">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
133 <li class="toctree-l1"><a class="reference internal" href="commands/table_remove.html">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
134 <li class="toctree-l1"><a class="reference internal" href="commands/table_rename.html">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
135 <li class="toctree-l1"><a class="reference internal" href="commands/table_tokenize.html">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
136 <li class="toctree-l1"><a class="reference internal" href="commands/thread_limit.html">7.3.66. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
137 <li class="toctree-l1"><a class="reference internal" href="commands/tokenize.html">7.3.67. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
138 <li class="toctree-l1"><a class="reference internal" href="commands/tokenizer_list.html">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
139 <li class="toctree-l1"><a class="reference internal" href="commands/truncate.html">7.3.69. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
93 <li class="toctree-l1"><a class="reference internal" href="commands/index_column_diff.html">7.3.23. <code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></li>
94 <li class="toctree-l1"><a class="reference internal" href="commands/io_flush.html">7.3.24. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
95 <li class="toctree-l1"><a class="reference internal" href="commands/load.html">7.3.25. <code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
96 <li class="toctree-l1"><a class="reference internal" href="commands/lock_acquire.html">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
97 <li class="toctree-l1"><a class="reference internal" href="commands/lock_clear.html">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
98 <li class="toctree-l1"><a class="reference internal" href="commands/lock_release.html">7.3.28. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
99 <li class="toctree-l1"><a class="reference internal" href="commands/log_level.html">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
100 <li class="toctree-l1"><a class="reference internal" href="commands/log_put.html">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
101 <li class="toctree-l1"><a class="reference internal" href="commands/log_reopen.html">7.3.31. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
102 <li class="toctree-l1"><a class="reference internal" href="commands/logical_count.html">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
103 <li class="toctree-l1"><a class="reference internal" href="commands/logical_parameters.html">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
104 <li class="toctree-l1"><a class="reference internal" href="commands/logical_range_filter.html">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
105 <li class="toctree-l1"><a class="reference internal" href="commands/logical_select.html">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
106 <li class="toctree-l1"><a class="reference internal" href="commands/logical_shard_list.html">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
107 <li class="toctree-l1"><a class="reference internal" href="commands/logical_table_remove.html">7.3.37. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
108 <li class="toctree-l1"><a class="reference internal" href="commands/normalize.html">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
109 <li class="toctree-l1"><a class="reference internal" href="commands/normalizer_list.html">7.3.39. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
110 <li class="toctree-l1"><a class="reference internal" href="commands/object_exist.html">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
111 <li class="toctree-l1"><a class="reference internal" href="commands/object_inspect.html">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
112 <li class="toctree-l1"><a class="reference internal" href="commands/object_list.html">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
113 <li class="toctree-l1"><a class="reference internal" href="commands/object_remove.html">7.3.43. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
114 <li class="toctree-l1"><a class="reference internal" href="commands/plugin_register.html">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
115 <li class="toctree-l1"><a class="reference internal" href="commands/plugin_unregister.html">7.3.45. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
116 <li class="toctree-l1"><a class="reference internal" href="commands/query_expand.html">7.3.46. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
117 <li class="toctree-l1"><a class="reference internal" href="commands/quit.html">7.3.47. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
118 <li class="toctree-l1"><a class="reference internal" href="commands/range_filter.html">7.3.48. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
119 <li class="toctree-l1"><a class="reference internal" href="commands/reference_acquire.html">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
120 <li class="toctree-l1"><a class="reference internal" href="commands/reference_release.html">7.3.50. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
121 <li class="toctree-l1"><a class="reference internal" href="commands/register.html">7.3.51. <code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
122 <li class="toctree-l1"><a class="reference internal" href="commands/reindex.html">7.3.52. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
123 <li class="toctree-l1"><a class="reference internal" href="commands/request_cancel.html">7.3.53. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
124 <li class="toctree-l1"><a class="reference internal" href="commands/ruby_eval.html">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
125 <li class="toctree-l1"><a class="reference internal" href="commands/ruby_load.html">7.3.55. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
126 <li class="toctree-l1"><a class="reference internal" href="commands/schema.html">7.3.56. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
127 <li class="toctree-l1"><a class="reference internal" href="commands/select.html">7.3.57. <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
128 <li class="toctree-l1"><a class="reference internal" href="commands/shutdown.html">7.3.58. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
129 <li class="toctree-l1"><a class="reference internal" href="commands/status.html">7.3.59. <code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
130 <li class="toctree-l1"><a class="reference internal" href="commands/suggest.html">7.3.60. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
131 <li class="toctree-l1"><a class="reference internal" href="commands/table_copy.html">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
132 <li class="toctree-l1"><a class="reference internal" href="commands/table_create.html">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
133 <li class="toctree-l1"><a class="reference internal" href="commands/table_list.html">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
134 <li class="toctree-l1"><a class="reference internal" href="commands/table_remove.html">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
135 <li class="toctree-l1"><a class="reference internal" href="commands/table_rename.html">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
136 <li class="toctree-l1"><a class="reference internal" href="commands/table_tokenize.html">7.3.66. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
137 <li class="toctree-l1"><a class="reference internal" href="commands/thread_limit.html">7.3.67. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
138 <li class="toctree-l1"><a class="reference internal" href="commands/tokenize.html">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
139 <li class="toctree-l1"><a class="reference internal" href="commands/tokenizer_list.html">7.3.69. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
140 <li class="toctree-l1"><a class="reference internal" href="commands/truncate.html">7.3.70. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
140141 </ul>
141142 </div>
142143 </div>
180181 <li class="right" >
181182 <a href="output.html" title="7.2. 出力"
182183 >前へ</a> |</li>
183 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
184 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
184185 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
185186 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3. </span>コマンド</a></li>
186187 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.7. cache_limit &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.7. cache_limit &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../command/return_code.html" title="7.3.6. リターンコード"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.7. </span><code class="docutils literal notranslate"><span class="pre">cache_limit</span></code></a></li>
183183 <li class="right" >
184184 <a href="../command/return_code.html" title="7.3.6. リターンコード"
185185 >前へ</a> |</li>
186 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
186 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
187187 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
188188 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
189189 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.7. </span><code class="docutils literal notranslate"><span class="pre">cache_limit</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.8. check &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.8. check &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="cache_limit.html" title="7.3.7. cache_limit"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.8. </span><code class="docutils literal notranslate"><span class="pre">check</span></code></a></li>
271271 <li class="right" >
272272 <a href="cache_limit.html" title="7.3.7. cache_limit"
273273 >前へ</a> |</li>
274 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
274 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
275275 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
276276 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
277277 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.8. </span><code class="docutils literal notranslate"><span class="pre">check</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.9. clearlock &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.9. clearlock &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="check.html" title="7.3.8. check"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.9. </span><code class="docutils literal notranslate"><span class="pre">clearlock</span></code></a></li>
168168 <li class="right" >
169169 <a href="check.html" title="7.3.8. check"
170170 >前へ</a> |</li>
171 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
171 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
172172 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
173173 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
174174 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.9. </span><code class="docutils literal notranslate"><span class="pre">clearlock</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.10. column_copy &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.10. column_copy &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="clearlock.html" title="7.3.9. clearlock"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.10. </span><code class="docutils literal notranslate"><span class="pre">column_copy</span></code></a></li>
729729 <li class="right" >
730730 <a href="clearlock.html" title="7.3.9. clearlock"
731731 >前へ</a> |</li>
732 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
732 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
733733 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
734734 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
735735 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.10. </span><code class="docutils literal notranslate"><span class="pre">column_copy</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.11. column_create &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.11. column_create &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="column_copy.html" title="7.3.10. column_copy"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.11. </span><code class="docutils literal notranslate"><span class="pre">column_create</span></code></a></li>
994994 <li class="right" >
995995 <a href="column_copy.html" title="7.3.10. column_copy"
996996 >前へ</a> |</li>
997 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
997 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
998998 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
999999 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
10001000 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.11. </span><code class="docutils literal notranslate"><span class="pre">column_create</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.12. column_list &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.12. column_list &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="column_create.html" title="7.3.11. column_create"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.12. </span><code class="docutils literal notranslate"><span class="pre">column_list</span></code></a></li>
398398 <li class="right" >
399399 <a href="column_create.html" title="7.3.11. column_create"
400400 >前へ</a> |</li>
401 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
401 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
402402 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
403403 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
404404 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.12. </span><code class="docutils literal notranslate"><span class="pre">column_list</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.13. column_remove &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.13. column_remove &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="column_list.html" title="7.3.12. column_list"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.13. </span><code class="docutils literal notranslate"><span class="pre">column_remove</span></code></a></li>
166166 <li class="right" >
167167 <a href="column_list.html" title="7.3.12. column_list"
168168 >前へ</a> |</li>
169 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
169 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
170170 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
171171 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
172172 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.13. </span><code class="docutils literal notranslate"><span class="pre">column_remove</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.14. column_rename &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.14. column_rename &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="column_remove.html" title="7.3.13. column_remove"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.14. </span><code class="docutils literal notranslate"><span class="pre">column_rename</span></code></a></li>
309309 <li class="right" >
310310 <a href="column_remove.html" title="7.3.13. column_remove"
311311 >前へ</a> |</li>
312 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
312 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
313313 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
314314 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
315315 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.14. </span><code class="docutils literal notranslate"><span class="pre">column_rename</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.15. config_delete &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.15. config_delete &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="column_rename.html" title="7.3.14. column_rename"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.15. </span><code class="docutils literal notranslate"><span class="pre">config_delete</span></code></a></li>
224224 <li class="right" >
225225 <a href="column_rename.html" title="7.3.14. column_rename"
226226 >前へ</a> |</li>
227 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
227 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
228228 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
229229 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
230230 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.15. </span><code class="docutils literal notranslate"><span class="pre">config_delete</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.16. config_get &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.16. config_get &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="config_delete.html" title="7.3.15. config_delete"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.16. </span><code class="docutils literal notranslate"><span class="pre">config_get</span></code></a></li>
205205 <li class="right" >
206206 <a href="config_delete.html" title="7.3.15. config_delete"
207207 >前へ</a> |</li>
208 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
208 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
209209 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
210210 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
211211 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.16. </span><code class="docutils literal notranslate"><span class="pre">config_get</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.17. config_set &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.17. config_set &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="config_get.html" title="7.3.16. config_get"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.17. </span><code class="docutils literal notranslate"><span class="pre">config_set</span></code></a></li>
204204 <li class="right" >
205205 <a href="config_get.html" title="7.3.16. config_get"
206206 >前へ</a> |</li>
207 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
207 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
208208 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
209209 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
210210 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.17. </span><code class="docutils literal notranslate"><span class="pre">config_set</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.18. database_unmap &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.18. database_unmap &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="config_set.html" title="7.3.17. config_set"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.18. </span><code class="docutils literal notranslate"><span class="pre">database_unmap</span></code></a></li>
199199 <li class="right" >
200200 <a href="config_set.html" title="7.3.17. config_set"
201201 >前へ</a> |</li>
202 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
202 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
203203 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
204204 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
205205 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.18. </span><code class="docutils literal notranslate"><span class="pre">database_unmap</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.19. define_selector &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.19. define_selector &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="database_unmap.html" title="7.3.18. database_unmap"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.19. </span><code class="docutils literal notranslate"><span class="pre">define_selector</span></code></a></li>
218218 <li class="right" >
219219 <a href="database_unmap.html" title="7.3.18. database_unmap"
220220 >前へ</a> |</li>
221 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
221 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
222222 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
223223 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
224224 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.19. </span><code class="docutils literal notranslate"><span class="pre">define_selector</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.20. defrag &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.20. defrag &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="define_selector.html" title="7.3.19. define_selector"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.20. </span><code class="docutils literal notranslate"><span class="pre">defrag</span></code></a></li>
162162 <li class="right" >
163163 <a href="define_selector.html" title="7.3.19. define_selector"
164164 >前へ</a> |</li>
165 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
165 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
166166 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
167167 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
168168 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.20. </span><code class="docutils literal notranslate"><span class="pre">defrag</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.21. delete &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.21. delete &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="defrag.html" title="7.3.20. defrag"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.21. </span><code class="docutils literal notranslate"><span class="pre">delete</span></code></a></li>
334334 <li class="right" >
335335 <a href="defrag.html" title="7.3.20. defrag"
336336 >前へ</a> |</li>
337 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
337 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
338338 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
339339 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
340340 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.21. </span><code class="docutils literal notranslate"><span class="pre">delete</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.22. dump &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.22. dump &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.23. io_flush" href="io_flush.html" />
22 <link rel="next" title="7.3.23. index_column_diff" href="index_column_diff.html" />
2323 <link rel="prev" title="7.3.21. delete" href="delete.html" />
2424 </head><body>
2525 <div class="header">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="io_flush.html" title="7.3.23. io_flush"
49 <a href="index_column_diff.html" title="7.3.23. index_column_diff"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
5252 <a href="delete.html" title="7.3.21. delete"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.22. </span><code class="docutils literal notranslate"><span class="pre">dump</span></code></a></li>
315315 <p class="topless"><a href="delete.html"
316316 title="前の章へ"><span class="section-number">7.3.21. </span><code class="docutils literal notranslate"><span class="pre">delete</span></code></a></p>
317317 <h4>次のトピックへ</h4>
318 <p class="topless"><a href="io_flush.html"
319 title="次の章へ"><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></p>
318 <p class="topless"><a href="index_column_diff.html"
319 title="次の章へ"><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></p>
320320 <div id="searchbox" style="display: none" role="search">
321321 <h3 id="searchlabel">クイック検索</h3>
322322 <div class="searchformwrapper">
338338 <a href="../../genindex.html" title="総合索引"
339339 >索引</a></li>
340340 <li class="right" >
341 <a href="io_flush.html" title="7.3.23. io_flush"
341 <a href="index_column_diff.html" title="7.3.23. index_column_diff"
342342 >次へ</a> |</li>
343343 <li class="right" >
344344 <a href="delete.html" title="7.3.21. delete"
345345 >前へ</a> |</li>
346 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
346 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
347347 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
348348 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
349349 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.22. </span><code class="docutils literal notranslate"><span class="pre">dump</span></code></a></li>
0
1
2 <!DOCTYPE html>
3
4 <html lang="ja">
5 <head>
6 <meta charset="utf-8" />
7 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.23. index_column_diff &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
9 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
10 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
11
12 <script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
13 <script src="../../_static/jquery.js"></script>
14 <script src="../../_static/underscore.js"></script>
15 <script src="../../_static/doctools.js"></script>
16 <script src="../../_static/language_data.js"></script>
17 <script src="../../_static/translations.js"></script>
18
19 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
20 <link rel="index" title="索引" href="../../genindex.html" />
21 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.24. io_flush" href="io_flush.html" />
23 <link rel="prev" title="7.3.22. dump" href="dump.html" />
24 </head><body>
25 <div class="header">
26 <h1 class="title">
27 <a id="top-link" href="../../index.html">
28 <span class="project">groonga</span>
29 <span class="separator">-</span>
30 <span class="description">オープンソースのカラムストア機能付き全文検索エンジン</span>
31 </a>
32 </h1>
33
34 <div class="other-language-links">
35 <ul>
36 <li><a href="../../../../en/html/reference/commands/index_column_diff.html">English</a></li>
37 </ul>
38 </div>
39 </div>
40
41
42 <div class="related" role="navigation" aria-label="related navigation">
43 <h3>ナビゲーション</h3>
44 <ul>
45 <li class="right" style="margin-right: 10px">
46 <a href="../../genindex.html" title="総合索引"
47 accesskey="I">索引</a></li>
48 <li class="right" >
49 <a href="io_flush.html" title="7.3.24. io_flush"
50 accesskey="N">次へ</a> |</li>
51 <li class="right" >
52 <a href="dump.html" title="7.3.22. dump"
53 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
55 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
56 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></li>
58 </ul>
59 </div>
60
61 <div class="document">
62 <div class="documentwrapper">
63 <div class="bodywrapper">
64 <div class="body" role="main">
65
66 <div class="section" id="index-column-diff">
67 <h1><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code><a class="headerlink" href="#index-column-diff" title="このヘッドラインへのパーマリンク">¶</a></h1>
68 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.23.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
70 <div class="versionadded">
71 <p><span class="versionmodified added">バージョン 9.0.1 で追加.</span></p>
72 </div>
73 <p><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code> コマンドはインデックスが破損しているかどうかをチェックします。</p>
74 <p>このコマンドによって、既に破損したインデックスを発見できます。通常、壊れたインデックスはGroongaが参照や削除、更新をしない限り発見できません。壊れたインデックスを使うとGroongaがクラッシュしたり、誤った検索結果を返すことがあります。そのため、事前にインデックスの破損を発見したくなります。このコマンドはこのようなケースで有用です。</p>
75 <div class="admonition note">
76 <p class="admonition-title">注釈</p>
77 <p>このコマンドは、対象のインデックスのサイズによっては、多くのメモリーや実行時間を使うことがあります。また、このコマンドを実行中に停止した場合は、対象のインデックスが壊れることがあります。そのため、現用系のシステムで実行するのではなく、予備系のシステムで実行することをおすすめします。</p>
78 </div>
79 </div>
80 <div class="section" id="syntax">
81 <h2><span class="section-number">7.3.23.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
82 <p>このコマンドの引数は2つで必須です。:</p>
83 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>index_column_diff table index_column
84 </pre></div>
85 </div>
86 </div>
87 <div class="section" id="usage">
88 <h2><span class="section-number">7.3.23.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
89 <p>以下はインデックスカラムをチェックする例です。:</p>
90 <p>実行例:</p>
91 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Data TABLE_HASH_KEY ShortText
92 # [[0,1612416118.30525,0.003424882888793945],true]
93 table_create Terms TABLE_PAT_KEY ShortText \
94 --default_tokenizer TokenNgram \
95 --normalizer NormalizerNFKC130
96 # [[0,1612416136.049046,0.003507614135742188],true]
97 load --table Data
98 [
99 {&quot;_key&quot;: &quot;Hello World&quot;},
100 {&quot;_key&quot;: &quot;Hello Groonga&quot;}
101 ]
102 # [[0,1612416155.418526,0.3676469326019287],2]
103 column_create \
104 --table Terms \
105 --name data_index \
106 --flags COLUMN_INDEX|WITH_POSITION \
107 --type Data \
108 --source _key
109 # [[0,1612416424.515037,0.00576472282409668],true]
110 truncate Terms.data_index
111 # [[0,1612416439.925894,0.009646892547607422],true]
112 load --table Data
113 [
114 {&quot;_key&quot;: &quot;Good-by World&quot;},
115 {&quot;_key&quot;: &quot;Good-by Groonga&quot;}
116 ]
117 # [[0,1612416450.429434,1.51789665222168],2]
118 index_column_diff Terms data_index
119 # [
120 # [
121 # 0,
122 # 1612416577.921113,
123 # 0.006278038024902344
124 # ],
125 # [
126 # {
127 # &quot;token&quot;: {
128 # &quot;id&quot;: 2,
129 # &quot;value&quot;: &quot;hello&quot;
130 # },
131 # &quot;remains&quot;: [
132 # ],
133 # &quot;missings&quot;: [
134 # {
135 # &quot;record_id&quot;: 1,
136 # &quot;position&quot;: 0
137 # },
138 # {
139 # &quot;record_id&quot;: 2,
140 # &quot;position&quot;: 0
141 # }
142 # ]
143 # },
144 # {
145 # &quot;token&quot;: {
146 # &quot;id&quot;: 3,
147 # &quot;value&quot;: &quot;world&quot;
148 # },
149 # &quot;remains&quot;: [
150 # ],
151 # &quot;missings&quot;: [
152 # {
153 # &quot;record_id&quot;: 1,
154 # &quot;position&quot;: 1
155 # }
156 # ]
157 # },
158 # {
159 # &quot;token&quot;: {
160 # &quot;id&quot;: 1,
161 # &quot;value&quot;: &quot;groonga&quot;
162 # },
163 # &quot;remains&quot;: [
164 # ],
165 # &quot;missings&quot;: [
166 # {
167 # &quot;record_id&quot;: 2,
168 # &quot;position&quot;: 1
169 # }
170 # ]
171 # }
172 # ]
173 # ]
174 </pre></div>
175 </div>
176 </div>
177 <div class="section" id="parameters">
178 <h2><span class="section-number">7.3.23.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
179 <p>このセクションではすべての引数について説明します。</p>
180 <div class="section" id="table">
181 <h3><span class="section-number">7.3.23.4.1. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="このヘッドラインへのパーマリンク">¶</a></h3>
182 <p>チェックするインデックスカラムを含むテーブルの名前を指定します。</p>
183 </div>
184 <div class="section" id="index-column">
185 <h3><span class="section-number">7.3.23.4.2. </span><code class="docutils literal notranslate"><span class="pre">index_column</span></code><a class="headerlink" href="#index-column" title="このヘッドラインへのパーマリンク">¶</a></h3>
186 <p>チェック対象のインデックスカラムの名前を指定します。</p>
187 </div>
188 </div>
189 <div class="section" id="return-value">
190 <h2><span class="section-number">7.3.23.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
191 <p><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code> コマンドはインデックスチェックの結果を返します。:</p>
192 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, CHECK_RESULT]
193 </pre></div>
194 </div>
195 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code></p>
196 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
197 <p><code class="docutils literal notranslate"><span class="pre">CHECK_RESULT</span></code></p>
198 <p>このコマンドは、以下のように、このコマンドを実行した時のトークナイズの結果と、現在のインデックスカラムの値を比較した結果を返します。</p>
199 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
200 &quot;token&quot;: {
201 &quot;id&quot;: TOKEN_ID,
202 &quot;value&quot;: TOKEN_VALUE
203 },
204 &quot;remains&quot;: [
205 {
206 &quot;record_id&quot;: RECORD_ID
207 }
208 ],
209 &quot;missings&quot;: [
210 {
211 &quot;record_id&quot;: RECORD_ID,
212 &quot;position&quot;: POSITION
213 }
214 ]
215 }
216 </pre></div>
217 </div>
218 <p><code class="docutils literal notranslate"><span class="pre">remains</span></code> になにか出力された場合、Groongaが本来削除するはずだったトークンがインデックスが残っています。</p>
219 <p><code class="docutils literal notranslate"><span class="pre">missing</span></code> になにか出力された場合、本来インデックス内に残っているトークンが削除されています。</p>
220 <p>インデックスの破損が無い時は、以下のように <code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code> は何も返しません。</p>
221 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>index_column_diff --table table --name index_column
222 [[0,0.0,0.0],[]]
223 </pre></div>
224 </div>
225 <div class="section" id="token-id">
226 <h3><span class="section-number">7.3.23.5.1. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_ID</span></code><a class="headerlink" href="#token-id" title="このヘッドラインへのパーマリンク">¶</a></h3>
227 <p><code class="docutils literal notranslate"><span class="pre">TOKEN_ID</span></code> は壊れたトークンのIDです。</p>
228 </div>
229 <div class="section" id="token-value">
230 <h3><span class="section-number">7.3.23.5.2. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_VALUE</span></code><a class="headerlink" href="#token-value" title="このヘッドラインへのパーマリンク">¶</a></h3>
231 <p><code class="docutils literal notranslate"><span class="pre">TOKEN_VALUE</span></code> は壊れたトークンの値です。</p>
232 </div>
233 <div class="section" id="record-id">
234 <h3><span class="section-number">7.3.23.5.3. </span><code class="docutils literal notranslate"><span class="pre">RECORD_ID</span></code><a class="headerlink" href="#record-id" title="このヘッドラインへのパーマリンク">¶</a></h3>
235 <p><code class="docutils literal notranslate"><span class="pre">RECORD_ID</span></code> は壊れたトークンを含むレコードです。</p>
236 </div>
237 <div class="section" id="position">
238 <h3><span class="section-number">7.3.23.5.4. </span><code class="docutils literal notranslate"><span class="pre">POSITION</span></code><a class="headerlink" href="#position" title="このヘッドラインへのパーマリンク">¶</a></h3>
239 <p><code class="docutils literal notranslate"><span class="pre">POSITION</span></code> 壊れたトークンの出現位置です。</p>
240 </div>
241 </div>
242 </div>
243
244
245 <div class="clearer"></div>
246 </div>
247 </div>
248 </div>
249 <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
250 <div class="sphinxsidebarwrapper">
251 <h3><a href="../../index.html">目次</a></h3>
252 <ul>
253 <li><a class="reference internal" href="#">7.3.23. <code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a><ul>
254 <li><a class="reference internal" href="#summary">7.3.23.1. 概要</a></li>
255 <li><a class="reference internal" href="#syntax">7.3.23.2. 構文</a></li>
256 <li><a class="reference internal" href="#usage">7.3.23.3. 使い方</a></li>
257 <li><a class="reference internal" href="#parameters">7.3.23.4. 引数</a><ul>
258 <li><a class="reference internal" href="#table">7.3.23.4.1. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
259 <li><a class="reference internal" href="#index-column">7.3.23.4.2. <code class="docutils literal notranslate"><span class="pre">index_column</span></code></a></li>
260 </ul>
261 </li>
262 <li><a class="reference internal" href="#return-value">7.3.23.5. 戻り値</a><ul>
263 <li><a class="reference internal" href="#token-id">7.3.23.5.1. <code class="docutils literal notranslate"><span class="pre">TOKEN_ID</span></code></a></li>
264 <li><a class="reference internal" href="#token-value">7.3.23.5.2. <code class="docutils literal notranslate"><span class="pre">TOKEN_VALUE</span></code></a></li>
265 <li><a class="reference internal" href="#record-id">7.3.23.5.3. <code class="docutils literal notranslate"><span class="pre">RECORD_ID</span></code></a></li>
266 <li><a class="reference internal" href="#position">7.3.23.5.4. <code class="docutils literal notranslate"><span class="pre">POSITION</span></code></a></li>
267 </ul>
268 </li>
269 </ul>
270 </li>
271 </ul>
272
273 <h4>前のトピックへ</h4>
274 <p class="topless"><a href="dump.html"
275 title="前の章へ"><span class="section-number">7.3.22. </span><code class="docutils literal notranslate"><span class="pre">dump</span></code></a></p>
276 <h4>次のトピックへ</h4>
277 <p class="topless"><a href="io_flush.html"
278 title="次の章へ"><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></p>
279 <div id="searchbox" style="display: none" role="search">
280 <h3 id="searchlabel">クイック検索</h3>
281 <div class="searchformwrapper">
282 <form class="search" action="../../search.html" method="get">
283 <input type="text" name="q" aria-labelledby="searchlabel" />
284 <input type="submit" value="検索" />
285 </form>
286 </div>
287 </div>
288 <script>$('#searchbox').show(0);</script>
289 </div>
290 </div>
291 <div class="clearer"></div>
292 </div>
293 <div class="related" role="navigation" aria-label="related navigation">
294 <h3>ナビゲーション</h3>
295 <ul>
296 <li class="right" style="margin-right: 10px">
297 <a href="../../genindex.html" title="総合索引"
298 >索引</a></li>
299 <li class="right" >
300 <a href="io_flush.html" title="7.3.24. io_flush"
301 >次へ</a> |</li>
302 <li class="right" >
303 <a href="dump.html" title="7.3.22. dump"
304 >前へ</a> |</li>
305 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
306 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
307 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
308 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></li>
309 </ul>
310 </div>
311 <div class="footer" role="contentinfo">
312 &#169; Copyright 2009-2021, Brazil, Inc.
313 </div>
314 </body>
315 </html>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.23. io_flush &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.24. io_flush &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.24. load" href="load.html" />
23 <link rel="prev" title="7.3.22. dump" href="dump.html" />
22 <link rel="next" title="7.3.25. load" href="load.html" />
23 <link rel="prev" title="7.3.23. index_column_diff" href="index_column_diff.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="load.html" title="7.3.24. load"
49 <a href="load.html" title="7.3.25. load"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="dump.html" title="7.3.22. dump"
52 <a href="index_column_diff.html" title="7.3.23. index_column_diff"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="io-flush">
67 <h1><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code><a class="headerlink" href="#io-flush" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code><a class="headerlink" href="#io-flush" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.23.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.24.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.0.5 で追加.</span></p>
7272 </div>
110110 </div>
111111 </div>
112112 <div class="section" id="syntax">
113 <h2><span class="section-number">7.3.23.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
113 <h2><span class="section-number">7.3.24.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
114114 <p>このコマンドの引数は3つです。</p>
115115 <p>すべての引数は省略可能です:</p>
116116 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>io_flush [target_name=null]
126126 </div>
127127 </div>
128128 <div class="section" id="usage">
129 <h2><span class="section-number">7.3.23.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
129 <h2><span class="section-number">7.3.24.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
130130 <p>引数無しで実行するとメモリー上のすべての変更をディスクに書き出すことができます。</p>
131131 <p>実行例:</p>
132132 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>io_flush
333333 </table>
334334 </div>
335335 <div class="section" id="parameters">
336 <h2><span class="section-number">7.3.23.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
336 <h2><span class="section-number">7.3.24.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
337337 <p>このセクションではすべての引数について説明します。</p>
338338 <div class="section" id="required-parameters">
339 <h3><span class="section-number">7.3.23.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
339 <h3><span class="section-number">7.3.24.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
340340 <p>必須の引数はありません。</p>
341341 </div>
342342 <div class="section" id="optional-parameters">
343 <h3><span class="section-number">7.3.23.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
343 <h3><span class="section-number">7.3.24.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
344344 <p>いくつか省略可能な引数があります。</p>
345345 <div class="section" id="target-name">
346 <span id="io-flush-target-name"></span><h4><span class="section-number">7.3.23.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
346 <span id="io-flush-target-name"></span><h4><span class="section-number">7.3.24.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
347347 <p>対象オブジェクトの名前を指定します。対象オブジェクトはデータベース、テーブル、カラムのどれかです。</p>
348348 <p>このパラメーターを省略すると、データベースが対象オブジェクトになります。</p>
349349 <p>実行例:</p>
369369 </div>
370370 </div>
371371 <div class="section" id="recursive">
372 <span id="io-flush-recursive"></span><h4><span class="section-number">7.3.23.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">recursive</span></code><a class="headerlink" href="#recursive" title="このヘッドラインへのパーマリンク">¶</a></h4>
372 <span id="io-flush-recursive"></span><h4><span class="section-number">7.3.24.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">recursive</span></code><a class="headerlink" href="#recursive" title="このヘッドラインへのパーマリンク">¶</a></h4>
373373 <p>書き出し対象オブジェクトの子オブジェクトも対象にするかどうかを指定します。</p>
374374 <p>データベースの子オブジェクトはすべてのテーブルとすべてのカラムです。</p>
375375 <p>テーブルの子オブジェクトはそのテーブルのすべてのカラムです。</p>
481481 </table>
482482 </div>
483483 <div class="section" id="only-opened">
484 <span id="io-flush-only-opened"></span><h4><span class="section-number">7.3.23.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">only_opened</span></code><a class="headerlink" href="#only-opened" title="このヘッドラインへのパーマリンク">¶</a></h4>
484 <span id="io-flush-only-opened"></span><h4><span class="section-number">7.3.24.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">only_opened</span></code><a class="headerlink" href="#only-opened" title="このヘッドラインへのパーマリンク">¶</a></h4>
485485 <div class="versionadded">
486486 <p><span class="versionmodified added">バージョン 7.0.4 で追加.</span></p>
487487 </div>
500500 </div>
501501 </div>
502502 <div class="section" id="return-value">
503 <h2><span class="section-number">7.3.23.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
503 <h2><span class="section-number">7.3.24.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
504504 <p>このコマンドが成功したときは以下のようにボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります:</p>
505505 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
506506 </pre></div>
519519 <div class="sphinxsidebarwrapper">
520520 <h3><a href="../../index.html">目次</a></h3>
521521 <ul>
522 <li><a class="reference internal" href="#">7.3.23. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a><ul>
523 <li><a class="reference internal" href="#summary">7.3.23.1. 概要</a></li>
524 <li><a class="reference internal" href="#syntax">7.3.23.2. 構文</a></li>
525 <li><a class="reference internal" href="#usage">7.3.23.3. 使い方</a></li>
526 <li><a class="reference internal" href="#parameters">7.3.23.4. 引数</a><ul>
527 <li><a class="reference internal" href="#required-parameters">7.3.23.4.1. 必須引数</a></li>
528 <li><a class="reference internal" href="#optional-parameters">7.3.23.4.2. 省略可能引数</a><ul>
529 <li><a class="reference internal" href="#target-name">7.3.23.4.2.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
530 <li><a class="reference internal" href="#recursive">7.3.23.4.2.2. <code class="docutils literal notranslate"><span class="pre">recursive</span></code></a></li>
531 <li><a class="reference internal" href="#only-opened">7.3.23.4.2.3. <code class="docutils literal notranslate"><span class="pre">only_opened</span></code></a></li>
532 </ul>
533 </li>
534 </ul>
535 </li>
536 <li><a class="reference internal" href="#return-value">7.3.23.5. 戻り値</a></li>
522 <li><a class="reference internal" href="#">7.3.24. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a><ul>
523 <li><a class="reference internal" href="#summary">7.3.24.1. 概要</a></li>
524 <li><a class="reference internal" href="#syntax">7.3.24.2. 構文</a></li>
525 <li><a class="reference internal" href="#usage">7.3.24.3. 使い方</a></li>
526 <li><a class="reference internal" href="#parameters">7.3.24.4. 引数</a><ul>
527 <li><a class="reference internal" href="#required-parameters">7.3.24.4.1. 必須引数</a></li>
528 <li><a class="reference internal" href="#optional-parameters">7.3.24.4.2. 省略可能引数</a><ul>
529 <li><a class="reference internal" href="#target-name">7.3.24.4.2.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
530 <li><a class="reference internal" href="#recursive">7.3.24.4.2.2. <code class="docutils literal notranslate"><span class="pre">recursive</span></code></a></li>
531 <li><a class="reference internal" href="#only-opened">7.3.24.4.2.3. <code class="docutils literal notranslate"><span class="pre">only_opened</span></code></a></li>
532 </ul>
533 </li>
534 </ul>
535 </li>
536 <li><a class="reference internal" href="#return-value">7.3.24.5. 戻り値</a></li>
537537 </ul>
538538 </li>
539539 </ul>
540540
541541 <h4>前のトピックへ</h4>
542 <p class="topless"><a href="dump.html"
543 title="前の章へ"><span class="section-number">7.3.22. </span><code class="docutils literal notranslate"><span class="pre">dump</span></code></a></p>
542 <p class="topless"><a href="index_column_diff.html"
543 title="前の章へ"><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></p>
544544 <h4>次のトピックへ</h4>
545545 <p class="topless"><a href="load.html"
546 title="次の章へ"><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></p>
546 title="次の章へ"><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></p>
547547 <div id="searchbox" style="display: none" role="search">
548548 <h3 id="searchlabel">クイック検索</h3>
549549 <div class="searchformwrapper">
565565 <a href="../../genindex.html" title="総合索引"
566566 >索引</a></li>
567567 <li class="right" >
568 <a href="load.html" title="7.3.24. load"
568 <a href="load.html" title="7.3.25. load"
569569 >次へ</a> |</li>
570570 <li class="right" >
571 <a href="dump.html" title="7.3.22. dump"
571 <a href="index_column_diff.html" title="7.3.23. index_column_diff"
572572 >前へ</a> |</li>
573 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
573 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
574574 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
575575 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
576 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
576 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
577577 </ul>
578578 </div>
579579 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.24. load &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.25. load &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.25. lock_acquire" href="lock_acquire.html" />
23 <link rel="prev" title="7.3.23. io_flush" href="io_flush.html" />
22 <link rel="next" title="7.3.26. lock_acquire" href="lock_acquire.html" />
23 <link rel="prev" title="7.3.24. io_flush" href="io_flush.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="lock_acquire.html" title="7.3.25. lock_acquire"
49 <a href="lock_acquire.html" title="7.3.26. lock_acquire"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="io_flush.html" title="7.3.23. io_flush"
52 <a href="io_flush.html" title="7.3.24. io_flush"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="load">
67 <h1><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">load</span></code><a class="headerlink" href="#load" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">load</span></code><a class="headerlink" href="#load" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.24.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.25.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">load</span></code> は、使用しているデータベースのテーブルにレコードを登録し、カラムの値を更新します。</p>
7171 </div>
7272 <div class="section" id="syntax">
73 <h2><span class="section-number">7.3.24.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
73 <h2><span class="section-number">7.3.25.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7474 <p>必須の引数は <code class="docutils literal notranslate"><span class="pre">values</span></code> と <code class="docutils literal notranslate"><span class="pre">table</span></code> だけです。残りは省略できます。:</p>
7575 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>load values
7676 table
103103 </div>
104104 </div>
105105 <div class="section" id="usage">
106 <h2><span class="section-number">7.3.24.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
106 <h2><span class="section-number">7.3.25.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
107107 <p>使い方を示すために使うスキーマ定義は以下の通りです。</p>
108108 <p>実行例:</p>
109109 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Entries TABLE_HASH_KEY ShortText
140140 </div>
141141 </div>
142142 <div class="section" id="parameters">
143 <h2><span class="section-number">7.3.24.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
143 <h2><span class="section-number">7.3.25.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
144144 <p>このセクションではすべての引数について説明します。引数はカテゴリわけしています。</p>
145145 <div class="section" id="required-parameters">
146 <h3><span class="section-number">7.3.24.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
146 <h3><span class="section-number">7.3.25.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
147147 <p>いくつか必須の引数があります。</p>
148148 <div class="section" id="values">
149 <span id="load-values"></span><h4><span class="section-number">7.3.24.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">values</span></code><a class="headerlink" href="#values" title="このヘッドラインへのパーマリンク">¶</a></h4>
149 <span id="load-values"></span><h4><span class="section-number">7.3.25.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">values</span></code><a class="headerlink" href="#values" title="このヘッドラインへのパーマリンク">¶</a></h4>
150150 <p>ロードする値を指定します。</p>
151151 <p>ロードする値は <code class="docutils literal notranslate"><span class="pre">input_type</span></code> フォーマットになっていないといけません。 <code class="docutils literal notranslate"><span class="pre">input_type</span></code> に <code class="docutils literal notranslate"><span class="pre">json</span></code> を指定した場合は次のいずれかのフォーマットにします。</p>
152152 <p>角括弧スタイル:</p>
175175 <p><code class="docutils literal notranslate"><span class="pre">values</span></code> を指定していない場合、コマンドラインスタイルのときは標準入力から読み込んだ値を使い、HTTPスタイルのときはボディの値を使います。</p>
176176 </div>
177177 <div class="section" id="table">
178 <span id="load-table"></span><h4><span class="section-number">7.3.24.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="このヘッドラインへのパーマリンク">¶</a></h4>
178 <span id="load-table"></span><h4><span class="section-number">7.3.25.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="このヘッドラインへのパーマリンク">¶</a></h4>
179179 <p>レコードを追加しようとするテーブルの名前を指定します。</p>
180180 </div>
181181 </div>
182182 <div class="section" id="optional-parameters">
183 <h3><span class="section-number">7.3.24.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
183 <h3><span class="section-number">7.3.25.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
184184 <p>いくつか省略可能な引数があります。</p>
185185 <div class="section" id="columns">
186 <span id="load-columns"></span><h4><span class="section-number">7.3.24.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">columns</span></code><a class="headerlink" href="#columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
186 <span id="load-columns"></span><h4><span class="section-number">7.3.25.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">columns</span></code><a class="headerlink" href="#columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
187187 <p>テーブルに登録するレコードに値を設定するカラム名のリストを、カンマ区切りで指定します。</p>
188188 </div>
189189 <div class="section" id="ifexists">
190 <span id="load-ifexists"></span><h4><span class="section-number">7.3.24.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">ifexists</span></code><a class="headerlink" href="#ifexists" title="このヘッドラインへのパーマリンク">¶</a></h4>
190 <span id="load-ifexists"></span><h4><span class="section-number">7.3.25.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">ifexists</span></code><a class="headerlink" href="#ifexists" title="このヘッドラインへのパーマリンク">¶</a></h4>
191191 <p>追加する主キーのレコードがすでにテーブル中に存在するときに実行する式を <a class="reference internal" href="../grn_expr/script_syntax.html"><span class="doc">スクリプト構文</span></a> で指定します。</p>
192192 <p><code class="docutils literal notranslate"><span class="pre">ifexists</span></code> に式を指定し、その式の評価結果が <code class="docutils literal notranslate"><span class="pre">true</span></code> のときは、他のカラム( <code class="docutils literal notranslate"><span class="pre">_key</span></code> カラム以外のすべてのカラム)の値をすべて更新します。</p>
193193 </div>
194194 <div class="section" id="input-type">
195 <span id="load-input-type"></span><h4><span class="section-number">7.3.24.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">input_type</span></code><a class="headerlink" href="#input-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
195 <span id="load-input-type"></span><h4><span class="section-number">7.3.25.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">input_type</span></code><a class="headerlink" href="#input-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
196196 <p><code class="docutils literal notranslate"><span class="pre">values</span></code> のフォーマットを指定します。</p>
197197 <p>HTTP POSTで <code class="docutils literal notranslate"><span class="pre">input_type</span></code> を使うときは適切なHTTP <code class="docutils literal notranslate"><span class="pre">Content-Type</span></code> ヘッダーの値も指定しなければいけないことに注意してください。</p>
198198 <p>指定可能な型と <code class="docutils literal notranslate"><span class="pre">Content-Type</span></code> の値は以下の通りです。</p>
227227 </table>
228228 </div>
229229 <div class="section" id="each">
230 <span id="load-each"></span><h4><span class="section-number">7.3.24.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">each</span></code><a class="headerlink" href="#each" title="このヘッドラインへのパーマリンク">¶</a></h4>
230 <span id="load-each"></span><h4><span class="section-number">7.3.25.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">each</span></code><a class="headerlink" href="#each" title="このヘッドラインへのパーマリンク">¶</a></h4>
231231 <p>TODO</p>
232232 </div>
233233 <div class="section" id="output-ids">
234 <span id="load-output-ids"></span><h4><span class="section-number">7.3.24.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">output_ids</span></code><a class="headerlink" href="#output-ids" title="このヘッドラインへのパーマリンク">¶</a></h4>
234 <span id="load-output-ids"></span><h4><span class="section-number">7.3.25.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">output_ids</span></code><a class="headerlink" href="#output-ids" title="このヘッドラインへのパーマリンク">¶</a></h4>
235235 <p>TODO</p>
236236 </div>
237237 <div class="section" id="output-errors">
238 <span id="load-output-errors"></span><h4><span class="section-number">7.3.24.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">output_errors</span></code><a class="headerlink" href="#output-errors" title="このヘッドラインへのパーマリンク">¶</a></h4>
238 <span id="load-output-errors"></span><h4><span class="section-number">7.3.25.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">output_errors</span></code><a class="headerlink" href="#output-errors" title="このヘッドラインへのパーマリンク">¶</a></h4>
239239 <p>TODO</p>
240240 </div>
241241 <div class="section" id="lock-table">
242 <span id="load-lock-table"></span><h4><span class="section-number">7.3.24.4.2.7. </span><code class="docutils literal notranslate"><span class="pre">lock_table</span></code><a class="headerlink" href="#lock-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
242 <span id="load-lock-table"></span><h4><span class="section-number">7.3.25.4.2.7. </span><code class="docutils literal notranslate"><span class="pre">lock_table</span></code><a class="headerlink" href="#lock-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
243243 <div class="versionadded">
244244 <p><span class="versionmodified added">バージョン 8.0.6 で追加.</span></p>
245245 </div>
262262 </div>
263263 </div>
264264 <div class="section" id="return-value">
265 <h2><span class="section-number">7.3.24.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
265 <h2><span class="section-number">7.3.25.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
266266 <p>このコマンドは以下のフォーマットのレスポンスを返します。:</p>
267267 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[THE_NUMBER_OF_LOADED_RECORDS]
268268 </pre></div>
293293 <p><a class="reference internal" href="#load-output-errors"><span class="std std-ref">output_errors</span></a> が <code class="docutils literal notranslate"><span class="pre">yes</span></code> のときだけ <code class="docutils literal notranslate"><span class="pre">errors</span></code> を含みます。</p>
294294 </div>
295295 <div class="section" id="see-also">
296 <h2><span class="section-number">7.3.24.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
296 <h2><span class="section-number">7.3.25.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
297297 <blockquote>
298298 <div><ul class="simple">
299299 <li><p><a class="reference internal" href="../grn_expr/script_syntax.html"><span class="doc">スクリプト構文</span></a></p></li>
311311 <div class="sphinxsidebarwrapper">
312312 <h3><a href="../../index.html">目次</a></h3>
313313 <ul>
314 <li><a class="reference internal" href="#">7.3.24. <code class="docutils literal notranslate"><span class="pre">load</span></code></a><ul>
315 <li><a class="reference internal" href="#summary">7.3.24.1. 概要</a></li>
316 <li><a class="reference internal" href="#syntax">7.3.24.2. 構文</a></li>
317 <li><a class="reference internal" href="#usage">7.3.24.3. 使い方</a></li>
318 <li><a class="reference internal" href="#parameters">7.3.24.4. 引数</a><ul>
319 <li><a class="reference internal" href="#required-parameters">7.3.24.4.1. 必須引数</a><ul>
320 <li><a class="reference internal" href="#values">7.3.24.4.1.1. <code class="docutils literal notranslate"><span class="pre">values</span></code></a></li>
321 <li><a class="reference internal" href="#table">7.3.24.4.1.2. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
314 <li><a class="reference internal" href="#">7.3.25. <code class="docutils literal notranslate"><span class="pre">load</span></code></a><ul>
315 <li><a class="reference internal" href="#summary">7.3.25.1. 概要</a></li>
316 <li><a class="reference internal" href="#syntax">7.3.25.2. 構文</a></li>
317 <li><a class="reference internal" href="#usage">7.3.25.3. 使い方</a></li>
318 <li><a class="reference internal" href="#parameters">7.3.25.4. 引数</a><ul>
319 <li><a class="reference internal" href="#required-parameters">7.3.25.4.1. 必須引数</a><ul>
320 <li><a class="reference internal" href="#values">7.3.25.4.1.1. <code class="docutils literal notranslate"><span class="pre">values</span></code></a></li>
321 <li><a class="reference internal" href="#table">7.3.25.4.1.2. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
322322 </ul>
323323 </li>
324 <li><a class="reference internal" href="#optional-parameters">7.3.24.4.2. 省略可能引数</a><ul>
325 <li><a class="reference internal" href="#columns">7.3.24.4.2.1. <code class="docutils literal notranslate"><span class="pre">columns</span></code></a></li>
326 <li><a class="reference internal" href="#ifexists">7.3.24.4.2.2. <code class="docutils literal notranslate"><span class="pre">ifexists</span></code></a></li>
327 <li><a class="reference internal" href="#input-type">7.3.24.4.2.3. <code class="docutils literal notranslate"><span class="pre">input_type</span></code></a></li>
328 <li><a class="reference internal" href="#each">7.3.24.4.2.4. <code class="docutils literal notranslate"><span class="pre">each</span></code></a></li>
329 <li><a class="reference internal" href="#output-ids">7.3.24.4.2.5. <code class="docutils literal notranslate"><span class="pre">output_ids</span></code></a></li>
330 <li><a class="reference internal" href="#output-errors">7.3.24.4.2.6. <code class="docutils literal notranslate"><span class="pre">output_errors</span></code></a></li>
331 <li><a class="reference internal" href="#lock-table">7.3.24.4.2.7. <code class="docutils literal notranslate"><span class="pre">lock_table</span></code></a></li>
324 <li><a class="reference internal" href="#optional-parameters">7.3.25.4.2. 省略可能引数</a><ul>
325 <li><a class="reference internal" href="#columns">7.3.25.4.2.1. <code class="docutils literal notranslate"><span class="pre">columns</span></code></a></li>
326 <li><a class="reference internal" href="#ifexists">7.3.25.4.2.2. <code class="docutils literal notranslate"><span class="pre">ifexists</span></code></a></li>
327 <li><a class="reference internal" href="#input-type">7.3.25.4.2.3. <code class="docutils literal notranslate"><span class="pre">input_type</span></code></a></li>
328 <li><a class="reference internal" href="#each">7.3.25.4.2.4. <code class="docutils literal notranslate"><span class="pre">each</span></code></a></li>
329 <li><a class="reference internal" href="#output-ids">7.3.25.4.2.5. <code class="docutils literal notranslate"><span class="pre">output_ids</span></code></a></li>
330 <li><a class="reference internal" href="#output-errors">7.3.25.4.2.6. <code class="docutils literal notranslate"><span class="pre">output_errors</span></code></a></li>
331 <li><a class="reference internal" href="#lock-table">7.3.25.4.2.7. <code class="docutils literal notranslate"><span class="pre">lock_table</span></code></a></li>
332332 </ul>
333333 </li>
334334 </ul>
335335 </li>
336 <li><a class="reference internal" href="#return-value">7.3.24.5. 戻り値</a></li>
337 <li><a class="reference internal" href="#see-also">7.3.24.6. 参考</a></li>
336 <li><a class="reference internal" href="#return-value">7.3.25.5. 戻り値</a></li>
337 <li><a class="reference internal" href="#see-also">7.3.25.6. 参考</a></li>
338338 </ul>
339339 </li>
340340 </ul>
341341
342342 <h4>前のトピックへ</h4>
343343 <p class="topless"><a href="io_flush.html"
344 title="前の章へ"><span class="section-number">7.3.23. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></p>
344 title="前の章へ"><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></p>
345345 <h4>次のトピックへ</h4>
346346 <p class="topless"><a href="lock_acquire.html"
347 title="次の章へ"><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></p>
347 title="次の章へ"><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></p>
348348 <div id="searchbox" style="display: none" role="search">
349349 <h3 id="searchlabel">クイック検索</h3>
350350 <div class="searchformwrapper">
366366 <a href="../../genindex.html" title="総合索引"
367367 >索引</a></li>
368368 <li class="right" >
369 <a href="lock_acquire.html" title="7.3.25. lock_acquire"
369 <a href="lock_acquire.html" title="7.3.26. lock_acquire"
370370 >次へ</a> |</li>
371371 <li class="right" >
372 <a href="io_flush.html" title="7.3.23. io_flush"
372 <a href="io_flush.html" title="7.3.24. io_flush"
373373 >前へ</a> |</li>
374 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
374 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
375375 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
376376 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
377 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
377 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
378378 </ul>
379379 </div>
380380 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.25. lock_acquire &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.26. lock_acquire &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.26. lock_clear" href="lock_clear.html" />
23 <link rel="prev" title="7.3.24. load" href="load.html" />
22 <link rel="next" title="7.3.27. lock_clear" href="lock_clear.html" />
23 <link rel="prev" title="7.3.25. load" href="load.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="lock_clear.html" title="7.3.26. lock_clear"
49 <a href="lock_clear.html" title="7.3.27. lock_clear"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="load.html" title="7.3.24. load"
52 <a href="load.html" title="7.3.25. load"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="lock-acquire">
67 <h1><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code><a class="headerlink" href="#lock-acquire" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code><a class="headerlink" href="#lock-acquire" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.25.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.26.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.1.2 で追加.</span></p>
7272 </div>
7777 </div>
7878 </div>
7979 <div class="section" id="syntax">
80 <h2><span class="section-number">7.3.25.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
80 <h2><span class="section-number">7.3.26.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8181 <p>このコマンドの引数は1つで省略できます:</p>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>lock_acquire [target_name=null]
8383 </pre></div>
8585 <p><code class="docutils literal notranslate"><span class="pre">target_name</span></code> パラメーターを省略した場合は対象オブジェクトはデータベースになります。</p>
8686 </div>
8787 <div class="section" id="usage">
88 <h2><span class="section-number">7.3.25.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
88 <h2><span class="section-number">7.3.26.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8989 <p>以下はデータベースのロックを獲得する例です。</p>
9090 <p>実行例:</p>
9191 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>lock_acquire
118118 </div>
119119 </div>
120120 <div class="section" id="parameters">
121 <h2><span class="section-number">7.3.25.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
121 <h2><span class="section-number">7.3.26.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
122122 <p>このセクションではすべての引数について説明します。</p>
123123 <div class="section" id="target-name">
124 <h3><span class="section-number">7.3.25.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h3>
124 <h3><span class="section-number">7.3.26.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h3>
125125 <p>テーブル名またはカラム名を指定します。</p>
126126 <p>指定しなかったら対象オブジェクトはデータベースになります。</p>
127127 <p>デフォルト値はありません。これは対象オブジェクトはデータベースになるということです。</p>
128128 </div>
129129 </div>
130130 <div class="section" id="return-value">
131 <h2><span class="section-number">7.3.25.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
131 <h2><span class="section-number">7.3.26.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
132132 <p><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code> コマンドはロックを獲得できたかどうかを返します。:</p>
133133 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SUCCEEDED_OR_NOT]
134134 </pre></div>
135135 </div>
136136 <div class="section" id="header">
137 <h3><span class="section-number">7.3.25.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="このヘッドラインへのパーマリンク">¶</a></h3>
137 <h3><span class="section-number">7.3.26.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="このヘッドラインへのパーマリンク">¶</a></h3>
138138 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
139139 </div>
140140 <div class="section" id="succeeded-or-not">
141 <h3><span class="section-number">7.3.25.5.2. </span><code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code><a class="headerlink" href="#succeeded-or-not" title="このヘッドラインへのパーマリンク">¶</a></h3>
141 <h3><span class="section-number">7.3.26.5.2. </span><code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code><a class="headerlink" href="#succeeded-or-not" title="このヘッドラインへのパーマリンク">¶</a></h3>
142142 <p>コマンドの実行が成功するとtrueを返します。失敗するとエラーとしてfalseを返します。</p>
143143 </div>
144144 </div>
145145 <div class="section" id="see-also">
146 <h2><span class="section-number">7.3.25.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
146 <h2><span class="section-number">7.3.26.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
147147 <blockquote>
148148 <div><ul class="simple">
149149 <li><p><a class="reference internal" href="lock_release.html"><span class="doc">lock_release</span></a></p></li>
162162 <div class="sphinxsidebarwrapper">
163163 <h3><a href="../../index.html">目次</a></h3>
164164 <ul>
165 <li><a class="reference internal" href="#">7.3.25. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a><ul>
166 <li><a class="reference internal" href="#summary">7.3.25.1. 概要</a></li>
167 <li><a class="reference internal" href="#syntax">7.3.25.2. 構文</a></li>
168 <li><a class="reference internal" href="#usage">7.3.25.3. 使い方</a></li>
169 <li><a class="reference internal" href="#parameters">7.3.25.4. 引数</a><ul>
170 <li><a class="reference internal" href="#target-name">7.3.25.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
165 <li><a class="reference internal" href="#">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a><ul>
166 <li><a class="reference internal" href="#summary">7.3.26.1. 概要</a></li>
167 <li><a class="reference internal" href="#syntax">7.3.26.2. 構文</a></li>
168 <li><a class="reference internal" href="#usage">7.3.26.3. 使い方</a></li>
169 <li><a class="reference internal" href="#parameters">7.3.26.4. 引数</a><ul>
170 <li><a class="reference internal" href="#target-name">7.3.26.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
171171 </ul>
172172 </li>
173 <li><a class="reference internal" href="#return-value">7.3.25.5. 戻り値</a><ul>
174 <li><a class="reference internal" href="#header">7.3.25.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
175 <li><a class="reference internal" href="#succeeded-or-not">7.3.25.5.2. <code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code></a></li>
173 <li><a class="reference internal" href="#return-value">7.3.26.5. 戻り値</a><ul>
174 <li><a class="reference internal" href="#header">7.3.26.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
175 <li><a class="reference internal" href="#succeeded-or-not">7.3.26.5.2. <code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code></a></li>
176176 </ul>
177177 </li>
178 <li><a class="reference internal" href="#see-also">7.3.25.6. 参考</a></li>
178 <li><a class="reference internal" href="#see-also">7.3.26.6. 参考</a></li>
179179 </ul>
180180 </li>
181181 </ul>
182182
183183 <h4>前のトピックへ</h4>
184184 <p class="topless"><a href="load.html"
185 title="前の章へ"><span class="section-number">7.3.24. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></p>
185 title="前の章へ"><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">load</span></code></a></p>
186186 <h4>次のトピックへ</h4>
187187 <p class="topless"><a href="lock_clear.html"
188 title="次の章へ"><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></p>
188 title="次の章へ"><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></p>
189189 <div id="searchbox" style="display: none" role="search">
190190 <h3 id="searchlabel">クイック検索</h3>
191191 <div class="searchformwrapper">
207207 <a href="../../genindex.html" title="総合索引"
208208 >索引</a></li>
209209 <li class="right" >
210 <a href="lock_clear.html" title="7.3.26. lock_clear"
210 <a href="lock_clear.html" title="7.3.27. lock_clear"
211211 >次へ</a> |</li>
212212 <li class="right" >
213 <a href="load.html" title="7.3.24. load"
213 <a href="load.html" title="7.3.25. load"
214214 >前へ</a> |</li>
215 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
215 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
216216 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
217217 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
218 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
218 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
219219 </ul>
220220 </div>
221221 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.26. lock_clear &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.27. lock_clear &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.27. lock_release" href="lock_release.html" />
23 <link rel="prev" title="7.3.25. lock_acquire" href="lock_acquire.html" />
22 <link rel="next" title="7.3.28. lock_release" href="lock_release.html" />
23 <link rel="prev" title="7.3.26. lock_acquire" href="lock_acquire.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="lock_release.html" title="7.3.27. lock_release"
49 <a href="lock_release.html" title="7.3.28. lock_release"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="lock_acquire.html" title="7.3.25. lock_acquire"
52 <a href="lock_acquire.html" title="7.3.26. lock_acquire"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="lock-clear">
67 <h1><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code><a class="headerlink" href="#lock-clear" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code><a class="headerlink" href="#lock-clear" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.26.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.27.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 4.0.9 で追加.</span></p>
7272 </div>
7777 </div>
7878 </div>
7979 <div class="section" id="syntax">
80 <h2><span class="section-number">7.3.26.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
80 <h2><span class="section-number">7.3.27.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8181 <p>このコマンドの引数は1つで省略できます:</p>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>lock_clear [target_name=null]
8383 </pre></div>
8585 <p><code class="docutils literal notranslate"><span class="pre">target_name</span></code> パラメーターを省略した場合は対象オブジェクトはデータベースになります。これはデータベース中のすべてのロックを解除するという意味です。</p>
8686 </div>
8787 <div class="section" id="usage">
88 <h2><span class="section-number">7.3.26.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
88 <h2><span class="section-number">7.3.27.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8989 <p>以下はデータベースの中のすべてのロックを解除する例です。</p>
9090 <p>実行例:</p>
9191 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>lock_clear
114114 </div>
115115 </div>
116116 <div class="section" id="parameters">
117 <h2><span class="section-number">7.3.26.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
117 <h2><span class="section-number">7.3.27.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
118118 <p>このセクションではすべての引数について説明します。</p>
119119 <div class="section" id="target-name">
120 <h3><span class="section-number">7.3.26.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h3>
120 <h3><span class="section-number">7.3.27.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h3>
121121 <p>テーブル名またはカラム名を指定します。</p>
122122 <p>指定しなかったら対象オブジェクトはデータベースになります。</p>
123123 <p>デフォルト値はありません。これは対象オブジェクトはデータベースになるということです。</p>
124124 </div>
125125 </div>
126126 <div class="section" id="return-value">
127 <h2><span class="section-number">7.3.26.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
127 <h2><span class="section-number">7.3.27.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
128128 <p><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code> コマンドはロックを解除できたかどうかを返します。:</p>
129129 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SUCCEEDED_OR_NOT]
130130 </pre></div>
149149 <div class="sphinxsidebarwrapper">
150150 <h3><a href="../../index.html">目次</a></h3>
151151 <ul>
152 <li><a class="reference internal" href="#">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a><ul>
153 <li><a class="reference internal" href="#summary">7.3.26.1. 概要</a></li>
154 <li><a class="reference internal" href="#syntax">7.3.26.2. 構文</a></li>
155 <li><a class="reference internal" href="#usage">7.3.26.3. 使い方</a></li>
156 <li><a class="reference internal" href="#parameters">7.3.26.4. 引数</a><ul>
157 <li><a class="reference internal" href="#target-name">7.3.26.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
152 <li><a class="reference internal" href="#">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a><ul>
153 <li><a class="reference internal" href="#summary">7.3.27.1. 概要</a></li>
154 <li><a class="reference internal" href="#syntax">7.3.27.2. 構文</a></li>
155 <li><a class="reference internal" href="#usage">7.3.27.3. 使い方</a></li>
156 <li><a class="reference internal" href="#parameters">7.3.27.4. 引数</a><ul>
157 <li><a class="reference internal" href="#target-name">7.3.27.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
158158 </ul>
159159 </li>
160 <li><a class="reference internal" href="#return-value">7.3.26.5. 戻り値</a></li>
160 <li><a class="reference internal" href="#return-value">7.3.27.5. 戻り値</a></li>
161161 </ul>
162162 </li>
163163 </ul>
164164
165165 <h4>前のトピックへ</h4>
166166 <p class="topless"><a href="lock_acquire.html"
167 title="前の章へ"><span class="section-number">7.3.25. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></p>
167 title="前の章へ"><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></p>
168168 <h4>次のトピックへ</h4>
169169 <p class="topless"><a href="lock_release.html"
170 title="次の章へ"><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></p>
170 title="次の章へ"><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></p>
171171 <div id="searchbox" style="display: none" role="search">
172172 <h3 id="searchlabel">クイック検索</h3>
173173 <div class="searchformwrapper">
189189 <a href="../../genindex.html" title="総合索引"
190190 >索引</a></li>
191191 <li class="right" >
192 <a href="lock_release.html" title="7.3.27. lock_release"
192 <a href="lock_release.html" title="7.3.28. lock_release"
193193 >次へ</a> |</li>
194194 <li class="right" >
195 <a href="lock_acquire.html" title="7.3.25. lock_acquire"
195 <a href="lock_acquire.html" title="7.3.26. lock_acquire"
196196 >前へ</a> |</li>
197 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
197 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
198198 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
199199 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
200 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
200 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
201201 </ul>
202202 </div>
203203 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.27. lock_release &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.28. lock_release &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.28. log_level" href="log_level.html" />
23 <link rel="prev" title="7.3.26. lock_clear" href="lock_clear.html" />
22 <link rel="next" title="7.3.29. log_level" href="log_level.html" />
23 <link rel="prev" title="7.3.27. lock_clear" href="lock_clear.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="log_level.html" title="7.3.28. log_level"
49 <a href="log_level.html" title="7.3.29. log_level"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="lock_clear.html" title="7.3.26. lock_clear"
52 <a href="lock_clear.html" title="7.3.27. lock_clear"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="lock-release">
67 <h1><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code><a class="headerlink" href="#lock-release" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code><a class="headerlink" href="#lock-release" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.27.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.28.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.1.2 で追加.</span></p>
7272 </div>
7777 </div>
7878 </div>
7979 <div class="section" id="syntax">
80 <h2><span class="section-number">7.3.27.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
80 <h2><span class="section-number">7.3.28.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8181 <p>このコマンドの引数は1つで省略できます:</p>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>lock_release [target_name=null]
8383 </pre></div>
8585 <p><code class="docutils literal notranslate"><span class="pre">target_name</span></code> パラメーターを省略した場合は対象オブジェクトはデータベースになります。</p>
8686 </div>
8787 <div class="section" id="usage">
88 <h2><span class="section-number">7.3.27.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
88 <h2><span class="section-number">7.3.28.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8989 <p>以下はデータベースのロックを解放する例です。</p>
9090 <p>実行例:</p>
9191 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>lock_acquire
118118 </div>
119119 </div>
120120 <div class="section" id="parameters">
121 <h2><span class="section-number">7.3.27.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
121 <h2><span class="section-number">7.3.28.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
122122 <p>このセクションではすべての引数について説明します。</p>
123123 <div class="section" id="target-name">
124 <h3><span class="section-number">7.3.27.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h3>
124 <h3><span class="section-number">7.3.28.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h3>
125125 <p>テーブル名またはカラム名を指定します。</p>
126126 <p>指定しなかったら対象オブジェクトはデータベースになります。</p>
127127 <p>デフォルト値はありません。これは対象オブジェクトはデータベースになるということです。</p>
128128 </div>
129129 </div>
130130 <div class="section" id="return-value">
131 <h2><span class="section-number">7.3.27.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
131 <h2><span class="section-number">7.3.28.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
132132 <p><code class="docutils literal notranslate"><span class="pre">lock_release</span></code> コマンドはロックを開放できたかどうかを返します。:</p>
133133 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SUCCEEDED_OR_NOT]
134134 </pre></div>
135135 </div>
136136 <div class="section" id="header">
137 <h3><span class="section-number">7.3.27.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="このヘッドラインへのパーマリンク">¶</a></h3>
137 <h3><span class="section-number">7.3.28.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="このヘッドラインへのパーマリンク">¶</a></h3>
138138 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
139139 </div>
140140 <div class="section" id="succeeded-or-not">
141 <h3><span class="section-number">7.3.27.5.2. </span><code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code><a class="headerlink" href="#succeeded-or-not" title="このヘッドラインへのパーマリンク">¶</a></h3>
141 <h3><span class="section-number">7.3.28.5.2. </span><code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code><a class="headerlink" href="#succeeded-or-not" title="このヘッドラインへのパーマリンク">¶</a></h3>
142142 <p>コマンドの実行が成功するとtrueを返します。失敗するとエラーとしてfalseを返します。</p>
143143 </div>
144144 </div>
145145 <div class="section" id="see-also">
146 <h2><span class="section-number">7.3.27.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
146 <h2><span class="section-number">7.3.28.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
147147 <blockquote>
148148 <div><ul class="simple">
149149 <li><p><a class="reference internal" href="lock_acquire.html"><span class="doc">lock_acquire</span></a></p></li>
162162 <div class="sphinxsidebarwrapper">
163163 <h3><a href="../../index.html">目次</a></h3>
164164 <ul>
165 <li><a class="reference internal" href="#">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a><ul>
166 <li><a class="reference internal" href="#summary">7.3.27.1. 概要</a></li>
167 <li><a class="reference internal" href="#syntax">7.3.27.2. 構文</a></li>
168 <li><a class="reference internal" href="#usage">7.3.27.3. 使い方</a></li>
169 <li><a class="reference internal" href="#parameters">7.3.27.4. 引数</a><ul>
170 <li><a class="reference internal" href="#target-name">7.3.27.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
165 <li><a class="reference internal" href="#">7.3.28. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a><ul>
166 <li><a class="reference internal" href="#summary">7.3.28.1. 概要</a></li>
167 <li><a class="reference internal" href="#syntax">7.3.28.2. 構文</a></li>
168 <li><a class="reference internal" href="#usage">7.3.28.3. 使い方</a></li>
169 <li><a class="reference internal" href="#parameters">7.3.28.4. 引数</a><ul>
170 <li><a class="reference internal" href="#target-name">7.3.28.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
171171 </ul>
172172 </li>
173 <li><a class="reference internal" href="#return-value">7.3.27.5. 戻り値</a><ul>
174 <li><a class="reference internal" href="#header">7.3.27.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
175 <li><a class="reference internal" href="#succeeded-or-not">7.3.27.5.2. <code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code></a></li>
173 <li><a class="reference internal" href="#return-value">7.3.28.5. 戻り値</a><ul>
174 <li><a class="reference internal" href="#header">7.3.28.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
175 <li><a class="reference internal" href="#succeeded-or-not">7.3.28.5.2. <code class="docutils literal notranslate"><span class="pre">SUCCEEDED_OR_NOT</span></code></a></li>
176176 </ul>
177177 </li>
178 <li><a class="reference internal" href="#see-also">7.3.27.6. 参考</a></li>
178 <li><a class="reference internal" href="#see-also">7.3.28.6. 参考</a></li>
179179 </ul>
180180 </li>
181181 </ul>
182182
183183 <h4>前のトピックへ</h4>
184184 <p class="topless"><a href="lock_clear.html"
185 title="前の章へ"><span class="section-number">7.3.26. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></p>
185 title="前の章へ"><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></p>
186186 <h4>次のトピックへ</h4>
187187 <p class="topless"><a href="log_level.html"
188 title="次の章へ"><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></p>
188 title="次の章へ"><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></p>
189189 <div id="searchbox" style="display: none" role="search">
190190 <h3 id="searchlabel">クイック検索</h3>
191191 <div class="searchformwrapper">
207207 <a href="../../genindex.html" title="総合索引"
208208 >索引</a></li>
209209 <li class="right" >
210 <a href="log_level.html" title="7.3.28. log_level"
210 <a href="log_level.html" title="7.3.29. log_level"
211211 >次へ</a> |</li>
212212 <li class="right" >
213 <a href="lock_clear.html" title="7.3.26. lock_clear"
213 <a href="lock_clear.html" title="7.3.27. lock_clear"
214214 >前へ</a> |</li>
215 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
215 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
216216 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
217217 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
218 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
218 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
219219 </ul>
220220 </div>
221221 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.28. log_level &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.29. log_level &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.29. log_put" href="log_put.html" />
23 <link rel="prev" title="7.3.27. lock_release" href="lock_release.html" />
22 <link rel="next" title="7.3.30. log_put" href="log_put.html" />
23 <link rel="prev" title="7.3.28. lock_release" href="lock_release.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="log_put.html" title="7.3.29. log_put"
49 <a href="log_put.html" title="7.3.30. log_put"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="lock_release.html" title="7.3.27. lock_release"
52 <a href="lock_release.html" title="7.3.28. lock_release"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="log-level">
67 <h1><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code><a class="headerlink" href="#log-level" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code><a class="headerlink" href="#log-level" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.28.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.29.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">log_level</span></code> コマンドはGroongaのログレベルを設定します。</p>
7171 </div>
7272 <div class="section" id="syntax">
73 <h2><span class="section-number">7.3.28.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
73 <h2><span class="section-number">7.3.29.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7474 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>log_level level
7575 </pre></div>
7676 </div>
7777 </div>
7878 <div class="section" id="usage">
79 <h2><span class="section-number">7.3.28.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
79 <h2><span class="section-number">7.3.29.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8080 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>log_level warning
8181 [true]
8282 </pre></div>
8383 </div>
8484 </div>
8585 <div class="section" id="parameters">
86 <h2><span class="section-number">7.3.28.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
86 <h2><span class="section-number">7.3.29.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
8787 <p><code class="docutils literal notranslate"><span class="pre">level</span></code></p>
8888 <blockquote>
8989 <div><p>ログレベル(1文字)もしくはログレベルを表す文字列を指定します。</p>
141141 </div></blockquote>
142142 </div>
143143 <div class="section" id="return-value">
144 <h2><span class="section-number">7.3.28.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
144 <h2><span class="section-number">7.3.29.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
145145 <p><code class="docutils literal notranslate"><span class="pre">log_level</span></code> コマンドはログレベルの設定に成功したかどうかを返します。:</p>
146146 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SUCCEEDED_OR_NOT]
147147 </pre></div>
156156 </div></blockquote>
157157 </div>
158158 <div class="section" id="see-also">
159 <h2><span class="section-number">7.3.28.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
159 <h2><span class="section-number">7.3.29.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
160160 <p><a class="reference internal" href="log_put.html"><span class="doc">log_put</span></a>
161161 <a class="reference internal" href="log_reopen.html"><span class="doc">log_reopen</span></a></p>
162162 </div>
171171 <div class="sphinxsidebarwrapper">
172172 <h3><a href="../../index.html">目次</a></h3>
173173 <ul>
174 <li><a class="reference internal" href="#">7.3.28. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a><ul>
175 <li><a class="reference internal" href="#summary">7.3.28.1. 概要</a></li>
176 <li><a class="reference internal" href="#syntax">7.3.28.2. 構文</a></li>
177 <li><a class="reference internal" href="#usage">7.3.28.3. 使い方</a></li>
178 <li><a class="reference internal" href="#parameters">7.3.28.4. 引数</a></li>
179 <li><a class="reference internal" href="#return-value">7.3.28.5. 戻り値</a></li>
180 <li><a class="reference internal" href="#see-also">7.3.28.6. 参考</a></li>
174 <li><a class="reference internal" href="#">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a><ul>
175 <li><a class="reference internal" href="#summary">7.3.29.1. 概要</a></li>
176 <li><a class="reference internal" href="#syntax">7.3.29.2. 構文</a></li>
177 <li><a class="reference internal" href="#usage">7.3.29.3. 使い方</a></li>
178 <li><a class="reference internal" href="#parameters">7.3.29.4. 引数</a></li>
179 <li><a class="reference internal" href="#return-value">7.3.29.5. 戻り値</a></li>
180 <li><a class="reference internal" href="#see-also">7.3.29.6. 参考</a></li>
181181 </ul>
182182 </li>
183183 </ul>
184184
185185 <h4>前のトピックへ</h4>
186186 <p class="topless"><a href="lock_release.html"
187 title="前の章へ"><span class="section-number">7.3.27. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></p>
187 title="前の章へ"><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></p>
188188 <h4>次のトピックへ</h4>
189189 <p class="topless"><a href="log_put.html"
190 title="次の章へ"><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></p>
190 title="次の章へ"><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></p>
191191 <div id="searchbox" style="display: none" role="search">
192192 <h3 id="searchlabel">クイック検索</h3>
193193 <div class="searchformwrapper">
209209 <a href="../../genindex.html" title="総合索引"
210210 >索引</a></li>
211211 <li class="right" >
212 <a href="log_put.html" title="7.3.29. log_put"
212 <a href="log_put.html" title="7.3.30. log_put"
213213 >次へ</a> |</li>
214214 <li class="right" >
215 <a href="lock_release.html" title="7.3.27. lock_release"
215 <a href="lock_release.html" title="7.3.28. lock_release"
216216 >前へ</a> |</li>
217 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
217 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
218218 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
219219 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
220 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
220 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
221221 </ul>
222222 </div>
223223 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.29. log_put &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.30. log_put &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.30. log_reopen" href="log_reopen.html" />
23 <link rel="prev" title="7.3.28. log_level" href="log_level.html" />
22 <link rel="next" title="7.3.31. log_reopen" href="log_reopen.html" />
23 <link rel="prev" title="7.3.29. log_level" href="log_level.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="log_reopen.html" title="7.3.30. log_reopen"
49 <a href="log_reopen.html" title="7.3.31. log_reopen"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="log_level.html" title="7.3.28. log_level"
52 <a href="log_level.html" title="7.3.29. log_level"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="log-put">
67 <h1><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code><a class="headerlink" href="#log-put" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code><a class="headerlink" href="#log-put" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.29.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.30.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p>log_put - ログ出力</p>
7171 <p>groonga組込コマンドの一つであるlog_putについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
7272 <p>log_putは、ログにmessageを出力します。</p>
7373 </div>
7474 <div class="section" id="syntax">
75 <h2><span class="section-number">7.3.29.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
75 <h2><span class="section-number">7.3.30.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7676 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>log_put level message
7777 </pre></div>
7878 </div>
7979 </div>
8080 <div class="section" id="usage">
81 <h2><span class="section-number">7.3.29.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
81 <h2><span class="section-number">7.3.30.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>log_put ERROR ****MESSAGE****
8383 [true]
8484 </pre></div>
8585 </div>
8686 </div>
8787 <div class="section" id="parameters">
88 <h2><span class="section-number">7.3.29.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
88 <h2><span class="section-number">7.3.30.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
8989 <p><code class="docutils literal notranslate"><span class="pre">level</span></code></p>
9090 <blockquote>
9191 <div><p>設定するログ出力レベルの値を以下のいずれかで指定します。</p>
106106 </div></blockquote>
107107 </div>
108108 <div class="section" id="return-value">
109 <h2><span class="section-number">7.3.29.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
109 <h2><span class="section-number">7.3.30.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
110110 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[成功かどうかのフラグ]
111111 </pre></div>
112112 </div>
116116 </div></blockquote>
117117 </div>
118118 <div class="section" id="see-also">
119 <h2><span class="section-number">7.3.29.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
119 <h2><span class="section-number">7.3.30.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
120120 <p><a class="reference internal" href="log_level.html"><span class="doc">log_level</span></a>
121121 <a class="reference internal" href="log_reopen.html"><span class="doc">log_reopen</span></a></p>
122122 </div>
131131 <div class="sphinxsidebarwrapper">
132132 <h3><a href="../../index.html">目次</a></h3>
133133 <ul>
134 <li><a class="reference internal" href="#">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a><ul>
135 <li><a class="reference internal" href="#summary">7.3.29.1. 概要</a></li>
136 <li><a class="reference internal" href="#syntax">7.3.29.2. 構文</a></li>
137 <li><a class="reference internal" href="#usage">7.3.29.3. 使い方</a></li>
138 <li><a class="reference internal" href="#parameters">7.3.29.4. 引数</a></li>
139 <li><a class="reference internal" href="#return-value">7.3.29.5. 戻り値</a></li>
140 <li><a class="reference internal" href="#see-also">7.3.29.6. 参考</a></li>
134 <li><a class="reference internal" href="#">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a><ul>
135 <li><a class="reference internal" href="#summary">7.3.30.1. 概要</a></li>
136 <li><a class="reference internal" href="#syntax">7.3.30.2. 構文</a></li>
137 <li><a class="reference internal" href="#usage">7.3.30.3. 使い方</a></li>
138 <li><a class="reference internal" href="#parameters">7.3.30.4. 引数</a></li>
139 <li><a class="reference internal" href="#return-value">7.3.30.5. 戻り値</a></li>
140 <li><a class="reference internal" href="#see-also">7.3.30.6. 参考</a></li>
141141 </ul>
142142 </li>
143143 </ul>
144144
145145 <h4>前のトピックへ</h4>
146146 <p class="topless"><a href="log_level.html"
147 title="前の章へ"><span class="section-number">7.3.28. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></p>
147 title="前の章へ"><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></p>
148148 <h4>次のトピックへ</h4>
149149 <p class="topless"><a href="log_reopen.html"
150 title="次の章へ"><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></p>
150 title="次の章へ"><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></p>
151151 <div id="searchbox" style="display: none" role="search">
152152 <h3 id="searchlabel">クイック検索</h3>
153153 <div class="searchformwrapper">
169169 <a href="../../genindex.html" title="総合索引"
170170 >索引</a></li>
171171 <li class="right" >
172 <a href="log_reopen.html" title="7.3.30. log_reopen"
172 <a href="log_reopen.html" title="7.3.31. log_reopen"
173173 >次へ</a> |</li>
174174 <li class="right" >
175 <a href="log_level.html" title="7.3.28. log_level"
175 <a href="log_level.html" title="7.3.29. log_level"
176176 >前へ</a> |</li>
177 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
177 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
178178 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
179179 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
180 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
180 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
181181 </ul>
182182 </div>
183183 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.30. log_reopen &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.31. log_reopen &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.31. logical_count" href="logical_count.html" />
23 <link rel="prev" title="7.3.29. log_put" href="log_put.html" />
22 <link rel="next" title="7.3.32. logical_count" href="logical_count.html" />
23 <link rel="prev" title="7.3.30. log_put" href="log_put.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="logical_count.html" title="7.3.31. logical_count"
49 <a href="logical_count.html" title="7.3.32. logical_count"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="log_put.html" title="7.3.29. log_put"
52 <a href="log_put.html" title="7.3.30. log_put"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="log-reopen">
67 <h1><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code><a class="headerlink" href="#log-reopen" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code><a class="headerlink" href="#log-reopen" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.30.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.31.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code> はログを再読込するコマンドです。</p>
7171 <p><code class="docutils literal notranslate"><span class="pre">--log-path</span></code> や <code class="docutils literal notranslate"><span class="pre">--query-log-path</span></code> オプションで指定されたログやクエリーログを再読込するのに使います。</p>
7272 <div class="admonition note">
7575 </div>
7676 </div>
7777 <div class="section" id="syntax">
78 <h2><span class="section-number">7.3.30.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
78 <h2><span class="section-number">7.3.31.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7979 <p>このコマンドに引数はありません:</p>
8080 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>log_reopen
8181 </pre></div>
8282 </div>
8383 </div>
8484 <div class="section" id="usage">
85 <h2><span class="section-number">7.3.30.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
85 <h2><span class="section-number">7.3.31.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8686 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>log_reopen
8787
8888 [true]
8989 </pre></div>
9090 </div>
9191 <div class="section" id="lotate-log-files-with-log-reopen">
92 <h3><span class="section-number">7.3.30.3.1. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code> でログローテートを実施する<a class="headerlink" href="#lotate-log-files-with-log-reopen" title="このヘッドラインへのパーマリンク">¶</a></h3>
92 <h3><span class="section-number">7.3.31.3.1. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code> でログローテートを実施する<a class="headerlink" href="#lotate-log-files-with-log-reopen" title="このヘッドラインへのパーマリンク">¶</a></h3>
9393 <ol class="arabic simple">
9494 <li><p>対象となるログファイルをmvコマンドなどで変更する(ログは変更されたログに書かれます)</p></li>
9595 <li><p><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code> コマンドを実行する</p></li>
9898 </div>
9999 </div>
100100 <div class="section" id="parameters">
101 <h2><span class="section-number">7.3.30.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
101 <h2><span class="section-number">7.3.31.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
102102 <p>必須の引数はありません。</p>
103103 </div>
104104 <div class="section" id="return-value">
105 <h2><span class="section-number">7.3.30.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
105 <h2><span class="section-number">7.3.31.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
106106 <p>このコマンドが成功したときは以下のようにボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります:</p>
107107 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
108108 </pre></div>
113113 </div>
114114 </div>
115115 <div class="section" id="see-also">
116 <h2><span class="section-number">7.3.30.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
116 <h2><span class="section-number">7.3.31.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
117117 <p><a class="reference internal" href="log_level.html"><span class="doc">log_level</span></a>
118118 <a class="reference internal" href="log_put.html"><span class="doc">log_put</span></a></p>
119119 </div>
128128 <div class="sphinxsidebarwrapper">
129129 <h3><a href="../../index.html">目次</a></h3>
130130 <ul>
131 <li><a class="reference internal" href="#">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a><ul>
132 <li><a class="reference internal" href="#summary">7.3.30.1. 概要</a></li>
133 <li><a class="reference internal" href="#syntax">7.3.30.2. 構文</a></li>
134 <li><a class="reference internal" href="#usage">7.3.30.3. 使い方</a><ul>
135 <li><a class="reference internal" href="#lotate-log-files-with-log-reopen">7.3.30.3.1. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code> でログローテートを実施する</a></li>
131 <li><a class="reference internal" href="#">7.3.31. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a><ul>
132 <li><a class="reference internal" href="#summary">7.3.31.1. 概要</a></li>
133 <li><a class="reference internal" href="#syntax">7.3.31.2. 構文</a></li>
134 <li><a class="reference internal" href="#usage">7.3.31.3. 使い方</a><ul>
135 <li><a class="reference internal" href="#lotate-log-files-with-log-reopen">7.3.31.3.1. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code> でログローテートを実施する</a></li>
136136 </ul>
137137 </li>
138 <li><a class="reference internal" href="#parameters">7.3.30.4. 引数</a></li>
139 <li><a class="reference internal" href="#return-value">7.3.30.5. 戻り値</a></li>
140 <li><a class="reference internal" href="#see-also">7.3.30.6. 参考</a></li>
138 <li><a class="reference internal" href="#parameters">7.3.31.4. 引数</a></li>
139 <li><a class="reference internal" href="#return-value">7.3.31.5. 戻り値</a></li>
140 <li><a class="reference internal" href="#see-also">7.3.31.6. 参考</a></li>
141141 </ul>
142142 </li>
143143 </ul>
144144
145145 <h4>前のトピックへ</h4>
146146 <p class="topless"><a href="log_put.html"
147 title="前の章へ"><span class="section-number">7.3.29. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></p>
147 title="前の章へ"><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></p>
148148 <h4>次のトピックへ</h4>
149149 <p class="topless"><a href="logical_count.html"
150 title="次の章へ"><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></p>
150 title="次の章へ"><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></p>
151151 <div id="searchbox" style="display: none" role="search">
152152 <h3 id="searchlabel">クイック検索</h3>
153153 <div class="searchformwrapper">
169169 <a href="../../genindex.html" title="総合索引"
170170 >索引</a></li>
171171 <li class="right" >
172 <a href="logical_count.html" title="7.3.31. logical_count"
172 <a href="logical_count.html" title="7.3.32. logical_count"
173173 >次へ</a> |</li>
174174 <li class="right" >
175 <a href="log_put.html" title="7.3.29. log_put"
175 <a href="log_put.html" title="7.3.30. log_put"
176176 >前へ</a> |</li>
177 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
177 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
178178 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
179179 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
180 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
180 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
181181 </ul>
182182 </div>
183183 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.31. logical_count &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.32. logical_count &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.32. logical_parameters" href="logical_parameters.html" />
23 <link rel="prev" title="7.3.30. log_reopen" href="log_reopen.html" />
22 <link rel="next" title="7.3.33. logical_parameters" href="logical_parameters.html" />
23 <link rel="prev" title="7.3.31. log_reopen" href="log_reopen.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="logical_parameters.html" title="7.3.32. logical_parameters"
49 <a href="logical_parameters.html" title="7.3.33. logical_parameters"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="log_reopen.html" title="7.3.30. log_reopen"
52 <a href="log_reopen.html" title="7.3.31. log_reopen"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="logical-count">
67 <h1><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code><a class="headerlink" href="#logical-count" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code><a class="headerlink" href="#logical-count" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.31.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.32.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.0.0 で追加.</span></p>
7272 </div>
7575 <p>このコマンド は <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインに含まれているので、 <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインを <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> する必要があります。</p>
7676 </div>
7777 <div class="section" id="syntax">
78 <h2><span class="section-number">7.3.31.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
78 <h2><span class="section-number">7.3.32.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7979 <p>このコマンドにはたくさんの引数があります。</p>
8080 <p>必須の引数は <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> と <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> です。それ以外の引数は省略可能です:</p>
8181 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_count
132132 </div>
133133 </div>
134134 <div class="section" id="usage">
135 <span id="logical-count-usage"></span><h2><span class="section-number">7.3.31.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
135 <span id="logical-count-usage"></span><h2><span class="section-number">7.3.32.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
136136 <p>例を使いながら使い方を学びましょう。このセクションではよく使われる使い方を紹介します。</p>
137137 <p>このコマンドは <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインに含まれているので <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインを登録する必要があります。</p>
138138 <p>実行例:</p>
241241 </div></blockquote>
242242 </div>
243243 <div class="section" id="parameters">
244 <h2><span class="section-number">7.3.31.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
244 <h2><span class="section-number">7.3.32.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
245245 <p>このセクションではこのコマンドのパラメーターを説明します。</p>
246246 <div class="section" id="required-parameters">
247 <h3><span class="section-number">7.3.31.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
247 <h3><span class="section-number">7.3.32.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
248248 <p>必須引数は二つあります。 <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> と <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> です。</p>
249249 <div class="section" id="logical-table">
250 <span id="logical-count-logical-table"></span><h4><span class="section-number">7.3.31.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
250 <span id="logical-count-logical-table"></span><h4><span class="section-number">7.3.32.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
251251 <p>論理テーブル名を指定します。これは <code class="docutils literal notranslate"><span class="pre">_YYYYMMDD</span></code> をテーブル名から除いたものです。実際のテーブルが <code class="docutils literal notranslate"><span class="pre">Logs_20150203</span></code> や <code class="docutils literal notranslate"><span class="pre">Logs_20150203</span></code> といったものなら、論理テーブル名は <code class="docutils literal notranslate"><span class="pre">Logs</span></code> です。</p>
252252 <p><code class="docutils literal notranslate"><span class="pre">logical_table</span></code> と <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> だけを指定すると全レコード数をカウントできます。これらの引数は必須の引数です。</p>
253253 <p>実行例:</p>
281281 </div>
282282 </div>
283283 <div class="section" id="shard-key">
284 <span id="logical-count-shard-key"></span><h4><span class="section-number">7.3.31.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="このヘッドラインへのパーマリンク">¶</a></h4>
284 <span id="logical-count-shard-key"></span><h4><span class="section-number">7.3.32.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="このヘッドラインへのパーマリンク">¶</a></h4>
285285 <p>シャードキーとして使うカラム名を指定します。シャードキーは適切なシャードへレコードを分配するために使う値を保存しているカラムです。</p>
286286 <p>今のところ、シャードキーは <code class="docutils literal notranslate"><span class="pre">Time</span></code> 型でなければいけません。</p>
287287 <p><code class="docutils literal notranslate"><span class="pre">shard_key</span></code> の指定方法は <a class="reference internal" href="#logical-count-logical-table"><span class="std std-ref">logical_table</span></a> を見てください。</p>
288288 </div>
289289 </div>
290290 <div class="section" id="optional-parameters">
291 <h3><span class="section-number">7.3.31.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
291 <h3><span class="section-number">7.3.32.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
292292 <p>いくつか省略可能な引数があります。</p>
293293 <div class="section" id="min">
294 <span id="logical-count-min"></span><h4><span class="section-number">7.3.31.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="このヘッドラインへのパーマリンク">¶</a></h4>
294 <span id="logical-count-min"></span><h4><span class="section-number">7.3.32.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="このヘッドラインへのパーマリンク">¶</a></h4>
295295 <p><code class="docutils literal notranslate"><span class="pre">shard_key</span></code> カラムの最小値を指定します。シャードにマッチするレコードがない場合は、そのシャードは検索対象外になります。</p>
296296 <p>たとえば、 <code class="docutils literal notranslate"><span class="pre">min</span></code> が <code class="docutils literal notranslate"><span class="pre">&quot;2015/07/09</span> <span class="pre">00:00:00&quot;</span></code> なら、 <code class="docutils literal notranslate"><span class="pre">Entry_20150708</span></code> は検索対象外です。なぜなら、 <code class="docutils literal notranslate"><span class="pre">Entry_20150708</span></code> は <code class="docutils literal notranslate"><span class="pre">&quot;2015/07/08&quot;</span></code> のレコードしかないからです。</p>
297297 <p>以下の例は <code class="docutils literal notranslate"><span class="pre">Entry_20150709</span></code> テーブルだけを使う例です。 <code class="docutils literal notranslate"><span class="pre">Entry_20150708</span></code> は使われません。</p>
305305 </div>
306306 </div>
307307 <div class="section" id="min-border">
308 <span id="logical-count-min-border"></span><h4><span class="section-number">7.3.31.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
308 <span id="logical-count-min-border"></span><h4><span class="section-number">7.3.32.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
309309 <p>最小値を含めるかどうかを指定します。指定可能な値は次の通りです。</p>
310310 <table class="docutils align-default">
311311 <colgroup>
338338 </div>
339339 </div>
340340 <div class="section" id="max">
341 <span id="logical-count-max"></span><h4><span class="section-number">7.3.31.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="このヘッドラインへのパーマリンク">¶</a></h4>
341 <span id="logical-count-max"></span><h4><span class="section-number">7.3.32.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="このヘッドラインへのパーマリンク">¶</a></h4>
342342 <p><code class="docutils literal notranslate"><span class="pre">shard_key</span></code> カラムの最大値を指定します。シャードにマッチするレコードがない場合、そのシャードは検索対象外になります。</p>
343343 <p>たとえば、 <code class="docutils literal notranslate"><span class="pre">max</span></code> が <code class="docutils literal notranslate"><span class="pre">&quot;2015/07/08</span> <span class="pre">23:59:59&quot;</span></code> なら <code class="docutils literal notranslate"><span class="pre">Entry_20150709</span></code> は検索対象外です。なぜなら <code class="docutils literal notranslate"><span class="pre">Entry_20150709</span></code> には <code class="docutils literal notranslate"><span class="pre">&quot;&quot;2015/07/09&quot;</span></code> のレコードしかないからです。</p>
344344 <p>以下の例は <code class="docutils literal notranslate"><span class="pre">Entry_20150708</span></code> テーブルだけを使います。 <code class="docutils literal notranslate"><span class="pre">Entry_20150709</span></code> は使いません。</p>
352352 </div>
353353 </div>
354354 <div class="section" id="max-border">
355 <span id="logical-count-max-border"></span><h4><span class="section-number">7.3.31.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
355 <span id="logical-count-max-border"></span><h4><span class="section-number">7.3.32.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
356356 <p>最大値を含めるかどうかを指定します。指定可能な値は次の通りです。</p>
357357 <table class="docutils align-default">
358358 <colgroup>
386386 </div>
387387 </div>
388388 <div class="section" id="search-related-parameters">
389 <span id="logical-count-search-related-parameters"></span><h3><span class="section-number">7.3.31.4.3. </span>検索関係の引数<a class="headerlink" href="#search-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
389 <span id="logical-count-search-related-parameters"></span><h3><span class="section-number">7.3.32.4.3. </span>検索関係の引数<a class="headerlink" href="#search-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
390390 <p>このコマンドは <a class="reference internal" href="select.html"><span class="doc">select</span></a> 互換の検索関連パラメーターをサポートしています。</p>
391391 <div class="section" id="filter">
392 <span id="logical-count-filter"></span><h4><span class="section-number">7.3.31.4.3.1. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
392 <span id="logical-count-filter"></span><h4><span class="section-number">7.3.32.4.3.1. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
393393 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> を見てください。</p>
394394 <p>以下は例です。</p>
395395 <p>実行例:</p>
402402 </div>
403403 </div>
404404 <div class="section" id="post-filter">
405 <span id="logical-count-post-filter"></span><h4><span class="section-number">7.3.31.4.3.2. </span><code class="docutils literal notranslate"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
405 <span id="logical-count-post-filter"></span><h4><span class="section-number">7.3.32.4.3.2. </span><code class="docutils literal notranslate"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
406406 <div class="versionadded">
407407 <p><span class="versionmodified added">バージョン 8.0.1 で追加.</span></p>
408408 </div>
425425 </div>
426426 </div>
427427 <div class="section" id="dynamic-column-related-parameters">
428 <span id="logical-count-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.31.4.4. </span>動的カラム関連の引数<a class="headerlink" href="#dynamic-column-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
428 <span id="logical-count-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.32.4.4. </span>動的カラム関連の引数<a class="headerlink" href="#dynamic-column-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
429429 <div class="versionadded">
430430 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
431431 </div>
432432 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> のすべての動的カラム関連パラメーターをサポートしています。詳細は <a class="reference internal" href="select.html#select-dynamic-column-related-parameters"><span class="std std-ref">動的カラム関連の引数</span></a> を見てください。</p>
433433 <div class="section" id="columns-name-stage">
434 <span id="logical-count-columns-name-stage"></span><h4><span class="section-number">7.3.31.4.4.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
434 <span id="logical-count-columns-name-stage"></span><h4><span class="section-number">7.3.32.4.4.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
435435 <div class="versionadded">
436436 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
437437 </div>
455455 </div>
456456 </div>
457457 <div class="section" id="columns-name-flags">
458 <span id="logical-count-columns-name-flags"></span><h4><span class="section-number">7.3.31.4.4.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
458 <span id="logical-count-columns-name-flags"></span><h4><span class="section-number">7.3.32.4.4.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
459459 <div class="versionadded">
460460 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
461461 </div>
478478 </div>
479479 </div>
480480 <div class="section" id="columns-name-type">
481 <span id="logical-count-columns-name-type"></span><h4><span class="section-number">7.3.31.4.4.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
481 <span id="logical-count-columns-name-type"></span><h4><span class="section-number">7.3.32.4.4.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
482482 <div class="versionadded">
483483 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
484484 </div>
498498 </div>
499499 </div>
500500 <div class="section" id="columns-name-value">
501 <span id="logical-count-columns-name-value"></span><h4><span class="section-number">7.3.31.4.4.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="このヘッドラインへのパーマリンク">¶</a></h4>
501 <span id="logical-count-columns-name-value"></span><h4><span class="section-number">7.3.32.4.4.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="このヘッドラインへのパーマリンク">¶</a></h4>
502502 <div class="versionadded">
503503 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
504504 </div>
522522 </div>
523523 </div>
524524 <div class="section" id="window-function-related-parameters">
525 <span id="logical-count-window-function-related-parameters"></span><h3><span class="section-number">7.3.31.4.5. </span>ウィンドウ関数関連の引数<a class="headerlink" href="#window-function-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
525 <span id="logical-count-window-function-related-parameters"></span><h3><span class="section-number">7.3.32.4.5. </span>ウィンドウ関数関連の引数<a class="headerlink" href="#window-function-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
526526 <div class="versionadded">
527527 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
528528 </div>
581581 </pre></div>
582582 </div>
583583 <div class="section" id="columns-name-window-sort-keys">
584 <span id="logical-count-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.31.4.5.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
584 <span id="logical-count-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.32.4.5.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
585585 <div class="versionadded">
586586 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
587587 </div>
603603 </div>
604604 </div>
605605 <div class="section" id="columns-name-window-group-keys">
606 <span id="logical-count-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.31.4.5.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
606 <span id="logical-count-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.32.4.5.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
607607 <div class="versionadded">
608608 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
609609 </div>
625625 </div>
626626 </div>
627627 <div class="section" id="cache-related-parameter">
628 <h3><span class="section-number">7.3.31.4.6. </span>キャッシュ関連の引数<a class="headerlink" href="#cache-related-parameter" title="このヘッドラインへのパーマリンク">¶</a></h3>
628 <h3><span class="section-number">7.3.32.4.6. </span>キャッシュ関連の引数<a class="headerlink" href="#cache-related-parameter" title="このヘッドラインへのパーマリンク">¶</a></h3>
629629 <div class="section" id="cache">
630 <span id="logical-count-cache"></span><h4><span class="section-number">7.3.31.4.6.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="このヘッドラインへのパーマリンク">¶</a></h4>
630 <span id="logical-count-cache"></span><h4><span class="section-number">7.3.32.4.6.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="このヘッドラインへのパーマリンク">¶</a></h4>
631631 <p>このクエリーの結果をキャッシュするかどうかを指定します。</p>
632632 <p>このクエリーの結果がキャッシュしてあると、次に同じクエリーを実行するときはキャッシュを使って高速にレスポンスを返すことができます。</p>
633633 <p>これは既存のキャッシュされた結果を使うかどうかを指定するものではありません。</p>
665665 </div>
666666 </div>
667667 <div class="section" id="return-value">
668 <h2><span class="section-number">7.3.31.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
668 <h2><span class="section-number">7.3.32.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
669669 <p>このコマンドは以下のフォーマットのレスポンスを返します。:</p>
670670 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, N_HITS]
671671 </pre></div>
685685 <div class="sphinxsidebarwrapper">
686686 <h3><a href="../../index.html">目次</a></h3>
687687 <ul>
688 <li><a class="reference internal" href="#">7.3.31. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a><ul>
689 <li><a class="reference internal" href="#summary">7.3.31.1. 概要</a></li>
690 <li><a class="reference internal" href="#syntax">7.3.31.2. 構文</a></li>
691 <li><a class="reference internal" href="#usage">7.3.31.3. 使い方</a></li>
692 <li><a class="reference internal" href="#parameters">7.3.31.4. 引数</a><ul>
693 <li><a class="reference internal" href="#required-parameters">7.3.31.4.1. 必須引数</a><ul>
694 <li><a class="reference internal" href="#logical-table">7.3.31.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
695 <li><a class="reference internal" href="#shard-key">7.3.31.4.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
688 <li><a class="reference internal" href="#">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a><ul>
689 <li><a class="reference internal" href="#summary">7.3.32.1. 概要</a></li>
690 <li><a class="reference internal" href="#syntax">7.3.32.2. 構文</a></li>
691 <li><a class="reference internal" href="#usage">7.3.32.3. 使い方</a></li>
692 <li><a class="reference internal" href="#parameters">7.3.32.4. 引数</a><ul>
693 <li><a class="reference internal" href="#required-parameters">7.3.32.4.1. 必須引数</a><ul>
694 <li><a class="reference internal" href="#logical-table">7.3.32.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
695 <li><a class="reference internal" href="#shard-key">7.3.32.4.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
696696 </ul>
697697 </li>
698 <li><a class="reference internal" href="#optional-parameters">7.3.31.4.2. 省略可能引数</a><ul>
699 <li><a class="reference internal" href="#min">7.3.31.4.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
700 <li><a class="reference internal" href="#min-border">7.3.31.4.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
701 <li><a class="reference internal" href="#max">7.3.31.4.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
702 <li><a class="reference internal" href="#max-border">7.3.31.4.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
698 <li><a class="reference internal" href="#optional-parameters">7.3.32.4.2. 省略可能引数</a><ul>
699 <li><a class="reference internal" href="#min">7.3.32.4.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
700 <li><a class="reference internal" href="#min-border">7.3.32.4.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
701 <li><a class="reference internal" href="#max">7.3.32.4.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
702 <li><a class="reference internal" href="#max-border">7.3.32.4.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
703703 </ul>
704704 </li>
705 <li><a class="reference internal" href="#search-related-parameters">7.3.31.4.3. 検索関係の引数</a><ul>
706 <li><a class="reference internal" href="#filter">7.3.31.4.3.1. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
707 <li><a class="reference internal" href="#post-filter">7.3.31.4.3.2. <code class="docutils literal notranslate"><span class="pre">post_filter</span></code></a></li>
705 <li><a class="reference internal" href="#search-related-parameters">7.3.32.4.3. 検索関係の引数</a><ul>
706 <li><a class="reference internal" href="#filter">7.3.32.4.3.1. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
707 <li><a class="reference internal" href="#post-filter">7.3.32.4.3.2. <code class="docutils literal notranslate"><span class="pre">post_filter</span></code></a></li>
708708 </ul>
709709 </li>
710 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.31.4.4. 動的カラム関連の引数</a><ul>
711 <li><a class="reference internal" href="#columns-name-stage">7.3.31.4.4.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
712 <li><a class="reference internal" href="#columns-name-flags">7.3.31.4.4.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
713 <li><a class="reference internal" href="#columns-name-type">7.3.31.4.4.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
714 <li><a class="reference internal" href="#columns-name-value">7.3.31.4.4.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
710 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.32.4.4. 動的カラム関連の引数</a><ul>
711 <li><a class="reference internal" href="#columns-name-stage">7.3.32.4.4.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
712 <li><a class="reference internal" href="#columns-name-flags">7.3.32.4.4.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
713 <li><a class="reference internal" href="#columns-name-type">7.3.32.4.4.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
714 <li><a class="reference internal" href="#columns-name-value">7.3.32.4.4.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
715715 </ul>
716716 </li>
717 <li><a class="reference internal" href="#window-function-related-parameters">7.3.31.4.5. ウィンドウ関数関連の引数</a><ul>
718 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.31.4.5.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
719 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.31.4.5.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
717 <li><a class="reference internal" href="#window-function-related-parameters">7.3.32.4.5. ウィンドウ関数関連の引数</a><ul>
718 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.32.4.5.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
719 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.32.4.5.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
720720 </ul>
721721 </li>
722 <li><a class="reference internal" href="#cache-related-parameter">7.3.31.4.6. キャッシュ関連の引数</a><ul>
723 <li><a class="reference internal" href="#cache">7.3.31.4.6.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
722 <li><a class="reference internal" href="#cache-related-parameter">7.3.32.4.6. キャッシュ関連の引数</a><ul>
723 <li><a class="reference internal" href="#cache">7.3.32.4.6.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
724724 </ul>
725725 </li>
726726 </ul>
727727 </li>
728 <li><a class="reference internal" href="#return-value">7.3.31.5. 戻り値</a></li>
728 <li><a class="reference internal" href="#return-value">7.3.32.5. 戻り値</a></li>
729729 </ul>
730730 </li>
731731 </ul>
732732
733733 <h4>前のトピックへ</h4>
734734 <p class="topless"><a href="log_reopen.html"
735 title="前の章へ"><span class="section-number">7.3.30. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></p>
735 title="前の章へ"><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></p>
736736 <h4>次のトピックへ</h4>
737737 <p class="topless"><a href="logical_parameters.html"
738 title="次の章へ"><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></p>
738 title="次の章へ"><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></p>
739739 <div id="searchbox" style="display: none" role="search">
740740 <h3 id="searchlabel">クイック検索</h3>
741741 <div class="searchformwrapper">
757757 <a href="../../genindex.html" title="総合索引"
758758 >索引</a></li>
759759 <li class="right" >
760 <a href="logical_parameters.html" title="7.3.32. logical_parameters"
760 <a href="logical_parameters.html" title="7.3.33. logical_parameters"
761761 >次へ</a> |</li>
762762 <li class="right" >
763 <a href="log_reopen.html" title="7.3.30. log_reopen"
763 <a href="log_reopen.html" title="7.3.31. log_reopen"
764764 >前へ</a> |</li>
765 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
765 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
766766 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
767767 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
768 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
768 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
769769 </ul>
770770 </div>
771771 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.32. logical_parameters &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.33. logical_parameters &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.33. logical_range_filter" href="logical_range_filter.html" />
23 <link rel="prev" title="7.3.31. logical_count" href="logical_count.html" />
22 <link rel="next" title="7.3.34. logical_range_filter" href="logical_range_filter.html" />
23 <link rel="prev" title="7.3.32. logical_count" href="logical_count.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="logical_range_filter.html" title="7.3.33. logical_range_filter"
49 <a href="logical_range_filter.html" title="7.3.34. logical_range_filter"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="logical_count.html" title="7.3.31. logical_count"
52 <a href="logical_count.html" title="7.3.32. logical_count"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="logical-parameters">
67 <h1><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code><a class="headerlink" href="#logical-parameters" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code><a class="headerlink" href="#logical-parameters" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.32.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.33.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.0.6 で追加.</span></p>
7272 </div>
9090 </div>
9191 </div>
9292 <div class="section" id="syntax">
93 <h2><span class="section-number">7.3.32.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
93 <h2><span class="section-number">7.3.33.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
9494 <p>このコマンドの引数は1つで省略できます:</p>
9595 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_parameters [range_index=null]
9696 </pre></div>
9797 </div>
9898 </div>
9999 <div class="section" id="usage">
100 <h2><span class="section-number">7.3.32.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
100 <h2><span class="section-number">7.3.33.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
101101 <p>このコマンドを使うには事前に <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインを登録します。</p>
102102 <p>実行例:</p>
103103 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register sharding
119119 <p><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code> は、新しい値を設定するときは、新しい値を設定する前の値を返します。</p>
120120 </div>
121121 <div class="section" id="parameters">
122 <h2><span class="section-number">7.3.32.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
122 <h2><span class="section-number">7.3.33.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
123123 <p>このセクションでは引数について説明します。</p>
124124 <div class="section" id="required-parameters">
125 <h3><span class="section-number">7.3.32.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
125 <h3><span class="section-number">7.3.33.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
126126 <p>必須の引数はありません。</p>
127127 </div>
128128 <div class="section" id="optional-parameters">
129 <h3><span class="section-number">7.3.32.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
129 <h3><span class="section-number">7.3.33.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
130130 <p>省略可能な引数が1つあります。</p>
131131 <div class="section" id="range-index">
132 <span id="logical-parameters-range-index"></span><h4><span class="section-number">7.3.32.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">range_index</span></code><a class="headerlink" href="#range-index" title="このヘッドラインへのパーマリンク">¶</a></h4>
132 <span id="logical-parameters-range-index"></span><h4><span class="section-number">7.3.33.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">range_index</span></code><a class="headerlink" href="#range-index" title="このヘッドラインへのパーマリンク">¶</a></h4>
133133 <p><a class="reference internal" href="logical_range_filter.html"><span class="doc">logical_range_filter</span></a> でどのように範囲インデックスを使うかをキーワードで指定します。</p>
134134 <p>指定できるキーワードは以下の通りです。</p>
135135 <blockquote>
161161 </div>
162162 </div>
163163 <div class="section" id="return-value">
164 <h2><span class="section-number">7.3.32.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
164 <h2><span class="section-number">7.3.33.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
165165 <p>このコマンドは <code class="docutils literal notranslate"><span class="pre">logical_*</span></code> コマンドが使うパラメーターの現在値を返します:</p>
166166 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
167167 HEADER,
190190 <div class="sphinxsidebarwrapper">
191191 <h3><a href="../../index.html">目次</a></h3>
192192 <ul>
193 <li><a class="reference internal" href="#">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a><ul>
194 <li><a class="reference internal" href="#summary">7.3.32.1. 概要</a></li>
195 <li><a class="reference internal" href="#syntax">7.3.32.2. 構文</a></li>
196 <li><a class="reference internal" href="#usage">7.3.32.3. 使い方</a></li>
197 <li><a class="reference internal" href="#parameters">7.3.32.4. 引数</a><ul>
198 <li><a class="reference internal" href="#required-parameters">7.3.32.4.1. 必須引数</a></li>
199 <li><a class="reference internal" href="#optional-parameters">7.3.32.4.2. 省略可能引数</a><ul>
200 <li><a class="reference internal" href="#range-index">7.3.32.4.2.1. <code class="docutils literal notranslate"><span class="pre">range_index</span></code></a></li>
193 <li><a class="reference internal" href="#">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a><ul>
194 <li><a class="reference internal" href="#summary">7.3.33.1. 概要</a></li>
195 <li><a class="reference internal" href="#syntax">7.3.33.2. 構文</a></li>
196 <li><a class="reference internal" href="#usage">7.3.33.3. 使い方</a></li>
197 <li><a class="reference internal" href="#parameters">7.3.33.4. 引数</a><ul>
198 <li><a class="reference internal" href="#required-parameters">7.3.33.4.1. 必須引数</a></li>
199 <li><a class="reference internal" href="#optional-parameters">7.3.33.4.2. 省略可能引数</a><ul>
200 <li><a class="reference internal" href="#range-index">7.3.33.4.2.1. <code class="docutils literal notranslate"><span class="pre">range_index</span></code></a></li>
201201 </ul>
202202 </li>
203203 </ul>
204204 </li>
205 <li><a class="reference internal" href="#return-value">7.3.32.5. 戻り値</a></li>
205 <li><a class="reference internal" href="#return-value">7.3.33.5. 戻り値</a></li>
206206 </ul>
207207 </li>
208208 </ul>
209209
210210 <h4>前のトピックへ</h4>
211211 <p class="topless"><a href="logical_count.html"
212 title="前の章へ"><span class="section-number">7.3.31. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></p>
212 title="前の章へ"><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></p>
213213 <h4>次のトピックへ</h4>
214214 <p class="topless"><a href="logical_range_filter.html"
215 title="次の章へ"><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></p>
215 title="次の章へ"><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></p>
216216 <div id="searchbox" style="display: none" role="search">
217217 <h3 id="searchlabel">クイック検索</h3>
218218 <div class="searchformwrapper">
234234 <a href="../../genindex.html" title="総合索引"
235235 >索引</a></li>
236236 <li class="right" >
237 <a href="logical_range_filter.html" title="7.3.33. logical_range_filter"
237 <a href="logical_range_filter.html" title="7.3.34. logical_range_filter"
238238 >次へ</a> |</li>
239239 <li class="right" >
240 <a href="logical_count.html" title="7.3.31. logical_count"
240 <a href="logical_count.html" title="7.3.32. logical_count"
241241 >前へ</a> |</li>
242 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
242 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
243243 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
244244 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
245 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
245 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
246246 </ul>
247247 </div>
248248 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.33. logical_range_filter &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.34. logical_range_filter &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.34. logical_select" href="logical_select.html" />
23 <link rel="prev" title="7.3.32. logical_parameters" href="logical_parameters.html" />
22 <link rel="next" title="7.3.35. logical_select" href="logical_select.html" />
23 <link rel="prev" title="7.3.33. logical_parameters" href="logical_parameters.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="logical_select.html" title="7.3.34. logical_select"
49 <a href="logical_select.html" title="7.3.35. logical_select"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="logical_parameters.html" title="7.3.32. logical_parameters"
52 <a href="logical_parameters.html" title="7.3.33. logical_parameters"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="logical-range-filter">
67 <h1><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code><a class="headerlink" href="#logical-range-filter" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code><a class="headerlink" href="#logical-range-filter" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.33.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.34.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.0.0 で追加.</span></p>
7272 </div>
7979 <p>このコマンド は <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインに含まれているので、 <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインを <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> する必要があります。</p>
8080 </div>
8181 <div class="section" id="syntax">
82 <h2><span class="section-number">7.3.33.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
82 <h2><span class="section-number">7.3.34.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8383 <p>このコマンドにはたくさんの引数があります。</p>
8484 <p>必須引数は2つあります。 <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> と <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> です。</p>
8585 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_range_filter
142142 </div>
143143 </div>
144144 <div class="section" id="usage">
145 <h2><span class="section-number">7.3.33.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
145 <h2><span class="section-number">7.3.34.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
146146 <p>例を使いながら使い方を学びましょう。このセクションではよく使われる使い方を紹介します。</p>
147147 <p>このコマンドは <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインに含まれているので <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインを登録する必要があります。</p>
148148 <p>実行例:</p>
232232 <p><code class="docutils literal notranslate"><span class="pre">Entries_YYYYMMDD._key</span></code> カラムと <code class="docutils literal notranslate"><span class="pre">Entries_YYYYMMDD.content</span></code> カラムには <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> トークナイザーを使ったインデックスを作成します。そのため、 <code class="docutils literal notranslate"><span class="pre">Entries_YYYYMMDD._key</span></code> と <code class="docutils literal notranslate"><span class="pre">Entries_YYYYMMDD.content</span></code> は両方とも全文検索できます。</p>
233233 <p>これで例を示すためのスキーマとデータの準備ができました。</p>
234234 <div class="section" id="simple-usage">
235 <h3><span class="section-number">7.3.33.3.1. </span>簡単な使い方<a class="headerlink" href="#simple-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
235 <h3><span class="section-number">7.3.34.3.1. </span>簡単な使い方<a class="headerlink" href="#simple-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
236236 <p>TODO</p>
237237 </div>
238238 </div>
239239 <div class="section" id="parameters">
240 <h2><span class="section-number">7.3.33.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
240 <h2><span class="section-number">7.3.34.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
241241 <p>このセクションでは <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code> の引数について説明します。</p>
242242 <div class="section" id="required-parameters">
243 <h3><span class="section-number">7.3.33.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
243 <h3><span class="section-number">7.3.34.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
244244 <p>必須引数は二つあります。 <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> と <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> です。</p>
245245 <div class="section" id="logical-table">
246 <h4><span class="section-number">7.3.33.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
246 <h4><span class="section-number">7.3.34.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
247247 <p>論理テーブル名を指定します。これは <code class="docutils literal notranslate"><span class="pre">_YYYYMMDD</span></code> をテーブル名からのぞいたものです。実際のテーブルが <code class="docutils literal notranslate"><span class="pre">Entries_20150708</span></code> や <code class="docutils literal notranslate"><span class="pre">Entries_20150709</span></code> といったものなら、論理テーブル名は <code class="docutils literal notranslate"><span class="pre">Entries</span></code> です。</p>
248248 <p>実行例:</p>
249249 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_range_filter --logical_table Entries --shard_key created_at
338338 </div>
339339 </div>
340340 <div class="section" id="shard-key">
341 <h4><span class="section-number">7.3.33.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="このヘッドラインへのパーマリンク">¶</a></h4>
341 <h4><span class="section-number">7.3.34.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="このヘッドラインへのパーマリンク">¶</a></h4>
342342 <p>個々のテーブルで共通のキーとして扱うカラム名を指定します。</p>
343343 <p>TODO: Add examples</p>
344344 </div>
345345 </div>
346346 <div class="section" id="optional-parameters">
347 <h3><span class="section-number">7.3.33.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
347 <h3><span class="section-number">7.3.34.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
348348 <p>いくつか省略可能な引数があります。</p>
349349 <div class="section" id="min">
350 <h4><span class="section-number">7.3.33.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="このヘッドラインへのパーマリンク">¶</a></h4>
350 <h4><span class="section-number">7.3.34.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="このヘッドラインへのパーマリンク">¶</a></h4>
351351 <p><code class="docutils literal notranslate"><span class="pre">shard_key</span></code> の最小値を指定します。</p>
352352 <p>TODO: Add examples</p>
353353 </div>
354354 <div class="section" id="min-border">
355 <h4><span class="section-number">7.3.33.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
355 <h4><span class="section-number">7.3.34.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
356356 <p>最小値を境界値として含めるのか否かを指定します。 <code class="docutils literal notranslate"><span class="pre">include</span></code> もしくは <code class="docutils literal notranslate"><span class="pre">exclude</span></code> を指定します。</p>
357357 <p>TODO: Add examples</p>
358358 </div>
359359 <div class="section" id="max">
360 <h4><span class="section-number">7.3.33.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="このヘッドラインへのパーマリンク">¶</a></h4>
360 <h4><span class="section-number">7.3.34.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="このヘッドラインへのパーマリンク">¶</a></h4>
361361 <p><code class="docutils literal notranslate"><span class="pre">shard_key</span></code> の最大値を指定します。</p>
362362 <p>TODO: Add examples</p>
363363 </div>
364364 <div class="section" id="max-border">
365 <h4><span class="section-number">7.3.33.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
365 <h4><span class="section-number">7.3.34.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
366366 <p>最大値を境界値として含めるのか否かを指定します。 <code class="docutils literal notranslate"><span class="pre">include</span></code> もしくは <code class="docutils literal notranslate"><span class="pre">exclude</span></code> を指定します。</p>
367367 <p>TODO: Add examples</p>
368368 </div>
369369 <div class="section" id="order">
370 <h4><span class="section-number">7.3.33.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">order</span></code><a class="headerlink" href="#order" title="このヘッドラインへのパーマリンク">¶</a></h4>
370 <h4><span class="section-number">7.3.34.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">order</span></code><a class="headerlink" href="#order" title="このヘッドラインへのパーマリンク">¶</a></h4>
371371 <p>検索結果の順序を指定します。<code class="docutils literal notranslate"><span class="pre">ascending</span></code> もしくは <code class="docutils literal notranslate"><span class="pre">descending</span></code> を指定します。</p>
372372 <p><code class="docutils literal notranslate"><span class="pre">ascending</span></code> を設定した場合は、 <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> を基準に検索結果は昇順に並べられます。<code class="docutils literal notranslate"><span class="pre">descending</span></code> を設定した場合は、 <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> を基準に検索結果は降順に並べられます。</p>
373373 <p>実行例:</p>
443443 </div>
444444 </div>
445445 <div class="section" id="search-related-parameters">
446 <span id="logical-range-filter-search-related-parameters"></span><h3><span class="section-number">7.3.33.4.3. </span>検索関係の引数<a class="headerlink" href="#search-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
446 <span id="logical-range-filter-search-related-parameters"></span><h3><span class="section-number">7.3.34.4.3. </span>検索関係の引数<a class="headerlink" href="#search-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
447447 <p>このコマンドは <a class="reference internal" href="select.html"><span class="doc">select</span></a> 互換の検索関連パラメーターをサポートしています。</p>
448448 <div class="section" id="filter">
449 <span id="logical-range-filter-filter"></span><h4><span class="section-number">7.3.33.4.3.1. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
449 <span id="logical-range-filter-filter"></span><h4><span class="section-number">7.3.34.4.3.1. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
450450 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> を見てください。</p>
451451 <p>以下は例です。</p>
452452 <p>TODO</p>
453453 </div>
454454 <div class="section" id="post-filter">
455 <span id="logical-range-filter-post-filter"></span><h4><span class="section-number">7.3.33.4.3.2. </span><code class="docutils literal notranslate"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
455 <span id="logical-range-filter-post-filter"></span><h4><span class="section-number">7.3.34.4.3.2. </span><code class="docutils literal notranslate"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
456456 <div class="versionadded">
457457 <p><span class="versionmodified added">バージョン 7.1.1 で追加.</span></p>
458458 </div>
508508 </div>
509509 </div>
510510 <div class="section" id="output-related-parameters">
511 <h3><span class="section-number">7.3.33.4.4. </span>出力関連の引数<a class="headerlink" href="#output-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
511 <h3><span class="section-number">7.3.34.4.4. </span>出力関連の引数<a class="headerlink" href="#output-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
512512 <div class="section" id="output-columns">
513 <span id="logical-range-filter-output-columns"></span><h4><span class="section-number">7.3.33.4.4.1. </span><code class="docutils literal notranslate"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
513 <span id="logical-range-filter-output-columns"></span><h4><span class="section-number">7.3.34.4.4.1. </span><code class="docutils literal notranslate"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
514514 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-output-columns"><span class="std std-ref">output_columns</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-output-columns"><span class="std std-ref">output_columns</span></a> を見てください。</p>
515515 <p>以下は例です。</p>
516516 <p>実行例:</p>
588588 </div>
589589 </div>
590590 <div class="section" id="sort-keys">
591 <span id="logical-range-filter-sort-keys"></span><h4><span class="section-number">7.3.33.4.4.2. </span><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
591 <span id="logical-range-filter-sort-keys"></span><h4><span class="section-number">7.3.34.4.4.2. </span><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
592592 <div class="versionadded">
593593 <p><span class="versionmodified added">バージョン 8.0.2 で追加.</span></p>
594594 </div>
721721 </div>
722722 </div>
723723 <div class="section" id="offset">
724 <span id="logical-range-filter-offset"></span><h4><span class="section-number">7.3.33.4.4.3. </span><code class="docutils literal notranslate"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
724 <span id="logical-range-filter-offset"></span><h4><span class="section-number">7.3.34.4.4.3. </span><code class="docutils literal notranslate"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
725725 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-offset"><span class="std std-ref">offset</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-offset"><span class="std std-ref">offset</span></a> を見てください。</p>
726726 <p>以下は例です。</p>
727727 <p>実行例:</p>
785785 </div>
786786 </div>
787787 <div class="section" id="limit">
788 <span id="logical-range-filter-limit"></span><h4><span class="section-number">7.3.33.4.4.4. </span><code class="docutils literal notranslate"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
788 <span id="logical-range-filter-limit"></span><h4><span class="section-number">7.3.34.4.4.4. </span><code class="docutils literal notranslate"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
789789 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-limit"><span class="std std-ref">limit</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-limit"><span class="std std-ref">limit</span></a> を見てください。</p>
790790 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> との違いは、このコマンドは <a class="reference internal" href="#logical-range-filter-offset"><span class="std std-ref">offset</span></a> と <a class="reference internal" href="#logical-range-filter-limit"><span class="std std-ref">limit</span></a> で指定したレコードを見つけたら検索を終了することです。</p>
791791 <p>以下は例です。</p>
844844 </div>
845845 </div>
846846 <div class="section" id="test-related-parameters">
847 <h3><span class="section-number">7.3.33.4.5. </span>テスト関連の引数<a class="headerlink" href="#test-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
847 <h3><span class="section-number">7.3.34.4.5. </span>テスト関連の引数<a class="headerlink" href="#test-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
848848 <div class="section" id="use-range-index">
849 <h4><span class="section-number">7.3.33.4.5.1. </span><code class="docutils literal notranslate"><span class="pre">use_range_index</span></code><a class="headerlink" href="#use-range-index" title="このヘッドラインへのパーマリンク">¶</a></h4>
849 <h4><span class="section-number">7.3.34.4.5.1. </span><code class="docutils literal notranslate"><span class="pre">use_range_index</span></code><a class="headerlink" href="#use-range-index" title="このヘッドラインへのパーマリンク">¶</a></h4>
850850 <p>range_indexを使うかどうかを指定します。ただし、この引数はテスト用なので、本番で使うべきではありません。</p>
851851 <p>TODO: Add examples</p>
852852 </div>
853853 </div>
854854 <div class="section" id="dynamic-column-related-parameters">
855 <span id="logical-range-filter-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.33.4.6. </span>動的カラム関連の引数<a class="headerlink" href="#dynamic-column-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
855 <span id="logical-range-filter-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.34.4.6. </span>動的カラム関連の引数<a class="headerlink" href="#dynamic-column-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
856856 <div class="versionadded">
857857 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
858858 </div>
859859 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> のすべての動的カラム関連パラメーターをサポートしています。詳細は <a class="reference internal" href="select.html#select-dynamic-column-related-parameters"><span class="std std-ref">動的カラム関連の引数</span></a> を見てください。</p>
860860 <p>動的カラムを1つ以上使うと、「十分なレコードがマッチしたらそのテーブルの検索を切り上げる」機能が無効になります。(「十分なレコードがマッチしたら残りのテーブルの検索を切り上げる」機能は有効です。) <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code> は要求されているマッチレコード数が小さくても各テーブルですべてのマッチするレコードを検索します。これはウィンドウ関数をサポートするためです。ウィンドウ関数を実行するには同一テーブル内のすべての対象レコードが必要です。</p>
861861 <div class="section" id="columns-name-stage">
862 <span id="logical-range-filter-columns-name-stage"></span><h4><span class="section-number">7.3.33.4.6.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
862 <span id="logical-range-filter-columns-name-stage"></span><h4><span class="section-number">7.3.34.4.6.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
863863 <div class="versionadded">
864864 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
865865 </div>
912912 </div>
913913 </div>
914914 <div class="section" id="columns-name-flags">
915 <span id="logical-range-filter-columns-name-flags"></span><h4><span class="section-number">7.3.33.4.6.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
915 <span id="logical-range-filter-columns-name-flags"></span><h4><span class="section-number">7.3.34.4.6.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
916916 <div class="versionadded">
917917 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
918918 </div>
993993 </div>
994994 </div>
995995 <div class="section" id="columns-name-type">
996 <span id="logical-range-filter-columns-name-type"></span><h4><span class="section-number">7.3.33.4.6.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
996 <span id="logical-range-filter-columns-name-type"></span><h4><span class="section-number">7.3.34.4.6.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
997997 <div class="versionadded">
998998 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
999999 </div>
10601060 </div>
10611061 </div>
10621062 <div class="section" id="columns-name-value">
1063 <span id="logical-range-filter-columns-name-value"></span><h4><span class="section-number">7.3.33.4.6.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="このヘッドラインへのパーマリンク">¶</a></h4>
1063 <span id="logical-range-filter-columns-name-value"></span><h4><span class="section-number">7.3.34.4.6.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="このヘッドラインへのパーマリンク">¶</a></h4>
10641064 <div class="versionadded">
10651065 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
10661066 </div>
11311131 </div>
11321132 </div>
11331133 <div class="section" id="window-function-related-parameters">
1134 <span id="logical-range-filter-window-function-related-parameters"></span><h3><span class="section-number">7.3.33.4.7. </span>ウィンドウ関数関連の引数<a class="headerlink" href="#window-function-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
1134 <span id="logical-range-filter-window-function-related-parameters"></span><h3><span class="section-number">7.3.34.4.7. </span>ウィンドウ関数関連の引数<a class="headerlink" href="#window-function-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
11351135 <div class="versionadded">
11361136 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
11371137 </div>
12281228 </pre></div>
12291229 </div>
12301230 <div class="section" id="columns-name-window-sort-keys">
1231 <span id="logical-range-filter-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.33.4.7.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
1231 <span id="logical-range-filter-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.34.4.7.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
12321232 <div class="versionadded">
12331233 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
12341234 </div>
13061306 </div>
13071307 </div>
13081308 <div class="section" id="columns-name-window-group-keys">
1309 <span id="logical-range-filter-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.33.4.7.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
1309 <span id="logical-range-filter-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.34.4.7.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
13101310 <div class="versionadded">
13111311 <p><span class="versionmodified added">バージョン 7.0.9 で追加.</span></p>
13121312 </div>
13841384 </div>
13851385 </div>
13861386 <div class="section" id="cache-related-parameter">
1387 <h3><span class="section-number">7.3.33.4.8. </span>キャッシュ関連の引数<a class="headerlink" href="#cache-related-parameter" title="このヘッドラインへのパーマリンク">¶</a></h3>
1387 <h3><span class="section-number">7.3.34.4.8. </span>キャッシュ関連の引数<a class="headerlink" href="#cache-related-parameter" title="このヘッドラインへのパーマリンク">¶</a></h3>
13881388 <div class="section" id="cache">
1389 <span id="logical-range-filter-cache"></span><h4><span class="section-number">7.3.33.4.8.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="このヘッドラインへのパーマリンク">¶</a></h4>
1389 <span id="logical-range-filter-cache"></span><h4><span class="section-number">7.3.34.4.8.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="このヘッドラインへのパーマリンク">¶</a></h4>
13901390 <p>このクエリーの結果をキャッシュするかどうかを指定します。</p>
13911391 <p>このクエリーの結果がキャッシュしてあると、次に同じクエリーを実行するときはキャッシュを使って高速にレスポンスを返すことができます。</p>
13921392 <p>これは既存のキャッシュされた結果を使うかどうかを指定するものではありません。</p>
14891489 </div>
14901490 </div>
14911491 <div class="section" id="return-value">
1492 <h2><span class="section-number">7.3.33.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
1492 <h2><span class="section-number">7.3.34.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
14931493 <p>このコマンドは以下のフォーマットのレスポンスを返します。:</p>
14941494 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
14951495 HEADER,
15861586 <div class="sphinxsidebarwrapper">
15871587 <h3><a href="../../index.html">目次</a></h3>
15881588 <ul>
1589 <li><a class="reference internal" href="#">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a><ul>
1590 <li><a class="reference internal" href="#summary">7.3.33.1. 概要</a></li>
1591 <li><a class="reference internal" href="#syntax">7.3.33.2. 構文</a></li>
1592 <li><a class="reference internal" href="#usage">7.3.33.3. 使い方</a><ul>
1593 <li><a class="reference internal" href="#simple-usage">7.3.33.3.1. 簡単な使い方</a></li>
1589 <li><a class="reference internal" href="#">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a><ul>
1590 <li><a class="reference internal" href="#summary">7.3.34.1. 概要</a></li>
1591 <li><a class="reference internal" href="#syntax">7.3.34.2. 構文</a></li>
1592 <li><a class="reference internal" href="#usage">7.3.34.3. 使い方</a><ul>
1593 <li><a class="reference internal" href="#simple-usage">7.3.34.3.1. 簡単な使い方</a></li>
15941594 </ul>
15951595 </li>
1596 <li><a class="reference internal" href="#parameters">7.3.33.4. 引数</a><ul>
1597 <li><a class="reference internal" href="#required-parameters">7.3.33.4.1. 必須引数</a><ul>
1598 <li><a class="reference internal" href="#logical-table">7.3.33.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
1599 <li><a class="reference internal" href="#shard-key">7.3.33.4.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
1596 <li><a class="reference internal" href="#parameters">7.3.34.4. 引数</a><ul>
1597 <li><a class="reference internal" href="#required-parameters">7.3.34.4.1. 必須引数</a><ul>
1598 <li><a class="reference internal" href="#logical-table">7.3.34.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
1599 <li><a class="reference internal" href="#shard-key">7.3.34.4.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
16001600 </ul>
16011601 </li>
1602 <li><a class="reference internal" href="#optional-parameters">7.3.33.4.2. 省略可能引数</a><ul>
1603 <li><a class="reference internal" href="#min">7.3.33.4.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
1604 <li><a class="reference internal" href="#min-border">7.3.33.4.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
1605 <li><a class="reference internal" href="#max">7.3.33.4.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
1606 <li><a class="reference internal" href="#max-border">7.3.33.4.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
1607 <li><a class="reference internal" href="#order">7.3.33.4.2.5. <code class="docutils literal notranslate"><span class="pre">order</span></code></a></li>
1602 <li><a class="reference internal" href="#optional-parameters">7.3.34.4.2. 省略可能引数</a><ul>
1603 <li><a class="reference internal" href="#min">7.3.34.4.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
1604 <li><a class="reference internal" href="#min-border">7.3.34.4.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
1605 <li><a class="reference internal" href="#max">7.3.34.4.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
1606 <li><a class="reference internal" href="#max-border">7.3.34.4.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
1607 <li><a class="reference internal" href="#order">7.3.34.4.2.5. <code class="docutils literal notranslate"><span class="pre">order</span></code></a></li>
16081608 </ul>
16091609 </li>
1610 <li><a class="reference internal" href="#search-related-parameters">7.3.33.4.3. 検索関係の引数</a><ul>
1611 <li><a class="reference internal" href="#filter">7.3.33.4.3.1. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
1612 <li><a class="reference internal" href="#post-filter">7.3.33.4.3.2. <code class="docutils literal notranslate"><span class="pre">post_filter</span></code></a></li>
1610 <li><a class="reference internal" href="#search-related-parameters">7.3.34.4.3. 検索関係の引数</a><ul>
1611 <li><a class="reference internal" href="#filter">7.3.34.4.3.1. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
1612 <li><a class="reference internal" href="#post-filter">7.3.34.4.3.2. <code class="docutils literal notranslate"><span class="pre">post_filter</span></code></a></li>
16131613 </ul>
16141614 </li>
1615 <li><a class="reference internal" href="#output-related-parameters">7.3.33.4.4. 出力関連の引数</a><ul>
1616 <li><a class="reference internal" href="#output-columns">7.3.33.4.4.1. <code class="docutils literal notranslate"><span class="pre">output_columns</span></code></a></li>
1617 <li><a class="reference internal" href="#sort-keys">7.3.33.4.4.2. <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code></a></li>
1618 <li><a class="reference internal" href="#offset">7.3.33.4.4.3. <code class="docutils literal notranslate"><span class="pre">offset</span></code></a></li>
1619 <li><a class="reference internal" href="#limit">7.3.33.4.4.4. <code class="docutils literal notranslate"><span class="pre">limit</span></code></a></li>
1615 <li><a class="reference internal" href="#output-related-parameters">7.3.34.4.4. 出力関連の引数</a><ul>
1616 <li><a class="reference internal" href="#output-columns">7.3.34.4.4.1. <code class="docutils literal notranslate"><span class="pre">output_columns</span></code></a></li>
1617 <li><a class="reference internal" href="#sort-keys">7.3.34.4.4.2. <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code></a></li>
1618 <li><a class="reference internal" href="#offset">7.3.34.4.4.3. <code class="docutils literal notranslate"><span class="pre">offset</span></code></a></li>
1619 <li><a class="reference internal" href="#limit">7.3.34.4.4.4. <code class="docutils literal notranslate"><span class="pre">limit</span></code></a></li>
16201620 </ul>
16211621 </li>
1622 <li><a class="reference internal" href="#test-related-parameters">7.3.33.4.5. テスト関連の引数</a><ul>
1623 <li><a class="reference internal" href="#use-range-index">7.3.33.4.5.1. <code class="docutils literal notranslate"><span class="pre">use_range_index</span></code></a></li>
1622 <li><a class="reference internal" href="#test-related-parameters">7.3.34.4.5. テスト関連の引数</a><ul>
1623 <li><a class="reference internal" href="#use-range-index">7.3.34.4.5.1. <code class="docutils literal notranslate"><span class="pre">use_range_index</span></code></a></li>
16241624 </ul>
16251625 </li>
1626 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.33.4.6. 動的カラム関連の引数</a><ul>
1627 <li><a class="reference internal" href="#columns-name-stage">7.3.33.4.6.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
1628 <li><a class="reference internal" href="#columns-name-flags">7.3.33.4.6.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
1629 <li><a class="reference internal" href="#columns-name-type">7.3.33.4.6.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
1630 <li><a class="reference internal" href="#columns-name-value">7.3.33.4.6.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
1626 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.34.4.6. 動的カラム関連の引数</a><ul>
1627 <li><a class="reference internal" href="#columns-name-stage">7.3.34.4.6.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
1628 <li><a class="reference internal" href="#columns-name-flags">7.3.34.4.6.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
1629 <li><a class="reference internal" href="#columns-name-type">7.3.34.4.6.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
1630 <li><a class="reference internal" href="#columns-name-value">7.3.34.4.6.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
16311631 </ul>
16321632 </li>
1633 <li><a class="reference internal" href="#window-function-related-parameters">7.3.33.4.7. ウィンドウ関数関連の引数</a><ul>
1634 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.33.4.7.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
1635 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.33.4.7.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
1633 <li><a class="reference internal" href="#window-function-related-parameters">7.3.34.4.7. ウィンドウ関数関連の引数</a><ul>
1634 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.34.4.7.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
1635 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.34.4.7.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
16361636 </ul>
16371637 </li>
1638 <li><a class="reference internal" href="#cache-related-parameter">7.3.33.4.8. キャッシュ関連の引数</a><ul>
1639 <li><a class="reference internal" href="#cache">7.3.33.4.8.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
1638 <li><a class="reference internal" href="#cache-related-parameter">7.3.34.4.8. キャッシュ関連の引数</a><ul>
1639 <li><a class="reference internal" href="#cache">7.3.34.4.8.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
16401640 </ul>
16411641 </li>
16421642 </ul>
16431643 </li>
1644 <li><a class="reference internal" href="#return-value">7.3.33.5. 戻り値</a></li>
1644 <li><a class="reference internal" href="#return-value">7.3.34.5. 戻り値</a></li>
16451645 </ul>
16461646 </li>
16471647 </ul>
16481648
16491649 <h4>前のトピックへ</h4>
16501650 <p class="topless"><a href="logical_parameters.html"
1651 title="前の章へ"><span class="section-number">7.3.32. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></p>
1651 title="前の章へ"><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></p>
16521652 <h4>次のトピックへ</h4>
16531653 <p class="topless"><a href="logical_select.html"
1654 title="次の章へ"><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></p>
1654 title="次の章へ"><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></p>
16551655 <div id="searchbox" style="display: none" role="search">
16561656 <h3 id="searchlabel">クイック検索</h3>
16571657 <div class="searchformwrapper">
16731673 <a href="../../genindex.html" title="総合索引"
16741674 >索引</a></li>
16751675 <li class="right" >
1676 <a href="logical_select.html" title="7.3.34. logical_select"
1676 <a href="logical_select.html" title="7.3.35. logical_select"
16771677 >次へ</a> |</li>
16781678 <li class="right" >
1679 <a href="logical_parameters.html" title="7.3.32. logical_parameters"
1679 <a href="logical_parameters.html" title="7.3.33. logical_parameters"
16801680 >前へ</a> |</li>
1681 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
1681 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
16821682 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
16831683 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
1684 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
1684 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
16851685 </ul>
16861686 </div>
16871687 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.34. logical_select &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.35. logical_select &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.35. logical_shard_list" href="logical_shard_list.html" />
23 <link rel="prev" title="7.3.33. logical_range_filter" href="logical_range_filter.html" />
22 <link rel="next" title="7.3.36. logical_shard_list" href="logical_shard_list.html" />
23 <link rel="prev" title="7.3.34. logical_range_filter" href="logical_range_filter.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="logical_shard_list.html" title="7.3.35. logical_shard_list"
49 <a href="logical_shard_list.html" title="7.3.36. logical_shard_list"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="logical_range_filter.html" title="7.3.33. logical_range_filter"
52 <a href="logical_range_filter.html" title="7.3.34. logical_range_filter"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="logical-select">
67 <h1><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code><a class="headerlink" href="#logical-select" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code><a class="headerlink" href="#logical-select" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.34.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.35.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.0.5 で追加.</span></p>
7272 </div>
7474 <p>このコマンド は <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインに含まれているので、 <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインを <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> する必要があります。</p>
7575 </div>
7676 <div class="section" id="syntax">
77 <h2><span class="section-number">7.3.34.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
77 <h2><span class="section-number">7.3.35.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7878 <p>このコマンドにはたくさんの引数があります。</p>
7979 <p>必須の引数は <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> と <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> です。それ以外の引数は省略可能です:</p>
8080 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_select logical_table
190190 </div></blockquote>
191191 </div>
192192 <div class="section" id="differences-from-select">
193 <h2><span class="section-number">7.3.34.3. </span><code class="docutils literal notranslate"><span class="pre">select</span></code> との違い<a class="headerlink" href="#differences-from-select" title="このヘッドラインへのパーマリンク">¶</a></h2>
193 <h2><span class="section-number">7.3.35.3. </span><code class="docutils literal notranslate"><span class="pre">select</span></code> との違い<a class="headerlink" href="#differences-from-select" title="このヘッドラインへのパーマリンク">¶</a></h2>
194194 <p><code class="docutils literal notranslate"><span class="pre">logical_select</span></code> の多くの機能は <a class="reference internal" href="select.html"><span class="doc">select</span></a> の機能と対応しています。たとえば、引数名は同じですし、出力フォーマットも同じです。</p>
195195 <p>しかし、いくつか <a class="reference internal" href="select.html"><span class="doc">select</span></a> と違うところもあります。</p>
196196 <blockquote>
207207 </div></blockquote>
208208 </div>
209209 <div class="section" id="usage">
210 <h2><span class="section-number">7.3.34.4. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
210 <h2><span class="section-number">7.3.35.4. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
211211 <p>例を使いながら使い方を学びましょう。このセクションではよく使われる使い方を紹介します。</p>
212212 <p>このコマンドは <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインに含まれているので <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインを登録する必要があります。</p>
213213 <p>実行例:</p>
297297 <p><code class="docutils literal notranslate"><span class="pre">Entries_YYYYMMDD._key</span></code> カラムと <code class="docutils literal notranslate"><span class="pre">Entries_YYYYMMDD.content</span></code> カラムには <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> トークナイザーを使ったインデックスを作成します。そのため、 <code class="docutils literal notranslate"><span class="pre">Entries_YYYYMMDD._key</span></code> と <code class="docutils literal notranslate"><span class="pre">Entries_YYYYMMDD.content</span></code> は両方とも全文検索できます。</p>
298298 <p>これで例を示すためのスキーマとデータの準備ができました。</p>
299299 <div class="section" id="simple-usage">
300 <h3><span class="section-number">7.3.34.4.1. </span>簡単な使い方<a class="headerlink" href="#simple-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
300 <h3><span class="section-number">7.3.35.4.1. </span>簡単な使い方<a class="headerlink" href="#simple-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
301301 <p>以下は必須のパラメータのみを指定した例です。</p>
302302 <p>実行例:</p>
303303 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_select --logical_table Entries --shard_key created_at
387387 </div>
388388 </div>
389389 <div class="section" id="parameters">
390 <h2><span class="section-number">7.3.34.5. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
390 <h2><span class="section-number">7.3.35.5. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
391391 <p>このセクションでは <code class="docutils literal notranslate"><span class="pre">logical_select</span></code> の引数について説明します。</p>
392392 <div class="section" id="required-parameters">
393 <h3><span class="section-number">7.3.34.5.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
393 <h3><span class="section-number">7.3.35.5.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
394394 <p>必須引数は二つあります。 <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> と <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> です。</p>
395395 <div class="section" id="logical-table">
396 <span id="logical-select-logical-table"></span><h4><span class="section-number">7.3.34.5.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
396 <span id="logical-select-logical-table"></span><h4><span class="section-number">7.3.35.5.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
397397 <p>論理テーブル名を指定します。これは <code class="docutils literal notranslate"><span class="pre">_YYYYMMDD</span></code> をテーブル名からのぞいたものです。実際のテーブルが <code class="docutils literal notranslate"><span class="pre">Entries_20150708</span></code> や <code class="docutils literal notranslate"><span class="pre">Entries_20150709</span></code> といったものなら、論理テーブル名は <code class="docutils literal notranslate"><span class="pre">Entries</span></code> です。</p>
398398 <p><code class="docutils literal notranslate"><span class="pre">logical_table</span></code> と <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> 引数を指定すると5レコード表示できます。これらの引数は必須の引数です。</p>
399399 <p>実行例:</p>
502502 </div>
503503 </div>
504504 <div class="section" id="shard-key">
505 <span id="logical-select-shard-key"></span><h4><span class="section-number">7.3.34.5.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="このヘッドラインへのパーマリンク">¶</a></h4>
505 <span id="logical-select-shard-key"></span><h4><span class="section-number">7.3.35.5.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="このヘッドラインへのパーマリンク">¶</a></h4>
506506 <p>シャードキーとして使うカラム名を指定します。シャードキーは適切なシャードへレコードを分配するために使う値を保存しているカラムです。</p>
507507 <p>今のところ、シャードキーは <code class="docutils literal notranslate"><span class="pre">Time</span></code> 型でなければいけません。</p>
508508 <p><code class="docutils literal notranslate"><span class="pre">shard_key</span></code> の指定方法は <a class="reference internal" href="#logical-select-logical-table"><span class="std std-ref">logical_table</span></a> を見てください。</p>
509509 </div>
510510 </div>
511511 <div class="section" id="optional-parameters">
512 <h3><span class="section-number">7.3.34.5.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
512 <h3><span class="section-number">7.3.35.5.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
513513 <p>いくつか省略可能な引数があります。</p>
514514 <div class="section" id="min">
515 <span id="logical-select-min"></span><h4><span class="section-number">7.3.34.5.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="このヘッドラインへのパーマリンク">¶</a></h4>
515 <span id="logical-select-min"></span><h4><span class="section-number">7.3.35.5.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="このヘッドラインへのパーマリンク">¶</a></h4>
516516 <p><code class="docutils literal notranslate"><span class="pre">shard_key</span></code> カラムの最小値を指定します。シャードにマッチするレコードがない場合は、そのシャードは検索対象外になります。</p>
517517 <p>たとえば、 <code class="docutils literal notranslate"><span class="pre">min</span></code> が <code class="docutils literal notranslate"><span class="pre">&quot;2015/07/09</span> <span class="pre">00:00:00&quot;</span></code> なら、 <code class="docutils literal notranslate"><span class="pre">Entry_20150708</span></code> は検索対象外です。なぜなら、 <code class="docutils literal notranslate"><span class="pre">Entry_20150708</span></code> は <code class="docutils literal notranslate"><span class="pre">&quot;2015/07/08&quot;</span></code> のレコードしかないからです。</p>
518518 <p>以下の例は <code class="docutils literal notranslate"><span class="pre">Entry_20150709</span></code> テーブルだけを使う例です。 <code class="docutils literal notranslate"><span class="pre">Entry_20150708</span></code> は使われません。</p>
581581 </div>
582582 </div>
583583 <div class="section" id="min-border">
584 <span id="logical-select-min-border"></span><h4><span class="section-number">7.3.34.5.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
584 <span id="logical-select-min-border"></span><h4><span class="section-number">7.3.35.5.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
585585 <p>最小値を含めるかどうかを指定します。指定可能な値は次の通りです。</p>
586586 <table class="docutils align-default">
587587 <colgroup>
661661 </div>
662662 </div>
663663 <div class="section" id="max">
664 <span id="logical-select-max"></span><h4><span class="section-number">7.3.34.5.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="このヘッドラインへのパーマリンク">¶</a></h4>
664 <span id="logical-select-max"></span><h4><span class="section-number">7.3.35.5.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="このヘッドラインへのパーマリンク">¶</a></h4>
665665 <p><code class="docutils literal notranslate"><span class="pre">shard_key</span></code> カラムの最大値を指定します。シャードにマッチするレコードがない場合、そのシャードは検索対象外になります。</p>
666666 <p>たとえば、 <code class="docutils literal notranslate"><span class="pre">max</span></code> が <code class="docutils literal notranslate"><span class="pre">&quot;2015/07/08</span> <span class="pre">23:59:59&quot;</span></code> なら <code class="docutils literal notranslate"><span class="pre">Entry_20150709</span></code> は検索対象外です。なぜなら <code class="docutils literal notranslate"><span class="pre">Entry_20150709</span></code> には <code class="docutils literal notranslate"><span class="pre">&quot;&quot;2015/07/09&quot;</span></code> のレコードしかないからです。</p>
667667 <p>以下の例は <code class="docutils literal notranslate"><span class="pre">Entry_20150708</span></code> テーブルだけを使います。 <code class="docutils literal notranslate"><span class="pre">Entry_20150709</span></code> は使いません。</p>
738738 </div>
739739 </div>
740740 <div class="section" id="max-border">
741 <span id="logical-select-max-border"></span><h4><span class="section-number">7.3.34.5.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
741 <span id="logical-select-max-border"></span><h4><span class="section-number">7.3.35.5.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
742742 <p>最大値を含めるかどうかを指定します。指定可能な値は次の通りです。</p>
743743 <table class="docutils align-default">
744744 <colgroup>
835835 </div>
836836 </div>
837837 <div class="section" id="search-related-parameters">
838 <span id="logical-select-search-related-parameters"></span><h3><span class="section-number">7.3.34.5.3. </span>検索関係の引数<a class="headerlink" href="#search-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
838 <span id="logical-select-search-related-parameters"></span><h3><span class="section-number">7.3.35.5.3. </span>検索関係の引数<a class="headerlink" href="#search-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
839839 <p>このコマンドは <a class="reference internal" href="select.html"><span class="doc">select</span></a> 互換の検索関連パラメーターをサポートしています。</p>
840840 <div class="section" id="match-columns">
841 <span id="logical-select-match-columns"></span><h4><span class="section-number">7.3.34.5.3.1. </span><code class="docutils literal notranslate"><span class="pre">match_columns</span></code><a class="headerlink" href="#match-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
841 <span id="logical-select-match-columns"></span><h4><span class="section-number">7.3.35.5.3.1. </span><code class="docutils literal notranslate"><span class="pre">match_columns</span></code><a class="headerlink" href="#match-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
842842 <div class="versionadded">
843843 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
844844 </div>
910910 </div>
911911 </div>
912912 <div class="section" id="query">
913 <span id="logical-select-query"></span><h4><span class="section-number">7.3.34.5.3.2. </span><code class="docutils literal notranslate"><span class="pre">query</span></code><a class="headerlink" href="#query" title="このヘッドラインへのパーマリンク">¶</a></h4>
913 <span id="logical-select-query"></span><h4><span class="section-number">7.3.35.5.3.2. </span><code class="docutils literal notranslate"><span class="pre">query</span></code><a class="headerlink" href="#query" title="このヘッドラインへのパーマリンク">¶</a></h4>
914914 <div class="versionadded">
915915 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
916916 </div>
982982 <p><a class="reference internal" href="#logical-select-match-columns"><span class="std std-ref">match_columns</span></a> も参照してください。</p>
983983 </div>
984984 <div class="section" id="filter">
985 <span id="logical-select-filter"></span><h4><span class="section-number">7.3.34.5.3.3. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
985 <span id="logical-select-filter"></span><h4><span class="section-number">7.3.35.5.3.3. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
986986 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> を見てください。</p>
987987 <p>以下は例です。</p>
988988 <p>実行例:</p>
10581058 </div>
10591059 </div>
10601060 <div class="section" id="post-filter">
1061 <span id="logical-select-post-filter"></span><h4><span class="section-number">7.3.34.5.3.4. </span><code class="docutils literal notranslate"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
1061 <span id="logical-select-post-filter"></span><h4><span class="section-number">7.3.35.5.3.4. </span><code class="docutils literal notranslate"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
10621062 <div class="versionadded">
10631063 <p><span class="versionmodified added">バージョン 8.0.1 で追加.</span></p>
10641064 </div>
11171117 </div>
11181118 </div>
11191119 <div class="section" id="load-table">
1120 <span id="logical-select-load-table"></span><h4><span class="section-number">7.3.34.5.3.5. </span><code class="docutils literal notranslate"><span class="pre">load_table</span></code><a class="headerlink" href="#load-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
1120 <span id="logical-select-load-table"></span><h4><span class="section-number">7.3.35.5.3.5. </span><code class="docutils literal notranslate"><span class="pre">load_table</span></code><a class="headerlink" href="#load-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
11211121 <div class="versionadded">
11221122 <p><span class="versionmodified added">バージョン 8.1.1 で追加.</span></p>
11231123 </div>
12571257 </div>
12581258 </div>
12591259 <div class="section" id="load-columns">
1260 <span id="logical-select-load-columns"></span><h4><span class="section-number">7.3.34.5.3.6. </span><code class="docutils literal notranslate"><span class="pre">load_columns</span></code><a class="headerlink" href="#load-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
1260 <span id="logical-select-load-columns"></span><h4><span class="section-number">7.3.35.5.3.6. </span><code class="docutils literal notranslate"><span class="pre">load_columns</span></code><a class="headerlink" href="#load-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
12611261 <div class="versionadded">
12621262 <p><span class="versionmodified added">バージョン 8.1.1 で追加.</span></p>
12631263 </div>
12661266 <p>この引数の使い方は、 <code class="docutils literal notranslate"><span class="pre">--load_table</span></code> の例を参照してください。</p>
12671267 </div>
12681268 <div class="section" id="load-values">
1269 <span id="logical-select-load-values"></span><h4><span class="section-number">7.3.34.5.3.7. </span><code class="docutils literal notranslate"><span class="pre">load_values</span></code><a class="headerlink" href="#load-values" title="このヘッドラインへのパーマリンク">¶</a></h4>
1269 <span id="logical-select-load-values"></span><h4><span class="section-number">7.3.35.5.3.7. </span><code class="docutils literal notranslate"><span class="pre">load_values</span></code><a class="headerlink" href="#load-values" title="このヘッドラインへのパーマリンク">¶</a></h4>
12701270 <div class="versionadded">
12711271 <p><span class="versionmodified added">バージョン 8.1.1 で追加.</span></p>
12721272 </div>
12761276 </div>
12771277 </div>
12781278 <div class="section" id="advanced-search-parameters">
1279 <span id="logical-select-advanced-search-parameters"></span><h3><span class="section-number">7.3.34.5.4. </span>高度な検索のための引数<a class="headerlink" href="#advanced-search-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
1279 <span id="logical-select-advanced-search-parameters"></span><h3><span class="section-number">7.3.35.5.4. </span>高度な検索のための引数<a class="headerlink" href="#advanced-search-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
12801280 <p><code class="docutils literal notranslate"><span class="pre">logical_select</span></code> は高度な検索パラメーターをまだ実装していません。</p>
12811281 <div class="section" id="match-escalation-threshold">
1282 <span id="logical-select-match-escalation-threshold"></span><h4><span class="section-number">7.3.34.5.4.1. </span><code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code><a class="headerlink" href="#match-escalation-threshold" title="このヘッドラインへのパーマリンク">¶</a></h4>
1282 <span id="logical-select-match-escalation-threshold"></span><h4><span class="section-number">7.3.35.5.4.1. </span><code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code><a class="headerlink" href="#match-escalation-threshold" title="このヘッドラインへのパーマリンク">¶</a></h4>
12831283 <p>未実装です。</p>
12841284 </div>
12851285 <div class="section" id="query-flags">
1286 <span id="logical-select-query-flags"></span><h4><span class="section-number">7.3.34.5.4.2. </span><code class="docutils literal notranslate"><span class="pre">query_flags</span></code><a class="headerlink" href="#query-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
1286 <span id="logical-select-query-flags"></span><h4><span class="section-number">7.3.35.5.4.2. </span><code class="docutils literal notranslate"><span class="pre">query_flags</span></code><a class="headerlink" href="#query-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
12871287 <p>未実装です。</p>
12881288 </div>
12891289 <div class="section" id="query-expander">
1290 <span id="logical-select-query-expander"></span><h4><span class="section-number">7.3.34.5.4.3. </span><code class="docutils literal notranslate"><span class="pre">query_expander</span></code><a class="headerlink" href="#query-expander" title="このヘッドラインへのパーマリンク">¶</a></h4>
1290 <span id="logical-select-query-expander"></span><h4><span class="section-number">7.3.35.5.4.3. </span><code class="docutils literal notranslate"><span class="pre">query_expander</span></code><a class="headerlink" href="#query-expander" title="このヘッドラインへのパーマリンク">¶</a></h4>
12911291 <p>未実装です。</p>
12921292 </div>
12931293 </div>
12941294 <div class="section" id="output-related-parameters">
1295 <h3><span class="section-number">7.3.34.5.5. </span>出力関連の引数<a class="headerlink" href="#output-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
1295 <h3><span class="section-number">7.3.35.5.5. </span>出力関連の引数<a class="headerlink" href="#output-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
12961296 <div class="section" id="output-columns">
1297 <span id="logical-select-output-columns"></span><h4><span class="section-number">7.3.34.5.5.1. </span><code class="docutils literal notranslate"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
1297 <span id="logical-select-output-columns"></span><h4><span class="section-number">7.3.35.5.5.1. </span><code class="docutils literal notranslate"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
12981298 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-output-columns"><span class="std std-ref">output_columns</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-output-columns"><span class="std std-ref">output_columns</span></a> を見てください。</p>
12991299 <p>以下は例です。</p>
13001300 <p>実行例:</p>
13771377 </div>
13781378 </div>
13791379 <div class="section" id="sortby">
1380 <span id="logical-select-sortby"></span><h4><span class="section-number">7.3.34.5.5.2. </span><code class="docutils literal notranslate"><span class="pre">sortby</span></code><a class="headerlink" href="#sortby" title="このヘッドラインへのパーマリンク">¶</a></h4>
1380 <span id="logical-select-sortby"></span><h4><span class="section-number">7.3.35.5.5.2. </span><code class="docutils literal notranslate"><span class="pre">sortby</span></code><a class="headerlink" href="#sortby" title="このヘッドラインへのパーマリンク">¶</a></h4>
13811381 <div class="deprecated">
13821382 <p><span class="versionmodified deprecated">バージョン 6.1.5 で非推奨: </span>代わりに <a class="reference internal" href="#logical-select-sort-keys"><span class="std std-ref">sort_keys</span></a> を使ってください。</p>
13831383 </div>
13841384 </div>
13851385 <div class="section" id="sort-keys">
1386 <span id="logical-select-sort-keys"></span><h4><span class="section-number">7.3.34.5.5.3. </span><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
1386 <span id="logical-select-sort-keys"></span><h4><span class="section-number">7.3.35.5.5.3. </span><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
13871387 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-sort-keys"><span class="std std-ref">sort_keys</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-sort-keys"><span class="std std-ref">sort_keys</span></a> を見てください。</p>
13881388 <p><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code> には制限があります。検索対象のシャードが1つの場合のみ動作します。もし、検索対象のシャードが複数ある場合、 <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code> は正常な動作をしません。</p>
13891389 <div class="admonition note">
14681468 </div>
14691469 </div>
14701470 <div class="section" id="offset">
1471 <span id="logical-select-offset"></span><h4><span class="section-number">7.3.34.5.5.4. </span><code class="docutils literal notranslate"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
1471 <span id="logical-select-offset"></span><h4><span class="section-number">7.3.35.5.5.4. </span><code class="docutils literal notranslate"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
14721472 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-offset"><span class="std std-ref">offset</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-offset"><span class="std std-ref">offset</span></a> を見てください。</p>
14731473 <p>以下は例です。</p>
14741474 <p>実行例:</p>
15441544 </div>
15451545 </div>
15461546 <div class="section" id="limit">
1547 <span id="logical-select-limit"></span><h4><span class="section-number">7.3.34.5.5.5. </span><code class="docutils literal notranslate"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
1547 <span id="logical-select-limit"></span><h4><span class="section-number">7.3.35.5.5.5. </span><code class="docutils literal notranslate"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
15481548 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-limit"><span class="std std-ref">limit</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-limit"><span class="std std-ref">limit</span></a> を見てください。</p>
15491549 <p>以下は例です。</p>
15501550 <p>実行例:</p>
16121612 </div>
16131613 </div>
16141614 <div class="section" id="scorer">
1615 <span id="logical-select-scorer"></span><h4><span class="section-number">7.3.34.5.5.6. </span><code class="docutils literal notranslate"><span class="pre">scorer</span></code><a class="headerlink" href="#scorer" title="このヘッドラインへのパーマリンク">¶</a></h4>
1615 <span id="logical-select-scorer"></span><h4><span class="section-number">7.3.35.5.5.6. </span><code class="docutils literal notranslate"><span class="pre">scorer</span></code><a class="headerlink" href="#scorer" title="このヘッドラインへのパーマリンク">¶</a></h4>
16161616 <p>未実装です。</p>
16171617 </div>
16181618 </div>
16191619 <div class="section" id="dynamic-column-related-parameters">
1620 <span id="logical-select-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.34.5.6. </span>動的カラム関連の引数<a class="headerlink" href="#dynamic-column-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
1620 <span id="logical-select-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.35.5.6. </span>動的カラム関連の引数<a class="headerlink" href="#dynamic-column-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
16211621 <div class="versionadded">
16221622 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
16231623 </div>
16241624 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> のすべての動的カラム関連パラメーターをサポートしています。詳細は <a class="reference internal" href="select.html#select-dynamic-column-related-parameters"><span class="std std-ref">動的カラム関連の引数</span></a> を見てください。</p>
16251625 <div class="section" id="columns-name-stage">
1626 <span id="logical-select-columns-name-stage"></span><h4><span class="section-number">7.3.34.5.6.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
1626 <span id="logical-select-columns-name-stage"></span><h4><span class="section-number">7.3.35.5.6.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
16271627 <div class="versionadded">
16281628 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
16291629 </div>
16811681 </div>
16821682 </div>
16831683 <div class="section" id="columns-name-flags">
1684 <span id="logical-select-columns-name-flags"></span><h4><span class="section-number">7.3.34.5.6.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
1684 <span id="logical-select-columns-name-flags"></span><h4><span class="section-number">7.3.35.5.6.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
16851685 <div class="versionadded">
16861686 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
16871687 </div>
17671767 </div>
17681768 </div>
17691769 <div class="section" id="columns-name-type">
1770 <span id="logical-select-columns-name-type"></span><h4><span class="section-number">7.3.34.5.6.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
1770 <span id="logical-select-columns-name-type"></span><h4><span class="section-number">7.3.35.5.6.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
17711771 <div class="versionadded">
17721772 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
17731773 </div>
18391839 </div>
18401840 </div>
18411841 <div class="section" id="columns-name-value">
1842 <span id="logical-select-columns-name-value"></span><h4><span class="section-number">7.3.34.5.6.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="このヘッドラインへのパーマリンク">¶</a></h4>
1842 <span id="logical-select-columns-name-value"></span><h4><span class="section-number">7.3.35.5.6.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="このヘッドラインへのパーマリンク">¶</a></h4>
18431843 <div class="versionadded">
18441844 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
18451845 </div>
19151915 </div>
19161916 </div>
19171917 <div class="section" id="window-function-related-parameters">
1918 <span id="logical-select-window-function-related-parameters"></span><h3><span class="section-number">7.3.34.5.7. </span>ウィンドウ関数関連の引数<a class="headerlink" href="#window-function-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
1918 <span id="logical-select-window-function-related-parameters"></span><h3><span class="section-number">7.3.35.5.7. </span>ウィンドウ関数関連の引数<a class="headerlink" href="#window-function-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
19191919 <div class="versionadded">
19201920 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
19211921 </div>
20122012 </pre></div>
20132013 </div>
20142014 <div class="section" id="columns-name-window-sort-keys">
2015 <span id="logical-select-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.34.5.7.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
2015 <span id="logical-select-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.35.5.7.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
20162016 <div class="versionadded">
20172017 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
20182018 </div>
20962096 </div>
20972097 </div>
20982098 <div class="section" id="columns-name-window-group-keys">
2099 <span id="logical-select-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.34.5.7.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
2099 <span id="logical-select-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.35.5.7.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
21002100 <div class="versionadded">
21012101 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
21022102 </div>
21802180 </div>
21812181 </div>
21822182 <div class="section" id="drilldown-related-parameters">
2183 <span id="logical-select-drilldown-related-parameters"></span><h3><span class="section-number">7.3.34.5.8. </span>ドリルダウン関連の引数<a class="headerlink" href="#drilldown-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
2183 <span id="logical-select-drilldown-related-parameters"></span><h3><span class="section-number">7.3.35.5.8. </span>ドリルダウン関連の引数<a class="headerlink" href="#drilldown-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
21842184 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> のすべてのドリルダウン関連パラメーターをサポートしています。詳細は <a class="reference internal" href="select.html#select-drilldown-related-parameters"><span class="std std-ref">ドリルダウン関連の引数</span></a> を見てください。</p>
21852185 <div class="section" id="drilldown">
2186 <span id="logical-select-drilldown"></span><h4><span class="section-number">7.3.34.5.8.1. </span><code class="docutils literal notranslate"><span class="pre">drilldown</span></code><a class="headerlink" href="#drilldown" title="このヘッドラインへのパーマリンク">¶</a></h4>
2186 <span id="logical-select-drilldown"></span><h4><span class="section-number">7.3.35.5.8.1. </span><code class="docutils literal notranslate"><span class="pre">drilldown</span></code><a class="headerlink" href="#drilldown" title="このヘッドラインへのパーマリンク">¶</a></h4>
21872187 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-drilldown"><span class="std std-ref">drilldown</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-drilldown"><span class="std std-ref">drilldown</span></a> を見てください。</p>
21882188 <p>以下は例です。</p>
21892189 <p>実行例:</p>
22672267 </div>
22682268 </div>
22692269 <div class="section" id="drilldown-sortby">
2270 <span id="logical-select-drilldown-sortby"></span><h4><span class="section-number">7.3.34.5.8.2. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code><a class="headerlink" href="#drilldown-sortby" title="このヘッドラインへのパーマリンク">¶</a></h4>
2270 <span id="logical-select-drilldown-sortby"></span><h4><span class="section-number">7.3.35.5.8.2. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code><a class="headerlink" href="#drilldown-sortby" title="このヘッドラインへのパーマリンク">¶</a></h4>
22712271 <div class="deprecated">
22722272 <p><span class="versionmodified deprecated">バージョン 6.1.5 で非推奨: </span><a class="reference internal" href="#logical-select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> を代わりに使ってください</p>
22732273 </div>
22742274 </div>
22752275 <div class="section" id="drilldown-sort-keys">
2276 <span id="logical-select-drilldown-sort-keys"></span><h4><span class="section-number">7.3.34.5.8.3. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code><a class="headerlink" href="#drilldown-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
2276 <span id="logical-select-drilldown-sort-keys"></span><h4><span class="section-number">7.3.35.5.8.3. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code><a class="headerlink" href="#drilldown-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
22772277 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> を見てください。</p>
22782278 <p>以下は例です。</p>
22792279 <p>実行例:</p>
23352335 </div>
23362336 </div>
23372337 <div class="section" id="drilldown-output-columns">
2338 <span id="logical-select-drilldown-output-columns"></span><h4><span class="section-number">7.3.34.5.8.4. </span><code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code><a class="headerlink" href="#drilldown-output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
2338 <span id="logical-select-drilldown-output-columns"></span><h4><span class="section-number">7.3.35.5.8.4. </span><code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code><a class="headerlink" href="#drilldown-output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
23392339 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-drilldown-output-columns"><span class="std std-ref">drilldown_output_columns</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-drilldown-output-columns"><span class="std std-ref">drilldown_output_columns</span></a> を見てください。</p>
23402340 <p>以下は例です。</p>
23412341 <p>実行例:</p>
23902390 </div>
23912391 </div>
23922392 <div class="section" id="drilldown-offset">
2393 <span id="logical-select-drilldown-offset"></span><h4><span class="section-number">7.3.34.5.8.5. </span><code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code><a class="headerlink" href="#drilldown-offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
2393 <span id="logical-select-drilldown-offset"></span><h4><span class="section-number">7.3.35.5.8.5. </span><code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code><a class="headerlink" href="#drilldown-offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
23942394 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-drilldown-offset"><span class="std std-ref">drilldown_offset</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-drilldown-offset"><span class="std std-ref">drilldown_offset</span></a> を見てください。</p>
23952395 <p>以下は例です。</p>
23962396 <p>実行例:</p>
24482448 </div>
24492449 </div>
24502450 <div class="section" id="drilldown-limit">
2451 <span id="logical-select-drilldown-limit"></span><h4><span class="section-number">7.3.34.5.8.6. </span><code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code><a class="headerlink" href="#drilldown-limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
2451 <span id="logical-select-drilldown-limit"></span><h4><span class="section-number">7.3.35.5.8.6. </span><code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code><a class="headerlink" href="#drilldown-limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
24522452 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-drilldown-limit"><span class="std std-ref">drilldown_limit</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-drilldown-limit"><span class="std std-ref">drilldown_limit</span></a> を見てください。</p>
24532453 <p>以下は例です。</p>
24542454 <p>実行例:</p>
25062506 </div>
25072507 </div>
25082508 <div class="section" id="drilldown-calc-types">
2509 <span id="logical-select-drilldown-calc-types"></span><h4><span class="section-number">7.3.34.5.8.7. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code><a class="headerlink" href="#drilldown-calc-types" title="このヘッドラインへのパーマリンク">¶</a></h4>
2509 <span id="logical-select-drilldown-calc-types"></span><h4><span class="section-number">7.3.35.5.8.7. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code><a class="headerlink" href="#drilldown-calc-types" title="このヘッドラインへのパーマリンク">¶</a></h4>
25102510 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-drilldown-calc-types"><span class="std std-ref">drilldown_calc_types</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-drilldown-calc-types"><span class="std std-ref">drilldown_calc_types</span></a> を見てください。</p>
25112511 <p>以下は例です。</p>
25122512 <p>実行例:</p>
26222622 </div>
26232623 </div>
26242624 <div class="section" id="drilldown-calc-target">
2625 <span id="logical-select-drilldown-calc-target"></span><h4><span class="section-number">7.3.34.5.8.8. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code><a class="headerlink" href="#drilldown-calc-target" title="このヘッドラインへのパーマリンク">¶</a></h4>
2625 <span id="logical-select-drilldown-calc-target"></span><h4><span class="section-number">7.3.35.5.8.8. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code><a class="headerlink" href="#drilldown-calc-target" title="このヘッドラインへのパーマリンク">¶</a></h4>
26262626 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-drilldown-calc-target"><span class="std std-ref">drilldown_calc_target</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-drilldown-calc-target"><span class="std std-ref">drilldown_calc_target</span></a> を見てください。</p>
26272627 <p>具体例は <a class="reference internal" href="select.html#select-drilldown-calc-types"><span class="std std-ref">drilldown_calc_types</span></a> を見てください。</p>
26282628 </div>
26292629 <div class="section" id="drilldown-filter">
2630 <span id="logical-select-drilldown-filter"></span><h4><span class="section-number">7.3.34.5.8.9. </span><code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code><a class="headerlink" href="#drilldown-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
2630 <span id="logical-select-drilldown-filter"></span><h4><span class="section-number">7.3.35.5.8.9. </span><code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code><a class="headerlink" href="#drilldown-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
26312631 <div class="versionadded">
26322632 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
26332633 </div>
26902690 </div>
26912691 </div>
26922692 <div class="section" id="advanced-drilldown-related-parameters">
2693 <span id="logical-select-advanced-drilldown-related-parameters"></span><h3><span class="section-number">7.3.34.5.9. </span>高度なドリルダウン関連のパラメーター<a class="headerlink" href="#advanced-drilldown-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
2693 <span id="logical-select-advanced-drilldown-related-parameters"></span><h3><span class="section-number">7.3.35.5.9. </span>高度なドリルダウン関連のパラメーター<a class="headerlink" href="#advanced-drilldown-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
26942694 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> のすべての高度なドリルダウン関連のパラメーターをサポートしています。詳細は <a class="reference internal" href="select.html#select-advanced-drilldown-related-parameters"><span class="std std-ref">高度なドリルダウン関連のパラメーター</span></a> を見てください。</p>
26952695 <p>いくつか制限があります。</p>
26962696 <blockquote>
26992699 </ul>
27002700 </div></blockquote>
27012701 <div class="section" id="drilldowns-label-keys">
2702 <span id="logical-select-drilldowns-label-keys"></span><h4><span class="section-number">7.3.34.5.9.1. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code><a class="headerlink" href="#drilldowns-label-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
2702 <span id="logical-select-drilldowns-label-keys"></span><h4><span class="section-number">7.3.35.5.9.1. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code><a class="headerlink" href="#drilldowns-label-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
27032703 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-drilldowns-label-keys"><span class="std std-ref">drilldowns[${LABEL}].keys</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-drilldowns-label-keys"><span class="std std-ref">drilldowns[${LABEL}].keys</span></a> を見てください。</p>
27042704 <p>以下は例です。</p>
27052705 <p>実行例:</p>
27752775 </div>
27762776 </div>
27772777 <div class="section" id="drilldowns-label-output-columns">
2778 <span id="logical-select-drilldowns-label-output-columns"></span><h4><span class="section-number">7.3.34.5.9.2. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code><a class="headerlink" href="#drilldowns-label-output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
2778 <span id="logical-select-drilldowns-label-output-columns"></span><h4><span class="section-number">7.3.35.5.9.2. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code><a class="headerlink" href="#drilldowns-label-output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
27792779 <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-drilldowns-label-output-columns"><span class="std std-ref">drilldowns[${LABEL}].output_columns</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-drilldowns-label-output-columns"><span class="std std-ref">drilldowns[${LABEL}].output_columns</span></a> を見てください。</p>
27802780 <p><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code> には制限があります。</p>
27812781 <p>複数のシャードを使った場合、 <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code> の中で <code class="docutils literal notranslate"><span class="pre">_value.${KEY_NAME}</span></code> を使えません。1つのシャードのみを使った場合は使えます。</p>
28412841 </div>
28422842 </div>
28432843 <div class="section" id="drilldowns-label-sortby">
2844 <span id="logical-select-drilldowns-label-sortby"></span><h4><span class="section-number">7.3.34.5.9.3. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sortby</span></code><a class="headerlink" href="#drilldowns-label-sortby" title="このヘッドラインへのパーマリンク">¶</a></h4>
2844 <span id="logical-select-drilldowns-label-sortby"></span><h4><span class="section-number">7.3.35.5.9.3. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sortby</span></code><a class="headerlink" href="#drilldowns-label-sortby" title="このヘッドラインへのパーマリンク">¶</a></h4>
28452845 <div class="deprecated">
28462846 <p><span class="versionmodified deprecated">バージョン 6.1.5 で非推奨: </span><a class="reference internal" href="#logical-select-drilldowns-label-sort-keys"><span class="std std-ref">drilldowns[${LABEL}].sort_keys</span></a> を代わりに使ってください</p>
28472847 </div>
28482848 </div>
28492849 <div class="section" id="drilldowns-label-sort-keys">
2850 <span id="logical-select-drilldowns-label-sort-keys"></span><h4><span class="section-number">7.3.34.5.9.4. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code><a class="headerlink" href="#drilldowns-label-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
2850 <span id="logical-select-drilldowns-label-sort-keys"></span><h4><span class="section-number">7.3.35.5.9.4. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code><a class="headerlink" href="#drilldowns-label-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
28512851 <p>ラベルなしドリルダウンの <a class="reference internal" href="#logical-select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> に対応しています。</p>
28522852 <p><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code> には制限があります。</p>
28532853 <p>複数のシャードを使った場合、 <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code> の中で <code class="docutils literal notranslate"><span class="pre">_value.${KEY_NAME}</span></code> を使えません。1つのシャードのみを使った場合は使えます。複数のシャードを使った場合、<code class="docutils literal notranslate"><span class="pre">_key</span></code> は、<code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code> の中で使えます。</p>
29252925 </div>
29262926 </div>
29272927 <div class="section" id="drilldowns-label-offset">
2928 <span id="logical-select-drilldowns-label-offset"></span><h4><span class="section-number">7.3.34.5.9.5. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].offset</span></code><a class="headerlink" href="#drilldowns-label-offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
2928 <span id="logical-select-drilldowns-label-offset"></span><h4><span class="section-number">7.3.35.5.9.5. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].offset</span></code><a class="headerlink" href="#drilldowns-label-offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
29292929 <p>ラベルなしドリルダウンの <a class="reference internal" href="#logical-select-drilldown-offset"><span class="std std-ref">drilldown_offset</span></a> に対応しています。</p>
29302930 <p>以下は例です。</p>
29312931 <p>実行例:</p>
29852985 </div>
29862986 </div>
29872987 <div class="section" id="drilldowns-label-limit">
2988 <span id="logical-select-drilldowns-label-limit"></span><h4><span class="section-number">7.3.34.5.9.6. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].limit</span></code><a class="headerlink" href="#drilldowns-label-limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
2988 <span id="logical-select-drilldowns-label-limit"></span><h4><span class="section-number">7.3.35.5.9.6. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].limit</span></code><a class="headerlink" href="#drilldowns-label-limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
29892989 <p>ラベルなしドリルダウンの <a class="reference internal" href="#logical-select-drilldown-limit"><span class="std std-ref">drilldown_limit</span></a> に対応しています。</p>
29902990 <p>以下は例です。</p>
29912991 <p>実行例:</p>
30453045 </div>
30463046 </div>
30473047 <div class="section" id="drilldowns-label-calc-types">
3048 <span id="logical-select-drilldowns-label-calc-types"></span><h4><span class="section-number">7.3.34.5.9.7. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_types</span></code><a class="headerlink" href="#drilldowns-label-calc-types" title="このヘッドラインへのパーマリンク">¶</a></h4>
3048 <span id="logical-select-drilldowns-label-calc-types"></span><h4><span class="section-number">7.3.35.5.9.7. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_types</span></code><a class="headerlink" href="#drilldowns-label-calc-types" title="このヘッドラインへのパーマリンク">¶</a></h4>
30493049 <p>ラベルなしドリルダウンの <a class="reference internal" href="#logical-select-drilldown-calc-types"><span class="std std-ref">drilldown_calc_types</span></a> に対応しています。</p>
30503050 <p>以下は例です。</p>
30513051 <p>実行例:</p>
31393139 </div>
31403140 </div>
31413141 <div class="section" id="drilldowns-label-calc-target">
3142 <span id="logical-select-drilldowns-label-calc-target"></span><h4><span class="section-number">7.3.34.5.9.8. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_target</span></code><a class="headerlink" href="#drilldowns-label-calc-target" title="このヘッドラインへのパーマリンク">¶</a></h4>
3142 <span id="logical-select-drilldowns-label-calc-target"></span><h4><span class="section-number">7.3.35.5.9.8. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_target</span></code><a class="headerlink" href="#drilldowns-label-calc-target" title="このヘッドラインへのパーマリンク">¶</a></h4>
31433143 <p>ラベルなしドリルダウンの <a class="reference internal" href="#logical-select-drilldown-calc-target"><span class="std std-ref">drilldown_calc_target</span></a> に対応しています。</p>
31443144 <p>例は <a class="reference internal" href="#logical-select-drilldowns-label-calc-types"><span class="std std-ref">drilldowns[${LABEL}].calc_types</span></a> を参照してください。</p>
31453145 </div>
31463146 <div class="section" id="drilldowns-label-filter">
3147 <span id="logical-select-drilldowns-label-filter"></span><h4><span class="section-number">7.3.34.5.9.9. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].filter</span></code><a class="headerlink" href="#drilldowns-label-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
3147 <span id="logical-select-drilldowns-label-filter"></span><h4><span class="section-number">7.3.35.5.9.9. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].filter</span></code><a class="headerlink" href="#drilldowns-label-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
31483148 <div class="versionadded">
31493149 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
31503150 </div>
32083208 </div>
32093209 </div>
32103210 <div class="section" id="drilldowns-label-columns-name-stage">
3211 <span id="logical-select-drilldowns-label-columns-name-stage"></span><h4><span class="section-number">7.3.34.5.9.10. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code><a class="headerlink" href="#drilldowns-label-columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
3211 <span id="logical-select-drilldowns-label-columns-name-stage"></span><h4><span class="section-number">7.3.35.5.9.10. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code><a class="headerlink" href="#drilldowns-label-columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
32123212 <div class="versionadded">
32133213 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
32143214 </div>
32853285 </div>
32863286 </div>
32873287 <div class="section" id="drilldowns-label-columns-name-flags">
3288 <span id="logical-select-drilldowns-label-columns-name-flags"></span><h4><span class="section-number">7.3.34.5.9.11. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].flags</span></code><a class="headerlink" href="#drilldowns-label-columns-name-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
3288 <span id="logical-select-drilldowns-label-columns-name-flags"></span><h4><span class="section-number">7.3.35.5.9.11. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].flags</span></code><a class="headerlink" href="#drilldowns-label-columns-name-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
32893289 <div class="versionadded">
32903290 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
32913291 </div>
33693369 </div>
33703370 </div>
33713371 <div class="section" id="drilldowns-label-columns-name-type">
3372 <span id="logical-select-drilldowns-label-columns-name-type"></span><h4><span class="section-number">7.3.34.5.9.12. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].type</span></code><a class="headerlink" href="#drilldowns-label-columns-name-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
3372 <span id="logical-select-drilldowns-label-columns-name-type"></span><h4><span class="section-number">7.3.35.5.9.12. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].type</span></code><a class="headerlink" href="#drilldowns-label-columns-name-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
33733373 <div class="versionadded">
33743374 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
33753375 </div>
34473447 </div>
34483448 </div>
34493449 <div class="section" id="drilldowns-label-columns-name-value">
3450 <span id="logical-select-drilldowns-label-columns-name-value"></span><h4><span class="section-number">7.3.34.5.9.13. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].value</span></code><a class="headerlink" href="#drilldowns-label-columns-name-value" title="このヘッドラインへのパーマリンク">¶</a></h4>
3450 <span id="logical-select-drilldowns-label-columns-name-value"></span><h4><span class="section-number">7.3.35.5.9.13. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].value</span></code><a class="headerlink" href="#drilldowns-label-columns-name-value" title="このヘッドラインへのパーマリンク">¶</a></h4>
34513451 <div class="versionadded">
34523452 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
34533453 </div>
34713471 </div>
34723472 </div>
34733473 <div class="section" id="drilldowns-label-columns-name-window-sort-keys">
3474 <span id="logical-select-drilldowns-label-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.34.5.9.14. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#drilldowns-label-columns-name-window-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
3474 <span id="logical-select-drilldowns-label-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.35.5.9.14. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#drilldowns-label-columns-name-window-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
34753475 <div class="versionadded">
34763476 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
34773477 </div>
35513551 </div>
35523552 </div>
35533553 <div class="section" id="drilldowns-label-columns-name-window-group-keys">
3554 <span id="logical-select-drilldowns-label-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.34.5.9.15. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#drilldowns-label-columns-name-window-group-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
3554 <span id="logical-select-drilldowns-label-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.35.5.9.15. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#drilldowns-label-columns-name-window-group-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
35553555 <div class="versionadded">
35563556 <p><span class="versionmodified added">バージョン 7.0.1 で追加.</span></p>
35573557 </div>
36333633 </div>
36343634 </div>
36353635 <div class="section" id="cache-related-parameter">
3636 <h3><span class="section-number">7.3.34.5.10. </span>キャッシュ関連の引数<a class="headerlink" href="#cache-related-parameter" title="このヘッドラインへのパーマリンク">¶</a></h3>
3636 <h3><span class="section-number">7.3.35.5.10. </span>キャッシュ関連の引数<a class="headerlink" href="#cache-related-parameter" title="このヘッドラインへのパーマリンク">¶</a></h3>
36373637 <div class="section" id="cache">
3638 <span id="logical-select-cache"></span><h4><span class="section-number">7.3.34.5.10.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="このヘッドラインへのパーマリンク">¶</a></h4>
3638 <span id="logical-select-cache"></span><h4><span class="section-number">7.3.35.5.10.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="このヘッドラインへのパーマリンク">¶</a></h4>
36393639 <p>このクエリーの結果をキャッシュするかどうかを指定します。</p>
36403640 <p>このクエリーの結果がキャッシュしてあると、次に同じクエリーを実行するときはキャッシュを使って高速にレスポンスを返すことができます。</p>
36413641 <p>これは既存のキャッシュされた結果を使うかどうかを指定するものではありません。</p>
37523752 </div>
37533753 </div>
37543754 <div class="section" id="return-value">
3755 <h2><span class="section-number">7.3.34.6. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
3755 <h2><span class="section-number">7.3.35.6. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
37563756 <p><code class="docutils literal notranslate"><span class="pre">logical_select</span></code> の戻り値のフォーマットは <a class="reference internal" href="select.html"><span class="doc">select</span></a> と同じです。詳細は <a class="reference internal" href="select.html#select-return-value"><span class="std std-ref">戻り値</span></a> を見てください。</p>
37573757 </div>
37583758 </div>
37663766 <div class="sphinxsidebarwrapper">
37673767 <h3><a href="../../index.html">目次</a></h3>
37683768 <ul>
3769 <li><a class="reference internal" href="#">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a><ul>
3770 <li><a class="reference internal" href="#summary">7.3.34.1. 概要</a></li>
3771 <li><a class="reference internal" href="#syntax">7.3.34.2. 構文</a></li>
3772 <li><a class="reference internal" href="#differences-from-select">7.3.34.3. <code class="docutils literal notranslate"><span class="pre">select</span></code> との違い</a></li>
3773 <li><a class="reference internal" href="#usage">7.3.34.4. 使い方</a><ul>
3774 <li><a class="reference internal" href="#simple-usage">7.3.34.4.1. 簡単な使い方</a></li>
3769 <li><a class="reference internal" href="#">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a><ul>
3770 <li><a class="reference internal" href="#summary">7.3.35.1. 概要</a></li>
3771 <li><a class="reference internal" href="#syntax">7.3.35.2. 構文</a></li>
3772 <li><a class="reference internal" href="#differences-from-select">7.3.35.3. <code class="docutils literal notranslate"><span class="pre">select</span></code> との違い</a></li>
3773 <li><a class="reference internal" href="#usage">7.3.35.4. 使い方</a><ul>
3774 <li><a class="reference internal" href="#simple-usage">7.3.35.4.1. 簡単な使い方</a></li>
37753775 </ul>
37763776 </li>
3777 <li><a class="reference internal" href="#parameters">7.3.34.5. 引数</a><ul>
3778 <li><a class="reference internal" href="#required-parameters">7.3.34.5.1. 必須引数</a><ul>
3779 <li><a class="reference internal" href="#logical-table">7.3.34.5.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
3780 <li><a class="reference internal" href="#shard-key">7.3.34.5.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
3777 <li><a class="reference internal" href="#parameters">7.3.35.5. 引数</a><ul>
3778 <li><a class="reference internal" href="#required-parameters">7.3.35.5.1. 必須引数</a><ul>
3779 <li><a class="reference internal" href="#logical-table">7.3.35.5.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
3780 <li><a class="reference internal" href="#shard-key">7.3.35.5.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
37813781 </ul>
37823782 </li>
3783 <li><a class="reference internal" href="#optional-parameters">7.3.34.5.2. 省略可能引数</a><ul>
3784 <li><a class="reference internal" href="#min">7.3.34.5.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
3785 <li><a class="reference internal" href="#min-border">7.3.34.5.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
3786 <li><a class="reference internal" href="#max">7.3.34.5.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
3787 <li><a class="reference internal" href="#max-border">7.3.34.5.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
3783 <li><a class="reference internal" href="#optional-parameters">7.3.35.5.2. 省略可能引数</a><ul>
3784 <li><a class="reference internal" href="#min">7.3.35.5.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
3785 <li><a class="reference internal" href="#min-border">7.3.35.5.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
3786 <li><a class="reference internal" href="#max">7.3.35.5.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
3787 <li><a class="reference internal" href="#max-border">7.3.35.5.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
37883788 </ul>
37893789 </li>
3790 <li><a class="reference internal" href="#search-related-parameters">7.3.34.5.3. 検索関係の引数</a><ul>
3791 <li><a class="reference internal" href="#match-columns">7.3.34.5.3.1. <code class="docutils literal notranslate"><span class="pre">match_columns</span></code></a></li>
3792 <li><a class="reference internal" href="#query">7.3.34.5.3.2. <code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
3793 <li><a class="reference internal" href="#filter">7.3.34.5.3.3. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
3794 <li><a class="reference internal" href="#post-filter">7.3.34.5.3.4. <code class="docutils literal notranslate"><span class="pre">post_filter</span></code></a></li>
3795 <li><a class="reference internal" href="#load-table">7.3.34.5.3.5. <code class="docutils literal notranslate"><span class="pre">load_table</span></code></a></li>
3796 <li><a class="reference internal" href="#load-columns">7.3.34.5.3.6. <code class="docutils literal notranslate"><span class="pre">load_columns</span></code></a></li>
3797 <li><a class="reference internal" href="#load-values">7.3.34.5.3.7. <code class="docutils literal notranslate"><span class="pre">load_values</span></code></a></li>
3790 <li><a class="reference internal" href="#search-related-parameters">7.3.35.5.3. 検索関係の引数</a><ul>
3791 <li><a class="reference internal" href="#match-columns">7.3.35.5.3.1. <code class="docutils literal notranslate"><span class="pre">match_columns</span></code></a></li>
3792 <li><a class="reference internal" href="#query">7.3.35.5.3.2. <code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
3793 <li><a class="reference internal" href="#filter">7.3.35.5.3.3. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
3794 <li><a class="reference internal" href="#post-filter">7.3.35.5.3.4. <code class="docutils literal notranslate"><span class="pre">post_filter</span></code></a></li>
3795 <li><a class="reference internal" href="#load-table">7.3.35.5.3.5. <code class="docutils literal notranslate"><span class="pre">load_table</span></code></a></li>
3796 <li><a class="reference internal" href="#load-columns">7.3.35.5.3.6. <code class="docutils literal notranslate"><span class="pre">load_columns</span></code></a></li>
3797 <li><a class="reference internal" href="#load-values">7.3.35.5.3.7. <code class="docutils literal notranslate"><span class="pre">load_values</span></code></a></li>
37983798 </ul>
37993799 </li>
3800 <li><a class="reference internal" href="#advanced-search-parameters">7.3.34.5.4. 高度な検索のための引数</a><ul>
3801 <li><a class="reference internal" href="#match-escalation-threshold">7.3.34.5.4.1. <code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code></a></li>
3802 <li><a class="reference internal" href="#query-flags">7.3.34.5.4.2. <code class="docutils literal notranslate"><span class="pre">query_flags</span></code></a></li>
3803 <li><a class="reference internal" href="#query-expander">7.3.34.5.4.3. <code class="docutils literal notranslate"><span class="pre">query_expander</span></code></a></li>
3800 <li><a class="reference internal" href="#advanced-search-parameters">7.3.35.5.4. 高度な検索のための引数</a><ul>
3801 <li><a class="reference internal" href="#match-escalation-threshold">7.3.35.5.4.1. <code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code></a></li>
3802 <li><a class="reference internal" href="#query-flags">7.3.35.5.4.2. <code class="docutils literal notranslate"><span class="pre">query_flags</span></code></a></li>
3803 <li><a class="reference internal" href="#query-expander">7.3.35.5.4.3. <code class="docutils literal notranslate"><span class="pre">query_expander</span></code></a></li>
38043804 </ul>
38053805 </li>
3806 <li><a class="reference internal" href="#output-related-parameters">7.3.34.5.5. 出力関連の引数</a><ul>
3807 <li><a class="reference internal" href="#output-columns">7.3.34.5.5.1. <code class="docutils literal notranslate"><span class="pre">output_columns</span></code></a></li>
3808 <li><a class="reference internal" href="#sortby">7.3.34.5.5.2. <code class="docutils literal notranslate"><span class="pre">sortby</span></code></a></li>
3809 <li><a class="reference internal" href="#sort-keys">7.3.34.5.5.3. <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code></a></li>
3810 <li><a class="reference internal" href="#offset">7.3.34.5.5.4. <code class="docutils literal notranslate"><span class="pre">offset</span></code></a></li>
3811 <li><a class="reference internal" href="#limit">7.3.34.5.5.5. <code class="docutils literal notranslate"><span class="pre">limit</span></code></a></li>
3812 <li><a class="reference internal" href="#scorer">7.3.34.5.5.6. <code class="docutils literal notranslate"><span class="pre">scorer</span></code></a></li>
3806 <li><a class="reference internal" href="#output-related-parameters">7.3.35.5.5. 出力関連の引数</a><ul>
3807 <li><a class="reference internal" href="#output-columns">7.3.35.5.5.1. <code class="docutils literal notranslate"><span class="pre">output_columns</span></code></a></li>
3808 <li><a class="reference internal" href="#sortby">7.3.35.5.5.2. <code class="docutils literal notranslate"><span class="pre">sortby</span></code></a></li>
3809 <li><a class="reference internal" href="#sort-keys">7.3.35.5.5.3. <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code></a></li>
3810 <li><a class="reference internal" href="#offset">7.3.35.5.5.4. <code class="docutils literal notranslate"><span class="pre">offset</span></code></a></li>
3811 <li><a class="reference internal" href="#limit">7.3.35.5.5.5. <code class="docutils literal notranslate"><span class="pre">limit</span></code></a></li>
3812 <li><a class="reference internal" href="#scorer">7.3.35.5.5.6. <code class="docutils literal notranslate"><span class="pre">scorer</span></code></a></li>
38133813 </ul>
38143814 </li>
3815 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.34.5.6. 動的カラム関連の引数</a><ul>
3816 <li><a class="reference internal" href="#columns-name-stage">7.3.34.5.6.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
3817 <li><a class="reference internal" href="#columns-name-flags">7.3.34.5.6.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
3818 <li><a class="reference internal" href="#columns-name-type">7.3.34.5.6.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
3819 <li><a class="reference internal" href="#columns-name-value">7.3.34.5.6.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
3815 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.35.5.6. 動的カラム関連の引数</a><ul>
3816 <li><a class="reference internal" href="#columns-name-stage">7.3.35.5.6.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
3817 <li><a class="reference internal" href="#columns-name-flags">7.3.35.5.6.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
3818 <li><a class="reference internal" href="#columns-name-type">7.3.35.5.6.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
3819 <li><a class="reference internal" href="#columns-name-value">7.3.35.5.6.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
38203820 </ul>
38213821 </li>
3822 <li><a class="reference internal" href="#window-function-related-parameters">7.3.34.5.7. ウィンドウ関数関連の引数</a><ul>
3823 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.34.5.7.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
3824 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.34.5.7.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
3822 <li><a class="reference internal" href="#window-function-related-parameters">7.3.35.5.7. ウィンドウ関数関連の引数</a><ul>
3823 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.35.5.7.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
3824 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.35.5.7.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
38253825 </ul>
38263826 </li>
3827 <li><a class="reference internal" href="#drilldown-related-parameters">7.3.34.5.8. ドリルダウン関連の引数</a><ul>
3828 <li><a class="reference internal" href="#drilldown">7.3.34.5.8.1. <code class="docutils literal notranslate"><span class="pre">drilldown</span></code></a></li>
3829 <li><a class="reference internal" href="#drilldown-sortby">7.3.34.5.8.2. <code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code></a></li>
3830 <li><a class="reference internal" href="#drilldown-sort-keys">7.3.34.5.8.3. <code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code></a></li>
3831 <li><a class="reference internal" href="#drilldown-output-columns">7.3.34.5.8.4. <code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code></a></li>
3832 <li><a class="reference internal" href="#drilldown-offset">7.3.34.5.8.5. <code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code></a></li>
3833 <li><a class="reference internal" href="#drilldown-limit">7.3.34.5.8.6. <code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code></a></li>
3834 <li><a class="reference internal" href="#drilldown-calc-types">7.3.34.5.8.7. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code></a></li>
3835 <li><a class="reference internal" href="#drilldown-calc-target">7.3.34.5.8.8. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code></a></li>
3836 <li><a class="reference internal" href="#drilldown-filter">7.3.34.5.8.9. <code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code></a></li>
3827 <li><a class="reference internal" href="#drilldown-related-parameters">7.3.35.5.8. ドリルダウン関連の引数</a><ul>
3828 <li><a class="reference internal" href="#drilldown">7.3.35.5.8.1. <code class="docutils literal notranslate"><span class="pre">drilldown</span></code></a></li>
3829 <li><a class="reference internal" href="#drilldown-sortby">7.3.35.5.8.2. <code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code></a></li>
3830 <li><a class="reference internal" href="#drilldown-sort-keys">7.3.35.5.8.3. <code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code></a></li>
3831 <li><a class="reference internal" href="#drilldown-output-columns">7.3.35.5.8.4. <code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code></a></li>
3832 <li><a class="reference internal" href="#drilldown-offset">7.3.35.5.8.5. <code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code></a></li>
3833 <li><a class="reference internal" href="#drilldown-limit">7.3.35.5.8.6. <code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code></a></li>
3834 <li><a class="reference internal" href="#drilldown-calc-types">7.3.35.5.8.7. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code></a></li>
3835 <li><a class="reference internal" href="#drilldown-calc-target">7.3.35.5.8.8. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code></a></li>
3836 <li><a class="reference internal" href="#drilldown-filter">7.3.35.5.8.9. <code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code></a></li>
38373837 </ul>
38383838 </li>
3839 <li><a class="reference internal" href="#advanced-drilldown-related-parameters">7.3.34.5.9. 高度なドリルダウン関連のパラメーター</a><ul>
3840 <li><a class="reference internal" href="#drilldowns-label-keys">7.3.34.5.9.1. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code></a></li>
3841 <li><a class="reference internal" href="#drilldowns-label-output-columns">7.3.34.5.9.2. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code></a></li>
3842 <li><a class="reference internal" href="#drilldowns-label-sortby">7.3.34.5.9.3. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sortby</span></code></a></li>
3843 <li><a class="reference internal" href="#drilldowns-label-sort-keys">7.3.34.5.9.4. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code></a></li>
3844 <li><a class="reference internal" href="#drilldowns-label-offset">7.3.34.5.9.5. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].offset</span></code></a></li>
3845 <li><a class="reference internal" href="#drilldowns-label-limit">7.3.34.5.9.6. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].limit</span></code></a></li>
3846 <li><a class="reference internal" href="#drilldowns-label-calc-types">7.3.34.5.9.7. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_types</span></code></a></li>
3847 <li><a class="reference internal" href="#drilldowns-label-calc-target">7.3.34.5.9.8. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_target</span></code></a></li>
3848 <li><a class="reference internal" href="#drilldowns-label-filter">7.3.34.5.9.9. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].filter</span></code></a></li>
3849 <li><a class="reference internal" href="#drilldowns-label-columns-name-stage">7.3.34.5.9.10. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code></a></li>
3850 <li><a class="reference internal" href="#drilldowns-label-columns-name-flags">7.3.34.5.9.11. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].flags</span></code></a></li>
3851 <li><a class="reference internal" href="#drilldowns-label-columns-name-type">7.3.34.5.9.12. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].type</span></code></a></li>
3852 <li><a class="reference internal" href="#drilldowns-label-columns-name-value">7.3.34.5.9.13. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].value</span></code></a></li>
3853 <li><a class="reference internal" href="#drilldowns-label-columns-name-window-sort-keys">7.3.34.5.9.14. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></code></a></li>
3854 <li><a class="reference internal" href="#drilldowns-label-columns-name-window-group-keys">7.3.34.5.9.15. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></code></a></li>
3839 <li><a class="reference internal" href="#advanced-drilldown-related-parameters">7.3.35.5.9. 高度なドリルダウン関連のパラメーター</a><ul>
3840 <li><a class="reference internal" href="#drilldowns-label-keys">7.3.35.5.9.1. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code></a></li>
3841 <li><a class="reference internal" href="#drilldowns-label-output-columns">7.3.35.5.9.2. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code></a></li>
3842 <li><a class="reference internal" href="#drilldowns-label-sortby">7.3.35.5.9.3. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sortby</span></code></a></li>
3843 <li><a class="reference internal" href="#drilldowns-label-sort-keys">7.3.35.5.9.4. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code></a></li>
3844 <li><a class="reference internal" href="#drilldowns-label-offset">7.3.35.5.9.5. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].offset</span></code></a></li>
3845 <li><a class="reference internal" href="#drilldowns-label-limit">7.3.35.5.9.6. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].limit</span></code></a></li>
3846 <li><a class="reference internal" href="#drilldowns-label-calc-types">7.3.35.5.9.7. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_types</span></code></a></li>
3847 <li><a class="reference internal" href="#drilldowns-label-calc-target">7.3.35.5.9.8. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].calc_target</span></code></a></li>
3848 <li><a class="reference internal" href="#drilldowns-label-filter">7.3.35.5.9.9. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].filter</span></code></a></li>
3849 <li><a class="reference internal" href="#drilldowns-label-columns-name-stage">7.3.35.5.9.10. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code></a></li>
3850 <li><a class="reference internal" href="#drilldowns-label-columns-name-flags">7.3.35.5.9.11. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].flags</span></code></a></li>
3851 <li><a class="reference internal" href="#drilldowns-label-columns-name-type">7.3.35.5.9.12. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].type</span></code></a></li>
3852 <li><a class="reference internal" href="#drilldowns-label-columns-name-value">7.3.35.5.9.13. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].value</span></code></a></li>
3853 <li><a class="reference internal" href="#drilldowns-label-columns-name-window-sort-keys">7.3.35.5.9.14. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></code></a></li>
3854 <li><a class="reference internal" href="#drilldowns-label-columns-name-window-group-keys">7.3.35.5.9.15. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></code></a></li>
38553855 </ul>
38563856 </li>
3857 <li><a class="reference internal" href="#cache-related-parameter">7.3.34.5.10. キャッシュ関連の引数</a><ul>
3858 <li><a class="reference internal" href="#cache">7.3.34.5.10.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
3857 <li><a class="reference internal" href="#cache-related-parameter">7.3.35.5.10. キャッシュ関連の引数</a><ul>
3858 <li><a class="reference internal" href="#cache">7.3.35.5.10.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
38593859 </ul>
38603860 </li>
38613861 </ul>
38623862 </li>
3863 <li><a class="reference internal" href="#return-value">7.3.34.6. 戻り値</a></li>
3863 <li><a class="reference internal" href="#return-value">7.3.35.6. 戻り値</a></li>
38643864 </ul>
38653865 </li>
38663866 </ul>
38673867
38683868 <h4>前のトピックへ</h4>
38693869 <p class="topless"><a href="logical_range_filter.html"
3870 title="前の章へ"><span class="section-number">7.3.33. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></p>
3870 title="前の章へ"><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></p>
38713871 <h4>次のトピックへ</h4>
38723872 <p class="topless"><a href="logical_shard_list.html"
3873 title="次の章へ"><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></p>
3873 title="次の章へ"><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></p>
38743874 <div id="searchbox" style="display: none" role="search">
38753875 <h3 id="searchlabel">クイック検索</h3>
38763876 <div class="searchformwrapper">
38923892 <a href="../../genindex.html" title="総合索引"
38933893 >索引</a></li>
38943894 <li class="right" >
3895 <a href="logical_shard_list.html" title="7.3.35. logical_shard_list"
3895 <a href="logical_shard_list.html" title="7.3.36. logical_shard_list"
38963896 >次へ</a> |</li>
38973897 <li class="right" >
3898 <a href="logical_range_filter.html" title="7.3.33. logical_range_filter"
3898 <a href="logical_range_filter.html" title="7.3.34. logical_range_filter"
38993899 >前へ</a> |</li>
3900 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
3900 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
39013901 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
39023902 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
3903 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
3903 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
39043904 </ul>
39053905 </div>
39063906 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.35. logical_shard_list &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.36. logical_shard_list &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.36. logical_table_remove" href="logical_table_remove.html" />
23 <link rel="prev" title="7.3.34. logical_select" href="logical_select.html" />
22 <link rel="next" title="7.3.37. logical_table_remove" href="logical_table_remove.html" />
23 <link rel="prev" title="7.3.35. logical_select" href="logical_select.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="logical_table_remove.html" title="7.3.36. logical_table_remove"
49 <a href="logical_table_remove.html" title="7.3.37. logical_table_remove"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="logical_select.html" title="7.3.34. logical_select"
52 <a href="logical_select.html" title="7.3.35. logical_select"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="logical-shard-list">
67 <h1><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code><a class="headerlink" href="#logical-shard-list" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code><a class="headerlink" href="#logical-shard-list" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.35.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.36.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.0.7 で追加.</span></p>
7272 </div>
7373 <p><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code> は指定した論理テーブル名に対するすべてのシャード名を返します。</p>
7474 </div>
7575 <div class="section" id="syntax">
76 <h2><span class="section-number">7.3.35.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
76 <h2><span class="section-number">7.3.36.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7777 <p>このコマンドの引数は1つで必須です:</p>
7878 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_shard_list logical_table
7979 </pre></div>
8080 </div>
8181 </div>
8282 <div class="section" id="usage">
83 <h2><span class="section-number">7.3.35.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
83 <h2><span class="section-number">7.3.36.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8484 <p>このコマンドを使うには事前に <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインを登録します。</p>
8585 <p>実行例:</p>
8686 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register sharding
128128 </div>
129129 </div>
130130 <div class="section" id="parameters">
131 <h2><span class="section-number">7.3.35.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
131 <h2><span class="section-number">7.3.36.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
132132 <p>このセクションでは引数について説明します。</p>
133133 <div class="section" id="required-parameters">
134 <h3><span class="section-number">7.3.35.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
134 <h3><span class="section-number">7.3.36.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
135135 <p>必須の引数は1つです。</p>
136136 <div class="section" id="logical-table">
137 <span id="logical-shard-logical-table"></span><h4><span class="section-number">7.3.35.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
137 <span id="logical-shard-logical-table"></span><h4><span class="section-number">7.3.36.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
138138 <p>論理テーブル名を指定します。 <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code> は指定した論理テーブルのシャード名のリストを返します。</p>
139139 <p>実行例:</p>
140140 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_shard_list --logical_table Logs
162162 </div>
163163 </div>
164164 <div class="section" id="optional-parameters">
165 <h3><span class="section-number">7.3.35.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
165 <h3><span class="section-number">7.3.36.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
166166 <p>省略可能な引数はありません。</p>
167167 </div>
168168 </div>
169169 <div class="section" id="return-value">
170 <h2><span class="section-number">7.3.35.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
170 <h2><span class="section-number">7.3.36.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
171171 <p>このコマンドは昇順でソートしたシャード名のリストを返します:</p>
172172 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
173173 HEADER,
183183 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
184184 </div>
185185 <div class="section" id="see-also">
186 <h2><span class="section-number">7.3.35.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
186 <h2><span class="section-number">7.3.36.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
187187 <blockquote>
188188 <div><ul class="simple">
189189 <li><p><a class="reference internal" href="../sharding.html"><span class="doc">シャーディング</span></a></p></li>
201201 <div class="sphinxsidebarwrapper">
202202 <h3><a href="../../index.html">目次</a></h3>
203203 <ul>
204 <li><a class="reference internal" href="#">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a><ul>
205 <li><a class="reference internal" href="#summary">7.3.35.1. 概要</a></li>
206 <li><a class="reference internal" href="#syntax">7.3.35.2. 構文</a></li>
207 <li><a class="reference internal" href="#usage">7.3.35.3. 使い方</a></li>
208 <li><a class="reference internal" href="#parameters">7.3.35.4. 引数</a><ul>
209 <li><a class="reference internal" href="#required-parameters">7.3.35.4.1. 必須引数</a><ul>
210 <li><a class="reference internal" href="#logical-table">7.3.35.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
204 <li><a class="reference internal" href="#">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a><ul>
205 <li><a class="reference internal" href="#summary">7.3.36.1. 概要</a></li>
206 <li><a class="reference internal" href="#syntax">7.3.36.2. 構文</a></li>
207 <li><a class="reference internal" href="#usage">7.3.36.3. 使い方</a></li>
208 <li><a class="reference internal" href="#parameters">7.3.36.4. 引数</a><ul>
209 <li><a class="reference internal" href="#required-parameters">7.3.36.4.1. 必須引数</a><ul>
210 <li><a class="reference internal" href="#logical-table">7.3.36.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
211211 </ul>
212212 </li>
213 <li><a class="reference internal" href="#optional-parameters">7.3.35.4.2. 省略可能引数</a></li>
213 <li><a class="reference internal" href="#optional-parameters">7.3.36.4.2. 省略可能引数</a></li>
214214 </ul>
215215 </li>
216 <li><a class="reference internal" href="#return-value">7.3.35.5. 戻り値</a></li>
217 <li><a class="reference internal" href="#see-also">7.3.35.6. 参考</a></li>
216 <li><a class="reference internal" href="#return-value">7.3.36.5. 戻り値</a></li>
217 <li><a class="reference internal" href="#see-also">7.3.36.6. 参考</a></li>
218218 </ul>
219219 </li>
220220 </ul>
221221
222222 <h4>前のトピックへ</h4>
223223 <p class="topless"><a href="logical_select.html"
224 title="前の章へ"><span class="section-number">7.3.34. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></p>
224 title="前の章へ"><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></p>
225225 <h4>次のトピックへ</h4>
226226 <p class="topless"><a href="logical_table_remove.html"
227 title="次の章へ"><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></p>
227 title="次の章へ"><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></p>
228228 <div id="searchbox" style="display: none" role="search">
229229 <h3 id="searchlabel">クイック検索</h3>
230230 <div class="searchformwrapper">
246246 <a href="../../genindex.html" title="総合索引"
247247 >索引</a></li>
248248 <li class="right" >
249 <a href="logical_table_remove.html" title="7.3.36. logical_table_remove"
249 <a href="logical_table_remove.html" title="7.3.37. logical_table_remove"
250250 >次へ</a> |</li>
251251 <li class="right" >
252 <a href="logical_select.html" title="7.3.34. logical_select"
252 <a href="logical_select.html" title="7.3.35. logical_select"
253253 >前へ</a> |</li>
254 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
254 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
255255 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
256256 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
257 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
257 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
258258 </ul>
259259 </div>
260260 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.36. logical_table_remove &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.37. logical_table_remove &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.37. normalize" href="normalize.html" />
23 <link rel="prev" title="7.3.35. logical_shard_list" href="logical_shard_list.html" />
22 <link rel="next" title="7.3.38. normalize" href="normalize.html" />
23 <link rel="prev" title="7.3.36. logical_shard_list" href="logical_shard_list.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="normalize.html" title="7.3.37. normalize"
49 <a href="normalize.html" title="7.3.38. normalize"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="logical_shard_list.html" title="7.3.35. logical_shard_list"
52 <a href="logical_shard_list.html" title="7.3.36. logical_shard_list"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="logical-table-remove">
67 <h1><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code><a class="headerlink" href="#logical-table-remove" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code><a class="headerlink" href="#logical-table-remove" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.36.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.37.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.0.5 で追加.</span></p>
7272 </div>
8989 </div>
9090 </div>
9191 <div class="section" id="syntax">
92 <h2><span class="section-number">7.3.36.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
92 <h2><span class="section-number">7.3.37.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
9393 <p>このコマンドにはたくさんの引数があります。</p>
9494 <p>必須引数は2つあります。 <code class="docutils literal notranslate"><span class="pre">logical_table</span></code> と <code class="docutils literal notranslate"><span class="pre">shard_key</span></code> です。</p>
9595 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>logical_table_remove logical_table
104104 </div>
105105 </div>
106106 <div class="section" id="usage">
107 <span id="logical-table-remove-usage"></span><h2><span class="section-number">7.3.36.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
107 <span id="logical-table-remove-usage"></span><h2><span class="section-number">7.3.37.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
108108 <p>削除したい論理テーブル名とシャードキーを指定します。</p>
109109 <p>このセクションでは次のことについて説明します。</p>
110110 <blockquote>
118118 </ul>
119119 </div></blockquote>
120120 <div class="section" id="basic-usage">
121 <span id="logical-table-remove-basic-usage"></span><h3><span class="section-number">7.3.36.3.1. </span>基本的な使い方<a class="headerlink" href="#basic-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
121 <span id="logical-table-remove-basic-usage"></span><h3><span class="section-number">7.3.37.3.1. </span>基本的な使い方<a class="headerlink" href="#basic-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
122122 <p>このコマンドを使うには事前に <code class="docutils literal notranslate"><span class="pre">sharding</span></code> プラグインを登録します。</p>
123123 <p>実行例:</p>
124124 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register sharding
174174 </div>
175175 </div>
176176 <div class="section" id="removes-parts-of-a-logical-table">
177 <span id="logical-table-remove-removes-parts"></span><h3><span class="section-number">7.3.36.3.2. </span>論理テーブルの一部を削除<a class="headerlink" href="#removes-parts-of-a-logical-table" title="このヘッドラインへのパーマリンク">¶</a></h3>
177 <span id="logical-table-remove-removes-parts"></span><h3><span class="section-number">7.3.37.3.2. </span>論理テーブルの一部を削除<a class="headerlink" href="#removes-parts-of-a-logical-table" title="このヘッドラインへのパーマリンク">¶</a></h3>
178178 <p>次のパラメーターでシャードの範囲を指定できます。</p>
179179 <blockquote>
180180 <div><ul class="simple">
292292 </div>
293293 </div>
294294 <div class="section" id="unremovable-cases">
295 <span id="logical-table-remove-unremovable-cases"></span><h3><span class="section-number">7.3.36.3.3. </span>削除できないケース<a class="headerlink" href="#unremovable-cases" title="このヘッドラインへのパーマリンク">¶</a></h3>
295 <span id="logical-table-remove-unremovable-cases"></span><h3><span class="section-number">7.3.37.3.3. </span>削除できないケース<a class="headerlink" href="#unremovable-cases" title="このヘッドラインへのパーマリンク">¶</a></h3>
296296 <p>いくつか削除できない場合があります。詳細は <a class="reference internal" href="table_remove.html#table-remove-unremovable-cases"><span class="std std-ref">削除できないケース</span></a> を参照してください。なぜなら <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code> も同じようにチェックしているからです。</p>
297297 </div>
298298 <div class="section" id="removes-with-related-tables">
299 <span id="logical-table-remove-removes-with-related-tables"></span><h3><span class="section-number">7.3.36.3.4. </span>関連するテーブルと一緒に削除<a class="headerlink" href="#removes-with-related-tables" title="このヘッドラインへのパーマリンク">¶</a></h3>
299 <span id="logical-table-remove-removes-with-related-tables"></span><h3><span class="section-number">7.3.37.3.4. </span>関連するテーブルと一緒に削除<a class="headerlink" href="#removes-with-related-tables" title="このヘッドラインへのパーマリンク">¶</a></h3>
300300 <div class="versionadded">
301301 <p><span class="versionmodified added">バージョン 6.0.1 で追加.</span></p>
302302 </div>
402402 </div>
403403 </div>
404404 <div class="section" id="removes-broken-tables-as-much-as-possible">
405 <span id="logical-table-remove-removes-broken-tables-as-much-as-possible"></span><h3><span class="section-number">7.3.36.3.5. </span>可能な限り壊れているテーブルを削除<a class="headerlink" href="#removes-broken-tables-as-much-as-possible" title="このヘッドラインへのパーマリンク">¶</a></h3>
405 <span id="logical-table-remove-removes-broken-tables-as-much-as-possible"></span><h3><span class="section-number">7.3.37.3.5. </span>可能な限り壊れているテーブルを削除<a class="headerlink" href="#removes-broken-tables-as-much-as-possible" title="このヘッドラインへのパーマリンク">¶</a></h3>
406406 <div class="versionadded">
407407 <p><span class="versionmodified added">バージョン 6.0.9 で追加.</span></p>
408408 </div>
465465 <p><code class="docutils literal notranslate"><span class="pre">--force</span> <span class="pre">yes</span></code> パラメーターは危険なパラメーターです。通常これを使う必要はありません。</p>
466466 </div>
467467 <div class="section" id="decreases-used-resources">
468 <span id="logical-table-remove-decreases-used-resources"></span><h3><span class="section-number">7.3.36.3.6. </span>利用リソースの削減<a class="headerlink" href="#decreases-used-resources" title="このヘッドラインへのパーマリンク">¶</a></h3>
468 <span id="logical-table-remove-decreases-used-resources"></span><h3><span class="section-number">7.3.37.3.6. </span>利用リソースの削減<a class="headerlink" href="#decreases-used-resources" title="このヘッドラインへのパーマリンク">¶</a></h3>
469469 <p>このコマンドが使うリソースを削減できます。詳細は <a class="reference internal" href="table_remove.html#table-remove-decreases-used-resources"><span class="std std-ref">利用リソースの削減</span></a> を参照してください。なぜなら <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code> は <a class="reference internal" href="table_remove.html"><span class="doc">table_remove</span></a> と同じロジックを使っているからです。</p>
470470 </div>
471471 </div>
472472 <div class="section" id="parameters">
473 <h2><span class="section-number">7.3.36.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
473 <h2><span class="section-number">7.3.37.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
474474 <p>このセクションでは <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code> の引数について説明します。</p>
475475 <div class="section" id="required-parameters">
476 <h3><span class="section-number">7.3.36.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
476 <h3><span class="section-number">7.3.37.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
477477 <p>いくつか必須の引数があります。</p>
478478 <div class="section" id="logical-table">
479 <span id="logical-table-remove-logical-table"></span><h4><span class="section-number">7.3.36.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
479 <span id="logical-table-remove-logical-table"></span><h4><span class="section-number">7.3.37.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
480480 <p>論理テーブル名を指定します。これは <code class="docutils literal notranslate"><span class="pre">_YYYYMMDD</span></code> をテーブル名から除いたものです。実際のテーブルが <code class="docutils literal notranslate"><span class="pre">Logs_20150203</span></code> や <code class="docutils literal notranslate"><span class="pre">Logs_20150203</span></code> といったものなら、論理テーブル名は <code class="docutils literal notranslate"><span class="pre">Logs</span></code> です。</p>
481481 <p><a class="reference internal" href="logical_select.html#logical-select-logical-table"><span class="std std-ref">logical_table</span></a> も参照してください。</p>
482482 </div>
483483 <div class="section" id="shard-key">
484 <span id="logical-table-remove-shard-key"></span><h4><span class="section-number">7.3.36.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="このヘッドラインへのパーマリンク">¶</a></h4>
484 <span id="logical-table-remove-shard-key"></span><h4><span class="section-number">7.3.37.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="このヘッドラインへのパーマリンク">¶</a></h4>
485485 <p>シャードキーとして使うカラム名を指定します。</p>
486486 <p><a class="reference internal" href="logical_select.html#logical-select-shard-key"><span class="std std-ref">shard_key</span></a> も参照してください。</p>
487487 </div>
488488 </div>
489489 <div class="section" id="optional-parameters">
490 <h3><span class="section-number">7.3.36.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
490 <h3><span class="section-number">7.3.37.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
491491 <p>いくつか省略可能な引数があります。</p>
492492 <div class="section" id="min">
493 <span id="logical-table-remove-min"></span><h4><span class="section-number">7.3.36.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="このヘッドラインへのパーマリンク">¶</a></h4>
493 <span id="logical-table-remove-min"></span><h4><span class="section-number">7.3.37.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">min</span></code><a class="headerlink" href="#min" title="このヘッドラインへのパーマリンク">¶</a></h4>
494494 <p><code class="docutils literal notranslate"><span class="pre">shard_key</span></code> カラムの最小値を指定します。</p>
495495 <p><a class="reference internal" href="logical_select.html#logical-select-min"><span class="std std-ref">min</span></a> も参照してください。</p>
496496 </div>
497497 <div class="section" id="min-border">
498 <span id="logical-table-remove-min-border"></span><h4><span class="section-number">7.3.36.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
498 <span id="logical-table-remove-min-border"></span><h4><span class="section-number">7.3.37.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
499499 <p>最小値を含めるかどうかを指定します。 <code class="docutils literal notranslate"><span class="pre">include</span></code> か <code class="docutils literal notranslate"><span class="pre">exclude</span></code> を指定します。デフォルトは <code class="docutils literal notranslate"><span class="pre">include</span></code> です。</p>
500500 <p><a class="reference internal" href="logical_select.html#logical-select-min-border"><span class="std std-ref">min_border</span></a> も参照してください。</p>
501501 </div>
502502 <div class="section" id="max">
503 <span id="logical-table-remove-max"></span><h4><span class="section-number">7.3.36.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="このヘッドラインへのパーマリンク">¶</a></h4>
503 <span id="logical-table-remove-max"></span><h4><span class="section-number">7.3.37.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="このヘッドラインへのパーマリンク">¶</a></h4>
504504 <p><code class="docutils literal notranslate"><span class="pre">shard_key</span></code> カラムの最大値を指定します。</p>
505505 <p><a class="reference internal" href="logical_select.html#logical-select-max"><span class="std std-ref">max</span></a> も参照してください。</p>
506506 </div>
507507 <div class="section" id="max-border">
508 <span id="logical-table-remove-max-border"></span><h4><span class="section-number">7.3.36.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
508 <span id="logical-table-remove-max-border"></span><h4><span class="section-number">7.3.37.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
509509 <p>最大値を含めるかどうかを指定します。 <code class="docutils literal notranslate"><span class="pre">include</span></code> か <code class="docutils literal notranslate"><span class="pre">exclude</span></code> を指定します。デフォルトは <code class="docutils literal notranslate"><span class="pre">include</span></code> です。</p>
510510 <p><a class="reference internal" href="logical_select.html#logical-select-max-border"><span class="std std-ref">max_border</span></a> も参照してください。</p>
511511 </div>
512512 <div class="section" id="dependent">
513 <span id="logical-table-remove-dependent"></span><h4><span class="section-number">7.3.36.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">dependent</span></code><a class="headerlink" href="#dependent" title="このヘッドラインへのパーマリンク">¶</a></h4>
513 <span id="logical-table-remove-dependent"></span><h4><span class="section-number">7.3.37.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">dependent</span></code><a class="headerlink" href="#dependent" title="このヘッドラインへのパーマリンク">¶</a></h4>
514514 <div class="versionadded">
515515 <p><span class="versionmodified added">バージョン 6.0.1 で追加.</span></p>
516516 </div>
527527 <p>このパラメーターの使い方は <a class="reference internal" href="#logical-table-remove-removes-with-related-tables"><span class="std std-ref">関連するテーブルと一緒に削除</span></a> を参照してください。</p>
528528 </div>
529529 <div class="section" id="force">
530 <span id="logical-table-remove-force"></span><h4><span class="section-number">7.3.36.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">force</span></code><a class="headerlink" href="#force" title="このヘッドラインへのパーマリンク">¶</a></h4>
530 <span id="logical-table-remove-force"></span><h4><span class="section-number">7.3.37.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">force</span></code><a class="headerlink" href="#force" title="このヘッドラインへのパーマリンク">¶</a></h4>
531531 <div class="versionadded">
532532 <p><span class="versionmodified added">バージョン 6.0.9 で追加.</span></p>
533533 </div>
538538 </div>
539539 </div>
540540 <div class="section" id="return-value">
541 <h2><span class="section-number">7.3.36.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
541 <h2><span class="section-number">7.3.37.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
542542 <p>このコマンドが成功したときは以下のようにボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります:</p>
543543 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
544544 </pre></div>
557557 <div class="sphinxsidebarwrapper">
558558 <h3><a href="../../index.html">目次</a></h3>
559559 <ul>
560 <li><a class="reference internal" href="#">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a><ul>
561 <li><a class="reference internal" href="#summary">7.3.36.1. 概要</a></li>
562 <li><a class="reference internal" href="#syntax">7.3.36.2. 構文</a></li>
563 <li><a class="reference internal" href="#usage">7.3.36.3. 使い方</a><ul>
564 <li><a class="reference internal" href="#basic-usage">7.3.36.3.1. 基本的な使い方</a></li>
565 <li><a class="reference internal" href="#removes-parts-of-a-logical-table">7.3.36.3.2. 論理テーブルの一部を削除</a></li>
566 <li><a class="reference internal" href="#unremovable-cases">7.3.36.3.3. 削除できないケース</a></li>
567 <li><a class="reference internal" href="#removes-with-related-tables">7.3.36.3.4. 関連するテーブルと一緒に削除</a></li>
568 <li><a class="reference internal" href="#removes-broken-tables-as-much-as-possible">7.3.36.3.5. 可能な限り壊れているテーブルを削除</a></li>
569 <li><a class="reference internal" href="#decreases-used-resources">7.3.36.3.6. 利用リソースの削減</a></li>
560 <li><a class="reference internal" href="#">7.3.37. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a><ul>
561 <li><a class="reference internal" href="#summary">7.3.37.1. 概要</a></li>
562 <li><a class="reference internal" href="#syntax">7.3.37.2. 構文</a></li>
563 <li><a class="reference internal" href="#usage">7.3.37.3. 使い方</a><ul>
564 <li><a class="reference internal" href="#basic-usage">7.3.37.3.1. 基本的な使い方</a></li>
565 <li><a class="reference internal" href="#removes-parts-of-a-logical-table">7.3.37.3.2. 論理テーブルの一部を削除</a></li>
566 <li><a class="reference internal" href="#unremovable-cases">7.3.37.3.3. 削除できないケース</a></li>
567 <li><a class="reference internal" href="#removes-with-related-tables">7.3.37.3.4. 関連するテーブルと一緒に削除</a></li>
568 <li><a class="reference internal" href="#removes-broken-tables-as-much-as-possible">7.3.37.3.5. 可能な限り壊れているテーブルを削除</a></li>
569 <li><a class="reference internal" href="#decreases-used-resources">7.3.37.3.6. 利用リソースの削減</a></li>
570570 </ul>
571571 </li>
572 <li><a class="reference internal" href="#parameters">7.3.36.4. 引数</a><ul>
573 <li><a class="reference internal" href="#required-parameters">7.3.36.4.1. 必須引数</a><ul>
574 <li><a class="reference internal" href="#logical-table">7.3.36.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
575 <li><a class="reference internal" href="#shard-key">7.3.36.4.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
572 <li><a class="reference internal" href="#parameters">7.3.37.4. 引数</a><ul>
573 <li><a class="reference internal" href="#required-parameters">7.3.37.4.1. 必須引数</a><ul>
574 <li><a class="reference internal" href="#logical-table">7.3.37.4.1.1. <code class="docutils literal notranslate"><span class="pre">logical_table</span></code></a></li>
575 <li><a class="reference internal" href="#shard-key">7.3.37.4.1.2. <code class="docutils literal notranslate"><span class="pre">shard_key</span></code></a></li>
576576 </ul>
577577 </li>
578 <li><a class="reference internal" href="#optional-parameters">7.3.36.4.2. 省略可能引数</a><ul>
579 <li><a class="reference internal" href="#min">7.3.36.4.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
580 <li><a class="reference internal" href="#min-border">7.3.36.4.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
581 <li><a class="reference internal" href="#max">7.3.36.4.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
582 <li><a class="reference internal" href="#max-border">7.3.36.4.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
583 <li><a class="reference internal" href="#dependent">7.3.36.4.2.5. <code class="docutils literal notranslate"><span class="pre">dependent</span></code></a></li>
584 <li><a class="reference internal" href="#force">7.3.36.4.2.6. <code class="docutils literal notranslate"><span class="pre">force</span></code></a></li>
578 <li><a class="reference internal" href="#optional-parameters">7.3.37.4.2. 省略可能引数</a><ul>
579 <li><a class="reference internal" href="#min">7.3.37.4.2.1. <code class="docutils literal notranslate"><span class="pre">min</span></code></a></li>
580 <li><a class="reference internal" href="#min-border">7.3.37.4.2.2. <code class="docutils literal notranslate"><span class="pre">min_border</span></code></a></li>
581 <li><a class="reference internal" href="#max">7.3.37.4.2.3. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
582 <li><a class="reference internal" href="#max-border">7.3.37.4.2.4. <code class="docutils literal notranslate"><span class="pre">max_border</span></code></a></li>
583 <li><a class="reference internal" href="#dependent">7.3.37.4.2.5. <code class="docutils literal notranslate"><span class="pre">dependent</span></code></a></li>
584 <li><a class="reference internal" href="#force">7.3.37.4.2.6. <code class="docutils literal notranslate"><span class="pre">force</span></code></a></li>
585585 </ul>
586586 </li>
587587 </ul>
588588 </li>
589 <li><a class="reference internal" href="#return-value">7.3.36.5. 戻り値</a></li>
589 <li><a class="reference internal" href="#return-value">7.3.37.5. 戻り値</a></li>
590590 </ul>
591591 </li>
592592 </ul>
593593
594594 <h4>前のトピックへ</h4>
595595 <p class="topless"><a href="logical_shard_list.html"
596 title="前の章へ"><span class="section-number">7.3.35. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></p>
596 title="前の章へ"><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></p>
597597 <h4>次のトピックへ</h4>
598598 <p class="topless"><a href="normalize.html"
599 title="次の章へ"><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></p>
599 title="次の章へ"><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></p>
600600 <div id="searchbox" style="display: none" role="search">
601601 <h3 id="searchlabel">クイック検索</h3>
602602 <div class="searchformwrapper">
618618 <a href="../../genindex.html" title="総合索引"
619619 >索引</a></li>
620620 <li class="right" >
621 <a href="normalize.html" title="7.3.37. normalize"
621 <a href="normalize.html" title="7.3.38. normalize"
622622 >次へ</a> |</li>
623623 <li class="right" >
624 <a href="logical_shard_list.html" title="7.3.35. logical_shard_list"
624 <a href="logical_shard_list.html" title="7.3.36. logical_shard_list"
625625 >前へ</a> |</li>
626 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
626 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
627627 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
628628 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
629 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
629 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
630630 </ul>
631631 </div>
632632 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.37. normalize &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.38. normalize &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.38. normalizer_list" href="normalizer_list.html" />
23 <link rel="prev" title="7.3.36. logical_table_remove" href="logical_table_remove.html" />
22 <link rel="next" title="7.3.39. normalizer_list" href="normalizer_list.html" />
23 <link rel="prev" title="7.3.37. logical_table_remove" href="logical_table_remove.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="normalizer_list.html" title="7.3.38. normalizer_list"
49 <a href="normalizer_list.html" title="7.3.39. normalizer_list"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="logical_table_remove.html" title="7.3.36. logical_table_remove"
52 <a href="logical_table_remove.html" title="7.3.37. logical_table_remove"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="normalize">
67 <h1><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code><a class="headerlink" href="#normalize" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code><a class="headerlink" href="#normalize" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="admonition note">
6969 <p class="admonition-title">注釈</p>
7070 <p>このコマンドは実験的な機能です。</p>
7171 <p>このコマンドは将来的に変更されるかもしれません。</p>
7272 </div>
7373 <div class="section" id="summary">
74 <h2><span class="section-number">7.3.37.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
74 <h2><span class="section-number">7.3.38.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7575 <p><code class="docutils literal notranslate"><span class="pre">normalize</span></code> コマンドは指定したノーマライザーでテキストを正規化します。</p>
7676 <p><code class="docutils literal notranslate"><span class="pre">normalize</span></code> コマンドを使うのにテーブルを作成する必要はありません。このコマンドは、ノーマライザーの結果を確認するのに便利です。</p>
7777 </div>
7878 <div class="section" id="syntax">
79 <h2><span class="section-number">7.3.37.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
79 <h2><span class="section-number">7.3.38.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8080 <p>このコマンドの引数は3つです。</p>
8181 <p><code class="docutils literal notranslate"><span class="pre">normalizer</span></code> と <code class="docutils literal notranslate"><span class="pre">string</span></code> が必須です。他は省略できます:</p>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize normalizer
8686 </div>
8787 </div>
8888 <div class="section" id="usage">
89 <h2><span class="section-number">7.3.37.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
89 <h2><span class="section-number">7.3.38.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
9090 <p>以下は <code class="docutils literal notranslate"><span class="pre">normalize</span></code> コマンドの簡単な使用例です。</p>
9191 <p>実行例:</p>
9292 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalize NormalizerAuto &quot;aBcDe 123&quot;
106106 </div>
107107 </div>
108108 <div class="section" id="parameters">
109 <h2><span class="section-number">7.3.37.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
109 <h2><span class="section-number">7.3.38.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
110110 <p>このセクションでは <code class="docutils literal notranslate"><span class="pre">normalizer</span></code> の引数について説明します。</p>
111111 <div class="section" id="required-parameters">
112 <h3><span class="section-number">7.3.37.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
112 <h3><span class="section-number">7.3.38.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
113113 <p>必須引数は二つあります。 <code class="docutils literal notranslate"><span class="pre">normalizer</span></code> と <code class="docutils literal notranslate"><span class="pre">string</span></code> です。</p>
114114 <div class="section" id="normalizer">
115 <h4><span class="section-number">7.3.37.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">normalizer</span></code><a class="headerlink" href="#normalizer" title="このヘッドラインへのパーマリンク">¶</a></h4>
115 <h4><span class="section-number">7.3.38.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">normalizer</span></code><a class="headerlink" href="#normalizer" title="このヘッドラインへのパーマリンク">¶</a></h4>
116116 <p>ノーマライザー名を指定します。 <code class="docutils literal notranslate"><span class="pre">normalize</span></code> コマンドは <code class="docutils literal notranslate"><span class="pre">normalizer</span></code> で指定された名前のノーマライザーを使います。</p>
117117 <p>組み込みのノーマライザーの一覧は <a class="reference internal" href="../normalizers.html"><span class="doc">ノーマライザー</span></a> にあります。</p>
118118 <p>以下は <code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code> ノーマライザーを使う例です。</p>
120120 <p>他のノーマライザーを使いたい場合は、 <a class="reference internal" href="register.html"><span class="doc">register</span></a> コマンドでノーマライザープラグインを登録する必要があります。例えば、 <a class="reference external" href="https://github.com/groonga/groonga-normalizer-mysql">groonga-normalizer-mysql</a> を登録することでMySQL互換の正規化方法を使うことができます。</p>
121121 </div>
122122 <div class="section" id="string">
123 <h4><span class="section-number">7.3.37.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">string</span></code><a class="headerlink" href="#string" title="このヘッドラインへのパーマリンク">¶</a></h4>
123 <h4><span class="section-number">7.3.38.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">string</span></code><a class="headerlink" href="#string" title="このヘッドラインへのパーマリンク">¶</a></h4>
124124 <p>正規化したい文字列を指定します。</p>
125125 <p><code class="docutils literal notranslate"><span class="pre">string</span></code> の中に文字列を含める場合は、シングルクォート( <code class="docutils literal notranslate"><span class="pre">'</span></code> )またはダブルクォート( <code class="docutils literal notranslate"><span class="pre">&quot;</span></code> )で <code class="docutils literal notranslate"><span class="pre">string</span></code> をクォートする必要があります。</p>
126126 <p><code class="docutils literal notranslate"><span class="pre">string</span></code> の中で空白を使う例です。</p>
128128 </div>
129129 </div>
130130 <div class="section" id="optional-parameters">
131 <h3><span class="section-number">7.3.37.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
131 <h3><span class="section-number">7.3.38.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
132132 <p>いくつか省略可能な引数があります。</p>
133133 <div class="section" id="flags">
134 <h4><span class="section-number">7.3.37.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
134 <h4><span class="section-number">7.3.38.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
135135 <p>ノーマライズ処理をカスタマイズするオプションを指定します。「 <code class="docutils literal notranslate"><span class="pre">|</span></code> 」で区切って複数のオプションを指定することができます。例えば、 <code class="docutils literal notranslate"><span class="pre">REMOVE_BLANK|WITH_TYPES</span></code> というように指定できます。</p>
136136 <p>指定可能なフラグは以下の通りです。</p>
137137 <table class="docutils align-default">
172172 </div>
173173 </div>
174174 <div class="section" id="return-value">
175 <h2><span class="section-number">7.3.37.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
175 <h2><span class="section-number">7.3.38.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
176176 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, normalized_text]
177177 </pre></div>
178178 </div>
205205 </div></blockquote>
206206 </div>
207207 <div class="section" id="see-also">
208 <h2><span class="section-number">7.3.37.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
208 <h2><span class="section-number">7.3.38.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
209209 <ul class="simple">
210210 <li><p><a class="reference internal" href="../normalizers.html"><span class="doc">ノーマライザー</span></a></p></li>
211211 </ul>
221221 <div class="sphinxsidebarwrapper">
222222 <h3><a href="../../index.html">目次</a></h3>
223223 <ul>
224 <li><a class="reference internal" href="#">7.3.37. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a><ul>
225 <li><a class="reference internal" href="#summary">7.3.37.1. 概要</a></li>
226 <li><a class="reference internal" href="#syntax">7.3.37.2. 構文</a></li>
227 <li><a class="reference internal" href="#usage">7.3.37.3. 使い方</a></li>
228 <li><a class="reference internal" href="#parameters">7.3.37.4. 引数</a><ul>
229 <li><a class="reference internal" href="#required-parameters">7.3.37.4.1. 必須引数</a><ul>
230 <li><a class="reference internal" href="#normalizer">7.3.37.4.1.1. <code class="docutils literal notranslate"><span class="pre">normalizer</span></code></a></li>
231 <li><a class="reference internal" href="#string">7.3.37.4.1.2. <code class="docutils literal notranslate"><span class="pre">string</span></code></a></li>
232 </ul>
233 </li>
234 <li><a class="reference internal" href="#optional-parameters">7.3.37.4.2. 省略可能引数</a><ul>
235 <li><a class="reference internal" href="#flags">7.3.37.4.2.1. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
236 </ul>
237 </li>
238 </ul>
239 </li>
240 <li><a class="reference internal" href="#return-value">7.3.37.5. 戻り値</a></li>
241 <li><a class="reference internal" href="#see-also">7.3.37.6. 参考</a></li>
224 <li><a class="reference internal" href="#">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a><ul>
225 <li><a class="reference internal" href="#summary">7.3.38.1. 概要</a></li>
226 <li><a class="reference internal" href="#syntax">7.3.38.2. 構文</a></li>
227 <li><a class="reference internal" href="#usage">7.3.38.3. 使い方</a></li>
228 <li><a class="reference internal" href="#parameters">7.3.38.4. 引数</a><ul>
229 <li><a class="reference internal" href="#required-parameters">7.3.38.4.1. 必須引数</a><ul>
230 <li><a class="reference internal" href="#normalizer">7.3.38.4.1.1. <code class="docutils literal notranslate"><span class="pre">normalizer</span></code></a></li>
231 <li><a class="reference internal" href="#string">7.3.38.4.1.2. <code class="docutils literal notranslate"><span class="pre">string</span></code></a></li>
232 </ul>
233 </li>
234 <li><a class="reference internal" href="#optional-parameters">7.3.38.4.2. 省略可能引数</a><ul>
235 <li><a class="reference internal" href="#flags">7.3.38.4.2.1. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
236 </ul>
237 </li>
238 </ul>
239 </li>
240 <li><a class="reference internal" href="#return-value">7.3.38.5. 戻り値</a></li>
241 <li><a class="reference internal" href="#see-also">7.3.38.6. 参考</a></li>
242242 </ul>
243243 </li>
244244 </ul>
245245
246246 <h4>前のトピックへ</h4>
247247 <p class="topless"><a href="logical_table_remove.html"
248 title="前の章へ"><span class="section-number">7.3.36. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></p>
248 title="前の章へ"><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></p>
249249 <h4>次のトピックへ</h4>
250250 <p class="topless"><a href="normalizer_list.html"
251 title="次の章へ"><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></p>
251 title="次の章へ"><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></p>
252252 <div id="searchbox" style="display: none" role="search">
253253 <h3 id="searchlabel">クイック検索</h3>
254254 <div class="searchformwrapper">
270270 <a href="../../genindex.html" title="総合索引"
271271 >索引</a></li>
272272 <li class="right" >
273 <a href="normalizer_list.html" title="7.3.38. normalizer_list"
273 <a href="normalizer_list.html" title="7.3.39. normalizer_list"
274274 >次へ</a> |</li>
275275 <li class="right" >
276 <a href="logical_table_remove.html" title="7.3.36. logical_table_remove"
276 <a href="logical_table_remove.html" title="7.3.37. logical_table_remove"
277277 >前へ</a> |</li>
278 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
278 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
279279 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
280280 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
281 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
281 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
282282 </ul>
283283 </div>
284284 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.38. normalizer_list &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.39. normalizer_list &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.39. object_exist" href="object_exist.html" />
23 <link rel="prev" title="7.3.37. normalize" href="normalize.html" />
22 <link rel="next" title="7.3.40. object_exist" href="object_exist.html" />
23 <link rel="prev" title="7.3.38. normalize" href="normalize.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="object_exist.html" title="7.3.39. object_exist"
49 <a href="object_exist.html" title="7.3.40. object_exist"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="normalize.html" title="7.3.37. normalize"
52 <a href="normalize.html" title="7.3.38. normalize"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="normalizer-list">
67 <h1><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code><a class="headerlink" href="#normalizer-list" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code><a class="headerlink" href="#normalizer-list" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.38.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.39.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code> コマンドはデータベースに登録されているノーマライザーの一覧を返します。</p>
7171 </div>
7272 <div class="section" id="syntax">
73 <h2><span class="section-number">7.3.38.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
73 <h2><span class="section-number">7.3.39.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7474 <p>このコマンドに引数はありません:</p>
7575 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalizer_list
7676 </pre></div>
7777 </div>
7878 </div>
7979 <div class="section" id="usage">
80 <h2><span class="section-number">7.3.38.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
80 <h2><span class="section-number">7.3.39.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8181 <p>以下は簡単な使用例です。</p>
8282 <p>実行例:</p>
8383 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>normalizer_list
101101 <p>データベースに登録されているノーマライザーの一覧を返します。</p>
102102 </div>
103103 <div class="section" id="return-value">
104 <h2><span class="section-number">7.3.38.4. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
104 <h2><span class="section-number">7.3.39.4. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
105105 <p><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code> コマンドはノーマライザーの一覧を返します。各ノーマライザーは属性を持っています。例えば名前です。将来、属性は増えるかもしれません。:</p>
106106 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, normalizers]
107107 </pre></div>
132132 </div></blockquote>
133133 </div>
134134 <div class="section" id="see-also">
135 <h2><span class="section-number">7.3.38.5. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
135 <h2><span class="section-number">7.3.39.5. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
136136 <ul class="simple">
137137 <li><p><a class="reference internal" href="../normalizers.html"><span class="doc">ノーマライザー</span></a></p></li>
138138 <li><p><a class="reference internal" href="normalize.html"><span class="doc">normalize</span></a></p></li>
149149 <div class="sphinxsidebarwrapper">
150150 <h3><a href="../../index.html">目次</a></h3>
151151 <ul>
152 <li><a class="reference internal" href="#">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a><ul>
153 <li><a class="reference internal" href="#summary">7.3.38.1. 概要</a></li>
154 <li><a class="reference internal" href="#syntax">7.3.38.2. 構文</a></li>
155 <li><a class="reference internal" href="#usage">7.3.38.3. 使い方</a></li>
156 <li><a class="reference internal" href="#return-value">7.3.38.4. 戻り値</a></li>
157 <li><a class="reference internal" href="#see-also">7.3.38.5. 参考</a></li>
152 <li><a class="reference internal" href="#">7.3.39. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a><ul>
153 <li><a class="reference internal" href="#summary">7.3.39.1. 概要</a></li>
154 <li><a class="reference internal" href="#syntax">7.3.39.2. 構文</a></li>
155 <li><a class="reference internal" href="#usage">7.3.39.3. 使い方</a></li>
156 <li><a class="reference internal" href="#return-value">7.3.39.4. 戻り値</a></li>
157 <li><a class="reference internal" href="#see-also">7.3.39.5. 参考</a></li>
158158 </ul>
159159 </li>
160160 </ul>
161161
162162 <h4>前のトピックへ</h4>
163163 <p class="topless"><a href="normalize.html"
164 title="前の章へ"><span class="section-number">7.3.37. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></p>
164 title="前の章へ"><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></p>
165165 <h4>次のトピックへ</h4>
166166 <p class="topless"><a href="object_exist.html"
167 title="次の章へ"><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></p>
167 title="次の章へ"><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></p>
168168 <div id="searchbox" style="display: none" role="search">
169169 <h3 id="searchlabel">クイック検索</h3>
170170 <div class="searchformwrapper">
186186 <a href="../../genindex.html" title="総合索引"
187187 >索引</a></li>
188188 <li class="right" >
189 <a href="object_exist.html" title="7.3.39. object_exist"
189 <a href="object_exist.html" title="7.3.40. object_exist"
190190 >次へ</a> |</li>
191191 <li class="right" >
192 <a href="normalize.html" title="7.3.37. normalize"
192 <a href="normalize.html" title="7.3.38. normalize"
193193 >前へ</a> |</li>
194 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
194 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
195195 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
196196 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
197 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
197 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
198198 </ul>
199199 </div>
200200 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.39. object_exist &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.40. object_exist &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.40. object_inspect" href="object_inspect.html" />
23 <link rel="prev" title="7.3.38. normalizer_list" href="normalizer_list.html" />
22 <link rel="next" title="7.3.41. object_inspect" href="object_inspect.html" />
23 <link rel="prev" title="7.3.39. normalizer_list" href="normalizer_list.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="object_inspect.html" title="7.3.40. object_inspect"
49 <a href="object_inspect.html" title="7.3.41. object_inspect"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="normalizer_list.html" title="7.3.38. normalizer_list"
52 <a href="normalizer_list.html" title="7.3.39. normalizer_list"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="object-exist">
67 <h1><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code><a class="headerlink" href="#object-exist" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code><a class="headerlink" href="#object-exist" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.39.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.40.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.0.6 で追加.</span></p>
7272 </div>
7575 <p><code class="docutils literal notranslate"><span class="pre">object_exist</span></code> はオブジェクトの種類をチェックしません。存在しているオブジェクトはテーブルかもしれませんし、カラムや関数かもしれません。</p>
7676 </div>
7777 <div class="section" id="syntax">
78 <h2><span class="section-number">7.3.39.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
78 <h2><span class="section-number">7.3.40.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7979 <p>このコマンドの引数は1つで必須です:</p>
8080 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>object_exist name
8181 </pre></div>
8282 </div>
8383 </div>
8484 <div class="section" id="usage">
85 <h2><span class="section-number">7.3.39.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
85 <h2><span class="section-number">7.3.40.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8686 <p>データベース内で指定した名前がすでに使われているかをチェックできます。</p>
8787 <p>実行例:</p>
8888 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>object_exist Users
9797 <p><code class="docutils literal notranslate"><span class="pre">object_exist</span> <span class="pre">Users</span></code> は <code class="docutils literal notranslate"><span class="pre">Users</span></code> テーブルを作った後は <code class="docutils literal notranslate"><span class="pre">true</span></code> を返します。</p>
9898 </div>
9999 <div class="section" id="parameters">
100 <h2><span class="section-number">7.3.39.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
100 <h2><span class="section-number">7.3.40.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
101101 <p>このセクションではすべての引数について説明します。</p>
102102 <div class="section" id="required-parameters">
103 <h3><span class="section-number">7.3.39.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
103 <h3><span class="section-number">7.3.40.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
104104 <p>必須の引数は1つです。</p>
105105 <div class="section" id="name">
106 <span id="object-exist-name"></span><h4><span class="section-number">7.3.39.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h4>
106 <span id="object-exist-name"></span><h4><span class="section-number">7.3.40.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h4>
107107 <p>チェック対象のオブジェクト名を指定してください。</p>
108108 <p>カラムが存在するかどうかをチェックしたいときは、次のように <code class="docutils literal notranslate"><span class="pre">テーブル名.カラム名</span></code> という書式を使ってください。</p>
109109 <p>実行例:</p>
119119 </div>
120120 </div>
121121 <div class="section" id="optional-parameters">
122 <h3><span class="section-number">7.3.39.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
122 <h3><span class="section-number">7.3.40.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
123123 <p>省略可能な引数はありません。</p>
124124 </div>
125125 </div>
126126 <div class="section" id="return-value">
127 <h2><span class="section-number">7.3.39.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
127 <h2><span class="section-number">7.3.40.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
128128 <p>データベース内に指定した名前のオブジェクトが存在するときは、このコマンドは以下のようにボディとして <code class="docutils literal notranslate"><span class="pre">true</span></code> を返します:</p>
129129 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
130130 </pre></div>
146146 <div class="sphinxsidebarwrapper">
147147 <h3><a href="../../index.html">目次</a></h3>
148148 <ul>
149 <li><a class="reference internal" href="#">7.3.39. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a><ul>
150 <li><a class="reference internal" href="#summary">7.3.39.1. 概要</a></li>
151 <li><a class="reference internal" href="#syntax">7.3.39.2. 構文</a></li>
152 <li><a class="reference internal" href="#usage">7.3.39.3. 使い方</a></li>
153 <li><a class="reference internal" href="#parameters">7.3.39.4. 引数</a><ul>
154 <li><a class="reference internal" href="#required-parameters">7.3.39.4.1. 必須引数</a><ul>
155 <li><a class="reference internal" href="#name">7.3.39.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
149 <li><a class="reference internal" href="#">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a><ul>
150 <li><a class="reference internal" href="#summary">7.3.40.1. 概要</a></li>
151 <li><a class="reference internal" href="#syntax">7.3.40.2. 構文</a></li>
152 <li><a class="reference internal" href="#usage">7.3.40.3. 使い方</a></li>
153 <li><a class="reference internal" href="#parameters">7.3.40.4. 引数</a><ul>
154 <li><a class="reference internal" href="#required-parameters">7.3.40.4.1. 必須引数</a><ul>
155 <li><a class="reference internal" href="#name">7.3.40.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
156156 </ul>
157157 </li>
158 <li><a class="reference internal" href="#optional-parameters">7.3.39.4.2. 省略可能引数</a></li>
158 <li><a class="reference internal" href="#optional-parameters">7.3.40.4.2. 省略可能引数</a></li>
159159 </ul>
160160 </li>
161 <li><a class="reference internal" href="#return-value">7.3.39.5. 戻り値</a></li>
161 <li><a class="reference internal" href="#return-value">7.3.40.5. 戻り値</a></li>
162162 </ul>
163163 </li>
164164 </ul>
165165
166166 <h4>前のトピックへ</h4>
167167 <p class="topless"><a href="normalizer_list.html"
168 title="前の章へ"><span class="section-number">7.3.38. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></p>
168 title="前の章へ"><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></p>
169169 <h4>次のトピックへ</h4>
170170 <p class="topless"><a href="object_inspect.html"
171 title="次の章へ"><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></p>
171 title="次の章へ"><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></p>
172172 <div id="searchbox" style="display: none" role="search">
173173 <h3 id="searchlabel">クイック検索</h3>
174174 <div class="searchformwrapper">
190190 <a href="../../genindex.html" title="総合索引"
191191 >索引</a></li>
192192 <li class="right" >
193 <a href="object_inspect.html" title="7.3.40. object_inspect"
193 <a href="object_inspect.html" title="7.3.41. object_inspect"
194194 >次へ</a> |</li>
195195 <li class="right" >
196 <a href="normalizer_list.html" title="7.3.38. normalizer_list"
196 <a href="normalizer_list.html" title="7.3.39. normalizer_list"
197197 >前へ</a> |</li>
198 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
198 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
199199 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
200200 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
201 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
201 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
202202 </ul>
203203 </div>
204204 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.40. object_inspect &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.41. object_inspect &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.41. object_list" href="object_list.html" />
23 <link rel="prev" title="7.3.39. object_exist" href="object_exist.html" />
22 <link rel="next" title="7.3.42. object_list" href="object_list.html" />
23 <link rel="prev" title="7.3.40. object_exist" href="object_exist.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="object_list.html" title="7.3.41. object_list"
49 <a href="object_list.html" title="7.3.42. object_list"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="object_exist.html" title="7.3.39. object_exist"
52 <a href="object_exist.html" title="7.3.40. object_exist"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="object-inspect">
67 <h1><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code><a class="headerlink" href="#object-inspect" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code><a class="headerlink" href="#object-inspect" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.40.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.41.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 6.0.0 で追加.</span></p>
7272 </div>
8080 </div></blockquote>
8181 </div>
8282 <div class="section" id="syntax">
83 <h2><span class="section-number">7.3.40.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
83 <h2><span class="section-number">7.3.41.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8484 <p>このコマンドの引数は1つで省略できます:</p>
8585 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>object_inspect [name=null]
8686 </pre></div>
8787 </div>
8888 </div>
8989 <div class="section" id="usage">
90 <h2><span class="section-number">7.3.40.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
90 <h2><span class="section-number">7.3.41.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
9191 <p><code class="docutils literal notranslate"><span class="pre">name</span></code> で指定したデータベース内のオブジェクトを調査できます。</p>
9292 <p>実行例:</p>
9393 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Users TABLE_HASH_KEY ShortText
184184 </div></blockquote>
185185 </div>
186186 <div class="section" id="parameters">
187 <h2><span class="section-number">7.3.40.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
187 <h2><span class="section-number">7.3.41.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
188188 <p>このセクションではすべての引数について説明します。</p>
189189 <div class="section" id="required-parameters">
190 <h3><span class="section-number">7.3.40.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
190 <h3><span class="section-number">7.3.41.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
191191 <p>必須の引数はありません。</p>
192192 </div>
193193 <div class="section" id="optional-parameters">
194 <h3><span class="section-number">7.3.40.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
194 <h3><span class="section-number">7.3.41.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
195195 <p>省略可能な引数が1つあります。</p>
196196 <div class="section" id="name">
197 <span id="object-inspect-name"></span><h4><span class="section-number">7.3.40.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h4>
197 <span id="object-inspect-name"></span><h4><span class="section-number">7.3.41.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h4>
198198 <p>調査対象のオブジェクト名を指定してください。</p>
199199 <p><code class="docutils literal notranslate"><span class="pre">name</span></code> を指定しないとデータベースを調査します。</p>
200200 </div>
201201 </div>
202202 </div>
203203 <div class="section" id="return-value">
204 <h2><span class="section-number">7.3.40.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
204 <h2><span class="section-number">7.3.41.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
205205 <p>このコマンドはボディとしてオブジェクト(たとえばテーブル)の詳細を含んだオブジェクト(ネストしたキーと値のペア)を返します。:</p>
206206 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, object]
207207 </pre></div>
209209 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
210210 <p>オブジェクトの詳細のフォーマットはオブジェクトの種類に依存します。たとえば、テーブルはキーの情報を含みますが、関数はキーの情報を含みません。</p>
211211 <div class="section" id="database">
212 <span id="object-inspect-return-value-database"></span><h3><span class="section-number">7.3.40.5.1. </span>データベース<a class="headerlink" href="#database" title="このヘッドラインへのパーマリンク">¶</a></h3>
212 <span id="object-inspect-return-value-database"></span><h3><span class="section-number">7.3.41.5.1. </span>データベース<a class="headerlink" href="#database" title="このヘッドラインへのパーマリンク">¶</a></h3>
213213 <p>データベースを調査すると次の情報を返します。:</p>
214214 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
215215 &quot;type&quot;: {
221221 </pre></div>
222222 </div>
223223 <div class="section" id="database-type-id">
224 <span id="object-inspect-return-value-database-type-id"></span><h4><span class="section-number">7.3.40.5.1.1. </span><code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_ID</span></code><a class="headerlink" href="#database-type-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
224 <span id="object-inspect-return-value-database-type-id"></span><h4><span class="section-number">7.3.41.5.1.1. </span><code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_ID</span></code><a class="headerlink" href="#database-type-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
225225 <p><code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_ID</span></code> は常に <code class="docutils literal notranslate"><span class="pre">55</span></code> です。</p>
226226 </div>
227227 <div class="section" id="database-type-name">
228 <span id="object-inspect-return-value-database-type-name"></span><h4><span class="section-number">7.3.40.5.1.2. </span><code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_NAME</span></code><a class="headerlink" href="#database-type-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
228 <span id="object-inspect-return-value-database-type-name"></span><h4><span class="section-number">7.3.41.5.1.2. </span><code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_NAME</span></code><a class="headerlink" href="#database-type-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
229229 <p><code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_NAME</span></code> は常に <code class="docutils literal notranslate"><span class="pre">&quot;db&quot;</span></code> です。</p>
230230 </div>
231231 <div class="section" id="database-name-table">
232 <span id="object-inspect-return-value-database-name-table"></span><h4><span class="section-number">7.3.40.5.1.3. </span><code class="docutils literal notranslate"><span class="pre">DATABASE_NAME_TABLE</span></code><a class="headerlink" href="#database-name-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
232 <span id="object-inspect-return-value-database-name-table"></span><h4><span class="section-number">7.3.41.5.1.3. </span><code class="docutils literal notranslate"><span class="pre">DATABASE_NAME_TABLE</span></code><a class="headerlink" href="#database-name-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
233233 <p><code class="docutils literal notranslate"><span class="pre">DATABASE_NAME_TABLE</span></code> はデータベース内のオブジェクト名を管理するテーブルです。このテーブルは <a class="reference internal" href="../tables.html#table-pat-key"><span class="std std-ref">TABLE_PAT_KEY</span></a> または <a class="reference internal" href="../tables.html#table-dat-key"><span class="std std-ref">TABLE_DAT_KEY</span></a> です。通常、 <a class="reference internal" href="../tables.html#table-dat-key"><span class="std std-ref">TABLE_DAT_KEY</span></a> です。</p>
234234 <p>フォーマットの詳細は <a class="reference internal" href="#object-inspect-return-value-table"><span class="std std-ref">テーブル</span></a> を参照してください。</p>
235235 </div>
236236 </div>
237237 <div class="section" id="table">
238 <span id="object-inspect-return-value-table"></span><h3><span class="section-number">7.3.40.5.2. </span>テーブル<a class="headerlink" href="#table" title="このヘッドラインへのパーマリンク">¶</a></h3>
238 <span id="object-inspect-return-value-table"></span><h3><span class="section-number">7.3.41.5.2. </span>テーブル<a class="headerlink" href="#table" title="このヘッドラインへのパーマリンク">¶</a></h3>
239239 <p>テーブルを調査すると次の情報を返します。:</p>
240240 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
241241 &quot;id&quot;: TABLE_ID,
264264 </ul>
265265 </div></blockquote>
266266 <div class="section" id="table-id">
267 <span id="object-inspect-return-value-table-id"></span><h4><span class="section-number">7.3.40.5.2.1. </span><code class="docutils literal notranslate"><span class="pre">TABLE_ID</span></code><a class="headerlink" href="#table-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
267 <span id="object-inspect-return-value-table-id"></span><h4><span class="section-number">7.3.41.5.2.1. </span><code class="docutils literal notranslate"><span class="pre">TABLE_ID</span></code><a class="headerlink" href="#table-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
268268 <p>調査対象のテーブルのID。</p>
269269 </div>
270270 <div class="section" id="table-name">
271 <span id="object-inspect-return-value-table-name"></span><h4><span class="section-number">7.3.40.5.2.2. </span><code class="docutils literal notranslate"><span class="pre">TABLE_NAME</span></code><a class="headerlink" href="#table-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
271 <span id="object-inspect-return-value-table-name"></span><h4><span class="section-number">7.3.41.5.2.2. </span><code class="docutils literal notranslate"><span class="pre">TABLE_NAME</span></code><a class="headerlink" href="#table-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
272272 <p>調査対象のテーブルの名前。</p>
273273 </div>
274274 <div class="section" id="table-type-id">
275 <span id="object-inspect-return-value-table-type-id"></span><h4><span class="section-number">7.3.40.5.2.3. </span><code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_ID</span></code><a class="headerlink" href="#table-type-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
275 <span id="object-inspect-return-value-table-type-id"></span><h4><span class="section-number">7.3.41.5.2.3. </span><code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_ID</span></code><a class="headerlink" href="#table-type-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
276276 <p>調査対象のテーブルの種類のID</p>
277277 <p>以下は種類のIDのリストです。</p>
278278 <table class="docutils align-default">
302302 </table>
303303 </div>
304304 <div class="section" id="table-type-name">
305 <span id="object-inspect-return-value-table-type-name"></span><h4><span class="section-number">7.3.40.5.2.4. </span><code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_NAME</span></code><a class="headerlink" href="#table-type-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
305 <span id="object-inspect-return-value-table-type-name"></span><h4><span class="section-number">7.3.41.5.2.4. </span><code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_NAME</span></code><a class="headerlink" href="#table-type-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
306306 <p>調査対象のテーブルの種類の名前。</p>
307307 <p>以下は種類の名前のリストです。</p>
308308 <table class="docutils align-default">
332332 </table>
333333 </div>
334334 <div class="section" id="table-key-type">
335 <span id="object-inspect-return-value-table-key-type"></span><h4><span class="section-number">7.3.40.5.2.5. </span><code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TYPE</span></code><a class="headerlink" href="#table-key-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
335 <span id="object-inspect-return-value-table-key-type"></span><h4><span class="section-number">7.3.41.5.2.5. </span><code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TYPE</span></code><a class="headerlink" href="#table-key-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
336336 <p>調査対象のテーブルのキーの型。</p>
337337 <p>フォーマットの詳細は <a class="reference internal" href="#object-inspect-return-value-type"><span class="std std-ref">型</span></a> を参照してください。</p>
338338 </div>
339339 <div class="section" id="table-key-total-size">
340 <span id="object-inspect-return-value-table-total-key-size"></span><h4><span class="section-number">7.3.40.5.2.6. </span><code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TOTAL_SIZE</span></code><a class="headerlink" href="#table-key-total-size" title="このヘッドラインへのパーマリンク">¶</a></h4>
340 <span id="object-inspect-return-value-table-total-key-size"></span><h4><span class="section-number">7.3.41.5.2.6. </span><code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TOTAL_SIZE</span></code><a class="headerlink" href="#table-key-total-size" title="このヘッドラインへのパーマリンク">¶</a></h4>
341341 <p>調査対象のテーブルの総キーサイズ。単位はバイト。</p>
342342 </div>
343343 <div class="section" id="table-key-max-total-size">
344 <span id="object-inspect-return-value-table-max-total-key-size"></span><h4><span class="section-number">7.3.40.5.2.7. </span><code class="docutils literal notranslate"><span class="pre">TABLE_KEY_MAX_TOTAL_SIZE</span></code><a class="headerlink" href="#table-key-max-total-size" title="このヘッドラインへのパーマリンク">¶</a></h4>
344 <span id="object-inspect-return-value-table-max-total-key-size"></span><h4><span class="section-number">7.3.41.5.2.7. </span><code class="docutils literal notranslate"><span class="pre">TABLE_KEY_MAX_TOTAL_SIZE</span></code><a class="headerlink" href="#table-key-max-total-size" title="このヘッドラインへのパーマリンク">¶</a></h4>
345345 <p>調査対象のテーブルの最大総キーサイズ。単位はバイト。</p>
346346 </div>
347347 <div class="section" id="table-value-type">
348 <span id="object-inspect-return-value-table-value-type"></span><h4><span class="section-number">7.3.40.5.2.8. </span><code class="docutils literal notranslate"><span class="pre">TABLE_VALUE_TYPE</span></code><a class="headerlink" href="#table-value-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
348 <span id="object-inspect-return-value-table-value-type"></span><h4><span class="section-number">7.3.41.5.2.8. </span><code class="docutils literal notranslate"><span class="pre">TABLE_VALUE_TYPE</span></code><a class="headerlink" href="#table-value-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
349349 <p>調査対象のテーブルの値の型。</p>
350350 <p>フォーマットの詳細は <a class="reference internal" href="#object-inspect-return-value-type"><span class="std std-ref">型</span></a> を参照してください。</p>
351351 </div>
352352 <div class="section" id="table-n-records">
353 <span id="object-inspect-return-value-table-n-records"></span><h4><span class="section-number">7.3.40.5.2.9. </span><code class="docutils literal notranslate"><span class="pre">TABLE_N_RECORDS</span></code><a class="headerlink" href="#table-n-records" title="このヘッドラインへのパーマリンク">¶</a></h4>
353 <span id="object-inspect-return-value-table-n-records"></span><h4><span class="section-number">7.3.41.5.2.9. </span><code class="docutils literal notranslate"><span class="pre">TABLE_N_RECORDS</span></code><a class="headerlink" href="#table-n-records" title="このヘッドラインへのパーマリンク">¶</a></h4>
354354 <p>調査対象のテーブルのレコード数。</p>
355355 <p>64bitの正の整数です。</p>
356356 </div>
357357 </div>
358358 <div class="section" id="column">
359 <span id="object-inspect-return-value-column"></span><h3><span class="section-number">7.3.40.5.3. </span>カラム<a class="headerlink" href="#column" title="このヘッドラインへのパーマリンク">¶</a></h3>
359 <span id="object-inspect-return-value-column"></span><h3><span class="section-number">7.3.41.5.3. </span>カラム<a class="headerlink" href="#column" title="このヘッドラインへのパーマリンク">¶</a></h3>
360360 <div class="versionadded">
361361 <p><span class="versionmodified added">バージョン 7.0.2 で追加.</span></p>
362362 </div>
440440 </pre></div>
441441 </div>
442442 <div class="section" id="column-id">
443 <span id="object-inspect-return-value-column-id"></span><h4><span class="section-number">7.3.40.5.3.1. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_ID</span></code><a class="headerlink" href="#column-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
443 <span id="object-inspect-return-value-column-id"></span><h4><span class="section-number">7.3.41.5.3.1. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_ID</span></code><a class="headerlink" href="#column-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
444444 <p>調査対象のカラムのID。</p>
445445 </div>
446446 <div class="section" id="column-name">
447 <span id="object-inspect-return-value-column-name"></span><h4><span class="section-number">7.3.40.5.3.2. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_NAME</span></code><a class="headerlink" href="#column-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
447 <span id="object-inspect-return-value-column-name"></span><h4><span class="section-number">7.3.41.5.3.2. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_NAME</span></code><a class="headerlink" href="#column-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
448448 <p>調査対象のカラムの名前。</p>
449449 <p>テーブル名は含みません。カラム名のみを含みます。</p>
450450 <p><code class="docutils literal notranslate"><span class="pre">TABLE_NAME.COLUMN_NAME</span></code> スタイルの完全なカラム名を欲しい場合は代わりに <a class="reference internal" href="#object-inspect-return-value-column-full-name"><span class="std std-ref">COLUMN_FULL_NAME</span></a> を使ってください。</p>
451451 </div>
452452 <div class="section" id="column-table">
453 <span id="object-inspect-return-value-column-table"></span><h4><span class="section-number">7.3.40.5.3.3. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TABLE</span></code><a class="headerlink" href="#column-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
453 <span id="object-inspect-return-value-column-table"></span><h4><span class="section-number">7.3.41.5.3.3. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TABLE</span></code><a class="headerlink" href="#column-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
454454 <p>調査対象のカラムのテーブル。</p>
455455 <p>フォーマットの詳細は <a class="reference internal" href="#object-inspect-return-value-table"><span class="std std-ref">テーブル</span></a> を参照してください。</p>
456456 </div>
457457 <div class="section" id="column-full-name">
458 <span id="object-inspect-return-value-column-full-name"></span><h4><span class="section-number">7.3.40.5.3.4. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_FULL_NAME</span></code><a class="headerlink" href="#column-full-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
458 <span id="object-inspect-return-value-column-full-name"></span><h4><span class="section-number">7.3.41.5.3.4. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_FULL_NAME</span></code><a class="headerlink" href="#column-full-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
459459 <p>調査対象のカラムの完全な名前。</p>
460460 <p><code class="docutils literal notranslate"><span class="pre">テーブル名.カラム名</span></code> という書式でテーブル名とカラム名を両方含みます。</p>
461461 <p>カラム名だけが欲しい場合は代わりに <a class="reference internal" href="#object-inspect-return-value-column-name"><span class="std std-ref">COLUMN_NAME</span></a> を使ってください。</p>
462462 </div>
463463 <div class="section" id="column-type-name">
464 <span id="object-inspect-return-value-column-type-name"></span><h4><span class="section-number">7.3.40.5.3.5. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_NAME</span></code><a class="headerlink" href="#column-type-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
464 <span id="object-inspect-return-value-column-type-name"></span><h4><span class="section-number">7.3.41.5.3.5. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_NAME</span></code><a class="headerlink" href="#column-type-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
465465 <p>調査対象のカラムの種類の名前。</p>
466466 <p>以下は種類の名前のリストです。</p>
467467 <table class="docutils align-default">
488488 </table>
489489 </div>
490490 <div class="section" id="column-type-raw-id">
491 <span id="object-inspect-return-value-column-type-raw-id"></span><h4><span class="section-number">7.3.40.5.3.6. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_ID</span></code><a class="headerlink" href="#column-type-raw-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
491 <span id="object-inspect-return-value-column-type-raw-id"></span><h4><span class="section-number">7.3.41.5.3.6. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_ID</span></code><a class="headerlink" href="#column-type-raw-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
492492 <p>調査対象のカラムの未加工の種類のID</p>
493493 <p>以下は未加工の種類のIDのリストです。</p>
494494 <table class="docutils align-default">
515515 </table>
516516 </div>
517517 <div class="section" id="column-type-raw-name">
518 <span id="object-inspect-return-value-column-type-raw-name"></span><h4><span class="section-number">7.3.40.5.3.7. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_NAME</span></code><a class="headerlink" href="#column-type-raw-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
518 <span id="object-inspect-return-value-column-type-raw-name"></span><h4><span class="section-number">7.3.41.5.3.7. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_NAME</span></code><a class="headerlink" href="#column-type-raw-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
519519 <p>調査対象のカラムの未加工の種類の名前。</p>
520520 <p>以下は未加工の種類の名前のリストです。</p>
521521 <table class="docutils align-default">
542542 </table>
543543 </div>
544544 <div class="section" id="column-value-type">
545 <span id="object-inspect-return-value-column-value-type"></span><h4><span class="section-number">7.3.40.5.3.8. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_VALUE_TYPE</span></code><a class="headerlink" href="#column-value-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
545 <span id="object-inspect-return-value-column-value-type"></span><h4><span class="section-number">7.3.41.5.3.8. </span><code class="docutils literal notranslate"><span class="pre">COLUMN_VALUE_TYPE</span></code><a class="headerlink" href="#column-value-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
546546 <p>調査対象のカラムの値の型。</p>
547547 <p>フォーマットの詳細は <a class="reference internal" href="#object-inspect-return-value-type"><span class="std std-ref">型</span></a> を参照してください。</p>
548548 </div>
549549 <div class="section" id="data-column-value-compress-method">
550 <span id="object-inspect-return-value-data-column-value-compress-method"></span><h4><span class="section-number">7.3.40.5.3.9. </span><code class="docutils literal notranslate"><span class="pre">DATA_COLUMN_VALUE_COMPRESS_METHOD</span></code><a class="headerlink" href="#data-column-value-compress-method" title="このヘッドラインへのパーマリンク">¶</a></h4>
550 <span id="object-inspect-return-value-data-column-value-compress-method"></span><h4><span class="section-number">7.3.41.5.3.9. </span><code class="docutils literal notranslate"><span class="pre">DATA_COLUMN_VALUE_COMPRESS_METHOD</span></code><a class="headerlink" href="#data-column-value-compress-method" title="このヘッドラインへのパーマリンク">¶</a></h4>
551551 <p>調査対象のデータカラムの値の圧縮方法です。</p>
552552 <p>以下は圧縮方法のリストです。</p>
553553 <table class="docutils align-default">
577577 </table>
578578 </div>
579579 <div class="section" id="index-column-value-section">
580 <span id="object-inspect-return-value-index-column-value-section"></span><h4><span class="section-number">7.3.40.5.3.10. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SECTION</span></code><a class="headerlink" href="#index-column-value-section" title="このヘッドラインへのパーマリンク">¶</a></h4>
580 <span id="object-inspect-return-value-index-column-value-section"></span><h4><span class="section-number">7.3.41.5.3.10. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SECTION</span></code><a class="headerlink" href="#index-column-value-section" title="このヘッドラインへのパーマリンク">¶</a></h4>
581581 <p>調査対象のカラムが <code class="docutils literal notranslate"><span class="pre">WITH_SECTION</span></code> フラグ付きで作ったカラムかどうかを返します。 <code class="docutils literal notranslate"><span class="pre">WITH_SECTION</span></code> フラグ付きでカラムを作ったときは <code class="docutils literal notranslate"><span class="pre">true</span></code> 、そうでないときは <code class="docutils literal notranslate"><span class="pre">false</span></code> になります。</p>
582582 <div class="admonition seealso">
583583 <p class="admonition-title">参考</p>
585585 </div>
586586 </div>
587587 <div class="section" id="index-column-value-weight">
588 <span id="object-inspect-return-value-index-column-value-weight"></span><h4><span class="section-number">7.3.40.5.3.11. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_WEIGHT</span></code><a class="headerlink" href="#index-column-value-weight" title="このヘッドラインへのパーマリンク">¶</a></h4>
588 <span id="object-inspect-return-value-index-column-value-weight"></span><h4><span class="section-number">7.3.41.5.3.11. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_WEIGHT</span></code><a class="headerlink" href="#index-column-value-weight" title="このヘッドラインへのパーマリンク">¶</a></h4>
589589 <p>調査対象のカラムが <code class="docutils literal notranslate"><span class="pre">WITH_WEIGHT</span></code> フラグ付きで作ったカラムかどうかを返します。 <code class="docutils literal notranslate"><span class="pre">WITH_WEIGHT</span></code> フラグ付きでカラムを作ったときは <code class="docutils literal notranslate"><span class="pre">true</span></code> 、そうでないときは <code class="docutils literal notranslate"><span class="pre">false</span></code> になります。</p>
590590 <div class="admonition seealso">
591591 <p class="admonition-title">参考</p>
593593 </div>
594594 </div>
595595 <div class="section" id="index-column-value-position">
596 <span id="object-inspect-return-value-index-column-value-position"></span><h4><span class="section-number">7.3.40.5.3.12. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_POSITION</span></code><a class="headerlink" href="#index-column-value-position" title="このヘッドラインへのパーマリンク">¶</a></h4>
596 <span id="object-inspect-return-value-index-column-value-position"></span><h4><span class="section-number">7.3.41.5.3.12. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_POSITION</span></code><a class="headerlink" href="#index-column-value-position" title="このヘッドラインへのパーマリンク">¶</a></h4>
597597 <p>調査対象のカラムが <code class="docutils literal notranslate"><span class="pre">WITH_POSITION</span></code> フラグ付きで作ったカラムかどうかを返します。 <code class="docutils literal notranslate"><span class="pre">WITH_POSITION</span></code> フラグ付きでカラムを作ったときは <code class="docutils literal notranslate"><span class="pre">true</span></code> 、そうでないときは <code class="docutils literal notranslate"><span class="pre">false</span></code> になります。</p>
598598 <div class="admonition seealso">
599599 <p class="admonition-title">参考</p>
601601 </div>
602602 </div>
603603 <div class="section" id="index-column-value-size">
604 <span id="object-inspect-return-value-index-column-value-size"></span><h4><span class="section-number">7.3.40.5.3.13. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SIZE</span></code><a class="headerlink" href="#index-column-value-size" title="このヘッドラインへのパーマリンク">¶</a></h4>
604 <span id="object-inspect-return-value-index-column-value-size"></span><h4><span class="section-number">7.3.41.5.3.13. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SIZE</span></code><a class="headerlink" href="#index-column-value-size" title="このヘッドラインへのパーマリンク">¶</a></h4>
605605 <p>調査対象のインデックスカラムのサイズ。インデックスのサイズは <a class="reference internal" href="column_create.html#column-create-flags"><span class="std std-ref">flags</span></a> で指定できます。</p>
606606 <p>以下がインデックスカラムのサイズのリストです。</p>
607607 <table class="docutils align-default">
631631 </table>
632632 </div>
633633 <div class="section" id="index-column-value-statistics-max-section-id">
634 <span id="object-inspect-return-value-index-column-value-statistics-max-section-id"></span><h4><span class="section-number">7.3.40.5.3.14. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_SECTION_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-section-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
634 <span id="object-inspect-return-value-index-column-value-statistics-max-section-id"></span><h4><span class="section-number">7.3.41.5.3.14. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_SECTION_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-section-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
635635 <p>調査対象のインデックスカラム最大セクションID。</p>
636636 <p><code class="docutils literal notranslate"><span class="pre">WITH_SECTION</span></code> フラグなしで作ったインデックスの場合は常に <code class="docutils literal notranslate"><span class="pre">0</span></code> になります。</p>
637637 <p><code class="docutils literal notranslate"><span class="pre">WITH_SECTION</span></code> フラグ付きで作ったインデックスカラムの場合は <code class="docutils literal notranslate"><span class="pre">0</span></code> 以上になります。空の <code class="docutils literal notranslate"><span class="pre">WITH_SECTION</span></code> 指定のインデックスカラムは <code class="docutils literal notranslate"><span class="pre">0</span></code> になります。空でない <code class="docutils literal notranslate"><span class="pre">WITH_SECTION</span></code> 指定のインデックスカラムは <code class="docutils literal notranslate"><span class="pre">1</span></code> 以上になります。</p>
638638 <p><code class="docutils literal notranslate"><span class="pre">WITH_SECTION</span></code> 指定のインデックスカラムの最大値はソースカラム数です。</p>
639639 </div>
640640 <div class="section" id="index-column-value-statistics-n-garbage-segments">
641 <span id="object-inspect-return-value-index-column-value-statistics-n-garbage-segments"></span><h4><span class="section-number">7.3.40.5.3.15. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-garbage-segments" title="このヘッドラインへのパーマリンク">¶</a></h4>
641 <span id="object-inspect-return-value-index-column-value-statistics-n-garbage-segments"></span><h4><span class="section-number">7.3.41.5.3.15. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-garbage-segments" title="このヘッドラインへのパーマリンク">¶</a></h4>
642642 <p>調査対象のインデックスカラム内のゴミセグメントの数。</p>
643643 <p>インデックスカラムは使われなくなったセグメント(内部で確保している領域)を再利用します。このセグメントのことを「ゴミセグメント」と呼びます。</p>
644644 <p>最大値は最大セグメント数です。最大セグメント数は <a class="reference internal" href="#object-inspect-return-value-index-column-value-statistics-n-physical-segments"><span class="std std-ref">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></a> を見てください。</p>
645645 </div>
646646 <div class="section" id="index-column-value-statistics-max-array-segment-id">
647 <span id="object-inspect-return-value-index-column-value-statistics-max-array-segment-id"></span><h4><span class="section-number">7.3.40.5.3.16. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_ARRAY_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-array-segment-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
647 <span id="object-inspect-return-value-index-column-value-statistics-max-array-segment-id"></span><h4><span class="section-number">7.3.41.5.3.16. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_ARRAY_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-array-segment-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
648648 <p>調査対象のインデックスカラム内の「array」に使用しているセグメントのうち一番大きいIDの値。</p>
649649 <p>「array」は「buffer」を管理するために使っています。</p>
650650 <p>最大値は最大セグメント数です。最大セグメント数は <a class="reference internal" href="#object-inspect-return-value-index-column-value-statistics-n-physical-segments"><span class="std std-ref">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></a> を見てください。</p>
651651 </div>
652652 <div class="section" id="index-column-value-statistics-n-array-segments">
653 <span id="object-inspect-return-value-index-column-value-statistics-n-array-segments"></span><h4><span class="section-number">7.3.40.5.3.17. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_ARRAY_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-array-segments" title="このヘッドラインへのパーマリンク">¶</a></h4>
653 <span id="object-inspect-return-value-index-column-value-statistics-n-array-segments"></span><h4><span class="section-number">7.3.41.5.3.17. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_ARRAY_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-array-segments" title="このヘッドラインへのパーマリンク">¶</a></h4>
654654 <p>調査対象のインデックスカラム内の「array」に使っているセグメント数。</p>
655655 <p>「array」は「buffer」を管理するために使っています。</p>
656656 <p>最大値は <code class="docutils literal notranslate"><span class="pre">最大セグメント数</span> <span class="pre">-</span> <span class="pre">「buffer」に使っているセグメント数</span></code> です。最大セグメント数は <a class="reference internal" href="#object-inspect-return-value-index-column-value-statistics-n-physical-segments"><span class="std std-ref">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></a> を見てください。</p>
657657 </div>
658658 <div class="section" id="index-column-value-statistics-max-buffer-segment-id">
659 <span id="object-inspect-return-value-index-column-value-statistics-max-buffer-segment-id"></span><h4><span class="section-number">7.3.40.5.3.18. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_BUFFER_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-buffer-segment-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
659 <span id="object-inspect-return-value-index-column-value-statistics-max-buffer-segment-id"></span><h4><span class="section-number">7.3.41.5.3.18. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_BUFFER_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-buffer-segment-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
660660 <p>調査対象のインデックスカラム内の「buffer」に使っている最大セグメントID。</p>
661661 <p>「buffer」はポスティングリストを保存する場所です。</p>
662662 <p>最大値は最大セグメント数です。最大セグメント数は <a class="reference internal" href="#object-inspect-return-value-index-column-value-statistics-n-physical-segments"><span class="std std-ref">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></a> を見てください。</p>
663663 </div>
664664 <div class="section" id="index-column-value-statistics-n-buffer-segments">
665 <span id="object-inspect-return-value-index-column-value-statistics-n-buffer-segments"></span><h4><span class="section-number">7.3.40.5.3.19. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_BUFFER_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-buffer-segments" title="このヘッドラインへのパーマリンク">¶</a></h4>
665 <span id="object-inspect-return-value-index-column-value-statistics-n-buffer-segments"></span><h4><span class="section-number">7.3.41.5.3.19. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_BUFFER_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-buffer-segments" title="このヘッドラインへのパーマリンク">¶</a></h4>
666666 <p>調査対象のインデックスカラム内の「buffer」に使っている最大セグメント数。</p>
667667 <p>「buffer」はポスティングリストを保存する場所です。</p>
668668 <p>最大値は <code class="docutils literal notranslate"><span class="pre">最大セグメント数</span> <span class="pre">-</span> <span class="pre">「array」に使っているセグメント数</span></code> です。最大セグメント数は <a class="reference internal" href="#object-inspect-return-value-index-column-value-statistics-n-physical-segments"><span class="std std-ref">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></a> を見てください。</p>
669669 </div>
670670 <div class="section" id="index-column-value-statistics-max-in-use-physical-segment-id">
671 <span id="object-inspect-return-value-index-column-value-statistics-max-in-use-physical-segment-id"></span><h4><span class="section-number">7.3.40.5.3.20. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_PHYSICAL_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-in-use-physical-segment-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
671 <span id="object-inspect-return-value-index-column-value-statistics-max-in-use-physical-segment-id"></span><h4><span class="section-number">7.3.41.5.3.20. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_PHYSICAL_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-in-use-physical-segment-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
672672 <p>調査対象のインデックスカラム内の「ゴミセグメント」、「arrayセグメント」「bufferセグメント」全体で使っているセグメントの最大ID。</p>
673673 <p>最大値は最大セグメント数です。最大セグメント数は <a class="reference internal" href="#object-inspect-return-value-index-column-value-statistics-n-physical-segments"><span class="std std-ref">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></a> を見てください。</p>
674674 </div>
675675 <div class="section" id="index-column-value-statistics-n-unmanaged-segments">
676 <span id="object-inspect-return-value-index-column-value-statistics-n-unmanaged-segments"></span><h4><span class="section-number">7.3.40.5.3.21. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_UNMANAGED_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-unmanaged-segments" title="このヘッドラインへのパーマリンク">¶</a></h4>
676 <span id="object-inspect-return-value-index-column-value-statistics-n-unmanaged-segments"></span><h4><span class="section-number">7.3.41.5.3.21. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_UNMANAGED_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-unmanaged-segments" title="このヘッドラインへのパーマリンク">¶</a></h4>
677677 <p>調査対象のインデックスカラム内の未管理のセグメント数。</p>
678678 <p><code class="docutils literal notranslate"><span class="pre">0</span></code> であるべきです。</p>
679679 </div>
680680 <div class="section" id="index-column-value-statistics-total-chunk-size">
681 <span id="object-inspect-return-value-index-column-value-statistics-total-chunk-size"></span><h4><span class="section-number">7.3.40.5.3.22. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_TOTAL_CHUNK_SIZE</span></code><a class="headerlink" href="#index-column-value-statistics-total-chunk-size" title="このヘッドラインへのパーマリンク">¶</a></h4>
681 <span id="object-inspect-return-value-index-column-value-statistics-total-chunk-size"></span><h4><span class="section-number">7.3.41.5.3.22. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_TOTAL_CHUNK_SIZE</span></code><a class="headerlink" href="#index-column-value-statistics-total-chunk-size" title="このヘッドラインへのパーマリンク">¶</a></h4>
682682 <p>調査対象のインデックスカラム内の総「チャンク」サイズ。</p>
683683 <p>「chunk」はポスティングリストを保存する場所です。「buffer」は変更可能ですが、「chunk」は変更不可です。「chunk」は「buffer」よりも空間効率がよいです。「buffer」は「chunk」よりも更新効率がよいです。</p>
684684 <p>小さなポスティングリストは「buffer」に保存します。「buffer」内のポスティングリストが大きくなると「chunk」に移動します。</p>
708708 </table>
709709 </div>
710710 <div class="section" id="index-column-value-statistics-max-in-use-chunk-id">
711 <span id="object-inspect-return-value-index-column-value-statistics-max-in-use-chunk-id"></span><h4><span class="section-number">7.3.40.5.3.23. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_CHUNK_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-in-use-chunk-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
711 <span id="object-inspect-return-value-index-column-value-statistics-max-in-use-chunk-id"></span><h4><span class="section-number">7.3.41.5.3.23. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_CHUNK_ID</span></code><a class="headerlink" href="#index-column-value-statistics-max-in-use-chunk-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
712712 <p>調査対象のインデックスカラム内で使っている最大「chunk」ID。</p>
713713 <p>最大値は最大チャンク数です。最大チャンク数は <a class="reference internal" href="#object-inspect-return-value-index-column-value-statistics-total-chunk-size"><span class="std std-ref">INDEX_COLUMN_VALUE_STATISTICS_TOTAL_CHUNK_SIZE</span></a> を見てください。</p>
714714 </div>
715715 <div class="section" id="index-column-value-statistics-n-garbage-chunks">
716 <span id="object-inspect-return-value-index-column-value-statistics-n-garbage-chunks"></span><h4><span class="section-number">7.3.40.5.3.24. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_CHUNKS</span></code><a class="headerlink" href="#index-column-value-statistics-n-garbage-chunks" title="このヘッドラインへのパーマリンク">¶</a></h4>
716 <span id="object-inspect-return-value-index-column-value-statistics-n-garbage-chunks"></span><h4><span class="section-number">7.3.41.5.3.24. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_CHUNKS</span></code><a class="headerlink" href="#index-column-value-statistics-n-garbage-chunks" title="このヘッドラインへのパーマリンク">¶</a></h4>
717717 <p>調査対象のインデックスカラム内のゴミ「chunk」の配列です。</p>
718718 <p>ゴミ「chunk」は14個の領域で管理されています。次のように配列ですべての領域のゴミ「chunk」の数を示します。:</p>
719719 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
727727 <p>各領域の最大値は最大チャンク数です。最大チャンク数は <a class="reference internal" href="#object-inspect-return-value-index-column-value-statistics-total-chunk-size"><span class="std std-ref">INDEX_COLUMN_VALUE_STATISTICS_TOTAL_CHUNK_SIZE</span></a> を見てください。</p>
728728 </div>
729729 <div class="section" id="index-column-value-statistics-next-physical-segment-id">
730 <span id="object-inspect-return-value-index-column-value-statistics-next-physical-segment-id"></span><h4><span class="section-number">7.3.40.5.3.25. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_NEXT_PHYSICAL_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-next-physical-segment-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
730 <span id="object-inspect-return-value-index-column-value-statistics-next-physical-segment-id"></span><h4><span class="section-number">7.3.41.5.3.25. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_NEXT_PHYSICAL_SEGMENT_ID</span></code><a class="headerlink" href="#index-column-value-statistics-next-physical-segment-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
731731 <div class="versionadded">
732732 <p><span class="versionmodified added">バージョン 9.0.2 で追加.</span></p>
733733 </div>
734734 <p>この値は、調査対象のインデックスカラムが次に使うセグメントIDです。最大値は最大セグメント数です。最大セグメント数は <a class="reference internal" href="#object-inspect-return-value-index-column-value-statistics-n-physical-segments"><span class="std std-ref">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></a> を見てください。</p>
735735 </div>
736736 <div class="section" id="index-column-value-statistics-n-physical-segments">
737 <span id="object-inspect-return-value-index-column-value-statistics-n-physical-segments"></span><h4><span class="section-number">7.3.40.5.3.26. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-physical-segments" title="このヘッドラインへのパーマリンク">¶</a></h4>
737 <span id="object-inspect-return-value-index-column-value-statistics-n-physical-segments"></span><h4><span class="section-number">7.3.41.5.3.26. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></code><a class="headerlink" href="#index-column-value-statistics-n-physical-segments" title="このヘッドラインへのパーマリンク">¶</a></h4>
738738 <div class="versionadded">
739739 <p><span class="versionmodified added">バージョン 9.0.2 で追加.</span></p>
740740 </div>
767767 <p>近い将来、セグメント数を超過する傾向がある場合は、 <code class="docutils literal notranslate"><span class="pre">INDEX_XXX</span></code> フラグの採用を検討する必要があります。</p>
768768 </div>
769769 <div class="section" id="index-column-source-id">
770 <span id="object-inspect-return-value-index-column-source-id"></span><h4><span class="section-number">7.3.40.5.3.27. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_ID</span></code><a class="headerlink" href="#index-column-source-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
770 <span id="object-inspect-return-value-index-column-source-id"></span><h4><span class="section-number">7.3.41.5.3.27. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_ID</span></code><a class="headerlink" href="#index-column-source-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
771771 <p>調査対象のインデックスカラム内のソースカラムのID。</p>
772772 </div>
773773 <div class="section" id="index-column-source-name">
774 <span id="object-inspect-return-value-index-column-source-name"></span><h4><span class="section-number">7.3.40.5.3.28. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_NAME</span></code><a class="headerlink" href="#index-column-source-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
774 <span id="object-inspect-return-value-index-column-source-name"></span><h4><span class="section-number">7.3.41.5.3.28. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_NAME</span></code><a class="headerlink" href="#index-column-source-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
775775 <p>調査対象のインデックスカラムのソースカラムの名前。</p>
776776 <p>テーブル名は含みません。カラム名のみを含みます。</p>
777777 <p><code class="docutils literal notranslate"><span class="pre">TABLE_NAME.COLUMN_NAME</span></code> スタイルの完全なカラム名を欲しい場合は代わりに <a class="reference internal" href="#object-inspect-return-value-index-column-source-full-name"><span class="std std-ref">INDEX_COLUMN_SOURCE_FULL_NAME</span></a> を使ってください。</p>
778778 </div>
779779 <div class="section" id="index-column-source-table">
780 <span id="object-inspect-return-value-index-column-source-table"></span><h4><span class="section-number">7.3.40.5.3.29. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_TABLE</span></code><a class="headerlink" href="#index-column-source-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
780 <span id="object-inspect-return-value-index-column-source-table"></span><h4><span class="section-number">7.3.41.5.3.29. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_TABLE</span></code><a class="headerlink" href="#index-column-source-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
781781 <p>調査対象のインデックスカラム内のソースカラムのテーブル。</p>
782782 <p>フォーマットの詳細は <a class="reference internal" href="#object-inspect-return-value-table"><span class="std std-ref">テーブル</span></a> を参照してください。</p>
783783 </div>
784784 <div class="section" id="index-column-source-full-name">
785 <span id="object-inspect-return-value-index-column-source-full-name"></span><h4><span class="section-number">7.3.40.5.3.30. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_FULL_NAME</span></code><a class="headerlink" href="#index-column-source-full-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
785 <span id="object-inspect-return-value-index-column-source-full-name"></span><h4><span class="section-number">7.3.41.5.3.30. </span><code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_FULL_NAME</span></code><a class="headerlink" href="#index-column-source-full-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
786786 <p>調査対象のインデックスカラム内のソースカラムの完全な名前。</p>
787787 <p><code class="docutils literal notranslate"><span class="pre">テーブル名.カラム名</span></code> という書式でテーブル名とカラム名を両方含みます。</p>
788788 <p>カラム名だけが必要な場合は代わりに <a class="reference internal" href="#object-inspect-return-value-index-column-source-name"><span class="std std-ref">INDEX_COLUMN_SOURCE_NAME</span></a> を使ってください。</p>
789789 </div>
790790 <div class="section" id="type">
791 <span id="object-inspect-return-value-type"></span><h4><span class="section-number">7.3.40.5.3.31. </span>型<a class="headerlink" href="#type" title="このヘッドラインへのパーマリンク">¶</a></h4>
791 <span id="object-inspect-return-value-type"></span><h4><span class="section-number">7.3.41.5.3.31. </span>型<a class="headerlink" href="#type" title="このヘッドラインへのパーマリンク">¶</a></h4>
792792 <p>型を調査すると次の情報を返します。</p>
793793 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
794794 &quot;id&quot;: TYPE_ID,
803803 </div>
804804 </div>
805805 <div class="section" id="type-id">
806 <span id="object-inspect-return-value-type-id"></span><h4><span class="section-number">7.3.40.5.3.32. </span><code class="docutils literal notranslate"><span class="pre">TYPE_ID</span></code><a class="headerlink" href="#type-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
806 <span id="object-inspect-return-value-type-id"></span><h4><span class="section-number">7.3.41.5.3.32. </span><code class="docutils literal notranslate"><span class="pre">TYPE_ID</span></code><a class="headerlink" href="#type-id" title="このヘッドラインへのパーマリンク">¶</a></h4>
807807 <p>対象の型のIDです。</p>
808808 <p>以下は組み込みの型のIDのリストです。</p>
809809 <table class="docutils align-default">
869869 </table>
870870 </div>
871871 <div class="section" id="type-name">
872 <span id="object-inspect-return-value-type-name"></span><h4><span class="section-number">7.3.40.5.3.33. </span><code class="docutils literal notranslate"><span class="pre">TYPE_NAME</span></code><a class="headerlink" href="#type-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
872 <span id="object-inspect-return-value-type-name"></span><h4><span class="section-number">7.3.41.5.3.33. </span><code class="docutils literal notranslate"><span class="pre">TYPE_NAME</span></code><a class="headerlink" href="#type-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
873873 <p>調査対象の型の名前。</p>
874874 <p>以下は組み込みの型の名前のリストです。</p>
875875 <blockquote>
894894 </div></blockquote>
895895 </div>
896896 <div class="section" id="type-id-of-type">
897 <span id="object-inspect-return-value-type-id-of-type"></span><h4><span class="section-number">7.3.40.5.3.34. </span><code class="docutils literal notranslate"><span class="pre">TYPE_ID_OF_TYPE</span></code><a class="headerlink" href="#type-id-of-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
897 <span id="object-inspect-return-value-type-id-of-type"></span><h4><span class="section-number">7.3.41.5.3.34. </span><code class="docutils literal notranslate"><span class="pre">TYPE_ID_OF_TYPE</span></code><a class="headerlink" href="#type-id-of-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
898898 <p><code class="docutils literal notranslate"><span class="pre">TYPE_ID_OF_TYPE</span></code> は常に <code class="docutils literal notranslate"><span class="pre">32</span></code> です。</p>
899899 </div>
900900 <div class="section" id="type-name-of-type">
901 <span id="object-inspect-return-value-type-name-of-type"></span><h4><span class="section-number">7.3.40.5.3.35. </span><code class="docutils literal notranslate"><span class="pre">TYPE_NAME_OF_TYPE</span></code><a class="headerlink" href="#type-name-of-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
901 <span id="object-inspect-return-value-type-name-of-type"></span><h4><span class="section-number">7.3.41.5.3.35. </span><code class="docutils literal notranslate"><span class="pre">TYPE_NAME_OF_TYPE</span></code><a class="headerlink" href="#type-name-of-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
902902 <p><code class="docutils literal notranslate"><span class="pre">TYPE_NAME_OF_TYPE</span></code> は常に <code class="docutils literal notranslate"><span class="pre">type</span></code> です。</p>
903903 </div>
904904 <div class="section" id="type-size">
905 <span id="object-inspect-return-value-type-size"></span><h4><span class="section-number">7.3.40.5.3.36. </span><code class="docutils literal notranslate"><span class="pre">TYPE_SIZE</span></code><a class="headerlink" href="#type-size" title="このヘッドラインへのパーマリンク">¶</a></h4>
905 <span id="object-inspect-return-value-type-size"></span><h4><span class="section-number">7.3.41.5.3.36. </span><code class="docutils literal notranslate"><span class="pre">TYPE_SIZE</span></code><a class="headerlink" href="#type-size" title="このヘッドラインへのパーマリンク">¶</a></h4>
906906 <p><code class="docutils literal notranslate"><span class="pre">TYPE_SIZE</span></code> は調査対象の型のサイズです。単位はバイトです。調査対象の型が可変長型の場合は、サイズは最大サイズという意味です。</p>
907907 </div>
908908 </div>
918918 <div class="sphinxsidebarwrapper">
919919 <h3><a href="../../index.html">目次</a></h3>
920920 <ul>
921 <li><a class="reference internal" href="#">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a><ul>
922 <li><a class="reference internal" href="#summary">7.3.40.1. 概要</a></li>
923 <li><a class="reference internal" href="#syntax">7.3.40.2. 構文</a></li>
924 <li><a class="reference internal" href="#usage">7.3.40.3. 使い方</a></li>
925 <li><a class="reference internal" href="#parameters">7.3.40.4. 引数</a><ul>
926 <li><a class="reference internal" href="#required-parameters">7.3.40.4.1. 必須引数</a></li>
927 <li><a class="reference internal" href="#optional-parameters">7.3.40.4.2. 省略可能引数</a><ul>
928 <li><a class="reference internal" href="#name">7.3.40.4.2.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
921 <li><a class="reference internal" href="#">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a><ul>
922 <li><a class="reference internal" href="#summary">7.3.41.1. 概要</a></li>
923 <li><a class="reference internal" href="#syntax">7.3.41.2. 構文</a></li>
924 <li><a class="reference internal" href="#usage">7.3.41.3. 使い方</a></li>
925 <li><a class="reference internal" href="#parameters">7.3.41.4. 引数</a><ul>
926 <li><a class="reference internal" href="#required-parameters">7.3.41.4.1. 必須引数</a></li>
927 <li><a class="reference internal" href="#optional-parameters">7.3.41.4.2. 省略可能引数</a><ul>
928 <li><a class="reference internal" href="#name">7.3.41.4.2.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
929929 </ul>
930930 </li>
931931 </ul>
932932 </li>
933 <li><a class="reference internal" href="#return-value">7.3.40.5. 戻り値</a><ul>
934 <li><a class="reference internal" href="#database">7.3.40.5.1. データベース</a><ul>
935 <li><a class="reference internal" href="#database-type-id">7.3.40.5.1.1. <code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_ID</span></code></a></li>
936 <li><a class="reference internal" href="#database-type-name">7.3.40.5.1.2. <code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_NAME</span></code></a></li>
937 <li><a class="reference internal" href="#database-name-table">7.3.40.5.1.3. <code class="docutils literal notranslate"><span class="pre">DATABASE_NAME_TABLE</span></code></a></li>
933 <li><a class="reference internal" href="#return-value">7.3.41.5. 戻り値</a><ul>
934 <li><a class="reference internal" href="#database">7.3.41.5.1. データベース</a><ul>
935 <li><a class="reference internal" href="#database-type-id">7.3.41.5.1.1. <code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_ID</span></code></a></li>
936 <li><a class="reference internal" href="#database-type-name">7.3.41.5.1.2. <code class="docutils literal notranslate"><span class="pre">DATABASE_TYPE_NAME</span></code></a></li>
937 <li><a class="reference internal" href="#database-name-table">7.3.41.5.1.3. <code class="docutils literal notranslate"><span class="pre">DATABASE_NAME_TABLE</span></code></a></li>
938938 </ul>
939939 </li>
940 <li><a class="reference internal" href="#table">7.3.40.5.2. テーブル</a><ul>
941 <li><a class="reference internal" href="#table-id">7.3.40.5.2.1. <code class="docutils literal notranslate"><span class="pre">TABLE_ID</span></code></a></li>
942 <li><a class="reference internal" href="#table-name">7.3.40.5.2.2. <code class="docutils literal notranslate"><span class="pre">TABLE_NAME</span></code></a></li>
943 <li><a class="reference internal" href="#table-type-id">7.3.40.5.2.3. <code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_ID</span></code></a></li>
944 <li><a class="reference internal" href="#table-type-name">7.3.40.5.2.4. <code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_NAME</span></code></a></li>
945 <li><a class="reference internal" href="#table-key-type">7.3.40.5.2.5. <code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TYPE</span></code></a></li>
946 <li><a class="reference internal" href="#table-key-total-size">7.3.40.5.2.6. <code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TOTAL_SIZE</span></code></a></li>
947 <li><a class="reference internal" href="#table-key-max-total-size">7.3.40.5.2.7. <code class="docutils literal notranslate"><span class="pre">TABLE_KEY_MAX_TOTAL_SIZE</span></code></a></li>
948 <li><a class="reference internal" href="#table-value-type">7.3.40.5.2.8. <code class="docutils literal notranslate"><span class="pre">TABLE_VALUE_TYPE</span></code></a></li>
949 <li><a class="reference internal" href="#table-n-records">7.3.40.5.2.9. <code class="docutils literal notranslate"><span class="pre">TABLE_N_RECORDS</span></code></a></li>
940 <li><a class="reference internal" href="#table">7.3.41.5.2. テーブル</a><ul>
941 <li><a class="reference internal" href="#table-id">7.3.41.5.2.1. <code class="docutils literal notranslate"><span class="pre">TABLE_ID</span></code></a></li>
942 <li><a class="reference internal" href="#table-name">7.3.41.5.2.2. <code class="docutils literal notranslate"><span class="pre">TABLE_NAME</span></code></a></li>
943 <li><a class="reference internal" href="#table-type-id">7.3.41.5.2.3. <code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_ID</span></code></a></li>
944 <li><a class="reference internal" href="#table-type-name">7.3.41.5.2.4. <code class="docutils literal notranslate"><span class="pre">TABLE_TYPE_NAME</span></code></a></li>
945 <li><a class="reference internal" href="#table-key-type">7.3.41.5.2.5. <code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TYPE</span></code></a></li>
946 <li><a class="reference internal" href="#table-key-total-size">7.3.41.5.2.6. <code class="docutils literal notranslate"><span class="pre">TABLE_KEY_TOTAL_SIZE</span></code></a></li>
947 <li><a class="reference internal" href="#table-key-max-total-size">7.3.41.5.2.7. <code class="docutils literal notranslate"><span class="pre">TABLE_KEY_MAX_TOTAL_SIZE</span></code></a></li>
948 <li><a class="reference internal" href="#table-value-type">7.3.41.5.2.8. <code class="docutils literal notranslate"><span class="pre">TABLE_VALUE_TYPE</span></code></a></li>
949 <li><a class="reference internal" href="#table-n-records">7.3.41.5.2.9. <code class="docutils literal notranslate"><span class="pre">TABLE_N_RECORDS</span></code></a></li>
950950 </ul>
951951 </li>
952 <li><a class="reference internal" href="#column">7.3.40.5.3. カラム</a><ul>
953 <li><a class="reference internal" href="#column-id">7.3.40.5.3.1. <code class="docutils literal notranslate"><span class="pre">COLUMN_ID</span></code></a></li>
954 <li><a class="reference internal" href="#column-name">7.3.40.5.3.2. <code class="docutils literal notranslate"><span class="pre">COLUMN_NAME</span></code></a></li>
955 <li><a class="reference internal" href="#column-table">7.3.40.5.3.3. <code class="docutils literal notranslate"><span class="pre">COLUMN_TABLE</span></code></a></li>
956 <li><a class="reference internal" href="#column-full-name">7.3.40.5.3.4. <code class="docutils literal notranslate"><span class="pre">COLUMN_FULL_NAME</span></code></a></li>
957 <li><a class="reference internal" href="#column-type-name">7.3.40.5.3.5. <code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_NAME</span></code></a></li>
958 <li><a class="reference internal" href="#column-type-raw-id">7.3.40.5.3.6. <code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_ID</span></code></a></li>
959 <li><a class="reference internal" href="#column-type-raw-name">7.3.40.5.3.7. <code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_NAME</span></code></a></li>
960 <li><a class="reference internal" href="#column-value-type">7.3.40.5.3.8. <code class="docutils literal notranslate"><span class="pre">COLUMN_VALUE_TYPE</span></code></a></li>
961 <li><a class="reference internal" href="#data-column-value-compress-method">7.3.40.5.3.9. <code class="docutils literal notranslate"><span class="pre">DATA_COLUMN_VALUE_COMPRESS_METHOD</span></code></a></li>
962 <li><a class="reference internal" href="#index-column-value-section">7.3.40.5.3.10. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SECTION</span></code></a></li>
963 <li><a class="reference internal" href="#index-column-value-weight">7.3.40.5.3.11. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_WEIGHT</span></code></a></li>
964 <li><a class="reference internal" href="#index-column-value-position">7.3.40.5.3.12. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_POSITION</span></code></a></li>
965 <li><a class="reference internal" href="#index-column-value-size">7.3.40.5.3.13. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SIZE</span></code></a></li>
966 <li><a class="reference internal" href="#index-column-value-statistics-max-section-id">7.3.40.5.3.14. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_SECTION_ID</span></code></a></li>
967 <li><a class="reference internal" href="#index-column-value-statistics-n-garbage-segments">7.3.40.5.3.15. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_SEGMENTS</span></code></a></li>
968 <li><a class="reference internal" href="#index-column-value-statistics-max-array-segment-id">7.3.40.5.3.16. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_ARRAY_SEGMENT_ID</span></code></a></li>
969 <li><a class="reference internal" href="#index-column-value-statistics-n-array-segments">7.3.40.5.3.17. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_ARRAY_SEGMENTS</span></code></a></li>
970 <li><a class="reference internal" href="#index-column-value-statistics-max-buffer-segment-id">7.3.40.5.3.18. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_BUFFER_SEGMENT_ID</span></code></a></li>
971 <li><a class="reference internal" href="#index-column-value-statistics-n-buffer-segments">7.3.40.5.3.19. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_BUFFER_SEGMENTS</span></code></a></li>
972 <li><a class="reference internal" href="#index-column-value-statistics-max-in-use-physical-segment-id">7.3.40.5.3.20. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_PHYSICAL_SEGMENT_ID</span></code></a></li>
973 <li><a class="reference internal" href="#index-column-value-statistics-n-unmanaged-segments">7.3.40.5.3.21. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_UNMANAGED_SEGMENTS</span></code></a></li>
974 <li><a class="reference internal" href="#index-column-value-statistics-total-chunk-size">7.3.40.5.3.22. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_TOTAL_CHUNK_SIZE</span></code></a></li>
975 <li><a class="reference internal" href="#index-column-value-statistics-max-in-use-chunk-id">7.3.40.5.3.23. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_CHUNK_ID</span></code></a></li>
976 <li><a class="reference internal" href="#index-column-value-statistics-n-garbage-chunks">7.3.40.5.3.24. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_CHUNKS</span></code></a></li>
977 <li><a class="reference internal" href="#index-column-value-statistics-next-physical-segment-id">7.3.40.5.3.25. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_NEXT_PHYSICAL_SEGMENT_ID</span></code></a></li>
978 <li><a class="reference internal" href="#index-column-value-statistics-n-physical-segments">7.3.40.5.3.26. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></code></a></li>
979 <li><a class="reference internal" href="#index-column-source-id">7.3.40.5.3.27. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_ID</span></code></a></li>
980 <li><a class="reference internal" href="#index-column-source-name">7.3.40.5.3.28. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_NAME</span></code></a></li>
981 <li><a class="reference internal" href="#index-column-source-table">7.3.40.5.3.29. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_TABLE</span></code></a></li>
982 <li><a class="reference internal" href="#index-column-source-full-name">7.3.40.5.3.30. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_FULL_NAME</span></code></a></li>
983 <li><a class="reference internal" href="#type">7.3.40.5.3.31. 型</a></li>
984 <li><a class="reference internal" href="#type-id">7.3.40.5.3.32. <code class="docutils literal notranslate"><span class="pre">TYPE_ID</span></code></a></li>
985 <li><a class="reference internal" href="#type-name">7.3.40.5.3.33. <code class="docutils literal notranslate"><span class="pre">TYPE_NAME</span></code></a></li>
986 <li><a class="reference internal" href="#type-id-of-type">7.3.40.5.3.34. <code class="docutils literal notranslate"><span class="pre">TYPE_ID_OF_TYPE</span></code></a></li>
987 <li><a class="reference internal" href="#type-name-of-type">7.3.40.5.3.35. <code class="docutils literal notranslate"><span class="pre">TYPE_NAME_OF_TYPE</span></code></a></li>
988 <li><a class="reference internal" href="#type-size">7.3.40.5.3.36. <code class="docutils literal notranslate"><span class="pre">TYPE_SIZE</span></code></a></li>
952 <li><a class="reference internal" href="#column">7.3.41.5.3. カラム</a><ul>
953 <li><a class="reference internal" href="#column-id">7.3.41.5.3.1. <code class="docutils literal notranslate"><span class="pre">COLUMN_ID</span></code></a></li>
954 <li><a class="reference internal" href="#column-name">7.3.41.5.3.2. <code class="docutils literal notranslate"><span class="pre">COLUMN_NAME</span></code></a></li>
955 <li><a class="reference internal" href="#column-table">7.3.41.5.3.3. <code class="docutils literal notranslate"><span class="pre">COLUMN_TABLE</span></code></a></li>
956 <li><a class="reference internal" href="#column-full-name">7.3.41.5.3.4. <code class="docutils literal notranslate"><span class="pre">COLUMN_FULL_NAME</span></code></a></li>
957 <li><a class="reference internal" href="#column-type-name">7.3.41.5.3.5. <code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_NAME</span></code></a></li>
958 <li><a class="reference internal" href="#column-type-raw-id">7.3.41.5.3.6. <code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_ID</span></code></a></li>
959 <li><a class="reference internal" href="#column-type-raw-name">7.3.41.5.3.7. <code class="docutils literal notranslate"><span class="pre">COLUMN_TYPE_RAW_NAME</span></code></a></li>
960 <li><a class="reference internal" href="#column-value-type">7.3.41.5.3.8. <code class="docutils literal notranslate"><span class="pre">COLUMN_VALUE_TYPE</span></code></a></li>
961 <li><a class="reference internal" href="#data-column-value-compress-method">7.3.41.5.3.9. <code class="docutils literal notranslate"><span class="pre">DATA_COLUMN_VALUE_COMPRESS_METHOD</span></code></a></li>
962 <li><a class="reference internal" href="#index-column-value-section">7.3.41.5.3.10. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SECTION</span></code></a></li>
963 <li><a class="reference internal" href="#index-column-value-weight">7.3.41.5.3.11. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_WEIGHT</span></code></a></li>
964 <li><a class="reference internal" href="#index-column-value-position">7.3.41.5.3.12. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_POSITION</span></code></a></li>
965 <li><a class="reference internal" href="#index-column-value-size">7.3.41.5.3.13. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_SIZE</span></code></a></li>
966 <li><a class="reference internal" href="#index-column-value-statistics-max-section-id">7.3.41.5.3.14. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_SECTION_ID</span></code></a></li>
967 <li><a class="reference internal" href="#index-column-value-statistics-n-garbage-segments">7.3.41.5.3.15. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_SEGMENTS</span></code></a></li>
968 <li><a class="reference internal" href="#index-column-value-statistics-max-array-segment-id">7.3.41.5.3.16. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_ARRAY_SEGMENT_ID</span></code></a></li>
969 <li><a class="reference internal" href="#index-column-value-statistics-n-array-segments">7.3.41.5.3.17. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_ARRAY_SEGMENTS</span></code></a></li>
970 <li><a class="reference internal" href="#index-column-value-statistics-max-buffer-segment-id">7.3.41.5.3.18. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_BUFFER_SEGMENT_ID</span></code></a></li>
971 <li><a class="reference internal" href="#index-column-value-statistics-n-buffer-segments">7.3.41.5.3.19. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_BUFFER_SEGMENTS</span></code></a></li>
972 <li><a class="reference internal" href="#index-column-value-statistics-max-in-use-physical-segment-id">7.3.41.5.3.20. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_PHYSICAL_SEGMENT_ID</span></code></a></li>
973 <li><a class="reference internal" href="#index-column-value-statistics-n-unmanaged-segments">7.3.41.5.3.21. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_UNMANAGED_SEGMENTS</span></code></a></li>
974 <li><a class="reference internal" href="#index-column-value-statistics-total-chunk-size">7.3.41.5.3.22. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_TOTAL_CHUNK_SIZE</span></code></a></li>
975 <li><a class="reference internal" href="#index-column-value-statistics-max-in-use-chunk-id">7.3.41.5.3.23. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_MAX_IN_USE_CHUNK_ID</span></code></a></li>
976 <li><a class="reference internal" href="#index-column-value-statistics-n-garbage-chunks">7.3.41.5.3.24. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_GARBAGE_CHUNKS</span></code></a></li>
977 <li><a class="reference internal" href="#index-column-value-statistics-next-physical-segment-id">7.3.41.5.3.25. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_NEXT_PHYSICAL_SEGMENT_ID</span></code></a></li>
978 <li><a class="reference internal" href="#index-column-value-statistics-n-physical-segments">7.3.41.5.3.26. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_VALUE_STATISTICS_N_PHYSICAL_SEGMENTS</span></code></a></li>
979 <li><a class="reference internal" href="#index-column-source-id">7.3.41.5.3.27. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_ID</span></code></a></li>
980 <li><a class="reference internal" href="#index-column-source-name">7.3.41.5.3.28. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_NAME</span></code></a></li>
981 <li><a class="reference internal" href="#index-column-source-table">7.3.41.5.3.29. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_TABLE</span></code></a></li>
982 <li><a class="reference internal" href="#index-column-source-full-name">7.3.41.5.3.30. <code class="docutils literal notranslate"><span class="pre">INDEX_COLUMN_SOURCE_FULL_NAME</span></code></a></li>
983 <li><a class="reference internal" href="#type">7.3.41.5.3.31. 型</a></li>
984 <li><a class="reference internal" href="#type-id">7.3.41.5.3.32. <code class="docutils literal notranslate"><span class="pre">TYPE_ID</span></code></a></li>
985 <li><a class="reference internal" href="#type-name">7.3.41.5.3.33. <code class="docutils literal notranslate"><span class="pre">TYPE_NAME</span></code></a></li>
986 <li><a class="reference internal" href="#type-id-of-type">7.3.41.5.3.34. <code class="docutils literal notranslate"><span class="pre">TYPE_ID_OF_TYPE</span></code></a></li>
987 <li><a class="reference internal" href="#type-name-of-type">7.3.41.5.3.35. <code class="docutils literal notranslate"><span class="pre">TYPE_NAME_OF_TYPE</span></code></a></li>
988 <li><a class="reference internal" href="#type-size">7.3.41.5.3.36. <code class="docutils literal notranslate"><span class="pre">TYPE_SIZE</span></code></a></li>
989989 </ul>
990990 </li>
991991 </ul>
996996
997997 <h4>前のトピックへ</h4>
998998 <p class="topless"><a href="object_exist.html"
999 title="前の章へ"><span class="section-number">7.3.39. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></p>
999 title="前の章へ"><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></p>
10001000 <h4>次のトピックへ</h4>
10011001 <p class="topless"><a href="object_list.html"
1002 title="次の章へ"><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></p>
1002 title="次の章へ"><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></p>
10031003 <div id="searchbox" style="display: none" role="search">
10041004 <h3 id="searchlabel">クイック検索</h3>
10051005 <div class="searchformwrapper">
10211021 <a href="../../genindex.html" title="総合索引"
10221022 >索引</a></li>
10231023 <li class="right" >
1024 <a href="object_list.html" title="7.3.41. object_list"
1024 <a href="object_list.html" title="7.3.42. object_list"
10251025 >次へ</a> |</li>
10261026 <li class="right" >
1027 <a href="object_exist.html" title="7.3.39. object_exist"
1027 <a href="object_exist.html" title="7.3.40. object_exist"
10281028 >前へ</a> |</li>
1029 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
1029 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
10301030 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
10311031 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
1032 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
1032 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
10331033 </ul>
10341034 </div>
10351035 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.41. object_list &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.42. object_list &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.42. object_remove" href="object_remove.html" />
23 <link rel="prev" title="7.3.40. object_inspect" href="object_inspect.html" />
22 <link rel="next" title="7.3.43. object_remove" href="object_remove.html" />
23 <link rel="prev" title="7.3.41. object_inspect" href="object_inspect.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="object_remove.html" title="7.3.42. object_remove"
49 <a href="object_remove.html" title="7.3.43. object_remove"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="object_inspect.html" title="7.3.40. object_inspect"
52 <a href="object_inspect.html" title="7.3.41. object_inspect"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="object-list">
67 <h1><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code><a class="headerlink" href="#object-list" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code><a class="headerlink" href="#object-list" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.41.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.42.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 6.0.7 で追加.</span></p>
7272 </div>
7474 <p>通常、 <code class="docutils literal notranslate"><span class="pre">object_list</span></code> より <a class="reference internal" href="schema.html"><span class="doc">schema</span></a> の方が便利なコマンドです。なぜなら、 <a class="reference internal" href="schema.html"><span class="doc">schema</span></a> は <code class="docutils literal notranslate"><span class="pre">object_list</span></code> より多くの情報を返すからです。</p>
7575 </div>
7676 <div class="section" id="syntax">
77 <h2><span class="section-number">7.3.41.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
77 <h2><span class="section-number">7.3.42.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7878 <p>このコマンドに引数はありません:</p>
7979 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>object_list
8080 </pre></div>
8181 </div>
8282 </div>
8383 <div class="section" id="usage">
84 <h2><span class="section-number">7.3.41.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
84 <h2><span class="section-number">7.3.42.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8585 <p>以下は出力例を示すためのサンプルスキーマです。</p>
8686 <p>実行例:</p>
8787 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Memos TABLE_HASH_KEY ShortText
470470 </div>
471471 </div>
472472 <div class="section" id="parameters">
473 <h2><span class="section-number">7.3.41.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
473 <h2><span class="section-number">7.3.42.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
474474 <p>このセクションではすべての引数について説明します。</p>
475475 <div class="section" id="required-parameters">
476 <h3><span class="section-number">7.3.41.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
476 <h3><span class="section-number">7.3.42.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
477477 <p>必須の引数はありません。</p>
478478 </div>
479479 <div class="section" id="optional-parameters">
480 <h3><span class="section-number">7.3.41.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
480 <h3><span class="section-number">7.3.42.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
481481 <p>省略可能な引数はありません。</p>
482482 </div>
483483 </div>
484484 <div class="section" id="return-value">
485 <h2><span class="section-number">7.3.41.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
485 <h2><span class="section-number">7.3.42.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
486486 <p><code class="docutils literal notranslate"><span class="pre">object_list</span></code> はデータベース内のオブジェクトの情報一覧を返します。:</p>
487487 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, OBJECTS]
488488 </pre></div>
489489 </div>
490490 <div class="section" id="header">
491 <h3><span class="section-number">7.3.41.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="このヘッドラインへのパーマリンク">¶</a></h3>
491 <h3><span class="section-number">7.3.42.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="このヘッドラインへのパーマリンク">¶</a></h3>
492492 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
493493 </div>
494494 <div class="section" id="objects">
495 <h3><span class="section-number">7.3.41.5.2. </span><code class="docutils literal notranslate"><span class="pre">OBJECTS</span></code><a class="headerlink" href="#objects" title="このヘッドラインへのパーマリンク">¶</a></h3>
495 <h3><span class="section-number">7.3.42.5.2. </span><code class="docutils literal notranslate"><span class="pre">OBJECTS</span></code><a class="headerlink" href="#objects" title="このヘッドラインへのパーマリンク">¶</a></h3>
496496 <p><code class="docutils literal notranslate"><span class="pre">OBJECTS</span></code> はオブジェクト名とオブジェクト詳細のペアの集合です。:</p>
497497 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
498498 &quot;OBJECT_1&quot;: OBJECT_1,
505505 <p>各 <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> は共通のプロパティとオブジェクトの種類固有のプロパティを持っています。</p>
506506 </div>
507507 <div class="section" id="object-common-properties">
508 <h3><span class="section-number">7.3.41.5.3. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (共通のプロパティ)<a class="headerlink" href="#object-common-properties" title="このヘッドラインへのパーマリンク">¶</a></h3>
508 <h3><span class="section-number">7.3.42.5.3. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (共通のプロパティ)<a class="headerlink" href="#object-common-properties" title="このヘッドラインへのパーマリンク">¶</a></h3>
509509 <p>以下は共通のプロパティです。:</p>
510510 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
511511 &quot;id&quot;: ID,
560560 </table>
561561 </div>
562562 <div class="section" id="object-type">
563 <span id="object-list-return-value-object-type"></span><h3><span class="section-number">7.3.41.5.4. </span><code class="docutils literal notranslate"><span class="pre">OBJECT_TYPE</span></code><a class="headerlink" href="#object-type" title="このヘッドラインへのパーマリンク">¶</a></h3>
563 <span id="object-list-return-value-object-type"></span><h3><span class="section-number">7.3.42.5.4. </span><code class="docutils literal notranslate"><span class="pre">OBJECT_TYPE</span></code><a class="headerlink" href="#object-type" title="このヘッドラインへのパーマリンク">¶</a></h3>
564564 <p><code class="docutils literal notranslate"><span class="pre">OBJECT_TYPE</span></code> はオブジェクトの種類を表します。たとえば、パトリシアトライテーブル、ハッシュテーブル、インデックスカラムなどがオブジェクトの種類です。</p>
565565 <p><code class="docutils literal notranslate"><span class="pre">OBJECT_TYPE</span></code> は次のプロパティを持ちます。:</p>
566566 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
590590 </table>
591591 </div>
592592 <div class="section" id="flags">
593 <span id="object-list-return-value-flags"></span><h3><span class="section-number">7.3.41.5.5. </span><code class="docutils literal notranslate"><span class="pre">FLAGS</span></code><a class="headerlink" href="#flags" title="このヘッドラインへのパーマリンク">¶</a></h3>
593 <span id="object-list-return-value-flags"></span><h3><span class="section-number">7.3.42.5.5. </span><code class="docutils literal notranslate"><span class="pre">FLAGS</span></code><a class="headerlink" href="#flags" title="このヘッドラインへのパーマリンク">¶</a></h3>
594594 <p><code class="docutils literal notranslate"><span class="pre">FLAGS</span></code> はオブジェクトのフラグを表します。フラグの多くは <a class="reference internal" href="table_create.html"><span class="doc">table_create</span></a> あるいは <a class="reference internal" href="column_create.html"><span class="doc">column_create</span></a> で指定したフラグになるでしょう。いくつかのフラグは内部的に追加されたものです。</p>
595595 <p><code class="docutils literal notranslate"><span class="pre">FLAGS</span></code> は以下のプロパティを持っています。:</p>
596596 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
620620 </table>
621621 </div>
622622 <div class="section" id="object-type-object-type-specific-properties">
623 <h3><span class="section-number">7.3.41.5.6. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;type&quot;</span></code> というオブジェクトの種類に固有のプロパティ)<a class="headerlink" href="#object-type-object-type-specific-properties" title="このヘッドラインへのパーマリンク">¶</a></h3>
623 <h3><span class="section-number">7.3.42.5.6. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;type&quot;</span></code> というオブジェクトの種類に固有のプロパティ)<a class="headerlink" href="#object-type-object-type-specific-properties" title="このヘッドラインへのパーマリンク">¶</a></h3>
624624 <p><code class="docutils literal notranslate"><span class="pre">&quot;type&quot;</span></code> というオブジェクトの種類に固有の <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> 中のプロパティは次の通りです。:</p>
625625 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
626626 &quot;size&quot;: SIZE
645645 </table>
646646 </div>
647647 <div class="section" id="object-proc-object-type-specific-properties">
648 <h3><span class="section-number">7.3.41.5.7. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;proc&quot;</span></code> というオブジェクトの種類に固有のプロパティ)<a class="headerlink" href="#object-proc-object-type-specific-properties" title="このヘッドラインへのパーマリンク">¶</a></h3>
648 <h3><span class="section-number">7.3.42.5.7. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;proc&quot;</span></code> というオブジェクトの種類に固有のプロパティ)<a class="headerlink" href="#object-proc-object-type-specific-properties" title="このヘッドラインへのパーマリンク">¶</a></h3>
649649 <p>以下は <code class="docutils literal notranslate"><span class="pre">&quot;proc&quot;</span></code> という種類のオブジェクト一覧です。</p>
650650 <blockquote>
651651 <div><ul class="simple">
680680 </table>
681681 </div>
682682 <div class="section" id="object-table-object-types-specific-properties">
683 <h3><span class="section-number">7.3.41.5.8. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;table:*&quot;</span></code> というオブジェクトの種類に固有のプロパティ)<a class="headerlink" href="#object-table-object-types-specific-properties" title="このヘッドラインへのパーマリンク">¶</a></h3>
683 <h3><span class="section-number">7.3.42.5.8. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;table:*&quot;</span></code> というオブジェクトの種類に固有のプロパティ)<a class="headerlink" href="#object-table-object-types-specific-properties" title="このヘッドラインへのパーマリンク">¶</a></h3>
684684 <p><code class="docutils literal notranslate"><span class="pre">&quot;table:*&quot;</span></code> というオブジェクトの種類に固有の <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> 中のプロパティは次の通りです。:</p>
685685 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
686686 &quot;range&quot;: RANGE,
709709 </table>
710710 </div>
711711 <div class="section" id="range">
712 <span id="object-list-return-value-range"></span><h3><span class="section-number">7.3.41.5.9. </span><code class="docutils literal notranslate"><span class="pre">RANGE</span></code><a class="headerlink" href="#range" title="このヘッドラインへのパーマリンク">¶</a></h3>
712 <span id="object-list-return-value-range"></span><h3><span class="section-number">7.3.42.5.9. </span><code class="docutils literal notranslate"><span class="pre">RANGE</span></code><a class="headerlink" href="#range" title="このヘッドラインへのパーマリンク">¶</a></h3>
713713 <p><code class="docutils literal notranslate"><span class="pre">RANGE</span></code> はこの値域の型を表します。</p>
714714 <p><code class="docutils literal notranslate"><span class="pre">RANGE</span></code> は次のプロパティを持ちます。:</p>
715715 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
739739 </table>
740740 </div>
741741 <div class="section" id="token-filters">
742 <span id="object-list-return-value-token-filters"></span><h3><span class="section-number">7.3.41.5.10. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code><a class="headerlink" href="#token-filters" title="このヘッドラインへのパーマリンク">¶</a></h3>
742 <span id="object-list-return-value-token-filters"></span><h3><span class="section-number">7.3.42.5.10. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code><a class="headerlink" href="#token-filters" title="このヘッドラインへのパーマリンク">¶</a></h3>
743743 <p><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code> はこのテーブルのトークンフィルターの一覧を表します。</p>
744744 <p><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code> は <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTER</span></code> の配列になります。:</p>
745745 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
778778 </table>
779779 </div>
780780 <div class="section" id="object-column-object-types-specific-properties">
781 <h3><span class="section-number">7.3.41.5.11. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;column:*&quot;</span></code> というオブジェクトの種類に固有のプロパティ)<a class="headerlink" href="#object-column-object-types-specific-properties" title="このヘッドラインへのパーマリンク">¶</a></h3>
781 <h3><span class="section-number">7.3.42.5.11. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;column:*&quot;</span></code> というオブジェクトの種類に固有のプロパティ)<a class="headerlink" href="#object-column-object-types-specific-properties" title="このヘッドラインへのパーマリンク">¶</a></h3>
782782 <p><code class="docutils literal notranslate"><span class="pre">&quot;column:*&quot;</span></code> というオブジェクトの種類に固有の <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> 中のプロパティは次の通りです。:</p>
783783 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
784784 &quot;range&quot;: RANGE
803803 </table>
804804 </div>
805805 <div class="section" id="object-column-index-object-type-specific-properties">
806 <h3><span class="section-number">7.3.41.5.12. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;column:index&quot;</span></code> というオブジェクトの種類に固有のプロパティ)<a class="headerlink" href="#object-column-index-object-type-specific-properties" title="このヘッドラインへのパーマリンク">¶</a></h3>
806 <h3><span class="section-number">7.3.42.5.12. </span><code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;column:index&quot;</span></code> というオブジェクトの種類に固有のプロパティ)<a class="headerlink" href="#object-column-index-object-type-specific-properties" title="このヘッドラインへのパーマリンク">¶</a></h3>
807807 <p><code class="docutils literal notranslate"><span class="pre">&quot;column:index&quot;</span></code> というオブジェクトの種類に固有の <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> 中のプロパティは次の通りです。:</p>
808808 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
809809 &quot;sources&quot;: SOURCES
828828 </table>
829829 </div>
830830 <div class="section" id="sources">
831 <span id="object-list-return-value-sources"></span><h3><span class="section-number">7.3.41.5.13. </span><code class="docutils literal notranslate"><span class="pre">SOURCES</span></code><a class="headerlink" href="#sources" title="このヘッドラインへのパーマリンク">¶</a></h3>
831 <span id="object-list-return-value-sources"></span><h3><span class="section-number">7.3.42.5.13. </span><code class="docutils literal notranslate"><span class="pre">SOURCES</span></code><a class="headerlink" href="#sources" title="このヘッドラインへのパーマリンク">¶</a></h3>
832832 <p><code class="docutils literal notranslate"><span class="pre">SOURCES</span></code> はこのインデックスカラムのソースの一覧を表します。</p>
833833 <p><code class="docutils literal notranslate"><span class="pre">SOURCES</span></code> は <code class="docutils literal notranslate"><span class="pre">SOURCE</span></code> の配列です。:</p>
834834 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
868868 </div>
869869 </div>
870870 <div class="section" id="see-also">
871 <h2><span class="section-number">7.3.41.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
871 <h2><span class="section-number">7.3.42.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
872872 <blockquote>
873873 <div><ul class="simple">
874874 <li><p><a class="reference internal" href="schema.html"><span class="doc">schema</span></a></p></li>
886886 <div class="sphinxsidebarwrapper">
887887 <h3><a href="../../index.html">目次</a></h3>
888888 <ul>
889 <li><a class="reference internal" href="#">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a><ul>
890 <li><a class="reference internal" href="#summary">7.3.41.1. 概要</a></li>
891 <li><a class="reference internal" href="#syntax">7.3.41.2. 構文</a></li>
892 <li><a class="reference internal" href="#usage">7.3.41.3. 使い方</a></li>
893 <li><a class="reference internal" href="#parameters">7.3.41.4. 引数</a><ul>
894 <li><a class="reference internal" href="#required-parameters">7.3.41.4.1. 必須引数</a></li>
895 <li><a class="reference internal" href="#optional-parameters">7.3.41.4.2. 省略可能引数</a></li>
889 <li><a class="reference internal" href="#">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a><ul>
890 <li><a class="reference internal" href="#summary">7.3.42.1. 概要</a></li>
891 <li><a class="reference internal" href="#syntax">7.3.42.2. 構文</a></li>
892 <li><a class="reference internal" href="#usage">7.3.42.3. 使い方</a></li>
893 <li><a class="reference internal" href="#parameters">7.3.42.4. 引数</a><ul>
894 <li><a class="reference internal" href="#required-parameters">7.3.42.4.1. 必須引数</a></li>
895 <li><a class="reference internal" href="#optional-parameters">7.3.42.4.2. 省略可能引数</a></li>
896896 </ul>
897897 </li>
898 <li><a class="reference internal" href="#return-value">7.3.41.5. 戻り値</a><ul>
899 <li><a class="reference internal" href="#header">7.3.41.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
900 <li><a class="reference internal" href="#objects">7.3.41.5.2. <code class="docutils literal notranslate"><span class="pre">OBJECTS</span></code></a></li>
901 <li><a class="reference internal" href="#object-common-properties">7.3.41.5.3. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (共通のプロパティ)</a></li>
902 <li><a class="reference internal" href="#object-type">7.3.41.5.4. <code class="docutils literal notranslate"><span class="pre">OBJECT_TYPE</span></code></a></li>
903 <li><a class="reference internal" href="#flags">7.3.41.5.5. <code class="docutils literal notranslate"><span class="pre">FLAGS</span></code></a></li>
904 <li><a class="reference internal" href="#object-type-object-type-specific-properties">7.3.41.5.6. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;type&quot;</span></code> というオブジェクトの種類に固有のプロパティ)</a></li>
905 <li><a class="reference internal" href="#object-proc-object-type-specific-properties">7.3.41.5.7. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;proc&quot;</span></code> というオブジェクトの種類に固有のプロパティ)</a></li>
906 <li><a class="reference internal" href="#object-table-object-types-specific-properties">7.3.41.5.8. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;table:*&quot;</span></code> というオブジェクトの種類に固有のプロパティ)</a></li>
907 <li><a class="reference internal" href="#range">7.3.41.5.9. <code class="docutils literal notranslate"><span class="pre">RANGE</span></code></a></li>
908 <li><a class="reference internal" href="#token-filters">7.3.41.5.10. <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code></a></li>
909 <li><a class="reference internal" href="#object-column-object-types-specific-properties">7.3.41.5.11. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;column:*&quot;</span></code> というオブジェクトの種類に固有のプロパティ)</a></li>
910 <li><a class="reference internal" href="#object-column-index-object-type-specific-properties">7.3.41.5.12. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;column:index&quot;</span></code> というオブジェクトの種類に固有のプロパティ)</a></li>
911 <li><a class="reference internal" href="#sources">7.3.41.5.13. <code class="docutils literal notranslate"><span class="pre">SOURCES</span></code></a></li>
898 <li><a class="reference internal" href="#return-value">7.3.42.5. 戻り値</a><ul>
899 <li><a class="reference internal" href="#header">7.3.42.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
900 <li><a class="reference internal" href="#objects">7.3.42.5.2. <code class="docutils literal notranslate"><span class="pre">OBJECTS</span></code></a></li>
901 <li><a class="reference internal" href="#object-common-properties">7.3.42.5.3. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> (共通のプロパティ)</a></li>
902 <li><a class="reference internal" href="#object-type">7.3.42.5.4. <code class="docutils literal notranslate"><span class="pre">OBJECT_TYPE</span></code></a></li>
903 <li><a class="reference internal" href="#flags">7.3.42.5.5. <code class="docutils literal notranslate"><span class="pre">FLAGS</span></code></a></li>
904 <li><a class="reference internal" href="#object-type-object-type-specific-properties">7.3.42.5.6. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;type&quot;</span></code> というオブジェクトの種類に固有のプロパティ)</a></li>
905 <li><a class="reference internal" href="#object-proc-object-type-specific-properties">7.3.42.5.7. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;proc&quot;</span></code> というオブジェクトの種類に固有のプロパティ)</a></li>
906 <li><a class="reference internal" href="#object-table-object-types-specific-properties">7.3.42.5.8. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;table:*&quot;</span></code> というオブジェクトの種類に固有のプロパティ)</a></li>
907 <li><a class="reference internal" href="#range">7.3.42.5.9. <code class="docutils literal notranslate"><span class="pre">RANGE</span></code></a></li>
908 <li><a class="reference internal" href="#token-filters">7.3.42.5.10. <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code></a></li>
909 <li><a class="reference internal" href="#object-column-object-types-specific-properties">7.3.42.5.11. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;column:*&quot;</span></code> というオブジェクトの種類に固有のプロパティ)</a></li>
910 <li><a class="reference internal" href="#object-column-index-object-type-specific-properties">7.3.42.5.12. <code class="docutils literal notranslate"><span class="pre">OBJECT</span></code> ( <code class="docutils literal notranslate"><span class="pre">&quot;column:index&quot;</span></code> というオブジェクトの種類に固有のプロパティ)</a></li>
911 <li><a class="reference internal" href="#sources">7.3.42.5.13. <code class="docutils literal notranslate"><span class="pre">SOURCES</span></code></a></li>
912912 </ul>
913913 </li>
914 <li><a class="reference internal" href="#see-also">7.3.41.6. 参考</a></li>
914 <li><a class="reference internal" href="#see-also">7.3.42.6. 参考</a></li>
915915 </ul>
916916 </li>
917917 </ul>
918918
919919 <h4>前のトピックへ</h4>
920920 <p class="topless"><a href="object_inspect.html"
921 title="前の章へ"><span class="section-number">7.3.40. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></p>
921 title="前の章へ"><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></p>
922922 <h4>次のトピックへ</h4>
923923 <p class="topless"><a href="object_remove.html"
924 title="次の章へ"><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></p>
924 title="次の章へ"><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></p>
925925 <div id="searchbox" style="display: none" role="search">
926926 <h3 id="searchlabel">クイック検索</h3>
927927 <div class="searchformwrapper">
943943 <a href="../../genindex.html" title="総合索引"
944944 >索引</a></li>
945945 <li class="right" >
946 <a href="object_remove.html" title="7.3.42. object_remove"
946 <a href="object_remove.html" title="7.3.43. object_remove"
947947 >次へ</a> |</li>
948948 <li class="right" >
949 <a href="object_inspect.html" title="7.3.40. object_inspect"
949 <a href="object_inspect.html" title="7.3.41. object_inspect"
950950 >前へ</a> |</li>
951 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
951 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
952952 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
953953 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
954 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
954 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
955955 </ul>
956956 </div>
957957 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.42. object_remove &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.43. object_remove &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.43. plugin_register" href="plugin_register.html" />
23 <link rel="prev" title="7.3.41. object_list" href="object_list.html" />
22 <link rel="next" title="7.3.44. plugin_register" href="plugin_register.html" />
23 <link rel="prev" title="7.3.42. object_list" href="object_list.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="plugin_register.html" title="7.3.43. plugin_register"
49 <a href="plugin_register.html" title="7.3.44. plugin_register"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="object_list.html" title="7.3.41. object_list"
52 <a href="object_list.html" title="7.3.42. object_list"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="object-remove">
67 <h1><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code><a class="headerlink" href="#object-remove" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code><a class="headerlink" href="#object-remove" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.42.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.43.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 6.0.0 で追加.</span></p>
7272 </div>
7575 <p><code class="docutils literal notranslate"><span class="pre">object_remove</span></code> には「強制モード」があります。「強制モード」を使うと壊れたオブジェクトを削除できます。「強制モード」は <a class="reference internal" href="../executables/grndb.html"><span class="doc">grndb</span></a> が報告した問題を解決するために有用です。</p>
7676 </div>
7777 <div class="section" id="syntax">
78 <h2><span class="section-number">7.3.42.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
78 <h2><span class="section-number">7.3.43.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7979 <p>このコマンドには2つの引数があります。:</p>
8080 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>object_remove name
8181 [force=no]
8383 </div>
8484 </div>
8585 <div class="section" id="usage">
86 <h2><span class="section-number">7.3.42.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
86 <h2><span class="section-number">7.3.43.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8787 <p><code class="docutils literal notranslate"><span class="pre">name</span></code> で指定したデータベース内のオブジェクトを削除できます。</p>
8888 <p>実行例:</p>
8989 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>object_remove Users
168168 <p><code class="docutils literal notranslate"><span class="pre">--force</span> <span class="pre">yes</span></code> は「強制モード」を有効にするという意味です。「強制モード」では壊れたオブジェクトを削除することができます。</p>
169169 </div>
170170 <div class="section" id="parameters">
171 <h2><span class="section-number">7.3.42.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
171 <h2><span class="section-number">7.3.43.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
172172 <p>このセクションではすべての引数について説明します。</p>
173173 <div class="section" id="required-parameters">
174 <h3><span class="section-number">7.3.42.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
174 <h3><span class="section-number">7.3.43.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
175175 <p>必須の引数は1つです。</p>
176176 <div class="section" id="name">
177 <span id="object-remove-name"></span><h4><span class="section-number">7.3.42.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h4>
177 <span id="object-remove-name"></span><h4><span class="section-number">7.3.43.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h4>
178178 <p>削除するテーブルの名前を指定します。</p>
179179 <p>カラムを削除したいときは、次のように <code class="docutils literal notranslate"><span class="pre">テーブル名.カラム名</span></code> という書式を使ってください。</p>
180180 <p>実行例:</p>
190190 </div>
191191 </div>
192192 <div class="section" id="optional-parameters">
193 <h3><span class="section-number">7.3.42.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
193 <h3><span class="section-number">7.3.43.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
194194 <p>省略可能な引数が1つあります。</p>
195195 <div class="section" id="force">
196 <h4><span class="section-number">7.3.42.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">force</span></code><a class="headerlink" href="#force" title="このヘッドラインへのパーマリンク">¶</a></h4>
196 <h4><span class="section-number">7.3.43.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">force</span></code><a class="headerlink" href="#force" title="このヘッドラインへのパーマリンク">¶</a></h4>
197197 <p>「強制モード」でオブジェクトを削除するかどうかを指定します。</p>
198198 <p>デフォルトでは壊れたオブジェクトを削除できません。しかし、「強制モード」を使えば壊れたオブジェクトを削除できます。</p>
199199 <p><code class="docutils literal notranslate"><span class="pre">force</span></code> の値は <code class="docutils literal notranslate"><span class="pre">yes</span></code> または <code class="docutils literal notranslate"><span class="pre">no</span></code> でなければいけません。 <code class="docutils literal notranslate"><span class="pre">yes</span></code> は「強制モード」を有効にするという意味です。 <code class="docutils literal notranslate"><span class="pre">no</span></code> は「強制モード」を無効にするという意味です。</p>
202202 </div>
203203 </div>
204204 <div class="section" id="return-value">
205 <h2><span class="section-number">7.3.42.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
205 <h2><span class="section-number">7.3.43.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
206206 <p>エラーなしでデータベース内に指定した名前のオブジェクトを削除したときはボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります。例:</p>
207207 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
208208 </pre></div>
225225 <div class="sphinxsidebarwrapper">
226226 <h3><a href="../../index.html">目次</a></h3>
227227 <ul>
228 <li><a class="reference internal" href="#">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a><ul>
229 <li><a class="reference internal" href="#summary">7.3.42.1. 概要</a></li>
230 <li><a class="reference internal" href="#syntax">7.3.42.2. 構文</a></li>
231 <li><a class="reference internal" href="#usage">7.3.42.3. 使い方</a></li>
232 <li><a class="reference internal" href="#parameters">7.3.42.4. 引数</a><ul>
233 <li><a class="reference internal" href="#required-parameters">7.3.42.4.1. 必須引数</a><ul>
234 <li><a class="reference internal" href="#name">7.3.42.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
235 </ul>
236 </li>
237 <li><a class="reference internal" href="#optional-parameters">7.3.42.4.2. 省略可能引数</a><ul>
238 <li><a class="reference internal" href="#force">7.3.42.4.2.1. <code class="docutils literal notranslate"><span class="pre">force</span></code></a></li>
239 </ul>
240 </li>
241 </ul>
242 </li>
243 <li><a class="reference internal" href="#return-value">7.3.42.5. 戻り値</a></li>
228 <li><a class="reference internal" href="#">7.3.43. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a><ul>
229 <li><a class="reference internal" href="#summary">7.3.43.1. 概要</a></li>
230 <li><a class="reference internal" href="#syntax">7.3.43.2. 構文</a></li>
231 <li><a class="reference internal" href="#usage">7.3.43.3. 使い方</a></li>
232 <li><a class="reference internal" href="#parameters">7.3.43.4. 引数</a><ul>
233 <li><a class="reference internal" href="#required-parameters">7.3.43.4.1. 必須引数</a><ul>
234 <li><a class="reference internal" href="#name">7.3.43.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
235 </ul>
236 </li>
237 <li><a class="reference internal" href="#optional-parameters">7.3.43.4.2. 省略可能引数</a><ul>
238 <li><a class="reference internal" href="#force">7.3.43.4.2.1. <code class="docutils literal notranslate"><span class="pre">force</span></code></a></li>
239 </ul>
240 </li>
241 </ul>
242 </li>
243 <li><a class="reference internal" href="#return-value">7.3.43.5. 戻り値</a></li>
244244 </ul>
245245 </li>
246246 </ul>
247247
248248 <h4>前のトピックへ</h4>
249249 <p class="topless"><a href="object_list.html"
250 title="前の章へ"><span class="section-number">7.3.41. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></p>
250 title="前の章へ"><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></p>
251251 <h4>次のトピックへ</h4>
252252 <p class="topless"><a href="plugin_register.html"
253 title="次の章へ"><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></p>
253 title="次の章へ"><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></p>
254254 <div id="searchbox" style="display: none" role="search">
255255 <h3 id="searchlabel">クイック検索</h3>
256256 <div class="searchformwrapper">
272272 <a href="../../genindex.html" title="総合索引"
273273 >索引</a></li>
274274 <li class="right" >
275 <a href="plugin_register.html" title="7.3.43. plugin_register"
275 <a href="plugin_register.html" title="7.3.44. plugin_register"
276276 >次へ</a> |</li>
277277 <li class="right" >
278 <a href="object_list.html" title="7.3.41. object_list"
278 <a href="object_list.html" title="7.3.42. object_list"
279279 >前へ</a> |</li>
280 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
280 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
281281 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
282282 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
283 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
283 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
284284 </ul>
285285 </div>
286286 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.43. plugin_register &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.44. plugin_register &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.44. plugin_unregister" href="plugin_unregister.html" />
23 <link rel="prev" title="7.3.42. object_remove" href="object_remove.html" />
22 <link rel="next" title="7.3.45. plugin_unregister" href="plugin_unregister.html" />
23 <link rel="prev" title="7.3.43. object_remove" href="object_remove.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="plugin_unregister.html" title="7.3.44. plugin_unregister"
49 <a href="plugin_unregister.html" title="7.3.45. plugin_unregister"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="object_remove.html" title="7.3.42. object_remove"
52 <a href="object_remove.html" title="7.3.43. object_remove"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="plugin-register">
67 <h1><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code><a class="headerlink" href="#plugin-register" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code><a class="headerlink" href="#plugin-register" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="versionadded">
6969 <p><span class="versionmodified added">バージョン 5.0.1 で追加.</span></p>
7070 </div>
7171 <div class="section" id="summary">
72 <h2><span class="section-number">7.3.43.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
72 <h2><span class="section-number">7.3.44.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7373 <p><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code> コマンドはプラグインを登録します。プラグインを使う前にプラグインを登録する必要があります。</p>
7474 <p>同じデータベースに対しては1つのプラグインについて一度だけ <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code> コマンドを実行すれば十分です。これは、登録されたプラグイン情報はデータベースに記録されているからです。 <code class="docutils literal notranslate"><span class="pre">groonga</span></code> プロセスを再起動したときは、 <code class="docutils literal notranslate"><span class="pre">register</span></code> コマンドを実行しなくてもすでに登録されているプラグインを読み込みます。</p>
7575 <p><a class="reference internal" href="plugin_unregister.html"><span class="doc">plugin_unregister</span></a> でプラグインの登録を解除することができます。</p>
7676 </div>
7777 <div class="section" id="syntax">
78 <h2><span class="section-number">7.3.43.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
78 <h2><span class="section-number">7.3.44.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7979 <p>このコマンドの引数は1つで必須です:</p>
8080 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register name
8181 </pre></div>
8282 </div>
8383 </div>
8484 <div class="section" id="usage">
85 <h2><span class="section-number">7.3.43.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
85 <h2><span class="section-number">7.3.44.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8686 <p>これは <code class="docutils literal notranslate"><span class="pre">${PREFIX}/lib/groonga/plugins/query_expanders/tsv.so</span></code> に含まれている <code class="docutils literal notranslate"><span class="pre">QueryExpanderTSV</span></code> クエリー展開オブジェクトを登録する例です。</p>
8787 <p>実行例:</p>
8888 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register query_expanders/tsv
9393 <p><code class="docutils literal notranslate"><span class="pre">plugin_register</span> <span class="pre">/usr/lib/groonga/plugins/query_expanders/tsv.so</span></code> というように絶対パスを指定することもできます。</p>
9494 </div>
9595 <div class="section" id="return-value">
96 <h2><span class="section-number">7.3.43.4. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
96 <h2><span class="section-number">7.3.44.4. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
9797 <p><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code> が成功したときは以下のようにボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります:</p>
9898 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
9999 </pre></div>
102102 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
103103 </div>
104104 <div class="section" id="see-also">
105 <h2><span class="section-number">7.3.43.5. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
105 <h2><span class="section-number">7.3.44.5. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
106106 <ul class="simple">
107107 <li><p><a class="reference internal" href="plugin_unregister.html"><span class="doc">plugin_unregister</span></a></p></li>
108108 </ul>
118118 <div class="sphinxsidebarwrapper">
119119 <h3><a href="../../index.html">目次</a></h3>
120120 <ul>
121 <li><a class="reference internal" href="#">7.3.43. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a><ul>
122 <li><a class="reference internal" href="#summary">7.3.43.1. 概要</a></li>
123 <li><a class="reference internal" href="#syntax">7.3.43.2. 構文</a></li>
124 <li><a class="reference internal" href="#usage">7.3.43.3. 使い方</a></li>
125 <li><a class="reference internal" href="#return-value">7.3.43.4. 戻り値</a></li>
126 <li><a class="reference internal" href="#see-also">7.3.43.5. 参考</a></li>
121 <li><a class="reference internal" href="#">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a><ul>
122 <li><a class="reference internal" href="#summary">7.3.44.1. 概要</a></li>
123 <li><a class="reference internal" href="#syntax">7.3.44.2. 構文</a></li>
124 <li><a class="reference internal" href="#usage">7.3.44.3. 使い方</a></li>
125 <li><a class="reference internal" href="#return-value">7.3.44.4. 戻り値</a></li>
126 <li><a class="reference internal" href="#see-also">7.3.44.5. 参考</a></li>
127127 </ul>
128128 </li>
129129 </ul>
130130
131131 <h4>前のトピックへ</h4>
132132 <p class="topless"><a href="object_remove.html"
133 title="前の章へ"><span class="section-number">7.3.42. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></p>
133 title="前の章へ"><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></p>
134134 <h4>次のトピックへ</h4>
135135 <p class="topless"><a href="plugin_unregister.html"
136 title="次の章へ"><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></p>
136 title="次の章へ"><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></p>
137137 <div id="searchbox" style="display: none" role="search">
138138 <h3 id="searchlabel">クイック検索</h3>
139139 <div class="searchformwrapper">
155155 <a href="../../genindex.html" title="総合索引"
156156 >索引</a></li>
157157 <li class="right" >
158 <a href="plugin_unregister.html" title="7.3.44. plugin_unregister"
158 <a href="plugin_unregister.html" title="7.3.45. plugin_unregister"
159159 >次へ</a> |</li>
160160 <li class="right" >
161 <a href="object_remove.html" title="7.3.42. object_remove"
161 <a href="object_remove.html" title="7.3.43. object_remove"
162162 >前へ</a> |</li>
163 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
163 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
164164 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
165165 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
166 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
166 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
167167 </ul>
168168 </div>
169169 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.44. plugin_unregister &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.45. plugin_unregister &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.45. query_expand" href="query_expand.html" />
23 <link rel="prev" title="7.3.43. plugin_register" href="plugin_register.html" />
22 <link rel="next" title="7.3.46. query_expand" href="query_expand.html" />
23 <link rel="prev" title="7.3.44. plugin_register" href="plugin_register.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="query_expand.html" title="7.3.45. query_expand"
49 <a href="query_expand.html" title="7.3.46. query_expand"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="plugin_register.html" title="7.3.43. plugin_register"
52 <a href="plugin_register.html" title="7.3.44. plugin_register"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="plugin-unregister">
67 <h1><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code><a class="headerlink" href="#plugin-unregister" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code><a class="headerlink" href="#plugin-unregister" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="admonition note">
6969 <p class="admonition-title">注釈</p>
7070 <p>このコマンドは実験的な機能です。</p>
7373 <p><span class="versionmodified added">バージョン 5.0.1 で追加.</span></p>
7474 </div>
7575 <div class="section" id="summary">
76 <h2><span class="section-number">7.3.44.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
76 <h2><span class="section-number">7.3.45.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7777 <p><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code> コマンドはプラグインの登録を解除します。</p>
7878 </div>
7979 <div class="section" id="syntax">
80 <h2><span class="section-number">7.3.44.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
80 <h2><span class="section-number">7.3.45.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8181 <p>このコマンドの引数は1つで必須です:</p>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_unregister name
8383 </pre></div>
8484 </div>
8585 </div>
8686 <div class="section" id="usage">
87 <h2><span class="section-number">7.3.44.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
87 <h2><span class="section-number">7.3.45.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8888 <p>これは <code class="docutils literal notranslate"><span class="pre">${PREFIX}/lib/groonga/plugins/query_expanders/tsv.so</span></code> に含まれている <code class="docutils literal notranslate"><span class="pre">QueryExpanderTSV</span></code> クエリー展開オブジェクトの登録を解除する例です。</p>
8989 <p>実行例:</p>
9090 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_unregister query_expanders/tsv
9595 <p><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span> <span class="pre">/usr/lib/groonga/plugins/query_expanders/tsv.so</span></code> というように絶対パスを指定することもできます。</p>
9696 </div>
9797 <div class="section" id="return-value">
98 <h2><span class="section-number">7.3.44.4. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
98 <h2><span class="section-number">7.3.45.4. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
9999 <p><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code> が成功したときは以下のようにボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります:</p>
100100 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
101101 </pre></div>
104104 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
105105 </div>
106106 <div class="section" id="see-also">
107 <h2><span class="section-number">7.3.44.5. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
107 <h2><span class="section-number">7.3.45.5. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
108108 <ul class="simple">
109109 <li><p><a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a></p></li>
110110 </ul>
120120 <div class="sphinxsidebarwrapper">
121121 <h3><a href="../../index.html">目次</a></h3>
122122 <ul>
123 <li><a class="reference internal" href="#">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a><ul>
124 <li><a class="reference internal" href="#summary">7.3.44.1. 概要</a></li>
125 <li><a class="reference internal" href="#syntax">7.3.44.2. 構文</a></li>
126 <li><a class="reference internal" href="#usage">7.3.44.3. 使い方</a></li>
127 <li><a class="reference internal" href="#return-value">7.3.44.4. 戻り値</a></li>
128 <li><a class="reference internal" href="#see-also">7.3.44.5. 参考</a></li>
123 <li><a class="reference internal" href="#">7.3.45. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a><ul>
124 <li><a class="reference internal" href="#summary">7.3.45.1. 概要</a></li>
125 <li><a class="reference internal" href="#syntax">7.3.45.2. 構文</a></li>
126 <li><a class="reference internal" href="#usage">7.3.45.3. 使い方</a></li>
127 <li><a class="reference internal" href="#return-value">7.3.45.4. 戻り値</a></li>
128 <li><a class="reference internal" href="#see-also">7.3.45.5. 参考</a></li>
129129 </ul>
130130 </li>
131131 </ul>
132132
133133 <h4>前のトピックへ</h4>
134134 <p class="topless"><a href="plugin_register.html"
135 title="前の章へ"><span class="section-number">7.3.43. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></p>
135 title="前の章へ"><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></p>
136136 <h4>次のトピックへ</h4>
137137 <p class="topless"><a href="query_expand.html"
138 title="次の章へ"><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></p>
138 title="次の章へ"><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></p>
139139 <div id="searchbox" style="display: none" role="search">
140140 <h3 id="searchlabel">クイック検索</h3>
141141 <div class="searchformwrapper">
157157 <a href="../../genindex.html" title="総合索引"
158158 >索引</a></li>
159159 <li class="right" >
160 <a href="query_expand.html" title="7.3.45. query_expand"
160 <a href="query_expand.html" title="7.3.46. query_expand"
161161 >次へ</a> |</li>
162162 <li class="right" >
163 <a href="plugin_register.html" title="7.3.43. plugin_register"
163 <a href="plugin_register.html" title="7.3.44. plugin_register"
164164 >前へ</a> |</li>
165 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
165 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
166166 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
167167 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
168 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
168 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
169169 </ul>
170170 </div>
171171 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.45. query_expand &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.46. query_expand &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.46. quit" href="quit.html" />
23 <link rel="prev" title="7.3.44. plugin_unregister" href="plugin_unregister.html" />
22 <link rel="next" title="7.3.47. quit" href="quit.html" />
23 <link rel="prev" title="7.3.45. plugin_unregister" href="plugin_unregister.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="quit.html" title="7.3.46. quit"
49 <a href="quit.html" title="7.3.47. quit"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="plugin_unregister.html" title="7.3.44. plugin_unregister"
52 <a href="plugin_unregister.html" title="7.3.45. plugin_unregister"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="query-expand">
67 <h1><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code><a class="headerlink" href="#query-expand" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code><a class="headerlink" href="#query-expand" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.45.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.46.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 6.0.5 で追加.</span></p>
7272 </div>
7373 </div>
7474 <div class="section" id="syntax">
75 <h2><span class="section-number">7.3.45.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
75 <h2><span class="section-number">7.3.46.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7676 </div>
7777 <div class="section" id="usage">
78 <h2><span class="section-number">7.3.45.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
78 <h2><span class="section-number">7.3.46.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
7979 </div>
8080 <div class="section" id="parameters">
81 <h2><span class="section-number">7.3.45.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
81 <h2><span class="section-number">7.3.46.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
8282 <p>このセクションではすべての引数について説明します。</p>
8383 <div class="section" id="required-parameters">
84 <h3><span class="section-number">7.3.45.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
84 <h3><span class="section-number">7.3.46.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
8585 </div>
8686 <div class="section" id="optional-parameters">
87 <h3><span class="section-number">7.3.45.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
87 <h3><span class="section-number">7.3.46.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
8888 </div>
8989 </div>
9090 <div class="section" id="return-value">
91 <h2><span class="section-number">7.3.45.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
91 <h2><span class="section-number">7.3.46.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
9292 </div>
9393 <div class="section" id="see-also">
94 <h2><span class="section-number">7.3.45.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
94 <h2><span class="section-number">7.3.46.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
9595 </div>
9696 </div>
9797
104104 <div class="sphinxsidebarwrapper">
105105 <h3><a href="../../index.html">目次</a></h3>
106106 <ul>
107 <li><a class="reference internal" href="#">7.3.45. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a><ul>
108 <li><a class="reference internal" href="#summary">7.3.45.1. 概要</a></li>
109 <li><a class="reference internal" href="#syntax">7.3.45.2. 構文</a></li>
110 <li><a class="reference internal" href="#usage">7.3.45.3. 使い方</a></li>
111 <li><a class="reference internal" href="#parameters">7.3.45.4. 引数</a><ul>
112 <li><a class="reference internal" href="#required-parameters">7.3.45.4.1. 必須引数</a></li>
113 <li><a class="reference internal" href="#optional-parameters">7.3.45.4.2. 省略可能引数</a></li>
107 <li><a class="reference internal" href="#">7.3.46. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a><ul>
108 <li><a class="reference internal" href="#summary">7.3.46.1. 概要</a></li>
109 <li><a class="reference internal" href="#syntax">7.3.46.2. 構文</a></li>
110 <li><a class="reference internal" href="#usage">7.3.46.3. 使い方</a></li>
111 <li><a class="reference internal" href="#parameters">7.3.46.4. 引数</a><ul>
112 <li><a class="reference internal" href="#required-parameters">7.3.46.4.1. 必須引数</a></li>
113 <li><a class="reference internal" href="#optional-parameters">7.3.46.4.2. 省略可能引数</a></li>
114114 </ul>
115115 </li>
116 <li><a class="reference internal" href="#return-value">7.3.45.5. 戻り値</a></li>
117 <li><a class="reference internal" href="#see-also">7.3.45.6. 参考</a></li>
116 <li><a class="reference internal" href="#return-value">7.3.46.5. 戻り値</a></li>
117 <li><a class="reference internal" href="#see-also">7.3.46.6. 参考</a></li>
118118 </ul>
119119 </li>
120120 </ul>
121121
122122 <h4>前のトピックへ</h4>
123123 <p class="topless"><a href="plugin_unregister.html"
124 title="前の章へ"><span class="section-number">7.3.44. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></p>
124 title="前の章へ"><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></p>
125125 <h4>次のトピックへ</h4>
126126 <p class="topless"><a href="quit.html"
127 title="次の章へ"><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></p>
127 title="次の章へ"><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></p>
128128 <div id="searchbox" style="display: none" role="search">
129129 <h3 id="searchlabel">クイック検索</h3>
130130 <div class="searchformwrapper">
146146 <a href="../../genindex.html" title="総合索引"
147147 >索引</a></li>
148148 <li class="right" >
149 <a href="quit.html" title="7.3.46. quit"
149 <a href="quit.html" title="7.3.47. quit"
150150 >次へ</a> |</li>
151151 <li class="right" >
152 <a href="plugin_unregister.html" title="7.3.44. plugin_unregister"
152 <a href="plugin_unregister.html" title="7.3.45. plugin_unregister"
153153 >前へ</a> |</li>
154 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
154 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
155155 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
156156 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
157 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
157 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
158158 </ul>
159159 </div>
160160 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.46. quit &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.47. quit &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.47. range_filter" href="range_filter.html" />
23 <link rel="prev" title="7.3.45. query_expand" href="query_expand.html" />
22 <link rel="next" title="7.3.48. range_filter" href="range_filter.html" />
23 <link rel="prev" title="7.3.46. query_expand" href="query_expand.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="range_filter.html" title="7.3.47. range_filter"
49 <a href="range_filter.html" title="7.3.48. range_filter"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="query_expand.html" title="7.3.45. query_expand"
52 <a href="query_expand.html" title="7.3.46. query_expand"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="quit">
67 <h1><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code><a class="headerlink" href="#quit" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code><a class="headerlink" href="#quit" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.46.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.47.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p>quit - セッション終了</p>
7171 <p>Groonga組込コマンドの一つであるquitについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
7272 <p>quitは、groongaプロセスとのセッションを終了します。クライアントプロセスならばgroongaプロセスとの接続を切ります。</p>
7373 </div>
7474 <div class="section" id="syntax">
75 <h2><span class="section-number">7.3.46.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
75 <h2><span class="section-number">7.3.47.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7676 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>quit
7777 </pre></div>
7878 </div>
7979 </div>
8080 <div class="section" id="usage">
81 <h2><span class="section-number">7.3.46.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
81 <h2><span class="section-number">7.3.47.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8282 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>quit
8383 </pre></div>
8484 </div>
8585 </div>
8686 <div class="section" id="parameters">
87 <h2><span class="section-number">7.3.46.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
87 <h2><span class="section-number">7.3.47.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
8888 <p>ありません。</p>
8989 </div>
9090 <div class="section" id="return-value">
91 <h2><span class="section-number">7.3.46.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
91 <h2><span class="section-number">7.3.47.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
9292 <p>ありません。</p>
9393 </div>
9494 </div>
102102 <div class="sphinxsidebarwrapper">
103103 <h3><a href="../../index.html">目次</a></h3>
104104 <ul>
105 <li><a class="reference internal" href="#">7.3.46. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a><ul>
106 <li><a class="reference internal" href="#summary">7.3.46.1. 概要</a></li>
107 <li><a class="reference internal" href="#syntax">7.3.46.2. 構文</a></li>
108 <li><a class="reference internal" href="#usage">7.3.46.3. 使い方</a></li>
109 <li><a class="reference internal" href="#parameters">7.3.46.4. 引数</a></li>
110 <li><a class="reference internal" href="#return-value">7.3.46.5. 戻り値</a></li>
105 <li><a class="reference internal" href="#">7.3.47. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a><ul>
106 <li><a class="reference internal" href="#summary">7.3.47.1. 概要</a></li>
107 <li><a class="reference internal" href="#syntax">7.3.47.2. 構文</a></li>
108 <li><a class="reference internal" href="#usage">7.3.47.3. 使い方</a></li>
109 <li><a class="reference internal" href="#parameters">7.3.47.4. 引数</a></li>
110 <li><a class="reference internal" href="#return-value">7.3.47.5. 戻り値</a></li>
111111 </ul>
112112 </li>
113113 </ul>
114114
115115 <h4>前のトピックへ</h4>
116116 <p class="topless"><a href="query_expand.html"
117 title="前の章へ"><span class="section-number">7.3.45. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></p>
117 title="前の章へ"><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></p>
118118 <h4>次のトピックへ</h4>
119119 <p class="topless"><a href="range_filter.html"
120 title="次の章へ"><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></p>
120 title="次の章へ"><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></p>
121121 <div id="searchbox" style="display: none" role="search">
122122 <h3 id="searchlabel">クイック検索</h3>
123123 <div class="searchformwrapper">
139139 <a href="../../genindex.html" title="総合索引"
140140 >索引</a></li>
141141 <li class="right" >
142 <a href="range_filter.html" title="7.3.47. range_filter"
142 <a href="range_filter.html" title="7.3.48. range_filter"
143143 >次へ</a> |</li>
144144 <li class="right" >
145 <a href="query_expand.html" title="7.3.45. query_expand"
145 <a href="query_expand.html" title="7.3.46. query_expand"
146146 >前へ</a> |</li>
147 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
147 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
148148 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
149149 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
150 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
150 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
151151 </ul>
152152 </div>
153153 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.47. range_filter &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.48. range_filter &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.48. reference_acquire" href="reference_acquire.html" />
23 <link rel="prev" title="7.3.46. quit" href="quit.html" />
22 <link rel="next" title="7.3.49. reference_acquire" href="reference_acquire.html" />
23 <link rel="prev" title="7.3.47. quit" href="quit.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="reference_acquire.html" title="7.3.48. reference_acquire"
49 <a href="reference_acquire.html" title="7.3.49. reference_acquire"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="quit.html" title="7.3.46. quit"
52 <a href="quit.html" title="7.3.47. quit"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="range-filter">
67 <h1><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code><a class="headerlink" href="#range-filter" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code><a class="headerlink" href="#range-filter" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.47.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.48.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p>TODO: write me</p>
7171 </div>
7272 <div class="section" id="syntax">
73 <h2><span class="section-number">7.3.47.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
73 <h2><span class="section-number">7.3.48.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7474 </div>
7575 <div class="section" id="usage">
76 <h2><span class="section-number">7.3.47.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
76 <h2><span class="section-number">7.3.48.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
7777 </div>
7878 <div class="section" id="return-value">
79 <h2><span class="section-number">7.3.47.4. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
79 <h2><span class="section-number">7.3.48.4. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
8080 </div>
8181 <div class="section" id="see-also">
82 <h2><span class="section-number">7.3.47.5. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
82 <h2><span class="section-number">7.3.48.5. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
8383 <ul class="simple">
8484 <li><p><a class="reference internal" href="select.html"><span class="doc">select</span></a></p></li>
8585 </ul>
9595 <div class="sphinxsidebarwrapper">
9696 <h3><a href="../../index.html">目次</a></h3>
9797 <ul>
98 <li><a class="reference internal" href="#">7.3.47. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a><ul>
99 <li><a class="reference internal" href="#summary">7.3.47.1. 概要</a></li>
100 <li><a class="reference internal" href="#syntax">7.3.47.2. 構文</a></li>
101 <li><a class="reference internal" href="#usage">7.3.47.3. 使い方</a></li>
102 <li><a class="reference internal" href="#return-value">7.3.47.4. 戻り値</a></li>
103 <li><a class="reference internal" href="#see-also">7.3.47.5. 参考</a></li>
98 <li><a class="reference internal" href="#">7.3.48. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a><ul>
99 <li><a class="reference internal" href="#summary">7.3.48.1. 概要</a></li>
100 <li><a class="reference internal" href="#syntax">7.3.48.2. 構文</a></li>
101 <li><a class="reference internal" href="#usage">7.3.48.3. 使い方</a></li>
102 <li><a class="reference internal" href="#return-value">7.3.48.4. 戻り値</a></li>
103 <li><a class="reference internal" href="#see-also">7.3.48.5. 参考</a></li>
104104 </ul>
105105 </li>
106106 </ul>
107107
108108 <h4>前のトピックへ</h4>
109109 <p class="topless"><a href="quit.html"
110 title="前の章へ"><span class="section-number">7.3.46. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></p>
110 title="前の章へ"><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">quit</span></code></a></p>
111111 <h4>次のトピックへ</h4>
112112 <p class="topless"><a href="reference_acquire.html"
113 title="次の章へ"><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></p>
113 title="次の章へ"><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></p>
114114 <div id="searchbox" style="display: none" role="search">
115115 <h3 id="searchlabel">クイック検索</h3>
116116 <div class="searchformwrapper">
132132 <a href="../../genindex.html" title="総合索引"
133133 >索引</a></li>
134134 <li class="right" >
135 <a href="reference_acquire.html" title="7.3.48. reference_acquire"
135 <a href="reference_acquire.html" title="7.3.49. reference_acquire"
136136 >次へ</a> |</li>
137137 <li class="right" >
138 <a href="quit.html" title="7.3.46. quit"
138 <a href="quit.html" title="7.3.47. quit"
139139 >前へ</a> |</li>
140 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
140 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
141141 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
142142 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
143 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
143 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
144144 </ul>
145145 </div>
146146 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.48. reference_acquire &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.49. reference_acquire &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.49. reference_release" href="reference_release.html" />
23 <link rel="prev" title="7.3.47. range_filter" href="range_filter.html" />
22 <link rel="next" title="7.3.50. reference_release" href="reference_release.html" />
23 <link rel="prev" title="7.3.48. range_filter" href="range_filter.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="reference_release.html" title="7.3.49. reference_release"
49 <a href="reference_release.html" title="7.3.50. reference_release"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="range_filter.html" title="7.3.47. range_filter"
52 <a href="range_filter.html" title="7.3.48. range_filter"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="reference-acquire">
67 <h1><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code><a class="headerlink" href="#reference-acquire" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code><a class="headerlink" href="#reference-acquire" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.48.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.49.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 10.0.4 で追加.</span></p>
7272 </div>
7777 <p><a class="reference internal" href="reference_release.html"><span class="doc">reference_release</span></a> を呼ぶ代わりに <a class="reference internal" href="#reference-acquire-auto-release-count"><span class="std std-ref">auto_release_count</span></a> を使うこともできます。 <a class="reference internal" href="#reference-acquire-auto-release-count"><span class="std std-ref">auto_release_count</span></a> を使うと増やした参照を自動で減らせます。しかし、適切な <a class="reference internal" href="#reference-acquire-auto-release-count"><span class="std std-ref">auto_release_count</span></a> を見つける必要があります。もし、大きすぎる数値を指定すると、自動クローズがなかなか動きません。もし、小さすぎる数値を指定すると、性能に影響がある操作が終わる前に自動クローズが動いてしまいます。</p>
7878 </div>
7979 <div class="section" id="syntax">
80 <h2><span class="section-number">7.3.48.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
80 <h2><span class="section-number">7.3.49.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8181 <p>このコマンドには2つの引数があります。</p>
8282 <p>すべての引数は省略可能です:</p>
8383 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>reference_acquire [target_name=null]
8787 </div>
8888 </div>
8989 <div class="section" id="usage">
90 <h2><span class="section-number">7.3.48.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
90 <h2><span class="section-number">7.3.49.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
9191 <p>引数無しで実行するとすべてのテーブル・カラムの参照を1つ増やすことができます。</p>
9292 <p>実行例:</p>
9393 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>reference_acquire
145145 </div>
146146 </div>
147147 <div class="section" id="parameters">
148 <h2><span class="section-number">7.3.48.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
148 <h2><span class="section-number">7.3.49.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
149149 <p>このセクションではすべての引数について説明します。</p>
150150 <div class="section" id="required-parameters">
151 <h3><span class="section-number">7.3.48.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
151 <h3><span class="section-number">7.3.49.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
152152 <p>必須の引数はありません。</p>
153153 </div>
154154 <div class="section" id="optional-parameters">
155 <h3><span class="section-number">7.3.48.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
155 <h3><span class="section-number">7.3.49.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
156156 <p>いくつか省略可能な引数があります。</p>
157157 <div class="section" id="target-name">
158 <span id="reference-acquire-target-name"></span><h4><span class="section-number">7.3.48.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
158 <span id="reference-acquire-target-name"></span><h4><span class="section-number">7.3.49.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
159159 <p>対象オブジェクトの名前を指定します。対象オブジェクトはデータベース、テーブル、カラムのどれかです。</p>
160160 <p>このパラメーターを省略すると、データベースが対象オブジェクトになります。</p>
161161 <p>実行例:</p>
177177 </div>
178178 </div>
179179 <div class="section" id="recursive">
180 <span id="reference-acquire-recursive"></span><h4><span class="section-number">7.3.48.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">recursive</span></code><a class="headerlink" href="#recursive" title="このヘッドラインへのパーマリンク">¶</a></h4>
180 <span id="reference-acquire-recursive"></span><h4><span class="section-number">7.3.49.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">recursive</span></code><a class="headerlink" href="#recursive" title="このヘッドラインへのパーマリンク">¶</a></h4>
181181 <p>書き出し対象オブジェクトの子オブジェクトも対象にするかどうかを指定します。</p>
182182 <p>データベースの子オブジェクトはすべてのテーブルとすべてのカラムです。</p>
183183 <p>テーブルの子オブジェクトはそのテーブルのすべてのカラムです。</p>
225225 </div>
226226 </div>
227227 <div class="section" id="auto-release-count">
228 <span id="reference-acquire-auto-release-count"></span><h4><span class="section-number">7.3.48.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">auto_release_count</span></code><a class="headerlink" href="#auto-release-count" title="このヘッドラインへのパーマリンク">¶</a></h4>
228 <span id="reference-acquire-auto-release-count"></span><h4><span class="section-number">7.3.49.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">auto_release_count</span></code><a class="headerlink" href="#auto-release-count" title="このヘッドラインへのパーマリンク">¶</a></h4>
229229 <div class="versionadded">
230230 <p><span class="versionmodified added">バージョン 10.0.9 で追加.</span></p>
231231 </div>
243243 </div>
244244 </div>
245245 <div class="section" id="return-value">
246 <h2><span class="section-number">7.3.48.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
246 <h2><span class="section-number">7.3.49.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
247247 <p>このコマンドが成功したときは以下のようにボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります:</p>
248248 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
249249 </pre></div>
262262 <div class="sphinxsidebarwrapper">
263263 <h3><a href="../../index.html">目次</a></h3>
264264 <ul>
265 <li><a class="reference internal" href="#">7.3.48. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a><ul>
266 <li><a class="reference internal" href="#summary">7.3.48.1. 概要</a></li>
267 <li><a class="reference internal" href="#syntax">7.3.48.2. 構文</a></li>
268 <li><a class="reference internal" href="#usage">7.3.48.3. 使い方</a></li>
269 <li><a class="reference internal" href="#parameters">7.3.48.4. 引数</a><ul>
270 <li><a class="reference internal" href="#required-parameters">7.3.48.4.1. 必須引数</a></li>
271 <li><a class="reference internal" href="#optional-parameters">7.3.48.4.2. 省略可能引数</a><ul>
272 <li><a class="reference internal" href="#target-name">7.3.48.4.2.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
273 <li><a class="reference internal" href="#recursive">7.3.48.4.2.2. <code class="docutils literal notranslate"><span class="pre">recursive</span></code></a></li>
274 <li><a class="reference internal" href="#auto-release-count">7.3.48.4.2.3. <code class="docutils literal notranslate"><span class="pre">auto_release_count</span></code></a></li>
265 <li><a class="reference internal" href="#">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a><ul>
266 <li><a class="reference internal" href="#summary">7.3.49.1. 概要</a></li>
267 <li><a class="reference internal" href="#syntax">7.3.49.2. 構文</a></li>
268 <li><a class="reference internal" href="#usage">7.3.49.3. 使い方</a></li>
269 <li><a class="reference internal" href="#parameters">7.3.49.4. 引数</a><ul>
270 <li><a class="reference internal" href="#required-parameters">7.3.49.4.1. 必須引数</a></li>
271 <li><a class="reference internal" href="#optional-parameters">7.3.49.4.2. 省略可能引数</a><ul>
272 <li><a class="reference internal" href="#target-name">7.3.49.4.2.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
273 <li><a class="reference internal" href="#recursive">7.3.49.4.2.2. <code class="docutils literal notranslate"><span class="pre">recursive</span></code></a></li>
274 <li><a class="reference internal" href="#auto-release-count">7.3.49.4.2.3. <code class="docutils literal notranslate"><span class="pre">auto_release_count</span></code></a></li>
275275 </ul>
276276 </li>
277277 </ul>
278278 </li>
279 <li><a class="reference internal" href="#return-value">7.3.48.5. 戻り値</a></li>
279 <li><a class="reference internal" href="#return-value">7.3.49.5. 戻り値</a></li>
280280 </ul>
281281 </li>
282282 </ul>
283283
284284 <h4>前のトピックへ</h4>
285285 <p class="topless"><a href="range_filter.html"
286 title="前の章へ"><span class="section-number">7.3.47. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></p>
286 title="前の章へ"><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></p>
287287 <h4>次のトピックへ</h4>
288288 <p class="topless"><a href="reference_release.html"
289 title="次の章へ"><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></p>
289 title="次の章へ"><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></p>
290290 <div id="searchbox" style="display: none" role="search">
291291 <h3 id="searchlabel">クイック検索</h3>
292292 <div class="searchformwrapper">
308308 <a href="../../genindex.html" title="総合索引"
309309 >索引</a></li>
310310 <li class="right" >
311 <a href="reference_release.html" title="7.3.49. reference_release"
311 <a href="reference_release.html" title="7.3.50. reference_release"
312312 >次へ</a> |</li>
313313 <li class="right" >
314 <a href="range_filter.html" title="7.3.47. range_filter"
314 <a href="range_filter.html" title="7.3.48. range_filter"
315315 >前へ</a> |</li>
316 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
316 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
317317 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
318318 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
319 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
319 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
320320 </ul>
321321 </div>
322322 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.49. reference_release &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.50. reference_release &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.50. register" href="register.html" />
23 <link rel="prev" title="7.3.48. reference_acquire" href="reference_acquire.html" />
22 <link rel="next" title="7.3.51. register" href="register.html" />
23 <link rel="prev" title="7.3.49. reference_acquire" href="reference_acquire.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="register.html" title="7.3.50. register"
49 <a href="register.html" title="7.3.51. register"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="reference_acquire.html" title="7.3.48. reference_acquire"
52 <a href="reference_acquire.html" title="7.3.49. reference_acquire"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="reference-release">
67 <h1><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code><a class="headerlink" href="#reference-release" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code><a class="headerlink" href="#reference-release" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.49.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.50.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 10.0.4 で追加.</span></p>
7272 </div>
7575 <p><a class="reference internal" href="reference_acquire.html"><span class="doc">reference_acquire</span></a> を実行したら対応する <code class="docutils literal notranslate"><span class="pre">reference_release</span></code> を実行しないといけません。もし、 <code class="docutils literal notranslate"><span class="pre">reference_release</span></code> を実行することを忘れると <a class="reference internal" href="reference_acquire.html"><span class="doc">reference_acquire</span></a> で参照したオブジェクトは決して自動でクローズされません。</p>
7676 </div>
7777 <div class="section" id="syntax">
78 <h2><span class="section-number">7.3.49.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
78 <h2><span class="section-number">7.3.50.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7979 <p>このコマンドには2つの引数があります。</p>
8080 <p>すべての引数は省略可能です:</p>
8181 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>reference_release [target_name=null]
8484 </div>
8585 </div>
8686 <div class="section" id="usage">
87 <h2><span class="section-number">7.3.49.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
87 <h2><span class="section-number">7.3.50.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8888 <p>使い方を示すために使うスキーマ定義は以下の通りです。</p>
8989 <p>実行例:</p>
9090 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Users TABLE_HASH_KEY ShortText
112112 </div>
113113 </div>
114114 <div class="section" id="parameters">
115 <h2><span class="section-number">7.3.49.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
115 <h2><span class="section-number">7.3.50.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
116116 <p>このセクションではすべての引数について説明します。</p>
117117 <div class="section" id="required-parameters">
118 <h3><span class="section-number">7.3.49.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
118 <h3><span class="section-number">7.3.50.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
119119 <p>必須の引数はありません。</p>
120120 </div>
121121 <div class="section" id="optional-parameters">
122 <h3><span class="section-number">7.3.49.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
122 <h3><span class="section-number">7.3.50.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
123123 <p>いくつか省略可能な引数があります。</p>
124124 <div class="section" id="target-name">
125 <span id="reference-release-target-name"></span><h4><span class="section-number">7.3.49.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
125 <span id="reference-release-target-name"></span><h4><span class="section-number">7.3.50.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
126126 <p>対象オブジェクトの名前を指定します。対象オブジェクトはデータベース、テーブル、カラムのどれかです。</p>
127127 <p>このパラメーターを省略すると、データベースが対象オブジェクトになります。</p>
128128 <p>実行例:</p>
144144 </div>
145145 </div>
146146 <div class="section" id="recursive">
147 <span id="reference-release-recursive"></span><h4><span class="section-number">7.3.49.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">recursive</span></code><a class="headerlink" href="#recursive" title="このヘッドラインへのパーマリンク">¶</a></h4>
147 <span id="reference-release-recursive"></span><h4><span class="section-number">7.3.50.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">recursive</span></code><a class="headerlink" href="#recursive" title="このヘッドラインへのパーマリンク">¶</a></h4>
148148 <p>書き出し対象オブジェクトの子オブジェクトも対象にするかどうかを指定します。</p>
149149 <p>詳細は <a class="reference internal" href="reference_acquire.html#reference-acquire-recursive"><span class="std std-ref">recursive</span></a> を見てください。</p>
150150 </div>
151151 </div>
152152 </div>
153153 <div class="section" id="return-value">
154 <h2><span class="section-number">7.3.49.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
154 <h2><span class="section-number">7.3.50.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
155155 <p>このコマンドが成功したときは以下のようにボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります:</p>
156156 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
157157 </pre></div>
170170 <div class="sphinxsidebarwrapper">
171171 <h3><a href="../../index.html">目次</a></h3>
172172 <ul>
173 <li><a class="reference internal" href="#">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a><ul>
174 <li><a class="reference internal" href="#summary">7.3.49.1. 概要</a></li>
175 <li><a class="reference internal" href="#syntax">7.3.49.2. 構文</a></li>
176 <li><a class="reference internal" href="#usage">7.3.49.3. 使い方</a></li>
177 <li><a class="reference internal" href="#parameters">7.3.49.4. 引数</a><ul>
178 <li><a class="reference internal" href="#required-parameters">7.3.49.4.1. 必須引数</a></li>
179 <li><a class="reference internal" href="#optional-parameters">7.3.49.4.2. 省略可能引数</a><ul>
180 <li><a class="reference internal" href="#target-name">7.3.49.4.2.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
181 <li><a class="reference internal" href="#recursive">7.3.49.4.2.2. <code class="docutils literal notranslate"><span class="pre">recursive</span></code></a></li>
173 <li><a class="reference internal" href="#">7.3.50. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a><ul>
174 <li><a class="reference internal" href="#summary">7.3.50.1. 概要</a></li>
175 <li><a class="reference internal" href="#syntax">7.3.50.2. 構文</a></li>
176 <li><a class="reference internal" href="#usage">7.3.50.3. 使い方</a></li>
177 <li><a class="reference internal" href="#parameters">7.3.50.4. 引数</a><ul>
178 <li><a class="reference internal" href="#required-parameters">7.3.50.4.1. 必須引数</a></li>
179 <li><a class="reference internal" href="#optional-parameters">7.3.50.4.2. 省略可能引数</a><ul>
180 <li><a class="reference internal" href="#target-name">7.3.50.4.2.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
181 <li><a class="reference internal" href="#recursive">7.3.50.4.2.2. <code class="docutils literal notranslate"><span class="pre">recursive</span></code></a></li>
182182 </ul>
183183 </li>
184184 </ul>
185185 </li>
186 <li><a class="reference internal" href="#return-value">7.3.49.5. 戻り値</a></li>
186 <li><a class="reference internal" href="#return-value">7.3.50.5. 戻り値</a></li>
187187 </ul>
188188 </li>
189189 </ul>
190190
191191 <h4>前のトピックへ</h4>
192192 <p class="topless"><a href="reference_acquire.html"
193 title="前の章へ"><span class="section-number">7.3.48. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></p>
193 title="前の章へ"><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></p>
194194 <h4>次のトピックへ</h4>
195195 <p class="topless"><a href="register.html"
196 title="次の章へ"><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></p>
196 title="次の章へ"><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></p>
197197 <div id="searchbox" style="display: none" role="search">
198198 <h3 id="searchlabel">クイック検索</h3>
199199 <div class="searchformwrapper">
215215 <a href="../../genindex.html" title="総合索引"
216216 >索引</a></li>
217217 <li class="right" >
218 <a href="register.html" title="7.3.50. register"
218 <a href="register.html" title="7.3.51. register"
219219 >次へ</a> |</li>
220220 <li class="right" >
221 <a href="reference_acquire.html" title="7.3.48. reference_acquire"
221 <a href="reference_acquire.html" title="7.3.49. reference_acquire"
222222 >前へ</a> |</li>
223 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
223 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
224224 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
225225 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
226 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
226 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
227227 </ul>
228228 </div>
229229 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.50. register &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.51. register &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.51. reindex" href="reindex.html" />
23 <link rel="prev" title="7.3.49. reference_release" href="reference_release.html" />
22 <link rel="next" title="7.3.52. reindex" href="reindex.html" />
23 <link rel="prev" title="7.3.50. reference_release" href="reference_release.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="reindex.html" title="7.3.51. reindex"
49 <a href="reindex.html" title="7.3.52. reindex"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="reference_release.html" title="7.3.49. reference_release"
52 <a href="reference_release.html" title="7.3.50. reference_release"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="register">
67 <h1><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">register</span></code><a class="headerlink" href="#register" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">register</span></code><a class="headerlink" href="#register" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="deprecated">
6969 <p><span class="versionmodified deprecated">バージョン 5.0.1 で非推奨: </span>Use <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> instead.</p>
7070 </div>
7171 <div class="section" id="summary">
72 <h2><span class="section-number">7.3.50.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
72 <h2><span class="section-number">7.3.51.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7373 <p><code class="docutils literal notranslate"><span class="pre">register</span></code> コマンドはプラグインを登録します。プラグインを使う前にプラグインを登録する必要があります。</p>
7474 <p>同じデータベースに対しては1つのプラグインについて一度だけ <cite>register`</cite> コマンドを実行すれば十分です。これは、登録されたプラグイン情報はデータベースに記録されているからです。 <code class="docutils literal notranslate"><span class="pre">groonga</span></code> プロセスを再起動したときは、 <code class="docutils literal notranslate"><span class="pre">register</span></code> コマンドを実行しなくてもすでに登録されているプラグインを読み込みます。</p>
7575 <div class="admonition note">
7979 </div>
8080 </div>
8181 <div class="section" id="syntax">
82 <h2><span class="section-number">7.3.50.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
82 <h2><span class="section-number">7.3.51.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8383 <p>このコマンドの引数は1つで必須です:</p>
8484 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>register path
8585 </pre></div>
8686 </div>
8787 </div>
8888 <div class="section" id="usage">
89 <h2><span class="section-number">7.3.50.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
89 <h2><span class="section-number">7.3.51.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
9090 <p>これは <code class="docutils literal notranslate"><span class="pre">${PREFIX}/lib/groonga/plugins/query_expanders/tsv.so</span></code> に含まれている <code class="docutils literal notranslate"><span class="pre">QueryExpanderTSV</span></code> クエリー展開オブジェクトを登録する例です。</p>
9191 <p>実行例:</p>
9292 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>register query_expanders/tsv
9797 <p><code class="docutils literal notranslate"><span class="pre">register</span> <span class="pre">/usr/lib/groonga/plugins/query_expanders/tsv.so</span></code> というように絶対パスを指定することもできます。</p>
9898 </div>
9999 <div class="section" id="return-value">
100 <h2><span class="section-number">7.3.50.4. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
100 <h2><span class="section-number">7.3.51.4. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
101101 <p><code class="docutils literal notranslate"><span class="pre">register</span></code> が成功したときは以下のようにボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります:</p>
102102 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
103103 </pre></div>
106106 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
107107 </div>
108108 <div class="section" id="see-also">
109 <h2><span class="section-number">7.3.50.5. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
109 <h2><span class="section-number">7.3.51.5. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
110110 <ul class="simple">
111111 <li><p><a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a></p></li>
112112 <li><p><a class="reference internal" href="plugin_unregister.html"><span class="doc">plugin_unregister</span></a></p></li>
123123 <div class="sphinxsidebarwrapper">
124124 <h3><a href="../../index.html">目次</a></h3>
125125 <ul>
126 <li><a class="reference internal" href="#">7.3.50. <code class="docutils literal notranslate"><span class="pre">register</span></code></a><ul>
127 <li><a class="reference internal" href="#summary">7.3.50.1. 概要</a></li>
128 <li><a class="reference internal" href="#syntax">7.3.50.2. 構文</a></li>
129 <li><a class="reference internal" href="#usage">7.3.50.3. 使い方</a></li>
130 <li><a class="reference internal" href="#return-value">7.3.50.4. 戻り値</a></li>
131 <li><a class="reference internal" href="#see-also">7.3.50.5. 参考</a></li>
126 <li><a class="reference internal" href="#">7.3.51. <code class="docutils literal notranslate"><span class="pre">register</span></code></a><ul>
127 <li><a class="reference internal" href="#summary">7.3.51.1. 概要</a></li>
128 <li><a class="reference internal" href="#syntax">7.3.51.2. 構文</a></li>
129 <li><a class="reference internal" href="#usage">7.3.51.3. 使い方</a></li>
130 <li><a class="reference internal" href="#return-value">7.3.51.4. 戻り値</a></li>
131 <li><a class="reference internal" href="#see-also">7.3.51.5. 参考</a></li>
132132 </ul>
133133 </li>
134134 </ul>
135135
136136 <h4>前のトピックへ</h4>
137137 <p class="topless"><a href="reference_release.html"
138 title="前の章へ"><span class="section-number">7.3.49. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></p>
138 title="前の章へ"><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></p>
139139 <h4>次のトピックへ</h4>
140140 <p class="topless"><a href="reindex.html"
141 title="次の章へ"><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></p>
141 title="次の章へ"><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></p>
142142 <div id="searchbox" style="display: none" role="search">
143143 <h3 id="searchlabel">クイック検索</h3>
144144 <div class="searchformwrapper">
160160 <a href="../../genindex.html" title="総合索引"
161161 >索引</a></li>
162162 <li class="right" >
163 <a href="reindex.html" title="7.3.51. reindex"
163 <a href="reindex.html" title="7.3.52. reindex"
164164 >次へ</a> |</li>
165165 <li class="right" >
166 <a href="reference_release.html" title="7.3.49. reference_release"
166 <a href="reference_release.html" title="7.3.50. reference_release"
167167 >前へ</a> |</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
168 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
169169 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
170170 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
171 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
171 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
172172 </ul>
173173 </div>
174174 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.51. reindex &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.52. reindex &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.52. request_cancel" href="request_cancel.html" />
23 <link rel="prev" title="7.3.50. register" href="register.html" />
22 <link rel="next" title="7.3.53. request_cancel" href="request_cancel.html" />
23 <link rel="prev" title="7.3.51. register" href="register.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="request_cancel.html" title="7.3.52. request_cancel"
49 <a href="request_cancel.html" title="7.3.53. request_cancel"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="register.html" title="7.3.50. register"
52 <a href="register.html" title="7.3.51. register"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="reindex">
67 <h1><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code><a class="headerlink" href="#reindex" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code><a class="headerlink" href="#reindex" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.51.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.52.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.1.0 で追加.</span></p>
7272 </div>
8282 </div>
8383 </div>
8484 <div class="section" id="syntax">
85 <h2><span class="section-number">7.3.51.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
85 <h2><span class="section-number">7.3.52.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8686 <p>このコマンドの引数は1つで省略できます:</p>
8787 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>reindex [target_name=null]
8888 </pre></div>
9090 <p><code class="docutils literal notranslate"><span class="pre">target_name</span></code> パラメーターを省略した場合は対象オブジェクトはデータベースになります。これは、データベース中のすべてのインデックスカラムを作りなおすという意味です。</p>
9191 </div>
9292 <div class="section" id="usage">
93 <h2><span class="section-number">7.3.51.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
93 <h2><span class="section-number">7.3.52.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
9494 <p>以下はデータベースの中のすべてのインデックスカラムを作り直す例です。</p>
9595 <p>実行例:</p>
9696 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>reindex
157157 </div>
158158 </div>
159159 <div class="section" id="parameters">
160 <h2><span class="section-number">7.3.51.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
160 <h2><span class="section-number">7.3.52.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
161161 <p>このセクションではすべての引数について説明します。</p>
162162 <div class="section" id="target-name">
163 <h3><span class="section-number">7.3.51.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h3>
163 <h3><span class="section-number">7.3.52.4.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h3>
164164 <p>テーブル名またはカラム名を指定します。</p>
165165 <p>指定しなかったら対象オブジェクトはデータベースになります。</p>
166166 <p>デフォルト値はありません。これは対象オブジェクトはデータベースになるということです。</p>
167167 </div>
168168 </div>
169169 <div class="section" id="return-value">
170 <h2><span class="section-number">7.3.51.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
170 <h2><span class="section-number">7.3.52.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
171171 <p><code class="docutils literal notranslate"><span class="pre">reindex</span></code> コマンドは作り直しが成功したかどうかを返します。:</p>
172172 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SUCCEEDED_OR_NOT]
173173 </pre></div>
192192 <div class="sphinxsidebarwrapper">
193193 <h3><a href="../../index.html">目次</a></h3>
194194 <ul>
195 <li><a class="reference internal" href="#">7.3.51. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a><ul>
196 <li><a class="reference internal" href="#summary">7.3.51.1. 概要</a></li>
197 <li><a class="reference internal" href="#syntax">7.3.51.2. 構文</a></li>
198 <li><a class="reference internal" href="#usage">7.3.51.3. 使い方</a></li>
199 <li><a class="reference internal" href="#parameters">7.3.51.4. 引数</a><ul>
200 <li><a class="reference internal" href="#target-name">7.3.51.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
195 <li><a class="reference internal" href="#">7.3.52. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a><ul>
196 <li><a class="reference internal" href="#summary">7.3.52.1. 概要</a></li>
197 <li><a class="reference internal" href="#syntax">7.3.52.2. 構文</a></li>
198 <li><a class="reference internal" href="#usage">7.3.52.3. 使い方</a></li>
199 <li><a class="reference internal" href="#parameters">7.3.52.4. 引数</a><ul>
200 <li><a class="reference internal" href="#target-name">7.3.52.4.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
201201 </ul>
202202 </li>
203 <li><a class="reference internal" href="#return-value">7.3.51.5. 戻り値</a></li>
203 <li><a class="reference internal" href="#return-value">7.3.52.5. 戻り値</a></li>
204204 </ul>
205205 </li>
206206 </ul>
207207
208208 <h4>前のトピックへ</h4>
209209 <p class="topless"><a href="register.html"
210 title="前の章へ"><span class="section-number">7.3.50. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></p>
210 title="前の章へ"><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">register</span></code></a></p>
211211 <h4>次のトピックへ</h4>
212212 <p class="topless"><a href="request_cancel.html"
213 title="次の章へ"><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></p>
213 title="次の章へ"><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></p>
214214 <div id="searchbox" style="display: none" role="search">
215215 <h3 id="searchlabel">クイック検索</h3>
216216 <div class="searchformwrapper">
232232 <a href="../../genindex.html" title="総合索引"
233233 >索引</a></li>
234234 <li class="right" >
235 <a href="request_cancel.html" title="7.3.52. request_cancel"
235 <a href="request_cancel.html" title="7.3.53. request_cancel"
236236 >次へ</a> |</li>
237237 <li class="right" >
238 <a href="register.html" title="7.3.50. register"
238 <a href="register.html" title="7.3.51. register"
239239 >前へ</a> |</li>
240 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
240 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
241241 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
242242 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
243 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
243 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
244244 </ul>
245245 </div>
246246 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.52. request_cancel &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.53. request_cancel &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.53. ruby_eval" href="ruby_eval.html" />
23 <link rel="prev" title="7.3.51. reindex" href="reindex.html" />
22 <link rel="next" title="7.3.54. ruby_eval" href="ruby_eval.html" />
23 <link rel="prev" title="7.3.52. reindex" href="reindex.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="ruby_eval.html" title="7.3.53. ruby_eval"
49 <a href="ruby_eval.html" title="7.3.54. ruby_eval"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="reindex.html" title="7.3.51. reindex"
52 <a href="reindex.html" title="7.3.52. reindex"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="request-cancel">
67 <h1><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code><a class="headerlink" href="#request-cancel" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code><a class="headerlink" href="#request-cancel" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.52.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.53.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 4.0.9 で追加.</span></p>
7272 </div>
8989 </div></blockquote>
9090 </div>
9191 <div class="section" id="syntax">
92 <h2><span class="section-number">7.3.52.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
92 <h2><span class="section-number">7.3.53.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
9393 <p>このコマンドの引数は1つで必須です:</p>
9494 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>request_cancel id
9595 </pre></div>
9696 </div>
9797 </div>
9898 <div class="section" id="usage">
99 <h2><span class="section-number">7.3.52.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
99 <h2><span class="section-number">7.3.53.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
100100 <p>以下は <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code> コマンドの使用例です:</p>
101101 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>$ curl &#39;http://localhost:10041/d/select?table=LargeTable&amp;filter=true&amp;request_id=unique-id-1&#39; &amp;
102102 # The above &quot;select&quot; takes a long time...
128128 </div>
129129 </div>
130130 <div class="section" id="parameters">
131 <h2><span class="section-number">7.3.52.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
131 <h2><span class="section-number">7.3.53.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
132132 <p>このセクションでは <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code> の引数について説明します。</p>
133133 <div class="section" id="required-parameters">
134 <h3><span class="section-number">7.3.52.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
134 <h3><span class="section-number">7.3.53.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
135135 <p><code class="docutils literal notranslate"><span class="pre">id</span></code> だけが必須の引数です。</p>
136136 <div class="section" id="id">
137 <h4><span class="section-number">7.3.52.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">id</span></code><a class="headerlink" href="#id" title="このヘッドラインへのパーマリンク">¶</a></h4>
137 <h4><span class="section-number">7.3.53.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">id</span></code><a class="headerlink" href="#id" title="このヘッドラインへのパーマリンク">¶</a></h4>
138138 <p>対象リクエストのIDを指定します。</p>
139139 </div>
140140 </div>
141141 </div>
142142 <div class="section" id="return-value">
143 <h2><span class="section-number">7.3.52.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
143 <h2><span class="section-number">7.3.53.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
144144 <p><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code> コマンドはキャンセルリクエストの結果を返します。:</p>
145145 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
146146 HEADER,
167167 </div></blockquote>
168168 </div>
169169 <div class="section" id="see-also">
170 <h2><span class="section-number">7.3.52.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
170 <h2><span class="section-number">7.3.53.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
171171 <ul class="simple">
172172 <li><p><a class="reference internal" href="../command/request_id.html"><span class="doc">リクエストID</span></a></p></li>
173173 </ul>
183183 <div class="sphinxsidebarwrapper">
184184 <h3><a href="../../index.html">目次</a></h3>
185185 <ul>
186 <li><a class="reference internal" href="#">7.3.52. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a><ul>
187 <li><a class="reference internal" href="#summary">7.3.52.1. 概要</a></li>
188 <li><a class="reference internal" href="#syntax">7.3.52.2. 構文</a></li>
189 <li><a class="reference internal" href="#usage">7.3.52.3. 使い方</a></li>
190 <li><a class="reference internal" href="#parameters">7.3.52.4. 引数</a><ul>
191 <li><a class="reference internal" href="#required-parameters">7.3.52.4.1. 必須引数</a><ul>
192 <li><a class="reference internal" href="#id">7.3.52.4.1.1. <code class="docutils literal notranslate"><span class="pre">id</span></code></a></li>
186 <li><a class="reference internal" href="#">7.3.53. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a><ul>
187 <li><a class="reference internal" href="#summary">7.3.53.1. 概要</a></li>
188 <li><a class="reference internal" href="#syntax">7.3.53.2. 構文</a></li>
189 <li><a class="reference internal" href="#usage">7.3.53.3. 使い方</a></li>
190 <li><a class="reference internal" href="#parameters">7.3.53.4. 引数</a><ul>
191 <li><a class="reference internal" href="#required-parameters">7.3.53.4.1. 必須引数</a><ul>
192 <li><a class="reference internal" href="#id">7.3.53.4.1.1. <code class="docutils literal notranslate"><span class="pre">id</span></code></a></li>
193193 </ul>
194194 </li>
195195 </ul>
196196 </li>
197 <li><a class="reference internal" href="#return-value">7.3.52.5. 戻り値</a></li>
198 <li><a class="reference internal" href="#see-also">7.3.52.6. 参考</a></li>
197 <li><a class="reference internal" href="#return-value">7.3.53.5. 戻り値</a></li>
198 <li><a class="reference internal" href="#see-also">7.3.53.6. 参考</a></li>
199199 </ul>
200200 </li>
201201 </ul>
202202
203203 <h4>前のトピックへ</h4>
204204 <p class="topless"><a href="reindex.html"
205 title="前の章へ"><span class="section-number">7.3.51. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></p>
205 title="前の章へ"><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></p>
206206 <h4>次のトピックへ</h4>
207207 <p class="topless"><a href="ruby_eval.html"
208 title="次の章へ"><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></p>
208 title="次の章へ"><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></p>
209209 <div id="searchbox" style="display: none" role="search">
210210 <h3 id="searchlabel">クイック検索</h3>
211211 <div class="searchformwrapper">
227227 <a href="../../genindex.html" title="総合索引"
228228 >索引</a></li>
229229 <li class="right" >
230 <a href="ruby_eval.html" title="7.3.53. ruby_eval"
230 <a href="ruby_eval.html" title="7.3.54. ruby_eval"
231231 >次へ</a> |</li>
232232 <li class="right" >
233 <a href="reindex.html" title="7.3.51. reindex"
233 <a href="reindex.html" title="7.3.52. reindex"
234234 >前へ</a> |</li>
235 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
235 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
236236 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
237237 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
238 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
238 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
239239 </ul>
240240 </div>
241241 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.53. ruby_eval &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.54. ruby_eval &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.54. ruby_load" href="ruby_load.html" />
23 <link rel="prev" title="7.3.52. request_cancel" href="request_cancel.html" />
22 <link rel="next" title="7.3.55. ruby_load" href="ruby_load.html" />
23 <link rel="prev" title="7.3.53. request_cancel" href="request_cancel.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="ruby_load.html" title="7.3.54. ruby_load"
49 <a href="ruby_load.html" title="7.3.55. ruby_load"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="request_cancel.html" title="7.3.52. request_cancel"
52 <a href="request_cancel.html" title="7.3.53. request_cancel"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="ruby-eval">
67 <h1><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code><a class="headerlink" href="#ruby-eval" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code><a class="headerlink" href="#ruby-eval" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.53.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.54.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code> コマンドはRubyスクリプトを評価して評価結果を返します。</p>
7171 </div>
7272 <div class="section" id="syntax">
73 <h2><span class="section-number">7.3.53.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
73 <h2><span class="section-number">7.3.54.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7474 <p>このコマンドの引数は1つで必須です:</p>
7575 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>ruby_eval script
7676 </pre></div>
7777 </div>
7878 </div>
7979 <div class="section" id="usage">
80 <h2><span class="section-number">7.3.53.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
80 <h2><span class="section-number">7.3.54.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8181 <p><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code> を使うと、mrubyがサポートしているスクリプトを実行できます。</p>
8282 <p>Rubyスクリプトとして <code class="docutils literal notranslate"><span class="pre">1</span> <span class="pre">+</span> <span class="pre">2</span></code> という計算するだけの例です。</p>
8383 <p>実行例:</p>
9191 <p><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code> コマンドは実験的なプラグインです。このコマンドは将来的に変更されるかもしれません。</p>
9292 </div>
9393 <div class="section" id="parameters">
94 <h2><span class="section-number">7.3.53.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
94 <h2><span class="section-number">7.3.54.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
9595 <p>このセクションではすべての引数について説明します。</p>
9696 <div class="section" id="script">
97 <h3><span class="section-number">7.3.53.4.1. </span><code class="docutils literal notranslate"><span class="pre">script</span></code><a class="headerlink" href="#script" title="このヘッドラインへのパーマリンク">¶</a></h3>
97 <h3><span class="section-number">7.3.54.4.1. </span><code class="docutils literal notranslate"><span class="pre">script</span></code><a class="headerlink" href="#script" title="このヘッドラインへのパーマリンク">¶</a></h3>
9898 <p>評価したいrubyスクリプトを指定します。</p>
9999 </div>
100100 </div>
101101 <div class="section" id="return-value">
102 <h2><span class="section-number">7.3.53.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
102 <h2><span class="section-number">7.3.54.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
103103 <p><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code> は例外情報などのメタデータつきで評価結果を返します(メタデータはまだ実装されていないので今のところ含まれません):</p>
104104 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, {&quot;value&quot;: EVALUATED_VALUE}]
105105 </pre></div>
115115 </div></blockquote>
116116 </div>
117117 <div class="section" id="see-also">
118 <h2><span class="section-number">7.3.53.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
118 <h2><span class="section-number">7.3.54.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
119119 </div>
120120 </div>
121121
128128 <div class="sphinxsidebarwrapper">
129129 <h3><a href="../../index.html">目次</a></h3>
130130 <ul>
131 <li><a class="reference internal" href="#">7.3.53. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a><ul>
132 <li><a class="reference internal" href="#summary">7.3.53.1. 概要</a></li>
133 <li><a class="reference internal" href="#syntax">7.3.53.2. 構文</a></li>
134 <li><a class="reference internal" href="#usage">7.3.53.3. 使い方</a></li>
135 <li><a class="reference internal" href="#parameters">7.3.53.4. 引数</a><ul>
136 <li><a class="reference internal" href="#script">7.3.53.4.1. <code class="docutils literal notranslate"><span class="pre">script</span></code></a></li>
131 <li><a class="reference internal" href="#">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a><ul>
132 <li><a class="reference internal" href="#summary">7.3.54.1. 概要</a></li>
133 <li><a class="reference internal" href="#syntax">7.3.54.2. 構文</a></li>
134 <li><a class="reference internal" href="#usage">7.3.54.3. 使い方</a></li>
135 <li><a class="reference internal" href="#parameters">7.3.54.4. 引数</a><ul>
136 <li><a class="reference internal" href="#script">7.3.54.4.1. <code class="docutils literal notranslate"><span class="pre">script</span></code></a></li>
137137 </ul>
138138 </li>
139 <li><a class="reference internal" href="#return-value">7.3.53.5. 戻り値</a></li>
140 <li><a class="reference internal" href="#see-also">7.3.53.6. 参考</a></li>
139 <li><a class="reference internal" href="#return-value">7.3.54.5. 戻り値</a></li>
140 <li><a class="reference internal" href="#see-also">7.3.54.6. 参考</a></li>
141141 </ul>
142142 </li>
143143 </ul>
144144
145145 <h4>前のトピックへ</h4>
146146 <p class="topless"><a href="request_cancel.html"
147 title="前の章へ"><span class="section-number">7.3.52. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></p>
147 title="前の章へ"><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></p>
148148 <h4>次のトピックへ</h4>
149149 <p class="topless"><a href="ruby_load.html"
150 title="次の章へ"><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></p>
150 title="次の章へ"><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></p>
151151 <div id="searchbox" style="display: none" role="search">
152152 <h3 id="searchlabel">クイック検索</h3>
153153 <div class="searchformwrapper">
169169 <a href="../../genindex.html" title="総合索引"
170170 >索引</a></li>
171171 <li class="right" >
172 <a href="ruby_load.html" title="7.3.54. ruby_load"
172 <a href="ruby_load.html" title="7.3.55. ruby_load"
173173 >次へ</a> |</li>
174174 <li class="right" >
175 <a href="request_cancel.html" title="7.3.52. request_cancel"
175 <a href="request_cancel.html" title="7.3.53. request_cancel"
176176 >前へ</a> |</li>
177 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
177 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
178178 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
179179 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
180 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
180 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
181181 </ul>
182182 </div>
183183 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.54. ruby_load &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.55. ruby_load &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.55. schema" href="schema.html" />
23 <link rel="prev" title="7.3.53. ruby_eval" href="ruby_eval.html" />
22 <link rel="next" title="7.3.56. schema" href="schema.html" />
23 <link rel="prev" title="7.3.54. ruby_eval" href="ruby_eval.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="schema.html" title="7.3.55. schema"
49 <a href="schema.html" title="7.3.56. schema"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="ruby_eval.html" title="7.3.53. ruby_eval"
52 <a href="ruby_eval.html" title="7.3.54. ruby_eval"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="ruby-load">
67 <h1><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code><a class="headerlink" href="#ruby-load" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code><a class="headerlink" href="#ruby-load" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.54.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.55.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code> コマンドは指定したRubyスクリプトを読み込みます。</p>
7171 </div>
7272 <div class="section" id="syntax">
73 <h2><span class="section-number">7.3.54.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
73 <h2><span class="section-number">7.3.55.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7474 <p>このコマンドの引数は1つで必須です:</p>
7575 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>ruby_load path
7676 </pre></div>
7777 </div>
7878 </div>
7979 <div class="section" id="usage">
80 <h2><span class="section-number">7.3.54.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
80 <h2><span class="section-number">7.3.55.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8181 <p><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code> を使ってmrubyがサポートしているスクリプトを読み込むことができます。</p>
8282 <p>Rubyスクリプトとして <code class="docutils literal notranslate"><span class="pre">expression.rb</span></code> を単に読み込む例です。</p>
8383 <p>実行例:</p>
9191 <p><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code> コマンドは実験的なプラグインです。このコマンドは将来的に変更されるかもしれません。</p>
9292 </div>
9393 <div class="section" id="parameters">
94 <h2><span class="section-number">7.3.54.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
94 <h2><span class="section-number">7.3.55.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
9595 <p>このセクションではすべての引数について説明します。</p>
9696 <div class="section" id="path">
97 <h3><span class="section-number">7.3.54.4.1. </span><code class="docutils literal notranslate"><span class="pre">path</span></code><a class="headerlink" href="#path" title="このヘッドラインへのパーマリンク">¶</a></h3>
97 <h3><span class="section-number">7.3.55.4.1. </span><code class="docutils literal notranslate"><span class="pre">path</span></code><a class="headerlink" href="#path" title="このヘッドラインへのパーマリンク">¶</a></h3>
9898 <p>読み込みたいrubyスクリプトを指定します。</p>
9999 </div>
100100 </div>
101101 <div class="section" id="return-value">
102 <h2><span class="section-number">7.3.54.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
102 <h2><span class="section-number">7.3.55.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
103103 <p><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code> は例外情報などのメタデータつきで読み込んだ結果を返します(メタデータはまだ実装されていないので今のところ含まれません):</p>
104104 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, {&quot;value&quot;: LOADED_VALUE}]
105105 </pre></div>
115115 </div></blockquote>
116116 </div>
117117 <div class="section" id="see-also">
118 <h2><span class="section-number">7.3.54.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
118 <h2><span class="section-number">7.3.55.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
119119 <p><a class="reference internal" href="ruby_eval.html"><span class="doc">ruby_eval</span></a></p>
120120 </div>
121121 </div>
129129 <div class="sphinxsidebarwrapper">
130130 <h3><a href="../../index.html">目次</a></h3>
131131 <ul>
132 <li><a class="reference internal" href="#">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a><ul>
133 <li><a class="reference internal" href="#summary">7.3.54.1. 概要</a></li>
134 <li><a class="reference internal" href="#syntax">7.3.54.2. 構文</a></li>
135 <li><a class="reference internal" href="#usage">7.3.54.3. 使い方</a></li>
136 <li><a class="reference internal" href="#parameters">7.3.54.4. 引数</a><ul>
137 <li><a class="reference internal" href="#path">7.3.54.4.1. <code class="docutils literal notranslate"><span class="pre">path</span></code></a></li>
132 <li><a class="reference internal" href="#">7.3.55. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a><ul>
133 <li><a class="reference internal" href="#summary">7.3.55.1. 概要</a></li>
134 <li><a class="reference internal" href="#syntax">7.3.55.2. 構文</a></li>
135 <li><a class="reference internal" href="#usage">7.3.55.3. 使い方</a></li>
136 <li><a class="reference internal" href="#parameters">7.3.55.4. 引数</a><ul>
137 <li><a class="reference internal" href="#path">7.3.55.4.1. <code class="docutils literal notranslate"><span class="pre">path</span></code></a></li>
138138 </ul>
139139 </li>
140 <li><a class="reference internal" href="#return-value">7.3.54.5. 戻り値</a></li>
141 <li><a class="reference internal" href="#see-also">7.3.54.6. 参考</a></li>
140 <li><a class="reference internal" href="#return-value">7.3.55.5. 戻り値</a></li>
141 <li><a class="reference internal" href="#see-also">7.3.55.6. 参考</a></li>
142142 </ul>
143143 </li>
144144 </ul>
145145
146146 <h4>前のトピックへ</h4>
147147 <p class="topless"><a href="ruby_eval.html"
148 title="前の章へ"><span class="section-number">7.3.53. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></p>
148 title="前の章へ"><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></p>
149149 <h4>次のトピックへ</h4>
150150 <p class="topless"><a href="schema.html"
151 title="次の章へ"><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></p>
151 title="次の章へ"><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></p>
152152 <div id="searchbox" style="display: none" role="search">
153153 <h3 id="searchlabel">クイック検索</h3>
154154 <div class="searchformwrapper">
170170 <a href="../../genindex.html" title="総合索引"
171171 >索引</a></li>
172172 <li class="right" >
173 <a href="schema.html" title="7.3.55. schema"
173 <a href="schema.html" title="7.3.56. schema"
174174 >次へ</a> |</li>
175175 <li class="right" >
176 <a href="ruby_eval.html" title="7.3.53. ruby_eval"
176 <a href="ruby_eval.html" title="7.3.54. ruby_eval"
177177 >前へ</a> |</li>
178 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
178 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
179179 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
180180 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
181 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
181 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
182182 </ul>
183183 </div>
184184 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.55. schema &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.56. schema &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.56. select" href="select.html" />
23 <link rel="prev" title="7.3.54. ruby_load" href="ruby_load.html" />
22 <link rel="next" title="7.3.57. select" href="select.html" />
23 <link rel="prev" title="7.3.55. ruby_load" href="ruby_load.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="select.html" title="7.3.56. select"
49 <a href="select.html" title="7.3.57. select"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="ruby_load.html" title="7.3.54. ruby_load"
52 <a href="ruby_load.html" title="7.3.55. ruby_load"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="schema">
67 <h1><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code><a class="headerlink" href="#schema" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code><a class="headerlink" href="#schema" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.55.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.56.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.0.9 で追加.</span></p>
7272 </div>
7474 <p>このコマンドはデータベースの詳細を知りたいときに便利です。たとえば、データベースを視覚化したり、データベースのGUIを作ったりするときに便利です。</p>
7575 </div>
7676 <div class="section" id="syntax">
77 <h2><span class="section-number">7.3.55.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
77 <h2><span class="section-number">7.3.56.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7878 <p>このコマンドに引数はありません:</p>
7979 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>schema
8080 </pre></div>
8181 </div>
8282 </div>
8383 <div class="section" id="usage">
84 <h2><span class="section-number">7.3.55.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
84 <h2><span class="section-number">7.3.56.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8585 <p>以下は出力例を示すためのサンプルスキーマです。</p>
8686 <p>実行例:</p>
8787 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Memos TABLE_HASH_KEY ShortText
435435 </div>
436436 </div>
437437 <div class="section" id="parameters">
438 <h2><span class="section-number">7.3.55.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
438 <h2><span class="section-number">7.3.56.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
439439 <p>このセクションではすべての引数について説明します。</p>
440440 <div class="section" id="required-parameters">
441 <h3><span class="section-number">7.3.55.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
441 <h3><span class="section-number">7.3.56.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
442442 <p>必須の引数はありません。</p>
443443 </div>
444444 <div class="section" id="optional-parameters">
445 <h3><span class="section-number">7.3.55.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
445 <h3><span class="section-number">7.3.56.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
446446 <p>省略可能な引数はありません。</p>
447447 </div>
448448 </div>
449449 <div class="section" id="return-value">
450 <h2><span class="section-number">7.3.55.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
450 <h2><span class="section-number">7.3.56.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
451451 <p><code class="docutils literal notranslate"><span class="pre">schema</span></code> はこのデータベースのスキーマを返します。:</p>
452452 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SCHEMA]
453453 </pre></div>
454454 </div>
455455 <div class="section" id="header">
456 <h3><span class="section-number">7.3.55.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="このヘッドラインへのパーマリンク">¶</a></h3>
456 <h3><span class="section-number">7.3.56.5.1. </span><code class="docutils literal notranslate"><span class="pre">HEADER</span></code><a class="headerlink" href="#header" title="このヘッドラインへのパーマリンク">¶</a></h3>
457457 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
458458 </div>
459459 <div class="section" id="id1">
460 <h3><span class="section-number">7.3.55.5.2. </span><code class="docutils literal notranslate"><span class="pre">SCHEMA</span></code><a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
460 <h3><span class="section-number">7.3.56.5.2. </span><code class="docutils literal notranslate"><span class="pre">SCHEMA</span></code><a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
461461 <p><code class="docutils literal notranslate"><span class="pre">SCHEMA</span></code> は以下の情報を含んだオブジェクトです。:</p>
462462 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
463463 &quot;plugins&quot;: PLUGINS,
471471 </div>
472472 </div>
473473 <div class="section" id="plugins">
474 <h3><span class="section-number">7.3.55.5.3. </span><code class="docutils literal notranslate"><span class="pre">PLUGINS</span></code><a class="headerlink" href="#plugins" title="このヘッドラインへのパーマリンク">¶</a></h3>
474 <h3><span class="section-number">7.3.56.5.3. </span><code class="docutils literal notranslate"><span class="pre">PLUGINS</span></code><a class="headerlink" href="#plugins" title="このヘッドラインへのパーマリンク">¶</a></h3>
475475 <p><code class="docutils literal notranslate"><span class="pre">PLUGINS</span></code> はオブジェクトです。キーはプラグイン名で値はプラグインの詳細です。:</p>
476476 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
477477 &quot;PLUGIN_NAME_1&quot;: PLUGIN_1,
483483 </div>
484484 </div>
485485 <div class="section" id="plugin">
486 <h3><span class="section-number">7.3.55.5.4. </span><code class="docutils literal notranslate"><span class="pre">PLUGIN</span></code><a class="headerlink" href="#plugin" title="このヘッドラインへのパーマリンク">¶</a></h3>
486 <h3><span class="section-number">7.3.56.5.4. </span><code class="docutils literal notranslate"><span class="pre">PLUGIN</span></code><a class="headerlink" href="#plugin" title="このヘッドラインへのパーマリンク">¶</a></h3>
487487 <p><code class="docutils literal notranslate"><span class="pre">PLUGIN</span></code> はプラグインの詳細を示すオブジェクトです。</p>
488488 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
489489 &quot;name&quot;: PLUGIN_NAME
509509 </table>
510510 </div>
511511 <div class="section" id="types">
512 <h3><span class="section-number">7.3.55.5.5. </span><code class="docutils literal notranslate"><span class="pre">TYPES</span></code><a class="headerlink" href="#types" title="このヘッドラインへのパーマリンク">¶</a></h3>
512 <h3><span class="section-number">7.3.56.5.5. </span><code class="docutils literal notranslate"><span class="pre">TYPES</span></code><a class="headerlink" href="#types" title="このヘッドラインへのパーマリンク">¶</a></h3>
513513 <p><code class="docutils literal notranslate"><span class="pre">TYPES</span></code> はオブジェクトです。キーは型名で、値は型の詳細です。:</p>
514514 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
515515 &quot;TYPE_NAME_1&quot;: TYPE_1,
521521 </div>
522522 </div>
523523 <div class="section" id="type">
524 <h3><span class="section-number">7.3.55.5.6. </span><code class="docutils literal notranslate"><span class="pre">TYPE</span></code><a class="headerlink" href="#type" title="このヘッドラインへのパーマリンク">¶</a></h3>
524 <h3><span class="section-number">7.3.56.5.6. </span><code class="docutils literal notranslate"><span class="pre">TYPE</span></code><a class="headerlink" href="#type" title="このヘッドラインへのパーマリンク">¶</a></h3>
525525 <p><code class="docutils literal notranslate"><span class="pre">TYPE</span></code> は型の詳細を示すオブジェクトです。:</p>
526526 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
527527 &quot;name&quot;: TYPE_NAME,
559559 </table>
560560 </div>
561561 <div class="section" id="tokenizers">
562 <h3><span class="section-number">7.3.55.5.7. </span><code class="docutils literal notranslate"><span class="pre">TOKENIZERS</span></code><a class="headerlink" href="#tokenizers" title="このヘッドラインへのパーマリンク">¶</a></h3>
562 <h3><span class="section-number">7.3.56.5.7. </span><code class="docutils literal notranslate"><span class="pre">TOKENIZERS</span></code><a class="headerlink" href="#tokenizers" title="このヘッドラインへのパーマリンク">¶</a></h3>
563563 <p><code class="docutils literal notranslate"><span class="pre">TOKENIZERS</span></code> はオブジェクトです。キーはトークナイザー名で値はトークナイザーの詳細です。:</p>
564564 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
565565 &quot;TOKENIZER_NAME_1&quot;: TOKENIZER_1,
571571 </div>
572572 </div>
573573 <div class="section" id="tokenizer">
574 <h3><span class="section-number">7.3.55.5.8. </span><code class="docutils literal notranslate"><span class="pre">TOKENIZER</span></code><a class="headerlink" href="#tokenizer" title="このヘッドラインへのパーマリンク">¶</a></h3>
574 <h3><span class="section-number">7.3.56.5.8. </span><code class="docutils literal notranslate"><span class="pre">TOKENIZER</span></code><a class="headerlink" href="#tokenizer" title="このヘッドラインへのパーマリンク">¶</a></h3>
575575 <p><code class="docutils literal notranslate"><span class="pre">TOKENIZER</span></code> はトークナイザーの詳細を示すオブジェクトです。:</p>
576576 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
577577 &quot;name&quot;: TOKENIZER_NAME
597597 </table>
598598 </div>
599599 <div class="section" id="normalizers">
600 <h3><span class="section-number">7.3.55.5.9. </span><code class="docutils literal notranslate"><span class="pre">NORMALIZERS</span></code><a class="headerlink" href="#normalizers" title="このヘッドラインへのパーマリンク">¶</a></h3>
600 <h3><span class="section-number">7.3.56.5.9. </span><code class="docutils literal notranslate"><span class="pre">NORMALIZERS</span></code><a class="headerlink" href="#normalizers" title="このヘッドラインへのパーマリンク">¶</a></h3>
601601 <p><code class="docutils literal notranslate"><span class="pre">NORMALIZERS</span></code> はオブジェクトです。キーはノーマライザー名で値はノーマライザーの詳細です。:</p>
602602 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
603603 &quot;NORMALIZER_NAME_1&quot;: NORMALIZER_1,
609609 </div>
610610 </div>
611611 <div class="section" id="normalizer">
612 <h3><span class="section-number">7.3.55.5.10. </span><code class="docutils literal notranslate"><span class="pre">NORMALIZER</span></code><a class="headerlink" href="#normalizer" title="このヘッドラインへのパーマリンク">¶</a></h3>
612 <h3><span class="section-number">7.3.56.5.10. </span><code class="docutils literal notranslate"><span class="pre">NORMALIZER</span></code><a class="headerlink" href="#normalizer" title="このヘッドラインへのパーマリンク">¶</a></h3>
613613 <p><code class="docutils literal notranslate"><span class="pre">NORMALIZER</span></code> はノーマライザーの詳細を示すオブジェクトです。:</p>
614614 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
615615 &quot;name&quot;: NORMALIZER_NAME
635635 </table>
636636 </div>
637637 <div class="section" id="token-filters">
638 <h3><span class="section-number">7.3.55.5.11. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code><a class="headerlink" href="#token-filters" title="このヘッドラインへのパーマリンク">¶</a></h3>
638 <h3><span class="section-number">7.3.56.5.11. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code><a class="headerlink" href="#token-filters" title="このヘッドラインへのパーマリンク">¶</a></h3>
639639 <p><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code> はオブジェクトです。キーはトークンフィルター名で値はトークンフィルターの詳細です。:</p>
640640 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
641641 &quot;TOKEN_FILTER_NAME_1&quot;: TOKEN_FILTER_1,
647647 </div>
648648 </div>
649649 <div class="section" id="token-filter">
650 <h3><span class="section-number">7.3.55.5.12. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTER</span></code><a class="headerlink" href="#token-filter" title="このヘッドラインへのパーマリンク">¶</a></h3>
650 <h3><span class="section-number">7.3.56.5.12. </span><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTER</span></code><a class="headerlink" href="#token-filter" title="このヘッドラインへのパーマリンク">¶</a></h3>
651651 <p><code class="docutils literal notranslate"><span class="pre">TOKEN_FILTER</span></code> はトークンフィルターの詳細を示すオブジェクトです。:</p>
652652 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
653653 &quot;name&quot;: TOKEN_FILTER_NAME
673673 </table>
674674 </div>
675675 <div class="section" id="tables">
676 <h3><span class="section-number">7.3.55.5.13. </span><code class="docutils literal notranslate"><span class="pre">TABLES</span></code><a class="headerlink" href="#tables" title="このヘッドラインへのパーマリンク">¶</a></h3>
676 <h3><span class="section-number">7.3.56.5.13. </span><code class="docutils literal notranslate"><span class="pre">TABLES</span></code><a class="headerlink" href="#tables" title="このヘッドラインへのパーマリンク">¶</a></h3>
677677 <p><code class="docutils literal notranslate"><span class="pre">TABLES</span></code> はオブジェクトです。キーはテーブル名で値はテーブルの詳細です。:</p>
678678 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
679679 &quot;TABLE_NAME_1&quot;: TABLE_1,
685685 </div>
686686 </div>
687687 <div class="section" id="table">
688 <h3><span class="section-number">7.3.55.5.14. </span><code class="docutils literal notranslate"><span class="pre">TABLE</span></code><a class="headerlink" href="#table" title="このヘッドラインへのパーマリンク">¶</a></h3>
688 <h3><span class="section-number">7.3.56.5.14. </span><code class="docutils literal notranslate"><span class="pre">TABLE</span></code><a class="headerlink" href="#table" title="このヘッドラインへのパーマリンク">¶</a></h3>
689689 <p><code class="docutils literal notranslate"><span class="pre">TABLE</span></code> はテーブルの詳細を示すオブジェクトです。</p>
690690 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
691691 &quot;name&quot;: TABLE_NAME
819819 </table>
820820 </div>
821821 <div class="section" id="index">
822 <span id="schema-return-value-index"></span><h3><span class="section-number">7.3.55.5.15. </span><code class="docutils literal notranslate"><span class="pre">INDEX</span></code><a class="headerlink" href="#index" title="このヘッドラインへのパーマリンク">¶</a></h3>
822 <span id="schema-return-value-index"></span><h3><span class="section-number">7.3.56.5.15. </span><code class="docutils literal notranslate"><span class="pre">INDEX</span></code><a class="headerlink" href="#index" title="このヘッドラインへのパーマリンク">¶</a></h3>
823823 <p><code class="docutils literal notranslate"><span class="pre">INDEX</span></code> はインデックスの詳細を示すオブジェクトです。:</p>
824824 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
825825 &quot;full_name&quot;: INDEX_COLUMN_NAME_WITH_TABLE_NAME,
865865 </table>
866866 </div>
867867 <div class="section" id="command">
868 <span id="schema-return-value-command"></span><h3><span class="section-number">7.3.55.5.16. </span><code class="docutils literal notranslate"><span class="pre">COMMAND</span></code><a class="headerlink" href="#command" title="このヘッドラインへのパーマリンク">¶</a></h3>
868 <span id="schema-return-value-command"></span><h3><span class="section-number">7.3.56.5.16. </span><code class="docutils literal notranslate"><span class="pre">COMMAND</span></code><a class="headerlink" href="#command" title="このヘッドラインへのパーマリンク">¶</a></h3>
869869 <p><code class="docutils literal notranslate"><span class="pre">COMMAND</span></code> はこのテーブル・カラムを作る方法を示したオブジェクトです。:</p>
870870 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
871871 &quot;name&quot;: COMMAND_NAME,
908908 </table>
909909 </div>
910910 <div class="section" id="column">
911 <span id="schema-return-value-column"></span><h3><span class="section-number">7.3.55.5.17. </span><code class="docutils literal notranslate"><span class="pre">COLUMN</span></code><a class="headerlink" href="#column" title="このヘッドラインへのパーマリンク">¶</a></h3>
911 <span id="schema-return-value-column"></span><h3><span class="section-number">7.3.56.5.17. </span><code class="docutils literal notranslate"><span class="pre">COLUMN</span></code><a class="headerlink" href="#column" title="このヘッドラインへのパーマリンク">¶</a></h3>
912912 <p><code class="docutils literal notranslate"><span class="pre">COLUMN</span></code> はカラムの詳細を示したオブジェクトです。:</p>
913913 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
914914 &quot;name&quot;: COLUMN_NAME,
10381038 </table>
10391039 </div>
10401040 <div class="section" id="source">
1041 <span id="schema-return-value-source"></span><h3><span class="section-number">7.3.55.5.18. </span><code class="docutils literal notranslate"><span class="pre">SOURCE</span></code><a class="headerlink" href="#source" title="このヘッドラインへのパーマリンク">¶</a></h3>
1041 <span id="schema-return-value-source"></span><h3><span class="section-number">7.3.56.5.18. </span><code class="docutils literal notranslate"><span class="pre">SOURCE</span></code><a class="headerlink" href="#source" title="このヘッドラインへのパーマリンク">¶</a></h3>
10421042 <p><code class="docutils literal notranslate"><span class="pre">SOURCE</span></code> はソースの詳細を示すオブジェクトです。:</p>
10431043 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{
10441044 &quot;name&quot;: COLUMN_NAME,
10801080 </div>
10811081 </div>
10821082 <div class="section" id="see-also">
1083 <h2><span class="section-number">7.3.55.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
1083 <h2><span class="section-number">7.3.56.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
10841084 <blockquote>
10851085 <div><ul class="simple">
10861086 <li><p><a class="reference internal" href="table_create.html"><span class="doc">table_create</span></a></p></li>
10991099 <div class="sphinxsidebarwrapper">
11001100 <h3><a href="../../index.html">目次</a></h3>
11011101 <ul>
1102 <li><a class="reference internal" href="#">7.3.55. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a><ul>
1103 <li><a class="reference internal" href="#summary">7.3.55.1. 概要</a></li>
1104 <li><a class="reference internal" href="#syntax">7.3.55.2. 構文</a></li>
1105 <li><a class="reference internal" href="#usage">7.3.55.3. 使い方</a></li>
1106 <li><a class="reference internal" href="#parameters">7.3.55.4. 引数</a><ul>
1107 <li><a class="reference internal" href="#required-parameters">7.3.55.4.1. 必須引数</a></li>
1108 <li><a class="reference internal" href="#optional-parameters">7.3.55.4.2. 省略可能引数</a></li>
1102 <li><a class="reference internal" href="#">7.3.56. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a><ul>
1103 <li><a class="reference internal" href="#summary">7.3.56.1. 概要</a></li>
1104 <li><a class="reference internal" href="#syntax">7.3.56.2. 構文</a></li>
1105 <li><a class="reference internal" href="#usage">7.3.56.3. 使い方</a></li>
1106 <li><a class="reference internal" href="#parameters">7.3.56.4. 引数</a><ul>
1107 <li><a class="reference internal" href="#required-parameters">7.3.56.4.1. 必須引数</a></li>
1108 <li><a class="reference internal" href="#optional-parameters">7.3.56.4.2. 省略可能引数</a></li>
11091109 </ul>
11101110 </li>
1111 <li><a class="reference internal" href="#return-value">7.3.55.5. 戻り値</a><ul>
1112 <li><a class="reference internal" href="#header">7.3.55.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
1113 <li><a class="reference internal" href="#id1">7.3.55.5.2. <code class="docutils literal notranslate"><span class="pre">SCHEMA</span></code></a></li>
1114 <li><a class="reference internal" href="#plugins">7.3.55.5.3. <code class="docutils literal notranslate"><span class="pre">PLUGINS</span></code></a></li>
1115 <li><a class="reference internal" href="#plugin">7.3.55.5.4. <code class="docutils literal notranslate"><span class="pre">PLUGIN</span></code></a></li>
1116 <li><a class="reference internal" href="#types">7.3.55.5.5. <code class="docutils literal notranslate"><span class="pre">TYPES</span></code></a></li>
1117 <li><a class="reference internal" href="#type">7.3.55.5.6. <code class="docutils literal notranslate"><span class="pre">TYPE</span></code></a></li>
1118 <li><a class="reference internal" href="#tokenizers">7.3.55.5.7. <code class="docutils literal notranslate"><span class="pre">TOKENIZERS</span></code></a></li>
1119 <li><a class="reference internal" href="#tokenizer">7.3.55.5.8. <code class="docutils literal notranslate"><span class="pre">TOKENIZER</span></code></a></li>
1120 <li><a class="reference internal" href="#normalizers">7.3.55.5.9. <code class="docutils literal notranslate"><span class="pre">NORMALIZERS</span></code></a></li>
1121 <li><a class="reference internal" href="#normalizer">7.3.55.5.10. <code class="docutils literal notranslate"><span class="pre">NORMALIZER</span></code></a></li>
1122 <li><a class="reference internal" href="#token-filters">7.3.55.5.11. <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code></a></li>
1123 <li><a class="reference internal" href="#token-filter">7.3.55.5.12. <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTER</span></code></a></li>
1124 <li><a class="reference internal" href="#tables">7.3.55.5.13. <code class="docutils literal notranslate"><span class="pre">TABLES</span></code></a></li>
1125 <li><a class="reference internal" href="#table">7.3.55.5.14. <code class="docutils literal notranslate"><span class="pre">TABLE</span></code></a></li>
1126 <li><a class="reference internal" href="#index">7.3.55.5.15. <code class="docutils literal notranslate"><span class="pre">INDEX</span></code></a></li>
1127 <li><a class="reference internal" href="#command">7.3.55.5.16. <code class="docutils literal notranslate"><span class="pre">COMMAND</span></code></a></li>
1128 <li><a class="reference internal" href="#column">7.3.55.5.17. <code class="docutils literal notranslate"><span class="pre">COLUMN</span></code></a></li>
1129 <li><a class="reference internal" href="#source">7.3.55.5.18. <code class="docutils literal notranslate"><span class="pre">SOURCE</span></code></a></li>
1111 <li><a class="reference internal" href="#return-value">7.3.56.5. 戻り値</a><ul>
1112 <li><a class="reference internal" href="#header">7.3.56.5.1. <code class="docutils literal notranslate"><span class="pre">HEADER</span></code></a></li>
1113 <li><a class="reference internal" href="#id1">7.3.56.5.2. <code class="docutils literal notranslate"><span class="pre">SCHEMA</span></code></a></li>
1114 <li><a class="reference internal" href="#plugins">7.3.56.5.3. <code class="docutils literal notranslate"><span class="pre">PLUGINS</span></code></a></li>
1115 <li><a class="reference internal" href="#plugin">7.3.56.5.4. <code class="docutils literal notranslate"><span class="pre">PLUGIN</span></code></a></li>
1116 <li><a class="reference internal" href="#types">7.3.56.5.5. <code class="docutils literal notranslate"><span class="pre">TYPES</span></code></a></li>
1117 <li><a class="reference internal" href="#type">7.3.56.5.6. <code class="docutils literal notranslate"><span class="pre">TYPE</span></code></a></li>
1118 <li><a class="reference internal" href="#tokenizers">7.3.56.5.7. <code class="docutils literal notranslate"><span class="pre">TOKENIZERS</span></code></a></li>
1119 <li><a class="reference internal" href="#tokenizer">7.3.56.5.8. <code class="docutils literal notranslate"><span class="pre">TOKENIZER</span></code></a></li>
1120 <li><a class="reference internal" href="#normalizers">7.3.56.5.9. <code class="docutils literal notranslate"><span class="pre">NORMALIZERS</span></code></a></li>
1121 <li><a class="reference internal" href="#normalizer">7.3.56.5.10. <code class="docutils literal notranslate"><span class="pre">NORMALIZER</span></code></a></li>
1122 <li><a class="reference internal" href="#token-filters">7.3.56.5.11. <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTERS</span></code></a></li>
1123 <li><a class="reference internal" href="#token-filter">7.3.56.5.12. <code class="docutils literal notranslate"><span class="pre">TOKEN_FILTER</span></code></a></li>
1124 <li><a class="reference internal" href="#tables">7.3.56.5.13. <code class="docutils literal notranslate"><span class="pre">TABLES</span></code></a></li>
1125 <li><a class="reference internal" href="#table">7.3.56.5.14. <code class="docutils literal notranslate"><span class="pre">TABLE</span></code></a></li>
1126 <li><a class="reference internal" href="#index">7.3.56.5.15. <code class="docutils literal notranslate"><span class="pre">INDEX</span></code></a></li>
1127 <li><a class="reference internal" href="#command">7.3.56.5.16. <code class="docutils literal notranslate"><span class="pre">COMMAND</span></code></a></li>
1128 <li><a class="reference internal" href="#column">7.3.56.5.17. <code class="docutils literal notranslate"><span class="pre">COLUMN</span></code></a></li>
1129 <li><a class="reference internal" href="#source">7.3.56.5.18. <code class="docutils literal notranslate"><span class="pre">SOURCE</span></code></a></li>
11301130 </ul>
11311131 </li>
1132 <li><a class="reference internal" href="#see-also">7.3.55.6. 参考</a></li>
1132 <li><a class="reference internal" href="#see-also">7.3.56.6. 参考</a></li>
11331133 </ul>
11341134 </li>
11351135 </ul>
11361136
11371137 <h4>前のトピックへ</h4>
11381138 <p class="topless"><a href="ruby_load.html"
1139 title="前の章へ"><span class="section-number">7.3.54. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></p>
1139 title="前の章へ"><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></p>
11401140 <h4>次のトピックへ</h4>
11411141 <p class="topless"><a href="select.html"
1142 title="次の章へ"><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></p>
1142 title="次の章へ"><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></p>
11431143 <div id="searchbox" style="display: none" role="search">
11441144 <h3 id="searchlabel">クイック検索</h3>
11451145 <div class="searchformwrapper">
11611161 <a href="../../genindex.html" title="総合索引"
11621162 >索引</a></li>
11631163 <li class="right" >
1164 <a href="select.html" title="7.3.56. select"
1164 <a href="select.html" title="7.3.57. select"
11651165 >次へ</a> |</li>
11661166 <li class="right" >
1167 <a href="ruby_load.html" title="7.3.54. ruby_load"
1167 <a href="ruby_load.html" title="7.3.55. ruby_load"
11681168 >前へ</a> |</li>
1169 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
1169 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
11701170 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
11711171 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
1172 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
1172 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
11731173 </ul>
11741174 </div>
11751175 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.56. select &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.57. select &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.57. shutdown" href="shutdown.html" />
23 <link rel="prev" title="7.3.55. schema" href="schema.html" />
22 <link rel="next" title="7.3.58. shutdown" href="shutdown.html" />
23 <link rel="prev" title="7.3.56. schema" href="schema.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="shutdown.html" title="7.3.57. shutdown"
49 <a href="shutdown.html" title="7.3.58. shutdown"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="schema.html" title="7.3.55. schema"
52 <a href="schema.html" title="7.3.56. schema"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="select">
67 <h1><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">select</span></code><a class="headerlink" href="#select" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">select</span></code><a class="headerlink" href="#select" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.56.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.57.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">select</span></code> はテーブルから指定された条件にマッチするレコードを検索し、見つかったレコードを出力します。</p>
7171 <p><code class="docutils literal notranslate"><span class="pre">select</span></code> は最も重要なgroongaのコマンドです。Groongaの力を最大限に活かすためには <code class="docutils literal notranslate"><span class="pre">select</span></code> を理解する必要があります。</p>
7272 </div>
7373 <div class="section" id="syntax">
74 <h2><span class="section-number">7.3.56.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
74 <h2><span class="section-number">7.3.57.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7575 <p>このコマンドにはたくさんの引数があります。</p>
7676 <p>必須の引数は <code class="docutils literal notranslate"><span class="pre">table</span></code> だけです。残りは省略できます:</p>
7777 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>select table
179179 </div></blockquote>
180180 </div>
181181 <div class="section" id="usage">
182 <h2><span class="section-number">7.3.56.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
182 <h2><span class="section-number">7.3.57.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
183183 <p>例を使いながら <code class="docutils literal notranslate"><span class="pre">select</span></code> の使い方を学びましょう。このセクションではよく使われる使い方を紹介します。</p>
184184 <p>使い方を示すために使うスキーマ定義とサンプルデータは以下の通りです。</p>
185185 <p>実行例:</p>
227227 <p><code class="docutils literal notranslate"><span class="pre">Entries._key</span></code> カラムと <code class="docutils literal notranslate"><span class="pre">Entries.content</span></code> カラムには <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> トークナイザーを使ったインデックスを作成します。そのため、 <code class="docutils literal notranslate"><span class="pre">Entries._key</span></code> と <code class="docutils literal notranslate"><span class="pre">Entries.content</span></code> は両方とも全文検索できます。</p>
228228 <p>これで例を示すためのスキーマとデータの準備ができました。</p>
229229 <div class="section" id="simple-usage">
230 <span id="select-simple-usage"></span><h3><span class="section-number">7.3.56.3.1. </span>簡単な使い方<a class="headerlink" href="#simple-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
230 <span id="select-simple-usage"></span><h3><span class="section-number">7.3.57.3.1. </span>簡単な使い方<a class="headerlink" href="#simple-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
231231 <p>上記のスキーマとデータを使った一番簡単な使い方は以下の通りです。これは <code class="docutils literal notranslate"><span class="pre">Entries</span></code> テーブルのすべてのレコードを出力します。</p>
232232 <p>実行例:</p>
233233 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>select Entries
307307 <p>どうしてこのコマンドがすべてのレコードを出力するのでしょうか?理由は2つです。1つ目の理由はこのコマンドが検索条件を何も指定していないからです。検索条件を指定しないとすべてのレコードがマッチします。2つ目の理由は全レコード数が5だからです。 <code class="docutils literal notranslate"><span class="pre">select</span></code> コマンドはデフォルトでは最大10レコードを出力します。この例では5レコードしかありません。これは10よりも少ないのですべてのレコードを出力します。</p>
308308 </div>
309309 <div class="section" id="search-conditions">
310 <h3><span class="section-number">7.3.56.3.2. </span>検索条件<a class="headerlink" href="#search-conditions" title="このヘッドラインへのパーマリンク">¶</a></h3>
310 <h3><span class="section-number">7.3.57.3.2. </span>検索条件<a class="headerlink" href="#search-conditions" title="このヘッドラインへのパーマリンク">¶</a></h3>
311311 <p>検索条件は <code class="docutils literal notranslate"><span class="pre">query</span></code> または <code class="docutils literal notranslate"><span class="pre">filter</span></code> で指定します。 <code class="docutils literal notranslate"><span class="pre">query</span></code> と <code class="docutils literal notranslate"><span class="pre">filter</span></code> を両方指定することもできます。この場合は <code class="docutils literal notranslate"><span class="pre">query</span></code> と <code class="docutils literal notranslate"><span class="pre">filter</span></code> の両方の条件にマッチしたレコードが出力されます。</p>
312312 <div class="section" id="search-condition-query">
313 <h4><span class="section-number">7.3.56.3.2.1. </span>検索条件: <code class="docutils literal notranslate"><span class="pre">query</span></code><a class="headerlink" href="#search-condition-query" title="このヘッドラインへのパーマリンク">¶</a></h4>
313 <h4><span class="section-number">7.3.57.3.2.1. </span>検索条件: <code class="docutils literal notranslate"><span class="pre">query</span></code><a class="headerlink" href="#search-condition-query" title="このヘッドラインへのパーマリンク">¶</a></h4>
314314 <p><code class="docutils literal notranslate"><span class="pre">query</span></code> はWebページの検索ボックス用に用意されています。例えば、google.co.jpにあるような検索ボックスです。 <code class="docutils literal notranslate"><span class="pre">query</span></code> の検索条件はスペース区切りでキーワードを指定します。例えば、 <code class="docutils literal notranslate"><span class="pre">検索</span> <span class="pre">エンジン</span></code> は <code class="docutils literal notranslate"><span class="pre">検索</span></code> と <code class="docutils literal notranslate"><span class="pre">エンジン</span></code> という2つのキーワードを含むレコードを検索します。</p>
315315 <p>通常は <code class="docutils literal notranslate"><span class="pre">query</span></code> 引数は全文検索条件を指定するために使います。全文検索条件以外も指定できますが、その用途には <code class="docutils literal notranslate"><span class="pre">filter</span></code> 引数の方が向いています。</p>
316316 <p><code class="docutils literal notranslate"><span class="pre">query</span></code> 引数で全文検索条件を指定する場合は、 <code class="docutils literal notranslate"><span class="pre">match_columns</span></code> 引数と一緒に使います。 <code class="docutils literal notranslate"><span class="pre">match_columns</span></code> はどのカラムまたはインデックスを使って <code class="docutils literal notranslate"><span class="pre">query</span></code> を検索するかを指定します。</p>
373373 <p><code class="docutils literal notranslate"><span class="pre">query</span></code> はクエリー構文という構文を使いますが、詳細はここでは説明しません。詳細は <a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">クエリー構文</span></a> を参照してください。</p>
374374 </div>
375375 <div class="section" id="search-condition-filter">
376 <h4><span class="section-number">7.3.56.3.2.2. </span>検索条件: <code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#search-condition-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
376 <h4><span class="section-number">7.3.57.3.2.2. </span>検索条件: <code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#search-condition-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
377377 <p><code class="docutils literal notranslate"><span class="pre">filter</span></code> は複雑な検索条件を指定するために用意されています。ECMAScriptのような構文で <code class="docutils literal notranslate"><span class="pre">filter</span></code> に検索条件を指定します。</p>
378378 <p>以下は簡単な <code class="docutils literal notranslate"><span class="pre">filter</span></code> の使用例です。</p>
379379 <p>実行例:</p>
428428 </div>
429429 </div>
430430 <div class="section" id="paging">
431 <h3><span class="section-number">7.3.56.3.3. </span>ページング<a class="headerlink" href="#paging" title="このヘッドラインへのパーマリンク">¶</a></h3>
431 <h3><span class="section-number">7.3.57.3.3. </span>ページング<a class="headerlink" href="#paging" title="このヘッドラインへのパーマリンク">¶</a></h3>
432432 <p><code class="docutils literal notranslate"><span class="pre">offset</span></code> と <code class="docutils literal notranslate"><span class="pre">limit</span></code> を指定することで出力されるレコードの範囲を指定できます。以下は2番目のレコードだけを出力する例です。</p>
433433 <p>実行例:</p>
434434 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>select Entries --offset 1 --limit 1
481481 <p><code class="docutils literal notranslate"><span class="pre">limit</span></code> は出力レコード数の最大値を指定します。 <code class="docutils literal notranslate"><span class="pre">--limit</span> <span class="pre">1</span></code> は多くても1レコードを出力するという意味になります。もし、1つもレコードがマッチしていなければ <code class="docutils literal notranslate"><span class="pre">select</span></code> コマンドはどのレコードも出力しません。</p>
482482 </div>
483483 <div class="section" id="the-total-number-of-records">
484 <h3><span class="section-number">7.3.56.3.4. </span>全レコード数<a class="headerlink" href="#the-total-number-of-records" title="このヘッドラインへのパーマリンク">¶</a></h3>
484 <h3><span class="section-number">7.3.57.3.4. </span>全レコード数<a class="headerlink" href="#the-total-number-of-records" title="このヘッドラインへのパーマリンク">¶</a></h3>
485485 <p><code class="docutils literal notranslate"><span class="pre">--limit</span> <span class="pre">0</span></code> を使うとレコードの内容は取得せずに全レコード数だけを取得できます。</p>
486486 <p>実行例:</p>
487487 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>select Entries --limit 0
526526 <p><code class="docutils literal notranslate"><span class="pre">--limit</span> <span class="pre">0</span></code> はマッチしたレコード数だけを取得したいときにも便利です。</p>
527527 </div>
528528 <div class="section" id="drilldown">
529 <h3><span class="section-number">7.3.56.3.5. </span>ドリルダウン<a class="headerlink" href="#drilldown" title="このヘッドラインへのパーマリンク">¶</a></h3>
529 <h3><span class="section-number">7.3.57.3.5. </span>ドリルダウン<a class="headerlink" href="#drilldown" title="このヘッドラインへのパーマリンク">¶</a></h3>
530530 <p>1回の <code class="docutils literal notranslate"><span class="pre">select</span></code> で検索結果だけでなく、検索結果をグループ化した結果も一緒に取得できます。SQLでは2回以上 <code class="docutils literal notranslate"><span class="pre">SELECT</span></code> を使わなければいけない場合でも、Groongaの場合は1回の <code class="docutils literal notranslate"><span class="pre">select</span></code> で実現できます。</p>
531531 <p>Groongaではこの機能を <a class="reference external" href="http://en.wikipedia.org/wiki/Drill_down">ドリルダウン</a> と呼んでいます。他の検索エンジンでは <a class="reference external" href="http://en.wikipedia.org/wiki/Faceted_search">ファセット検索</a> とも呼ばれています。</p>
532532 <p>例えば、以下の状況を考えてみましょう。</p>
671671 <p>Groongaはグループ化したレコードの数を数えるだけでなく、グループ化したレコードのカラムの値の中から最大値・最小値を見つけたり、合計値を計算したりすることができます。詳細は <a class="reference internal" href="#select-drilldown-related-parameters"><span class="std std-ref">ドリルダウン関連の引数</span></a> を参照してください。</p>
672672 </div>
673673 <div class="section" id="dynamic-column">
674 <h3><span class="section-number">7.3.56.3.6. </span>動的カラム<a class="headerlink" href="#dynamic-column" title="このヘッドラインへのパーマリンク">¶</a></h3>
674 <h3><span class="section-number">7.3.57.3.6. </span>動的カラム<a class="headerlink" href="#dynamic-column" title="このヘッドラインへのパーマリンク">¶</a></h3>
675675 <p>1回の <code class="docutils literal notranslate"><span class="pre">select</span></code> 実行中に0個以上のカラムを動的に作ることができます。この機能を使うと計算した値に対してドリルダウンしたりウィンドウ関数を使ったりできます。</p>
676676 <p>以下は計算した値に対してドリルダウンするために動的カラムを使う例です。この例では <code class="docutils literal notranslate"><span class="pre">n_likes_class</span></code> という名前のカラムを新しく作っています。 <code class="docutils literal notranslate"><span class="pre">n_likes_class</span></code> カラムには <code class="docutils literal notranslate"><span class="pre">Entry.n_likes</span></code> の値を分類した値を入れます。この例では <code class="docutils literal notranslate"><span class="pre">Entry.n_likes</span></code> カラムの値を <code class="docutils literal notranslate"><span class="pre">10</span></code> 刻みで分類し、一番小さい数値をその分類の代表値とします。もし、 <code class="docutils literal notranslate"><span class="pre">Entry.n_likes</span></code> の値が <code class="docutils literal notranslate"><span class="pre">3</span></code> や <code class="docutils literal notranslate"><span class="pre">5</span></code> のように <code class="docutils literal notranslate"><span class="pre">0</span></code> から <code class="docutils literal notranslate"><span class="pre">9</span></code> の間の値なら、 <code class="docutils literal notranslate"><span class="pre">n_likes_class</span></code> の値(分類した値)は <code class="docutils literal notranslate"><span class="pre">0</span></code> になります。もし、 <code class="docutils literal notranslate"><span class="pre">Entry.n_likes</span></code> の値が <code class="docutils literal notranslate"><span class="pre">10</span></code> や <code class="docutils literal notranslate"><span class="pre">15</span></code> のように <code class="docutils literal notranslate"><span class="pre">10</span></code> から <code class="docutils literal notranslate"><span class="pre">19</span></code> の間の値なら、 <code class="docutils literal notranslate"><span class="pre">n_likes_class</span></code> の値(分類した値)は <code class="docutils literal notranslate"><span class="pre">10</span></code> になります。</p>
677677 <p>このような分類をするために <a class="reference internal" href="../functions/number_classify.html"><span class="doc">number_classify</span></a> 関数を使えます。 <a class="reference internal" href="../functions/number_classify.html"><span class="doc">number_classify</span></a> 関数を使うためには <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> コマンドで <code class="docutils literal notranslate"><span class="pre">functions/number</span></code> プラグインを登録する必要があります。</p>
759759 <p>詳細は <a class="reference internal" href="#select-dynamic-column-related-parameters"><span class="std std-ref">動的カラム関連の引数</span></a> を見てください。</p>
760760 </div>
761761 <div class="section" id="window-function">
762 <h3><span class="section-number">7.3.56.3.7. </span>ウィンドウ関数<a class="headerlink" href="#window-function" title="このヘッドラインへのパーマリンク">¶</a></h3>
762 <h3><span class="section-number">7.3.57.3.7. </span>ウィンドウ関数<a class="headerlink" href="#window-function" title="このヘッドラインへのパーマリンク">¶</a></h3>
763763 <p>グループ化したレコードの値を使って各レコードの値を計算することができます。たとえば、グループ毎に合計を計算して、合計値をすべてのレコードに格納できます。ドリルダウンもグループ毎に合計を計算できますが、すべてのレコードに合計を格納するのではなく、各グループ合計を格納する点が違います。</p>
764764 <p>以下はウィンドウ関数を使った結果の例です。すべてのレコードが合計値を持っています。</p>
765765 <table class="docutils align-default">
896896 </div>
897897 </div>
898898 <div class="section" id="parameters">
899 <h2><span class="section-number">7.3.56.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
899 <h2><span class="section-number">7.3.57.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
900900 <p>このセクションではすべての引数について説明します。引数はカテゴリわけしています。</p>
901901 <div class="section" id="required-parameters">
902 <h3><span class="section-number">7.3.56.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
902 <h3><span class="section-number">7.3.57.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
903903 <p><code class="docutils literal notranslate"><span class="pre">table</span></code> だけが必須の引数です。</p>
904904 <div class="section" id="table">
905 <span id="select-table"></span><h4><span class="section-number">7.3.56.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="このヘッドラインへのパーマリンク">¶</a></h4>
905 <span id="select-table"></span><h4><span class="section-number">7.3.57.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="このヘッドラインへのパーマリンク">¶</a></h4>
906906 <p>検索対象のテーブルを指定します。 <code class="docutils literal notranslate"><span class="pre">table</span></code> は必ず指定しなければいけません。</p>
907907 <p>存在しないテーブルを指定するとエラーが返ります。</p>
908908 <p>実行例:</p>
927927 </div>
928928 </div>
929929 <div class="section" id="search-related-parameters">
930 <span id="select-search-related-parameters"></span><h3><span class="section-number">7.3.56.4.2. </span>検索関係の引数<a class="headerlink" href="#search-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
930 <span id="select-search-related-parameters"></span><h3><span class="section-number">7.3.57.4.2. </span>検索関係の引数<a class="headerlink" href="#search-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
931931 <p>検索関係の引数がいくつかあります。一般的には、検索ボックスを実装するために <code class="docutils literal notranslate"><span class="pre">match_columns</span></code> と <code class="docutils literal notranslate"><span class="pre">query</span></code> 引数を使い、複雑な検索機能を実装するために <code class="docutils literal notranslate"><span class="pre">filter</span></code> 引数を使います。</p>
932932 <p><code class="docutils literal notranslate"><span class="pre">query</span></code> と <code class="docutils literal notranslate"><span class="pre">filter</span></code> を指定した場合は、 <code class="docutils literal notranslate"><span class="pre">query</span></code> と <code class="docutils literal notranslate"><span class="pre">filter</span></code> にマッチしたレコードが選択されます。 <code class="docutils literal notranslate"><span class="pre">query</span></code> と <code class="docutils literal notranslate"><span class="pre">filter</span></code> のどちらも指定しなかった場合はすべてのレコードが選択されます。</p>
933933 <div class="section" id="match-columns">
934 <span id="select-match-columns"></span><h4><span class="section-number">7.3.56.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">match_columns</span></code><a class="headerlink" href="#match-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
934 <span id="select-match-columns"></span><h4><span class="section-number">7.3.57.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">match_columns</span></code><a class="headerlink" href="#match-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
935935 <p><code class="docutils literal notranslate"><span class="pre">query</span></code> 引数の値で全文検索をするときに使うデフォルトの検索対象カラムを指定します。全文検索対象のカラムは <code class="docutils literal notranslate"><span class="pre">query</span></code> 引数でも指定できます。検索対象カラムを <code class="docutils literal notranslate"><span class="pre">match_columns</span></code> で指定する場合と <code class="docutils literal notranslate"><span class="pre">query</span></code> で指定する場合の違いは重みとスコアー関数を指定できるかどうかです。 <code class="docutils literal notranslate"><span class="pre">match_columns</span></code> では指定できますが、 <code class="docutils literal notranslate"><span class="pre">query</span></code> では指定できません。</p>
936936 <p>重みは検索対象カラムの相対的な重要度です。重みの大きい検索対象カラムでマッチした場合は小さい検索対象カラムでマッチした場合よりも多くのヒットスコアがつきます。デフォルトの重みは1です。</p>
937937 <p>以下は簡単な <code class="docutils literal notranslate"><span class="pre">match_columns</span></code> の使用例です。</p>
10591059 <p>1つのデータカラム用のインデックスカラムを使う場合、データカラムに対応したインデックスカラムを指定します。つまり、 <code class="docutils literal notranslate"><span class="pre">TERMS_TABLE.INDEX_COLUMN</span></code> を指定するということです。一方で複数のデータカラムに対するインデックスカラムを使う場合、デフォルトではすべてのデータカラムが検索されます。もし特定のインデックスを使い、特定のデータカラムのみを検索したいなら、インデックスカラム名にデータカラム名を付与します。例えば、 <code class="docutils literal notranslate"><span class="pre">TERMS_TABLE.INDEX_COLUMN.DATA_COLUMN</span></code> といった具合にです。詳しい例は <a class="reference internal" href="../../tutorial/match_columns.html#full-text-search-with-specific-index-name"><span class="std std-ref">インデックス名を指定した全文検索</span></a> を参照してください。</p>
10601060 </div>
10611061 <div class="section" id="query">
1062 <span id="select-query"></span><h4><span class="section-number">7.3.56.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">query</span></code><a class="headerlink" href="#query" title="このヘッドラインへのパーマリンク">¶</a></h4>
1062 <span id="select-query"></span><h4><span class="section-number">7.3.57.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">query</span></code><a class="headerlink" href="#query" title="このヘッドラインへのパーマリンク">¶</a></h4>
10631063 <p>クエリーテキストを指定します。通常、全文検索をするために <code class="docutils literal notranslate"><span class="pre">match_columns</span></code> 引数と一緒に使います。 <code class="docutils literal notranslate"><span class="pre">query</span></code> 引数はWebページにある全文検索フォームで使いやすいように設計されています。クエリーテキストは <a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">クエリー構文</span></a> という書式を使います。この書式はGoogleの検索フォームのように一般的な検索フォームと似ています。例えば、 <code class="docutils literal notranslate"><span class="pre">word1</span> <span class="pre">word2</span></code> は <code class="docutils literal notranslate"><span class="pre">word1</span></code> と <code class="docutils literal notranslate"><span class="pre">word2</span></code> を含んでいるレコードを検索するという意味になります。 <code class="docutils literal notranslate"><span class="pre">word1</span> <span class="pre">OR</span> <span class="pre">word2</span></code> は <code class="docutils literal notranslate"><span class="pre">word1</span></code> または <code class="docutils literal notranslate"><span class="pre">word2</span></code> を含んでいるレコードを検索するという意味になります。</p>
10641064 <p>以下は論理積を使った検索の簡単な例です。</p>
10651065 <p>実行例:</p>
12901290 <p>他の演算子は <a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">クエリー構文</span></a> を参照してください。</p>
12911291 </div>
12921292 <div class="section" id="filter">
1293 <span id="select-filter"></span><h4><span class="section-number">7.3.56.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
1293 <span id="select-filter"></span><h4><span class="section-number">7.3.57.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
12941294 <p>フィルターテキストを指定します。通常、 <code class="docutils literal notranslate"><span class="pre">filter</span></code> は複雑な条件を指定するために使います。 <code class="docutils literal notranslate"><span class="pre">filter</span></code> は <code class="docutils literal notranslate"><span class="pre">query</span></code> 引数と一緒に使うこともできます。 <code class="docutils literal notranslate"><span class="pre">filter</span></code> と <code class="docutils literal notranslate"><span class="pre">query</span></code> を両方指定した場合はそれらを論理積で組み合わせます。つまり、マッチするレコードは <code class="docutils literal notranslate"><span class="pre">filter</span></code> にも <code class="docutils literal notranslate"><span class="pre">query</span></code> にもマッチしなければいけないということです。</p>
12951295 <p><code class="docutils literal notranslate"><span class="pre">filter</span></code> 引数は複雑な条件用に設計されています。フィルターテキストは <a class="reference internal" href="../grn_expr/script_syntax.html"><span class="doc">スクリプト構文</span></a> 書式で指定します。この書式はECMAScriptに似ています。例えば、 <code class="docutils literal notranslate"><span class="pre">column</span> <span class="pre">==</span> <span class="pre">&quot;value&quot;</span></code> は <code class="docutils literal notranslate"><span class="pre">column</span></code> カラムの値が <code class="docutils literal notranslate"><span class="pre">&quot;value&quot;</span></code> と等しいという意味です。 <code class="docutils literal notranslate"><span class="pre">column</span> <span class="pre">&lt;</span> <span class="pre">value</span></code> は <code class="docutils literal notranslate"><span class="pre">column</span></code> カラムの値が <code class="docutils literal notranslate"><span class="pre">value</span></code> よりも小さいという意味です。</p>
12961296 <p>以下は等価演算子を使った検索の簡単な例です。</p>
14151415 <p>他の演算子は <a class="reference internal" href="../grn_expr/script_syntax.html"><span class="doc">スクリプト構文</span></a> を参照してください。</p>
14161416 </div>
14171417 <div class="section" id="load-table">
1418 <span id="select-load-table"></span><h4><span class="section-number">7.3.56.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">load_table</span></code><a class="headerlink" href="#load-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
1418 <span id="select-load-table"></span><h4><span class="section-number">7.3.57.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">load_table</span></code><a class="headerlink" href="#load-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
14191419 <div class="versionadded">
14201420 <p><span class="versionmodified added">バージョン 9.0.1 で追加.</span></p>
14211421 </div>
15341534 </div>
15351535 </div>
15361536 <div class="section" id="load-columns">
1537 <span id="select-load-columns"></span><h4><span class="section-number">7.3.56.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">load_columns</span></code><a class="headerlink" href="#load-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
1537 <span id="select-load-columns"></span><h4><span class="section-number">7.3.57.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">load_columns</span></code><a class="headerlink" href="#load-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
15381538 <div class="versionadded">
15391539 <p><span class="versionmodified added">バージョン 9.0.1 で追加.</span></p>
15401540 </div>
15431543 <p>この引数の使い方は、 <code class="docutils literal notranslate"><span class="pre">--load_table</span></code> の例を参照してください。</p>
15441544 </div>
15451545 <div class="section" id="load-values">
1546 <span id="select-load-values"></span><h4><span class="section-number">7.3.56.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">load_values</span></code><a class="headerlink" href="#load-values" title="このヘッドラインへのパーマリンク">¶</a></h4>
1546 <span id="select-load-values"></span><h4><span class="section-number">7.3.57.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">load_values</span></code><a class="headerlink" href="#load-values" title="このヘッドラインへのパーマリンク">¶</a></h4>
15471547 <div class="versionadded">
15481548 <p><span class="versionmodified added">バージョン 9.0.1 で追加.</span></p>
15491549 </div>
15531553 </div>
15541554 </div>
15551555 <div class="section" id="advanced-search-parameters">
1556 <span id="select-advanced-search-parameters"></span><h3><span class="section-number">7.3.56.4.3. </span>高度な検索のための引数<a class="headerlink" href="#advanced-search-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
1556 <span id="select-advanced-search-parameters"></span><h3><span class="section-number">7.3.57.4.3. </span>高度な検索のための引数<a class="headerlink" href="#advanced-search-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
15571557 <div class="section" id="match-escalation-threshold">
1558 <span id="select-match-escalation-threshold"></span><h4><span class="section-number">7.3.56.4.3.1. </span><code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code><a class="headerlink" href="#match-escalation-threshold" title="このヘッドラインへのパーマリンク">¶</a></h4>
1558 <span id="select-match-escalation-threshold"></span><h4><span class="section-number">7.3.57.4.3.1. </span><code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code><a class="headerlink" href="#match-escalation-threshold" title="このヘッドラインへのパーマリンク">¶</a></h4>
15591559 <div class="versionadded">
15601560 <p><span class="versionmodified added">バージョン 8.0.1 で追加.</span></p>
15611561 </div>
16581658 <p>2番目の <code class="docutils literal notranslate"><span class="pre">select</span></code> コマンドも <code class="docutils literal notranslate"><span class="pre">Entries</span></code> テーブルから <code class="docutils literal notranslate"><span class="pre">content</span></code> カラムの値に <code class="docutils literal notranslate"><span class="pre">groo</span></code> という単語を含むレコードを検索します。そして、この <code class="docutils literal notranslate"><span class="pre">select</span></code> コマンドもマッチしません。この場合、マッチしたレコード数(0)が <code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code> (-1)より大きいので、検索方法をエスカレーションしません。そして、1つもレコードがマッチしません。</p>
16591659 </div>
16601660 <div class="section" id="match-escalation">
1661 <span id="select-match-escalation"></span><h4><span class="section-number">7.3.56.4.3.2. </span><code class="docutils literal notranslate"><span class="pre">match_escalation</span></code><a class="headerlink" href="#match-escalation" title="このヘッドラインへのパーマリンク">¶</a></h4>
1661 <span id="select-match-escalation"></span><h4><span class="section-number">7.3.57.4.3.2. </span><code class="docutils literal notranslate"><span class="pre">match_escalation</span></code><a class="headerlink" href="#match-escalation" title="このヘッドラインへのパーマリンク">¶</a></h4>
16621662 <p>検索方法のエスカレーションをどのように使うかを指定します。検索方法のエスカレーションについては <a class="reference internal" href="#select-match-escalation"><span class="std std-ref">match_escalation</span></a> と <a class="reference internal" href="../../spec/search.html"><span class="doc">検索</span></a> を参照してください。</p>
16631663 <p>指定可能な値は以下の通りです。</p>
16641664 <table class="docutils align-default">
17751775 <p>2番目の <code class="docutils literal notranslate"><span class="pre">select</span></code> コマンドも <code class="docutils literal notranslate"><span class="pre">Entries</span></code> テーブルから <code class="docutils literal notranslate"><span class="pre">content</span></code> カラムの値に <code class="docutils literal notranslate"><span class="pre">groo</span></code> という単語を含むレコードを検索します。しかし、この <code class="docutils literal notranslate"><span class="pre">select</span></code> コマンドは検索方法をエスカレーションします。そのため、この <code class="docutils literal notranslate"><span class="pre">select</span></code> コマンドはマッチします。</p>
17761776 </div>
17771777 <div class="section" id="query-expansion">
1778 <span id="select-query-expansion"></span><h4><span class="section-number">7.3.56.4.3.3. </span><code class="docutils literal notranslate"><span class="pre">query_expansion</span></code><a class="headerlink" href="#query-expansion" title="このヘッドラインへのパーマリンク">¶</a></h4>
1778 <span id="select-query-expansion"></span><h4><span class="section-number">7.3.57.4.3.3. </span><code class="docutils literal notranslate"><span class="pre">query_expansion</span></code><a class="headerlink" href="#query-expansion" title="このヘッドラインへのパーマリンク">¶</a></h4>
17791779 <div class="deprecated">
17801780 <p><span class="versionmodified deprecated">バージョン 3.0.2 で非推奨: </span>代わりに <a class="reference internal" href="#select-query-expander"><span class="std std-ref">query_expander</span></a> を使ってください。</p>
17811781 </div>
17821782 </div>
17831783 <div class="section" id="query-flags">
1784 <span id="select-query-flags"></span><h4><span class="section-number">7.3.56.4.3.4. </span><code class="docutils literal notranslate"><span class="pre">query_flags</span></code><a class="headerlink" href="#query-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
1784 <span id="select-query-flags"></span><h4><span class="section-number">7.3.57.4.3.4. </span><code class="docutils literal notranslate"><span class="pre">query_flags</span></code><a class="headerlink" href="#query-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
17851785 <p><code class="docutils literal notranslate"><span class="pre">query</span></code> パラメーターの構文をカスタマイズします。デフォルトでは <code class="docutils literal notranslate"><span class="pre">query</span></code> パラメーターでカラムの値を更新することはできません。しかし、 <code class="docutils literal notranslate"><span class="pre">query_flags</span></code> に <code class="docutils literal notranslate"><span class="pre">ALLOW_COLUMN|ALLOW_UPDATE</span></code> を指定することで <code class="docutils literal notranslate"><span class="pre">query</span></code> でカラムの値を更新することができます。</p>
17861786 <p>指定可能な値は以下の通りです。</p>
17871787 <ul class="simple">
21422142 <p><a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">クエリー構文</span></a> も見てください。</p>
21432143 </div>
21442144 <div class="section" id="query-expander">
2145 <span id="select-query-expander"></span><h4><span class="section-number">7.3.56.4.3.5. </span><code class="docutils literal notranslate"><span class="pre">query_expander</span></code><a class="headerlink" href="#query-expander" title="このヘッドラインへのパーマリンク">¶</a></h4>
2145 <span id="select-query-expander"></span><h4><span class="section-number">7.3.57.4.3.5. </span><code class="docutils literal notranslate"><span class="pre">query_expander</span></code><a class="headerlink" href="#query-expander" title="このヘッドラインへのパーマリンク">¶</a></h4>
21462146 <p>クエリー展開用の引数です。クエリー展開はクエリー中の特定の単語を別の単語に置換します。通常は類義語検索に使います。</p>
21472147 <p><code class="docutils literal notranslate"><span class="pre">query</span></code> 引数の値を置換するために使うカラムを指定します。この引数の値の書式は「 <code class="docutils literal notranslate"><span class="pre">${TABLE}.${COLUMN}</span></code> 」です。例えば、 「 <code class="docutils literal notranslate"><span class="pre">Terms.synonym</span></code> 」は <code class="docutils literal notranslate"><span class="pre">Terms</span></code> テーブルの <code class="docutils literal notranslate"><span class="pre">synonym</span></code> カラムを指定しています。</p>
21482148 <p>クエリー展開用のテーブルを「置換テーブル」と呼びます。置換テーブルのキーは <code class="docutils literal notranslate"><span class="pre">ShortText</span></code> にしてください。そのため、配列テーブル( <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> )は置換テーブルに使うことはできません。なぜなら、配列テーブルにはキーがないからです。</p>
23822382 </div>
23832383 </div>
23842384 <div class="section" id="output-related-parameters">
2385 <h3><span class="section-number">7.3.56.4.4. </span>出力関連の引数<a class="headerlink" href="#output-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
2385 <h3><span class="section-number">7.3.57.4.4. </span>出力関連の引数<a class="headerlink" href="#output-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
23862386 <div class="section" id="output-columns">
2387 <span id="select-output-columns"></span><h4><span class="section-number">7.3.56.4.4.1. </span><code class="docutils literal notranslate"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
2387 <span id="select-output-columns"></span><h4><span class="section-number">7.3.57.4.4.1. </span><code class="docutils literal notranslate"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
23882388 <p>出力するカラムを <code class="docutils literal notranslate"><span class="pre">,</span></code> 区切りで指定します。</p>
23892389 <p>以下は簡単な <code class="docutils literal notranslate"><span class="pre">output_columns</span></code> の使用例です。</p>
23902390 <p>実行例:</p>
24682468 <p>デフォルト値は <code class="docutils literal notranslate"><span class="pre">_id,</span> <span class="pre">_key,</span> <span class="pre">*</span></code> です。これは <code class="docutils literal notranslate"><span class="pre">_score</span></code> 以外の全てのカラムを出力するという意味です。</p>
24692469 </div>
24702470 <div class="section" id="sortby">
2471 <span id="select-sortby"></span><h4><span class="section-number">7.3.56.4.4.2. </span><code class="docutils literal notranslate"><span class="pre">sortby</span></code><a class="headerlink" href="#sortby" title="このヘッドラインへのパーマリンク">¶</a></h4>
2471 <span id="select-sortby"></span><h4><span class="section-number">7.3.57.4.4.2. </span><code class="docutils literal notranslate"><span class="pre">sortby</span></code><a class="headerlink" href="#sortby" title="このヘッドラインへのパーマリンク">¶</a></h4>
24722472 <div class="deprecated">
24732473 <p><span class="versionmodified deprecated">バージョン 6.0.3 で非推奨: </span>代わりに <a class="reference internal" href="#select-sort-keys"><span class="std std-ref">sort_keys</span></a> を使ってください。</p>
24742474 </div>
24752475 </div>
24762476 <div class="section" id="sort-keys">
2477 <span id="select-sort-keys"></span><h4><span class="section-number">7.3.56.4.4.3. </span><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
2477 <span id="select-sort-keys"></span><h4><span class="section-number">7.3.57.4.4.3. </span><code class="docutils literal notranslate"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
24782478 <p>ソートキーを <code class="docutils literal notranslate"><span class="pre">,</span></code> 区切りで指定します。それぞれのソートキーにはカラム名を指定します。</p>
24792479 <p>以下は簡単な <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code> の使用例です。</p>
24802480 <p>実行例:</p>
26722672 <p><code class="docutils literal notranslate"><span class="pre">query</span></code> 引数も <code class="docutils literal notranslate"><span class="pre">filter</span></code> 引数も指定しないで <code class="docutils literal notranslate"><span class="pre">_score</span></code> を使った場合は、 <code class="docutils literal notranslate"><span class="pre">_score</span></code> を無視して、ログファイルに警告を出力します。</p>
26732673 </div>
26742674 <div class="section" id="offset">
2675 <span id="select-offset"></span><h4><span class="section-number">7.3.56.4.4.4. </span><code class="docutils literal notranslate"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
2675 <span id="select-offset"></span><h4><span class="section-number">7.3.57.4.4.4. </span><code class="docutils literal notranslate"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
26762676 <p>出力するレコードの範囲を決めるためのオフセットを指定します。オフセットは0始まりです。 <code class="docutils literal notranslate"><span class="pre">--offset</span> <span class="pre">1</span></code> は2番目以降のレコードを出力するという意味になります。</p>
26772677 <p>実行例:</p>
26782678 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>select Entries --sort_keys _id --offset 3 --output_columns _key
27402740 <p>デフォルト値は <code class="docutils literal notranslate"><span class="pre">0</span></code> です。</p>
27412741 </div>
27422742 <div class="section" id="limit">
2743 <span id="select-limit"></span><h4><span class="section-number">7.3.56.4.4.5. </span><code class="docutils literal notranslate"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
2743 <span id="select-limit"></span><h4><span class="section-number">7.3.57.4.4.5. </span><code class="docutils literal notranslate"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
27442744 <p><code class="docutils literal notranslate"><span class="pre">limit</span></code> は出力レコード数の最大値を指定します。 もし、マッチしたレコード数が <code class="docutils literal notranslate"><span class="pre">limit</span></code> よりも小さい場合はすべてのレコードが出力されます。</p>
27452745 <p>以下は簡単な <code class="docutils literal notranslate"><span class="pre">limit</span></code> の使用例です。</p>
27462746 <p>実行例:</p>
28582858 <p>デフォルト値は <code class="docutils literal notranslate"><span class="pre">10</span></code> です。</p>
28592859 </div>
28602860 <div class="section" id="scorer">
2861 <span id="select-scorer"></span><h4><span class="section-number">7.3.56.4.4.6. </span><code class="docutils literal notranslate"><span class="pre">scorer</span></code><a class="headerlink" href="#scorer" title="このヘッドラインへのパーマリンク">¶</a></h4>
2861 <span id="select-scorer"></span><h4><span class="section-number">7.3.57.4.4.6. </span><code class="docutils literal notranslate"><span class="pre">scorer</span></code><a class="headerlink" href="#scorer" title="このヘッドラインへのパーマリンク">¶</a></h4>
28622862 <p>TODO: write in English and add example.</p>
28632863 <p>検索条件にマッチする全てのレコードに対して適用するgrn_exprをscript形式で指定します。</p>
28642864 <p>scorerは、検索処理が完了し、ソート処理が実行される前に呼び出されます。従って、各レコードのスコアを操作する式を指定しておけば、検索結果のソート順序をカスタマイズできるようになります。</p>
28652865 </div>
28662866 </div>
28672867 <div class="section" id="dynamic-column-related-parameters">
2868 <span id="select-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.56.4.5. </span>動的カラム関連の引数<a class="headerlink" href="#dynamic-column-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
2868 <span id="select-dynamic-column-related-parameters"></span><h3><span class="section-number">7.3.57.4.5. </span>動的カラム関連の引数<a class="headerlink" href="#dynamic-column-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
28692869 <div class="versionadded">
28702870 <p><span class="versionmodified added">バージョン 6.0.6 で追加.</span></p>
28712871 </div>
29272927 </pre></div>
29282928 </div>
29292929 <div class="section" id="columns-name-stage">
2930 <span id="select-columns-name-stage"></span><h4><span class="section-number">7.3.56.4.5.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
2930 <span id="select-columns-name-stage"></span><h4><span class="section-number">7.3.57.4.5.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
29312931 <div class="versionadded">
29322932 <p><span class="versionmodified added">バージョン 6.0.6 で追加.</span></p>
29332933 </div>
30203020 </div>
30213021 </div>
30223022 <div class="section" id="columns-name-flags">
3023 <span id="select-columns-name-flags"></span><h4><span class="section-number">7.3.56.4.5.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
3023 <span id="select-columns-name-flags"></span><h4><span class="section-number">7.3.57.4.5.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
30243024 <div class="versionadded">
30253025 <p><span class="versionmodified added">バージョン 6.0.6 で追加.</span></p>
30263026 </div>
31043104 </div>
31053105 </div>
31063106 <div class="section" id="columns-name-type">
3107 <span id="select-columns-name-type"></span><h4><span class="section-number">7.3.56.4.5.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
3107 <span id="select-columns-name-type"></span><h4><span class="section-number">7.3.57.4.5.3. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
31083108 <div class="versionadded">
31093109 <p><span class="versionmodified added">バージョン 6.0.6 で追加.</span></p>
31103110 </div>
31743174 </div>
31753175 </div>
31763176 <div class="section" id="columns-name-value">
3177 <span id="select-columns-name-value"></span><h4><span class="section-number">7.3.56.4.5.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="このヘッドラインへのパーマリンク">¶</a></h4>
3177 <span id="select-columns-name-value"></span><h4><span class="section-number">7.3.57.4.5.4. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="このヘッドラインへのパーマリンク">¶</a></h4>
31783178 <div class="versionadded">
31793179 <p><span class="versionmodified added">バージョン 6.0.6 で追加.</span></p>
31803180 </div>
32483248 </div>
32493249 </div>
32503250 <div class="section" id="window-function-related-parameters">
3251 <span id="select-window-function-related-parameters"></span><h3><span class="section-number">7.3.56.4.6. </span>ウィンドウ関数関連の引数<a class="headerlink" href="#window-function-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
3251 <span id="select-window-function-related-parameters"></span><h3><span class="section-number">7.3.57.4.6. </span>ウィンドウ関数関連の引数<a class="headerlink" href="#window-function-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
32523252 <div class="versionadded">
32533253 <p><span class="versionmodified added">バージョン 6.0.6 で追加.</span></p>
32543254 </div>
34213421 </tbody>
34223422 </table>
34233423 <div class="section" id="columns-name-window-sort-keys">
3424 <span id="select-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.56.4.6.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
3424 <span id="select-columns-name-window-sort-keys"></span><h4><span class="section-number">7.3.57.4.6.1. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
34253425 <div class="versionadded">
34263426 <p><span class="versionmodified added">バージョン 6.0.6 で追加.</span></p>
34273427 </div>
35053505 </div>
35063506 </div>
35073507 <div class="section" id="columns-name-window-group-keys">
3508 <span id="select-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.56.4.6.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
3508 <span id="select-columns-name-window-group-keys"></span><h4><span class="section-number">7.3.57.4.6.2. </span><code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
35093509 <div class="versionadded">
35103510 <p><span class="versionmodified added">バージョン 7.0.0 で追加.</span></p>
35113511 </div>
35893589 </div>
35903590 </div>
35913591 <div class="section" id="drilldown-related-parameters">
3592 <span id="select-drilldown-related-parameters"></span><h3><span class="section-number">7.3.56.4.7. </span>ドリルダウン関連の引数<a class="headerlink" href="#drilldown-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
3592 <span id="select-drilldown-related-parameters"></span><h3><span class="section-number">7.3.57.4.7. </span>ドリルダウン関連の引数<a class="headerlink" href="#drilldown-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
35933593 <p>このセクションでは基本的なドリルダウン関連の引数について説明します。高度なドリルダウン関連の引数は他のセクションで説明します。</p>
35943594 <div class="section" id="select-drilldown">
3595 <span id="id2"></span><h4><span class="section-number">7.3.56.4.7.1. </span><code class="docutils literal notranslate"><span class="pre">drilldown</span></code><a class="headerlink" href="#select-drilldown" title="このヘッドラインへのパーマリンク">¶</a></h4>
3595 <span id="id2"></span><h4><span class="section-number">7.3.57.4.7.1. </span><code class="docutils literal notranslate"><span class="pre">drilldown</span></code><a class="headerlink" href="#select-drilldown" title="このヘッドラインへのパーマリンク">¶</a></h4>
35963596 <p>グループ化するときに使うキーを <code class="docutils literal notranslate"><span class="pre">,</span></code> 区切りで指定します。</p>
35973597 <p>指定した検索条件にマッチしたレコードを指定したキーのそれぞれでグループ化します。検索条件を指定していない場合はすべてのレコードを指定したキーのそれぞれでグループ化します。</p>
35983598 <p>以下は簡単な <code class="docutils literal notranslate"><span class="pre">drilldown</span></code> の使用例です。</p>
38663866 </div></blockquote>
38673867 </div>
38683868 <div class="section" id="drilldown-sortby">
3869 <span id="select-drilldown-sortby"></span><h4><span class="section-number">7.3.56.4.7.2. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code><a class="headerlink" href="#drilldown-sortby" title="このヘッドラインへのパーマリンク">¶</a></h4>
3869 <span id="select-drilldown-sortby"></span><h4><span class="section-number">7.3.57.4.7.2. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code><a class="headerlink" href="#drilldown-sortby" title="このヘッドラインへのパーマリンク">¶</a></h4>
38703870 <div class="deprecated">
38713871 <p><span class="versionmodified deprecated">バージョン 6.0.3 で非推奨: </span><a class="reference internal" href="#select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> を代わりに使ってください</p>
38723872 </div>
38733873 </div>
38743874 <div class="section" id="drilldown-sort-keys">
3875 <span id="select-drilldown-sort-keys"></span><h4><span class="section-number">7.3.56.4.7.3. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code><a class="headerlink" href="#drilldown-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
3875 <span id="select-drilldown-sort-keys"></span><h4><span class="section-number">7.3.57.4.7.3. </span><code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code><a class="headerlink" href="#drilldown-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
38763876 <p>ドリルダウン結果のソートキーを <code class="docutils literal notranslate"><span class="pre">,</span></code> 区切りで指定します。それぞれのソートキーはカラム名を指定します。</p>
38773877 <p>グループ化されたレコード数は <code class="docutils literal notranslate"><span class="pre">_nsubrecs</span></code> <a class="reference internal" href="../columns/pseudo.html"><span class="doc">擬似カラム</span></a> 擬似カラムで参照できます。</p>
38783878 <p>以下は簡単な <code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code> の使用例です。</p>
40544054 <p>それぞれのドリルダウンで異なるソートキーを使いたい場合は <a class="reference internal" href="#select-advanced-drilldown-related-parameters"><span class="std std-ref">高度なドリルダウン関連のパラメーター</span></a> を参照してください。</p>
40554055 </div>
40564056 <div class="section" id="drilldown-output-columns">
4057 <span id="select-drilldown-output-columns"></span><h4><span class="section-number">7.3.56.4.7.4. </span><code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code><a class="headerlink" href="#drilldown-output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
4057 <span id="select-drilldown-output-columns"></span><h4><span class="section-number">7.3.57.4.7.4. </span><code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code><a class="headerlink" href="#drilldown-output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
40584058 <p>ドリルダウン結果から出力するカラムを <code class="docutils literal notranslate"><span class="pre">,</span></code> 区切りで指定します。</p>
40594059 <p>以下は <code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code> の使用例です。</p>
40604060 <p>実行例:</p>
42504250 <p><a class="reference internal" href="#select-drilldown-calc-types"><span class="std std-ref">drilldown_calc_types</span></a> を使うと、 <code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code> の中で <code class="docutils literal notranslate"><span class="pre">_max</span></code> 、 <code class="docutils literal notranslate"><span class="pre">_min</span></code> 、 <code class="docutils literal notranslate"><span class="pre">_sum</span></code> 、 <code class="docutils literal notranslate"><span class="pre">_avg</span></code> といった <a class="reference internal" href="../columns/pseudo.html"><span class="doc">擬似カラム</span></a> も使えるようになります。詳細は <code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code> のドキュメントを参照してください。</p>
42514251 </div>
42524252 <div class="section" id="drilldown-offset">
4253 <span id="select-drilldown-offset"></span><h4><span class="section-number">7.3.56.4.7.5. </span><code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code><a class="headerlink" href="#drilldown-offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
4253 <span id="select-drilldown-offset"></span><h4><span class="section-number">7.3.57.4.7.5. </span><code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code><a class="headerlink" href="#drilldown-offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
42544254 <p>ドリルダウン結果を出力するレコードの範囲を決めるためのオフセットを指定します。オフセットは0始まりです。 <code class="docutils literal notranslate"><span class="pre">--offset</span> <span class="pre">1</span></code> は2番目以降のレコードを出力するという意味になります。</p>
42554255 <p>以下は簡単な <code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code> の使用例です。</p>
42564256 <p>実行例:</p>
43634363 <p><code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code> のデフォルト値は <code class="docutils literal notranslate"><span class="pre">0</span></code> です。</p>
43644364 </div>
43654365 <div class="section" id="drilldown-limit">
4366 <span id="select-drilldown-limit"></span><h4><span class="section-number">7.3.56.4.7.6. </span><code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code><a class="headerlink" href="#drilldown-limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
4366 <span id="select-drilldown-limit"></span><h4><span class="section-number">7.3.57.4.7.6. </span><code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code><a class="headerlink" href="#drilldown-limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
43674367 <p><code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code> は出力グループ数の最大値を指定します。もし、グループ数 <code class="docutils literal notranslate"><span class="pre">limit</span></code> よりも小さい場合はすべてのグループが出力されます。</p>
43684368 <p>以下は <code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code> の使用例です。</p>
43694369 <p>実行例:</p>
44824482 <p><code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code> のデフォルト値は <code class="docutils literal notranslate"><span class="pre">10</span></code> です。</p>
44834483 </div>
44844484 <div class="section" id="drilldown-calc-types">
4485 <span id="select-drilldown-calc-types"></span><h4><span class="section-number">7.3.56.4.7.7. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code><a class="headerlink" href="#drilldown-calc-types" title="このヘッドラインへのパーマリンク">¶</a></h4>
4485 <span id="select-drilldown-calc-types"></span><h4><span class="section-number">7.3.57.4.7.7. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code><a class="headerlink" href="#drilldown-calc-types" title="このヘッドラインへのパーマリンク">¶</a></h4>
44864486 <p>ドリルダウンでグループ内のレコードの値を計算(集計)する方法を指定します。「 <code class="docutils literal notranslate"><span class="pre">,</span></code> 」で区切ることで複数の計算タイプを指定することもできます。たとえば、 <code class="docutils literal notranslate"><span class="pre">MAX,MIN</span></code> といった具合です。</p>
44874487 <p>計算対象の値はグループ内のレコードのカラムから取得します。このカラムは <a class="reference internal" href="#select-drilldown-calc-target"><span class="std std-ref">drilldown_calc_target</span></a> で指定します。</p>
44884488 <p>計算した値は <a class="reference internal" href="#select-drilldown-output-columns"><span class="std std-ref">drilldown_output_columns</span></a> の中で <code class="docutils literal notranslate"><span class="pre">_max</span></code> や <code class="docutils literal notranslate"><span class="pre">_min</span></code> のような <a class="reference internal" href="../columns/pseudo.html"><span class="doc">擬似カラム</span></a> を指定すると取得できます。</p>
49804980 <p><code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code> のデフォルト値は <code class="docutils literal notranslate"><span class="pre">NONE</span></code> です。これは、 <code class="docutils literal notranslate"><span class="pre">COUNT</span></code> だけが有効になっているという意味です。なぜなら、 <code class="docutils literal notranslate"><span class="pre">NONE</span></code> は単に無視されて、 <code class="docutils literal notranslate"><span class="pre">COUNT</span></code> は常に有効だからです。</p>
49814981 </div>
49824982 <div class="section" id="drilldown-calc-target">
4983 <span id="select-drilldown-calc-target"></span><h4><span class="section-number">7.3.56.4.7.8. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code><a class="headerlink" href="#drilldown-calc-target" title="このヘッドラインへのパーマリンク">¶</a></h4>
4983 <span id="select-drilldown-calc-target"></span><h4><span class="section-number">7.3.57.4.7.8. </span><code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code><a class="headerlink" href="#drilldown-calc-target" title="このヘッドラインへのパーマリンク">¶</a></h4>
49844984 <div class="versionadded">
49854985 <p><span class="versionmodified added">バージョン 6.0.3 で追加.</span></p>
49864986 </div>
49924992 <p><code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code> のデフォルト値は <code class="docutils literal notranslate"><span class="pre">null</span></code> です。これは計算対象カラムは何も指定されていないということです。</p>
49934993 </div>
49944994 <div class="section" id="drilldown-filter">
4995 <span id="select-drilldown-filter"></span><h4><span class="section-number">7.3.56.4.7.9. </span><code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code><a class="headerlink" href="#drilldown-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
4995 <span id="select-drilldown-filter"></span><h4><span class="section-number">7.3.57.4.7.9. </span><code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code><a class="headerlink" href="#drilldown-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
49964996 <div class="versionadded">
49974997 <p><span class="versionmodified added">バージョン 6.0.3 で追加.</span></p>
49984998 </div>
50785078 </div>
50795079 </div>
50805080 <div class="section" id="advanced-drilldown-related-parameters">
5081 <span id="select-advanced-drilldown-related-parameters"></span><h3><span class="section-number">7.3.56.4.8. </span>高度なドリルダウン関連のパラメーター<a class="headerlink" href="#advanced-drilldown-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
5081 <span id="select-advanced-drilldown-related-parameters"></span><h3><span class="section-number">7.3.57.4.8. </span>高度なドリルダウン関連のパラメーター<a class="headerlink" href="#advanced-drilldown-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
50825082 <div class="versionadded">
50835083 <p><span class="versionmodified added">バージョン 4.0.8 で追加.</span></p>
50845084 </div>
51725172 </div></blockquote>
51735173 <p>出力フォーマットは少し違います。これも追加の説明が必要です。</p>
51745174 <div class="section" id="drilldowns-label-keys">
5175 <span id="select-drilldowns-label-keys"></span><h4><span class="section-number">7.3.56.4.8.1. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code><a class="headerlink" href="#drilldowns-label-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
5175 <span id="select-drilldowns-label-keys"></span><h4><span class="section-number">7.3.57.4.8.1. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code><a class="headerlink" href="#drilldowns-label-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
51765176 <div class="versionadded">
51775177 <p><span class="versionmodified added">バージョン 4.0.8 で追加.</span></p>
51785178 </div>
52775277 <p><code class="docutils literal notranslate"><span class="pre">--drilldowns[tag].keys</span> <span class="pre">tag</span></code> のように <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code> にキーを1つだけしか指定していない場合は <code class="docutils literal notranslate"><span class="pre">_value.${KEY_NAME}</span></code> 構文を使うことはできません。この場合は <code class="docutils literal notranslate"><span class="pre">_key</span></code> を使ってください。これは、 <a class="reference internal" href="#select-drilldown-output-columns"><span class="std std-ref">drilldown_output_columns</span></a> と同じルールです。</p>
52785278 </div>
52795279 <div class="section" id="drilldowns-label-output-columns">
5280 <span id="select-drilldowns-label-output-columns"></span><h4><span class="section-number">7.3.56.4.8.2. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code><a class="headerlink" href="#drilldowns-label-output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
5280 <span id="select-drilldowns-label-output-columns"></span><h4><span class="section-number">7.3.57.4.8.2. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code><a class="headerlink" href="#drilldowns-label-output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
52815281 <div class="versionadded">
52825282 <p><span class="versionmodified added">バージョン 4.0.8 で追加.</span></p>
52835283 </div>
54075407 </div>
54085408 </div>
54095409 <div class="section" id="drilldowns-label-columns-name-stage">
5410 <span id="select-drilldowns-label-columns-name-stage"></span><h4><span class="section-number">7.3.56.4.8.3. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code><a class="headerlink" href="#drilldowns-label-columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
5410 <span id="select-drilldowns-label-columns-name-stage"></span><h4><span class="section-number">7.3.57.4.8.3. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code><a class="headerlink" href="#drilldowns-label-columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
54115411 <div class="versionadded">
54125412 <p><span class="versionmodified added">バージョン 6.0.5 で追加.</span></p>
54135413 </div>
55695569 </div>
55705570 </div>
55715571 <div class="section" id="output-format-for-drilldowns-label-style">
5572 <span id="select-drilldowns-label-output-format"></span><h4><span class="section-number">7.3.56.4.8.4. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}]</span></code> スタイルの出力フォーマット<a class="headerlink" href="#output-format-for-drilldowns-label-style" title="このヘッドラインへのパーマリンク">¶</a></h4>
5572 <span id="select-drilldowns-label-output-format"></span><h4><span class="section-number">7.3.57.4.8.4. </span><code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}]</span></code> スタイルの出力フォーマット<a class="headerlink" href="#output-format-for-drilldowns-label-style" title="このヘッドラインへのパーマリンク">¶</a></h4>
55735573 <p><a class="reference internal" href="#select-drilldown"><span class="std std-ref">drilldown</span></a> と <a class="reference internal" href="#select-drilldowns-label-keys"><span class="std std-ref">drilldowns[${LABEL}].keys</span></a> には出力フォーマットに違いがあります。 <a class="reference internal" href="#select-drilldown"><span class="std std-ref">drilldown</span></a> は複数のドリルダウン結果を出力するために配列を使います。 <a class="reference internal" href="#select-drilldowns-label-keys"><span class="std std-ref">drilldowns[${LABEL}].keys</span></a> は「ラベル」と「ドリルダウン結果」のペアの集まりを使います。</p>
55745574 <p><a class="reference internal" href="#select-drilldown"><span class="std std-ref">drilldown</span></a> の出力フォーマットは以下の通りです:</p>
55755575 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
56005600 </div>
56015601 </div>
56025602 <div class="section" id="slice-related-parameters">
5603 <span id="select-slice-related-parameters"></span><h3><span class="section-number">7.3.56.4.9. </span>スライス関連の引数<a class="headerlink" href="#slice-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
5603 <span id="select-slice-related-parameters"></span><h3><span class="section-number">7.3.57.4.9. </span>スライス関連の引数<a class="headerlink" href="#slice-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
56045604 <div class="versionadded">
56055605 <p><span class="versionmodified added">バージョン 6.0.3 で追加.</span></p>
56065606 </div>
56515651 </tbody>
56525652 </table>
56535653 <div class="section" id="slices-label-match-columns">
5654 <span id="select-slices-label-match-columns"></span><h4><span class="section-number">7.3.56.4.9.1. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].match_columns</span></code><a class="headerlink" href="#slices-label-match-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
5654 <span id="select-slices-label-match-columns"></span><h4><span class="section-number">7.3.57.4.9.1. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].match_columns</span></code><a class="headerlink" href="#slices-label-match-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
56555655 <p>TODO</p>
56565656 </div>
56575657 <div class="section" id="slices-label-query">
5658 <span id="select-slices-label-query"></span><h4><span class="section-number">7.3.56.4.9.2. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query</span></code><a class="headerlink" href="#slices-label-query" title="このヘッドラインへのパーマリンク">¶</a></h4>
5658 <span id="select-slices-label-query"></span><h4><span class="section-number">7.3.57.4.9.2. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query</span></code><a class="headerlink" href="#slices-label-query" title="このヘッドラインへのパーマリンク">¶</a></h4>
56595659 <p>TODO</p>
56605660 </div>
56615661 <div class="section" id="slices-label-filter">
5662 <span id="select-slices-label-filter"></span><h4><span class="section-number">7.3.56.4.9.3. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].filter</span></code><a class="headerlink" href="#slices-label-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
5662 <span id="select-slices-label-filter"></span><h4><span class="section-number">7.3.57.4.9.3. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].filter</span></code><a class="headerlink" href="#slices-label-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
56635663 <p>TODO</p>
56645664 </div>
56655665 <div class="section" id="slices-label-query-expander">
5666 <span id="select-slices-label-query-expander"></span><h4><span class="section-number">7.3.56.4.9.4. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_expander</span></code><a class="headerlink" href="#slices-label-query-expander" title="このヘッドラインへのパーマリンク">¶</a></h4>
5666 <span id="select-slices-label-query-expander"></span><h4><span class="section-number">7.3.57.4.9.4. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_expander</span></code><a class="headerlink" href="#slices-label-query-expander" title="このヘッドラインへのパーマリンク">¶</a></h4>
56675667 <p>TODO</p>
56685668 </div>
56695669 <div class="section" id="slices-label-query-flags">
5670 <span id="select-slices-label-query-flags"></span><h4><span class="section-number">7.3.56.4.9.5. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_flags</span></code><a class="headerlink" href="#slices-label-query-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
5670 <span id="select-slices-label-query-flags"></span><h4><span class="section-number">7.3.57.4.9.5. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_flags</span></code><a class="headerlink" href="#slices-label-query-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
56715671 <p>TODO</p>
56725672 </div>
56735673 <div class="section" id="slices-label-sort-keys">
5674 <span id="select-slices-label-sort-keys"></span><h4><span class="section-number">7.3.56.4.9.6. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].sort_keys</span></code><a class="headerlink" href="#slices-label-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
5674 <span id="select-slices-label-sort-keys"></span><h4><span class="section-number">7.3.57.4.9.6. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].sort_keys</span></code><a class="headerlink" href="#slices-label-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
56755675 <p>TODO</p>
56765676 </div>
56775677 <div class="section" id="slices-label-output-columns">
5678 <span id="select-slices-label-output-columns"></span><h4><span class="section-number">7.3.56.4.9.7. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].output_columns</span></code><a class="headerlink" href="#slices-label-output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
5678 <span id="select-slices-label-output-columns"></span><h4><span class="section-number">7.3.57.4.9.7. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].output_columns</span></code><a class="headerlink" href="#slices-label-output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
56795679 <p>TODO</p>
56805680 </div>
56815681 <div class="section" id="slices-label-offset">
5682 <span id="select-slices-label-offset"></span><h4><span class="section-number">7.3.56.4.9.8. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].offset</span></code><a class="headerlink" href="#slices-label-offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
5682 <span id="select-slices-label-offset"></span><h4><span class="section-number">7.3.57.4.9.8. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].offset</span></code><a class="headerlink" href="#slices-label-offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
56835683 <p>TODO</p>
56845684 </div>
56855685 <div class="section" id="slices-label-limit">
5686 <span id="select-slices-label-limit"></span><h4><span class="section-number">7.3.56.4.9.9. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].limit</span></code><a class="headerlink" href="#slices-label-limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
5686 <span id="select-slices-label-limit"></span><h4><span class="section-number">7.3.57.4.9.9. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].limit</span></code><a class="headerlink" href="#slices-label-limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
56875687 <p>TODO</p>
56885688 </div>
56895689 <div class="section" id="slices-label-table">
5690 <span id="select-slices-label-table"></span><h4><span class="section-number">7.3.56.4.9.10. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].table</span></code><a class="headerlink" href="#slices-label-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
5690 <span id="select-slices-label-table"></span><h4><span class="section-number">7.3.57.4.9.10. </span><code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].table</span></code><a class="headerlink" href="#slices-label-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
56915691 <p>TODO</p>
56925692 </div>
56935693 </div>
56945694 <div class="section" id="cache-related-parameter">
5695 <h3><span class="section-number">7.3.56.4.10. </span>キャッシュ関連の引数<a class="headerlink" href="#cache-related-parameter" title="このヘッドラインへのパーマリンク">¶</a></h3>
5695 <h3><span class="section-number">7.3.57.4.10. </span>キャッシュ関連の引数<a class="headerlink" href="#cache-related-parameter" title="このヘッドラインへのパーマリンク">¶</a></h3>
56965696 <div class="section" id="cache">
5697 <span id="select-cache"></span><h4><span class="section-number">7.3.56.4.10.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="このヘッドラインへのパーマリンク">¶</a></h4>
5697 <span id="select-cache"></span><h4><span class="section-number">7.3.57.4.10.1. </span><code class="docutils literal notranslate"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="このヘッドラインへのパーマリンク">¶</a></h4>
56985698 <p>このクエリーの結果をキャッシュするかどうかを指定します。</p>
56995699 <p>このクエリーの結果がキャッシュしてあると、次に同じクエリーを実行するときはキャッシュを使って高速にレスポンスを返すことができます。</p>
57005700 <p>これは既存のキャッシュされた結果を使うかどうかを指定するものではありません。</p>
57985798 </div>
57995799 </div>
58005800 <div class="section" id="score-related-parameters">
5801 <h3><span class="section-number">7.3.56.4.11. </span>スコアー関連の引数<a class="headerlink" href="#score-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
5801 <h3><span class="section-number">7.3.57.4.11. </span>スコアー関連の引数<a class="headerlink" href="#score-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
58025802 <p>スコアー関連のパラメーターは <code class="docutils literal notranslate"><span class="pre">adjuster</span></code> だけです。</p>
58035803 <div class="section" id="adjuster">
5804 <span id="select-adjuster"></span><h4><span class="section-number">7.3.56.4.11.1. </span><code class="docutils literal notranslate"><span class="pre">adjuster</span></code><a class="headerlink" href="#adjuster" title="このヘッドラインへのパーマリンク">¶</a></h4>
5804 <span id="select-adjuster"></span><h4><span class="section-number">7.3.57.4.11.1. </span><code class="docutils literal notranslate"><span class="pre">adjuster</span></code><a class="headerlink" href="#adjuster" title="このヘッドラインへのパーマリンク">¶</a></h4>
58055805 <p>1つ以上のスコアー調整式(score adjust expression)を指定します。 <code class="docutils literal notranslate"><span class="pre">adjuster</span></code> は <code class="docutils literal notranslate"><span class="pre">query</span></code> または <code class="docutils literal notranslate"><span class="pre">filter</span></code> と一緒に使います。検索しないリクエストでは <code class="docutils literal notranslate"><span class="pre">adjuster</span></code> は動きません。</p>
58065806 <p><code class="docutils literal notranslate"><span class="pre">adjuster</span></code> を使うと特定のレコードのスコアーを増やすことができます。重要なレコードに高いスコアーをつけるために <code class="docutils literal notranslate"><span class="pre">adjuster</span></code> を使えます。</p>
58075807 <p>例えば、 <code class="docutils literal notranslate"><span class="pre">groonga</span></code> タグがついたレコードのスコアーを増やすために <code class="docutils literal notranslate"><span class="pre">adjuster</span></code> を使えます。</p>
60166016 </div>
60176017 </div>
60186018 <div class="section" id="return-value">
6019 <span id="select-return-value"></span><h2><span class="section-number">7.3.56.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
6019 <span id="select-return-value"></span><h2><span class="section-number">7.3.57.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
60206020 <p>このコマンドは以下のフォーマットのレスポンスを返します。:</p>
60216021 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
60226022 HEADER,
61966196 <p><code class="docutils literal notranslate"><span class="pre">drilldownss[${LABEL}]</span></code> スタイルのドリルダウンの出力形式については <a class="reference internal" href="#select-drilldowns-label-output-format"><span class="std std-ref">drilldowns[${LABEL}] スタイルの出力フォーマット</span></a> も見てください。</p>
61976197 </div>
61986198 <div class="section" id="see-also">
6199 <h2><span class="section-number">7.3.56.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
6199 <h2><span class="section-number">7.3.57.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
62006200 <blockquote>
62016201 <div><ul class="simple">
62026202 <li><p><a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">クエリー構文</span></a></p></li>
62156215 <div class="sphinxsidebarwrapper">
62166216 <h3><a href="../../index.html">目次</a></h3>
62176217 <ul>
6218 <li><a class="reference internal" href="#">7.3.56. <code class="docutils literal notranslate"><span class="pre">select</span></code></a><ul>
6219 <li><a class="reference internal" href="#summary">7.3.56.1. 概要</a></li>
6220 <li><a class="reference internal" href="#syntax">7.3.56.2. 構文</a></li>
6221 <li><a class="reference internal" href="#usage">7.3.56.3. 使い方</a><ul>
6222 <li><a class="reference internal" href="#simple-usage">7.3.56.3.1. 簡単な使い方</a></li>
6223 <li><a class="reference internal" href="#search-conditions">7.3.56.3.2. 検索条件</a><ul>
6224 <li><a class="reference internal" href="#search-condition-query">7.3.56.3.2.1. 検索条件: <code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
6225 <li><a class="reference internal" href="#search-condition-filter">7.3.56.3.2.2. 検索条件: <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
6218 <li><a class="reference internal" href="#">7.3.57. <code class="docutils literal notranslate"><span class="pre">select</span></code></a><ul>
6219 <li><a class="reference internal" href="#summary">7.3.57.1. 概要</a></li>
6220 <li><a class="reference internal" href="#syntax">7.3.57.2. 構文</a></li>
6221 <li><a class="reference internal" href="#usage">7.3.57.3. 使い方</a><ul>
6222 <li><a class="reference internal" href="#simple-usage">7.3.57.3.1. 簡単な使い方</a></li>
6223 <li><a class="reference internal" href="#search-conditions">7.3.57.3.2. 検索条件</a><ul>
6224 <li><a class="reference internal" href="#search-condition-query">7.3.57.3.2.1. 検索条件: <code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
6225 <li><a class="reference internal" href="#search-condition-filter">7.3.57.3.2.2. 検索条件: <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
62266226 </ul>
62276227 </li>
6228 <li><a class="reference internal" href="#paging">7.3.56.3.3. ページング</a></li>
6229 <li><a class="reference internal" href="#the-total-number-of-records">7.3.56.3.4. 全レコード数</a></li>
6230 <li><a class="reference internal" href="#drilldown">7.3.56.3.5. ドリルダウン</a></li>
6231 <li><a class="reference internal" href="#dynamic-column">7.3.56.3.6. 動的カラム</a></li>
6232 <li><a class="reference internal" href="#window-function">7.3.56.3.7. ウィンドウ関数</a></li>
6228 <li><a class="reference internal" href="#paging">7.3.57.3.3. ページング</a></li>
6229 <li><a class="reference internal" href="#the-total-number-of-records">7.3.57.3.4. 全レコード数</a></li>
6230 <li><a class="reference internal" href="#drilldown">7.3.57.3.5. ドリルダウン</a></li>
6231 <li><a class="reference internal" href="#dynamic-column">7.3.57.3.6. 動的カラム</a></li>
6232 <li><a class="reference internal" href="#window-function">7.3.57.3.7. ウィンドウ関数</a></li>
62336233 </ul>
62346234 </li>
6235 <li><a class="reference internal" href="#parameters">7.3.56.4. 引数</a><ul>
6236 <li><a class="reference internal" href="#required-parameters">7.3.56.4.1. 必須引数</a><ul>
6237 <li><a class="reference internal" href="#table">7.3.56.4.1.1. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
6235 <li><a class="reference internal" href="#parameters">7.3.57.4. 引数</a><ul>
6236 <li><a class="reference internal" href="#required-parameters">7.3.57.4.1. 必須引数</a><ul>
6237 <li><a class="reference internal" href="#table">7.3.57.4.1.1. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
62386238 </ul>
62396239 </li>
6240 <li><a class="reference internal" href="#search-related-parameters">7.3.56.4.2. 検索関係の引数</a><ul>
6241 <li><a class="reference internal" href="#match-columns">7.3.56.4.2.1. <code class="docutils literal notranslate"><span class="pre">match_columns</span></code></a></li>
6242 <li><a class="reference internal" href="#query">7.3.56.4.2.2. <code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
6243 <li><a class="reference internal" href="#filter">7.3.56.4.2.3. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
6244 <li><a class="reference internal" href="#load-table">7.3.56.4.2.4. <code class="docutils literal notranslate"><span class="pre">load_table</span></code></a></li>
6245 <li><a class="reference internal" href="#load-columns">7.3.56.4.2.5. <code class="docutils literal notranslate"><span class="pre">load_columns</span></code></a></li>
6246 <li><a class="reference internal" href="#load-values">7.3.56.4.2.6. <code class="docutils literal notranslate"><span class="pre">load_values</span></code></a></li>
6240 <li><a class="reference internal" href="#search-related-parameters">7.3.57.4.2. 検索関係の引数</a><ul>
6241 <li><a class="reference internal" href="#match-columns">7.3.57.4.2.1. <code class="docutils literal notranslate"><span class="pre">match_columns</span></code></a></li>
6242 <li><a class="reference internal" href="#query">7.3.57.4.2.2. <code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
6243 <li><a class="reference internal" href="#filter">7.3.57.4.2.3. <code class="docutils literal notranslate"><span class="pre">filter</span></code></a></li>
6244 <li><a class="reference internal" href="#load-table">7.3.57.4.2.4. <code class="docutils literal notranslate"><span class="pre">load_table</span></code></a></li>
6245 <li><a class="reference internal" href="#load-columns">7.3.57.4.2.5. <code class="docutils literal notranslate"><span class="pre">load_columns</span></code></a></li>
6246 <li><a class="reference internal" href="#load-values">7.3.57.4.2.6. <code class="docutils literal notranslate"><span class="pre">load_values</span></code></a></li>
62476247 </ul>
62486248 </li>
6249 <li><a class="reference internal" href="#advanced-search-parameters">7.3.56.4.3. 高度な検索のための引数</a><ul>
6250 <li><a class="reference internal" href="#match-escalation-threshold">7.3.56.4.3.1. <code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code></a></li>
6251 <li><a class="reference internal" href="#match-escalation">7.3.56.4.3.2. <code class="docutils literal notranslate"><span class="pre">match_escalation</span></code></a></li>
6252 <li><a class="reference internal" href="#query-expansion">7.3.56.4.3.3. <code class="docutils literal notranslate"><span class="pre">query_expansion</span></code></a></li>
6253 <li><a class="reference internal" href="#query-flags">7.3.56.4.3.4. <code class="docutils literal notranslate"><span class="pre">query_flags</span></code></a></li>
6254 <li><a class="reference internal" href="#query-expander">7.3.56.4.3.5. <code class="docutils literal notranslate"><span class="pre">query_expander</span></code></a></li>
6249 <li><a class="reference internal" href="#advanced-search-parameters">7.3.57.4.3. 高度な検索のための引数</a><ul>
6250 <li><a class="reference internal" href="#match-escalation-threshold">7.3.57.4.3.1. <code class="docutils literal notranslate"><span class="pre">match_escalation_threshold</span></code></a></li>
6251 <li><a class="reference internal" href="#match-escalation">7.3.57.4.3.2. <code class="docutils literal notranslate"><span class="pre">match_escalation</span></code></a></li>
6252 <li><a class="reference internal" href="#query-expansion">7.3.57.4.3.3. <code class="docutils literal notranslate"><span class="pre">query_expansion</span></code></a></li>
6253 <li><a class="reference internal" href="#query-flags">7.3.57.4.3.4. <code class="docutils literal notranslate"><span class="pre">query_flags</span></code></a></li>
6254 <li><a class="reference internal" href="#query-expander">7.3.57.4.3.5. <code class="docutils literal notranslate"><span class="pre">query_expander</span></code></a></li>
62556255 </ul>
62566256 </li>
6257 <li><a class="reference internal" href="#output-related-parameters">7.3.56.4.4. 出力関連の引数</a><ul>
6258 <li><a class="reference internal" href="#output-columns">7.3.56.4.4.1. <code class="docutils literal notranslate"><span class="pre">output_columns</span></code></a></li>
6259 <li><a class="reference internal" href="#sortby">7.3.56.4.4.2. <code class="docutils literal notranslate"><span class="pre">sortby</span></code></a></li>
6260 <li><a class="reference internal" href="#sort-keys">7.3.56.4.4.3. <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code></a></li>
6261 <li><a class="reference internal" href="#offset">7.3.56.4.4.4. <code class="docutils literal notranslate"><span class="pre">offset</span></code></a></li>
6262 <li><a class="reference internal" href="#limit">7.3.56.4.4.5. <code class="docutils literal notranslate"><span class="pre">limit</span></code></a></li>
6263 <li><a class="reference internal" href="#scorer">7.3.56.4.4.6. <code class="docutils literal notranslate"><span class="pre">scorer</span></code></a></li>
6257 <li><a class="reference internal" href="#output-related-parameters">7.3.57.4.4. 出力関連の引数</a><ul>
6258 <li><a class="reference internal" href="#output-columns">7.3.57.4.4.1. <code class="docutils literal notranslate"><span class="pre">output_columns</span></code></a></li>
6259 <li><a class="reference internal" href="#sortby">7.3.57.4.4.2. <code class="docutils literal notranslate"><span class="pre">sortby</span></code></a></li>
6260 <li><a class="reference internal" href="#sort-keys">7.3.57.4.4.3. <code class="docutils literal notranslate"><span class="pre">sort_keys</span></code></a></li>
6261 <li><a class="reference internal" href="#offset">7.3.57.4.4.4. <code class="docutils literal notranslate"><span class="pre">offset</span></code></a></li>
6262 <li><a class="reference internal" href="#limit">7.3.57.4.4.5. <code class="docutils literal notranslate"><span class="pre">limit</span></code></a></li>
6263 <li><a class="reference internal" href="#scorer">7.3.57.4.4.6. <code class="docutils literal notranslate"><span class="pre">scorer</span></code></a></li>
62646264 </ul>
62656265 </li>
6266 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.56.4.5. 動的カラム関連の引数</a><ul>
6267 <li><a class="reference internal" href="#columns-name-stage">7.3.56.4.5.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
6268 <li><a class="reference internal" href="#columns-name-flags">7.3.56.4.5.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
6269 <li><a class="reference internal" href="#columns-name-type">7.3.56.4.5.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
6270 <li><a class="reference internal" href="#columns-name-value">7.3.56.4.5.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
6266 <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.57.4.5. 動的カラム関連の引数</a><ul>
6267 <li><a class="reference internal" href="#columns-name-stage">7.3.57.4.5.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].stage</span></code></a></li>
6268 <li><a class="reference internal" href="#columns-name-flags">7.3.57.4.5.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].flags</span></code></a></li>
6269 <li><a class="reference internal" href="#columns-name-type">7.3.57.4.5.3. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].type</span></code></a></li>
6270 <li><a class="reference internal" href="#columns-name-value">7.3.57.4.5.4. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].value</span></code></a></li>
62716271 </ul>
62726272 </li>
6273 <li><a class="reference internal" href="#window-function-related-parameters">7.3.56.4.6. ウィンドウ関数関連の引数</a><ul>
6274 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.56.4.6.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
6275 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.56.4.6.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
6273 <li><a class="reference internal" href="#window-function-related-parameters">7.3.57.4.6. ウィンドウ関数関連の引数</a><ul>
6274 <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.57.4.6.1. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
6275 <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.57.4.6.2. <code class="docutils literal notranslate"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
62766276 </ul>
62776277 </li>
6278 <li><a class="reference internal" href="#drilldown-related-parameters">7.3.56.4.7. ドリルダウン関連の引数</a><ul>
6279 <li><a class="reference internal" href="#select-drilldown">7.3.56.4.7.1. <code class="docutils literal notranslate"><span class="pre">drilldown</span></code></a></li>
6280 <li><a class="reference internal" href="#drilldown-sortby">7.3.56.4.7.2. <code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code></a></li>
6281 <li><a class="reference internal" href="#drilldown-sort-keys">7.3.56.4.7.3. <code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code></a></li>
6282 <li><a class="reference internal" href="#drilldown-output-columns">7.3.56.4.7.4. <code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code></a></li>
6283 <li><a class="reference internal" href="#drilldown-offset">7.3.56.4.7.5. <code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code></a></li>
6284 <li><a class="reference internal" href="#drilldown-limit">7.3.56.4.7.6. <code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code></a></li>
6285 <li><a class="reference internal" href="#drilldown-calc-types">7.3.56.4.7.7. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code></a></li>
6286 <li><a class="reference internal" href="#drilldown-calc-target">7.3.56.4.7.8. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code></a></li>
6287 <li><a class="reference internal" href="#drilldown-filter">7.3.56.4.7.9. <code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code></a></li>
6278 <li><a class="reference internal" href="#drilldown-related-parameters">7.3.57.4.7. ドリルダウン関連の引数</a><ul>
6279 <li><a class="reference internal" href="#select-drilldown">7.3.57.4.7.1. <code class="docutils literal notranslate"><span class="pre">drilldown</span></code></a></li>
6280 <li><a class="reference internal" href="#drilldown-sortby">7.3.57.4.7.2. <code class="docutils literal notranslate"><span class="pre">drilldown_sortby</span></code></a></li>
6281 <li><a class="reference internal" href="#drilldown-sort-keys">7.3.57.4.7.3. <code class="docutils literal notranslate"><span class="pre">drilldown_sort_keys</span></code></a></li>
6282 <li><a class="reference internal" href="#drilldown-output-columns">7.3.57.4.7.4. <code class="docutils literal notranslate"><span class="pre">drilldown_output_columns</span></code></a></li>
6283 <li><a class="reference internal" href="#drilldown-offset">7.3.57.4.7.5. <code class="docutils literal notranslate"><span class="pre">drilldown_offset</span></code></a></li>
6284 <li><a class="reference internal" href="#drilldown-limit">7.3.57.4.7.6. <code class="docutils literal notranslate"><span class="pre">drilldown_limit</span></code></a></li>
6285 <li><a class="reference internal" href="#drilldown-calc-types">7.3.57.4.7.7. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_types</span></code></a></li>
6286 <li><a class="reference internal" href="#drilldown-calc-target">7.3.57.4.7.8. <code class="docutils literal notranslate"><span class="pre">drilldown_calc_target</span></code></a></li>
6287 <li><a class="reference internal" href="#drilldown-filter">7.3.57.4.7.9. <code class="docutils literal notranslate"><span class="pre">drilldown_filter</span></code></a></li>
62886288 </ul>
62896289 </li>
6290 <li><a class="reference internal" href="#advanced-drilldown-related-parameters">7.3.56.4.8. 高度なドリルダウン関連のパラメーター</a><ul>
6291 <li><a class="reference internal" href="#drilldowns-label-keys">7.3.56.4.8.1. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code></a></li>
6292 <li><a class="reference internal" href="#drilldowns-label-output-columns">7.3.56.4.8.2. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code></a></li>
6293 <li><a class="reference internal" href="#drilldowns-label-columns-name-stage">7.3.56.4.8.3. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code></a></li>
6294 <li><a class="reference internal" href="#output-format-for-drilldowns-label-style">7.3.56.4.8.4. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}]</span></code> スタイルの出力フォーマット</a></li>
6290 <li><a class="reference internal" href="#advanced-drilldown-related-parameters">7.3.57.4.8. 高度なドリルダウン関連のパラメーター</a><ul>
6291 <li><a class="reference internal" href="#drilldowns-label-keys">7.3.57.4.8.1. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].keys</span></code></a></li>
6292 <li><a class="reference internal" href="#drilldowns-label-output-columns">7.3.57.4.8.2. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].output_columns</span></code></a></li>
6293 <li><a class="reference internal" href="#drilldowns-label-columns-name-stage">7.3.57.4.8.3. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].stage</span></code></a></li>
6294 <li><a class="reference internal" href="#output-format-for-drilldowns-label-style">7.3.57.4.8.4. <code class="docutils literal notranslate"><span class="pre">drilldowns[${LABEL}]</span></code> スタイルの出力フォーマット</a></li>
62956295 </ul>
62966296 </li>
6297 <li><a class="reference internal" href="#slice-related-parameters">7.3.56.4.9. スライス関連の引数</a><ul>
6298 <li><a class="reference internal" href="#slices-label-match-columns">7.3.56.4.9.1. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].match_columns</span></code></a></li>
6299 <li><a class="reference internal" href="#slices-label-query">7.3.56.4.9.2. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query</span></code></a></li>
6300 <li><a class="reference internal" href="#slices-label-filter">7.3.56.4.9.3. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].filter</span></code></a></li>
6301 <li><a class="reference internal" href="#slices-label-query-expander">7.3.56.4.9.4. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_expander</span></code></a></li>
6302 <li><a class="reference internal" href="#slices-label-query-flags">7.3.56.4.9.5. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_flags</span></code></a></li>
6303 <li><a class="reference internal" href="#slices-label-sort-keys">7.3.56.4.9.6. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].sort_keys</span></code></a></li>
6304 <li><a class="reference internal" href="#slices-label-output-columns">7.3.56.4.9.7. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].output_columns</span></code></a></li>
6305 <li><a class="reference internal" href="#slices-label-offset">7.3.56.4.9.8. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].offset</span></code></a></li>
6306 <li><a class="reference internal" href="#slices-label-limit">7.3.56.4.9.9. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].limit</span></code></a></li>
6307 <li><a class="reference internal" href="#slices-label-table">7.3.56.4.9.10. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].table</span></code></a></li>
6297 <li><a class="reference internal" href="#slice-related-parameters">7.3.57.4.9. スライス関連の引数</a><ul>
6298 <li><a class="reference internal" href="#slices-label-match-columns">7.3.57.4.9.1. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].match_columns</span></code></a></li>
6299 <li><a class="reference internal" href="#slices-label-query">7.3.57.4.9.2. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query</span></code></a></li>
6300 <li><a class="reference internal" href="#slices-label-filter">7.3.57.4.9.3. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].filter</span></code></a></li>
6301 <li><a class="reference internal" href="#slices-label-query-expander">7.3.57.4.9.4. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_expander</span></code></a></li>
6302 <li><a class="reference internal" href="#slices-label-query-flags">7.3.57.4.9.5. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].query_flags</span></code></a></li>
6303 <li><a class="reference internal" href="#slices-label-sort-keys">7.3.57.4.9.6. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].sort_keys</span></code></a></li>
6304 <li><a class="reference internal" href="#slices-label-output-columns">7.3.57.4.9.7. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].output_columns</span></code></a></li>
6305 <li><a class="reference internal" href="#slices-label-offset">7.3.57.4.9.8. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].offset</span></code></a></li>
6306 <li><a class="reference internal" href="#slices-label-limit">7.3.57.4.9.9. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].limit</span></code></a></li>
6307 <li><a class="reference internal" href="#slices-label-table">7.3.57.4.9.10. <code class="docutils literal notranslate"><span class="pre">slices[${LABEL}].table</span></code></a></li>
63086308 </ul>
63096309 </li>
6310 <li><a class="reference internal" href="#cache-related-parameter">7.3.56.4.10. キャッシュ関連の引数</a><ul>
6311 <li><a class="reference internal" href="#cache">7.3.56.4.10.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
6310 <li><a class="reference internal" href="#cache-related-parameter">7.3.57.4.10. キャッシュ関連の引数</a><ul>
6311 <li><a class="reference internal" href="#cache">7.3.57.4.10.1. <code class="docutils literal notranslate"><span class="pre">cache</span></code></a></li>
63126312 </ul>
63136313 </li>
6314 <li><a class="reference internal" href="#score-related-parameters">7.3.56.4.11. スコアー関連の引数</a><ul>
6315 <li><a class="reference internal" href="#adjuster">7.3.56.4.11.1. <code class="docutils literal notranslate"><span class="pre">adjuster</span></code></a></li>
6314 <li><a class="reference internal" href="#score-related-parameters">7.3.57.4.11. スコアー関連の引数</a><ul>
6315 <li><a class="reference internal" href="#adjuster">7.3.57.4.11.1. <code class="docutils literal notranslate"><span class="pre">adjuster</span></code></a></li>
63166316 </ul>
63176317 </li>
63186318 </ul>
63196319 </li>
6320 <li><a class="reference internal" href="#return-value">7.3.56.5. 戻り値</a></li>
6321 <li><a class="reference internal" href="#see-also">7.3.56.6. 参考</a></li>
6320 <li><a class="reference internal" href="#return-value">7.3.57.5. 戻り値</a></li>
6321 <li><a class="reference internal" href="#see-also">7.3.57.6. 参考</a></li>
63226322 </ul>
63236323 </li>
63246324 </ul>
63256325
63266326 <h4>前のトピックへ</h4>
63276327 <p class="topless"><a href="schema.html"
6328 title="前の章へ"><span class="section-number">7.3.55. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></p>
6328 title="前の章へ"><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">schema</span></code></a></p>
63296329 <h4>次のトピックへ</h4>
63306330 <p class="topless"><a href="shutdown.html"
6331 title="次の章へ"><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></p>
6331 title="次の章へ"><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></p>
63326332 <div id="searchbox" style="display: none" role="search">
63336333 <h3 id="searchlabel">クイック検索</h3>
63346334 <div class="searchformwrapper">
63506350 <a href="../../genindex.html" title="総合索引"
63516351 >索引</a></li>
63526352 <li class="right" >
6353 <a href="shutdown.html" title="7.3.57. shutdown"
6353 <a href="shutdown.html" title="7.3.58. shutdown"
63546354 >次へ</a> |</li>
63556355 <li class="right" >
6356 <a href="schema.html" title="7.3.55. schema"
6356 <a href="schema.html" title="7.3.56. schema"
63576357 >前へ</a> |</li>
6358 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
6358 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
63596359 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
63606360 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
6361 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
6361 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
63626362 </ul>
63636363 </div>
63646364 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.57. shutdown &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.58. shutdown &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.58. status" href="status.html" />
23 <link rel="prev" title="7.3.56. select" href="select.html" />
22 <link rel="next" title="7.3.59. status" href="status.html" />
23 <link rel="prev" title="7.3.57. select" href="select.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="status.html" title="7.3.58. status"
49 <a href="status.html" title="7.3.59. status"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="select.html" title="7.3.56. select"
52 <a href="select.html" title="7.3.57. select"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="shutdown">
67 <h1><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code><a class="headerlink" href="#shutdown" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code><a class="headerlink" href="#shutdown" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.57.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.58.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">shutdown</span></code> はGroongaサーバープロセスを終了します。</p>
7171 <p><code class="docutils literal notranslate"><span class="pre">shutdown</span></code> はデフォルトではgraceful shutdownを使います。もし、実行中のコマンドがあるならそれらのコマンドが終了してからGroongaサーバープロセスを終了します。 <code class="docutils literal notranslate"><span class="pre">shutdown</span></code> コマンドを実行した後は新しいコマンドを実行されません。</p>
7272 <div class="versionadded">
8585 </div>
8686 </div>
8787 <div class="section" id="syntax">
88 <h2><span class="section-number">7.3.57.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
88 <h2><span class="section-number">7.3.58.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8989 <p>このコマンドの引数は1つで省略できます:</p>
9090 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>shutdown [mode=graceful]
9191 </pre></div>
9292 </div>
9393 </div>
9494 <div class="section" id="usage">
95 <h2><span class="section-number">7.3.57.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
95 <h2><span class="section-number">7.3.58.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
9696 <p><code class="docutils literal notranslate"><span class="pre">shutdown</span></code> はデフォルトではgraceful shutdownを使います。</p>
9797 <p>実行例:</p>
9898 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>shutdown
114114 <p>immediate shutdownはgraceful shutdownする時間がないときに便利です。たとえば、WindowsはWindowsをシャットダウンするときに時間内に終了しないサービスを強制終了します。</p>
115115 </div>
116116 <div class="section" id="parameters">
117 <h2><span class="section-number">7.3.57.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
117 <h2><span class="section-number">7.3.58.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
118118 <p>このセクションではこのコマンドのパラメーターを説明します。</p>
119119 <div class="section" id="required-parameters">
120 <h3><span class="section-number">7.3.57.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
120 <h3><span class="section-number">7.3.58.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
121121 <p>必須の引数はありません。</p>
122122 </div>
123123 <div class="section" id="optional-parameters">
124 <h3><span class="section-number">7.3.57.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
124 <h3><span class="section-number">7.3.58.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
125125 <p>いくつか省略可能な引数があります。</p>
126126 <div class="section" id="mode">
127 <h4><span class="section-number">7.3.57.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">mode</span></code><a class="headerlink" href="#mode" title="このヘッドラインへのパーマリンク">¶</a></h4>
127 <h4><span class="section-number">7.3.58.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">mode</span></code><a class="headerlink" href="#mode" title="このヘッドラインへのパーマリンク">¶</a></h4>
128128 <p>シャットダウンのモードを指定します。利用可能なモードは次の通りです。</p>
129129 <table class="docutils align-default">
130130 <colgroup>
154154 </div>
155155 </div>
156156 <div class="section" id="return-value">
157 <h2><span class="section-number">7.3.57.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
157 <h2><span class="section-number">7.3.58.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
158158 <p><code class="docutils literal notranslate"><span class="pre">shutdown</span></code> はシャットダウンを受け付けたときは以下のようにボディが <code class="docutils literal notranslate"><span class="pre">true</span></code> になります。:</p>
159159 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
160160 </pre></div>
173173 <div class="sphinxsidebarwrapper">
174174 <h3><a href="../../index.html">目次</a></h3>
175175 <ul>
176 <li><a class="reference internal" href="#">7.3.57. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a><ul>
177 <li><a class="reference internal" href="#summary">7.3.57.1. 概要</a></li>
178 <li><a class="reference internal" href="#syntax">7.3.57.2. 構文</a></li>
179 <li><a class="reference internal" href="#usage">7.3.57.3. 使い方</a></li>
180 <li><a class="reference internal" href="#parameters">7.3.57.4. 引数</a><ul>
181 <li><a class="reference internal" href="#required-parameters">7.3.57.4.1. 必須引数</a></li>
182 <li><a class="reference internal" href="#optional-parameters">7.3.57.4.2. 省略可能引数</a><ul>
183 <li><a class="reference internal" href="#mode">7.3.57.4.2.1. <code class="docutils literal notranslate"><span class="pre">mode</span></code></a></li>
176 <li><a class="reference internal" href="#">7.3.58. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a><ul>
177 <li><a class="reference internal" href="#summary">7.3.58.1. 概要</a></li>
178 <li><a class="reference internal" href="#syntax">7.3.58.2. 構文</a></li>
179 <li><a class="reference internal" href="#usage">7.3.58.3. 使い方</a></li>
180 <li><a class="reference internal" href="#parameters">7.3.58.4. 引数</a><ul>
181 <li><a class="reference internal" href="#required-parameters">7.3.58.4.1. 必須引数</a></li>
182 <li><a class="reference internal" href="#optional-parameters">7.3.58.4.2. 省略可能引数</a><ul>
183 <li><a class="reference internal" href="#mode">7.3.58.4.2.1. <code class="docutils literal notranslate"><span class="pre">mode</span></code></a></li>
184184 </ul>
185185 </li>
186186 </ul>
187187 </li>
188 <li><a class="reference internal" href="#return-value">7.3.57.5. 戻り値</a></li>
188 <li><a class="reference internal" href="#return-value">7.3.58.5. 戻り値</a></li>
189189 </ul>
190190 </li>
191191 </ul>
192192
193193 <h4>前のトピックへ</h4>
194194 <p class="topless"><a href="select.html"
195 title="前の章へ"><span class="section-number">7.3.56. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></p>
195 title="前の章へ"><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">select</span></code></a></p>
196196 <h4>次のトピックへ</h4>
197197 <p class="topless"><a href="status.html"
198 title="次の章へ"><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></p>
198 title="次の章へ"><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></p>
199199 <div id="searchbox" style="display: none" role="search">
200200 <h3 id="searchlabel">クイック検索</h3>
201201 <div class="searchformwrapper">
217217 <a href="../../genindex.html" title="総合索引"
218218 >索引</a></li>
219219 <li class="right" >
220 <a href="status.html" title="7.3.58. status"
220 <a href="status.html" title="7.3.59. status"
221221 >次へ</a> |</li>
222222 <li class="right" >
223 <a href="select.html" title="7.3.56. select"
223 <a href="select.html" title="7.3.57. select"
224224 >前へ</a> |</li>
225 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
225 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
226226 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
227227 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
228 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
228 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
229229 </ul>
230230 </div>
231231 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.58. status &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.59. status &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.59. suggest" href="suggest.html" />
23 <link rel="prev" title="7.3.57. shutdown" href="shutdown.html" />
22 <link rel="next" title="7.3.60. suggest" href="suggest.html" />
23 <link rel="prev" title="7.3.58. shutdown" href="shutdown.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="suggest.html" title="7.3.59. suggest"
49 <a href="suggest.html" title="7.3.60. suggest"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="shutdown.html" title="7.3.57. shutdown"
52 <a href="shutdown.html" title="7.3.58. shutdown"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="status">
67 <h1><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">status</span></code><a class="headerlink" href="#status" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">status</span></code><a class="headerlink" href="#status" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.58.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.59.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">status</span></code> はこのリクエストを処理しているコンテキストの現在のステータスを返します。</p>
7171 <p>コンテキストはリクエストを処理する単位です。通常、各スレッドごとにコンテキストを作ります。</p>
7272 </div>
7373 <div class="section" id="syntax">
74 <h2><span class="section-number">7.3.58.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
74 <h2><span class="section-number">7.3.59.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7575 <p>このコマンドに引数はありません:</p>
7676 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>status
7777 </pre></div>
7878 </div>
7979 </div>
8080 <div class="section" id="usage">
81 <span id="status-usage"></span><h2><span class="section-number">7.3.58.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
81 <span id="status-usage"></span><h2><span class="section-number">7.3.59.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8282 <p>以下は簡単な使用例です。</p>
8383 <p>実行例:</p>
8484 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>status
106106 <p>このリクエストを処理しているコンテキストの現在のステータスを返します。詳細は <a class="reference internal" href="#status-return-value"><span class="std std-ref">戻り値</span></a> を参照してください。</p>
107107 </div>
108108 <div class="section" id="parameters">
109 <h2><span class="section-number">7.3.58.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
109 <h2><span class="section-number">7.3.59.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
110110 <p>このセクションではすべての引数について説明します。</p>
111111 <div class="section" id="required-parameters">
112 <h3><span class="section-number">7.3.58.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
112 <h3><span class="section-number">7.3.59.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
113113 <p>必須の引数はありません。</p>
114114 </div>
115115 <div class="section" id="optional-parameters">
116 <h3><span class="section-number">7.3.58.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
116 <h3><span class="section-number">7.3.59.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
117117 <p>省略可能な引数はありません。</p>
118118 </div>
119119 </div>
120120 <div class="section" id="return-value">
121 <span id="status-return-value"></span><h2><span class="section-number">7.3.58.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
121 <span id="status-return-value"></span><h2><span class="section-number">7.3.59.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
122122 <p>このコマンドはオブジェクトとして現在のステータスを返します。:</p>
123123 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[
124124 HEADER,
235235 <div class="sphinxsidebarwrapper">
236236 <h3><a href="../../index.html">目次</a></h3>
237237 <ul>
238 <li><a class="reference internal" href="#">7.3.58. <code class="docutils literal notranslate"><span class="pre">status</span></code></a><ul>
239 <li><a class="reference internal" href="#summary">7.3.58.1. 概要</a></li>
240 <li><a class="reference internal" href="#syntax">7.3.58.2. 構文</a></li>
241 <li><a class="reference internal" href="#usage">7.3.58.3. 使い方</a></li>
242 <li><a class="reference internal" href="#parameters">7.3.58.4. 引数</a><ul>
243 <li><a class="reference internal" href="#required-parameters">7.3.58.4.1. 必須引数</a></li>
244 <li><a class="reference internal" href="#optional-parameters">7.3.58.4.2. 省略可能引数</a></li>
238 <li><a class="reference internal" href="#">7.3.59. <code class="docutils literal notranslate"><span class="pre">status</span></code></a><ul>
239 <li><a class="reference internal" href="#summary">7.3.59.1. 概要</a></li>
240 <li><a class="reference internal" href="#syntax">7.3.59.2. 構文</a></li>
241 <li><a class="reference internal" href="#usage">7.3.59.3. 使い方</a></li>
242 <li><a class="reference internal" href="#parameters">7.3.59.4. 引数</a><ul>
243 <li><a class="reference internal" href="#required-parameters">7.3.59.4.1. 必須引数</a></li>
244 <li><a class="reference internal" href="#optional-parameters">7.3.59.4.2. 省略可能引数</a></li>
245245 </ul>
246246 </li>
247 <li><a class="reference internal" href="#return-value">7.3.58.5. 戻り値</a></li>
247 <li><a class="reference internal" href="#return-value">7.3.59.5. 戻り値</a></li>
248248 </ul>
249249 </li>
250250 </ul>
251251
252252 <h4>前のトピックへ</h4>
253253 <p class="topless"><a href="shutdown.html"
254 title="前の章へ"><span class="section-number">7.3.57. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></p>
254 title="前の章へ"><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></p>
255255 <h4>次のトピックへ</h4>
256256 <p class="topless"><a href="suggest.html"
257 title="次の章へ"><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></p>
257 title="次の章へ"><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></p>
258258 <div id="searchbox" style="display: none" role="search">
259259 <h3 id="searchlabel">クイック検索</h3>
260260 <div class="searchformwrapper">
276276 <a href="../../genindex.html" title="総合索引"
277277 >索引</a></li>
278278 <li class="right" >
279 <a href="suggest.html" title="7.3.59. suggest"
279 <a href="suggest.html" title="7.3.60. suggest"
280280 >次へ</a> |</li>
281281 <li class="right" >
282 <a href="shutdown.html" title="7.3.57. shutdown"
282 <a href="shutdown.html" title="7.3.58. shutdown"
283283 >前へ</a> |</li>
284 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
284 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
285285 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
286286 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
287 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
287 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
288288 </ul>
289289 </div>
290290 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.59. suggest &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.60. suggest &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.60. table_copy" href="table_copy.html" />
23 <link rel="prev" title="7.3.58. status" href="status.html" />
22 <link rel="next" title="7.3.61. table_copy" href="table_copy.html" />
23 <link rel="prev" title="7.3.59. status" href="status.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="table_copy.html" title="7.3.60. table_copy"
49 <a href="table_copy.html" title="7.3.61. table_copy"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="status.html" title="7.3.58. status"
52 <a href="status.html" title="7.3.59. status"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="suggest">
67 <h1><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code><a class="headerlink" href="#suggest" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code><a class="headerlink" href="#suggest" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="admonition note">
6969 <p class="admonition-title">注釈</p>
7070 <p>サジェスト機能の仕様はまだ確定していません。仕様は変更される可能性があります。</p>
7171 </div>
7272 <div class="section" id="summary">
73 <h2><span class="section-number">7.3.59.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
73 <h2><span class="section-number">7.3.60.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7474 <p>suggest - 指定されたクエリーに対する補完・補正・提案候補を返す。</p>
7575 <p>suggestコマンドは指定されたクエリーに対する補完・補正・提案候補を返します。</p>
7676 <p>補完・補正・提案については <a class="reference internal" href="../suggest/introduction.html"><span class="doc">はじめに</span></a> を参照してください。</p>
7777 </div>
7878 <div class="section" id="syntax">
79 <h2><span class="section-number">7.3.59.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
79 <h2><span class="section-number">7.3.60.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8080 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>suggest types
8181 table
8282 column
9292 </div>
9393 </div>
9494 <div class="section" id="usage">
95 <h2><span class="section-number">7.3.59.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
95 <h2><span class="section-number">7.3.60.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
9696 <p>以下は補完用の学習データです。</p>
9797 <p>実行例:</p>
9898 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>load --table event_query --each &#39;suggest_preparer(_id, type, item, sequence, time, pair_query)&#39;
309309 </div>
310310 </div>
311311 <div class="section" id="parameters">
312 <h2><span class="section-number">7.3.59.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
312 <h2><span class="section-number">7.3.60.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
313313 <dl>
314314 <dt><code class="docutils literal notranslate"><span class="pre">types</span></code></dt><dd><p>suggestコマンドでどの種類の候補を返すかを指定します。</p>
315315 <p>指定できる種類は以下の通りです。</p>
425425 </dl>
426426 </div>
427427 <div class="section" id="return-value">
428 <h2><span class="section-number">7.3.59.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
428 <h2><span class="section-number">7.3.60.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
429429 <p>返されるJSON形式は以下の通りです:</p>
430430 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>{&quot;type1&quot;: [[&quot;candidate1&quot;, score of candidate1],
431431 [&quot;candidate2&quot;, score of candidate2],
450450 </div></blockquote>
451451 </div>
452452 <div class="section" id="see-also">
453 <h2><span class="section-number">7.3.59.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
453 <h2><span class="section-number">7.3.60.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
454454 <ul class="simple">
455455 <li><p><a class="reference internal" href="../suggest.html"><span class="doc">サジェスト</span></a></p></li>
456456 <li><p><a class="reference internal" href="../executables/groonga-suggest-create-dataset.html"><span class="doc">groonga-suggest-create-dataset</span></a></p></li>
467467 <div class="sphinxsidebarwrapper">
468468 <h3><a href="../../index.html">目次</a></h3>
469469 <ul>
470 <li><a class="reference internal" href="#">7.3.59. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a><ul>
471 <li><a class="reference internal" href="#summary">7.3.59.1. 概要</a></li>
472 <li><a class="reference internal" href="#syntax">7.3.59.2. 構文</a></li>
473 <li><a class="reference internal" href="#usage">7.3.59.3. 使い方</a></li>
474 <li><a class="reference internal" href="#parameters">7.3.59.4. 引数</a></li>
475 <li><a class="reference internal" href="#return-value">7.3.59.5. 戻り値</a></li>
476 <li><a class="reference internal" href="#see-also">7.3.59.6. 参考</a></li>
470 <li><a class="reference internal" href="#">7.3.60. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a><ul>
471 <li><a class="reference internal" href="#summary">7.3.60.1. 概要</a></li>
472 <li><a class="reference internal" href="#syntax">7.3.60.2. 構文</a></li>
473 <li><a class="reference internal" href="#usage">7.3.60.3. 使い方</a></li>
474 <li><a class="reference internal" href="#parameters">7.3.60.4. 引数</a></li>
475 <li><a class="reference internal" href="#return-value">7.3.60.5. 戻り値</a></li>
476 <li><a class="reference internal" href="#see-also">7.3.60.6. 参考</a></li>
477477 </ul>
478478 </li>
479479 </ul>
480480
481481 <h4>前のトピックへ</h4>
482482 <p class="topless"><a href="status.html"
483 title="前の章へ"><span class="section-number">7.3.58. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></p>
483 title="前の章へ"><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">status</span></code></a></p>
484484 <h4>次のトピックへ</h4>
485485 <p class="topless"><a href="table_copy.html"
486 title="次の章へ"><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></p>
486 title="次の章へ"><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></p>
487487 <div id="searchbox" style="display: none" role="search">
488488 <h3 id="searchlabel">クイック検索</h3>
489489 <div class="searchformwrapper">
505505 <a href="../../genindex.html" title="総合索引"
506506 >索引</a></li>
507507 <li class="right" >
508 <a href="table_copy.html" title="7.3.60. table_copy"
508 <a href="table_copy.html" title="7.3.61. table_copy"
509509 >次へ</a> |</li>
510510 <li class="right" >
511 <a href="status.html" title="7.3.58. status"
511 <a href="status.html" title="7.3.59. status"
512512 >前へ</a> |</li>
513 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
513 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
514514 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
515515 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
516 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
516 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
517517 </ul>
518518 </div>
519519 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.60. table_copy &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.61. table_copy &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.61. table_create" href="table_create.html" />
23 <link rel="prev" title="7.3.59. suggest" href="suggest.html" />
22 <link rel="next" title="7.3.62. table_create" href="table_create.html" />
23 <link rel="prev" title="7.3.60. suggest" href="suggest.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="table_create.html" title="7.3.61. table_create"
49 <a href="table_create.html" title="7.3.62. table_create"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="suggest.html" title="7.3.59. suggest"
52 <a href="suggest.html" title="7.3.60. suggest"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="table-copy">
67 <h1><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code><a class="headerlink" href="#table-copy" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code><a class="headerlink" href="#table-copy" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.60.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.61.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 6.0.8 で追加.</span></p>
7272 </div>
7373 <p>TOOD: Write me</p>
7474 </div>
7575 <div class="section" id="syntax">
76 <h2><span class="section-number">7.3.60.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
76 <h2><span class="section-number">7.3.61.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7777 <p>このコマンドには2つの引数があります。</p>
7878 <p>すべての引数は必須です:</p>
7979 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_copy from_name
8282 </div>
8383 </div>
8484 <div class="section" id="usage">
85 <h2><span class="section-number">7.3.60.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
85 <h2><span class="section-number">7.3.61.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8686 </div>
8787 <div class="section" id="parameters">
88 <h2><span class="section-number">7.3.60.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
88 <h2><span class="section-number">7.3.61.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
8989 <p>このセクションでは引数について説明します。</p>
9090 <div class="section" id="required-parameters">
91 <h3><span class="section-number">7.3.60.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
91 <h3><span class="section-number">7.3.61.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
9292 <p>すべての引数は必須です。</p>
9393 <div class="section" id="from-name">
94 <h4><span class="section-number">7.3.60.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">from_name</span></code><a class="headerlink" href="#from-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
94 <h4><span class="section-number">7.3.61.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">from_name</span></code><a class="headerlink" href="#from-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
9595 <p>ソーステーブル名を指定します。</p>
9696 </div>
9797 <div class="section" id="to-name">
98 <h4><span class="section-number">7.3.60.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">to_name</span></code><a class="headerlink" href="#to-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
98 <h4><span class="section-number">7.3.61.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">to_name</span></code><a class="headerlink" href="#to-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
9999 <p>コピー先のテーブル名を指定します。</p>
100100 </div>
101101 </div>
102102 <div class="section" id="optional-parameters">
103 <h3><span class="section-number">7.3.60.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
103 <h3><span class="section-number">7.3.61.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
104104 <p>省略可能な引数はありません。</p>
105105 </div>
106106 </div>
107107 <div class="section" id="return-value">
108 <h2><span class="section-number">7.3.60.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
108 <h2><span class="section-number">7.3.61.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
109109 <p>このコマンドが成功したときは以下のようにボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります:</p>
110110 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
111111 </pre></div>
124124 <div class="sphinxsidebarwrapper">
125125 <h3><a href="../../index.html">目次</a></h3>
126126 <ul>
127 <li><a class="reference internal" href="#">7.3.60. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a><ul>
128 <li><a class="reference internal" href="#summary">7.3.60.1. 概要</a></li>
129 <li><a class="reference internal" href="#syntax">7.3.60.2. 構文</a></li>
130 <li><a class="reference internal" href="#usage">7.3.60.3. 使い方</a></li>
131 <li><a class="reference internal" href="#parameters">7.3.60.4. 引数</a><ul>
132 <li><a class="reference internal" href="#required-parameters">7.3.60.4.1. 必須引数</a><ul>
133 <li><a class="reference internal" href="#from-name">7.3.60.4.1.1. <code class="docutils literal notranslate"><span class="pre">from_name</span></code></a></li>
134 <li><a class="reference internal" href="#to-name">7.3.60.4.1.2. <code class="docutils literal notranslate"><span class="pre">to_name</span></code></a></li>
127 <li><a class="reference internal" href="#">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a><ul>
128 <li><a class="reference internal" href="#summary">7.3.61.1. 概要</a></li>
129 <li><a class="reference internal" href="#syntax">7.3.61.2. 構文</a></li>
130 <li><a class="reference internal" href="#usage">7.3.61.3. 使い方</a></li>
131 <li><a class="reference internal" href="#parameters">7.3.61.4. 引数</a><ul>
132 <li><a class="reference internal" href="#required-parameters">7.3.61.4.1. 必須引数</a><ul>
133 <li><a class="reference internal" href="#from-name">7.3.61.4.1.1. <code class="docutils literal notranslate"><span class="pre">from_name</span></code></a></li>
134 <li><a class="reference internal" href="#to-name">7.3.61.4.1.2. <code class="docutils literal notranslate"><span class="pre">to_name</span></code></a></li>
135135 </ul>
136136 </li>
137 <li><a class="reference internal" href="#optional-parameters">7.3.60.4.2. 省略可能引数</a></li>
137 <li><a class="reference internal" href="#optional-parameters">7.3.61.4.2. 省略可能引数</a></li>
138138 </ul>
139139 </li>
140 <li><a class="reference internal" href="#return-value">7.3.60.5. 戻り値</a></li>
140 <li><a class="reference internal" href="#return-value">7.3.61.5. 戻り値</a></li>
141141 </ul>
142142 </li>
143143 </ul>
144144
145145 <h4>前のトピックへ</h4>
146146 <p class="topless"><a href="suggest.html"
147 title="前の章へ"><span class="section-number">7.3.59. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></p>
147 title="前の章へ"><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></p>
148148 <h4>次のトピックへ</h4>
149149 <p class="topless"><a href="table_create.html"
150 title="次の章へ"><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></p>
150 title="次の章へ"><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></p>
151151 <div id="searchbox" style="display: none" role="search">
152152 <h3 id="searchlabel">クイック検索</h3>
153153 <div class="searchformwrapper">
169169 <a href="../../genindex.html" title="総合索引"
170170 >索引</a></li>
171171 <li class="right" >
172 <a href="table_create.html" title="7.3.61. table_create"
172 <a href="table_create.html" title="7.3.62. table_create"
173173 >次へ</a> |</li>
174174 <li class="right" >
175 <a href="suggest.html" title="7.3.59. suggest"
175 <a href="suggest.html" title="7.3.60. suggest"
176176 >前へ</a> |</li>
177 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
177 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
178178 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
179179 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
180 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
180 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
181181 </ul>
182182 </div>
183183 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.61. table_create &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.62. table_create &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.62. table_list" href="table_list.html" />
23 <link rel="prev" title="7.3.60. table_copy" href="table_copy.html" />
22 <link rel="next" title="7.3.63. table_list" href="table_list.html" />
23 <link rel="prev" title="7.3.61. table_copy" href="table_copy.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="table_list.html" title="7.3.62. table_list"
49 <a href="table_list.html" title="7.3.63. table_list"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="table_copy.html" title="7.3.60. table_copy"
52 <a href="table_copy.html" title="7.3.61. table_copy"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="table-create">
67 <h1><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code><a class="headerlink" href="#table-create" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code><a class="headerlink" href="#table-create" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.61.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.62.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">table_create</span></code> は現在のデータベースに新しいテーブルを作成します。データを保存したり検索したりするために、1つ以上のテーブルを作成する必要があります。</p>
7171 <p>テーブルの詳細は <a class="reference internal" href="../tables.html"><span class="doc">テーブル</span></a> を見てください。</p>
7272 </div>
7373 <div class="section" id="syntax">
74 <h2><span class="section-number">7.3.61.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
74 <h2><span class="section-number">7.3.62.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7575 <p>このコマンドにはたくさんの引数があります。</p>
7676 <p>必須の引数は <code class="docutils literal notranslate"><span class="pre">name</span></code> だけで、残りは省略できます:</p>
7777 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create name
8686 </div>
8787 </div>
8888 <div class="section" id="usage">
89 <h2><span class="section-number">7.3.61.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
89 <h2><span class="section-number">7.3.62.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
9090 <p>このセクションでは次のことについて説明します。</p>
9191 <blockquote>
9292 <div><ul class="simple">
9898 </ul>
9999 </div></blockquote>
100100 <div class="section" id="create-data-store-table">
101 <span id="table-create-data-store"></span><h3><span class="section-number">7.3.61.3.1. </span>データ保存用テーブルの作成<a class="headerlink" href="#create-data-store-table" title="このヘッドラインへのパーマリンク">¶</a></h3>
101 <span id="table-create-data-store"></span><h3><span class="section-number">7.3.62.3.1. </span>データ保存用テーブルの作成<a class="headerlink" href="#create-data-store-table" title="このヘッドラインへのパーマリンク">¶</a></h3>
102102 <p>データ保存用のテーブルにはどの種類のテーブルでも使えます。テーブルの種類については <a class="reference internal" href="../tables.html"><span class="doc">テーブル</span></a> を参照してください。</p>
103103 <p>テーブルの型は <code class="docutils literal notranslate"><span class="pre">TABLE_${TYPE}</span></code> を <code class="docutils literal notranslate"><span class="pre">flags</span></code> 引数に指定します。</p>
104104 <p>以下は <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> テーブルを使う例です。</p>
112112 <p>キーでレコードを検索したり、カラムからレコードを参照したりする場合は、 <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> 型は適していません。全文検索用の語彙表として使うケースはこのケースです。</p>
113113 </div>
114114 <div class="section" id="create-large-data-store-table">
115 <span id="table-create-large-data-store"></span><h3><span class="section-number">7.3.61.3.2. </span>大きなデータ保存用テーブルの作成<a class="headerlink" href="#create-large-data-store-table" title="このヘッドラインへのパーマリンク">¶</a></h3>
115 <span id="table-create-large-data-store"></span><h3><span class="section-number">7.3.62.3.2. </span>大きなデータ保存用テーブルの作成<a class="headerlink" href="#create-large-data-store-table" title="このヘッドラインへのパーマリンク">¶</a></h3>
116116 <p>たくさんの大きなキーを保存したいとき、テーブルにすべてのキーを保存できないかもしれません。もし、総キーデータが4GiBより大きいなら、デフォルトではすべてのキーデータをテーブルに保存できません。</p>
117117 <p><code class="docutils literal notranslate"><span class="pre">KEY_LARGE</span></code> フラグを使うと4GiBから1TiBに最大総キーサイズを拡張できます。 <code class="docutils literal notranslate"><span class="pre">KEY_LARGE</span></code> フラグは <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code> を使っているときだけ使えます。 <code class="docutils literal notranslate"><span class="pre">KEY_LARGE</span></code> フラグは <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> 、 <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> 、 <code class="docutils literal notranslate"><span class="pre">TABLE_DAT_KEY</span></code> と一緒に使えません。</p>
118118 <p>以下はたくさんの大きなキーを保存することができるテーブルを作る例です。</p>
124124 <p>この <code class="docutils literal notranslate"><span class="pre">table_create</span></code> コマンドは、名前が <code class="docutils literal notranslate"><span class="pre">Paths</span></code> で <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code> 型のテーブルを作成します。 <code class="docutils literal notranslate"><span class="pre">Paths</span></code> テーブルはたくさんの大きなキーを保存できます。</p>
125125 </div>
126126 <div class="section" id="create-lexicon">
127 <span id="table-create-lexicon"></span><h3><span class="section-number">7.3.61.3.3. </span>語彙表の作成<a class="headerlink" href="#create-lexicon" title="このヘッドラインへのパーマリンク">¶</a></h3>
127 <span id="table-create-lexicon"></span><h3><span class="section-number">7.3.62.3.3. </span>語彙表の作成<a class="headerlink" href="#create-lexicon" title="このヘッドラインへのパーマリンク">¶</a></h3>
128128 <p>語彙表用のテーブルには <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> 以外の型のテーブルを使います。語彙表はキーをサポートしていないといけませんが、 <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> はキーをサポートしていません。</p>
129129 <p>以下は <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> テーブルを作る例です。</p>
130130 <p>実行例:</p>
146146 <p>上記の理由から、 <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> が語彙表に適したテーブルの型です。</p>
147147 </div>
148148 <div class="section" id="create-tag-index-table">
149 <span id="table-create-tag-index-table"></span><h3><span class="section-number">7.3.61.3.4. </span>タグインデックス用テーブルの作成<a class="headerlink" href="#create-tag-index-table" title="このヘッドラインへのパーマリンク">¶</a></h3>
149 <span id="table-create-tag-index-table"></span><h3><span class="section-number">7.3.62.3.4. </span>タグインデックス用テーブルの作成<a class="headerlink" href="#create-tag-index-table" title="このヘッドラインへのパーマリンク">¶</a></h3>
150150 <p>タグインデックス用のテーブルには <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> 以外の型のテーブルを使えます。タグインデックス用のテーブルはキーのサポートが必要ですが、 <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> はキーをサポートしていません。</p>
151151 <p>以下は <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code> 型のテーブルを作る例です。</p>
152152 <p>実行例:</p>
160160 <p>もし、前方一致検索機能も必要な場合(例えば、 <code class="docutils literal notranslate"><span class="pre">&quot;gr&quot;</span></code> というキーワードで <code class="docutils literal notranslate"><span class="pre">&quot;groonga&quot;</span></code> を検索する場合)は、 <code class="docutils literal notranslate"><span class="pre">TABLE_DAT_KEY</span></code> が適切です。 <code class="docutils literal notranslate"><span class="pre">TABLE_DAT_KEY</span></code> はサイズの大きなテーブルですが、タグの数はそれほど多くならないので、サイズは重要ではありません。</p>
161161 </div>
162162 <div class="section" id="create-range-index-table">
163 <span id="table-create-range-index-table"></span><h3><span class="section-number">7.3.61.3.5. </span>範囲検索用のインデックステーブルの作成<a class="headerlink" href="#create-range-index-table" title="このヘッドラインへのパーマリンク">¶</a></h3>
163 <span id="table-create-range-index-table"></span><h3><span class="section-number">7.3.62.3.5. </span>範囲検索用のインデックステーブルの作成<a class="headerlink" href="#create-range-index-table" title="このヘッドラインへのパーマリンク">¶</a></h3>
164164 <p>範囲検索用のインデックステーブルには <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> 型と <code class="docutils literal notranslate"><span class="pre">TABLE_DAT_KEY</span></code> 型を使えます。範囲検索用のインデックステーブルは範囲検索をサポートしている必要がありますが、 <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> 型と <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code> 型はサポートしていません。</p>
165165 <p>以下は <code class="docutils literal notranslate"><span class="pre">TABLE_DAT_KEY</span></code> テーブルを作成する例です。</p>
166166 <p>実行例:</p>
175175 </div>
176176 </div>
177177 <div class="section" id="parameters">
178 <h2><span class="section-number">7.3.61.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
178 <h2><span class="section-number">7.3.62.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
179179 <p>このセクションではすべての引数について説明します。</p>
180180 <div class="section" id="required-parameters">
181 <h3><span class="section-number">7.3.61.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
181 <h3><span class="section-number">7.3.62.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
182182 <p>必須の引数は1つです。</p>
183183 <div class="section" id="name">
184 <span id="table-create-name"></span><h4><span class="section-number">7.3.61.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h4>
184 <span id="table-create-name"></span><h4><span class="section-number">7.3.62.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h4>
185185 <p>作成するテーブル名を指定します。 <code class="docutils literal notranslate"><span class="pre">name</span></code> は必ず指定しなければいけません。</p>
186186 <p>利用可能な文字は以下の通りです。</p>
187187 <ul class="simple">
197197 </div>
198198 </div>
199199 <div class="section" id="optional-parameters">
200 <h3><span class="section-number">7.3.61.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
200 <h3><span class="section-number">7.3.62.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
201201 <p>いくつか省略可能な引数があります。</p>
202202 <div class="section" id="flags">
203 <span id="table-create-flags"></span><h4><span class="section-number">7.3.61.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
203 <span id="table-create-flags"></span><h4><span class="section-number">7.3.62.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
204204 <p>テーブルの型とテーブルをカスタマイズするオプションを指定します。</p>
205205 <p>指定可能なフラグは以下の通りです。</p>
206206 <table class="docutils align-default">
244244 <p>デフォルトのフラグは <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code> です。</p>
245245 </div>
246246 <div class="section" id="key-type">
247 <span id="table-create-key-type"></span><h4><span class="section-number">7.3.61.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">key_type</span></code><a class="headerlink" href="#key-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
247 <span id="table-create-key-type"></span><h4><span class="section-number">7.3.62.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">key_type</span></code><a class="headerlink" href="#key-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
248248 <p>キーの型を指定します。</p>
249249 <p><code class="docutils literal notranslate"><span class="pre">flags</span></code> パラメーターに <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code> 、 <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> または <code class="docutils literal notranslate"><span class="pre">TABLE_DAT_KEY</span></code> を指定した場合は、 <code class="docutils literal notranslate"><span class="pre">key_type</span></code> オプションを指定する必要があります。</p>
250250 <p>型の一覧は <a class="reference internal" href="../types.html"><span class="doc">データ型</span></a> にあります。</p>
251251 <p>デフォルト値はありません。</p>
252252 </div>
253253 <div class="section" id="value-type">
254 <span id="table-create-value-type"></span><h4><span class="section-number">7.3.61.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">value_type</span></code><a class="headerlink" href="#value-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
254 <span id="table-create-value-type"></span><h4><span class="section-number">7.3.62.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">value_type</span></code><a class="headerlink" href="#value-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
255255 <p>値の型を指定します。</p>
256256 <p><code class="docutils literal notranslate"><span class="pre">flags</span></code> パラメーターに <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> 、 <code class="docutils literal notranslate"><span class="pre">TABLE_HASH_KEY</span></code> または <code class="docutils literal notranslate"><span class="pre">TABLE_PAT_KEY</span></code> を指定した場合は「値」を使うことができます。「値」の型は固定長でなければいけません。例えば、 <code class="docutils literal notranslate"><span class="pre">UInt32</span></code> は使えますが、 <code class="docutils literal notranslate"><span class="pre">ShortText</span></code> は使えません。この場合は値ではなく、カラムを使ってください。</p>
257257 <p>デフォルト値はありません。</p>
258258 </div>
259259 <div class="section" id="default-tokenizer">
260 <span id="table-create-default-tokenizer"></span><h4><span class="section-number">7.3.61.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">default_tokenizer</span></code><a class="headerlink" href="#default-tokenizer" title="このヘッドラインへのパーマリンク">¶</a></h4>
260 <span id="table-create-default-tokenizer"></span><h4><span class="section-number">7.3.62.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">default_tokenizer</span></code><a class="headerlink" href="#default-tokenizer" title="このヘッドラインへのパーマリンク">¶</a></h4>
261261 <p>デフォルトトークナイザーを指定します。これは、検索時とデータロード時に使われます。</p>
262262 <p>テーブルを全文検索インデックスの語彙表として使う場合は <code class="docutils literal notranslate"><span class="pre">default_tokenizer</span></code> を指定しなければいけません。利用可能なトークナイザーは <a class="reference internal" href="../tokenizers.html"><span class="doc">トークナイザー</span></a> を参照してください。全文検索する場合はこのリストの中からトークナイザーを選んでください。</p>
263263 <p>次の場合は <code class="docutils literal notranslate"><span class="pre">default_tokenizer</span></code> を指定する必要はありません。</p>
279279 <p>デフォルト値はありません。</p>
280280 </div>
281281 <div class="section" id="normalizer">
282 <span id="table-create-normalizer"></span><h4><span class="section-number">7.3.61.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">normalizer</span></code><a class="headerlink" href="#normalizer" title="このヘッドラインへのパーマリンク">¶</a></h4>
282 <span id="table-create-normalizer"></span><h4><span class="section-number">7.3.62.4.2.5. </span><code class="docutils literal notranslate"><span class="pre">normalizer</span></code><a class="headerlink" href="#normalizer" title="このヘッドラインへのパーマリンク">¶</a></h4>
283283 <p>キーを正規化するために使うノーマライザーを指定します。</p>
284284 <p><code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> はキーをサポートしていないので、 <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> と <code class="docutils literal notranslate"><span class="pre">normalizer</span></code> を一緒に指定することはできません。</p>
285285 <p>ノーマライザーの一覧は <a class="reference internal" href="../normalizers.html"><span class="doc">ノーマライザー</span></a> にあります。</p>
286286 <p>デフォルト値はありません。</p>
287287 </div>
288288 <div class="section" id="token-filters">
289 <span id="table-create-token-filters"></span><h4><span class="section-number">7.3.61.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">token_filters</span></code><a class="headerlink" href="#token-filters" title="このヘッドラインへのパーマリンク">¶</a></h4>
289 <span id="table-create-token-filters"></span><h4><span class="section-number">7.3.62.4.2.6. </span><code class="docutils literal notranslate"><span class="pre">token_filters</span></code><a class="headerlink" href="#token-filters" title="このヘッドラインへのパーマリンク">¶</a></h4>
290290 <p>トークンフィルターを「,」(カンマ)区切りで指定します。トークンフィルターはトークンに所定の処理を行うために使われます。</p>
291291 <p><code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> はキーをサポートしていないので、 <code class="docutils literal notranslate"><span class="pre">TABLE_NO_KEY</span></code> と <code class="docutils literal notranslate"><span class="pre">token_filters</span></code> を一緒に指定することはできません。</p>
292292 <p>トークンフィルターの一覧は <a class="reference internal" href="../token_filters.html"><span class="doc">トークンフィルター</span></a> にあります。</p>
293293 <p>デフォルト値はありません。</p>
294294 </div>
295295 <div class="section" id="path">
296 <h4><span class="section-number">7.3.61.4.2.7. </span><code class="docutils literal notranslate"><span class="pre">path</span></code><a class="headerlink" href="#path" title="このヘッドラインへのパーマリンク">¶</a></h4>
296 <h4><span class="section-number">7.3.62.4.2.7. </span><code class="docutils literal notranslate"><span class="pre">path</span></code><a class="headerlink" href="#path" title="このヘッドラインへのパーマリンク">¶</a></h4>
297297 <div class="versionadded">
298298 <p><span class="versionmodified added">バージョン 10.0.7 で追加.</span></p>
299299 </div>
305305 </div>
306306 </div>
307307 <div class="section" id="return-value">
308 <h2><span class="section-number">7.3.61.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
308 <h2><span class="section-number">7.3.62.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
309309 <p><code class="docutils literal notranslate"><span class="pre">table_create</span></code> が成功したときは以下のようにボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります:</p>
310310 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
311311 </pre></div>
314314 <p><code class="docutils literal notranslate"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
315315 </div>
316316 <div class="section" id="see-also">
317 <h2><span class="section-number">7.3.61.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
317 <h2><span class="section-number">7.3.62.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
318318 <ul class="simple">
319319 <li><p><a class="reference internal" href="../tables.html"><span class="doc">テーブル</span></a></p></li>
320320 <li><p><a class="reference internal" href="column_create.html"><span class="doc">column_create</span></a></p></li>
334334 <div class="sphinxsidebarwrapper">
335335 <h3><a href="../../index.html">目次</a></h3>
336336 <ul>
337 <li><a class="reference internal" href="#">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a><ul>
338 <li><a class="reference internal" href="#summary">7.3.61.1. 概要</a></li>
339 <li><a class="reference internal" href="#syntax">7.3.61.2. 構文</a></li>
340 <li><a class="reference internal" href="#usage">7.3.61.3. 使い方</a><ul>
341 <li><a class="reference internal" href="#create-data-store-table">7.3.61.3.1. データ保存用テーブルの作成</a></li>
342 <li><a class="reference internal" href="#create-large-data-store-table">7.3.61.3.2. 大きなデータ保存用テーブルの作成</a></li>
343 <li><a class="reference internal" href="#create-lexicon">7.3.61.3.3. 語彙表の作成</a></li>
344 <li><a class="reference internal" href="#create-tag-index-table">7.3.61.3.4. タグインデックス用テーブルの作成</a></li>
345 <li><a class="reference internal" href="#create-range-index-table">7.3.61.3.5. 範囲検索用のインデックステーブルの作成</a></li>
346 </ul>
347 </li>
348 <li><a class="reference internal" href="#parameters">7.3.61.4. 引数</a><ul>
349 <li><a class="reference internal" href="#required-parameters">7.3.61.4.1. 必須引数</a><ul>
350 <li><a class="reference internal" href="#name">7.3.61.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
351 </ul>
352 </li>
353 <li><a class="reference internal" href="#optional-parameters">7.3.61.4.2. 省略可能引数</a><ul>
354 <li><a class="reference internal" href="#flags">7.3.61.4.2.1. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
355 <li><a class="reference internal" href="#key-type">7.3.61.4.2.2. <code class="docutils literal notranslate"><span class="pre">key_type</span></code></a></li>
356 <li><a class="reference internal" href="#value-type">7.3.61.4.2.3. <code class="docutils literal notranslate"><span class="pre">value_type</span></code></a></li>
357 <li><a class="reference internal" href="#default-tokenizer">7.3.61.4.2.4. <code class="docutils literal notranslate"><span class="pre">default_tokenizer</span></code></a></li>
358 <li><a class="reference internal" href="#normalizer">7.3.61.4.2.5. <code class="docutils literal notranslate"><span class="pre">normalizer</span></code></a></li>
359 <li><a class="reference internal" href="#token-filters">7.3.61.4.2.6. <code class="docutils literal notranslate"><span class="pre">token_filters</span></code></a></li>
360 <li><a class="reference internal" href="#path">7.3.61.4.2.7. <code class="docutils literal notranslate"><span class="pre">path</span></code></a></li>
361 </ul>
362 </li>
363 </ul>
364 </li>
365 <li><a class="reference internal" href="#return-value">7.3.61.5. 戻り値</a></li>
366 <li><a class="reference internal" href="#see-also">7.3.61.6. 参考</a></li>
337 <li><a class="reference internal" href="#">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a><ul>
338 <li><a class="reference internal" href="#summary">7.3.62.1. 概要</a></li>
339 <li><a class="reference internal" href="#syntax">7.3.62.2. 構文</a></li>
340 <li><a class="reference internal" href="#usage">7.3.62.3. 使い方</a><ul>
341 <li><a class="reference internal" href="#create-data-store-table">7.3.62.3.1. データ保存用テーブルの作成</a></li>
342 <li><a class="reference internal" href="#create-large-data-store-table">7.3.62.3.2. 大きなデータ保存用テーブルの作成</a></li>
343 <li><a class="reference internal" href="#create-lexicon">7.3.62.3.3. 語彙表の作成</a></li>
344 <li><a class="reference internal" href="#create-tag-index-table">7.3.62.3.4. タグインデックス用テーブルの作成</a></li>
345 <li><a class="reference internal" href="#create-range-index-table">7.3.62.3.5. 範囲検索用のインデックステーブルの作成</a></li>
346 </ul>
347 </li>
348 <li><a class="reference internal" href="#parameters">7.3.62.4. 引数</a><ul>
349 <li><a class="reference internal" href="#required-parameters">7.3.62.4.1. 必須引数</a><ul>
350 <li><a class="reference internal" href="#name">7.3.62.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
351 </ul>
352 </li>
353 <li><a class="reference internal" href="#optional-parameters">7.3.62.4.2. 省略可能引数</a><ul>
354 <li><a class="reference internal" href="#flags">7.3.62.4.2.1. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
355 <li><a class="reference internal" href="#key-type">7.3.62.4.2.2. <code class="docutils literal notranslate"><span class="pre">key_type</span></code></a></li>
356 <li><a class="reference internal" href="#value-type">7.3.62.4.2.3. <code class="docutils literal notranslate"><span class="pre">value_type</span></code></a></li>
357 <li><a class="reference internal" href="#default-tokenizer">7.3.62.4.2.4. <code class="docutils literal notranslate"><span class="pre">default_tokenizer</span></code></a></li>
358 <li><a class="reference internal" href="#normalizer">7.3.62.4.2.5. <code class="docutils literal notranslate"><span class="pre">normalizer</span></code></a></li>
359 <li><a class="reference internal" href="#token-filters">7.3.62.4.2.6. <code class="docutils literal notranslate"><span class="pre">token_filters</span></code></a></li>
360 <li><a class="reference internal" href="#path">7.3.62.4.2.7. <code class="docutils literal notranslate"><span class="pre">path</span></code></a></li>
361 </ul>
362 </li>
363 </ul>
364 </li>
365 <li><a class="reference internal" href="#return-value">7.3.62.5. 戻り値</a></li>
366 <li><a class="reference internal" href="#see-also">7.3.62.6. 参考</a></li>
367367 </ul>
368368 </li>
369369 </ul>
370370
371371 <h4>前のトピックへ</h4>
372372 <p class="topless"><a href="table_copy.html"
373 title="前の章へ"><span class="section-number">7.3.60. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></p>
373 title="前の章へ"><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></p>
374374 <h4>次のトピックへ</h4>
375375 <p class="topless"><a href="table_list.html"
376 title="次の章へ"><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></p>
376 title="次の章へ"><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></p>
377377 <div id="searchbox" style="display: none" role="search">
378378 <h3 id="searchlabel">クイック検索</h3>
379379 <div class="searchformwrapper">
395395 <a href="../../genindex.html" title="総合索引"
396396 >索引</a></li>
397397 <li class="right" >
398 <a href="table_list.html" title="7.3.62. table_list"
398 <a href="table_list.html" title="7.3.63. table_list"
399399 >次へ</a> |</li>
400400 <li class="right" >
401 <a href="table_copy.html" title="7.3.60. table_copy"
401 <a href="table_copy.html" title="7.3.61. table_copy"
402402 >前へ</a> |</li>
403 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
403 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
404404 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
405405 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
406 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
406 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
407407 </ul>
408408 </div>
409409 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.62. table_list &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.63. table_list &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.63. table_remove" href="table_remove.html" />
23 <link rel="prev" title="7.3.61. table_create" href="table_create.html" />
22 <link rel="next" title="7.3.64. table_remove" href="table_remove.html" />
23 <link rel="prev" title="7.3.62. table_create" href="table_create.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="table_remove.html" title="7.3.63. table_remove"
49 <a href="table_remove.html" title="7.3.64. table_remove"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="table_create.html" title="7.3.61. table_create"
52 <a href="table_create.html" title="7.3.62. table_create"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="table-list">
67 <h1><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code><a class="headerlink" href="#table-list" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code><a class="headerlink" href="#table-list" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.62.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.63.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p>table_list - DBに定義されているテーブルをリスト表示</p>
7171 <p>Groonga組込コマンドの一つであるtable_listについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
7272 <p>table_listは、DBに定義されているテーブルのリストを表示します。</p>
7373 </div>
7474 <div class="section" id="syntax">
75 <h2><span class="section-number">7.3.62.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
75 <h2><span class="section-number">7.3.63.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7676 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_list
7777 </pre></div>
7878 </div>
7979 </div>
8080 <div class="section" id="usage">
81 <h2><span class="section-number">7.3.62.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
81 <h2><span class="section-number">7.3.63.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8282 <p>実行例:</p>
8383 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_list
8484 # [
128128 </div>
129129 </div>
130130 <div class="section" id="parameters">
131 <h2><span class="section-number">7.3.62.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
131 <h2><span class="section-number">7.3.63.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
132132 <p>ありません。</p>
133133 </div>
134134 <div class="section" id="return-value">
135 <h2><span class="section-number">7.3.62.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
135 <h2><span class="section-number">7.3.63.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
136136 <p>テーブル名一覧が以下の形式で返却されます。:</p>
137137 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[[[テーブル情報名1,テーブル情報型1],...], テーブル情報1,...]
138138 </pre></div>
187187 <div class="sphinxsidebarwrapper">
188188 <h3><a href="../../index.html">目次</a></h3>
189189 <ul>
190 <li><a class="reference internal" href="#">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a><ul>
191 <li><a class="reference internal" href="#summary">7.3.62.1. 概要</a></li>
192 <li><a class="reference internal" href="#syntax">7.3.62.2. 構文</a></li>
193 <li><a class="reference internal" href="#usage">7.3.62.3. 使い方</a></li>
194 <li><a class="reference internal" href="#parameters">7.3.62.4. 引数</a></li>
195 <li><a class="reference internal" href="#return-value">7.3.62.5. 戻り値</a></li>
190 <li><a class="reference internal" href="#">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a><ul>
191 <li><a class="reference internal" href="#summary">7.3.63.1. 概要</a></li>
192 <li><a class="reference internal" href="#syntax">7.3.63.2. 構文</a></li>
193 <li><a class="reference internal" href="#usage">7.3.63.3. 使い方</a></li>
194 <li><a class="reference internal" href="#parameters">7.3.63.4. 引数</a></li>
195 <li><a class="reference internal" href="#return-value">7.3.63.5. 戻り値</a></li>
196196 </ul>
197197 </li>
198198 </ul>
199199
200200 <h4>前のトピックへ</h4>
201201 <p class="topless"><a href="table_create.html"
202 title="前の章へ"><span class="section-number">7.3.61. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></p>
202 title="前の章へ"><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></p>
203203 <h4>次のトピックへ</h4>
204204 <p class="topless"><a href="table_remove.html"
205 title="次の章へ"><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></p>
205 title="次の章へ"><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></p>
206206 <div id="searchbox" style="display: none" role="search">
207207 <h3 id="searchlabel">クイック検索</h3>
208208 <div class="searchformwrapper">
224224 <a href="../../genindex.html" title="総合索引"
225225 >索引</a></li>
226226 <li class="right" >
227 <a href="table_remove.html" title="7.3.63. table_remove"
227 <a href="table_remove.html" title="7.3.64. table_remove"
228228 >次へ</a> |</li>
229229 <li class="right" >
230 <a href="table_create.html" title="7.3.61. table_create"
230 <a href="table_create.html" title="7.3.62. table_create"
231231 >前へ</a> |</li>
232 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
232 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
233233 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
234234 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
235 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
235 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
236236 </ul>
237237 </div>
238238 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.63. table_remove &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.64. table_remove &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.64. table_rename" href="table_rename.html" />
23 <link rel="prev" title="7.3.62. table_list" href="table_list.html" />
22 <link rel="next" title="7.3.65. table_rename" href="table_rename.html" />
23 <link rel="prev" title="7.3.63. table_list" href="table_list.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="table_rename.html" title="7.3.64. table_rename"
49 <a href="table_rename.html" title="7.3.65. table_rename"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="table_list.html" title="7.3.62. table_list"
52 <a href="table_list.html" title="7.3.63. table_list"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="table-remove">
67 <h1><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code><a class="headerlink" href="#table-remove" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code><a class="headerlink" href="#table-remove" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.63.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.64.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">table_remove</span></code> はテーブルとそのカラムを削除します。もし、テーブルのキーあるいはそのテーブルのカラムにインデックスが張ってある場合はそれらも削除されます。</p>
7171 <div class="versionadded">
7272 <p><span class="versionmodified added">バージョン 6.0.1 で追加: </span>もし、自分がなにをしようとしているかちゃんと理解しているのであれば、 <code class="docutils literal notranslate"><span class="pre">--dependent</span> <span class="pre">yes</span></code> パラメーターを使うことで1回の <code class="docutils literal notranslate"><span class="pre">table_remove</span></code> で対象テーブルを参照しているテーブルとカラムも削除することができます。</p>
7373 </div>
7474 </div>
7575 <div class="section" id="syntax">
76 <h2><span class="section-number">7.3.63.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
76 <h2><span class="section-number">7.3.64.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7777 <p>このコマンドには2つの引数があります。:</p>
7878 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_remove name
7979 [dependent=no]
8181 </div>
8282 </div>
8383 <div class="section" id="usage">
84 <span id="table-remove-usage"></span><h2><span class="section-number">7.3.63.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
84 <span id="table-remove-usage"></span><h2><span class="section-number">7.3.64.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8585 <p>削除したいテーブルの名前を指定するだけです。 <code class="docutils literal notranslate"><span class="pre">table_remove</span></code> は指定されたテーブルとそのテーブルのカラムを削除します。もし、テーブルとそのテーブルのカラムにインデックスが張ってある場合は、張ってあるすべてのインデックスも削除します。</p>
8686 <p>このセクションでは次のことについて説明します。</p>
8787 <blockquote>
9393 </ul>
9494 </div></blockquote>
9595 <div class="section" id="basic-usage">
96 <span id="table-remove-basic-usage"></span><h3><span class="section-number">7.3.63.3.1. </span>基本的な使い方<a class="headerlink" href="#basic-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
96 <span id="table-remove-basic-usage"></span><h3><span class="section-number">7.3.64.3.1. </span>基本的な使い方<a class="headerlink" href="#basic-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
9797 <p>次のケースを考えてみましょう。</p>
9898 <blockquote>
9999 <div><ul class="simple">
179179 </div>
180180 </div>
181181 <div class="section" id="unremovable-cases">
182 <span id="table-remove-unremovable-cases"></span><h3><span class="section-number">7.3.63.3.2. </span>削除できないケース<a class="headerlink" href="#unremovable-cases" title="このヘッドラインへのパーマリンク">¶</a></h3>
182 <span id="table-remove-unremovable-cases"></span><h3><span class="section-number">7.3.64.3.2. </span>削除できないケース<a class="headerlink" href="#unremovable-cases" title="このヘッドラインへのパーマリンク">¶</a></h3>
183183 <p>以下は削除できないケースです。</p>
184184 <blockquote>
185185 <div><ul class="simple">
269269 </div>
270270 </div>
271271 <div class="section" id="removes-a-table-with-tables-and-columns-that-reference-the-target-table">
272 <span id="table-remove-remove-dependents"></span><h3><span class="section-number">7.3.63.3.3. </span>対象テーブルを参照しているテーブル・カラムも一緒に削除<a class="headerlink" href="#removes-a-table-with-tables-and-columns-that-reference-the-target-table" title="このヘッドラインへのパーマリンク">¶</a></h3>
272 <span id="table-remove-remove-dependents"></span><h3><span class="section-number">7.3.64.3.3. </span>対象テーブルを参照しているテーブル・カラムも一緒に削除<a class="headerlink" href="#removes-a-table-with-tables-and-columns-that-reference-the-target-table" title="このヘッドラインへのパーマリンク">¶</a></h3>
273273 <div class="versionadded">
274274 <p><span class="versionmodified added">バージョン 6.0.1 で追加.</span></p>
275275 </div>
315315 </div>
316316 </div>
317317 <div class="section" id="decreases-used-resources">
318 <span id="table-remove-decreases-used-resources"></span><h3><span class="section-number">7.3.63.3.4. </span>利用リソースの削減<a class="headerlink" href="#decreases-used-resources" title="このヘッドラインへのパーマリンク">¶</a></h3>
318 <span id="table-remove-decreases-used-resources"></span><h3><span class="section-number">7.3.64.3.4. </span>利用リソースの削減<a class="headerlink" href="#decreases-used-resources" title="このヘッドラインへのパーマリンク">¶</a></h3>
319319 <p><code class="docutils literal notranslate"><span class="pre">table_remove</span></code> は <a class="reference internal" href="#table-remove-unremovable-cases"><span class="std std-ref">削除できないケース</span></a> のチェックをするためにデータベース内のすべてのテーブルとカラムを開きます。</p>
320320 <p>もし、大量のテーブルとカラムがある場合、 <code class="docutils literal notranslate"><span class="pre">table_remove</span></code> はたくさんのリソースを使うかもしれません。このケース用の回避策があります。</p>
321321 <p><code class="docutils literal notranslate"><span class="pre">table_remove</span></code> は最大スレッド数が <code class="docutils literal notranslate"><span class="pre">1</span></code> のときはチェック用に一時的に開いたテーブルとカラムを閉じます。</p>
343343 </div>
344344 </div>
345345 <div class="section" id="parameters">
346 <h2><span class="section-number">7.3.63.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
346 <h2><span class="section-number">7.3.64.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
347347 <p>このセクションではすべての引数について説明します。</p>
348348 <div class="section" id="required-parameters">
349 <h3><span class="section-number">7.3.63.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
349 <h3><span class="section-number">7.3.64.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
350350 <p>必須の引数は1つです。</p>
351351 <div class="section" id="name">
352 <span id="table-remove-name"></span><h4><span class="section-number">7.3.63.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h4>
352 <span id="table-remove-name"></span><h4><span class="section-number">7.3.64.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h4>
353353 <p>削除するテーブルの名前を指定します。</p>
354354 <p>このパラメーターの使い方は <a class="reference internal" href="#table-remove-usage"><span class="std std-ref">使い方</span></a> を参照してください。</p>
355355 </div>
356356 </div>
357357 <div class="section" id="optional-parameters">
358 <h3><span class="section-number">7.3.63.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
358 <h3><span class="section-number">7.3.64.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
359359 <p>省略可能な引数が1つあります。</p>
360360 <div class="section" id="dependent">
361 <span id="table-remove-dependent"></span><h4><span class="section-number">7.3.63.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">dependent</span></code><a class="headerlink" href="#dependent" title="このヘッドラインへのパーマリンク">¶</a></h4>
361 <span id="table-remove-dependent"></span><h4><span class="section-number">7.3.64.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">dependent</span></code><a class="headerlink" href="#dependent" title="このヘッドラインへのパーマリンク">¶</a></h4>
362362 <div class="versionadded">
363363 <p><span class="versionmodified added">バージョン 6.0.1 で追加.</span></p>
364364 </div>
371371 </div>
372372 </div>
373373 <div class="section" id="return-value">
374 <h2><span class="section-number">7.3.63.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
374 <h2><span class="section-number">7.3.64.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
375375 <p>このコマンドが成功したときは以下のようにボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります:</p>
376376 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
377377 </pre></div>
390390 <div class="sphinxsidebarwrapper">
391391 <h3><a href="../../index.html">目次</a></h3>
392392 <ul>
393 <li><a class="reference internal" href="#">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a><ul>
394 <li><a class="reference internal" href="#summary">7.3.63.1. 概要</a></li>
395 <li><a class="reference internal" href="#syntax">7.3.63.2. 構文</a></li>
396 <li><a class="reference internal" href="#usage">7.3.63.3. 使い方</a><ul>
397 <li><a class="reference internal" href="#basic-usage">7.3.63.3.1. 基本的な使い方</a></li>
398 <li><a class="reference internal" href="#unremovable-cases">7.3.63.3.2. 削除できないケース</a></li>
399 <li><a class="reference internal" href="#removes-a-table-with-tables-and-columns-that-reference-the-target-table">7.3.63.3.3. 対象テーブルを参照しているテーブル・カラムも一緒に削除</a></li>
400 <li><a class="reference internal" href="#decreases-used-resources">7.3.63.3.4. 利用リソースの削減</a></li>
393 <li><a class="reference internal" href="#">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a><ul>
394 <li><a class="reference internal" href="#summary">7.3.64.1. 概要</a></li>
395 <li><a class="reference internal" href="#syntax">7.3.64.2. 構文</a></li>
396 <li><a class="reference internal" href="#usage">7.3.64.3. 使い方</a><ul>
397 <li><a class="reference internal" href="#basic-usage">7.3.64.3.1. 基本的な使い方</a></li>
398 <li><a class="reference internal" href="#unremovable-cases">7.3.64.3.2. 削除できないケース</a></li>
399 <li><a class="reference internal" href="#removes-a-table-with-tables-and-columns-that-reference-the-target-table">7.3.64.3.3. 対象テーブルを参照しているテーブル・カラムも一緒に削除</a></li>
400 <li><a class="reference internal" href="#decreases-used-resources">7.3.64.3.4. 利用リソースの削減</a></li>
401401 </ul>
402402 </li>
403 <li><a class="reference internal" href="#parameters">7.3.63.4. 引数</a><ul>
404 <li><a class="reference internal" href="#required-parameters">7.3.63.4.1. 必須引数</a><ul>
405 <li><a class="reference internal" href="#name">7.3.63.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
403 <li><a class="reference internal" href="#parameters">7.3.64.4. 引数</a><ul>
404 <li><a class="reference internal" href="#required-parameters">7.3.64.4.1. 必須引数</a><ul>
405 <li><a class="reference internal" href="#name">7.3.64.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
406406 </ul>
407407 </li>
408 <li><a class="reference internal" href="#optional-parameters">7.3.63.4.2. 省略可能引数</a><ul>
409 <li><a class="reference internal" href="#dependent">7.3.63.4.2.1. <code class="docutils literal notranslate"><span class="pre">dependent</span></code></a></li>
408 <li><a class="reference internal" href="#optional-parameters">7.3.64.4.2. 省略可能引数</a><ul>
409 <li><a class="reference internal" href="#dependent">7.3.64.4.2.1. <code class="docutils literal notranslate"><span class="pre">dependent</span></code></a></li>
410410 </ul>
411411 </li>
412412 </ul>
413413 </li>
414 <li><a class="reference internal" href="#return-value">7.3.63.5. 戻り値</a></li>
414 <li><a class="reference internal" href="#return-value">7.3.64.5. 戻り値</a></li>
415415 </ul>
416416 </li>
417417 </ul>
418418
419419 <h4>前のトピックへ</h4>
420420 <p class="topless"><a href="table_list.html"
421 title="前の章へ"><span class="section-number">7.3.62. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></p>
421 title="前の章へ"><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></p>
422422 <h4>次のトピックへ</h4>
423423 <p class="topless"><a href="table_rename.html"
424 title="次の章へ"><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></p>
424 title="次の章へ"><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></p>
425425 <div id="searchbox" style="display: none" role="search">
426426 <h3 id="searchlabel">クイック検索</h3>
427427 <div class="searchformwrapper">
443443 <a href="../../genindex.html" title="総合索引"
444444 >索引</a></li>
445445 <li class="right" >
446 <a href="table_rename.html" title="7.3.64. table_rename"
446 <a href="table_rename.html" title="7.3.65. table_rename"
447447 >次へ</a> |</li>
448448 <li class="right" >
449 <a href="table_list.html" title="7.3.62. table_list"
449 <a href="table_list.html" title="7.3.63. table_list"
450450 >前へ</a> |</li>
451 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
451 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
452452 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
453453 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
454 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
455455 </ul>
456456 </div>
457457 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.64. table_rename &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.65. table_rename &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.65. table_tokenize" href="table_tokenize.html" />
23 <link rel="prev" title="7.3.63. table_remove" href="table_remove.html" />
22 <link rel="next" title="7.3.66. table_tokenize" href="table_tokenize.html" />
23 <link rel="prev" title="7.3.64. table_remove" href="table_remove.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="table_tokenize.html" title="7.3.65. table_tokenize"
49 <a href="table_tokenize.html" title="7.3.66. table_tokenize"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="table_remove.html" title="7.3.63. table_remove"
52 <a href="table_remove.html" title="7.3.64. table_remove"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="table-rename">
67 <h1><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code><a class="headerlink" href="#table-rename" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code><a class="headerlink" href="#table-rename" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.64.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.65.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">table_rename</span></code> コマンドはテーブル名を変更します。</p>
7171 <p>これは軽い操作です。名前とテーブルオブジェクト間の関係を変更するだけです。テーブルの値とテーブルのカラムの値をコピーしません。</p>
7272 <p>これは危険な操作です。 <code class="docutils literal notranslate"><span class="pre">table_rename</span></code> を実行している間、読み取り操作を含むすべての操作を停止しなければいけません。以下のケースが起こった場合、Groongaプロセスはクラッシュするかもしれません。</p>
7979 </div></blockquote>
8080 </div>
8181 <div class="section" id="syntax">
82 <h2><span class="section-number">7.3.64.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
82 <h2><span class="section-number">7.3.65.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8383 <p>このコマンドには2つの引数があります。</p>
8484 <p>すべての引数は必須です:</p>
8585 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_rename name new_name
8787 </div>
8888 </div>
8989 <div class="section" id="usage">
90 <h2><span class="section-number">7.3.64.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
90 <h2><span class="section-number">7.3.65.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
9191 <p>以下は <code class="docutils literal notranslate"><span class="pre">table_rename</span></code> コマンドの簡単な使用例です。</p>
9292 <p>実行例:</p>
9393 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Users TABLE_PAT_KEY ShortText
205205 </div>
206206 </div>
207207 <div class="section" id="parameters">
208 <h2><span class="section-number">7.3.64.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
208 <h2><span class="section-number">7.3.65.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
209209 <p>このセクションでは <code class="docutils literal notranslate"><span class="pre">table_rename</span></code> の引数について説明します。</p>
210210 <div class="section" id="required-parameters">
211 <h3><span class="section-number">7.3.64.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
211 <h3><span class="section-number">7.3.65.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
212212 <p>すべての引数は必須です。</p>
213213 <div class="section" id="name">
214 <h4><span class="section-number">7.3.64.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h4>
214 <h4><span class="section-number">7.3.65.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">name</span></code><a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h4>
215215 <p>名前を変更するテーブルの名前を指定します。</p>
216216 </div>
217217 <div class="section" id="new-name">
218 <h4><span class="section-number">7.3.64.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">new_name</span></code><a class="headerlink" href="#new-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
218 <h4><span class="section-number">7.3.65.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">new_name</span></code><a class="headerlink" href="#new-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
219219 <p>新しいテーブル名を指定します。</p>
220220 </div>
221221 </div>
222222 </div>
223223 <div class="section" id="return-value">
224 <h2><span class="section-number">7.3.64.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
224 <h2><span class="section-number">7.3.65.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
225225 <p>このコマンドが成功したときは以下のようにボディは <code class="docutils literal notranslate"><span class="pre">true</span></code> になります:</p>
226226 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, true]
227227 </pre></div>
240240 <div class="sphinxsidebarwrapper">
241241 <h3><a href="../../index.html">目次</a></h3>
242242 <ul>
243 <li><a class="reference internal" href="#">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a><ul>
244 <li><a class="reference internal" href="#summary">7.3.64.1. 概要</a></li>
245 <li><a class="reference internal" href="#syntax">7.3.64.2. 構文</a></li>
246 <li><a class="reference internal" href="#usage">7.3.64.3. 使い方</a></li>
247 <li><a class="reference internal" href="#parameters">7.3.64.4. 引数</a><ul>
248 <li><a class="reference internal" href="#required-parameters">7.3.64.4.1. 必須引数</a><ul>
249 <li><a class="reference internal" href="#name">7.3.64.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
250 <li><a class="reference internal" href="#new-name">7.3.64.4.1.2. <code class="docutils literal notranslate"><span class="pre">new_name</span></code></a></li>
243 <li><a class="reference internal" href="#">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a><ul>
244 <li><a class="reference internal" href="#summary">7.3.65.1. 概要</a></li>
245 <li><a class="reference internal" href="#syntax">7.3.65.2. 構文</a></li>
246 <li><a class="reference internal" href="#usage">7.3.65.3. 使い方</a></li>
247 <li><a class="reference internal" href="#parameters">7.3.65.4. 引数</a><ul>
248 <li><a class="reference internal" href="#required-parameters">7.3.65.4.1. 必須引数</a><ul>
249 <li><a class="reference internal" href="#name">7.3.65.4.1.1. <code class="docutils literal notranslate"><span class="pre">name</span></code></a></li>
250 <li><a class="reference internal" href="#new-name">7.3.65.4.1.2. <code class="docutils literal notranslate"><span class="pre">new_name</span></code></a></li>
251251 </ul>
252252 </li>
253253 </ul>
254254 </li>
255 <li><a class="reference internal" href="#return-value">7.3.64.5. 戻り値</a></li>
255 <li><a class="reference internal" href="#return-value">7.3.65.5. 戻り値</a></li>
256256 </ul>
257257 </li>
258258 </ul>
259259
260260 <h4>前のトピックへ</h4>
261261 <p class="topless"><a href="table_remove.html"
262 title="前の章へ"><span class="section-number">7.3.63. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></p>
262 title="前の章へ"><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></p>
263263 <h4>次のトピックへ</h4>
264264 <p class="topless"><a href="table_tokenize.html"
265 title="次の章へ"><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></p>
265 title="次の章へ"><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></p>
266266 <div id="searchbox" style="display: none" role="search">
267267 <h3 id="searchlabel">クイック検索</h3>
268268 <div class="searchformwrapper">
284284 <a href="../../genindex.html" title="総合索引"
285285 >索引</a></li>
286286 <li class="right" >
287 <a href="table_tokenize.html" title="7.3.65. table_tokenize"
287 <a href="table_tokenize.html" title="7.3.66. table_tokenize"
288288 >次へ</a> |</li>
289289 <li class="right" >
290 <a href="table_remove.html" title="7.3.63. table_remove"
290 <a href="table_remove.html" title="7.3.64. table_remove"
291291 >前へ</a> |</li>
292 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
292 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
293293 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
294294 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
295 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
295 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
296296 </ul>
297297 </div>
298298 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.65. table_tokenize &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.66. table_tokenize &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.66. thread_limit" href="thread_limit.html" />
23 <link rel="prev" title="7.3.64. table_rename" href="table_rename.html" />
22 <link rel="next" title="7.3.67. thread_limit" href="thread_limit.html" />
23 <link rel="prev" title="7.3.65. table_rename" href="table_rename.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="thread_limit.html" title="7.3.66. thread_limit"
49 <a href="thread_limit.html" title="7.3.67. thread_limit"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="table_rename.html" title="7.3.64. table_rename"
52 <a href="table_rename.html" title="7.3.65. table_rename"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="table-tokenize">
67 <h1><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code><a class="headerlink" href="#table-tokenize" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code><a class="headerlink" href="#table-tokenize" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.65.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.66.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code> コマンドは指定したテーブルのトークナイザーでテキストをトークナイズします。</p>
7171 </div>
7272 <div class="section" id="syntax">
73 <h2><span class="section-number">7.3.65.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
73 <h2><span class="section-number">7.3.66.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7474 <p>このコマンドにはたくさんの引数があります。</p>
7575 <p><code class="docutils literal notranslate"><span class="pre">table</span></code> と <code class="docutils literal notranslate"><span class="pre">string</span></code> は必須の引数です。残りは省略できます:</p>
7676 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_tokenize table
8282 </div>
8383 </div>
8484 <div class="section" id="usage">
85 <h2><span class="section-number">7.3.65.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
85 <h2><span class="section-number">7.3.66.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8686 <p>以下は簡単な使用例です。</p>
8787 <p>実行例:</p>
8888 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>plugin_register token_filters/stop_word
103103 <p><code class="docutils literal notranslate"><span class="pre">Terms</span></code> テーブルには、 <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> トークナイザーと、 <code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code> ノーマライザーと、 <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code> トークンフィルターがセットされています。 この例は <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> トークナイザーで <code class="docutils literal notranslate"><span class="pre">&quot;Hello</span> <span class="pre">and</span> <span class="pre">Good-bye&quot;</span></code> をトークナイズしたトークンを返します。トークンは、 <code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code> ノーマライザーで正規化されています。 <code class="docutils literal notranslate"><span class="pre">and</span></code> トークンは、 <code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code> トークンフィルターで除去されています。</p>
104104 </div>
105105 <div class="section" id="parameters">
106 <h2><span class="section-number">7.3.65.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
106 <h2><span class="section-number">7.3.66.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
107107 <p>このセクションではすべての引数について説明します。引数はカテゴリわけしています。</p>
108108 <div class="section" id="required-parameters">
109 <h3><span class="section-number">7.3.65.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
109 <h3><span class="section-number">7.3.66.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
110110 <p>必須の引数は2つです。 <code class="docutils literal notranslate"><span class="pre">table</span></code> と <code class="docutils literal notranslate"><span class="pre">string</span></code> です。</p>
111111 <div class="section" id="table">
112 <h4><span class="section-number">7.3.65.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="このヘッドラインへのパーマリンク">¶</a></h4>
112 <h4><span class="section-number">7.3.66.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">table</span></code><a class="headerlink" href="#table" title="このヘッドラインへのパーマリンク">¶</a></h4>
113113 <p>語彙表テーブルを指定します。 <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code> コマンドは、語彙表テーブルにセットされたトークナイザーとノーマライザーとトークンフィルターを使います。</p>
114114 </div>
115115 <div class="section" id="string">
116 <h4><span class="section-number">7.3.65.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">string</span></code><a class="headerlink" href="#string" title="このヘッドラインへのパーマリンク">¶</a></h4>
116 <h4><span class="section-number">7.3.66.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">string</span></code><a class="headerlink" href="#string" title="このヘッドラインへのパーマリンク">¶</a></h4>
117117 <p>トークナイズしたい文字列を指定します。</p>
118118 <p>詳細は、 <a class="reference internal" href="tokenize.html"><span class="doc">tokenize</span></a> の <a class="reference internal" href="tokenize.html#tokenize-string"><span class="std std-ref">string</span></a> オプションを参照してください。</p>
119119 </div>
120120 </div>
121121 <div class="section" id="optional-parameters">
122 <h3><span class="section-number">7.3.65.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
122 <h3><span class="section-number">7.3.66.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
123123 <p>いくつか省略可能な引数があります。</p>
124124 <div class="section" id="flags">
125 <h4><span class="section-number">7.3.65.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
125 <h4><span class="section-number">7.3.66.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
126126 <p>トークナイズ処理をカスタマイズするオプションを指定します。「 <code class="docutils literal notranslate"><span class="pre">|</span></code> 」で区切って複数のオプションを指定することができます。</p>
127127 <p>デフォルト値は <code class="docutils literal notranslate"><span class="pre">NONE</span></code> です。</p>
128128 <p>詳細は、 <a class="reference internal" href="tokenize.html"><span class="doc">tokenize</span></a> の <a class="reference internal" href="tokenize.html#tokenize-flags"><span class="std std-ref">flags</span></a> オプションを参照してください。</p>
129129 </div>
130130 <div class="section" id="mode">
131 <h4><span class="section-number">7.3.65.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">mode</span></code><a class="headerlink" href="#mode" title="このヘッドラインへのパーマリンク">¶</a></h4>
131 <h4><span class="section-number">7.3.66.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">mode</span></code><a class="headerlink" href="#mode" title="このヘッドラインへのパーマリンク">¶</a></h4>
132132 <p>トークナイズモードを指定します。</p>
133133 <p>デフォルト値は <code class="docutils literal notranslate"><span class="pre">GET</span></code> です。</p>
134134 <p>詳細は、 <a class="reference internal" href="tokenize.html"><span class="doc">tokenize</span></a> の <a class="reference internal" href="tokenize.html#tokenize-mode"><span class="std std-ref">mode</span></a> オプションを参照してください。</p>
135135 </div>
136136 <div class="section" id="index-column">
137 <h4><span class="section-number">7.3.65.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">index_column</span></code><a class="headerlink" href="#index-column" title="このヘッドラインへのパーマリンク">¶</a></h4>
137 <h4><span class="section-number">7.3.66.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">index_column</span></code><a class="headerlink" href="#index-column" title="このヘッドラインへのパーマリンク">¶</a></h4>
138138 <p>インデックスカラム名を指定します。</p>
139139 <p>戻り値にインデックスの <code class="docutils literal notranslate"><span class="pre">estimated_size</span></code> が含まれます。</p>
140140 <p><code class="docutils literal notranslate"><span class="pre">estimated_size</span></code> はトークンの概算の出現頻度を調べるのに便利です。</p>
142142 </div>
143143 </div>
144144 <div class="section" id="return-value">
145 <h2><span class="section-number">7.3.65.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
145 <h2><span class="section-number">7.3.66.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
146146 <p><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code> コマンドはトークナイズしたトークンを返します。</p>
147147 <p>詳細は、 <a class="reference internal" href="tokenize.html"><span class="doc">tokenize</span></a> の <a class="reference internal" href="tokenize.html#tokenize-return-value"><span class="std std-ref">戻り値</span></a> オプションを参照してください。</p>
148148 </div>
149149 <div class="section" id="see-also">
150 <h2><span class="section-number">7.3.65.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
150 <h2><span class="section-number">7.3.66.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
151151 <ul class="simple">
152152 <li><p><a class="reference internal" href="../tokenizers.html"><span class="doc">トークナイザー</span></a></p></li>
153153 <li><p><a class="reference internal" href="tokenize.html"><span class="doc">tokenize</span></a></p></li>
164164 <div class="sphinxsidebarwrapper">
165165 <h3><a href="../../index.html">目次</a></h3>
166166 <ul>
167 <li><a class="reference internal" href="#">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a><ul>
168 <li><a class="reference internal" href="#summary">7.3.65.1. 概要</a></li>
169 <li><a class="reference internal" href="#syntax">7.3.65.2. 構文</a></li>
170 <li><a class="reference internal" href="#usage">7.3.65.3. 使い方</a></li>
171 <li><a class="reference internal" href="#parameters">7.3.65.4. 引数</a><ul>
172 <li><a class="reference internal" href="#required-parameters">7.3.65.4.1. 必須引数</a><ul>
173 <li><a class="reference internal" href="#table">7.3.65.4.1.1. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
174 <li><a class="reference internal" href="#string">7.3.65.4.1.2. <code class="docutils literal notranslate"><span class="pre">string</span></code></a></li>
175 </ul>
176 </li>
177 <li><a class="reference internal" href="#optional-parameters">7.3.65.4.2. 省略可能引数</a><ul>
178 <li><a class="reference internal" href="#flags">7.3.65.4.2.1. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
179 <li><a class="reference internal" href="#mode">7.3.65.4.2.2. <code class="docutils literal notranslate"><span class="pre">mode</span></code></a></li>
180 <li><a class="reference internal" href="#index-column">7.3.65.4.2.3. <code class="docutils literal notranslate"><span class="pre">index_column</span></code></a></li>
181 </ul>
182 </li>
183 </ul>
184 </li>
185 <li><a class="reference internal" href="#return-value">7.3.65.5. 戻り値</a></li>
186 <li><a class="reference internal" href="#see-also">7.3.65.6. 参考</a></li>
167 <li><a class="reference internal" href="#">7.3.66. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a><ul>
168 <li><a class="reference internal" href="#summary">7.3.66.1. 概要</a></li>
169 <li><a class="reference internal" href="#syntax">7.3.66.2. 構文</a></li>
170 <li><a class="reference internal" href="#usage">7.3.66.3. 使い方</a></li>
171 <li><a class="reference internal" href="#parameters">7.3.66.4. 引数</a><ul>
172 <li><a class="reference internal" href="#required-parameters">7.3.66.4.1. 必須引数</a><ul>
173 <li><a class="reference internal" href="#table">7.3.66.4.1.1. <code class="docutils literal notranslate"><span class="pre">table</span></code></a></li>
174 <li><a class="reference internal" href="#string">7.3.66.4.1.2. <code class="docutils literal notranslate"><span class="pre">string</span></code></a></li>
175 </ul>
176 </li>
177 <li><a class="reference internal" href="#optional-parameters">7.3.66.4.2. 省略可能引数</a><ul>
178 <li><a class="reference internal" href="#flags">7.3.66.4.2.1. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
179 <li><a class="reference internal" href="#mode">7.3.66.4.2.2. <code class="docutils literal notranslate"><span class="pre">mode</span></code></a></li>
180 <li><a class="reference internal" href="#index-column">7.3.66.4.2.3. <code class="docutils literal notranslate"><span class="pre">index_column</span></code></a></li>
181 </ul>
182 </li>
183 </ul>
184 </li>
185 <li><a class="reference internal" href="#return-value">7.3.66.5. 戻り値</a></li>
186 <li><a class="reference internal" href="#see-also">7.3.66.6. 参考</a></li>
187187 </ul>
188188 </li>
189189 </ul>
190190
191191 <h4>前のトピックへ</h4>
192192 <p class="topless"><a href="table_rename.html"
193 title="前の章へ"><span class="section-number">7.3.64. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></p>
193 title="前の章へ"><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></p>
194194 <h4>次のトピックへ</h4>
195195 <p class="topless"><a href="thread_limit.html"
196 title="次の章へ"><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></p>
196 title="次の章へ"><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></p>
197197 <div id="searchbox" style="display: none" role="search">
198198 <h3 id="searchlabel">クイック検索</h3>
199199 <div class="searchformwrapper">
215215 <a href="../../genindex.html" title="総合索引"
216216 >索引</a></li>
217217 <li class="right" >
218 <a href="thread_limit.html" title="7.3.66. thread_limit"
218 <a href="thread_limit.html" title="7.3.67. thread_limit"
219219 >次へ</a> |</li>
220220 <li class="right" >
221 <a href="table_rename.html" title="7.3.64. table_rename"
221 <a href="table_rename.html" title="7.3.65. table_rename"
222222 >前へ</a> |</li>
223 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
223 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
224224 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
225225 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
226 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
226 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
227227 </ul>
228228 </div>
229229 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.66. thread_limit &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.67. thread_limit &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.67. tokenize" href="tokenize.html" />
23 <link rel="prev" title="7.3.65. table_tokenize" href="table_tokenize.html" />
22 <link rel="next" title="7.3.68. tokenize" href="tokenize.html" />
23 <link rel="prev" title="7.3.66. table_tokenize" href="table_tokenize.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="tokenize.html" title="7.3.67. tokenize"
49 <a href="tokenize.html" title="7.3.68. tokenize"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="table_tokenize.html" title="7.3.65. table_tokenize"
52 <a href="table_tokenize.html" title="7.3.66. table_tokenize"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="thread-limit">
67 <h1><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code><a class="headerlink" href="#thread-limit" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code><a class="headerlink" href="#thread-limit" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.66.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.67.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <div class="versionadded">
7171 <p><span class="versionmodified added">バージョン 5.0.7 で追加.</span></p>
7272 </div>
8282 <p>Groongaをライブラリーとして使っている場合、 <a class="reference internal" href="../api/grn_thread.html#c.grn_thread_set_get_limit_func" title="grn_thread_set_get_limit_func"><code class="xref c c-func docutils literal notranslate"><span class="pre">grn_thread_set_get_limit_func()</span></code></a> と <a class="reference internal" href="../api/grn_thread.html#c.grn_thread_set_set_limit_func" title="grn_thread_set_set_limit_func"><code class="xref c c-func docutils literal notranslate"><span class="pre">grn_thread_set_set_limit_func()</span></code></a> でカスタム関数を設定しない限り動きません。 <a class="reference internal" href="../api/grn_thread.html#c.grn_thread_set_get_limit_func" title="grn_thread_set_get_limit_func"><code class="xref c c-func docutils literal notranslate"><span class="pre">grn_thread_set_get_limit_func()</span></code></a> でカスタム関数を設定すると最大スレッド数を返す機能が動きます。 <a class="reference internal" href="../api/grn_thread.html#c.grn_thread_set_set_limit_func" title="grn_thread_set_set_limit_func"><code class="xref c c-func docutils literal notranslate"><span class="pre">grn_thread_set_set_limit_func()</span></code></a> でカスタム関数を設定すると最大スレッド数を設定する機能が動きます。</p>
8383 </div>
8484 <div class="section" id="syntax">
85 <h2><span class="section-number">7.3.66.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
85 <h2><span class="section-number">7.3.67.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
8686 <p>このコマンドの引数は1つで省略できます:</p>
8787 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>thread_limit [max=null]
8888 </pre></div>
8989 </div>
9090 </div>
9191 <div class="section" id="usage">
92 <h2><span class="section-number">7.3.66.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
92 <h2><span class="section-number">7.3.67.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
9393 <p>引数なしで呼び出すと最大スレッド数を得られます。</p>
9494 <p>実行例:</p>
9595 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>thread_limit
106106 <p><code class="docutils literal notranslate"><span class="pre">max</span></code> 引数を渡したときは設定前の最大スレッド数が返ります。</p>
107107 </div>
108108 <div class="section" id="parameters">
109 <h2><span class="section-number">7.3.66.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
109 <h2><span class="section-number">7.3.67.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
110110 <p>このセクションではすべての引数について説明します。</p>
111111 <div class="section" id="required-parameters">
112 <h3><span class="section-number">7.3.66.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
112 <h3><span class="section-number">7.3.67.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
113113 <p>必須の引数はありません。</p>
114114 </div>
115115 <div class="section" id="optional-parameters">
116 <h3><span class="section-number">7.3.66.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
116 <h3><span class="section-number">7.3.67.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
117117 <p>省略可能な引数が1つあります。</p>
118118 <div class="section" id="max">
119 <span id="thread-limit-max"></span><h4><span class="section-number">7.3.66.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="このヘッドラインへのパーマリンク">¶</a></h4>
119 <span id="thread-limit-max"></span><h4><span class="section-number">7.3.67.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">max</span></code><a class="headerlink" href="#max" title="このヘッドラインへのパーマリンク">¶</a></h4>
120120 <p>新しい最大スレッド数を指定します。</p>
121121 <p>正の整数を指定してください。</p>
122122 <p>実行例:</p>
129129 </div>
130130 </div>
131131 <div class="section" id="return-value">
132 <h2><span class="section-number">7.3.66.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
132 <h2><span class="section-number">7.3.67.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
133133 <p>このコマンドのボディは最大スレッド数になります:</p>
134134 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, N_MAX_THREADS]
135135 </pre></div>
148148 <div class="sphinxsidebarwrapper">
149149 <h3><a href="../../index.html">目次</a></h3>
150150 <ul>
151 <li><a class="reference internal" href="#">7.3.66. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a><ul>
152 <li><a class="reference internal" href="#summary">7.3.66.1. 概要</a></li>
153 <li><a class="reference internal" href="#syntax">7.3.66.2. 構文</a></li>
154 <li><a class="reference internal" href="#usage">7.3.66.3. 使い方</a></li>
155 <li><a class="reference internal" href="#parameters">7.3.66.4. 引数</a><ul>
156 <li><a class="reference internal" href="#required-parameters">7.3.66.4.1. 必須引数</a></li>
157 <li><a class="reference internal" href="#optional-parameters">7.3.66.4.2. 省略可能引数</a><ul>
158 <li><a class="reference internal" href="#max">7.3.66.4.2.1. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
151 <li><a class="reference internal" href="#">7.3.67. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a><ul>
152 <li><a class="reference internal" href="#summary">7.3.67.1. 概要</a></li>
153 <li><a class="reference internal" href="#syntax">7.3.67.2. 構文</a></li>
154 <li><a class="reference internal" href="#usage">7.3.67.3. 使い方</a></li>
155 <li><a class="reference internal" href="#parameters">7.3.67.4. 引数</a><ul>
156 <li><a class="reference internal" href="#required-parameters">7.3.67.4.1. 必須引数</a></li>
157 <li><a class="reference internal" href="#optional-parameters">7.3.67.4.2. 省略可能引数</a><ul>
158 <li><a class="reference internal" href="#max">7.3.67.4.2.1. <code class="docutils literal notranslate"><span class="pre">max</span></code></a></li>
159159 </ul>
160160 </li>
161161 </ul>
162162 </li>
163 <li><a class="reference internal" href="#return-value">7.3.66.5. 戻り値</a></li>
163 <li><a class="reference internal" href="#return-value">7.3.67.5. 戻り値</a></li>
164164 </ul>
165165 </li>
166166 </ul>
167167
168168 <h4>前のトピックへ</h4>
169169 <p class="topless"><a href="table_tokenize.html"
170 title="前の章へ"><span class="section-number">7.3.65. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></p>
170 title="前の章へ"><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></p>
171171 <h4>次のトピックへ</h4>
172172 <p class="topless"><a href="tokenize.html"
173 title="次の章へ"><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></p>
173 title="次の章へ"><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></p>
174174 <div id="searchbox" style="display: none" role="search">
175175 <h3 id="searchlabel">クイック検索</h3>
176176 <div class="searchformwrapper">
192192 <a href="../../genindex.html" title="総合索引"
193193 >索引</a></li>
194194 <li class="right" >
195 <a href="tokenize.html" title="7.3.67. tokenize"
195 <a href="tokenize.html" title="7.3.68. tokenize"
196196 >次へ</a> |</li>
197197 <li class="right" >
198 <a href="table_tokenize.html" title="7.3.65. table_tokenize"
198 <a href="table_tokenize.html" title="7.3.66. table_tokenize"
199199 >前へ</a> |</li>
200 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
200 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
201201 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
202202 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
203 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
203 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
204204 </ul>
205205 </div>
206206 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.67. tokenize &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.68. tokenize &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.68. tokenizer_list" href="tokenizer_list.html" />
23 <link rel="prev" title="7.3.66. thread_limit" href="thread_limit.html" />
22 <link rel="next" title="7.3.69. tokenizer_list" href="tokenizer_list.html" />
23 <link rel="prev" title="7.3.67. thread_limit" href="thread_limit.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="tokenizer_list.html" title="7.3.68. tokenizer_list"
49 <a href="tokenizer_list.html" title="7.3.69. tokenizer_list"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="thread_limit.html" title="7.3.66. thread_limit"
52 <a href="thread_limit.html" title="7.3.67. thread_limit"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="tokenize">
67 <h1><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code><a class="headerlink" href="#tokenize" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code><a class="headerlink" href="#tokenize" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.67.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.68.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">tokenize</span></code> コマンドは指定したトークナイザーでテキストをトークナイズします。これはトークナイズ処理のデバッグに便利です。</p>
7171 </div>
7272 <div class="section" id="syntax">
73 <h2><span class="section-number">7.3.67.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
73 <h2><span class="section-number">7.3.68.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7474 <p>このコマンドにはたくさんの引数があります。</p>
7575 <p><code class="docutils literal notranslate"><span class="pre">tokenizer</span></code> と <code class="docutils literal notranslate"><span class="pre">string</span></code> が必須の引数で、他の引数はすべて省略できます:</p>
7676 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize tokenizer
8383 </div>
8484 </div>
8585 <div class="section" id="usage">
86 <h2><span class="section-number">7.3.67.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
86 <h2><span class="section-number">7.3.68.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8787 <p>以下は簡単な使用例です。</p>
8888 <p>実行例:</p>
8989 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenize TokenBigram &quot;Fulltext Search&quot;
176176 <p>この例では必須のパラメーターだけ使っています。 <code class="docutils literal notranslate"><span class="pre">tokenizer</span></code> には <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> を、 <code class="docutils literal notranslate"><span class="pre">string</span></code> には <code class="docutils literal notranslate"><span class="pre">&quot;Fulltext</span> <span class="pre">Search&quot;</span></code> を指定しています。この例は <code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code> トークナイザーで <code class="docutils literal notranslate"><span class="pre">&quot;Fulltext</span> <span class="pre">Search&quot;</span></code> をトークナイズしたトークンを返します。この例では <code class="docutils literal notranslate"><span class="pre">&quot;Fulltext</span> <span class="pre">Search&quot;</span></code> を正規化していません。</p>
177177 </div>
178178 <div class="section" id="parameters">
179 <h2><span class="section-number">7.3.67.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
179 <h2><span class="section-number">7.3.68.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
180180 <p>このセクションではすべての引数について説明します。引数はカテゴリわけしています。</p>
181181 <div class="section" id="required-parameters">
182 <h3><span class="section-number">7.3.67.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
182 <h3><span class="section-number">7.3.68.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
183183 <p>必須引数は二つあります。 <code class="docutils literal notranslate"><span class="pre">tokenizer</span></code> と <code class="docutils literal notranslate"><span class="pre">string</span></code> です。</p>
184184 <div class="section" id="tokenizer">
185 <span id="tokenize-tokenizer"></span><h4><span class="section-number">7.3.67.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">tokenizer</span></code><a class="headerlink" href="#tokenizer" title="このヘッドラインへのパーマリンク">¶</a></h4>
185 <span id="tokenize-tokenizer"></span><h4><span class="section-number">7.3.68.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">tokenizer</span></code><a class="headerlink" href="#tokenizer" title="このヘッドラインへのパーマリンク">¶</a></h4>
186186 <p>トークナイザー名を指定します。 <code class="docutils literal notranslate"><span class="pre">tokenize</span></code> コマンドは <code class="docutils literal notranslate"><span class="pre">tokenizer</span></code> で指定された名前のトークナイザーを使います。</p>
187187 <p>組み込みのトークナイザーについては <a class="reference internal" href="../tokenizers.html"><span class="doc">トークナイザー</span></a> を参照してください。</p>
188188 <p>以下は組み込みの <code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code> トークナイザーを使う例です。</p>
277277 <p>他のトークナイザーを使いたい場合は、 <a class="reference internal" href="register.html"><span class="doc">register</span></a> コマンドでトークナイザープラグインを登録する必要があります。例えば、 <a class="reference external" href="http://www.phontron.com/kytea/">KyTea</a> ベースのトークナイザーを <code class="docutils literal notranslate"><span class="pre">tokenizers/kytea</span></code> を登録することで使えます。</p>
278278 </div>
279279 <div class="section" id="string">
280 <span id="tokenize-string"></span><h4><span class="section-number">7.3.67.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">string</span></code><a class="headerlink" href="#string" title="このヘッドラインへのパーマリンク">¶</a></h4>
280 <span id="tokenize-string"></span><h4><span class="section-number">7.3.68.4.1.2. </span><code class="docutils literal notranslate"><span class="pre">string</span></code><a class="headerlink" href="#string" title="このヘッドラインへのパーマリンク">¶</a></h4>
281281 <p>トークナイズしたい文字列を指定します。</p>
282282 <p><code class="docutils literal notranslate"><span class="pre">string</span></code> の中に文字列を含める場合は、シングルクォート( <code class="docutils literal notranslate"><span class="pre">'</span></code> )またはダブルクォート( <code class="docutils literal notranslate"><span class="pre">&quot;</span></code> )で <code class="docutils literal notranslate"><span class="pre">string</span></code> をクォートする必要があります。</p>
283283 <p><code class="docutils literal notranslate"><span class="pre">string</span></code> の中で空白を使う例です。</p>
497497 </div>
498498 </div>
499499 <div class="section" id="optional-parameters">
500 <h3><span class="section-number">7.3.67.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
500 <h3><span class="section-number">7.3.68.4.2. </span>省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
501501 <p>いくつか省略可能な引数があります。</p>
502502 <div class="section" id="normalizer">
503 <span id="tokenize-normalizer"></span><h4><span class="section-number">7.3.67.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">normalizer</span></code><a class="headerlink" href="#normalizer" title="このヘッドラインへのパーマリンク">¶</a></h4>
503 <span id="tokenize-normalizer"></span><h4><span class="section-number">7.3.68.4.2.1. </span><code class="docutils literal notranslate"><span class="pre">normalizer</span></code><a class="headerlink" href="#normalizer" title="このヘッドラインへのパーマリンク">¶</a></h4>
504504 <p>ノーマライザー名を指定します。 <code class="docutils literal notranslate"><span class="pre">tokenize</span></code> コマンドは <code class="docutils literal notranslate"><span class="pre">normalizer</span></code> という名前のノーマライザーを使います。ノーマライザーは <code class="docutils literal notranslate"><span class="pre">TokenBigrma</span></code> など、N-gram関連のトークナイザーにとってとても重要です。</p>
505505 <p>ノーマライザーはノーマライズ中にそれぞれの文字の種類を検出します。N-gram系のトークナイザーはトークナイズ中に文字の種類を利用します。</p>
506506 <p>以下はノーマライザーを使わない例です。</p>
705705 <p>すべてのアルファベットが2文字ごとにトークナイズされています。そして、すべての文字が小文字にノーマライズされています。例えば、 <code class="docutils literal notranslate"><span class="pre">fu</span></code> で1つのトークンになっています。</p>
706706 </div>
707707 <div class="section" id="flags">
708 <span id="tokenize-flags"></span><h4><span class="section-number">7.3.67.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
708 <span id="tokenize-flags"></span><h4><span class="section-number">7.3.68.4.2.2. </span><code class="docutils literal notranslate"><span class="pre">flags</span></code><a class="headerlink" href="#flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
709709 <p>トークナイズ処理をカスタマイズするオプションを指定します。「 <code class="docutils literal notranslate"><span class="pre">|</span></code> 」で区切って複数のオプションを指定することができます。例えば、 <code class="docutils literal notranslate"><span class="pre">NONE|ENABLE_TOKENIZED_DELIMITER</span></code> というように指定できます。</p>
710710 <p>指定可能なフラグは以下の通りです。</p>
711711 <table class="docutils align-default">
759759 <p><code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code> トークナイザーはトークナイズ済み区切り文字をサポートしているトークナイザーの1つです。 <code class="docutils literal notranslate"><span class="pre">ENABLE_TOKENIZED_DELIMITER</span></code> でトークナイズ済み区切り文字を有効に出来ます。トークナイズ済み区切り文字はトークンの区切りを表す特別な文字です。この文字は <code class="docutils literal notranslate"><span class="pre">U+FFFE</span></code> です。この文字コードはどの文字にも割り当てられていません。つまり、通常の文字列にはこの文字は現れません。よって、トークンの区切りを表すという目的には適切な文字です。 <code class="docutils literal notranslate"><span class="pre">ENABLE_TOKENIZED_DELIMITER</span></code> が有効のときは、対象文字列はすでにトークナイズ済みであると扱われます。トークナイザーは単にトークナイズ済み区切り文字で区切ってトークナイズします。</p>
760760 </div>
761761 <div class="section" id="mode">
762 <span id="tokenize-mode"></span><h4><span class="section-number">7.3.67.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">mode</span></code><a class="headerlink" href="#mode" title="このヘッドラインへのパーマリンク">¶</a></h4>
762 <span id="tokenize-mode"></span><h4><span class="section-number">7.3.68.4.2.3. </span><code class="docutils literal notranslate"><span class="pre">mode</span></code><a class="headerlink" href="#mode" title="このヘッドラインへのパーマリンク">¶</a></h4>
763763 <p>トークナイズモードを指定します。 <code class="docutils literal notranslate"><span class="pre">ADD</span></code> を指定すると、ドキュメント追加時と同じルールでトークナイズされます。 <code class="docutils literal notranslate"><span class="pre">GET</span></code> を指定すると、ドキュメント検索時と同じルールでトークナイズされます。省略された場合、 <code class="docutils literal notranslate"><span class="pre">ADD</span></code> モードでトークナイズされます。</p>
764764 <p>デフォルトのモードは <code class="docutils literal notranslate"><span class="pre">ADD</span></code> です。</p>
765765 <p>以下は <code class="docutils literal notranslate"><span class="pre">ADD</span></code> モードの例です。</p>
939939 <p>最後のアルファベットは2文字でトークナイズされています。</p>
940940 </div>
941941 <div class="section" id="token-filters">
942 <span id="tokenize-token-filters"></span><h4><span class="section-number">7.3.67.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">token_filters</span></code><a class="headerlink" href="#token-filters" title="このヘッドラインへのパーマリンク">¶</a></h4>
942 <span id="tokenize-token-filters"></span><h4><span class="section-number">7.3.68.4.2.4. </span><code class="docutils literal notranslate"><span class="pre">token_filters</span></code><a class="headerlink" href="#token-filters" title="このヘッドラインへのパーマリンク">¶</a></h4>
943943 <p>トークンフィルターを指定します。 <code class="docutils literal notranslate"><span class="pre">tokenize</span></code> コマンドは <code class="docutils literal notranslate"><span class="pre">token_filters</span></code> という名前のトークンフィルターを使います。</p>
944944 <p>トークンフィルターについては <a class="reference internal" href="../token_filters.html"><span class="doc">トークンフィルター</span></a> を参照してください。</p>
945945 </div>
946946 </div>
947947 </div>
948948 <div class="section" id="return-value">
949 <span id="tokenize-return-value"></span><h2><span class="section-number">7.3.67.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
949 <span id="tokenize-return-value"></span><h2><span class="section-number">7.3.68.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
950950 <p><code class="docutils literal notranslate"><span class="pre">tokenize</span></code> コマンドはトークナイズしたトークンをすべて返します。各トークンはトークン自身の文字列情報以外にいくつかの属性を持ちます。属性は今後増えていく可能性があります:</p>
951951 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, tokens]
952952 </pre></div>
980980 </div></blockquote>
981981 </div>
982982 <div class="section" id="see-also">
983 <h2><span class="section-number">7.3.67.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
983 <h2><span class="section-number">7.3.68.6. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
984984 <ul class="simple">
985985 <li><p><a class="reference internal" href="../tokenizers.html"><span class="doc">トークナイザー</span></a></p></li>
986986 </ul>
996996 <div class="sphinxsidebarwrapper">
997997 <h3><a href="../../index.html">目次</a></h3>
998998 <ul>
999 <li><a class="reference internal" href="#">7.3.67. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a><ul>
1000 <li><a class="reference internal" href="#summary">7.3.67.1. 概要</a></li>
1001 <li><a class="reference internal" href="#syntax">7.3.67.2. 構文</a></li>
1002 <li><a class="reference internal" href="#usage">7.3.67.3. 使い方</a></li>
1003 <li><a class="reference internal" href="#parameters">7.3.67.4. 引数</a><ul>
1004 <li><a class="reference internal" href="#required-parameters">7.3.67.4.1. 必須引数</a><ul>
1005 <li><a class="reference internal" href="#tokenizer">7.3.67.4.1.1. <code class="docutils literal notranslate"><span class="pre">tokenizer</span></code></a></li>
1006 <li><a class="reference internal" href="#string">7.3.67.4.1.2. <code class="docutils literal notranslate"><span class="pre">string</span></code></a></li>
999 <li><a class="reference internal" href="#">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a><ul>
1000 <li><a class="reference internal" href="#summary">7.3.68.1. 概要</a></li>
1001 <li><a class="reference internal" href="#syntax">7.3.68.2. 構文</a></li>
1002 <li><a class="reference internal" href="#usage">7.3.68.3. 使い方</a></li>
1003 <li><a class="reference internal" href="#parameters">7.3.68.4. 引数</a><ul>
1004 <li><a class="reference internal" href="#required-parameters">7.3.68.4.1. 必須引数</a><ul>
1005 <li><a class="reference internal" href="#tokenizer">7.3.68.4.1.1. <code class="docutils literal notranslate"><span class="pre">tokenizer</span></code></a></li>
1006 <li><a class="reference internal" href="#string">7.3.68.4.1.2. <code class="docutils literal notranslate"><span class="pre">string</span></code></a></li>
10071007 </ul>
10081008 </li>
1009 <li><a class="reference internal" href="#optional-parameters">7.3.67.4.2. 省略可能引数</a><ul>
1010 <li><a class="reference internal" href="#normalizer">7.3.67.4.2.1. <code class="docutils literal notranslate"><span class="pre">normalizer</span></code></a></li>
1011 <li><a class="reference internal" href="#flags">7.3.67.4.2.2. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
1012 <li><a class="reference internal" href="#mode">7.3.67.4.2.3. <code class="docutils literal notranslate"><span class="pre">mode</span></code></a></li>
1013 <li><a class="reference internal" href="#token-filters">7.3.67.4.2.4. <code class="docutils literal notranslate"><span class="pre">token_filters</span></code></a></li>
1009 <li><a class="reference internal" href="#optional-parameters">7.3.68.4.2. 省略可能引数</a><ul>
1010 <li><a class="reference internal" href="#normalizer">7.3.68.4.2.1. <code class="docutils literal notranslate"><span class="pre">normalizer</span></code></a></li>
1011 <li><a class="reference internal" href="#flags">7.3.68.4.2.2. <code class="docutils literal notranslate"><span class="pre">flags</span></code></a></li>
1012 <li><a class="reference internal" href="#mode">7.3.68.4.2.3. <code class="docutils literal notranslate"><span class="pre">mode</span></code></a></li>
1013 <li><a class="reference internal" href="#token-filters">7.3.68.4.2.4. <code class="docutils literal notranslate"><span class="pre">token_filters</span></code></a></li>
10141014 </ul>
10151015 </li>
10161016 </ul>
10171017 </li>
1018 <li><a class="reference internal" href="#return-value">7.3.67.5. 戻り値</a></li>
1019 <li><a class="reference internal" href="#see-also">7.3.67.6. 参考</a></li>
1018 <li><a class="reference internal" href="#return-value">7.3.68.5. 戻り値</a></li>
1019 <li><a class="reference internal" href="#see-also">7.3.68.6. 参考</a></li>
10201020 </ul>
10211021 </li>
10221022 </ul>
10231023
10241024 <h4>前のトピックへ</h4>
10251025 <p class="topless"><a href="thread_limit.html"
1026 title="前の章へ"><span class="section-number">7.3.66. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></p>
1026 title="前の章へ"><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></p>
10271027 <h4>次のトピックへ</h4>
10281028 <p class="topless"><a href="tokenizer_list.html"
1029 title="次の章へ"><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></p>
1029 title="次の章へ"><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></p>
10301030 <div id="searchbox" style="display: none" role="search">
10311031 <h3 id="searchlabel">クイック検索</h3>
10321032 <div class="searchformwrapper">
10481048 <a href="../../genindex.html" title="総合索引"
10491049 >索引</a></li>
10501050 <li class="right" >
1051 <a href="tokenizer_list.html" title="7.3.68. tokenizer_list"
1051 <a href="tokenizer_list.html" title="7.3.69. tokenizer_list"
10521052 >次へ</a> |</li>
10531053 <li class="right" >
1054 <a href="thread_limit.html" title="7.3.66. thread_limit"
1054 <a href="thread_limit.html" title="7.3.67. thread_limit"
10551055 >前へ</a> |</li>
1056 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
1056 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
10571057 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
10581058 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
1059 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
1059 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
10601060 </ul>
10611061 </div>
10621062 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.68. tokenizer_list &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.69. tokenizer_list &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
1919 <link rel="shortcut icon" href="../../_static/favicon.ico"/>
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
22 <link rel="next" title="7.3.69. truncate" href="truncate.html" />
23 <link rel="prev" title="7.3.67. tokenize" href="tokenize.html" />
22 <link rel="next" title="7.3.70. truncate" href="truncate.html" />
23 <link rel="prev" title="7.3.68. tokenize" href="tokenize.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4646 <a href="../../genindex.html" title="総合索引"
4747 accesskey="I">索引</a></li>
4848 <li class="right" >
49 <a href="truncate.html" title="7.3.69. truncate"
49 <a href="truncate.html" title="7.3.70. truncate"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="tokenize.html" title="7.3.67. tokenize"
52 <a href="tokenize.html" title="7.3.68. tokenize"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="tokenizer-list">
67 <h1><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code><a class="headerlink" href="#tokenizer-list" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code><a class="headerlink" href="#tokenizer-list" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.68.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.69.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code> コマンドはデータベースに登録されているトークナイザーの一覧を返します。</p>
7171 </div>
7272 <div class="section" id="syntax">
73 <h2><span class="section-number">7.3.68.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
73 <h2><span class="section-number">7.3.69.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7474 <p>このコマンドに引数はありません:</p>
7575 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenizer_list
7676 </pre></div>
7777 </div>
7878 </div>
7979 <div class="section" id="usage">
80 <h2><span class="section-number">7.3.68.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
80 <h2><span class="section-number">7.3.69.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8181 <p>以下は簡単な使用例です。</p>
8282 <p>実行例:</p>
8383 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tokenizer_list
134134 <p>データベースに登録されているトークナイザーの一覧を返します。</p>
135135 </div>
136136 <div class="section" id="return-value">
137 <h2><span class="section-number">7.3.68.4. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
137 <h2><span class="section-number">7.3.69.4. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
138138 <p><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code> コマンドはトークナイザーの一覧を返します。各トークナイザーは属性を持っています。例えば名前です。将来、属性は増えるかもしれません。:</p>
139139 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, tokenizers]
140140 </pre></div>
165165 </div></blockquote>
166166 </div>
167167 <div class="section" id="see-also">
168 <h2><span class="section-number">7.3.68.5. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
168 <h2><span class="section-number">7.3.69.5. </span>参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
169169 <ul class="simple">
170170 <li><p><a class="reference internal" href="../tokenizers.html"><span class="doc">トークナイザー</span></a></p></li>
171171 <li><p><a class="reference internal" href="tokenize.html"><span class="doc">tokenize</span></a></p></li>
182182 <div class="sphinxsidebarwrapper">
183183 <h3><a href="../../index.html">目次</a></h3>
184184 <ul>
185 <li><a class="reference internal" href="#">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a><ul>
186 <li><a class="reference internal" href="#summary">7.3.68.1. 概要</a></li>
187 <li><a class="reference internal" href="#syntax">7.3.68.2. 構文</a></li>
188 <li><a class="reference internal" href="#usage">7.3.68.3. 使い方</a></li>
189 <li><a class="reference internal" href="#return-value">7.3.68.4. 戻り値</a></li>
190 <li><a class="reference internal" href="#see-also">7.3.68.5. 参考</a></li>
185 <li><a class="reference internal" href="#">7.3.69. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a><ul>
186 <li><a class="reference internal" href="#summary">7.3.69.1. 概要</a></li>
187 <li><a class="reference internal" href="#syntax">7.3.69.2. 構文</a></li>
188 <li><a class="reference internal" href="#usage">7.3.69.3. 使い方</a></li>
189 <li><a class="reference internal" href="#return-value">7.3.69.4. 戻り値</a></li>
190 <li><a class="reference internal" href="#see-also">7.3.69.5. 参考</a></li>
191191 </ul>
192192 </li>
193193 </ul>
194194
195195 <h4>前のトピックへ</h4>
196196 <p class="topless"><a href="tokenize.html"
197 title="前の章へ"><span class="section-number">7.3.67. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></p>
197 title="前の章へ"><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></p>
198198 <h4>次のトピックへ</h4>
199199 <p class="topless"><a href="truncate.html"
200 title="次の章へ"><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></p>
200 title="次の章へ"><span class="section-number">7.3.70. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></p>
201201 <div id="searchbox" style="display: none" role="search">
202202 <h3 id="searchlabel">クイック検索</h3>
203203 <div class="searchformwrapper">
219219 <a href="../../genindex.html" title="総合索引"
220220 >索引</a></li>
221221 <li class="right" >
222 <a href="truncate.html" title="7.3.69. truncate"
222 <a href="truncate.html" title="7.3.70. truncate"
223223 >次へ</a> |</li>
224224 <li class="right" >
225 <a href="tokenize.html" title="7.3.67. tokenize"
225 <a href="tokenize.html" title="7.3.68. tokenize"
226226 >前へ</a> |</li>
227 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
227 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
228228 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
229229 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
230 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
230 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
231231 </ul>
232232 </div>
233233 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.3.69. truncate &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.3.70. truncate &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
2020 <link rel="index" title="索引" href="../../genindex.html" />
2121 <link rel="search" title="検索" href="../../search.html" />
2222 <link rel="next" title="7.4. データ型" href="../types.html" />
23 <link rel="prev" title="7.3.68. tokenizer_list" href="tokenizer_list.html" />
23 <link rel="prev" title="7.3.69. tokenizer_list" href="tokenizer_list.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4949 <a href="../types.html" title="7.4. データ型"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="tokenizer_list.html" title="7.3.68. tokenizer_list"
52 <a href="tokenizer_list.html" title="7.3.69. tokenizer_list"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U"><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
57 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.70. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
5858 </ul>
5959 </div>
6060
6464 <div class="body" role="main">
6565
6666 <div class="section" id="truncate">
67 <h1><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code><a class="headerlink" href="#truncate" title="このヘッドラインへのパーマリンク">¶</a></h1>
67 <h1><span class="section-number">7.3.70. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code><a class="headerlink" href="#truncate" title="このヘッドラインへのパーマリンク">¶</a></h1>
6868 <div class="section" id="summary">
69 <h2><span class="section-number">7.3.69.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
69 <h2><span class="section-number">7.3.70.1. </span>概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
7070 <p><code class="docutils literal notranslate"><span class="pre">truncate</span></code> コマンドは指定したテーブルのレコードをすべて削除します。カラムを指定した場合はカラムの値をすべて削除します。</p>
7171 </div>
7272 <div class="section" id="syntax">
73 <h2><span class="section-number">7.3.69.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
73 <h2><span class="section-number">7.3.70.2. </span>構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
7474 <p>このコマンドの引数は1つで必須です:</p>
7575 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>truncate target_name
7676 </pre></div>
8383 </div>
8484 </div>
8585 <div class="section" id="usage">
86 <h2><span class="section-number">7.3.69.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
86 <h2><span class="section-number">7.3.70.3. </span>使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
8787 <p>以下はテーブルに対して <code class="docutils literal notranslate"><span class="pre">truncate</span></code> コマンドを実行する簡単な使用例です。</p>
8888 <p>実行例:</p>
8989 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>table_create Users TABLE_PAT_KEY ShortText
281281 </div>
282282 </div>
283283 <div class="section" id="parameters">
284 <h2><span class="section-number">7.3.69.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
284 <h2><span class="section-number">7.3.70.4. </span>引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
285285 <p>このセクションでは <code class="docutils literal notranslate"><span class="pre">truncate</span></code> の引数について説明します。</p>
286286 <div class="section" id="required-parameters">
287 <h3><span class="section-number">7.3.69.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
287 <h3><span class="section-number">7.3.70.4.1. </span>必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
288288 <p><code class="docutils literal notranslate"><span class="pre">target_name</span></code> だけが必須の引数です。</p>
289289 <div class="section" id="target-name">
290 <h4><span class="section-number">7.3.69.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
290 <h4><span class="section-number">7.3.70.4.1.1. </span><code class="docutils literal notranslate"><span class="pre">target_name</span></code><a class="headerlink" href="#target-name" title="このヘッドラインへのパーマリンク">¶</a></h4>
291291 <p>テーブル名またはカラム名を指定します。</p>
292292 </div>
293293 </div>
294294 </div>
295295 <div class="section" id="return-value">
296 <h2><span class="section-number">7.3.69.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
296 <h2><span class="section-number">7.3.70.5. </span>戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
297297 <p><code class="docutils literal notranslate"><span class="pre">truncate</span></code> コマンドは全削除が成功したかどうかを返します。:</p>
298298 <div class="highlight-none notranslate"><div class="highlight"><pre><span></span>[HEADER, SUCCEEDED_OR_NOT]
299299 </pre></div>
318318 <div class="sphinxsidebarwrapper">
319319 <h3><a href="../../index.html">目次</a></h3>
320320 <ul>
321 <li><a class="reference internal" href="#">7.3.69. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a><ul>
322 <li><a class="reference internal" href="#summary">7.3.69.1. 概要</a></li>
323 <li><a class="reference internal" href="#syntax">7.3.69.2. 構文</a></li>
324 <li><a class="reference internal" href="#usage">7.3.69.3. 使い方</a></li>
325 <li><a class="reference internal" href="#parameters">7.3.69.4. 引数</a><ul>
326 <li><a class="reference internal" href="#required-parameters">7.3.69.4.1. 必須引数</a><ul>
327 <li><a class="reference internal" href="#target-name">7.3.69.4.1.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
321 <li><a class="reference internal" href="#">7.3.70. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a><ul>
322 <li><a class="reference internal" href="#summary">7.3.70.1. 概要</a></li>
323 <li><a class="reference internal" href="#syntax">7.3.70.2. 構文</a></li>
324 <li><a class="reference internal" href="#usage">7.3.70.3. 使い方</a></li>
325 <li><a class="reference internal" href="#parameters">7.3.70.4. 引数</a><ul>
326 <li><a class="reference internal" href="#required-parameters">7.3.70.4.1. 必須引数</a><ul>
327 <li><a class="reference internal" href="#target-name">7.3.70.4.1.1. <code class="docutils literal notranslate"><span class="pre">target_name</span></code></a></li>
328328 </ul>
329329 </li>
330330 </ul>
331331 </li>
332 <li><a class="reference internal" href="#return-value">7.3.69.5. 戻り値</a></li>
332 <li><a class="reference internal" href="#return-value">7.3.70.5. 戻り値</a></li>
333333 </ul>
334334 </li>
335335 </ul>
336336
337337 <h4>前のトピックへ</h4>
338338 <p class="topless"><a href="tokenizer_list.html"
339 title="前の章へ"><span class="section-number">7.3.68. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></p>
339 title="前の章へ"><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></p>
340340 <h4>次のトピックへ</h4>
341341 <p class="topless"><a href="../types.html"
342342 title="次の章へ"><span class="section-number">7.4. </span>データ型</a></p>
364364 <a href="../types.html" title="7.4. データ型"
365365 >次へ</a> |</li>
366366 <li class="right" >
367 <a href="tokenizer_list.html" title="7.3.68. tokenizer_list"
367 <a href="tokenizer_list.html" title="7.3.69. tokenizer_list"
368368 >前へ</a> |</li>
369 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
369 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
370370 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
371371 <li class="nav-item nav-item-2"><a href="../command.html" ><span class="section-number">7.3. </span>コマンド</a> &#187;</li>
372 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
372 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.3.70. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
373373 </ul>
374374 </div>
375375 <div class="footer" role="contentinfo">
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.18. 設定 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.18. 設定 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="operations/prefix_rk_search.html" title="7.17.2. 前方一致RK検索"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.18. </span>設定</a></li>
5757 </ul>
138138 <li class="right" >
139139 <a href="operations/prefix_rk_search.html" title="7.17.2. 前方一致RK検索"
140140 >前へ</a> |</li>
141 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
141 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
142142 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
143143 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.18. </span>設定</a></li>
144144 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.1. grndb &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.1.1. grndb &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../executables.html" title="7.1. 実行ファイル"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.1. </span><code class="docutils literal notranslate"><span class="pre">grndb</span></code></a></li>
386386 <li class="right" >
387387 <a href="../executables.html" title="7.1. 実行ファイル"
388388 >前へ</a> |</li>
389 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
389 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
390390 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
391391 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
392392 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.1. </span><code class="docutils literal notranslate"><span class="pre">grndb</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.2. grnslap &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.1.2. grnslap &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grndb.html" title="7.1.1. grndb"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.2. </span>grnslap</a></li>
177177 <li class="right" >
178178 <a href="grndb.html" title="7.1.1. grndb"
179179 >前へ</a> |</li>
180 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
180 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
181181 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
182182 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
183183 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.2. </span>grnslap</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.4. groonga-benchmark &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.1.4. groonga-benchmark &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="groonga.html" title="7.1.3. groonga 実行ファイル"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.4. </span>groonga-benchmark</a></li>
400400 <li class="right" >
401401 <a href="groonga.html" title="7.1.3. groonga 実行ファイル"
402402 >前へ</a> |</li>
403 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
403 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
404404 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
405405 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
406406 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.4. </span>groonga-benchmark</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.5. groonga-httpd &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.1.5. groonga-httpd &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="groonga-benchmark.html" title="7.1.4. groonga-benchmark"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.5. </span>groonga-httpd</a></li>
606606 <li class="right" >
607607 <a href="groonga-benchmark.html" title="7.1.4. groonga-benchmark"
608608 >前へ</a> |</li>
609 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
609 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
610610 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
611611 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
612612 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.5. </span>groonga-httpd</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.6. Groonga HTTPサーバー &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.1.6. Groonga HTTPサーバー &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="groonga-httpd.html" title="7.1.5. groonga-httpd"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.6. </span>Groonga HTTPサーバー</a></li>
209209 <li class="right" >
210210 <a href="groonga-httpd.html" title="7.1.5. groonga-httpd"
211211 >前へ</a> |</li>
212 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
212 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
213213 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
214214 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
215215 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.6. </span>Groonga HTTPサーバー</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.7. groonga-suggest-create-dataset &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.1.7. groonga-suggest-create-dataset &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="groonga-server-http.html" title="7.1.6. Groonga HTTPサーバー"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.7. </span>groonga-suggest-create-dataset</a></li>
169169 <li class="right" >
170170 <a href="groonga-server-http.html" title="7.1.6. Groonga HTTPサーバー"
171171 >前へ</a> |</li>
172 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
172 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
173173 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
174174 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
175175 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.7. </span>groonga-suggest-create-dataset</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.8. groonga-suggest-httpd &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.1.8. groonga-suggest-httpd &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="groonga-suggest-create-dataset.html" title="7.1.7. groonga-suggest-create-dataset"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.8. </span><code class="docutils literal notranslate"><span class="pre">groonga-suggest-httpd</span></code></a></li>
609609 <li class="right" >
610610 <a href="groonga-suggest-create-dataset.html" title="7.1.7. groonga-suggest-create-dataset"
611611 >前へ</a> |</li>
612 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
612 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
613613 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
614614 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
615615 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.8. </span><code class="docutils literal notranslate"><span class="pre">groonga-suggest-httpd</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.9. groonga-suggest-learner &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.1.9. groonga-suggest-learner &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="groonga-suggest-httpd.html" title="7.1.8. groonga-suggest-httpd"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.9. </span>groonga-suggest-learner</a></li>
214214 <li class="right" >
215215 <a href="groonga-suggest-httpd.html" title="7.1.8. groonga-suggest-httpd"
216216 >前へ</a> |</li>
217 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
217 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
218218 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
219219 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
220220 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.9. </span>groonga-suggest-learner</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1.3. groonga 実行ファイル &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.1.3. groonga 実行ファイル &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grnslap.html" title="7.1.2. grnslap"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../executables.html" accesskey="U"><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.3. </span><code class="docutils literal notranslate"><span class="pre">groonga</span></code> 実行ファイル</a></li>
640640 <li class="right" >
641641 <a href="grnslap.html" title="7.1.2. grnslap"
642642 >前へ</a> |</li>
643 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
643 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
644644 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
645645 <li class="nav-item nav-item-2"><a href="../executables.html" ><span class="section-number">7.1. </span>実行ファイル</a> &#187;</li>
646646 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1.3. </span><code class="docutils literal notranslate"><span class="pre">groonga</span></code> 実行ファイル</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.1. 実行ファイル &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.1. 実行ファイル &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../reference.html" title="7. リファレンスマニュアル"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1. </span>実行ファイル</a></li>
5757 </ul>
119119 <li class="right" >
120120 <a href="../reference.html" title="7. リファレンスマニュアル"
121121 >前へ</a> |</li>
122 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
122 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
123123 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
124124 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.1. </span>実行ファイル</a></li>
125125 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15. 関数 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15. 関数 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="regular_expression.html" title="7.14. 正規表現"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15. </span>関数</a></li>
5757 </ul>
146146 <li class="right" >
147147 <a href="regular_expression.html" title="7.14. 正規表現"
148148 >前へ</a> |</li>
149 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
149 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
150150 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
151151 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15. </span>関数</a></li>
152152 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.1. between &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.1. between &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../function.html" title="7.15. 関数"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.1. </span><code class="docutils literal notranslate"><span class="pre">between</span></code></a></li>
261261 <li class="right" >
262262 <a href="../function.html" title="7.15. 関数"
263263 >前へ</a> |</li>
264 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
264 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
265265 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
266266 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
267267 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.1. </span><code class="docutils literal notranslate"><span class="pre">between</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.2. cast_loose &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.2. cast_loose &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="between.html" title="7.15.1. between"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.2. </span><code class="docutils literal notranslate"><span class="pre">cast_loose</span></code></a></li>
198198 <li class="right" >
199199 <a href="between.html" title="7.15.1. between"
200200 >前へ</a> |</li>
201 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
201 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
202202 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
203203 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
204204 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.2. </span><code class="docutils literal notranslate"><span class="pre">cast_loose</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.3. edit_distance &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.3. edit_distance &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="cast_loose.html" title="7.15.2. cast_loose"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.3. </span>edit_distance</a></li>
156156 <li class="right" >
157157 <a href="cast_loose.html" title="7.15.2. cast_loose"
158158 >前へ</a> |</li>
159 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
159 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
160160 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
161161 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
162162 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.3. </span>edit_distance</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.4. fuzzy_search &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.4. fuzzy_search &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="edit_distance.html" title="7.15.3. edit_distance"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.4. </span><code class="docutils literal notranslate"><span class="pre">fuzzy_search</span></code></a></li>
133133 <li class="right" >
134134 <a href="edit_distance.html" title="7.15.3. edit_distance"
135135 >前へ</a> |</li>
136 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
136 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
137137 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
138138 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
139139 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.4. </span><code class="docutils literal notranslate"><span class="pre">fuzzy_search</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.5. geo_distance &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.5. geo_distance &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="fuzzy_search.html" title="7.15.4. fuzzy_search"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.5. </span><code class="docutils literal notranslate"><span class="pre">geo_distance</span></code></a></li>
552552 <li class="right" >
553553 <a href="fuzzy_search.html" title="7.15.4. fuzzy_search"
554554 >前へ</a> |</li>
555 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
555 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
556556 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
557557 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
558558 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.5. </span><code class="docutils literal notranslate"><span class="pre">geo_distance</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.6. geo_in_circle &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.6. geo_in_circle &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="geo_distance.html" title="7.15.5. geo_distance"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.6. </span>geo_in_circle</a></li>
187187 <li class="right" >
188188 <a href="geo_distance.html" title="7.15.5. geo_distance"
189189 >前へ</a> |</li>
190 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
190 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
191191 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
192192 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
193193 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.6. </span>geo_in_circle</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.7. geo_in_rectangle &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.7. geo_in_rectangle &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="geo_in_circle.html" title="7.15.6. geo_in_circle"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.7. </span>geo_in_rectangle</a></li>
166166 <li class="right" >
167167 <a href="geo_in_circle.html" title="7.15.6. geo_in_circle"
168168 >前へ</a> |</li>
169 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
169 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
170170 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
171171 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
172172 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.7. </span>geo_in_rectangle</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.8. highlight_full &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.8. highlight_full &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="geo_in_rectangle.html" title="7.15.7. geo_in_rectangle"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.8. </span><code class="docutils literal notranslate"><span class="pre">highlight_full</span></code></a></li>
265265 <li class="right" >
266266 <a href="geo_in_rectangle.html" title="7.15.7. geo_in_rectangle"
267267 >前へ</a> |</li>
268 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
268 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
269269 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
270270 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
271271 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.8. </span><code class="docutils literal notranslate"><span class="pre">highlight_full</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.9. highlight_html &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.9. highlight_html &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="highlight_full.html" title="7.15.8. highlight_full"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.9. </span><code class="docutils literal notranslate"><span class="pre">highlight_html</span></code></a></li>
249249 <li class="right" >
250250 <a href="highlight_full.html" title="7.15.8. highlight_full"
251251 >前へ</a> |</li>
252 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
252 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
253253 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
254254 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
255255 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.9. </span><code class="docutils literal notranslate"><span class="pre">highlight_html</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.10. html_untag &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.10. html_untag &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="highlight_html.html" title="7.15.9. highlight_html"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.10. </span><code class="docutils literal notranslate"><span class="pre">html_untag</span></code></a></li>
205205 <li class="right" >
206206 <a href="highlight_html.html" title="7.15.9. highlight_html"
207207 >前へ</a> |</li>
208 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
208 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
209209 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
210210 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
211211 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.10. </span><code class="docutils literal notranslate"><span class="pre">html_untag</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.11. in_records &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.11. in_records &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="html_untag.html" title="7.15.10. html_untag"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.11. </span><code class="docutils literal notranslate"><span class="pre">in_records</span></code></a></li>
327327 <li class="right" >
328328 <a href="html_untag.html" title="7.15.10. html_untag"
329329 >前へ</a> |</li>
330 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
330 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
331331 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
332332 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
333333 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.11. </span><code class="docutils literal notranslate"><span class="pre">in_records</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.12. in_values &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.12. in_values &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="in_records.html" title="7.15.11. in_records"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.12. </span><code class="docutils literal notranslate"><span class="pre">in_values</span></code></a></li>
228228 <li class="right" >
229229 <a href="in_records.html" title="7.15.11. in_records"
230230 >前へ</a> |</li>
231 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
231 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
232232 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
233233 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
234234 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.12. </span><code class="docutils literal notranslate"><span class="pre">in_values</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.13. math_abs &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.13. math_abs &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="in_values.html" title="7.15.12. in_values"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.13. </span><code class="docutils literal notranslate"><span class="pre">math_abs</span></code></a></li>
219219 <li class="right" >
220220 <a href="in_values.html" title="7.15.12. in_values"
221221 >前へ</a> |</li>
222 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
222 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
223223 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
224224 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
225225 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.13. </span><code class="docutils literal notranslate"><span class="pre">math_abs</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.14. now &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.14. now &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="math_abs.html" title="7.15.13. math_abs"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.14. </span>now</a></li>
144144 <li class="right" >
145145 <a href="math_abs.html" title="7.15.13. math_abs"
146146 >前へ</a> |</li>
147 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
147 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
148148 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
149149 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
150150 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.14. </span>now</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.15. number_classify &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.15. number_classify &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="now.html" title="7.15.14. now"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.15. </span><code class="docutils literal notranslate"><span class="pre">number_classify</span></code></a></li>
130130 <li class="right" >
131131 <a href="now.html" title="7.15.14. now"
132132 >前へ</a> |</li>
133 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
133 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
134134 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
135135 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
136136 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.15. </span><code class="docutils literal notranslate"><span class="pre">number_classify</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.16. prefix_rk_search &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.16. prefix_rk_search &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="number_classify.html" title="7.15.15. number_classify"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.16. </span><code class="docutils literal notranslate"><span class="pre">prefix_rk_search</span></code></a></li>
390390 <li class="right" >
391391 <a href="number_classify.html" title="7.15.15. number_classify"
392392 >前へ</a> |</li>
393 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
393 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
394394 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
395395 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
396396 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.16. </span><code class="docutils literal notranslate"><span class="pre">prefix_rk_search</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.17. query &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.17. query &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="prefix_rk_search.html" title="7.15.16. prefix_rk_search"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.17. </span><code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
475475 <li class="right" >
476476 <a href="prefix_rk_search.html" title="7.15.16. prefix_rk_search"
477477 >前へ</a> |</li>
478 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
478 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
479479 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
480480 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
481481 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.17. </span><code class="docutils literal notranslate"><span class="pre">query</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.18. rand &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.18. rand &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="query.html" title="7.15.17. query"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.18. </span>rand</a></li>
152152 <li class="right" >
153153 <a href="query.html" title="7.15.17. query"
154154 >前へ</a> |</li>
155 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
155 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
156156 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
157157 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
158158 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.18. </span>rand</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.19. snippet_html &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.19. snippet_html &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="rand.html" title="7.15.18. rand"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.19. </span><code class="docutils literal notranslate"><span class="pre">snippet_html</span></code></a></li>
247247 <li class="right" >
248248 <a href="rand.html" title="7.15.18. rand"
249249 >前へ</a> |</li>
250 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
250 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
251251 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
252252 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
253253 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.19. </span><code class="docutils literal notranslate"><span class="pre">snippet_html</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.20. string_length &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.20. string_length &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="snippet_html.html" title="7.15.19. snippet_html"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.20. </span><code class="docutils literal notranslate"><span class="pre">string_length</span></code></a></li>
137137 <li class="right" >
138138 <a href="snippet_html.html" title="7.15.19. snippet_html"
139139 >前へ</a> |</li>
140 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
140 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
141141 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
142142 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
143143 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.20. </span><code class="docutils literal notranslate"><span class="pre">string_length</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.21. string_substring &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.21. string_substring &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="string_length.html" title="7.15.20. string_length"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.21. </span><code class="docutils literal notranslate"><span class="pre">string_substring</span></code></a></li>
136136 <li class="right" >
137137 <a href="string_length.html" title="7.15.20. string_length"
138138 >前へ</a> |</li>
139 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
139 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
140140 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
141141 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
142142 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.21. </span><code class="docutils literal notranslate"><span class="pre">string_substring</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.22. sub_filter &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.22. sub_filter &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="string_substring.html" title="7.15.21. string_substring"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.22. </span><code class="docutils literal notranslate"><span class="pre">sub_filter</span></code></a></li>
281281 <li class="right" >
282282 <a href="string_substring.html" title="7.15.21. string_substring"
283283 >前へ</a> |</li>
284 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
284 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
285285 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
286286 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
287287 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.22. </span><code class="docutils literal notranslate"><span class="pre">sub_filter</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.23. time_classify_day &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.23. time_classify_day &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="sub_filter.html" title="7.15.22. sub_filter"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.23. </span><code class="docutils literal notranslate"><span class="pre">time_classify_day</span></code></a></li>
251251 <li class="right" >
252252 <a href="sub_filter.html" title="7.15.22. sub_filter"
253253 >前へ</a> |</li>
254 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
254 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
255255 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
256256 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
257257 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.23. </span><code class="docutils literal notranslate"><span class="pre">time_classify_day</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.24. time_classify_day_of_week &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.24. time_classify_day_of_week &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="time_classify_day.html" title="7.15.23. time_classify_day"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.24. </span><code class="docutils literal notranslate"><span class="pre">time_classify_day_of_week</span></code></a></li>
266266 <li class="right" >
267267 <a href="time_classify_day.html" title="7.15.23. time_classify_day"
268268 >前へ</a> |</li>
269 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
269 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
270270 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
271271 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
272272 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.24. </span><code class="docutils literal notranslate"><span class="pre">time_classify_day_of_week</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.25. time_classify_hour &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.25. time_classify_hour &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="time_classify_day_of_week.html" title="7.15.24. time_classify_day_of_week"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.25. </span><code class="docutils literal notranslate"><span class="pre">time_classify_hour</span></code></a></li>
129129 <li class="right" >
130130 <a href="time_classify_day_of_week.html" title="7.15.24. time_classify_day_of_week"
131131 >前へ</a> |</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
133133 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
134134 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
135135 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.25. </span><code class="docutils literal notranslate"><span class="pre">time_classify_hour</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.26. time_classify_minute &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.26. time_classify_minute &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="time_classify_hour.html" title="7.15.25. time_classify_hour"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.26. </span><code class="docutils literal notranslate"><span class="pre">time_classify_minute</span></code></a></li>
129129 <li class="right" >
130130 <a href="time_classify_hour.html" title="7.15.25. time_classify_hour"
131131 >前へ</a> |</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
133133 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
134134 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
135135 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.26. </span><code class="docutils literal notranslate"><span class="pre">time_classify_minute</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.27. time_classify_month &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.27. time_classify_month &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="time_classify_minute.html" title="7.15.26. time_classify_minute"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.27. </span><code class="docutils literal notranslate"><span class="pre">time_classify_month</span></code></a></li>
129129 <li class="right" >
130130 <a href="time_classify_minute.html" title="7.15.26. time_classify_minute"
131131 >前へ</a> |</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
133133 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
134134 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
135135 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.27. </span><code class="docutils literal notranslate"><span class="pre">time_classify_month</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.28. time_classify_second &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.28. time_classify_second &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="time_classify_month.html" title="7.15.27. time_classify_month"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.28. </span><code class="docutils literal notranslate"><span class="pre">time_classify_second</span></code></a></li>
129129 <li class="right" >
130130 <a href="time_classify_month.html" title="7.15.27. time_classify_month"
131131 >前へ</a> |</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
133133 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
134134 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
135135 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.28. </span><code class="docutils literal notranslate"><span class="pre">time_classify_second</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.29. time_classify_week &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.29. time_classify_week &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="time_classify_second.html" title="7.15.28. time_classify_second"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.29. </span><code class="docutils literal notranslate"><span class="pre">time_classify_week</span></code></a></li>
129129 <li class="right" >
130130 <a href="time_classify_second.html" title="7.15.28. time_classify_second"
131131 >前へ</a> |</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
133133 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
134134 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
135135 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.29. </span><code class="docutils literal notranslate"><span class="pre">time_classify_week</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.30. time_classify_year &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.30. time_classify_year &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="time_classify_week.html" title="7.15.29. time_classify_week"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.30. </span><code class="docutils literal notranslate"><span class="pre">time_classify_year</span></code></a></li>
129129 <li class="right" >
130130 <a href="time_classify_week.html" title="7.15.29. time_classify_week"
131131 >前へ</a> |</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
132 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
133133 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
134134 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
135135 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.30. </span><code class="docutils literal notranslate"><span class="pre">time_classify_year</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.31. vector_find &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.31. vector_find &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="time_classify_year.html" title="7.15.30. time_classify_year"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.31. </span><code class="docutils literal notranslate"><span class="pre">vector_find</span></code></a></li>
343343 <li class="right" >
344344 <a href="time_classify_year.html" title="7.15.30. time_classify_year"
345345 >前へ</a> |</li>
346 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
346 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
347347 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
348348 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
349349 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.31. </span><code class="docutils literal notranslate"><span class="pre">vector_find</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.32. vector_new &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.32. vector_new &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="vector_find.html" title="7.15.31. vector_find"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.32. </span><code class="docutils literal notranslate"><span class="pre">vector_new</span></code></a></li>
142142 <li class="right" >
143143 <a href="vector_find.html" title="7.15.31. vector_find"
144144 >前へ</a> |</li>
145 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
145 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
146146 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
147147 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
148148 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.32. </span><code class="docutils literal notranslate"><span class="pre">vector_new</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.33. vector_size &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.33. vector_size &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="vector_new.html" title="7.15.32. vector_new"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.33. </span><code class="docutils literal notranslate"><span class="pre">vector_size</span></code></a></li>
220220 <li class="right" >
221221 <a href="vector_new.html" title="7.15.32. vector_new"
222222 >前へ</a> |</li>
223 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
223 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
224224 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
225225 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
226226 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.33. </span><code class="docutils literal notranslate"><span class="pre">vector_size</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.15.34. vector_slice &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.15.34. vector_slice &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="vector_size.html" title="7.15.33. vector_size"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../function.html" accesskey="U"><span class="section-number">7.15. </span>関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.34. </span><code class="docutils literal notranslate"><span class="pre">vector_slice</span></code></a></li>
136136 <li class="right" >
137137 <a href="vector_size.html" title="7.15.33. vector_size"
138138 >前へ</a> |</li>
139 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
139 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
140140 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
141141 <li class="nav-item nav-item-2"><a href="../function.html" ><span class="section-number">7.15. </span>関数</a> &#187;</li>
142142 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.15.34. </span><code class="docutils literal notranslate"><span class="pre">vector_slice</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.13.1. クエリー構文 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.13.1. クエリー構文 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../grn_expr.html" title="7.13. grn_expr"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../grn_expr.html" accesskey="U"><span class="section-number">7.13. </span>grn_expr</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.13.1. </span>クエリー構文</a></li>
12601260 <li class="right" >
12611261 <a href="../grn_expr.html" title="7.13. grn_expr"
12621262 >前へ</a> |</li>
1263 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
1263 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
12641264 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
12651265 <li class="nav-item nav-item-2"><a href="../grn_expr.html" ><span class="section-number">7.13. </span>grn_expr</a> &#187;</li>
12661266 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.13.1. </span>クエリー構文</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.13.2. スクリプト構文 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.13.2. スクリプト構文 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="query_syntax.html" title="7.13.1. クエリー構文"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../grn_expr.html" accesskey="U"><span class="section-number">7.13. </span>grn_expr</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.13.2. </span>スクリプト構文</a></li>
25852585 <li class="right" >
25862586 <a href="query_syntax.html" title="7.13.1. クエリー構文"
25872587 >前へ</a> |</li>
2588 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
2588 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
25892589 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
25902590 <li class="nav-item nav-item-2"><a href="../grn_expr.html" ><span class="section-number">7.13. </span>grn_expr</a> &#187;</li>
25912591 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.13.2. </span>スクリプト構文</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.13. grn_expr &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.13. grn_expr &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="cast.html" title="7.12. Cast"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.13. </span>grn_expr</a></li>
5757 </ul>
140140 <li class="right" >
141141 <a href="cast.html" title="7.12. Cast"
142142 >前へ</a> |</li>
143 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
143 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
144144 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
145145 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.13. </span>grn_expr</a></li>
146146 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.21. インデックス構築 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.21. インデックス構築 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="suggest/suggestion.html" title="7.20.4. 提案"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.21. </span>インデックス構築</a></li>
5757 </ul>
271271 <li class="right" >
272272 <a href="suggest/suggestion.html" title="7.20.4. 提案"
273273 >前へ</a> |</li>
274 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
274 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
275275 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
276276 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.21. </span>インデックス構築</a></li>
277277 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.23. ログ &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.23. ログ &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="sharding.html" title="7.22. シャーディング"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.23. </span>ログ</a></li>
5757 </ul>
311311 <li class="right" >
312312 <a href="sharding.html" title="7.22. シャーディング"
313313 >前へ</a> |</li>
314 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
314 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
315315 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
316316 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.23. </span>ログ</a></li>
317317 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.7.2.1. NormalizerAuto &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.7.2.1. NormalizerAuto &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../normalizers.html" title="7.7. ノーマライザー"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../normalizers.html" accesskey="U"><span class="section-number">7.7. </span>ノーマライザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7.2.1. </span><code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code></a></li>
158158 <li class="right" >
159159 <a href="../normalizers.html" title="7.7. ノーマライザー"
160160 >前へ</a> |</li>
161 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
161 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
162162 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
163163 <li class="nav-item nav-item-2"><a href="../normalizers.html" ><span class="section-number">7.7. </span>ノーマライザー</a> &#187;</li>
164164 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7.2.1. </span><code class="docutils literal notranslate"><span class="pre">NormalizerAuto</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.7.2.2. NormalizerNFKC100 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.7.2.2. NormalizerNFKC100 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="normalizer_auto.html" title="7.7.2.1. NormalizerAuto"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../normalizers.html" accesskey="U"><span class="section-number">7.7. </span>ノーマライザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7.2.2. </span><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code></a></li>
877877 <li class="right" >
878878 <a href="normalizer_auto.html" title="7.7.2.1. NormalizerAuto"
879879 >前へ</a> |</li>
880 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
880 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
881881 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
882882 <li class="nav-item nav-item-2"><a href="../normalizers.html" ><span class="section-number">7.7. </span>ノーマライザー</a> &#187;</li>
883883 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7.2.2. </span><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC100</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.7.2.3. NormalizerNFKC51 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.7.2.3. NormalizerNFKC51 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="normalizer_nfkc100.html" title="7.7.2.2. NormalizerNFKC100"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../normalizers.html" accesskey="U"><span class="section-number">7.7. </span>ノーマライザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7.2.3. </span><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC51</span></code></a></li>
150150 <li class="right" >
151151 <a href="normalizer_nfkc100.html" title="7.7.2.2. NormalizerNFKC100"
152152 >前へ</a> |</li>
153 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
153 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
154154 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
155155 <li class="nav-item nav-item-2"><a href="../normalizers.html" ><span class="section-number">7.7. </span>ノーマライザー</a> &#187;</li>
156156 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7.2.3. </span><code class="docutils literal notranslate"><span class="pre">NormalizerNFKC51</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.7. ノーマライザー &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.7. ノーマライザー &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="columns/index.html" title="7.6.4. インデックスカラム"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7. </span>ノーマライザー</a></li>
5757 </ul>
209209 <li class="right" >
210210 <a href="columns/index.html" title="7.6.4. インデックスカラム"
211211 >前へ</a> |</li>
212 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
212 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
213213 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
214214 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.7. </span>ノーマライザー</a></li>
215215 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.17.1. 位置情報検索 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.17.1. 位置情報検索 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../operations.html" title="7.17. 操作方法"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../operations.html" accesskey="U"><span class="section-number">7.17. </span>操作方法</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.17.1. </span>位置情報検索</a></li>
140140 <li class="right" >
141141 <a href="../operations.html" title="7.17. 操作方法"
142142 >前へ</a> |</li>
143 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
143 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
144144 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
145145 <li class="nav-item nav-item-2"><a href="../operations.html" ><span class="section-number">7.17. </span>操作方法</a> &#187;</li>
146146 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.17.1. </span>位置情報検索</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.17.2. 前方一致RK検索 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.17.2. 前方一致RK検索 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="geolocation_search.html" title="7.17.1. 位置情報検索"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../operations.html" accesskey="U"><span class="section-number">7.17. </span>操作方法</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.17.2. </span>前方一致RK検索</a></li>
160160 <li class="right" >
161161 <a href="geolocation_search.html" title="7.17.1. 位置情報検索"
162162 >前へ</a> |</li>
163 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
163 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
164164 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
165165 <li class="nav-item nav-item-2"><a href="../operations.html" ><span class="section-number">7.17. </span>操作方法</a> &#187;</li>
166166 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.17.2. </span>前方一致RK検索</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.17. 操作方法 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.17. 操作方法 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="window_functions/window_sum.html" title="7.16.4. window_sum"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.17. </span>操作方法</a></li>
5757 </ul>
112112 <li class="right" >
113113 <a href="window_functions/window_sum.html" title="7.16.4. window_sum"
114114 >前へ</a> |</li>
115 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
115 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
116116 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
117117 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.17. </span>操作方法</a></li>
118118 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.2. 出力 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.2. 出力 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="executables/groonga-suggest-learner.html" title="7.1.9. groonga-suggest-learner"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.2. </span>出力</a></li>
5757 </ul>
258258 <li class="right" >
259259 <a href="executables/groonga-suggest-learner.html" title="7.1.9. groonga-suggest-learner"
260260 >前へ</a> |</li>
261 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
261 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
262262 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
263263 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.2. </span>出力</a></li>
264264 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.10.1. QueryExpanderTSV &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.10.1. QueryExpanderTSV &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../query_expanders.html" title="7.10. クエリー展開オブジェクト一覧"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../query_expanders.html" accesskey="U"><span class="section-number">7.10. </span>クエリー展開オブジェクト一覧</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.10.1. </span>QueryExpanderTSV</a></li>
248248 <li class="right" >
249249 <a href="../query_expanders.html" title="7.10. クエリー展開オブジェクト一覧"
250250 >前へ</a> |</li>
251 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
251 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
252252 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
253253 <li class="nav-item nav-item-2"><a href="../query_expanders.html" ><span class="section-number">7.10. </span>クエリー展開オブジェクト一覧</a> &#187;</li>
254254 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.10.1. </span>QueryExpanderTSV</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.10. クエリー展開オブジェクト一覧 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.10. クエリー展開オブジェクト一覧 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_filters/token_filter_stop_word.html" title="7.9.4. TokenFilterStopWord"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.10. </span>クエリー展開オブジェクト一覧</a></li>
5757 </ul>
110110 <li class="right" >
111111 <a href="token_filters/token_filter_stop_word.html" title="7.9.4. TokenFilterStopWord"
112112 >前へ</a> |</li>
113 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
113 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
114114 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
115115 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.10. </span>クエリー展開オブジェクト一覧</a></li>
116116 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.14. 正規表現 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.14. 正規表現 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="grn_expr/script_syntax.html" title="7.13.2. スクリプト構文"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.14. </span>正規表現</a></li>
5757 </ul>
855855 <li class="right" >
856856 <a href="grn_expr/script_syntax.html" title="7.13.2. スクリプト構文"
857857 >前へ</a> |</li>
858 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
858 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
859859 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
860860 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.14. </span>正規表現</a></li>
861861 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.11. スコアラー &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.11. スコアラー &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="query_expanders/tsv.html" title="7.10.1. QueryExpanderTSV"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.11. </span>スコアラー</a></li>
5757 </ul>
455455 <li class="right" >
456456 <a href="query_expanders/tsv.html" title="7.10.1. QueryExpanderTSV"
457457 >前へ</a> |</li>
458 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
458 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
459459 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
460460 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.11. </span>スコアラー</a></li>
461461 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.11.3.1. scorer_tf_at_most &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.11.3.1. scorer_tf_at_most &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../scorer.html" title="7.11. スコアラー"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../scorer.html" accesskey="U"><span class="section-number">7.11. </span>スコアラー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.11.3.1. </span><code class="docutils literal notranslate"><span class="pre">scorer_tf_at_most</span></code></a></li>
275275 <li class="right" >
276276 <a href="../scorer.html" title="7.11. スコアラー"
277277 >前へ</a> |</li>
278 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
278 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
279279 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
280280 <li class="nav-item nav-item-2"><a href="../scorer.html" ><span class="section-number">7.11. </span>スコアラー</a> &#187;</li>
281281 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.11.3.1. </span><code class="docutils literal notranslate"><span class="pre">scorer_tf_at_most</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.11.3.2. scorer_tf_idf &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.11.3.2. scorer_tf_idf &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="scorer_tf_at_most.html" title="7.11.3.1. scorer_tf_at_most"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../scorer.html" accesskey="U"><span class="section-number">7.11. </span>スコアラー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.11.3.2. </span><code class="docutils literal notranslate"><span class="pre">scorer_tf_idf</span></code></a></li>
284284 <li class="right" >
285285 <a href="scorer_tf_at_most.html" title="7.11.3.1. scorer_tf_at_most"
286286 >前へ</a> |</li>
287 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
287 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
288288 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
289289 <li class="nav-item nav-item-2"><a href="../scorer.html" ><span class="section-number">7.11. </span>スコアラー</a> &#187;</li>
290290 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.11.3.2. </span><code class="docutils literal notranslate"><span class="pre">scorer_tf_idf</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.22. シャーディング &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.22. シャーディング &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="indexing.html" title="7.21. インデックス構築"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.22. </span>シャーディング</a></li>
5757 </ul>
181181 <li class="right" >
182182 <a href="indexing.html" title="7.21. インデックス構築"
183183 >前へ</a> |</li>
184 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
184 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
185185 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
186186 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.22. </span>シャーディング</a></li>
187187 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.20.2. 補完 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.20.2. 補完 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="introduction.html" title="7.20.1. はじめに"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../suggest.html" accesskey="U"><span class="section-number">7.20. </span>サジェスト</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.2. </span>補完</a></li>
514514 <li class="right" >
515515 <a href="introduction.html" title="7.20.1. はじめに"
516516 >前へ</a> |</li>
517 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
517 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
518518 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
519519 <li class="nav-item nav-item-2"><a href="../suggest.html" ><span class="section-number">7.20. </span>サジェスト</a> &#187;</li>
520520 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.2. </span>補完</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.20.3. 補正 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.20.3. 補正 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="completion.html" title="7.20.2. 補完"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../suggest.html" accesskey="U"><span class="section-number">7.20. </span>サジェスト</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.3. </span>補正</a></li>
253253 <li class="right" >
254254 <a href="completion.html" title="7.20.2. 補完"
255255 >前へ</a> |</li>
256 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
256 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
257257 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
258258 <li class="nav-item nav-item-2"><a href="../suggest.html" ><span class="section-number">7.20. </span>サジェスト</a> &#187;</li>
259259 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.3. </span>補正</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.20.1. はじめに &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.20.1. はじめに &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../suggest.html" title="7.20. サジェスト"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../suggest.html" accesskey="U"><span class="section-number">7.20. </span>サジェスト</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.1. </span>はじめに</a></li>
199199 <li class="right" >
200200 <a href="../suggest.html" title="7.20. サジェスト"
201201 >前へ</a> |</li>
202 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
202 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
203203 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
204204 <li class="nav-item nav-item-2"><a href="../suggest.html" ><span class="section-number">7.20. </span>サジェスト</a> &#187;</li>
205205 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.1. </span>はじめに</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.20.4. 提案 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.20.4. 提案 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="correction.html" title="7.20.3. 補正"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../suggest.html" accesskey="U"><span class="section-number">7.20. </span>サジェスト</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.4. </span>提案</a></li>
263263 <li class="right" >
264264 <a href="correction.html" title="7.20.3. 補正"
265265 >前へ</a> |</li>
266 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
266 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
267267 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
268268 <li class="nav-item nav-item-2"><a href="../suggest.html" ><span class="section-number">7.20. </span>サジェスト</a> &#187;</li>
269269 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.4. </span>提案</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.20. サジェスト &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.20. サジェスト &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="alias.html" title="7.19. エイリアス"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20. </span>サジェスト</a></li>
5757 </ul>
137137 <li class="right" >
138138 <a href="alias.html" title="7.19. エイリアス"
139139 >前へ</a> |</li>
140 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
140 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
141141 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
142142 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20. </span>サジェスト</a></li>
143143 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.5. テーブル &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.5. テーブル &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="types.html" title="7.4. データ型"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.5. </span>テーブル</a></li>
5757 </ul>
307307 <li class="right" >
308308 <a href="types.html" title="7.4. データ型"
309309 >前へ</a> |</li>
310 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
310 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
311311 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
312312 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.5. </span>テーブル</a></li>
313313 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.9.1. 概要 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.9.1. 概要 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../token_filters.html" title="7.9. トークンフィルター"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../token_filters.html" accesskey="U"><span class="section-number">7.9. </span>トークンフィルター</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.1. </span>概要</a></li>
135135 <li class="right" >
136136 <a href="../token_filters.html" title="7.9. トークンフィルター"
137137 >前へ</a> |</li>
138 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
138 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
139139 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
140140 <li class="nav-item nav-item-2"><a href="../token_filters.html" ><span class="section-number">7.9. </span>トークンフィルター</a> &#187;</li>
141141 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.1. </span>概要</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.9.2. TokenFilterNFKC100 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.9.2. TokenFilterNFKC100 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../token_filter/summary.html" title="7.9.1. 概要"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../token_filters.html" accesskey="U"><span class="section-number">7.9. </span>トークンフィルター</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.2. </span><code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a></li>
607607 <li class="right" >
608608 <a href="../token_filter/summary.html" title="7.9.1. 概要"
609609 >前へ</a> |</li>
610 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
610 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
611611 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
612612 <li class="nav-item nav-item-2"><a href="../token_filters.html" ><span class="section-number">7.9. </span>トークンフィルター</a> &#187;</li>
613613 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.2. </span><code class="docutils literal notranslate"><span class="pre">TokenFilterNFKC100</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.9.3. TokenFilterStem &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.9.3. TokenFilterStem &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_filter_nfkc100.html" title="7.9.2. TokenFilterNFKC100"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../token_filters.html" accesskey="U"><span class="section-number">7.9. </span>トークンフィルター</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.3. </span><code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a></li>
280280 <li class="right" >
281281 <a href="token_filter_nfkc100.html" title="7.9.2. TokenFilterNFKC100"
282282 >前へ</a> |</li>
283 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
283 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
284284 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
285285 <li class="nav-item nav-item-2"><a href="../token_filters.html" ><span class="section-number">7.9. </span>トークンフィルター</a> &#187;</li>
286286 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.3. </span><code class="docutils literal notranslate"><span class="pre">TokenFilterStem</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.9.4. TokenFilterStopWord &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.9.4. TokenFilterStopWord &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_filter_stem.html" title="7.9.3. TokenFilterStem"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../token_filters.html" accesskey="U"><span class="section-number">7.9. </span>トークンフィルター</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.4. </span><code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code></a></li>
274274 <li class="right" >
275275 <a href="token_filter_stem.html" title="7.9.3. TokenFilterStem"
276276 >前へ</a> |</li>
277 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
277 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
278278 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
279279 <li class="nav-item nav-item-2"><a href="../token_filters.html" ><span class="section-number">7.9. </span>トークンフィルター</a> &#187;</li>
280280 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9.4. </span><code class="docutils literal notranslate"><span class="pre">TokenFilterStopWord</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.9. トークンフィルター &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.9. トークンフィルター &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="tokenizers/token_unigram.html" title="7.8.18. TokenUnigram"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9. </span>トークンフィルター</a></li>
5757 </ul>
113113 <li class="right" >
114114 <a href="tokenizers/token_unigram.html" title="7.8.18. TokenUnigram"
115115 >前へ</a> |</li>
116 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
116 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
117117 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
118118 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.9. </span>トークンフィルター</a></li>
119119 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.1. 概要 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.1. 概要 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../tokenizers.html" title="7.8. トークナイザー"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.1. </span>概要</a></li>
223223 <li class="right" >
224224 <a href="../tokenizers.html" title="7.8. トークナイザー"
225225 >前へ</a> |</li>
226 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
226 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
227227 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
228228 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
229229 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.1. </span>概要</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.2. TokenBigram &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.2. TokenBigram &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../tokenizer/summary.html" title="7.8.1. 概要"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.2. </span><code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></li>
334334 <li class="right" >
335335 <a href="../tokenizer/summary.html" title="7.8.1. 概要"
336336 >前へ</a> |</li>
337 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
337 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
338338 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
339339 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
340340 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.2. </span><code class="docutils literal notranslate"><span class="pre">TokenBigram</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.3. TokenBigramIgnoreBlank &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.3. TokenBigramIgnoreBlank &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_bigram.html" title="7.8.2. TokenBigram"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.3. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></li>
209209 <li class="right" >
210210 <a href="token_bigram.html" title="7.8.2. TokenBigram"
211211 >前へ</a> |</li>
212 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
212 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
213213 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
214214 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
215215 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.3. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlank</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.4. TokenBigramIgnoreBlankSplitSymbol &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.4. TokenBigramIgnoreBlankSplitSymbol &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_bigram_ignore_blank.html" title="7.8.3. TokenBigramIgnoreBlank"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.4. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></li>
227227 <li class="right" >
228228 <a href="token_bigram_ignore_blank.html" title="7.8.3. TokenBigramIgnoreBlank"
229229 >前へ</a> |</li>
230 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
230 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
231231 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
232232 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
233233 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.4. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbol</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_bigram_ignore_blank_split_symbol.html" title="7.8.4. TokenBigramIgnoreBlankSplitSymbol"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.5. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></li>
257257 <li class="right" >
258258 <a href="token_bigram_ignore_blank_split_symbol.html" title="7.8.4. TokenBigramIgnoreBlankSplitSymbol"
259259 >前へ</a> |</li>
260 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
260 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
261261 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
262262 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
263263 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.5. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_bigram_ignore_blank_split_symbol_alpha.html" title="7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.6. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></li>
277277 <li class="right" >
278278 <a href="token_bigram_ignore_blank_split_symbol_alpha.html" title="7.8.5. TokenBigramIgnoreBlankSplitSymbolAlpha"
279279 >前へ</a> |</li>
280 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
280 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
281281 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
282282 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
283283 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.6. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.7. TokenBigramSplitSymbol &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.7. TokenBigramSplitSymbol &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" title="7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.7. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></li>
169169 <li class="right" >
170170 <a href="token_bigram_ignore_blank_split_symbol_alpha_digit.html" title="7.8.6. TokenBigramIgnoreBlankSplitSymbolAlphaDigit"
171171 >前へ</a> |</li>
172 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
172 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
173173 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
174174 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
175175 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.7. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbol</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.8. TokenBigramSplitSymbolAlpha &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.8. TokenBigramSplitSymbolAlpha &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_bigram_split_symbol.html" title="7.8.7. TokenBigramSplitSymbol"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.8. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></li>
189189 <li class="right" >
190190 <a href="token_bigram_split_symbol.html" title="7.8.7. TokenBigramSplitSymbol"
191191 >前へ</a> |</li>
192 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
192 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
193193 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
194194 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
195195 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.8. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlpha</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.9. TokenBigramSplitSymbolAlphaDigit &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.9. TokenBigramSplitSymbolAlphaDigit &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_bigram_split_symbol_alpha.html" title="7.8.8. TokenBigramSplitSymbolAlpha"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.9. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></li>
199199 <li class="right" >
200200 <a href="token_bigram_split_symbol_alpha.html" title="7.8.8. TokenBigramSplitSymbolAlpha"
201201 >前へ</a> |</li>
202 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
202 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
203203 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
204204 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
205205 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.9. </span><code class="docutils literal notranslate"><span class="pre">TokenBigramSplitSymbolAlphaDigit</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.10. TokenDelimit &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.10. TokenDelimit &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_bigram_split_symbol_alpha_digit.html" title="7.8.9. TokenBigramSplitSymbolAlphaDigit"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.10. </span><code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></li>
334334 <li class="right" >
335335 <a href="token_bigram_split_symbol_alpha_digit.html" title="7.8.9. TokenBigramSplitSymbolAlphaDigit"
336336 >前へ</a> |</li>
337 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
337 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
338338 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
339339 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
340340 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.10. </span><code class="docutils literal notranslate"><span class="pre">TokenDelimit</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.11. TokenDelimitNull &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.11. TokenDelimitNull &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_delimit.html" title="7.8.10. TokenDelimit"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.11. </span><code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></li>
150150 <li class="right" >
151151 <a href="token_delimit.html" title="7.8.10. TokenDelimit"
152152 >前へ</a> |</li>
153 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
153 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
154154 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
155155 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
156156 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.11. </span><code class="docutils literal notranslate"><span class="pre">TokenDelimitNull</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.12. TokenMecab &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.12. TokenMecab &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_delimit_null.html" title="7.8.11. TokenDelimitNull"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.12. </span><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></li>
754754 <li class="right" >
755755 <a href="token_delimit_null.html" title="7.8.11. TokenDelimitNull"
756756 >前へ</a> |</li>
757 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
757 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
758758 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
759759 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
760760 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.12. </span><code class="docutils literal notranslate"><span class="pre">TokenMecab</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.13. TokenNgram &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.13. TokenNgram &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_mecab.html" title="7.8.12. TokenMecab"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.13. </span><code class="docutils literal notranslate"><span class="pre">TokenNgram</span></code></a></li>
988988 <li class="right" >
989989 <a href="token_mecab.html" title="7.8.12. TokenMecab"
990990 >前へ</a> |</li>
991 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
991 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
992992 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
993993 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
994994 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.13. </span><code class="docutils literal notranslate"><span class="pre">TokenNgram</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.14. TokenPattern &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.14. TokenPattern &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_ngram.html" title="7.8.13. TokenNgram"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.14. </span><code class="docutils literal notranslate"><span class="pre">TokenPattern</span></code></a></li>
230230 <li class="right" >
231231 <a href="token_ngram.html" title="7.8.13. TokenNgram"
232232 >前へ</a> |</li>
233 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
233 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
234234 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
235235 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
236236 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.14. </span><code class="docutils literal notranslate"><span class="pre">TokenPattern</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.15. TokenRegexp &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.15. TokenRegexp &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_pattern.html" title="7.8.14. TokenPattern"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.15. </span><code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></li>
274274 <li class="right" >
275275 <a href="token_pattern.html" title="7.8.14. TokenPattern"
276276 >前へ</a> |</li>
277 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
277 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
278278 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
279279 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
280280 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.15. </span><code class="docutils literal notranslate"><span class="pre">TokenRegexp</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.16. TokenTable &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.16. TokenTable &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_regexp.html" title="7.8.15. TokenRegexp"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.16. </span><code class="docutils literal notranslate"><span class="pre">TokenTable</span></code></a></li>
232232 <li class="right" >
233233 <a href="token_regexp.html" title="7.8.15. TokenRegexp"
234234 >前へ</a> |</li>
235 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
235 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
236236 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
237237 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
238238 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.16. </span><code class="docutils literal notranslate"><span class="pre">TokenTable</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.17. TokenTrigram &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.17. TokenTrigram &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_table.html" title="7.8.16. TokenTable"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.17. </span><code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></li>
181181 <li class="right" >
182182 <a href="token_table.html" title="7.8.16. TokenTable"
183183 >前へ</a> |</li>
184 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
184 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
185185 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
186186 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
187187 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.17. </span><code class="docutils literal notranslate"><span class="pre">TokenTrigram</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8.18. TokenUnigram &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8.18. TokenUnigram &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="token_trigram.html" title="7.8.17. TokenTrigram"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../tokenizers.html" accesskey="U"><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.18. </span><code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></li>
181181 <li class="right" >
182182 <a href="token_trigram.html" title="7.8.17. TokenTrigram"
183183 >前へ</a> |</li>
184 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
184 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
185185 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
186186 <li class="nav-item nav-item-2"><a href="../tokenizers.html" ><span class="section-number">7.8. </span>トークナイザー</a> &#187;</li>
187187 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8.18. </span><code class="docutils literal notranslate"><span class="pre">TokenUnigram</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.8. トークナイザー &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.8. トークナイザー &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="normalizers/normalizer_nfkc51.html" title="7.7.2.3. NormalizerNFKC51"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8. </span>トークナイザー</a></li>
5757 </ul>
127127 <li class="right" >
128128 <a href="normalizers/normalizer_nfkc51.html" title="7.7.2.3. NormalizerNFKC51"
129129 >前へ</a> |</li>
130 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
130 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
131131 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
132132 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.8. </span>トークナイザー</a></li>
133133 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.24. チューニング &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.24. チューニング &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="log.html" title="7.23. ログ"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.24. </span>チューニング</a></li>
5757 </ul>
232232 <li class="right" >
233233 <a href="log.html" title="7.23. ログ"
234234 >前へ</a> |</li>
235 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
235 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
236236 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
237237 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.24. </span>チューニング</a></li>
238238 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.4. データ型 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.4. データ型 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
2020 <link rel="index" title="索引" href="../genindex.html" />
2121 <link rel="search" title="検索" href="../search.html" />
2222 <link rel="next" title="7.5. テーブル" href="tables.html" />
23 <link rel="prev" title="7.3.69. truncate" href="commands/truncate.html" />
23 <link rel="prev" title="7.3.70. truncate" href="commands/truncate.html" />
2424 </head><body>
2525 <div class="header">
2626 <h1 class="title">
4949 <a href="tables.html" title="7.5. テーブル"
5050 accesskey="N">次へ</a> |</li>
5151 <li class="right" >
52 <a href="commands/truncate.html" title="7.3.69. truncate"
52 <a href="commands/truncate.html" title="7.3.70. truncate"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.4. </span>データ型</a></li>
5757 </ul>
216216
217217 <h4>前のトピックへ</h4>
218218 <p class="topless"><a href="commands/truncate.html"
219 title="前の章へ"><span class="section-number">7.3.69. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></p>
219 title="前の章へ"><span class="section-number">7.3.70. </span><code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></p>
220220 <h4>次のトピックへ</h4>
221221 <p class="topless"><a href="tables.html"
222222 title="次の章へ"><span class="section-number">7.5. </span>テーブル</a></p>
244244 <a href="tables.html" title="7.5. テーブル"
245245 >次へ</a> |</li>
246246 <li class="right" >
247 <a href="commands/truncate.html" title="7.3.69. truncate"
247 <a href="commands/truncate.html" title="7.3.70. truncate"
248248 >前へ</a> |</li>
249 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
249 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
250250 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
251251 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.4. </span>データ型</a></li>
252252 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.16. ウィンドウ関数 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.16. ウィンドウ関数 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="functions/vector_slice.html" title="7.15.34. vector_slice"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../reference.html" accesskey="U"><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16. </span>ウィンドウ関数</a></li>
5757 </ul>
119119 <li class="right" >
120120 <a href="functions/vector_slice.html" title="7.15.34. vector_slice"
121121 >前へ</a> |</li>
122 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
122 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
123123 <li class="nav-item nav-item-1"><a href="../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
124124 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16. </span>ウィンドウ関数</a></li>
125125 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.16.1. record_number &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.16.1. record_number &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../window_function.html" title="7.16. ウィンドウ関数"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../window_function.html" accesskey="U"><span class="section-number">7.16. </span>ウィンドウ関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.1. </span><code class="docutils literal notranslate"><span class="pre">record_number</span></code></a></li>
136136 <li class="right" >
137137 <a href="../window_function.html" title="7.16. ウィンドウ関数"
138138 >前へ</a> |</li>
139 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
139 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
140140 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
141141 <li class="nav-item nav-item-2"><a href="../window_function.html" ><span class="section-number">7.16. </span>ウィンドウ関数</a> &#187;</li>
142142 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.1. </span><code class="docutils literal notranslate"><span class="pre">record_number</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.16.2. window_count &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.16.2. window_count &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="record_number.html" title="7.16.1. record_number"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../window_function.html" accesskey="U"><span class="section-number">7.16. </span>ウィンドウ関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.2. </span><code class="docutils literal notranslate"><span class="pre">window_count</span></code></a></li>
135135 <li class="right" >
136136 <a href="record_number.html" title="7.16.1. record_number"
137137 >前へ</a> |</li>
138 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
138 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
139139 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
140140 <li class="nav-item nav-item-2"><a href="../window_function.html" ><span class="section-number">7.16. </span>ウィンドウ関数</a> &#187;</li>
141141 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.2. </span><code class="docutils literal notranslate"><span class="pre">window_count</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.16.3. window_record_number &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.16.3. window_record_number &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="window_count.html" title="7.16.2. window_count"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../window_function.html" accesskey="U"><span class="section-number">7.16. </span>ウィンドウ関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.3. </span><code class="docutils literal notranslate"><span class="pre">window_record_number</span></code></a></li>
135135 <li class="right" >
136136 <a href="window_count.html" title="7.16.2. window_count"
137137 >前へ</a> |</li>
138 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
138 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
139139 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
140140 <li class="nav-item nav-item-2"><a href="../window_function.html" ><span class="section-number">7.16. </span>ウィンドウ関数</a> &#187;</li>
141141 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.3. </span><code class="docutils literal notranslate"><span class="pre">window_record_number</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7.16.4. window_sum &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7.16.4. window_sum &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="window_record_number.html" title="7.16.3. window_record_number"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../window_function.html" accesskey="U"><span class="section-number">7.16. </span>ウィンドウ関数</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.4. </span><code class="docutils literal notranslate"><span class="pre">window_sum</span></code></a></li>
135135 <li class="right" >
136136 <a href="window_record_number.html" title="7.16.3. window_record_number"
137137 >前へ</a> |</li>
138 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
138 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
139139 <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>リファレンスマニュアル</a> &#187;</li>
140140 <li class="nav-item nav-item-2"><a href="../window_function.html" ><span class="section-number">7.16. </span>ウィンドウ関数</a> &#187;</li>
141141 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.16.4. </span><code class="docutils literal notranslate"><span class="pre">window_sum</span></code></a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>7. リファレンスマニュアル &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>7. リファレンスマニュアル &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="client.html" title="6. クライアント"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7. </span>リファレンスマニュアル</a></li>
5656 </ul>
5757 </div>
104104 <li class="toctree-l2"><a class="reference internal" href="reference/commands/defrag.html">7.3.20. <code class="docutils literal notranslate"><span class="pre">defrag</span></code></a></li>
105105 <li class="toctree-l2"><a class="reference internal" href="reference/commands/delete.html">7.3.21. <code class="docutils literal notranslate"><span class="pre">delete</span></code></a></li>
106106 <li class="toctree-l2"><a class="reference internal" href="reference/commands/dump.html">7.3.22. <code class="docutils literal notranslate"><span class="pre">dump</span></code></a></li>
107 <li class="toctree-l2"><a class="reference internal" href="reference/commands/io_flush.html">7.3.23. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
108 <li class="toctree-l2"><a class="reference internal" href="reference/commands/load.html">7.3.24. <code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
109 <li class="toctree-l2"><a class="reference internal" href="reference/commands/lock_acquire.html">7.3.25. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
110 <li class="toctree-l2"><a class="reference internal" href="reference/commands/lock_clear.html">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
111 <li class="toctree-l2"><a class="reference internal" href="reference/commands/lock_release.html">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
112 <li class="toctree-l2"><a class="reference internal" href="reference/commands/log_level.html">7.3.28. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
113 <li class="toctree-l2"><a class="reference internal" href="reference/commands/log_put.html">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
114 <li class="toctree-l2"><a class="reference internal" href="reference/commands/log_reopen.html">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
115 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_count.html">7.3.31. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
116 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_parameters.html">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
117 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_range_filter.html">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
118 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_select.html">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
119 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_shard_list.html">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
120 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_table_remove.html">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
121 <li class="toctree-l2"><a class="reference internal" href="reference/commands/normalize.html">7.3.37. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
122 <li class="toctree-l2"><a class="reference internal" href="reference/commands/normalizer_list.html">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
123 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_exist.html">7.3.39. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
124 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_inspect.html">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
125 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_list.html">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
126 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_remove.html">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
127 <li class="toctree-l2"><a class="reference internal" href="reference/commands/plugin_register.html">7.3.43. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
128 <li class="toctree-l2"><a class="reference internal" href="reference/commands/plugin_unregister.html">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
129 <li class="toctree-l2"><a class="reference internal" href="reference/commands/query_expand.html">7.3.45. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
130 <li class="toctree-l2"><a class="reference internal" href="reference/commands/quit.html">7.3.46. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
131 <li class="toctree-l2"><a class="reference internal" href="reference/commands/range_filter.html">7.3.47. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
132 <li class="toctree-l2"><a class="reference internal" href="reference/commands/reference_acquire.html">7.3.48. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
133 <li class="toctree-l2"><a class="reference internal" href="reference/commands/reference_release.html">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
134 <li class="toctree-l2"><a class="reference internal" href="reference/commands/register.html">7.3.50. <code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
135 <li class="toctree-l2"><a class="reference internal" href="reference/commands/reindex.html">7.3.51. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
136 <li class="toctree-l2"><a class="reference internal" href="reference/commands/request_cancel.html">7.3.52. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
137 <li class="toctree-l2"><a class="reference internal" href="reference/commands/ruby_eval.html">7.3.53. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
138 <li class="toctree-l2"><a class="reference internal" href="reference/commands/ruby_load.html">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
139 <li class="toctree-l2"><a class="reference internal" href="reference/commands/schema.html">7.3.55. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
140 <li class="toctree-l2"><a class="reference internal" href="reference/commands/select.html">7.3.56. <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
141 <li class="toctree-l2"><a class="reference internal" href="reference/commands/shutdown.html">7.3.57. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
142 <li class="toctree-l2"><a class="reference internal" href="reference/commands/status.html">7.3.58. <code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
143 <li class="toctree-l2"><a class="reference internal" href="reference/commands/suggest.html">7.3.59. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
144 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_copy.html">7.3.60. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
145 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_create.html">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
146 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_list.html">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
147 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_remove.html">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
148 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_rename.html">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
149 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_tokenize.html">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
150 <li class="toctree-l2"><a class="reference internal" href="reference/commands/thread_limit.html">7.3.66. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
151 <li class="toctree-l2"><a class="reference internal" href="reference/commands/tokenize.html">7.3.67. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
152 <li class="toctree-l2"><a class="reference internal" href="reference/commands/tokenizer_list.html">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
153 <li class="toctree-l2"><a class="reference internal" href="reference/commands/truncate.html">7.3.69. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
107 <li class="toctree-l2"><a class="reference internal" href="reference/commands/index_column_diff.html">7.3.23. <code class="docutils literal notranslate"><span class="pre">index_column_diff</span></code></a></li>
108 <li class="toctree-l2"><a class="reference internal" href="reference/commands/io_flush.html">7.3.24. <code class="docutils literal notranslate"><span class="pre">io_flush</span></code></a></li>
109 <li class="toctree-l2"><a class="reference internal" href="reference/commands/load.html">7.3.25. <code class="docutils literal notranslate"><span class="pre">load</span></code></a></li>
110 <li class="toctree-l2"><a class="reference internal" href="reference/commands/lock_acquire.html">7.3.26. <code class="docutils literal notranslate"><span class="pre">lock_acquire</span></code></a></li>
111 <li class="toctree-l2"><a class="reference internal" href="reference/commands/lock_clear.html">7.3.27. <code class="docutils literal notranslate"><span class="pre">lock_clear</span></code></a></li>
112 <li class="toctree-l2"><a class="reference internal" href="reference/commands/lock_release.html">7.3.28. <code class="docutils literal notranslate"><span class="pre">lock_release</span></code></a></li>
113 <li class="toctree-l2"><a class="reference internal" href="reference/commands/log_level.html">7.3.29. <code class="docutils literal notranslate"><span class="pre">log_level</span></code></a></li>
114 <li class="toctree-l2"><a class="reference internal" href="reference/commands/log_put.html">7.3.30. <code class="docutils literal notranslate"><span class="pre">log_put</span></code></a></li>
115 <li class="toctree-l2"><a class="reference internal" href="reference/commands/log_reopen.html">7.3.31. <code class="docutils literal notranslate"><span class="pre">log_reopen</span></code></a></li>
116 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_count.html">7.3.32. <code class="docutils literal notranslate"><span class="pre">logical_count</span></code></a></li>
117 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_parameters.html">7.3.33. <code class="docutils literal notranslate"><span class="pre">logical_parameters</span></code></a></li>
118 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_range_filter.html">7.3.34. <code class="docutils literal notranslate"><span class="pre">logical_range_filter</span></code></a></li>
119 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_select.html">7.3.35. <code class="docutils literal notranslate"><span class="pre">logical_select</span></code></a></li>
120 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_shard_list.html">7.3.36. <code class="docutils literal notranslate"><span class="pre">logical_shard_list</span></code></a></li>
121 <li class="toctree-l2"><a class="reference internal" href="reference/commands/logical_table_remove.html">7.3.37. <code class="docutils literal notranslate"><span class="pre">logical_table_remove</span></code></a></li>
122 <li class="toctree-l2"><a class="reference internal" href="reference/commands/normalize.html">7.3.38. <code class="docutils literal notranslate"><span class="pre">normalize</span></code></a></li>
123 <li class="toctree-l2"><a class="reference internal" href="reference/commands/normalizer_list.html">7.3.39. <code class="docutils literal notranslate"><span class="pre">normalizer_list</span></code></a></li>
124 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_exist.html">7.3.40. <code class="docutils literal notranslate"><span class="pre">object_exist</span></code></a></li>
125 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_inspect.html">7.3.41. <code class="docutils literal notranslate"><span class="pre">object_inspect</span></code></a></li>
126 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_list.html">7.3.42. <code class="docutils literal notranslate"><span class="pre">object_list</span></code></a></li>
127 <li class="toctree-l2"><a class="reference internal" href="reference/commands/object_remove.html">7.3.43. <code class="docutils literal notranslate"><span class="pre">object_remove</span></code></a></li>
128 <li class="toctree-l2"><a class="reference internal" href="reference/commands/plugin_register.html">7.3.44. <code class="docutils literal notranslate"><span class="pre">plugin_register</span></code></a></li>
129 <li class="toctree-l2"><a class="reference internal" href="reference/commands/plugin_unregister.html">7.3.45. <code class="docutils literal notranslate"><span class="pre">plugin_unregister</span></code></a></li>
130 <li class="toctree-l2"><a class="reference internal" href="reference/commands/query_expand.html">7.3.46. <code class="docutils literal notranslate"><span class="pre">query_expand</span></code></a></li>
131 <li class="toctree-l2"><a class="reference internal" href="reference/commands/quit.html">7.3.47. <code class="docutils literal notranslate"><span class="pre">quit</span></code></a></li>
132 <li class="toctree-l2"><a class="reference internal" href="reference/commands/range_filter.html">7.3.48. <code class="docutils literal notranslate"><span class="pre">range_filter</span></code></a></li>
133 <li class="toctree-l2"><a class="reference internal" href="reference/commands/reference_acquire.html">7.3.49. <code class="docutils literal notranslate"><span class="pre">reference_acquire</span></code></a></li>
134 <li class="toctree-l2"><a class="reference internal" href="reference/commands/reference_release.html">7.3.50. <code class="docutils literal notranslate"><span class="pre">reference_release</span></code></a></li>
135 <li class="toctree-l2"><a class="reference internal" href="reference/commands/register.html">7.3.51. <code class="docutils literal notranslate"><span class="pre">register</span></code></a></li>
136 <li class="toctree-l2"><a class="reference internal" href="reference/commands/reindex.html">7.3.52. <code class="docutils literal notranslate"><span class="pre">reindex</span></code></a></li>
137 <li class="toctree-l2"><a class="reference internal" href="reference/commands/request_cancel.html">7.3.53. <code class="docutils literal notranslate"><span class="pre">request_cancel</span></code></a></li>
138 <li class="toctree-l2"><a class="reference internal" href="reference/commands/ruby_eval.html">7.3.54. <code class="docutils literal notranslate"><span class="pre">ruby_eval</span></code></a></li>
139 <li class="toctree-l2"><a class="reference internal" href="reference/commands/ruby_load.html">7.3.55. <code class="docutils literal notranslate"><span class="pre">ruby_load</span></code></a></li>
140 <li class="toctree-l2"><a class="reference internal" href="reference/commands/schema.html">7.3.56. <code class="docutils literal notranslate"><span class="pre">schema</span></code></a></li>
141 <li class="toctree-l2"><a class="reference internal" href="reference/commands/select.html">7.3.57. <code class="docutils literal notranslate"><span class="pre">select</span></code></a></li>
142 <li class="toctree-l2"><a class="reference internal" href="reference/commands/shutdown.html">7.3.58. <code class="docutils literal notranslate"><span class="pre">shutdown</span></code></a></li>
143 <li class="toctree-l2"><a class="reference internal" href="reference/commands/status.html">7.3.59. <code class="docutils literal notranslate"><span class="pre">status</span></code></a></li>
144 <li class="toctree-l2"><a class="reference internal" href="reference/commands/suggest.html">7.3.60. <code class="docutils literal notranslate"><span class="pre">suggest</span></code></a></li>
145 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_copy.html">7.3.61. <code class="docutils literal notranslate"><span class="pre">table_copy</span></code></a></li>
146 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_create.html">7.3.62. <code class="docutils literal notranslate"><span class="pre">table_create</span></code></a></li>
147 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_list.html">7.3.63. <code class="docutils literal notranslate"><span class="pre">table_list</span></code></a></li>
148 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_remove.html">7.3.64. <code class="docutils literal notranslate"><span class="pre">table_remove</span></code></a></li>
149 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_rename.html">7.3.65. <code class="docutils literal notranslate"><span class="pre">table_rename</span></code></a></li>
150 <li class="toctree-l2"><a class="reference internal" href="reference/commands/table_tokenize.html">7.3.66. <code class="docutils literal notranslate"><span class="pre">table_tokenize</span></code></a></li>
151 <li class="toctree-l2"><a class="reference internal" href="reference/commands/thread_limit.html">7.3.67. <code class="docutils literal notranslate"><span class="pre">thread_limit</span></code></a></li>
152 <li class="toctree-l2"><a class="reference internal" href="reference/commands/tokenize.html">7.3.68. <code class="docutils literal notranslate"><span class="pre">tokenize</span></code></a></li>
153 <li class="toctree-l2"><a class="reference internal" href="reference/commands/tokenizer_list.html">7.3.69. <code class="docutils literal notranslate"><span class="pre">tokenizer_list</span></code></a></li>
154 <li class="toctree-l2"><a class="reference internal" href="reference/commands/truncate.html">7.3.70. <code class="docutils literal notranslate"><span class="pre">truncate</span></code></a></li>
154155 </ul>
155156 </li>
156157 <li class="toctree-l1"><a class="reference internal" href="reference/types.html">7.4. データ型</a><ul>
400401 <li class="right" >
401402 <a href="client.html" title="6. クライアント"
402403 >前へ</a> |</li>
403 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
404 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
404405 <li class="nav-item nav-item-this"><a href=""><span class="section-number">7. </span>リファレンスマニュアル</a></li>
405406 </ul>
406407 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>検索 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>検索 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
4848 <li class="right" style="margin-right: 10px">
4949 <a href="genindex.html" title="総合索引"
5050 accesskey="I">索引</a></li>
51 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
51 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5252 <li class="nav-item nav-item-this"><a href="">検索</a></li>
5353 </ul>
5454 </div>
9595 <li class="right" style="margin-right: 10px">
9696 <a href="genindex.html" title="総合索引"
9797 >索引</a></li>
98 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
98 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
9999 <li class="nav-item nav-item-this"><a href="">検索</a></li>
100100 </ul>
101101 </div>
0 Search.setIndex({docnames:["characteristic","client","community","contribution","contribution/development","contribution/development/build","contribution/development/build/unix_autotools","contribution/development/build/unix_cmake","contribution/development/build/windows_cmake","contribution/development/com","contribution/development/cooperation","contribution/development/query","contribution/development/release","contribution/development/repository","contribution/development/test","contribution/documentation","contribution/documentation/c-api","contribution/documentation/i18n","contribution/documentation/introduction","contribution/report","development","development/travis-ci","index","install","install/centos","install/debian","install/docker","install/fedora","install/mac_os_x","install/others","install/solaris","install/ubuntu","install/windows","limitations","news","news/0.x","news/1.0.x","news/1.1.x","news/1.2.x","news/1.3.x","news/2.x","news/3.x","news/4.x","news/5.x","news/6.x","news/senna","reference","reference/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_inspect","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_list","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/reference_acquire","reference/commands/reference_release","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_copy","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/cast_loose","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_records","reference/functions/in_values","reference/functions/math_abs","reference/functions/now","reference/functions/number_classify","reference/functions/prefix_rk_search","reference/functions/query","reference/functions/rand","reference/functions/snippet_html","reference/functions/string_length","reference/functions/string_substring","reference/functions/sub_filter","reference/functions/time_classify_day","reference/functions/time_classify_day_of_week","reference/functions/time_classify_hour","reference/functions/time_classify_minute","reference/functions/time_classify_month","reference/functions/time_classify_second","reference/functions/time_classify_week","reference/functions/time_classify_year","reference/functions/vector_find","reference/functions/vector_new","reference/functions/vector_size","reference/functions/vector_slice","reference/grn_expr","reference/grn_expr/query_syntax","reference/grn_expr/script_syntax","reference/indexing","reference/log","reference/normalizers","reference/normalizers/normalizer_auto","reference/normalizers/normalizer_nfkc100","reference/normalizers/normalizer_nfkc51","reference/operations","reference/operations/geolocation_search","reference/operations/prefix_rk_search","reference/output","reference/query_expanders","reference/query_expanders/tsv","reference/regular_expression","reference/scorer","reference/scorers/scorer_tf_at_most","reference/scorers/scorer_tf_idf","reference/sharding","reference/suggest","reference/suggest/completion","reference/suggest/correction","reference/suggest/introduction","reference/suggest/suggestion","reference/tables","reference/token_filter/summary","reference/token_filters","reference/token_filters/token_filter_nfkc100","reference/token_filters/token_filter_stem","reference/token_filters/token_filter_stop_word","reference/tokenizer/summary","reference/tokenizers","reference/tokenizers/token_bigram","reference/tokenizers/token_bigram_ignore_blank","reference/tokenizers/token_bigram_ignore_blank_split_symbol","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit","reference/tokenizers/token_bigram_split_symbol","reference/tokenizers/token_bigram_split_symbol_alpha","reference/tokenizers/token_bigram_split_symbol_alpha_digit","reference/tokenizers/token_delimit","reference/tokenizers/token_delimit_null","reference/tokenizers/token_mecab","reference/tokenizers/token_ngram","reference/tokenizers/token_pattern","reference/tokenizers/token_regexp","reference/tokenizers/token_table","reference/tokenizers/token_trigram","reference/tokenizers/token_unigram","reference/tuning","reference/types","reference/window_function","reference/window_functions/record_number","reference/window_functions/window_count","reference/window_functions/window_record_number","reference/window_functions/window_sum","server","server/gqtp","server/http","server/http/comparison","server/http/groonga","server/http/groonga-httpd","server/memcached","server/package","spec","spec/gqtp","spec/search","troubleshooting","troubleshooting/different_results_with_the_same_keyword","troubleshooting/how_to_analyze_error_message","troubleshooting/mmap_cannot_allocate_memory","tutorial","tutorial/data","tutorial/drilldown","tutorial/index","tutorial/introduction","tutorial/lexicon","tutorial/match_columns","tutorial/micro_blog","tutorial/network","tutorial/patricia_trie","tutorial/query_expansion","tutorial/search"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["characteristic.rst","client.rst","community.rst","contribution.rst","contribution/development.rst","contribution/development/build.rst","contribution/development/build/unix_autotools.rst","contribution/development/build/unix_cmake.rst","contribution/development/build/windows_cmake.rst","contribution/development/com.rst","contribution/development/cooperation.rst","contribution/development/query.rst","contribution/development/release.rst","contribution/development/repository.rst","contribution/development/test.rst","contribution/documentation.rst","contribution/documentation/c-api.rst","contribution/documentation/i18n.rst","contribution/documentation/introduction.rst","contribution/report.rst","development.rst","development/travis-ci.rst","index.rst","install.rst","install/centos.rst","install/debian.rst","install/docker.rst","install/fedora.rst","install/mac_os_x.rst","install/others.rst","install/solaris.rst","install/ubuntu.rst","install/windows.rst","limitations.rst","news.rst","news/0.x.rst","news/1.0.x.rst","news/1.1.x.rst","news/1.2.x.rst","news/1.3.x.rst","news/2.x.rst","news/3.x.rst","news/4.x.rst","news/5.x.rst","news/6.x.rst","news/senna.rst","reference.rst","reference/alias.rst","reference/api.rst","reference/api/global_configurations.rst","reference/api/grn_cache.rst","reference/api/grn_column.rst","reference/api/grn_command_version.rst","reference/api/grn_content_type.rst","reference/api/grn_ctx.rst","reference/api/grn_db.rst","reference/api/grn_encoding.rst","reference/api/grn_expr.rst","reference/api/grn_geo.rst","reference/api/grn_hook.rst","reference/api/grn_ii.rst","reference/api/grn_index_cursor.rst","reference/api/grn_info.rst","reference/api/grn_inspect.rst","reference/api/grn_match_escalation.rst","reference/api/grn_obj.rst","reference/api/grn_proc.rst","reference/api/grn_search.rst","reference/api/grn_table.rst","reference/api/grn_table_cursor.rst","reference/api/grn_thread.rst","reference/api/grn_type.rst","reference/api/grn_user_data.rst","reference/api/overview.rst","reference/api/plugin.rst","reference/cast.rst","reference/column.rst","reference/columns/index.rst","reference/columns/pseudo.rst","reference/columns/scalar.rst","reference/columns/vector.rst","reference/command.rst","reference/command/command_version.rst","reference/command/output_format.rst","reference/command/pretty_print.rst","reference/command/request_id.rst","reference/command/request_timeout.rst","reference/command/return_code.rst","reference/commands/cache_limit.rst","reference/commands/check.rst","reference/commands/clearlock.rst","reference/commands/column_copy.rst","reference/commands/column_create.rst","reference/commands/column_list.rst","reference/commands/column_remove.rst","reference/commands/column_rename.rst","reference/commands/config_delete.rst","reference/commands/config_get.rst","reference/commands/config_set.rst","reference/commands/database_unmap.rst","reference/commands/define_selector.rst","reference/commands/defrag.rst","reference/commands/delete.rst","reference/commands/dump.rst","reference/commands/io_flush.rst","reference/commands/load.rst","reference/commands/lock_acquire.rst","reference/commands/lock_clear.rst","reference/commands/lock_release.rst","reference/commands/log_level.rst","reference/commands/log_put.rst","reference/commands/log_reopen.rst","reference/commands/logical_count.rst","reference/commands/logical_parameters.rst","reference/commands/logical_range_filter.rst","reference/commands/logical_select.rst","reference/commands/logical_shard_list.rst","reference/commands/logical_table_remove.rst","reference/commands/normalize.rst","reference/commands/normalizer_list.rst","reference/commands/object_exist.rst","reference/commands/object_inspect.rst","reference/commands/object_list.rst","reference/commands/object_remove.rst","reference/commands/plugin_register.rst","reference/commands/plugin_unregister.rst","reference/commands/query_expand.rst","reference/commands/quit.rst","reference/commands/range_filter.rst","reference/commands/reference_acquire.rst","reference/commands/reference_release.rst","reference/commands/register.rst","reference/commands/reindex.rst","reference/commands/request_cancel.rst","reference/commands/ruby_eval.rst","reference/commands/ruby_load.rst","reference/commands/schema.rst","reference/commands/select.rst","reference/commands/shutdown.rst","reference/commands/status.rst","reference/commands/suggest.rst","reference/commands/table_copy.rst","reference/commands/table_create.rst","reference/commands/table_list.rst","reference/commands/table_remove.rst","reference/commands/table_rename.rst","reference/commands/table_tokenize.rst","reference/commands/thread_limit.rst","reference/commands/tokenize.rst","reference/commands/tokenizer_list.rst","reference/commands/truncate.rst","reference/configuration.rst","reference/executables.rst","reference/executables/grndb.rst","reference/executables/grnslap.rst","reference/executables/groonga.rst","reference/executables/groonga-benchmark.rst","reference/executables/groonga-httpd.rst","reference/executables/groonga-server-http.rst","reference/executables/groonga-suggest-create-dataset.rst","reference/executables/groonga-suggest-httpd.rst","reference/executables/groonga-suggest-learner.rst","reference/function.rst","reference/functions/between.rst","reference/functions/cast_loose.rst","reference/functions/edit_distance.rst","reference/functions/fuzzy_search.rst","reference/functions/geo_distance.rst","reference/functions/geo_in_circle.rst","reference/functions/geo_in_rectangle.rst","reference/functions/highlight_full.rst","reference/functions/highlight_html.rst","reference/functions/html_untag.rst","reference/functions/in_records.rst","reference/functions/in_values.rst","reference/functions/math_abs.rst","reference/functions/now.rst","reference/functions/number_classify.rst","reference/functions/prefix_rk_search.rst","reference/functions/query.rst","reference/functions/rand.rst","reference/functions/snippet_html.rst","reference/functions/string_length.rst","reference/functions/string_substring.rst","reference/functions/sub_filter.rst","reference/functions/time_classify_day.rst","reference/functions/time_classify_day_of_week.rst","reference/functions/time_classify_hour.rst","reference/functions/time_classify_minute.rst","reference/functions/time_classify_month.rst","reference/functions/time_classify_second.rst","reference/functions/time_classify_week.rst","reference/functions/time_classify_year.rst","reference/functions/vector_find.rst","reference/functions/vector_new.rst","reference/functions/vector_size.rst","reference/functions/vector_slice.rst","reference/grn_expr.rst","reference/grn_expr/query_syntax.rst","reference/grn_expr/script_syntax.rst","reference/indexing.rst","reference/log.rst","reference/normalizers.rst","reference/normalizers/normalizer_auto.rst","reference/normalizers/normalizer_nfkc100.rst","reference/normalizers/normalizer_nfkc51.rst","reference/operations.rst","reference/operations/geolocation_search.rst","reference/operations/prefix_rk_search.rst","reference/output.rst","reference/query_expanders.rst","reference/query_expanders/tsv.rst","reference/regular_expression.rst","reference/scorer.rst","reference/scorers/scorer_tf_at_most.rst","reference/scorers/scorer_tf_idf.rst","reference/sharding.rst","reference/suggest.rst","reference/suggest/completion.rst","reference/suggest/correction.rst","reference/suggest/introduction.rst","reference/suggest/suggestion.rst","reference/tables.rst","reference/token_filter/summary.rst","reference/token_filters.rst","reference/token_filters/token_filter_nfkc100.rst","reference/token_filters/token_filter_stem.rst","reference/token_filters/token_filter_stop_word.rst","reference/tokenizer/summary.rst","reference/tokenizers.rst","reference/tokenizers/token_bigram.rst","reference/tokenizers/token_bigram_ignore_blank.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.rst","reference/tokenizers/token_bigram_split_symbol.rst","reference/tokenizers/token_bigram_split_symbol_alpha.rst","reference/tokenizers/token_bigram_split_symbol_alpha_digit.rst","reference/tokenizers/token_delimit.rst","reference/tokenizers/token_delimit_null.rst","reference/tokenizers/token_mecab.rst","reference/tokenizers/token_ngram.rst","reference/tokenizers/token_pattern.rst","reference/tokenizers/token_regexp.rst","reference/tokenizers/token_table.rst","reference/tokenizers/token_trigram.rst","reference/tokenizers/token_unigram.rst","reference/tuning.rst","reference/types.rst","reference/window_function.rst","reference/window_functions/record_number.rst","reference/window_functions/window_count.rst","reference/window_functions/window_record_number.rst","reference/window_functions/window_sum.rst","server.rst","server/gqtp.rst","server/http.rst","server/http/comparison.rst","server/http/groonga.rst","server/http/groonga-httpd.rst","server/memcached.rst","server/package.rst","spec.rst","spec/gqtp.rst","spec/search.rst","troubleshooting.rst","troubleshooting/different_results_with_the_same_keyword.rst","troubleshooting/how_to_analyze_error_message.rst","troubleshooting/mmap_cannot_allocate_memory.rst","tutorial.rst","tutorial/data.rst","tutorial/drilldown.rst","tutorial/index.rst","tutorial/introduction.rst","tutorial/lexicon.rst","tutorial/match_columns.rst","tutorial/micro_blog.rst","tutorial/network.rst","tutorial/patricia_trie.rst","tutorial/query_expansion.rst","tutorial/search.rst"],objects:{"":{GRN_COLUMN_NAME_ID:[51,0,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[51,0,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[51,0,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[51,0,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[51,0,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[51,0,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[51,0,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[51,0,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[51,0,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[51,0,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[52,0,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[52,0,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[52,0,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[65,0,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[65,0,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[65,0,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[65,0,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[65,0,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[65,0,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[65,0,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[65,0,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[65,0,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[65,0,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[74,0,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[74,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[74,0,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[74,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[74,0,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[74,0,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[74,0,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[74,1,1,"c.GRN_PLUGIN_REGISTER"],grn_builtin_type:[71,2,1,"c.grn_builtin_type"],grn_cache:[50,2,1,"c.grn_cache"],grn_cache_close:[50,1,1,"c.grn_cache_close"],grn_cache_current_get:[50,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[50,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[50,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[50,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[50,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[51,1,1,"c.grn_column_create"],grn_column_index:[51,1,1,"c.grn_column_index"],grn_column_index_update:[51,1,1,"c.grn_column_index_update"],grn_column_name:[51,1,1,"c.grn_column_name"],grn_column_rename:[51,1,1,"c.grn_column_rename"],grn_column_table:[51,1,1,"c.grn_column_table"],grn_column_truncate:[51,1,1,"c.grn_column_truncate"],grn_command_version:[52,2,1,"c.grn_command_version"],grn_content_type:[53,2,1,"c.grn_content_type"],grn_ctx:[54,2,1,"c.grn_ctx"],grn_ctx_at:[54,1,1,"c.grn_ctx_at"],grn_ctx_close:[54,1,1,"c.grn_ctx_close"],grn_ctx_db:[54,1,1,"c.grn_ctx_db"],grn_ctx_fin:[54,1,1,"c.grn_ctx_fin"],grn_ctx_get:[54,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[54,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[54,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[64,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[54,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[54,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[54,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[54,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[54,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[54,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[64,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[54,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[54,1,1,"c.grn_ctx_use"],grn_db:[55,2,1,"c.grn_db"],grn_db_create:[55,1,1,"c.grn_db_create"],grn_db_create_optarg:[55,2,1,"c.grn_db_create_optarg"],grn_db_open:[55,1,1,"c.grn_db_open"],grn_db_recover:[55,1,1,"c.grn_db_recover"],grn_db_touch:[55,1,1,"c.grn_db_touch"],grn_db_unmap:[55,1,1,"c.grn_db_unmap"],grn_encoding:[56,2,1,"c.grn_encoding"],grn_encoding_parse:[56,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[56,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[57,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[57,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[57,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[57,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[57,1,1,"c.grn_expr_append_const_str"],grn_expr_append_obj:[57,1,1,"c.grn_expr_append_obj"],grn_expr_append_op:[57,1,1,"c.grn_expr_append_op"],grn_expr_close:[57,1,1,"c.grn_expr_close"],grn_expr_compile:[57,1,1,"c.grn_expr_compile"],grn_expr_create:[57,1,1,"c.grn_expr_create"],grn_expr_exec:[57,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[57,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[57,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[57,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[57,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[73,1,1,"c.grn_fin"],grn_geo_cursor_next:[58,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[58,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[58,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[58,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[58,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[52,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[56,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[64,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[49,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[59,2,1,"c.grn_hook_entry"],grn_ii:[60,2,1,"c.grn_ii"],grn_ii_buffer:[60,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[60,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[60,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[60,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[60,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[61,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[61,1,1,"c.grn_index_cursor_open"],grn_info_type:[62,2,1,"c.grn_info_type"],grn_init:[73,1,1,"c.grn_init"],grn_inspect:[63,1,1,"c.grn_inspect"],grn_inspect_encoding:[63,1,1,"c.grn_inspect_encoding"],grn_inspect_indented:[63,1,1,"c.grn_inspect_indented"],grn_inspect_limited:[63,1,1,"c.grn_inspect_limited"],grn_inspect_name:[63,1,1,"c.grn_inspect_name"],grn_inspect_query_log_flags:[63,1,1,"c.grn_inspect_query_log_flags"],grn_inspect_type:[63,1,1,"c.grn_inspect_type"],grn_obj:[65,2,1,"c.grn_obj"],grn_obj_add_hook:[59,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[65,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[65,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[65,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[65,1,1,"c.grn_obj_close"],grn_obj_column:[65,1,1,"c.grn_obj_column"],grn_obj_db:[55,1,1,"c.grn_obj_db"],grn_obj_defrag:[65,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[65,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[59,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[65,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[62,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[59,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[62,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[59,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[65,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[65,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[65,1,1,"c.grn_obj_get_values"],grn_obj_id:[65,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[65,1,1,"c.grn_obj_is_builtin"],grn_obj_is_index_column:[65,1,1,"c.grn_obj_is_index_column"],grn_obj_is_locked:[65,1,1,"c.grn_obj_is_locked"],grn_obj_is_vector_column:[65,1,1,"c.grn_obj_is_vector_column"],grn_obj_lock:[65,1,1,"c.grn_obj_lock"],grn_obj_name:[65,1,1,"c.grn_obj_name"],grn_obj_path:[65,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[65,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[65,1,1,"c.grn_obj_reinit"],grn_obj_remove:[65,1,1,"c.grn_obj_remove"],grn_obj_rename:[65,1,1,"c.grn_obj_rename"],grn_obj_search:[67,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[62,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[66,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[62,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[65,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[65,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[65,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[72,1,1,"c.grn_obj_user_data"],grn_p:[63,1,1,"c.grn_p"],grn_p_geo_point:[63,1,1,"c.grn_p_geo_point"],grn_p_ii_values:[63,1,1,"c.grn_p_ii_values"],grn_plugin_charlen:[74,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[74,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[74,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[74,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[74,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[74,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[74,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[74,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[74,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[74,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[74,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[74,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[74,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[74,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[66,1,1,"c.grn_proc_create"],grn_proc_func:[66,2,1,"c.grn_proc_func"],grn_proc_get_info:[66,1,1,"c.grn_proc_get_info"],grn_proc_type:[66,2,1,"c.grn_proc_type"],grn_search_optarg:[67,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[52,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[56,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[64,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[49,1,1,"c.grn_set_lock_timeout"],grn_table_add:[68,1,1,"c.grn_table_add"],grn_table_at:[68,1,1,"c.grn_table_at"],grn_table_columns:[68,1,1,"c.grn_table_columns"],grn_table_create:[68,1,1,"c.grn_table_create"],grn_table_cursor:[69,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[69,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[69,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[69,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[69,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[69,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[69,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[69,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[69,1,1,"c.grn_table_cursor_table"],grn_table_delete:[68,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[68,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[68,1,1,"c.grn_table_difference"],grn_table_get:[68,1,1,"c.grn_table_get"],grn_table_get_key:[68,1,1,"c.grn_table_get_key"],grn_table_group:[68,1,1,"c.grn_table_group"],grn_table_group_flags:[68,2,1,"c.grn_table_group_flags"],grn_table_group_result:[68,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[68,1,1,"c.grn_table_lcp_search"],grn_table_rename:[68,1,1,"c.grn_table_rename"],grn_table_setoperation:[68,1,1,"c.grn_table_setoperation"],grn_table_size:[68,1,1,"c.grn_table_size"],grn_table_sort:[68,1,1,"c.grn_table_sort"],grn_table_sort_flags:[68,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[68,2,1,"c.grn_table_sort_key"],grn_table_truncate:[68,1,1,"c.grn_table_truncate"],grn_table_update:[68,1,1,"c.grn_table_update"],grn_table_update_by_id:[68,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[70,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[70,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[70,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[70,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[70,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[70,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[71,1,1,"c.grn_type_create"],grn_user_data:[72,2,1,"c.grn_user_data"]},"groonga-benchmark":{"--dir":[156,4,1,"cmdoption-groonga-benchmark-dir"],"--ftp":[156,4,1,"cmdoption-groonga-benchmark-ftp"],"--groonga":[156,4,1,"cmdoption-groonga-benchmark-groonga"],"--host":[156,4,1,"cmdoption-groonga-benchmark-i"],"--log-output-dir":[156,4,1,"cmdoption-groonga-benchmark-log-output-dir"],"--port":[156,4,1,"cmdoption-groonga-benchmark-p"],"--protocol":[156,4,1,"cmdoption-groonga-benchmark-protocol"],"-i":[156,4,1,"cmdoption-groonga-benchmark-i"],"-p":[156,4,1,"cmdoption-groonga-benchmark-p"],db:[156,4,1,"cmdoption-groonga-benchmark-arg-db"],script:[156,4,1,"cmdoption-groonga-benchmark-arg-script"]},"groonga-suggest-httpd":{"--daemon":[160,4,1,"cmdoption-groonga-suggest-httpd-d"],"--disable-max-fd-check":[160,4,1,"cmdoption-groonga-suggest-httpd-disable-max-fd-check"],"--log-base-path":[160,4,1,"cmdoption-groonga-suggest-httpd-l"],"--n-lines-per-log-file":[160,4,1,"cmdoption-groonga-suggest-httpd-n-lines-per-log-file"],"--n-threads":[160,4,1,"cmdoption-groonga-suggest-httpd-t"],"--port":[160,4,1,"cmdoption-groonga-suggest-httpd-p"],"--receive-endpoint":[160,4,1,"cmdoption-groonga-suggest-httpd-r"],"--send-endpoint":[160,4,1,"cmdoption-groonga-suggest-httpd-s"],"-d":[160,4,1,"cmdoption-groonga-suggest-httpd-d"],"-l":[160,4,1,"cmdoption-groonga-suggest-httpd-l"],"-p":[160,4,1,"cmdoption-groonga-suggest-httpd-p"],"-r":[160,4,1,"cmdoption-groonga-suggest-httpd-r"],"-s":[160,4,1,"cmdoption-groonga-suggest-httpd-s"],"-t":[160,4,1,"cmdoption-groonga-suggest-httpd-t"]},"groonga-suggest-learner":{"--daemon":[161,4,1,"cmdoption-groonga-suggest-learner-d"],"--log-base-path":[161,4,1,"cmdoption-groonga-suggest-learner-l"],"--log-level":[161,4,1,"cmdoption-groonga-suggest-learner-log-level"],"--log-path":[161,4,1,"cmdoption-groonga-suggest-learner-log-path"],"--receive-endpoint":[161,4,1,"cmdoption-groonga-suggest-learner-r"],"--send-endpoint":[161,4,1,"cmdoption-groonga-suggest-learner-s"],"-d":[161,4,1,"cmdoption-groonga-suggest-learner-d"],"-l":[161,4,1,"cmdoption-groonga-suggest-learner-l"],"-r":[161,4,1,"cmdoption-groonga-suggest-learner-r"],"-s":[161,4,1,"cmdoption-groonga-suggest-learner-s"]},grn_db_create_optarg:{builtin_type_names:[55,3,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[55,3,1,"c.grn_db_create_optarg.n_builtin_type_names"]},grnslap:{"-P":[154,4,1,"cmdoption-grnslap-P"],"-m":[154,4,1,"cmdoption-grnslap-m"],dest:[154,4,1,"cmdoption-grnslap-arg-dest"]},groonga:{"--address":[155,4,1,"cmdoption-groonga-a"],"--bind-address":[155,4,1,"cmdoption-groonga-bind-address"],"--cache-base-path":[155,4,1,"cmdoption-groonga-cache-base-path"],"--cache-limit":[155,4,1,"cmdoption-groonga-cache-limit"],"--config-path":[155,4,1,"cmdoption-groonga-config-path"],"--default-match-escalation-threshold":[155,4,1,"cmdoption-groonga-default-match-escalation-threshold"],"--default-request-timeout":[155,4,1,"cmdoption-groonga-default-request-timeout"],"--document-root":[155,4,1,"cmdoption-groonga-document-root"],"--encoding":[155,4,1,"cmdoption-groonga-e"],"--help":[155,4,1,"cmdoption-groonga-h"],"--log-flags":[155,4,1,"cmdoption-groonga-log-flags"],"--log-level":[155,4,1,"cmdoption-groonga-l"],"--log-path":[155,4,1,"cmdoption-groonga-log-path"],"--log-rotate-threshold-size":[155,4,1,"cmdoption-groonga-log-rotate-threshold-size"],"--max-threads":[155,4,1,"cmdoption-groonga-t"],"--pid-path":[155,4,1,"cmdoption-groonga-pid-path"],"--port":[155,4,1,"cmdoption-groonga-p"],"--protocol":[155,4,1,"cmdoption-groonga-protocol"],"--query-log-path":[155,4,1,"cmdoption-groonga-query-log-path"],"--query-log-rotate-threshold-size":[155,4,1,"cmdoption-groonga-query-log-rotate-threshold-size"],"--server-id":[155,4,1,"cmdoption-groonga-i"],"-a":[155,4,1,"cmdoption-groonga-a"],"-c":[155,4,1,"cmdoption-groonga-c"],"-d":[155,4,1,"cmdoption-groonga-d"],"-e":[155,4,1,"cmdoption-groonga-e"],"-h":[155,4,1,"cmdoption-groonga-h"],"-i":[155,4,1,"cmdoption-groonga-i"],"-l":[155,4,1,"cmdoption-groonga-l"],"-n":[155,4,1,"cmdoption-groonga-n"],"-p":[155,4,1,"cmdoption-groonga-p"],"-s":[155,4,1,"cmdoption-groonga-s"],"-t":[155,4,1,"cmdoption-groonga-t"],command:[155,4,1,"cmdoption-groonga-arg-command"],dest:[155,4,1,"cmdoption-groonga-arg-dest"]}},objnames:{"0":["c","macro","C \u306e\u30de\u30af\u30ed"],"1":["c","function","C \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"],"4":["std","cmdoption","\u30d7\u30ed\u30b0\u30e9\u30e0\u30aa\u30d7\u30b7\u30e7\u30f3"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:cmdoption"},terms:{"!!":[105,157,230,231,232,233,234,235,236,237,272,276],"!(":34,"!(n":199,"!)":157,"!=":179,"![":238,"!\"":[34,40,63,83,112,114,115,137,148,157,173,193,198,199,200,213,230,231,232,233,234,235,236,237,257,270,272,273,275,276,277],"!\\":[198,199],"!condition":199,"!xxx":42,"#'":155,"#<":63,"#=":63,"#[":[43,241],"#arguments":43,"#command":43,"#delete":43,"#each":43,"#github":34,"#groonga":[211,276],"#group":43,"#i":34,"#index":43,"#inspect":43,"#key":43,"#mroonga":34,"#multi":34,"#name":43,"#proxy":157,"#remove":43,"#scalar":43,"#select":34,"#set":156,"#value":43,"#vector":43,"#with":43,"#worker":157,"#{":[34,201],"#{l":201,"$(":[24,25,27,28,31],"$\"":179,"$groonga":12,"$home":12,"$prefix":38,"$request":34,"${":[17,44,112,114,115,123,137,160,179,199,212,216,247],"%'":42,"%.*":63,"%\"":212,"%\\":32,"%post":40,"& (":[34,199],"& _":280,"& b":[34,199],"& x":42,"& y":41,"&!":199,"&&":[34,43,137,184,199,266,278],"&..":277,"&arg":212,"&filter":133,"&frequency":160,"&gt":[170,171,181],"&lt":[170,171,181],"&n":160,"&q":160,"&query":277,"&request":[44,133],"&s":160,"&t":160,"' -":28,"' \"":238,"'$":157,"'(":155,"')":[42,154,155],"',":[42,65,159],"'-":[41,155],"'.":[17,65],"'..":41,"';":155,"'='":155,"'>":172,"'\"":[34,40,41],"'\"$":157,"'\u3002":155,"'column":40,"'config":155,"'fixed":43,"'grn":56,"'hay":11,"'haystack":11,"'indexblog":275,"'ja":17,"'localhost":[154,155],"'m":[200,226,275,276],"'n":155,"'needle":11,"'now":276,"'or":40,"'pid":155,"'query":40,"'s":[17,34,83,92,105,112,114,115,137,184,198,199,200,255],"'t":[49,53,54,55,57,65,123,157],"'tokenmecab":34,"'ve":276,"'vector":43,"( c":34,"( e":34,"(!":11,"(&":[43,54,57,63],"('":[78,155,273],"((":[63,80,137],"((x":248,"()":[3,34,35,36,37,38,39,40,41,42,43,44,49,50,53,54,55,57,61,63,65,69,70,73,74,112,114,115,147,165,167,168,169,176,178,180,213,250,251,252,253,280],"(+":34,"(-":[63,199],"(.":12,"(..":[34,41,44],"(<":11,"(=":[11,87,199],"(>":[11,34],"(?":[43,238],"([":[180,238],"(\"":[34,40,41,56,63,112,115,133,137,155,167,170,171,179,181,199,204,225,226,227,238,240,241,242,244,267,273],"(\u300c":12,"(\u30ed\u30b0":111,"(_":[34,43,44,115,140,173,178,199,218,219,221],"(a":21,"(age":163,"(anonymous":104,"(anonymouse":63,"(argument":199,"(arugment":199,"(body":[34,170,171,241],"(byte":[51,68],"(categories":34,"(cmp":42,"(column":[34,42,163,170,178,181,213,214,215],"(com":267,"(comments":184,"(condition":173,"(conditions":173,"(content":[34,112,114,115,137,172,181,213],"(created":[114,186],"(ctx":[11,34,50,51,54,57,63,267],"(cutter":14,"(cve":[34,42],"(database":268,"(debian":261,"(default":43,"(drilldown":78,"(fedora":261,"(get":154,"(grn":[34,43,54,57],"(groonga":70,"(html":172,"(ii":34,"(index":[214,215],"(init":54,"(int":[70,164],"(keyword":57,"(location":[167,272,276,280],"(match":179,"(message":[214,215],"(mingw\u7248":34,"(mroonga":211,"(msghdr":43,"(n":[34,112,114,115,137],"(name":74,"(news":12,"(nginx":261,"(nil":63,"(null":42,"(offsetted":34,"(packages":12,"(point":[34,167,168,169],"(popular":137,"(pos":[168,169],"(price":34,"(ptr":36,"(q":70,"(quantity":34,"(r":[156,212],"(readings":178,"(reference":34,"(scan":14,"(scope":184,"(score":43,"(select":199,"(string":[44,165],"(tab":211,"(table":42,"(tag":174,"(tags":[193,195],"(target":[34,174,175,195],"(text":171,"(time":[185,186],"(timestamp":185,"(timeval":34,"(title":[41,165,213],"(twitter":44,"(type":164,"(u":[204,225],"(uint":70,"(unknown":63,"(usec":34,"(user":34,"(vc":34,"(vector":[112,193],"(void":[34,70],"(wgs":280,"(windows":156,"(x":42,"(xxx":[34,41],"(~":34,")'":[34,112,114,115,137,140,164,170,171,175,181,184,185,186,193,195,198,199,204,218,219,221,225,238,240,241,272,276,280],"))":[43,63,137,199,211],")*":34,"),":[34,41,63,173],")-":12,").":[12,181,261,267],")..":12,")/":43,"):":[12,34,104,123,238,261,273],");":[11,34,43,50,51,54,57,63,70,267],")=":268,")[":34,")\"":[34,41,114,137,172,181,212,213,214,215,241],")\\":212,")\\\\":238,")\u3001":42,")\u300d":155,")\u3059\u3079\u3066":163,")]":[41,104],")disk":212,")grn":[43,63],")groonga":211,")hello":43,")mroonga":211,")offset":[68,69],")senna":211,")ucrt\u30e9\u30f3\u30bf\u30a4\u30e0":34,"*'":[114,115,137],"*)":63,"**":[12,63,110,121],"***":110,"*,":28,"*.":44,"*/":[54,57,70,73],"*\"":[34,37,42,43,114,115,137,238,275],"*bsd":[7,8,36,38],"*n":[179,198],"*np":[34,198],"*onp":34,"*s":[42,179],"+ \"":[40,43],"+ y":248,"+(":238,"++":[0,6,7,12,24,27,29,34,38,39,42,43,54,57,70,155,255],"+-":[57,157],"+\"":[34,137],"+a":198,"+c":155,"+ff":[43,203,204,225],"+ff0":43,"+ff2":34,"+ffef":243,"+fff":243,"+fffe":148,"+or":212,", [":[117,146],", \"":[34,80,105,170,173,185,238,275],", {":[157,257],",!=":34,",'":[248,270],",(":63,",.":12,",..":143,",<":34,",<=":34,",==":34,",>=":34,",[":[34,266],",[\"":266,",\"":[42,43,89,103,209,238,272,275,276],",\")":238,",\"domain":271,",\"http":270,",\"link":270,",\"links":270,",\"location":[272,280],",\"tags":272,",\"title":273,",\\\"":105,",\n#":[47,80,99,112,114,115,117,121,122,123,136,137,144,148,179,198,199,204,213,225,228,230,231,232,233,234,236,237,238,240,241,243,245,246,270,272,273,276,277,280],",\n[":[43,103,105,167,181],",\n]":[114,137,184,266,270,278,280],",\n{":[34,80,103,105,112,114,115,117,137,140,157,173,174,178,179,184,185,186,198,199,202,208,212,213,214,215,218,219,221,226,227,242,244,271,275,278],",_":[34,80,114,115,137,140,179,199,271,272,273,276,280],",{":[84,155,156,209],"- \"":42,"-(":[12,199],"-+":157,"--":[8,12,32,34,36,37,38,40,41,42,44,49,50,51,52,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,74,80,92,104,105,112,114,115,117,122,132,136,137,144,146,148,155,156,157,160,164,170,171,172,173,174,175,178,179,181,185,186,193,199,204,211,212,213,214,215,221,223,225,226,227,241,266,271,272,275,276,279,280],"->":[34,36,43,63,117,144,267],"-\"":[204,225,241],"-\u02d7":[204,225],"-_":[137,213,214,215],"-a":[40,155,198],"-add":55,"-address":[38,40,43,155],"-adjuster":[80,137],"-admin":40,"-aki":42,"-all":34,"-analyzer":[38,40],"-apache":[105,158],"-api":16,"-apt":[25,31,34],"-archive":34,"-arrow":[105,158],"-auto":34,"-autoreconf":12,"-backlog":34,"-base":[34,155,160,161],"-benchmark":[22,40,41,42,46,152],"-binary":[157,257],"-bind":[40,43,155],"-blog":276,"-bugs":[43,44],"-build":14,"-buster":25,"-bye":[112,114,115,137,146,198,199,227],"-c":[24,27,34,44,155,263],"-cache":[35,41,43,155,157],"-canceler":86,"-check":[36,38,160],"-ci":[41,42],"-ci\u4e0a":41,"-clear":34,"-client":[34,255],"-code":[12,34,42],"-column":[34,44],"-columns":[34,44,112,114,115,137],"-command":[21,34,36,160,172,257],"-commnad":82,"-common":[31,40],"-compose":[22,23],"-condition":34,"-conditional":38,"-config":[25,29,35,36,38,40,43,155],"-core":12,"-create":[22,37,41,43,44,46,55,140,152,160,218,219],"-cutter":12,"-d":[155,157,160,161,260,263,277],"-daemon":[160,161],"-databases":[93,95,122,123,145,263,273,277],"-dataset":[22,37,41,43,44,46,140,152,160,218,219],"-db":39,"-dcmake":[7,8],"-dd":[199,201],"-deafult":38,"-debug":[6,36],"-default":[23,34,39,40,41,44,155,199,244,257],"-dep":12,"-dependent":[44,117,144],"-dev":[2,12,14,25,31,34,38,40,41,42,43,44],"-devel":[24,27],"-dgrn":[7,8],"-diff":34,"-dir":156,"-directory":40,"-disable":[36,38,42,160],"-doc":39,"-document":[3,12,17,155,158],"-docutils":12,"-drilldown":[34,42,43,44,137,271],"-drilldowns":[44,115,137],"-dump":[34,43],"-e":155,"-each":[34,38],"-eanble":6,"-efficient":80,"-enable":[3,6,18,36],"-encoding":[23,38,155,199,257],"-encodiong":199,"-endpoint":[160,161],"-escalation":[23,36,40,137,151,155,266],"-essential":[25,31],"-event":43,"-existence":41,"-fd":[38,160],"-file":[35,38,43,83,160],"-files":[18,34],"-filter":[25,31,34,38,40,42,43,44,80,92,137,162,171,179,181,184,199,212,276,278],"-flags":[34,155],"-force":[34,117,123],"-form":[34,158],"-frequency":38,"-fstack":34,"-ftp":156,"-full":12,"-g":[8,32],"-get":[12,18,25,31,40],"-gobject":43,"-gqtp":[22,24,25,27,31,40,42,43,254],"-gram":[0,34,44,148,199,264,266,273],"-groonga":[12,13,156,276],"-gtqp":25,"-h":[155,157,257],"-help":[23,41,155],"-hiragana":[204,225],"-history":38,"-hits":34,"-host":156,"-html":[36,40],"-http":[22,40,41,42,44,157,254],"-httpd":[22,24,25,27,31,34,38,40,42,43,44,46,50,111,133,147,152,158,159,201,220,254,256,257],"-i":[34,43,155,156],"-id":[40,133,155],"-idf":[34,213,214,215],"-in":65,"-index":[34,43],"-infinity":34,"-inspect":34,"-inverse":[213,215],"-ipadic":[27,28,240],"-j":[6,7,29],"-jemalloc":42,"-jinja":12,"-jp":[41,243,267],"-jumandic":27,"-key":[12,39],"-keyring":[34,40],"-keys":12,"-known":181,"-l":[155,160,161],"-latest":[24,25],"-launchpad":12,"-leak":36,"-leaner":161,"-learner":[22,36,42,44,46,152,159,220],"-length":158,"-level":[34,42,43,155,161],"-libedit":36,"-libevent":39,"-libstemmer":42,"-limit":[34,35,41,43,137,155],"-line":21,"-lines":[38,160],"-listen":34,"-load":[34,115,137],"-localstatedir":23,"-lock":34,"-log":[23,34,38,40,42,43,111,155,156,157,160,161,201],"-lz4":23,"-m":154,"-match":[23,34,36,40,42,43,92,137,151,155,179,198,213,266,273,275],"-max":[38,155,160],"-mecab":[24,25,27,28,31,40,41,42],"-memcached":44,"-memory":36,"-message":23,"-minus":[204,225],"-mm":[199,201],"-mode":17,"-mruby":[6,12,42],"-msgpack":257,"-munin":[23,24,25,27,31,39],"-mysql":[24,25,27,31,34,44,118,202],"-n":[34,38,114,155,160,273],"-neologd":240,"-nightly":12,"-normalizer":[24,25,27,31,34,40,43,44,118,178,202,203],"-nunit":153,"-offset":[34,43,137],"-onigmo":34,"-only":34,"-org":12,"-oriented":181,"-output":[34,40,41,43,44,114,137,156,170,171,172,181],"-p":[154,155,156,160,263,277],"-pack":23,"-package":[23,44],"-packages":12,"-paginate":12,"-patch":17,"-path":[12,23,34,35,36,38,40,42,43,111,140,155,160,161,201],"-per":[38,160],"-pgp":12,"-pid":[34,35,38,43,155],"-pinus":34,"-pip":18,"-platform":23,"-platorm":44,"-plugin":13,"-plugins":[23,24,25,27,31,39],"-point":248,"-port":[155,156,160],"-ppa":12,"-prefix":[6,23,157],"-properties":31,"-protector":34,"-protocol":[155,156,158,260,277],"-query":[34,38,40,41,42,43,44,92,111,155,157,170,171,179,181,198,211,242,244,261,273,276,278],"-r":[160,161],"-raw":105,"-receive":[160,161],"-recursive":[34,104],"-related":34,"-release":[24,27,34,40,44],"-repository":[31,40],"-request":[44,86,155],"-restart":44,"-root":[36,155,158],"-rotate":[43,155],"-ruby":[6,12,40],"-s":[155,160,161,263],"-scorer":162,"-search":[34,42,238,239],"-searchu":239,"-secret":12,"-send":[160,161],"-separated":43,"-server":[22,24,25,27,31,38,39,40,41,42,43,155,254],"-show":35,"-since":34,"-sister":92,"-size":[43,155],"-slices":[34,44,137],"-sort":[34,44,175],"-sortby":[41,44],"-source":[12,25,34],"-sphinx":18,"-static":38,"-stem":[25,31,34,42],"-streaming":[105,158],"-strings":39,"-suggest":[22,36,37,38,40,41,42,43,44,46,140,152,218,219,220],"-t":[155,160],"-table":34,"-talk":[2,12,34,41,43],"-tar":30,"-target":[43,44,130],"-terminated":[66,74],"-test":[12,14],"-text":[34,238,239],"-threads":[155,160],"-threshold":[23,36,40,43,137,151,155,266],"-time":181,"-timeout":[44,86,155],"-token":[25,31,34,42,44],"-tokenizer":[24,25,27,31,40,41],"-truncate":34,"-type":[34,38,92,105,157,158,218,219,221,257],"-unauthenticated":40,"-uploader":12,"-urlencoded":[34,158],"-use":43,"-values":[43,44],"-version":[12,34,36,216,257],"-w":12,"-windows":43,"-with":[6,12,23,28,39,40,42,44,137,151,199],"-without":34,"-wno":38,"-word":137,"-working":40,"-www":[34,158],"-x":[12,41],"-xx":12,"-yyy":17,"-zlib":23,". \"":242,".$":[115,137],".'":[40,41],".(":12,".)":[34,41,44,65,104,199,201,213,247],".*":28,".*s":63,".,":[114,122,136,137,160,174],".-":17,"..":[6,7,12,17,34,40,41,44,63,70,74,80,85,89,92,93,105,114,116,121,122,129,130,133,136,137,140,142,155,157,160,174,179,198,199,212,213,214,215,242,257,273],"...":[34,38,40,41,42,43,44,49,50,51,52,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,75,84,89,105,114,133,137,140,143,155,156,157,158,170,173,184,198,199,200,209,212,216,238,276],"./":[17,26,29],".:":161,".>":216,".\"":[44,137,170,171,179,181,199,200,213,238,243,270,272,273,275,277,279],".\\\\":238,".]":[44,80,89,105,115,133,137,140,143,199],"._":[41,42,65,92,112,114,115,137,144,173,198,199,270,271],".age":[47,92,104,129,130,136],".am":18,".am\u30d5\u30a1\u30a4\u30eb":12,".asc":12,".askmonty":42,".blog":266,".body":[90,101,275,279],".builtin":55,".c":[34,45,96,99,123,137,144,267],".clean":[12,112,115,117],".co":[45,137],".column":[41,42,47,91,96,97,98,104,121],".com":[6,7,8,12,13,17,21,34,267,270,271,273,275,277,280],".comment":[275,276],".compress":121,".conf":[43,44,157,247,261,268],".content":[112,114,115,122,136,137,144,184,198,199,200,247,275],".context":144,".created":[112,114,115],".current":43,".d":[34,247,268],".data":137,".db":[26,41,155,263,273,277],".ddl":156,".deb":[12,25],".description":276,".dll":[34,74],".domain":43,".dump":38,".en":12,".entries":[247,275],".entry":132,".exe":[32,34],".execute":[114,115],".facebook":12,".flags":68,".garbage":41,".git":[6,7,8,12,13,17],".github":17,".githubusercontent":21,".gpg":12,".grn":[103,157],".groonga":[12,17,24,25,27,28,29,30,31,32,156],".group":[34,184],".gz":[12,17,24,25,27,28,29,30,31],".h":[16,43,74],".hash":276,".high":91,".html":[12,17,34,155,157],".htpasswd":[157,257],".index":[43,104,132,136,137],".introduction":129,".jp":[12,43,45,137],".js":12,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":21,".json":[34,157,158,209],".kentaro":41,".key":[68,144],".label":[137,178],".lemon":[47,137],".lists":34,".load":156,".location":276,".log":[29,34,43,82,117,153,155,156,157,160,261],".logs":[117,132],".max":[173,268],".md":12,".md\u30d5\u30a1\u30a4\u30eb":12,".me":[2,12,43],".memos":[122,136],".microsoft":267,".mo\u30d5\u30a1\u30a4\u30eb":17,".msgpack":209,".n":[34,55,112,114,115,137,198,199,247],".name":[89,104,153,184,276],".ncpu":28,".ne":45,".nested":137,".net":[2,12,270,271,272,273,277,280],".nginx":157,".noarch":24,".o":272,".offset":68,".org":[12,17,24,25,27,28,29,30,31,32,34,42,43,80,103,105,156,157,172,270,271,272,273,277,280],".osdn":[2,12],".overcommit":40,".patch":17,".pc":[37,38],".pdb":34,".people":92,".php":12,".pid":155,".po":3,".po\u30d5\u30a1\u30a4\u30eb":[3,12],".position":121,".posted":276,".rb":[34,36,42,112,114,115,117,135],".readings":178,".real":[47,96,97,98],".reference":144,".remove":117,".repo":34,".roles":92,".roonga":[198,199],".rpm":[24,27],".rst":12,".run":112,".score":150,".scr":156,".section":121,".select":[156,199],".serial":91,".service":40,".sh":[6,12,14,17,21,34,40],".site":132,".size":121,".so":[124,125,131],".sort":34,".source":43,".sourceforge":[2,12],".spec":38,".ssssss":201,".statistics":121,".status":156,".sub":[115,137],".synonym":137,".t":243,".tag":[34,91,112,114,115,137,173],".tar":17,".timestamp":[120,123],".title":[106,107,108,132,144,270,275],".to":91,".travis":21,".tsv":[209,211],".txt":243,".type":63,".user":[129,173],".users":104,".uuuuuu":199,".value":137,".weight":[41,121],".wikipedia":34,".x":12,".xml":[158,209],".years":47,".yml":[12,21,26],".yyy":34,".zip":17,".zzz":34,".}":[34,80,89,105,199],"/ '":65,"/$":[17,158],"/${":160,"/'":42,"/(":12,"/*":[16,17,54,70,73,157,261,268],"/+":12,"/.":38,"/..":[12,44,157,160],"/;":157,"/?":160,"/\"":[80,105,243,270,271,272,273,277,280],"/\u65e5":276,"/\u6708":276,"/\uff09":36,"/_":12,"/aba":[271,273,280],"/acccess":261,"/admin":[38,155],"/afr":[271,273,280],"/alice":243,"/apache":12,"/api":257,"/apt":[12,34],"/archive":12,"/arrow":12,"/atv":[271,273,280],"/base":12,"/bc":12,"/bin":29,"/blog":[12,34],"/branches":14,"/c":[0,6,7,16,255],"/cache":157,"/centos":[12,24,261],"/com":267,"/command":[14,157,212,277],"/commands":[42,93,95,122,123,145],"/commit":34,"/commits":42,"/copyright":42,"/coremodule":157,"/cpuinfo":[24,25,27,31],"/cutter":12,"/d":[34,42,157,158,212,257],"/data":[21,26],"/database":[137,157,257],"/db":[26,103,140,153,157,161,212,261],"/db1":257,"/db2":257,"/dd":199,"/debian":[25,34],"/default":[40,261],"/desktop":267,"/dev":12,"/dic":28,"/dictionary":36,"/disk":212,"/doc":12,"/docs":[34,157],"/en":[12,157],"/en\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"/entry":275,"/etc":[12,28,34,40,157,211,247,261,268],"/eval":134,"/example":160,"/examples":12,"/executables":160,"/f":12,"/false":[35,270],"/fedora":[27,36,40],"/files":[12,18],"/function":12,"/functions":14,"/gat":[271,273,280],"/gensim":34,"/github":34,"/gqtp":[41,261],"/grndb":153,"/grntest":12,"/groonga":[6,7,8,12,13,16,17,21,24,25,26,27,28,29,30,31,32,34,36,38,40,41,43,93,95,112,114,115,117,122,123,124,125,131,145,153,155,157,160,211,247,261,263,273,277],"/header":30,"/hoge":155,"/home":243,"/homebrew":12,"/horimoto":[112,115,117],"/hostname":[155,156],"/hosts":12,"/html":[17,18,38,257],"/http":[157,261],"/httpd":[157,261],"/in":43,"/index":[12,17,155],"/install":34,"/introduction":[263,273,277],"/ipadic":28,"/issues":34,"/ja":[12,17,18,34,44,267],"/ja\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"/javascript":38,"/json":[38,105,157,158,257],"/key":65,"/kytea":148,"/lc":[12,17],"/learn":160,"/lib":[28,114,124,125,131,153,157,261],"/library":267,"/limits":247,"/linux":[3,5,8,12,18,22,23,34,38],"/lists":12,"/load":[34,44,105,135,157,257],"/local":[6,7,12,28,29,114,157],"/locale":[12,17,18],"/log":[29,43,153,155,157,160,261],"/logical":[112,114,115,117],"/lzo":[36,38,41],"/magazine":137,"/mailarchive":12,"/managers":[157,257],"/master":[17,21],"/math":175,"/max":[34,42],"/mecab":28,"/mecabrc":28,"/meetup":43,"/message":12,"/min":34,"/mm":199,"/models":34,"/modules":36,"/mpisel":44,"/mroonga":34,"/mruby":34,"/ms":267,"/munin":29,"/mxcl":12,"/news":12,"/nfs":29,"/ngx":157,"/nightly":12,"/non":41,"/null":[6,7,35],"/number":137,"/o":142,"/okapi":34,"/other":157,"/packages":12,"/php":43,"/pipermail":42,"/plain":43,"/plugins":[29,36,41,112,114,115,117,124,125,131],"/ppa":[12,31],"/projects":12,"/pull":12,"/query":[124,125,131],"/rab":[271,273,280],"/redmine":34,"/reference":160,"/release":[112,115,117],"/repositories":12,"/request":133,"/result":39,"/rroonga":42,"/run":[12,14,155],"/rurema":42,"/sbin":28,"/security":247,"/select":[133,157,277],"/setup":21,"/sharding":[112,114,115,117],"/share":[38,155],"/shm":157,"/shutdown":[34,155,157,257],"/source":[12,16,17,18,24,25,27,28,29,30,31,32],"/sources":34,"/span":[170,171,181],"/status":[154,157,158,209,257,277],"/stem":226,"/stop":[103,146,223,227],"/string":[44,112,114,115,137,173,183],"/suggest":160,"/synonyms":211,"/sysconfig":261,"/sysctl":[28,247,268],"/tab":43,"/test":243,"/tfidfmodel":34,"/time":[34,114,185,186],"/tmp":[6,7,211,257],"/to":[26,157,257],"/travis":21,"/tsv":[124,125,131,211],"/ubuntu":[12,40,261],"/unit":14,"/usr":[29,155],"/var":[29,43,153,155,157,261],"/vdw":[271,273,280],"/vector":[43,112,114,115,137,193,195,196],"/version":43,"/webplus":137,"/wgs":280,"/wiki":34,"/windows":[12,32,267],"/work":[12,112,115,117],"/x":[34,105,158,257],"/xml":257,"/yum":12,"/zlib":34,"/~":12,"0c":237,"0d":86,"0e":156,"0f":44,"0garbage":34,"0mq":41,"0x":[34,39,86,198,248,263,270],"0xc":263,"10":[156,164,273],"11":[34,80,123,137,179,199,247,266],"1\u305a":[78,82],"1\u3064":[10,33,34,38,41,42,44,47,57,63,76,80,88,91,92,93,96,97,104,106,107,108,112,113,114,115,116,117,120,121,123,124,125,129,130,131,132,133,134,135,136,137,138,140,142,144,147,148,150,151,155,156,157,158,160,161,171,172,173,174,175,178,179,181,184,185,186,195,198,199,201,212,213,214,215,216,220,222,228,230,238,242,247,257,263,270,272,275,276],"1\u30f6\u6708":216,"1\u4ef6":[266,276],"1\u56de":157,"1\u5897":34,"1\u5ea6":[73,115],"1\u6708":[34,199,248,270,276],"1\u884c":[105,156],"1byte":263,"1de":34,"1f":43,"1g":[25,31],"1gb":43,"1o":212,"1st":105,"1tib":[33,142,222],"1usec":44,"1x":34,"1year":153,"2\u3064":[19,24,25,27,31,34,41,42,43,92,93,98,112,113,114,115,117,123,129,130,137,141,142,144,145,146,147,160,163,165,173,174,178,179,184,193,198,201,212,213,214,221,228,230,238,256,257,261,270,271,273,275,276],"2\u3064\u3081":[133,173,198,199,257,275],"2a":34,"2byte":263,"2def":34,"2e":[204,225],"2ff":44,"2grn":42,"2nd":105,"3\u3064":[14,34,41,83,95,104,118,137,163,164,170,173,181,193,197,270,271,273,275],"3d":34,"3days":153,"3ki":36,"4\u3064":[91,155,173,181,213,222,240],"4byte":263,"4c":34,"4e":268,"4gib":[33,44,142,222,263],"4kib":[33,34,43,47,96,97,98,151,222],"4mib":121,"5\u3064":163,"5a":34,"5b":[98,151],"5c":34,"5d":86,"5f":156,"5weeks":153,"6elz":42,"6f":34,"6gib":247,"7\u3064":139,"7\u6708":[34,43],"7a":34,"7d":153,"7e":156,"7ed":86,"7f":44,"7fa":86,"8\u3064":241,"8bit":248,"8byte":263,"8r":[29,40,63,155],"8x":34,"9\u3064":273,"9e":203,"9f":209,"9x":34,"9zawa":34,": n":154,":!":198,":#":[42,44],":#{":[34,201],":$":[18,198,199,278],":(":63,":*":34,":..":[104,137],":/":[12,13,17,21,24,25,26,27,28,29,30,31,32,34,42,80,103,105,133,137,154,155,157,158,160,172,209,257,267,270,271,272,273,275,277,280],"::":[34,43,87,112,114,115,117,160],":<":[137,198],":=":[137,198],":>":[34,137,198],":@":[34,115,137,179,198,270,272,273,276,277],":[":[63,156,212],":\"":[34,57,112,212,273],":\\":[8,32,212],":\\\"":105,":\u5206":276,":\u79d2":276,":^":[198,278],":available":63,":bob":276,":byte":71,":clear":12,":column":104,":dat":[104,121],":fix":121,":groonga":[6,7,8,12,31,44,137,198],":hash":[104,121,122],":index":121,":latest":26,":mm":[199,201],":mroonga":34,":n":34,":no":121,":none":63,":order":43,":pat":[63,121,122],":port":[155,157,158],":release":12,":set":42,":shorttext":63,":ss":[199,201],":table":104,":value":[137,198],":var":[63,104,121,122],":xxx":34,":{":63,":~":[198,212],";/":[170,171],";\"":[34,40],";b":[170,171],";rroonga":[170,171],"< n":199,"< t1":11,"< y":41,"<#{":[34,201],"<%":63,"<-":257,"<..":216,"</":[34,123,170,171,172,181,209,241],"<=":[41,157,173,179,199,276],"<[":117,"<\"":[34,63,179],"<directory":161,"<encoding":155,"<endpoint":161,"<gqtp":156,"<groonga":156,"<ip":[155,156],"<level":161,"<limit":155,"<log":155,"<max":155,"<nan":34,"<object":34,"<path":[155,161],"<port":[155,156],"<protocol":155,"<span":[34,170,171,181,241],"<table":63,"<threshold":155,"<timeout":155,"<type":63,"= '":34,"= \"":[34,42,137,199],"= n":199,"= y":41,"=$":[12,17,29],"='":172,"=(":12,"=)":11,"=-":[29,34,140,153],"=.":28,"=..":12,"=/":[6,7,12,14,29,155,211],"==":[34,44,179,199],"=\"":[30,112,114,115,117,137,170,171,173,181,209],"=\\":[34,170,171,172,181,241],"=_":140,"=`":18,"=add":148,"=allow":137,"=arg":212,"=auto":[137,140],"=bookmarks":105,"=c":[8,32],"=centos":29,"=column":[112,114,115,137],"=complete":160,"=dat":39,"=encoding":23,"=epel":24,"=g":160,"=get":146,"=gr":160,"=graceful":138,"=gro":160,"=groo":160,"=groonga":[12,157,160],"=grooon":160,"=immediate":34,"=json":[34,105],"=largetable":133,"=message":23,"=no":[34,103,104,105,112,114,115,117,123,129,144],"=none":[115,118,137,146,148],"=null":[88,92,103,104,105,106,107,108,112,113,114,115,117,121,129,130,132,137,142,146,147,148],"=number":[23,151],"=on":[7,8],"=pat":[39,104],"=path":23,"=platform":23,"=query":160,"=r":40,"=site":277,"=sjis":29,"=submit":160,"=table":142,"=title":277,"=true":133,"=unique":133,"=users":[157,257],"=vs":267,"=x":44,"=xxx":44,"=yes":[14,34,39,41,43,44,103,104,129,130,137,158],"> %":63,"> \"":43,"> y":41,">#{":[34,201],">(":123,">,":63,">.":[170,171],">:":[47,112,114,115],"><":[57,209],">=":[41,123,179,199],">>":[41,199],">\"":[34,41,47,86,99,112,114,115,123,137,144,170,172,179],">\\":63,">\n<":209,">\u3315":241,">\uff01":34,">\uff41z":241,">alloc":209,">cache":209,">command":209,">default":209,">max":209,">n":209,">rroonga":[170,171],">starttime":209,">uptime":209,">version":209,"?!":238,"?-":34,"??":137,"?arg":212,"?command":158,"?i":212,"?id":133,"?immediate":34,"?max":[34,43],"?mode":34,"?msg":12,"?output":34,"?parameter":157,"?table":[44,105,133,157,257,277],"@$":179,"@'":273,"@\"":[34,179,193],"@^":179,"@ceekz":41,"@do":42,"@github":[6,7,8,12],"@groonga":[2,12],"@kiske":40,"@lists":[2,12],"@naoina":[40,41],"@orangain":41,"@packages":12,"@s":36,"@soundkitchen":[38,40],"@tomotaka":38,"@uzulla":38,"@wareohji":40,"@x":34,"@yappo":[41,42],"@yito":[40,41],"@~":[179,212],"[#":[38,39,40,42],"[$":[34,43,44],"[(":[104,212],"[,":168,"[..":[44,115,137],"[2":155,"[:":277,"[@":[38,40,41,42],"[[":[47,80,91,92,95,102,105,112,117,133,134,135,137,143,145,146,150,155,163,167,170,171,173,175,178,181,193,198,199,200,213,218,227,241,242,244,266,270,272,275,278],"[[\"":89,"[\"":[34,43,80,89,92,93,114,137,140,181,193,195,199,218,266,270,272,276,279],"[\"-":26,"[\u3002":238,"[\u8a9e":89,"[\uff09":238,"[]":34,"[a":34,"[admin":[38,40,41,44],"[adult":34,"[aggregator":34,"[api":43,"[apt":40,"[args":155,"[backslash":198,"[benchmark":42,"[bernard":43,"[bindings":43,"[cache":34,"[centos":44,"[cmake":[34,43,44],"[column":[42,105],"[content":[112,114,115,137],"[count":[112,114,115],"[customers":34,"[dat":[34,39,40],"[dd":212,"[deb":[38,40,41,42,43,44],"[debian":44,"[distance":34,"[doc":[34,38,39,40,41,42,43,44],"[dump":[40,41,42],"[element":[80,199],"[example":[42,43],"[examples":44,"[fedora":[40,42],"[functions":34,"[geo":[34,38,41],"[github":[34,42],"[gqtp":41,"[grn":43,"[grntest":38,"[groonga":[12,38,40,42,43,44],"[hash":44,"[header":[83,88,91,92,95,96,97,98,99,102,104,106,107,108,109,111,112,117,118,119,120,121,122,123,124,125,129,130,131,132,134,135,136,138,141,142,144,145,147,148,149,150],"[hh":43,"[highlight":34,"[highlighter":34,"[hour2":114,"[http":[40,41,42,43,44],"[httpd":[34,40,41,42,43,44],"[ii":34,"[index":[34,42],"[info":212,"[is":[112,114,115,137],"[ja":44,"[key":43,"[label":[34,43,44,115,137],"[label1":[42,115,137],"[label2":[115,137],"[launchpad":12,"[libedit":38,"[linux":40,"[load":[34,40,42],"[log":34,"[logical":43,"[macports":38,"[mdev":43,"[mecab":43,"[messagepack":34,"[mrb":[34,43],"[mruby":[34,42,43,44],"[munin":[38,40,41,42],"[n":[34,41,42,112,114,115,137],"[name":[112,114,115,137],"[name1":[112,114,115,137],"[name2":[112,114,115,137],"[normalizer":42,"[normalizers":34,"[nsubrecs":115,"[object":92,"[offsetted":34,"[optimizer":34,"[os":42,"[output":39,"[pat":40,"[php":[40,42],"[pkg":[38,40],"[plugin":[34,42,43],"[power8":42,"[price":34,"[quantity":34,"[query":34,"[record":115,"[rpm":[34,38,39,40,41,42,43,44],"[score":34,"[sharding":[34,43],"[snippet":[42,181],"[solaris":40,"[sort":44,"[space":198,"[suggest":[39,40,41],"[table":[41,92],"[tag":[34,115,137],"[tags":34,"[terms":104,"[test":40,"[the":105,"[token":41,"[tokendelimit":34,"[tokenfilters":34,"[tokenfilterstem":34,"[tokenfilterstopword":34,"[tokenizer":[40,41,44],"[tokenizers":34,"[tokenmecab":34,"[tokenngram":34,"[tools":34,"[travis":41,"[ubuntu":44,"[users":104,"[vector":[34,112,114,115,137],"[warning":212,"[windows":[34,38,40,41,42,43,44],"[xxxxx":267,"[yum":40,"[{":[105,157,257],"\" (":[204,225],"\"#":38,"\"#\"":156,"\"#{":199,"\"$":157,"\"%":212,"\"'":[34,40,41,42,43,80,91,92,112,114,115,137,157,178,198,199,212,264,266],"\"(":[34,41],"\")":[34,40,41,42,43,56,63,112,115,133,137,163,165,167,169,173,174,178,179,193,199,226,227,240,242,244,267,272,280],"\"*":[40,63],"\",":[26,34,41,43,44,47,63,80,83,89,91,92,93,95,96,99,102,103,105,112,114,115,117,121,122,123,133,136,137,139,140,143,144,145,146,150,155,156,157,160,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,203,204,212,213,214,215,218,219,221,225,226,227,238,240,241,242,244,245,246,263,266,270,271,272,273,275,276,277,278,279,280],"\"-":[38,167,204,225],"\".":[199,255,271],"\"/":[93,95,112,114,115,117,122,145,155,243,280],"\":":[34,43,44,47,80,84,89,91,92,95,102,103,105,112,113,114,115,116,117,118,119,121,122,133,134,135,136,137,139,140,145,146,148,149,150,155,156,157,160,163,164,167,170,171,172,173,174,175,178,179,184,185,186,193,195,198,199,200,202,203,204,205,208,209,212,213,214,215,218,219,221,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,257,263,270,271,272,273,275,276,277,278,279,280],"\";":[156,157,257],"\"<":[41,170,171],"\"=":173,"\">":[170,171,181,209],"\"?":[137,209],"\"@":[173,276],"\"[":[34,40,86,96,99,112,114,115,123,137,144,212],"\"\"":[34,39,44,91,96,97,184,198,199,212,248],"\"\\":[43,212],"\"\\\\":212,"\"\\n":43,"\"\u00b7":[204,225],"\"\u2015":[204,225],"\"\u3001":[218,271],"\"\u3002":42,"\"\u308a\u3093\u3054":225,"\"\u308d\u3086\u304d":278,"\"\u30a2":241,"\"\u30ac":203,"\"\u30ce":240,"\"\u30cf":240,"\"\u30d0\u30d3\u30d6\u30d9\u30dc":[204,225],"\"\u30d6":[204,225],"\"\u30df\u30ea":199,"\"\u30fb":[204,225],"\"\u30fc":[204,225],"\"\u30fc\u30fc\u30fc\u30fc\u30fc\u30fc":[204,225],"\"\u52c9":246,"\"\u59d3":240,"\"\u5f37":[230,245,246],"\"\u5f7c":[204,240],"\"\u672c":[231,232,233,234,246],"\"\u8a9e":[231,232,233,234,246],"\"\uff09":[35,218,270,280],"\"\uff65":[204,225],"\"\uff70":[204,225],"\"]":[26,34,43,44,63,80,92,93,96,97,98,103,112,114,115,117,137,155,167,178,181,193,195,199,218,266,272,273,276,279],"\"_":[34,41,44,47,80,83,91,92,93,95,102,103,105,112,114,115,117,121,137,140,145,146,150,157,160,163,164,167,172,173,174,175,178,179,184,186,193,195,198,199,200,202,208,212,213,214,215,218,219,221,226,227,242,244,257,266,270,271,272,273,275,276,277,278,279,280],"\"a":[34,42,63,115,137,148,184],"\"ab":220,"\"adventurer":92,"\"alice":[92,121],"\"always":113,"\"apple":202,"\"application":38,"\"auto":113,"\"b":[34,63,115,137,184],"\"black":202,"\"block":270,"\"book":199,"\"c":[34,63,115,137,184],"\"canceled":133,"\"co":220,"\"color":202,"\"column":[105,121,122],"\"complete":220,"\"content":[34,137,198,199,226,227],"\"correction":220,"\"created":[112,114,115],"\"cve":34,"\"d":[63,228,230,241],"\"dav":173,"\"db":121,"\"ddl":42,"\"double":199,"\"droonga":[173,193],"\"e":[63,140,148,218,241,243],"\"element":80,"\"ellip":168,"\"ellipsoid":168,"\"engine":[218,219,221],"\"equal":[179,193],"\"f":63,"\"fast":115,"\"flower":270,"\"force":34,"\"fulltext":148,"\"g":63,"\"good":[112,115,137,199],"\"gr":142,"\"greater":179,"\"gronga":220,"\"groonga":[80,103,137,142,173,181,184,193,199,220,275],"\"h":[148,241],"\"hello":[146,227],"\"http":80,"\"i":[34,83,114,115,137,198,199,200,226,275,276],"\"include":117,"\"index":121,"\"is":270,"\"k":272,"\"key":121,"\"keyword":[34,137],"\"l":241,"\"label":137,"\"large":121,"\"less":179,"\"lic":173,"\"localhost":263,"\"lz4":121,"\"match":[179,193],"\"medium":121,"\"message":[212,214,215],"\"monkey":270,"\"mroonga":[80,103,137,184,193,199],"\"mysql":[80,220],"\"n":[34,44,83,105,112,114,115,121,122,137,139,157,198,199,263,273,277],"\"name":[121,179,185,242,244],"\"near":[173,179,193],"\"never":113,"\"new":167,"\"no":40,"\"normal":121,"\"not":179,"\"null":40,"\"o":[228,230,241],"\"pgroonga":103,"\"phrase":[34,198],"\"popular":137,"\"pp":42,"\"prefix":179,"\"proc":122,"\"r":241,"\"rect":[40,168],"\"rectangle":[40,167,168],"\"regexp":179,"\"requires":40,"\"roonga":220,"\"ruby":80,"\"s":[140,148,218,219,236,237],"\"saerch":219,"\"say":199,"\"scalar":121,"\"se":218,"\"sea":218,"\"search":[198,218,219,221],"\"sequence":[140,218,219,221],"\"serach":219,"\"service":219,"\"similar":[173,179,193],"\"small":121,"\"sound":219,"\"sphere":168,"\"sphr":168,"\"starttime":[84,209],"\"suffix":[173,179,193],"\"sug":220,"\"suggest":220,"\"t":[34,148,243],"\"table":[121,122,155],"\"tags":80,"\"text":38,"\"theater":279,"\"theatre":279,"\"timestamp":[34,117],"\"tritonn":137,"\"type":[122,140],"\"unknown":56,"\"uptime":209,"\"user":34,"\"utf":56,"\"v":34,"\"value":137,"\"vector":[41,121],"\"version":209,"\"visual":8,"\"w":241,"\"web":[219,221],"\"weight":270,"\"word":198,"\"x":[34,41,42,199],"\"xxx":41,"\"y":34,"\"you":198,"\"yyyy":199,"\"zlib":121,"\"zstd":121,"\"}":[34,47,91,92,102,103,105,112,113,114,115,116,117,121,137,140,157,164,173,174,178,179,184,185,186,195,198,199,200,202,208,212,214,215,218,219,221,226,227,241,242,244,257,270,271,272,275,278,280],"\\%":32,"\\'":155,"\\(":198,"\\?":34,"\\[(":212,"\\\"":[34,57,105,170,171,172,181,184,212,241,264],"\\\"_":105,"\\\"a":184,"\\\"}":105,"\\\\":[34,43,57,170,178,184,212,238],"\\\\(":34,"\\\\\"":[34,178],"\\\\\\":[43,212],"\\\\r":238,"\\\\z":212,"\\a":[43,44,212,243],"\\ahello":43,"\\ahost":212,"\\bin":32,"\\groonga":32,"\\n":[63,212],"\\s":238,"\\u":239,"\\ud":34,"\\udf":34,"\\z":[212,243],"\u00a9\"":204,"\u00b7\"":[204,225],"\u00b7\u00b7":[204,225],"\u00b7\u1427":[204,225],"\u02d7\"":[204,225],"\u058a\"":[204,225],"\u058a\u2010":[204,225],"\u1427\"":[204,225],"\u2010\"":[204,225],"\u2011\u2012":[204,225],"\u2013\u2043":[204,225],"\u2014\"":[204,225],"\u2014\u2015":[204,225],"\u2022\"":[204,225],"\u2022\u2219":[204,225],"\u2026\u3001":186,"\u2026\uff09":219,"\u2043\"":[204,225],"\u207b\"":[204,225],"\u207b\u208b":[204,225],"\u208b\"":[204,225],"\u2192id":222,"\u2212\"":[204,225],"\u2219\"":[204,225],"\u22c5\"":[204,225],"\u22c5\u2e31\u30fb":[204,225],"\u2500\"":[204,225],"\u2500\u2501\uff70":[204,225],"\u2501\"":[204,225],"\u25a1\u25a1":10,"\u25cb\u25cb":10,"\u2e31\"":[204,225],"\u3001 \"":174,"\u3001#":276,"\u3001$":12,"\u3001'":[42,56,155,179,199,248,270],"\u3001(":[68,69,156,163,248],"\u3001-":[36,156,248],"\u3001.":[14,17],"\u3001/":[273,277],"\u3001:":[156,267],"\u3001[":[34,273],"\u3001\"":[34,38,40,41,44,164,172,174,184,204,218,219,220,221,225,238,248,273,276,279],"\u3001\u00d7":10,"\u3001\u300c":[34,35,92,114,117,121,137,155,208,213,214,215,218,228,264,266,271,272,280],"\u3001\u6708":186,"\u3001_":273,"\u3001c":273,"\u3002#":[36,38,276],"\u3002'":[65,204,240],"\u3002(":[11,12,27,34,49,63,66,69,102,137,155,156,244,261,267,275],"\u3002)":[34,69,102,137,156,267,275],"\u3002-":[29,59,69],"\u3002.":17,"\u3002:":[10,12,14,17,18,34,38,43,44,82,84,86,89,96,97,98,100,105,106,107,108,109,112,114,115,119,121,122,123,132,133,136,137,138,139,140,143,144,149,150,153,155,156,157,158,160,171,173,179,185,186,193,195,196,199,201,203,205,213,214,215,218,219,220,221,241,244,247,257,264,266,267,268,273],"\u3002[":[34,40,41,42,43,44,273],"\u3002\"":[34,41,42,44,164,174,219,225,240,260,266,271,276,277],"\u3002\u00d7":10,"\u3002\u2193":155,"\u3002\u3002":207,"\u3002\u300c":[42,92,99,112,114,115,117,118,121,123,137,142,146,148,173,198,199,212,215,228,272,275],"\u3002\u300d":[34,238,266],"\u3002\u3044":11,"\u3002\u3044\u304f\u3064\u304b":[122,160,212],"\u3002\u3044\u307e":39,"\u3002\u3056\u3063\u304f\u308a":80,"\u3002\u3057\u304b":92,"\u3002\u3057\u304b\u3057":[0,6,7,8,23,34,38,80,92,95,117,129,137,145,155,167,200,202,213,215,219,228,230,243,248,257],"\u3002\u3057\u304b\u3082":256,"\u3002\u3059":[34,156,200],"\u3002\u3059\u3050":157,"\u3002\u3059\u3079\u3066":[14,17,137],"\u3002\u3064\u307e\u308a":[34,49,92,104,111,137,151,153,160,198,214,234,237,273,279],"\u3002\u3069":193,"\u3002\u3069\u308c":160,"\u3002\u307e\u305a":266,"\u3002\u307e\u305f":[0,11,82,104,137,154,155,156,158,199,211,215,219,248,263,267,270,273,275,280],"\u3002\u307e\u3060":42,"\u3002\u30ad\u30fc":[34,44,47,136,137,151],"\u3002\u30bf\u30b0":[80,112,114,115,137,171,272],"\u3002\u30d0\u30b0":19,"\u3002\u30df\u30ea":270,"\u3002\u30ed\u30b0":[142,157,201],"\u3002\u4f8b":[8,43,65,123,142],"\u3002\u52d5\u7684":137,"\u3002\u5404":[112,114,115,137],"\u3002\u7701\u7565\u53ef\u80fd":170,"\u3002\u7a7a":121,"\u3002\uff01":238,"\u3002\uff01\uff1f":238,"\u3002\uff08":[17,21,34,36,38,43,54,69,89,92,104,113,114,115,133,137,155,160,171,181,197,198,199,207,218,219,221,222,240,247,248,264],"\u3002\uff09":[17,21,35,36,38,43,69,92,104,113,114,115,121,133,137,142,160,171,181,198,199,207,219,221,222,240,264],"\u3002_":[78,273],"\u3002adjuster":42,"\u3002amazon":137,"\u3002api":197,"\u3002ascii":[198,199],"\u3002bash":43,"\u3002between":44,"\u3002blogs":266,"\u3002buf":51,"\u3002c":[0,16,87],"\u3002callback":11,"\u3002centos":43,"\u3002column":[11,51,273],"\u3002command":82,"\u3002cpu\u30b3\u30a2":257,"\u3002ctrl\u30ad\u30fc":273,"\u3002cursor":69,"\u3002db":[11,38,54,263,273],"\u3002debian":[14,34],"\u3002drilldown":34,"\u3002eclipse":17,"\u3002ecmascript":137,"\u3002ftp":156,"\u3002functions":14,"\u3002gdb":[6,7,14],"\u3002geopoint":276,"\u3002gnr":197,"\u3002gnu":5,"\u3002google":198,"\u3002gqtp":[87,154,263],"\u3002grn":[11,197],"\u3002groonga":[0,3,24,25,26,27,29,31,32,34,40,41,42,43,44,47,73,76,82,92,137,155,156,157,198,199,201,209,212,216,218,222,247,260,273,275,277],"\u3002header":34,"\u3002hook":59,"\u3002host":263,"\u3002html":170,"\u3002http":[41,43],"\u3002id":[44,54],"\u3002int":41,"\u3002iptables":277,"\u3002jis":208,"\u3002json":44,"\u3002key":[68,264],"\u3002keys":68,"\u3002linux":247,"\u3002listen":34,"\u3002lz":92,"\u3002lz4":44,"\u3002make":156,"\u3002max":69,"\u3002memcached":44,"\u3002messagepack":[29,83],"\u3002min":69,"\u3002mroonga":[0,65],"\u3002mruby":[34,43],"\u3002munin":[24,25,27,31],"\u3002mysql":[24,25,27,31,216],"\u3002n":[118,148,266],"\u3002name":[51,54,68],"\u3002nginx":44,"\u3002null":[54,55,68],"\u3002obj":65,"\u3002offset":59,"\u3002openbsd":44,"\u3002optarg":55,"\u3002os":99,"\u3002output":[42,103],"\u3002pcre":157,"\u3002point":[168,169],"\u3002post":257,"\u3002postgresql":34,"\u3002rdbms":155,"\u3002rk":208,"\u3002rroonga":197,"\u3002ruby":212,"\u3002run":14,"\u3002scan":14,"\u3002set":156,"\u3002sql":137,"\u3002squeeze":14,"\u3002table":[68,72,102],"\u3002tag":272,"\u3002timeout":65,"\u3002tokendelimit":221,"\u3002tokenizer":34,"\u3002travis":21,"\u3002true":44,"\u3002tsv":[83,211],"\u3002unix":139,"\u3002utf":[41,160,203,205],"\u3002value":[65,78],"\u3002video":272,"\u3002windows":[5,34],"\u3002xml":83,"\u3002zlib":92,"\u3002zstandard":92,"\u300c#":36,"\u300c,":[103,142],"\u300c\"":155,"\u300c\u25cb":[43,112,114,115],"\u300c\u3059":34,"\u300c\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":121,"\u300c\u30d1\u30b9":158,"\u300c\u30e9\u30d9\u30eb":137,"\u300c\u4eba":92,"\u300c\u5024":[136,142],"\u300c\u52d5\u7684":137,"\u300c\u5e74":43,"\u300c\u5f0f":57,"\u300c\u6771\u4eac\u90fd":266,"\u300c\u697d\u3057":264,"\u300c\u697d\u3057\u3044":264,"\u300c\uff76":203,"\u300ca":213,"\u300calice":276,"\u300carray":121,"\u300cbill":264,"\u300cbilliard":264,"\u300cbob":276,"\u300cbuffer":121,"\u300ccharlie":276,"\u300cchunk":121,"\u300ccomments":276,"\u300cdelete":12,"\u300cgrand":276,"\u300cgroonga":[42,137,160,197,247],"\u300chello":137,"\u300cn":34,"\u300cnew":276,"\u300cnihon":218,"\u300cnippon":218,"\u300cparenthesized":34,"\u300cpopular":137,"\u300csenna":137,"\u300cthe":213,"\u300cthey":[213,214,215],"\u300cthread":34,"\u300cu":34,"\u300cusers":276,"\u300cview":12,"\u300d:":203,"\u300d\u3001":[42,272,276],"\u300d\u3002":197,"\u300d\u300c":[34,121],"\u300d\uff08":[103,137,142,264],"\u300d\uff09":34,"\u300d]":238,"\u3041\u3042\u3043\u3044\u3045\u3046":[204,225],"\u3042\u3042\u3044\u3044\u3046":[204,225],"\u3042\u3044\u3046":[204,225],"\u3042\u3044\u307e\u3044":142,"\u3042\u304d":278,"\u3042\u304d\u3089":42,"\u3042\u304f":50,"\u3042\u3052\u308b":[22,175,265],"\u3042\u305f\u308a":[36,38,121],"\u3042\u3063":[12,17,27,34,40,41,44,51,63,65,68,78,82,105,117,137,138,140,156,199,212,257,272],"\u3042\u3068":[12,17,99,247,267],"\u3042\u3068\u3082":86,"\u3042\u306a\u305f":[2,6,7,8,12,43,92,212,213,214,215],"\u3042\u307e\u308a":[10,34,68,92,142,155,275],"\u3042\u3089\u304b\u3058\u3081":[12,27,248],"\u3042\u3089\u3086\u308b":123,"\u3042\u3089\u308f\u3057":279,"\u3042\u308a":[0,1,2,3,5,6,7,8,10,11,12,13,14,16,17,18,19,23,24,25,27,29,31,32,33,34,38,40,41,42,43,44,47,49,50,54,57,61,63,65,68,69,70,73,78,80,82,83,86,91,92,93,96,97,98,99,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,123,124,127,129,130,131,132,133,136,137,138,139,140,141,142,143,144,145,146,147,148,149,153,155,156,157,160,163,167,170,171,172,173,174,175,178,179,181,184,193,197,200,201,202,203,204,205,206,208,209,211,212,213,214,215,216,217,218,219,220,222,223,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,255,257,261,263,264,266,267,268,270,271,273,275,276,277,279,280],"\u3042\u308b":[0,1,2,5,6,7,8,10,11,12,17,20,29,32,34,36,38,40,41,42,43,44,47,57,61,65,69,80,82,87,89,90,92,93,94,99,100,101,102,103,104,110,112,114,115,117,121,122,127,129,137,138,139,140,142,143,144,148,153,154,155,156,157,160,163,165,167,168,169,173,174,175,176,178,179,180,181,184,193,197,198,199,201,207,211,212,213,218,219,222,225,231,238,243,247,248,257,263,266,267,268,270,271,272,273,275,277,278,280],"\u3042\u308b\u3044":[0,11,27,34,42,51,67,68,82,92,105,117,122,142,144,157,168,169,174,198,199,247,263],"\u3042\u308c":[6,7,12,34,44,47,50,63,92,117,142,144,155,156,163,174,200,266],"\u3042\u308c\u3053\u308c":10,"\u3042\u308f\u305b":[158,216,247],"\u3042\u308f\u305b\u308b":40,"\u3042\u30a4\uff73":[204,225],"\u3044\u3044":[2,10],"\u3044\u3044\u306d":[112,114,115,137,198,199],"\u3044\u3046":137,"\u3044\u304d":[10,12,267,273],"\u3044\u304f":[3,4,22,44,85,134,137,148,212],"\u3044\u304f\u3064":[3,212],"\u3044\u304f\u3064\u304b":[1,2,8,11,12,14,27,29,34,41,43,44,78,92,98,103,104,105,112,114,115,117,118,121,129,130,133,137,138,142,146,148,151,160,162,179,198,199,202,212,213,216,228,247,256],"\u3044\u304f\u3089":[0,44],"\u3044\u305a\u308c":[78,82,248],"\u3044\u3063":[139,212],"\u3044\u3064":[34,218],"\u3044\u3066":[34,44],"\u3044\u307e":[135,267],"\u3044\u307e\u305b":[6,34,41,42,44,83,92,112,114,115,117,137,140,142,148,157,198,199,207,211,212,213,214,215,216,222,228,230,240,244,256,257,267],"\u3044\u307e\u307e\u3067":241,"\u3044\u308b":[0,6,7,10,11,12,14,17,18,21,25,29,31,34,35,36,37,38,39,40,41,42,43,44,47,48,51,54,59,63,65,66,68,69,70,80,83,86,88,89,90,91,92,93,94,95,99,101,102,104,105,106,107,111,112,113,114,115,119,120,121,122,123,124,125,129,131,132,133,134,135,136,137,139,142,143,145,147,148,149,153,155,156,157,158,160,163,167,171,172,173,174,179,181,184,198,199,200,202,208,211,212,213,214,215,216,217,218,219,220,222,226,227,228,230,231,232,233,234,242,245,246,257,261,264,266,267,268,270,271,272,273,275,276,277,278,280],"\u3044\u308c":[40,43,44,65,86,117,122,193,230,270,275],"\u3044\u308d\u3044\u308d":[22,269,276],"\u3044\u308f\u3086\u308b":272,"\u3044b":[264,266],"\u3046\u3048":[38,40],"\u3046\u3048\u3048":[204,225],"\u3046\u3061":[11,34,38,40,43,51,65,68,69,82,89,92,112,121,139,151,163,207],"\u3046\u3061\u3044":155,"\u3046\u3061\u3069\u308c":129,"\u3046\u3063\u304b\u308a":41,"\u3046\u307e\u304f":[3,4,22,43,44],"\u3047\u3048":[204,225],"\u3047\u304a":[204,225],"\u304a\u3044":[0,12,14,17,34,38,41,44,51,65,68,78,160,270,273],"\u304a\u304a\u3084\u3084\u3086\u3086":[204,225],"\u304a\u304b":29,"\u304a\u304b\u3052":212,"\u304a\u304b\u3057":36,"\u304a\u304b\u3057\u3044":44,"\u304a\u304b\u3057\u304f":36,"\u304a\u304d":[0,12,34,47],"\u304a\u304d\u307e\u3057\u3087":270,"\u304a\u304f":[12,199,270],"\u304a\u3051":[137,208],"\u304a\u3051\u308b":[0,33,40,41,198,248,270,272,273],"\u304a\u3053":[0,270],"\u304a\u3053\u306a\u3063":273,"\u304a\u3055\u3089\u3044\u3057":10,"\u304a\u3059\u3059\u3081":[104,174,257],"\u304a\u3059\u3059\u3081\u3057":[34,198,199,212,261],"\u304a\u305d\u3089\u304f":44,"\u304a\u3070":[34,35,38,41,43,44],"\u304a\u3070\u305f":[34,38,41,43,44],"\u304a\u3083":[204,225],"\u304a\u3088":49,"\u304a\u3088\u3073":[0,12,29,34,40,66,155,270,273],"\u304a\u3089":12,"\u304a\u308a":[34,42,280],"\u304a\u5f85\u3061":2,"\u304a\u77e5\u3089":22,"\u304a\u9858\u3044":[10,156],"\u304b\u3048\u308b":[43,184],"\u304b\u304b\u304d\u304d\u304f\u304f\u3051\u3051":[204,225],"\u304b\u304b\u3063":[34,83],"\u304b\u304b\u308a":[34,44,153,198,199,200,240],"\u304b\u304b\u308b":[68,133,153,200,273],"\u304b\u304b\u308f\u3089\u305a":34,"\u304b\u304c\u304d\u304e\u304f\u3050\u3051\u3052":[204,225],"\u304b\u304e\u308a":156,"\u304b\u3051":[41,90],"\u304b\u3051\u308b":[10,157],"\u304b\u3053\u308c":34,"\u304b\u3057\u3089":123,"\u304b\u305a":[40,42,44],"\u304b\u305a\u3072\u3053\u3055\u3093":40,"\u304b\u305f":[43,44],"\u304b\u3061":[137,264],"\u304b\u3061\u3083\u3093":[117,144],"\u304b\u3064":[34,41,69,137,153,199,264],"\u304b\u3069":[34,42,43,54,103,104,105,112,114,115,117,120,123,129,130,137,140,144,153,157,163,168,169,173,198,266,268,273,280],"\u304b\u3069\u3046":[29,34,43,44,87,96,104,109,115,122,132,136,150,163,179,184,266],"\u304b\u306a\u308a":42,"\u304b\u307e\u3044":273,"\u304b\u3082":[10,34,42,43,70,83,92,95,105,106,107,112,114,118,119,120,133,134,135,136,139,142,144,145,149,153,160,173,198,199,212,213,214,215,275],"\u304b\u3089":[0,3,9,11,12,17,22,23,30,33,34,35,36,38,39,40,41,42,43,44,47,51,54,61,65,68,69,82,83,91,92,95,99,102,103,104,105,112,114,115,117,120,121,122,124,129,131,132,133,137,138,139,140,142,144,145,147,153,154,155,156,157,163,167,168,171,172,174,175,178,180,181,184,193,194,197,198,199,200,201,202,207,211,212,213,214,215,218,219,220,221,222,227,228,230,231,232,233,234,238,240,242,244,248,257,260,263,266,267,270,273,275,276,279,280],"\u304b\u308b":34,"\u304b\u308f":34,"\u304b\u308f\u304b\u3063":129,"\u304b\u308f\u304b\u308a":34,"\u304b\u308f\u308a":[27,42,43,44,266],"\u304by":41,"\u304c\u3042\u308a":[12,19,121,137,167,211,216,226,227],"\u304c\u3042\u308c":[44,216],"\u304c\u3044":47,"\u304c\u3044\u304f\u3064\u304b":[114,121],"\u304c\u3053\u306e":198,"\u304c\u3059":[34,68,105,120],"\u304c\u3061":[92,228],"\u304c\u3063":[12,34,93,112,114,115,212,238,240],"\u304c\u3064\u3044":[36,40,70,80,137,216,222],"\u304c\u3064\u304d":153,"\u304c\u3069":[34,136,201,247],"\u304c\u3072\u3068\u3064":211,"\u304c\u308b":[34,275],"\u304c\u308f\u304b\u3063":92,"\u304c\u308f\u304b\u308a":[34,91,92,115,172,231,232,233,234,267,276],"\u304c\u308f\u304b\u308b":167,"\u304c\u308f\u304b\u308c":137,"\u304f\u3060":[0,2,6,7,8,12,17,24,25,27,28,29,30,31,32,34,40,41,42,43,44,49,64,80,85,86,87,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144,145,146,147,148,149,150,153,155,156,157,158,160,167,172,178,179,184,198,199,208,211,212,222,230,247,248,255,257,261,266,268,270,271,273,276,277,278,280],"\u304f\u308c":[10,241],"\u304f\u308c\u308b":[0,16,17,99,104],"\u3050\u3088\u3046":167,"\u3050\u308b":[34,43,44,197,198,199],"\u3050\u308b\u3093":[198,199,272],"\u3051\u3069":153,"\u3053\u3046":10,"\u3053\u3046\u3059\u308c":10,"\u3053\u3053":[12,21,83,106,137,140,198,199,202,211,266,267,270,273,276,280],"\u3053\u3053\u3055":[204,225],"\u3053\u3053\u3067":[12,267],"\u3053\u3054":[204,225],"\u3053\u3061\u3089":[17,160,172,175,179,211,273,275],"\u3053\u3068":[0,1,3,6,7,8,9,10,11,14,17,20,21,23,24,25,27,29,31,32,34,35,36,38,39,40,41,42,43,44,47,48,50,51,54,59,61,65,68,69,73,78,80,82,83,85,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,110,112,114,115,117,118,121,123,124,125,127,129,130,131,132,133,135,137,138,142,143,144,145,146,147,148,151,153,154,155,156,157,158,160,165,167,168,169,170,171,172,173,175,176,178,179,180,181,184,197,198,199,200,201,202,204,207,208,209,211,212,213,214,215,216,218,219,220,221,222,223,225,226,227,228,230,238,240,241,242,247,248,256,257,260,261,263,266,267,268,270,271,272,273,274,275,276,277,278,279,280],"\u3053\u306a\u3044":[42,43],"\u3053\u306e":[0,2,3,5,6,7,8,11,12,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,34,38,39,40,41,42,43,44,47,48,49,50,57,63,68,69,70,74,80,81,83,85,86,87,88,91,92,93,95,96,97,98,99,104,105,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,129,130,131,132,133,134,135,136,137,138,139,141,142,144,145,146,147,148,149,150,153,155,156,157,160,162,163,167,168,170,171,173,175,178,179,181,183,184,185,186,193,195,196,198,199,200,201,204,206,208,209,211,212,213,214,215,216,217,218,219,221,222,225,230,231,232,234,240,241,242,243,244,247,249,256,257,263,264,266,270,271,272,273,274,275,276,279,280],"\u3053\u308c":[0,6,7,8,11,12,16,17,18,29,33,34,38,40,41,42,43,44,47,50,55,73,80,86,88,91,92,95,104,105,106,107,108,112,113,114,115,117,120,122,124,125,129,131,132,133,137,138,142,145,148,155,157,160,163,167,171,178,179,181,184,185,198,199,200,202,211,212,213,214,215,216,218,219,220,221,222,228,230,238,240,242,247,257,263,264,266,268,270,271,275,276,279,280],"\u3053\u308c\u3089":[3,12,24,25,27,29,30,31,34,40,41,78,80,92,104,112,113,114,115,117,122,124,125,129,131,137,151,153,155,157,160,167,173,197,198,199,203,209,212,213,216,220,221,222,257,266,271,272,273,276],"\u3054\u3068":[9,12,34,40,41,43,44,54,105,113,139,148,170,179,213,247,267,268,274],"\u3054\u307f":[10,41],"\u3054\u3089\u3093\u304f":13,"\u3054\u89a7\u304f":[14,273],"\u3055\u3044":[0,2,6,7,8,12,14,17,24,25,27,28,29,30,31,32,34,40,41,42,43,44,49,64,80,85,86,87,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,139,140,141,142,144,145,146,147,148,149,150,153,155,156,157,158,160,167,172,178,179,184,198,199,208,211,212,222,230,247,248,255,257,261,266,268,270,271,273,276,277,278,280],"\u3055\u304c":267,"\u3055\u304d":270,"\u3055\u3056\u3057\u3058\u3059":[204,225],"\u3055\u3057\u3057\u3059\u3059\u305b":[204,225],"\u3055\u305b":10,"\u3055\u307e\u3056\u307e\u306a":[22,269,276],"\u3055\u3089":275,"\u3055\u3089\u306b":[0,33,42,43,80,82,112,114,115,220,222,267,272,273],"\u3055\u3093":[6,7,17,34,36,37,38,39,40,41,42,43,44,92,112,114,115,117,137,142,144,146,148,181,204,212,215,220,240,247,257,271],"\u3057\u3044":[264,266],"\u3057\u3046\u308b":42,"\u3057\u304b":[17,34,42,43,47,92,112,114,115,137,142,157,173,198,199,212,214,215,228,230,243,244,257,270,275],"\u3057\u304b\u3057":[17,34,115,117,123,137,199,211,212,215,230,247,257,264,266,275],"\u3057\u304d\u3044":34,"\u3057\u304d\u308c":40,"\u3057\u304f":41,"\u3057\u3059\u304e\u308b":34,"\u3057\u3064\u3064":14,"\u3057\u3066":[10,12,14,17,31,36,40,41,68,137,153,157,266,271,272,273],"\u3057\u306a\u3044":43,"\u3057\u306a\u304f":34,"\u3057\u307e":10,"\u3057\u307e\u3044":[10,34,129,144,156,214,219,266,270,278],"\u3057\u307e\u3046":[0,10,12,34,36,38,40,41,42,43,44,105,144,153,230],"\u3057\u307e\u3057":[34,41],"\u3057\u307e\u3057\u3087":[80,144,213,214,215,230,279],"\u3057\u307e\u3059":[112,114,115,137,160,179,198,199,220,241,242,264,276],"\u3057\u307e\u305b":[10,29,114,115,137,157,160,212,218,238,266],"\u3057\u307e\u3063":[34,42,44],"\u3057\u3084\u3059\u3044":160,"\u3057\u3084\u3059\u304f":[12,40,44],"\u3057\u3088":[11,34,38,41,44,49,54,62,95,96,105,117,144,145,167,200,270],"\u3057\u308a":10,"\u3057\u308c":[10,34,42,43,70,83,92,95,105,106,107,112,114,118,119,120,133,134,135,136,139,142,144,145,149,153,160,173,198,199,212,213,214,215,275],"\u3058\u304d":[86,181],"\u3058\u308b":34,"\u3059\u304e\u307e\u305b":272,"\u3059\u304e\u308b":[34,80],"\u3059\u304f":184,"\u3059\u3050":[0,34,133,138,160,257],"\u3059\u3053\u308c\u3089":137,"\u3059\u3067":[12,34,42,70,95,104,145,148,200,208,247,264],"\u3059\u306a\u308f\u3061":270,"\u3059\u3079":[11,34,38,42,43,82,90,91,103,104,105,107,112,114,115,116,117,121,129,132,137,144,145,148,150,153,156,157,173,193,199,218,222,230,247,257,263,276],"\u3059\u3079\u304d":11,"\u3059\u3079\u3066":[29,34,36,38,40,42,43,47,63,68,80,82,85,86,91,92,93,95,104,105,112,117,129,130,137,141,142,145,148,156,157,163,199,201,212,226,234,237,247,271,273],"\u3059\u308b":[0,1,2,3,4,9,11,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,47,49,50,51,54,55,57,59,61,62,63,64,65,66,67,68,69,70,71,73,74,78,82,83,84,85,88,89,90,91,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,118,120,121,123,124,125,127,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,150,152,153,154,155,156,158,160,163,164,165,167,168,169,170,171,172,173,174,175,176,178,179,180,181,183,184,185,186,193,195,196,197,198,199,200,201,202,204,207,208,209,211,212,213,214,215,216,217,220,222,223,225,226,227,228,230,231,238,240,241,242,243,244,245,246,247,248,256,257,260,261,263,264,265,267,269,270,272,273,274,276,277,278,279,280],"\u3059\u308b\u304b":271,"\u3059\u308c":[0,43,68,124,131,137,156,163,170,173,198,199,240,271,273],"\u305a\u305b":[204,225],"\u305a\u3064":[155,156,247,275],"\u305a\u306b":80,"\u305a\u308c":[0,11,68,82,105,110,155,167,248,263,270],"\u305b\u3044":[34,41,42,44],"\u305b\u3044\u305c\u3044":142,"\u305b\u304b\u306d":44,"\u305b\u305a":108,"\u305b\u306a":[198,199],"\u305b\u308b":[0,11,14,34,92,142,160,170,171,178,179,225,261],"\u305b\u308c":[0,91],"\u305d\u3046":[10,21,34,54,63,111,120,121,122,133,136,163,173,174,193,199],"\u305d\u3046\u3044\u3063":34,"\u305d\u3053":[12,114,137,266,270],"\u305d\u3053\u306b":143,"\u305d\u3053\u307e\u3067":34,"\u305d\u3057\u3066":[0,137,148,181,270,271,275,276],"\u305d\u305d\u305f":[204,225],"\u305d\u305e":[204,225],"\u305d\u3061\u3089":[29,34,44],"\u305d\u306e":[0,10,11,12,17,22,23,32,34,40,41,42,43,44,47,49,50,54,56,59,63,65,66,68,69,80,82,86,87,92,93,102,103,104,105,112,114,115,117,122,129,130,132,133,137,142,144,147,153,155,156,157,163,173,178,179,193,195,198,199,201,202,213,215,216,218,222,226,230,238,240,241,242,244,247,248,260,263,264,266,268,271,272,273,275,276,277,278,280],"\u305d\u306e\u305b\u3044":34,"\u305d\u306e\u307e\u307e":[12,34],"\u305d\u306e\u3088\u3046":102,"\u305d\u306e\u5f8c":[47,54,137,199],"\u305d\u306e\u969b":12,"\u305d\u308c":[11,12,17,27,28,32,34,36,43,61,65,69,71,92,93,104,112,115,137,142,144,157,172,175,195,198,199,212,221,230,248,264,266,270,271,273,275,279],"\u305d\u308c\u304b\u3089":[80,137],"\u305d\u308c\u305e\u308c":[6,7,8,11,14,29,34,42,65,68,83,105,137,142,148,155,160,173,179,193,199,209,222,263,264,266,270,271,273,275,280],"\u305d\u308c\u3086\u3048":[198,270],"\u305d\u308c\u3089":[12,34,43,47,49,51,70,104,117,137,138,144,151,154,211,212,257],"\u305d\u308d\u305d\u308d":273,"\u305d\u3093\u306a":[29,142],"\u305e\u3044":[114,115],"\u305e\u308c":[11,12,61,137,157,199,221],"\u305f\u3044":[6,7,8,16,24,25,27,28,29,31,33,34,38,42,44,47,51,68,91,92,95,112,113,117,118,120,123,129,134,135,136,137,142,144,146,148,153,155,156,157,160,172,174,178,198,211,212,218,221,226,228,230,240,241,248,263,270,271,272,273,275,277],"\u305f\u3044\u304f\u3064\u304b":44,"\u305f\u304b":[34,38,43,98,104,106,107,108,133,137,160,219],"\u305f\u304b\u3063":[219,279],"\u305f\u304f":[6,7,17,34,38,41,43,44,70,92,112,114,115,117,137,142,144,146,148,181,212,215,220,247,257,271],"\u305f\u3051\u3069":137,"\u305f\u3055\u3093":[34,35,38,41,43,44],"\u305f\u3059\u3079\u3066":137,"\u305f\u3060":[27,34,80],"\u305f\u3060\u3044":34,"\u305f\u3060\u304d":34,"\u305f\u3060\u3051":40,"\u305f\u3060\u3057":[33,34,35,38,41,42,43,44,69,78,114,121,139,155,198,199,212,238,264],"\u305f\u3060\u3061":[204,225],"\u305f\u3061":216,"\u305f\u3061\u3061\u3064\u3064":[204,225],"\u305f\u3068\u3048":[117,137,138,266],"\u305f\u3069\u3063":276,"\u305f\u3069\u308b":272,"\u305f\u3070\u304b\u308a":200,"\u305f\u3073":[12,44,82,156,280],"\u305f\u3076\u3093":29,"\u305f\u3079":225,"\u305f\u307b\u3046":137,"\u305f\u307e\u307e":[44,257],"\u305f\u3081":[0,1,2,3,4,6,7,12,14,17,19,21,22,23,24,25,27,29,30,31,32,34,38,40,41,42,43,44,47,50,55,57,61,68,69,70,73,76,80,83,85,87,89,92,95,102,103,104,105,106,112,114,117,121,122,123,129,130,136,142,144,145,153,154,155,156,157,158,160,163,164,167,168,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,201,202,211,212,213,214,215,216,218,219,221,222,225,226,227,238,240,241,242,244,247,257,261,263,264,266,268,270,271,272,273,274,275,276,278,280],"\u305f\u3081\u3057":280,"\u305f\u3089":[10,12,17,29,34,36,42,43,44,54,70,73,99,106,107,108,114,117,122,129,130,132,133,137,138,144,147,153,160,163,175,179,184,199,214,218,230,257,261,275],"\u305f\u308a":[0,3,10,34,42,43,44,59,104,105,136,137,142,197,212,222,248,261],"\u3060\u3044":[38,42],"\u3060\u304b\u3089":[112,115,137],"\u3060\u3051":[3,6,7,11,17,23,24,25,27,31,32,34,38,40,42,43,44,57,68,73,84,86,87,88,92,95,102,104,105,108,112,113,114,115,117,120,121,122,124,129,131,133,134,137,139,142,144,145,147,148,150,153,157,158,160,163,172,175,181,184,193,195,198,199,200,201,211,212,213,214,215,216,222,228,233,234,240,242,256,257,261,266,270,275],"\u3060\u3051\u304d\u3061\u3093":44,"\u3060\u3055\u3044":[0,3,12,13,14,17,18,19,21,23,29,30,31,34,40,42,43,63,80,83,91,92,112,113,114,115,117,120,121,123,130,137,139,142,144,157,160,173,178,179,193,198,199,205,211,212,216,218,249,257,263,271,273],"\u3060\u3057":[38,156],"\u3060\u3059":44,"\u3060\u3063":[34,40,43,44,68,82,104,122,137,199,266,267],"\u3060\u3068":10,"\u3060\u3089":105,"\u3061\u3083\u3093":272,"\u3062\u3064\u3065":[204,225],"\u3064\u3044":276,"\u3064\u304b":37,"\u3064\u304b\u3063":34,"\u3064\u304d":[33,34,42,44,80,88,134,135,137,147,172,211,214],"\u3064\u3051":[34,137,160,167],"\u3064\u3051\u308b":[10,42,44,80,137,260,278],"\u3064\u3064":[179,266],"\u3064\u3065\u3044":276,"\u3064\u3065\u304f":160,"\u3064\u3076\u3084\u304d":200,"\u3064\u307e\u308a":[12,43,92,99,137,148,238],"\u3065\u3051":[40,41,179],"\u3065\u3051\u308b":47,"\u3066\u304d":87,"\u3066\u304f":14,"\u3066\u307f\u307e\u3057\u3087":280,"\u3066\u308c":117,"\u3067\u3044":[34,43,137,199,270,276],"\u3067\u3044\u3046":[202,271],"\u3067\u304d":[0,1,6,7,8,10,11,12,13,14,17,18,21,24,25,26,27,28,29,31,33,34,35,36,38,40,41,42,43,44,47,48,50,51,54,55,57,59,61,65,68,69,73,78,80,82,83,84,85,86,87,88,91,92,93,95,96,97,98,99,103,104,105,106,107,108,112,113,114,115,116,118,120,121,122,123,124,125,129,131,132,133,134,135,136,137,138,140,142,145,146,147,148,151,153,154,155,156,157,158,160,163,164,165,167,168,169,170,171,173,174,175,176,178,179,180,181,184,193,197,198,199,200,201,202,204,207,208,209,211,212,213,214,215,216,218,219,220,221,222,223,225,226,227,228,230,238,240,241,242,243,244,247,256,257,260,261,263,266,267,268,270,271,272,273,274,275,277,278,279,280],"\u3067\u304d\u305a":34,"\u3067\u304d\u308b":[0,3,6,7,8,9,12,14,34,38,39,40,41,42,43,44,49,57,61,72,80,91,92,103,113,117,123,136,137,140,142,151,155,156,157,160,163,164,168,173,181,198,200,207,208,211,212,214,215,216,218,230,241,247,257,266,270,271,276,277,278],"\u3067\u304f":[3,21,23,42,80,92,137,142,160,178,199,211],"\u3067\u3053\u306e":[34,247],"\u3067\u3057":[30,34,42,43,44,199,213,267,270],"\u3067\u3057\u304b":[7,33,228,243],"\u3067\u3057\u3087":[0,6,7,20,29,34,42,92,105,121,122,129,137,153,160,199,200,271],"\u3067\u3059":[0,3,6,7,8,10,11,12,14,16,17,18,19,21,24,25,27,29,30,31,32,33,34,38,40,41,42,43,44,47,49,50,51,53,54,55,57,60,63,65,66,68,70,72,73,76,78,80,81,82,83,84,85,86,87,88,89,91,92,93,95,96,97,98,99,102,103,104,105,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,153,154,155,156,157,158,160,161,163,164,167,168,170,171,172,173,174,175,178,179,181,184,185,186,193,195,197,198,199,200,201,202,203,204,205,207,208,209,211,212,213,214,215,216,218,219,220,221,222,223,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,256,257,260,261,263,264,266,267,268,270,271,273,274,275,276,277,279,280],"\u3067\u3059\u306d":10,"\u3067\u3059\u3079\u3066":151,"\u3067\u305d\u3046":113,"\u3067\u3060\u3051":92,"\u3067\u3064\u306a\u3052\u308b":137,"\u3067\u3069":[113,140],"\u3067\u3069\u3053":87,"\u3067\u306a\u3051\u308c":[104,123,129,136,198,199],"\u3067\u306b":[34,44,105,120,124,131,200,266],"\u3067\u306e":[34,42,83,181,231,232,233,234],"\u3067\u306e\u307f":34,"\u3067\u306f":42,"\u3067\u307e\u3068\u3081":211,"\u3067\u307f":0,"\u3067\u3082":[0,14,17,19,23,24,25,27,29,31,32,34,38,40,41,42,43,44,47,87,104,115,117,129,137,142,144,156,157,160,170,171,179,181,184,208,212,215,216,218,222,240,241,263,264,266,273,275,277,280],"\u3067\u3082\u3059\u3079\u3066":[44,230],"\u3067\u3082\u3063\u3068\u3082":81,"\u3067\u3088\u308a":[34,42],"\u3067\u5024":[155,273],"\u3068\u3044\u3044":212,"\u3068\u3044\u3046":[0,9,10,12,14,17,29,34,38,40,41,42,43,44,47,57,80,82,85,86,89,92,99,104,106,107,108,112,114,115,118,120,121,123,124,125,129,131,132,133,134,137,139,140,142,144,147,148,151,153,155,156,157,158,160,167,171,178,179,181,184,197,198,199,202,209,211,212,213,214,215,216,218,219,222,226,227,228,230,231,232,233,234,238,240,243,244,247,248,257,263,264,266,267,270,271,272,273,275,276,277,280],"\u3068\u3044\u3051":[43,105,130,137,142,244,263,268,275],"\u3068\u3044\u3063":[27,40,41,42,43,44,80,105,112,114,115,117,123,137,153,167,197,198,199,201,222,257,280],"\u3068\u3048":[0,29,33,42,43,47,56,57,82,91,92,95,105,112,114,115,121,122,136,137,138,139,145,160,171,181,193,208,212,213,214,215,230,238,247,264,280],"\u3068\u304a\u308a":[33,104,129,156,270,271,280],"\u3068\u304d":[0,6,7,9,10,11,12,24,25,27,28,29,31,34,35,36,38,40,41,42,43,44,47,54,61,66,68,69,70,80,83,84,86,91,92,95,99,104,105,106,111,112,113,114,115,117,120,121,122,123,124,125,129,130,131,132,136,137,138,140,141,142,144,145,147,148,153,155,157,158,160,167,178,179,181,197,198,199,200,201,202,208,211,212,216,218,219,220,221,228,241,247,248,257,263,264,270,271,272,273,276,277],"\u3068\u304d\u3057\u304b":99,"\u3068\u304d\u3069\u304d":44,"\u3068\u3053\u306e":[117,129,137,212,218,247],"\u3068\u3053\u308d":[16,17,34,39,43,112,115,134,135,175,178,230],"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":80,"\u3068\u3055\u3089\u306b":[6,7],"\u3068\u3057":[11,34,41,42,44,47,54,95,117,135,137,144,145,154,155,156,157,167,175,199,200,211,218,219,220,221,230,238,248,270,272,275],"\u3068\u3057\u3066":[0,11,12,14,15,17,18,20,24,25,27,28,29,31,34,36,38,39,40,41,42,43,44,47,48,50,51,54,65,66,67,73,78,82,87,92,96,98,102,106,107,108,109,112,114,115,116,117,120,121,132,134,135,137,139,140,142,144,147,150,155,156,157,160,165,167,171,173,179,181,197,198,199,202,207,208,211,212,213,214,216,218,219,220,222,223,226,228,230,240,241,244,255,257,260,263,264,266,270,271,272,273,274,275,277,279,280],"\u3068\u3057\u307e\u3057\u3087":[275,279],"\u3068\u3057\u307e\u305b":49,"\u3068\u3059\u3050":200,"\u3068\u3059\u3079\u3066":[40,104,113,129,132,137,153],"\u3068\u3059\u308b":34,"\u3068\u3059\u308c":0,"\u3068\u305d\u306e":[82,85,117,129,160,214],"\u3068\u3063":157,"\u3068\u3064\u3044":280,"\u3068\u3066":[0,34,105,137,198,199,218,222,257],"\u3068\u3068":[16,17,204,225],"\u3068\u3068\u3082":63,"\u3068\u3068\u3082\u306b":270,"\u3068\u3069":[91,204,217,225],"\u3068\u306a\u3063":41,"\u3068\u306a\u308a":[34,122,171,181,198,257,277],"\u3068\u306e":[43,44,114,115,199],"\u3068\u307f":[41,137,158,198],"\u3068\u3082":[34,43,92,112,114,115,129,137,156,173,181,184,198,199,244,247,268,280],"\u3068\u3082\u3063\u3068":29,"\u3068\u3088\u3044":29,"\u3068\u308a":[14,44,54,172,175,195],"\u3068\u308a\u3068\u3093":[198,199],"\u3068\u308b":65,"\u3068\u308f\u304b\u308a":[216,267],"\u3068\u308f\u304b\u308b":12,"\u3069\u3046":[10,34,35,40,43,55,65,90,92,94,98,100,106,107,108,110,112,114,115,117,121,137,153,157,160,193,230,266,271],"\u3069\u304a\u308a":[34,44],"\u3069\u3053":[29,34,38,42],"\u3069\u3061\u3089":[19,34,43,44,54,76,114,144,160,220,257,273,275],"\u3069\u3061\u3089\u304b":[33,171,181,198,199],"\u3069\u306e":[29,34,137,148,167,168,199,207,212,219,271,275],"\u3069\u306e\u304f\u3089\u3044":34,"\u3069\u308c":[34,83,92,93,104,105,106,107,108,113,117,129,130,132,136,137,142,144,178,199,230,257],"\u3069\u3093":143,"\u3069\u3093\u306a":[34,160],"\u306a\u3044":[0,9,11,12,14,17,21,23,29,30,33,34,35,36,37,38,39,40,41,42,43,44,47,50,54,55,63,65,68,69,70,80,82,83,86,88,89,91,92,93,96,97,99,103,104,105,111,112,113,114,115,120,121,122,123,129,130,133,134,135,136,137,138,139,140,142,147,148,153,154,155,156,157,158,160,164,170,171,172,174,178,181,184,193,197,198,199,200,207,209,211,212,213,214,215,216,218,219,220,222,227,228,230,238,240,241,242,243,244,263,264,266,268,270,271,273,275,276,278],"\u306a\u304a":[12,198,264],"\u306a\u304a\u3053\u306e":156,"\u306a\u304a\u3057":42,"\u306a\u304a\u3059":[42,132],"\u306a\u304b":[10,34,129],"\u306a\u304b\u3063":[34,40,42,43,44,82,84,86,90,94,100,106,107,108,110,117,123,132,137,138,153,155,156,163,179,184,199,212,214,266,273],"\u306a\u304c\u3089":[0,12,40,112,114,115,137,148,160,230,273],"\u306a\u304c\u308a":34,"\u306a\u304c\u308b":40,"\u306a\u304e":184,"\u306a\u304f":[0,3,10,12,21,29,34,35,36,38,40,41,42,43,44,47,54,65,93,104,106,111,115,117,121,124,129,131,137,142,144,153,156,157,163,179,181,184,193,197,198,199,207,208,212,213,214,215,222,233,234,247,257,261,270,271,273,275,279],"\u306a\u304f\u3059":104,"\u306a\u3051\u308c":[21,29,34,40,44,50,51,54,57,62,63,65,68,76,80,87,91,92,93,95,105,111,112,114,115,117,122,129,133,137,142,145,155,156,157,158,160,163,172,173,174,178,184,198,199,211,212,213,214,215,221,270],"\u306a\u3055":[158,180],"\u306a\u3055\u3093":3,"\u306a\u3057":[34,41,42,43,47,69,82,87,88,115,121,123,129,137,147,155,168,172,179,184,198,204,219,225,238,240,241,248,256,263,270],"\u306a\u3059":169,"\u306a\u305c":[6,7,8,33,34,43,47,91,92,99,104,112,114,115,117,121,122,129,137,142,147,153,160,178,193,198,199,202,208,212,213,214,215,218,219,227,228,230,231,232,233,234,240],"\u306a\u305c\u306a\u3089":114,"\u306a\u305f":[43,216],"\u306a\u3063":[0,6,7,8,10,12,14,34,36,38,39,40,41,42,43,44,80,82,83,89,99,105,106,114,121,137,148,198,199,201,214,216,218,247,257,261,266,267,270,273,275,276,277],"\u306a\u3068":[34,204,225],"\u306a\u3068\u304d":[0,34],"\u306a\u3068\u3057\u3066":225,"\u306a\u3069":[0,5,6,7,8,11,12,13,17,20,29,34,38,40,42,43,44,47,55,65,82,89,91,92,104,105,111,121,122,123,134,135,137,142,148,151,155,156,160,170,171,173,181,193,197,198,199,200,207,211,212,213,214,215,218,219,221,222,230,243,248,257,264,266,270,273,274,276,277],"\u306a\u306a\u3069":[198,199],"\u306a\u306b":[70,92,112,117,123,129,144,218],"\u306a\u306b\u3088\u308b":[34,240],"\u306a\u306b\u5bfe\u3057":[198,199],"\u306a\u306e":[43,218],"\u306a\u3073":[34,43,44],"\u306a\u3078":34,"\u306a\u3082\u306e":[51,212],"\u306a\u3084\u308a\u304b\u305f":279,"\u306a\u3088\u3046":44,"\u306a\u3089":[6,7,8,11,14,21,24,25,27,31,33,34,40,41,42,43,44,47,51,55,63,65,68,80,82,86,91,92,99,102,104,107,112,114,115,117,121,122,127,129,136,137,138,139,142,147,153,155,156,157,160,172,178,193,198,199,202,208,212,213,214,215,218,219,227,228,230,231,232,233,234,240,247,268,275],"\u306a\u308a":[0,6,7,8,10,12,21,33,34,38,40,41,42,43,44,47,50,51,54,55,57,63,65,68,76,78,80,82,83,86,87,88,90,91,92,99,101,104,105,106,107,108,111,112,114,115,117,121,122,123,124,125,129,130,131,132,133,136,137,138,139,140,141,142,144,145,147,153,155,156,157,158,160,167,168,173,178,181,198,199,200,203,208,209,211,212,213,214,215,216,218,219,221,226,228,241,242,245,246,248,260,263,266,270,271,272,273,275,276,277,278,280],"\u306a\u308b":[0,10,11,12,17,23,24,25,27,29,31,32,34,35,36,37,40,41,42,43,44,54,55,65,70,90,92,101,102,103,104,106,107,108,111,112,114,115,117,121,122,132,136,137,142,144,153,155,156,157,160,163,168,169,174,178,179,181,198,199,200,204,216,221,225,240,247,248,266,270,271,273],"\u306a\u308c":82,"\u306a\u308f":44,"\u306a\u3093":82,"\u306b\u3042\u308a":[6,7,8,18,118,142],"\u306b\u3044\u304f\u3064\u304b":[41,43],"\u306b\u304a\u3044":[26,34,82,270],"\u306b\u304a\u3059\u3059\u3081":104,"\u306b\u304d":34,"\u306b\u304f\u3044":[0,34],"\u306b\u304f\u3044\u304b":230,"\u306b\u304f\u304f":43,"\u306b\u304f\u3089\u3079":275,"\u306b\u304f\u308b":266,"\u306b\u3057":[41,42,43,47,105,113,137,178,198,199],"\u306b\u3059":[44,266],"\u306b\u3059\u3050":200,"\u306b\u3059\u3079\u3066":91,"\u306b\u3059\u308b":[33,34,257],"\u306b\u305b":34,"\u306b\u305d\u306e":160,"\u306b\u3064":[34,40],"\u306b\u3064\u3044\u3066":[0,3,7,11,12,18,19,20,21,24,25,27,28,29,30,31,34,38,40,41,42,43,47,49,61,65,69,80,81,82,83,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,152,153,155,160,162,165,167,168,169,171,176,179,180,184,198,208,211,212,213,214,215,216,218,219,221,226,228,240,247,248,249,255,257,263,264,267,268,270,271,273,274,275,276,280],"\u306b\u3064\u304d":201,"\u306b\u3064\u3051":199,"\u306b\u3064\u3076\u3084\u3051":10,"\u306b\u3064\u3076\u3084\u3051\u308b":10,"\u306b\u3066":[12,40,41,43,167],"\u306b\u3068\u3063":[10,43],"\u306b\u3068\u3063\u3066":[10,148,228],"\u306b\u3069":[11,34,137],"\u306b\u307e\u3068\u3081":[12,44],"\u306b\u307e\u3068\u3081\u308b":44,"\u306b\u3082":[44,137,212,264],"\u306b\u3088":40,"\u306b\u3088\u304f":[34,92,142,213],"\u306b\u3088\u3063":[0,9,11,34,41,54,65,68,80,82,89,90,94,100,101,103,110,127,143,154,155,158,197,238,241,263,264,270,272,273],"\u306b\u3088\u3063\u3066":[0,14,34,41,54,78,82,266,270,273],"\u306b\u3088\u308a":[0,12,33,34,40,41,42,43,44,89,92,105,137,157,167,230,248,257,260,263,266,270,273,275,277,278],"\u306b\u3088\u308b":[0,10,12,22,34,38,39,40,41,42,43,129,155,157,167,199,242,248,269,270,273,276,280],"\u306b\u5bfe\u3057":[0,11,12,34,35,40,41,42,43,44,59,65,68,80,91,92,115,122,124,129,130,131,133,137,140,150,153,154,173,184,198,199,212,214,221,230,264,271,272,273,275,279,280],"\u306b\u5bfe\u3057\u7570":179,"\u306b\u5bfe\u3059\u308b":[0,11,12,22,34,36,38,41,42,43,44,69,92,116,122,133,136,137,140,144,160,269,270,272,273,276,277],"\u306b\u5bfe\u5fdc":[34,38,39,40,42,51,54,59,62,65,66,68,71,112,114,115,155,158],"\u306b\u5bfe\u5fdc\u4ed8\u3051":218,"\u306b\u5bfe\u8c61":38,"\u306b\u6708":34,"\u306b\u95a2\u3057":[11,34,41,43,44,54,114,115,156],"\u306b\u95a2\u3059\u308b":[2,22,34,38,39,40,41,42,43,44,46,64,69,136,157,198,199,201,218,247,276],"\u306b\u95a2\u308f\u3089":104,"\u306e\u3042\u3068":40,"\u306e\u3044":[0,11,68,82,105,110,155,167,248,263],"\u306e\u3044\u305a\u308c":[34,63,93,279],"\u306e\u3044\u305a\u308c\u304b":[67,68,71,168,169],"\u306e\u3046\u3061":[93,160,198],"\u306e\u304b":[34,137,264,267,276],"\u306e\u304b\u308f\u308a":[42,44],"\u306e\u304f\u3089\u3044":[34,92,247],"\u306e\u3059":99,"\u306e\u3059\u3079\u3066":[112,114,115,137,147,257],"\u306e\u305e\u3044":230,"\u306e\u3067":[0,1,10,12,17,21,32,34,38,40,41,42,43,44,83,91,104,112,114,115,129,134,135,137,142,157,158,163,167,179,184,199,211,218,247,257,261,264,266,267,268,270,273,275,276],"\u306e\u3067\u3057\u3087":[137,212],"\u306e\u3069":[34,193],"\u306e\u3069\u3061\u3089":[137,160,199],"\u306e\u3069\u3061\u3089\u304b":[137,163,198,199],"\u306e\u3069\u308c":[92,142,155,160,193,218],"\u306e\u306b":[22,34,40,41,42,44,104,111,118,146,228,242,265,271],"\u306e\u306b\u5bfe\u3057":54,"\u306e\u307b\u304b":[248,270],"\u306e\u307f":[0,11,12,17,21,34,42,43,44,50,51,65,66,68,69,72,78,103,104,111,114,115,117,121,129,133,137,138,139,140,153,157,170,171,178,179,181,184,205,207,212,216,218,230,240,242,243,244,264,266,267,270,273,275,278],"\u306e\u307f\u3057\u304b":220,"\u306e\u3088\u3046":[34,41,42,43,44,47,50,86,93,137,142,151,155,160,178,197,198,199,212,213,230,241,243],"\u306f\u3042\u306a\u305f":6,"\u306f\u3044":270,"\u306f\u3044\u304f\u3064\u304b":[33,49,83,144,153,198,257],"\u306f\u3044\u3051":[34,54,65,92,102,107,129,153,160,199],"\u306f\u3044\u3064":34,"\u306f\u3044\u308f\u3086\u308b":43,"\u306f\u304d\u3063\u3068":212,"\u306f\u3053\u306e":[34,43,122,136,137,139,184,215,230,268],"\u306f\u3057":34,"\u306f\u3058\u307e\u308a":82,"\u306f\u3058\u307e\u308b":34,"\u306f\u3058\u3081":[17,22,46,82,92,140,204,217],"\u306f\u3058\u3081\u308b":105,"\u306f\u3059\u3079\u3066":[88,92,96,97,98,99,104,105,106,107,108,112,114,120,121,122,123,126,129,130,132,134,135,136,137,138,139,142,144,146,147,148,157,171,173,197,199,203,214,215,230,273],"\u306f\u305a":[18,34,40,156,204,212,240,247],"\u306f\u305d\u306e":54,"\u306f\u305d\u308c\u3089":117,"\u306f\u3061\u3087\u3046":199,"\u306f\u3068":222,"\u306f\u3069":[92,137,142,218],"\u306f\u3069\u3061\u3089":[160,257],"\u306f\u3069\u3061\u3089\u304b":[198,199],"\u306f\u3069\u308c":199,"\u306f\u306a\u304f":212,"\u306f\u307b\u3068\u3093\u3069":137,"\u306f\u307e\u305a":12,"\u306f\u307e\u3060":[115,215,257],"\u306f\u307f":3,"\u306f\u308f\u304b\u308a":34,"\u306f\u6708":[199,216],"\u3070\u3042":216,"\u3070\u3044\u3051":[21,29,34,40,44,51,54,57,62,65,68,76,80,91,92,93,95,104,105,112,114,115,123,129,137,142,145,157,158,160,178,184,198,199,211,212,213,214,215],"\u3070\u304b\u308a":[12,43],"\u3070\u3053\u306e":43,"\u3070\u3059\u3079\u3066":230,"\u3070\u305d\u306e":275,"\u3070\u3069":47,"\u3070\u3071":[204,225],"\u3070\u308c\u308b":36,"\u3072\u3053\u3055\u3093":[40,42,44],"\u3072\u3068\u3064":[40,165,198],"\u3072\u3072\u3072\u3075\u3075\u3075":[204,225],"\u3072\u3073\u3074\u3075\u3076\u3077":[204,225],"\u3072\u3089":[34,178,198,199,204,208,218,225,230],"\u3072\u308d":278,"\u3072\u308d\u3086\u304d":278,"\u3075\u306a\u3068":42,"\u3075\u308a":140,"\u3076\u3093":10,"\u3078\u3059\u3079\u3066":[43,91],"\u3078\u3068":[42,137,268,277,279],"\u3078\u306e":[29,34,270],"\u3078\u3079\u307a":[204,225],"\u3078\u307b\u307b\u307b":[204,225],"\u3079\u304d":[6,7,8,12,34,43,44,65,93,114,121,123,129,132,137,153,155,157,160,199,203,263],"\u3079\u304f":273,"\u3079\u3066":[44,47,114,116,121,137,157,271],"\u3079\u30fc\u30b9":42,"\u307b\u3046":42,"\u307b\u304b":[0,270],"\u307b\u3057\u3044":34,"\u307b\u3057\u304f":137,"\u307b\u3068\u3093\u3069":[34,43,54],"\u307b\u3069":[34,140,142,153,155,230,261,270,273],"\u307b\u307c":[34,199],"\u307b\u307c\u307d":[204,225],"\u307e\u3057":[6,7,8,10,12,17,18,34,38,40,41,42,43,44,92,104,112,114,115,137,142,157,167,198,199,202,212,219,228,241,266,267,271,272,276],"\u307e\u3057\u3087":[112,114,115,137,167,272,273],"\u307e\u3059":[0,1,2,3,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,38,40,41,42,43,44,47,48,49,50,51,52,54,55,56,57,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,76,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,160,161,162,163,164,165,167,168,169,170,171,172,173,174,175,176,178,179,180,181,182,183,184,185,186,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,211,212,213,214,215,216,217,218,219,220,221,222,223,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,255,256,257,260,261,263,264,266,267,268,270,271,272,273,274,275,276,277,278,279,280],"\u307e\u305a":[12,17,29,32,156,157,185,186,193,199,204,264,266,267,271,273,275,276,279],"\u307e\u305b":[0,6,7,10,12,17,25,29,33,34,38,40,41,42,43,44,47,49,50,51,54,57,61,62,63,65,68,69,70,73,74,76,78,80,83,85,87,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,111,112,113,114,115,116,117,118,119,120,121,122,123,127,129,130,132,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,149,153,155,156,157,158,160,163,167,171,173,178,179,181,184,193,198,199,200,202,203,205,207,211,212,213,214,215,216,218,219,220,221,222,227,228,230,231,232,233,234,235,236,237,238,239,240,242,243,244,245,246,247,248,255,257,261,263,264,266,268,270,271,273,275,277,279],"\u307e\u305f":[3,5,8,12,14,19,21,29,34,38,39,42,43,44,47,51,54,68,70,76,83,89,90,91,92,93,94,99,100,101,103,104,106,107,108,110,112,114,115,121,122,123,127,129,132,133,137,142,143,150,153,155,156,157,158,163,167,171,181,193,198,199,201,209,212,216,222,238,240,248,257,267,276,278,280],"\u307e\u305f\u3044":[34,40,112,114,115,167,216],"\u307e\u305f\u3050":[22,40,167,269],"\u307e\u3060":[12,34,38,41,42,44,82,115,134,135,137,139,140,160,181,199,213,216,263],"\u307e\u3064\u308f":41,"\u307e\u3067":[11,12,17,33,34,41,42,44,49,50,86,92,105,112,117,137,155,156,163,200,212,222,247,267,271,273,275,276,278],"\u307e\u3068\u3081":[10,42],"\u307e\u3068\u3081\u3066":[0,12,270,271],"\u307e\u3068\u3081\u308b":[157,238],"\u307e\u307e":[10,12,34,41,43,63,82,144,153,160,199,271],"\u307e\u307e\u3067":266,"\u307e\u308a":[43,137],"\u307e\u308b":34,"\u307e\u308d\u3086\u304d":278,"\u307e\u308f\u3059":137,"\u307e\u308f\u308a":3,"\u307f\u304c":11,"\u307f\u305f\u3059":276,"\u307f\u3066":280,"\u307f\u306a\u3055":11,"\u307f\u306a\u3057":44,"\u307f\u307e\u3057\u3087":[112,137,144,199,213,214,215,242,244,270,271,272,273,275,276,279,280],"\u3080\u3089":34,"\u3080\u308b":[198,199],"\u3080\u308b\u3093":[198,199],"\u3082\u3044\u308d\u3044\u308d\u3057":112,"\u3082\u3046":[40,54,63,104,157,165,200,242,270,275],"\u3082\u3046\u307e\u304f":29,"\u3082\u304b\u304b\u308f\u3089":[34,242],"\u3082\u304d\u3061\u3093":157,"\u3082\u3053\u306e":[34,104],"\u3082\u3057":[6,7,21,29,33,34,41,42,43,44,50,63,70,83,85,86,87,92,99,104,105,106,108,114,115,117,122,129,130,132,133,137,138,139,142,144,153,156,157,158,163,167,173,174,175,179,184,198,199,211,212,213,214,216,247,257,275],"\u3082\u3057\u3042":43,"\u3082\u3057\u304b\u3057":230,"\u3082\u3057\u304f":[12,27,40,41,42,43,68,69,104,109,114,129,157,163,170,171,181,198,199,248,263,268,270,275],"\u3082\u3057\u3053\u306e":[122,268],"\u3082\u3057\u3054":40,"\u3082\u3057\u307e\u305b":70,"\u3082\u3057\u308c":[211,230,240],"\u3082\u3057\u4f7f\u3063":107,"\u3082\u3057\u547c\u3070":34,"\u3082\u3057\u578b":136,"\u3082\u3057x":41,"\u3082\u3059":[124,131],"\u3082\u3059\u3050":138,"\u3082\u305b":153,"\u3082\u3061\u308d\u3093":[156,271],"\u3082\u3063\u3068":[6,7,137],"\u3082\u3063\u3068\u3082":[14,85],"\u3082\u3064":[43,102,271],"\u3082\u3068":[12,34,267],"\u3082\u3068\u3082":34,"\u3082\u3069\u3061\u3089":215,"\u3082\u306e":[11,12,17,32,34,40,41,42,43,44,50,68,69,82,112,114,115,117,122,136,137,153,154,155,156,157,167,168,174,178,180,203,212,213,215,219,226,241,263,270,273,275],"\u3082\u3088\u308a":215,"\u3082\u3089\u3048":10,"\u3082\u3089\u3048\u308b":10,"\u3082\u3089\u3063":[12,273],"\u3082\u308a":43,"\u3082\u308c\u308b":43,"\u3084\u304c":82,"\u3084\u3057":137,"\u3084\u3059":34,"\u3084\u3059\u3044":[35,43,137,155,171,181,197],"\u3084\u3059\u3044\u304b":211,"\u3084\u3059\u304b\u3063":34,"\u3084\u3059\u304f":[34,36,42,84,137],"\u3084\u3059\u304f\u3057":[34,43],"\u3084\u305d\u306e":102,"\u3084\u3063":[92,193],"\u3084\u307e":42,"\u3084\u307e\u3060":42,"\u3084\u307e\u306d":[41,42],"\u3084\u3081":[34,38,41,42,43,44,86],"\u3084\u3081\u307e\u3057\u3087":[213,214,215],"\u3084\u3081\u308b":44,"\u3084\u3085\u3086\u3087":[204,225],"\u3084\u3089":12,"\u3084\u308a":[19,279],"\u3086\u304d":278,"\u3086\u304d\u3072\u308d":278,"\u3086\u308c":[34,240,241],"\u3088\u3044":[17,65,91,92,104,121,137,160,198,199,257,271,275],"\u3088\u3046":[0,6,7,8,10,11,12,14,21,26,29,34,35,36,38,39,40,41,42,43,44,47,51,63,68,80,82,83,85,89,91,92,99,102,103,104,105,111,112,113,114,115,117,118,120,121,122,123,124,125,129,130,131,133,137,138,141,142,144,145,148,155,156,157,160,167,168,171,179,181,184,198,199,200,202,204,207,211,212,213,214,215,216,217,220,222,225,226,227,230,238,240,241,242,244,245,246,247,257,261,263,264,266,267,268,270,271,272,273,275,276,277,278,279,280],"\u3088\u304b\u3063":266,"\u3088\u304f":[34,44,80,92,104,112,114,115,137,155,163,212,228],"\u3088\u3063":280,"\u3088\u3063\u3066":[76,148,207,248,274,280],"\u3088\u3073":11,"\u3088\u308a":[6,7,11,18,23,29,34,36,38,40,41,42,43,44,63,69,80,86,92,99,114,121,122,133,137,142,153,155,156,157,167,168,170,171,174,198,199,200,201,211,212,213,214,215,218,221,230,240,243,247,248,264,266,270,271,275,276],"\u3088\u308e\u308f":[204,225],"\u3088\u308f\u308f\u304b\u304b\u3051\u3051":[204,225],"\u3089\u308c":[0,10,11,34,36,38,40,41,44,50,63,90,91,93,102,114,122,133,137,143,148,222,240,241,273,275,279],"\u3089\u308c\u308b":[0,11,40,41,42,44,51,69,212,264],"\u308c\u305a":[44,82],"\u308c\u307e\u305b":[29,43,47,68,82,89,129,130,137,138,144,155,170,201,211,275],"\u308c\u3084\u3059\u304f\u3057":34,"\u308c\u308b":[0,9,11,12,14,17,29,34,38,40,41,42,43,44,47,50,54,59,63,66,69,70,78,80,82,88,89,104,112,113,114,115,118,133,134,135,137,140,142,144,155,156,163,167,174,181,184,200,202,207,212,218,219,221,222,225,228,241,242,244,248,263,264,266,273,280],"\u308f\u304b\u3061":264,"\u308f\u304b\u3063":153,"\u308f\u304b\u3089":137,"\u308f\u304b\u308a":[34,36,42,43,137,230,271],"\u308f\u304b\u308b":42,"\u308f\u304b\u308c":137,"\u308f\u3051":[105,123,137,146,148,199,218,247,270],"\u308f\u305f\u3057":225,"\u3092\u304a\u3053":276,"\u3092\u304b\u308f\u308a":63,"\u3092\u3054":14,"\u3092\u3054\u89a7\u304f":[0,18],"\u3092\u3064\u3051":[137,198],"\u3092\u3064\u3051\u308b":[6,7,199],"\u3092\u3088\u308a":44,"\u3092\u901a\u3057":[155,273],"\u3093\u304c":[198,199],"\u3093\u3057":[107,120,153],"\u3093\u3057\u304d":197,"\u3094\u3041":34,"\u3094\u3043":34,"\u3094\u3049":34,"\u3094\u3094":34,"\u3095\u304b":[204,225],"\u3096\u3051":[204,225],"\u309d\u309e":[204,225],"\u30a1\u30a2\u30a3\u30a4\u30a5\u30a6\u30a7\u30a8\u30a9\u30aa\u30e3\u30e4\u30e5\u30e6\u30e7\u30e8\u30ee\u30ef":[204,225],"\u30a2\u30a1\u30a4\u30a3\u30a6\u30a5\u30a8\u30a7\u30aa\u30a9":[204,225],"\u30a2\u30a2\u30a4\u30a4\u30a6\u30a6\u30a8\u30a8\u30aa\u30aa\u30e4\u30e4\u30e6\u30e6\u30e8\u30e8\u30ef\u30ef\u30ab\u30ab\u30b1\u30b1":[204,225],"\u30a2\u30ab\u30a6\u30f3\u30c8":[2,12,42],"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":10,"\u30a2\u30af\u30bb\u30b5":[34,44,65],"\u30a2\u30af\u30bb\u30b5\u30fc":[34,43],"\u30a2\u30af\u30bb\u30b9":[12,17,34,36,38,40,41,42,44,47,49,68,95,137,145,154,155,157,158,247,270,277],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[157,218,219,221,256,261],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[80,137],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":[92,142],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[12,34,42,43,44,256],"\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8":34,"\u30a2\u30c9\u30ec\u30b9":[38,68,155,156,160,263,277],"\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30a2\u30d4\u30fc\u30eb":12,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[0,20,34,60,137,155,199,201],"\u30a2\u30e1\u30ea\u30ab":167,"\u30a2\u30e9\u30fc\u30c8":[155,201],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[88,167,197,215],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[42,69,92,112,114,115,137,142,148,212,219,230,233,234,236,237,264,266],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":40,"\u30a2\u30f3\u30ab\u30fc":43,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[78,92,142],"\u30a2\u30f3\u30c0\u30fc\u30d5\u30ed\u30fc":34,"\u30a2\u30f3\u30d1\u30c3\u30af":34,"\u30a2\u30f3\u30de\u30c3\u30d7":[34,43,99],"\u30a2\u30f3\u30ed\u30c3\u30af":34,"\u30a2\u30fc\u30ab\u30a4\u30d6":[12,17,32],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[3,4,22],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u30fc":[42,155],"\u30a4\u30bf\u30ea\u30a2":34,"\u30a4\u30d9\u30f3\u30c8":43,"\u30a4\u30d9\u30f3\u30c8\u30ed\u30b0":43,"\u30a4\u30e1\u30fc\u30b8":[22,23,34],"\u30a4\u30f3\u30af\u30ea\u30e1\u30f3\u30c8":[34,85],"\u30a4\u30f3\u30af\u30eb\u30fc\u30c9":43,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[12,38],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[22,23,43],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[0,3,12,21,22,24,25,26,27,28,29,30,31,32,34,36,38,40,41,43,44,154,155,156,158,226,240,261],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":38,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[36,38],"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":[41,43],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[3,40],"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[0,156,197],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":[34,105,160,209],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9":34,"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":21,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[22,34,36,38,40,41,42,43,44,46,51,61,63,76,80,89,90,93,94,103,104,112,113,114,115,117,121,129,136,137,142,144,146,153,198,199,207,214,215,222,228,243,266,269,273,276],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[22,34,35,41,42,43,44,46,61,63,65,76,89,93,104,121,122,129,132,136,137,146,153,173,178,198,199,212,214,215,269,272,275],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":[33,34,121],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30fc\u30c1":173,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[34,41,92],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30da\u30fc\u30b8":34,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30e2\u30b8\u30e5\u30fc\u30eb":43,"\u30a4\u30f3\u30c7\u30f3\u30c8":63,"\u30a4\u30f3\u30dd\u30fc\u30c8":40,"\u30a4\u30f3\u30e1\u30e2\u30ea":34,"\u30a6\u30a3\u30f3\u30c9\u30a6":[22,34,44,46],"\u30a6\u30a4\u30f3\u30c9\u30a6":[34,112,114,115],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[155,157,158],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":155,"\u30a6\u30a9\u30fc\u30e0\u30a2\u30c3\u30d7":[155,157],"\u30a8\u30a4\u30ea\u30a2\u30b9":[22,34,43,46,109],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":36,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[29,34,64,137,155],"\u30a8\u30b9\u30b1\u30fc\u30d7":[34,40,41,42,57,170,171,181,199],"\u30a8\u30c7\u30a3\u30bf":17,"\u30a8\u30e9\u30fc":[12,22,23,24,25,27,29,31,32,34,35,38,39,40,41,42,43,44,50,51,54,55,57,65,73,82,87,90,91,92,94,96,98,99,100,102,104,106,107,108,109,110,112,114,115,117,123,124,125,129,130,131,132,137,138,141,142,144,145,150,155,198,201,265,267],"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[34,40,42,44,273],"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[38,40,42],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,22,34,35,36,38,39,40,41,42,43,44,82,83,265],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":40,"\u30a8\u30e9\u30fc\u30ed\u30b0":[261,267],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[29,34,35,42,43,44,54,56,57,63,199,203,205],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u30b3\u30f3\u30d0\u30fc\u30bf\u30fc":34,"\u30a8\u30f3\u30b3\u30fc\u30c9":[36,160,203],"\u30a8\u30f3\u30b8\u30f3":[0,137,212,213,214,215,270,272],"\u30a8\u30f3\u30c8\u30ea":[50,51,112,114,115,137,184,198,199],"\u30a8\u30f3\u30c8\u30ea\u30fc":[43,112,114,115,137],"\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8":160,"\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8uri":160,"\u30aa\u30b9\u30b9\u30e1":[6,7,8,23,24,25,27,31,32,47,137,157,212,228,230],"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":36,"\u30aa\u30d5\u30bb\u30c3\u30c8":[34,40,43,137,140],"\u30aa\u30d5\u30e9\u30a4\u30f3":34,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[39,43,44],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[22,34,38,40,42,43,44,46,47,50,51,54,63,65,68,76,80,89,90,101,104,106,107,108,118,119,120,121,123,124,125,129,130,131,132,136,137,139,148,149,153,176,197,199,222],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30d5\u30a1\u30a4\u30eb":153,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[44,181],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8id":34,"\u30aa\u30d6\u30b8\u30a7\u30c8":34,"\u30aa\u30d7\u30b7\u30e7\u30f3":[6,7,8,12,14,18,24,25,27,28,29,30,31,34,35,36,38,39,40,41,42,43,44,54,55,91,92,104,111,118,137,142,146,148,153,158,160,162,163,171,181,197,198,199,201,202,204,209,212,218,219,221,223,225,226,227,238,240,241,255,257,260,263,264,266,273,275,276,277,278],"\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6":34,"\u30aa\u30da\u30ec\u30fc\u30bf":[43,44],"\u30aa\u30da\u30ec\u30fc\u30bf\u30fc":43,"\u30aa\u30e9\u30f3\u30c0":34,"\u30aa\u30fc\u30ca\u30fc":[41,43],"\u30aa\u30fc\u30d0\u30d5\u30ed\u30fc":34,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[34,38,41,42,43],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":[38,43],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[34,42,105,121,261],"\u30aa\u30fc\u30d7\u30f3":[34,38,40,41,43,44,50],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":21,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":21,"\u30ab\u30a6\u30f3\u30bf":44,"\u30ab\u30a6\u30f3\u30c8":[34,41,112,276],"\u30ab\u30a6\u30f3\u30c8\u30e2\u30fc\u30c9":34,"\u30ab\u30ab\u30ad\u30ad\u30af\u30af\u30b1\u30b1\u30b3\u30b3\u30b5\u30b5\u30b7\u30b7\u30b9\u30b9\u30bb\u30bb\u30bd\u30bd\u30bf\u30bf\u30c1\u30c1\u30c4\u30c4\u30c6\u30c6\u30c8\u30c8\u30cf\u30cf\u30cf\u30d2\u30d2\u30d2\u30d5\u30d5\u30d5\u30d8\u30d8\u30d8\u30db\u30db\u30db":[204,225],"\u30ab\u30ac\u30ad\u30ae\u30af\u30b0\u30b1\u30b2\u30b3\u30b4\u30b5\u30b6\u30b7\u30b8\u30b9\u30ba\u30bb\u30bc\u30bd\u30be\u30bf\u30c0\u30c1\u30c2\u30c4\u30c5\u30c6\u30c7\u30c8\u30c9\u30cf\u30d0\u30d1\u30d2\u30d3\u30d4\u30d5\u30d6\u30d7\u30d8\u30d9\u30da\u30db\u30dc\u30dd":[204,225],"\u30ab\u30b9\u30b1\u30fc\u30c9":[41,42],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[6,7,8,29,34,40,41,42,43,44,92,100,103,118,137,142,146,148,155,179,181,193,198,201,202,213,218,223,247,271],"\u30ab\u30b9\u30bf\u30e0":[70,147,157],"\u30ab\u30b9\u30bf\u30e0\u30b9\u30b3\u30a2\u30e9\u30fc":213,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":40,"\u30ab\u30b9\u30bf\u30e0\u30ed\u30b0":42,"\u30ab\u30b9\u30bf\u30e0\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":44,"\u30ab\u30bf\u30ab\u30ca":[34,69,140,178,203,204,208,218,225,230],"\u30ab\u30c6\u30b4\u30ea":[105,137,146,148],"\u30ab\u30d0\u30ec\u30c3\u30b8":3,"\u30ab\u30d0\u30fc":14,"\u30ab\u30e9\u30e0":[0,22,29,34,35,36,38,39,40,41,42,43,44,46,47,51,61,65,68,90,93,94,95,99,100,101,102,104,105,106,107,108,117,120,122,123,129,130,132,136,140,142,145,150,153,155,160,163,170,171,172,173,174,175,178,179,181,184,185,193,195,198,199,200,207,211,212,213,216,218,219,220,221,222,227,247,248,266,269,270,272,276,278,279,280],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[22,40,269],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":95,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":[22,270],"\u30ab\u30e9\u30e0\u30d1\u30e9\u30e1\u30fc\u30bf":44,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[198,199],"\u30ab\u30e9\u30e0id":68,"\u30ab\u30e9\u30e0n":184,"\u30ab\u30ec":[204,240],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[12,17,156],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30fc":[92,142],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":69,"\u30ab\u30ec\u30fc":264,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":264,"\u30ab\u30f3\u30b8":178,"\u30ab\u30f3\u30de":[103,105,142,199,271,273],"\u30ab\u30fc\u30bd\u30eb":[34,36,38,43,61,69],"\u30ab\u30fc\u30cd\u30eb":247,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[40,247],"\u30ad\u30e3\u30b9\u30c8":[34,36,39,40,41,44,112,114,115,137,164,198,214,215,276],"\u30ad\u30e3\u30c3\u30b7\u30e5":[0,34,35,40,43,44,50,55,88,139,155],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":88,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":50,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":157,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":41,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":157,"\u30ad\u30e3\u30f3\u30bb\u30eb":[34,44,85,86,133],"\u30ad\u30e3\u30f3\u30bb\u30eb\u30ea\u30af\u30a8\u30b9\u30c8":133,"\u30ad\u30fc":[33,34,36,39,40,41,42,43,44,47,51,63,66,68,78,80,91,92,96,97,98,102,112,114,115,117,121,133,136,137,139,142,144,151,153,155,160,179,198,199,202,208,222,228,244,248,270,273],"\u30ad\u30fc\u30b5\u30a4\u30ba":[33,34,43,96,97,98,121,142,222],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":222,"\u30ad\u30fc\u30c7\u30fc\u30bf":142,"\u30ad\u30fc\u30dc\u30fc\u30c9":137,"\u30ad\u30fc\u30ef\u30fc\u30c9":[0,22,34,35,37,40,41,44,113,137,142,170,171,179,181,198,212,213,214,215,220,241,242,244,264,265,267,273,275],"\u30af\u30a8\u30ea":[3,4,22,34,36,38,40,41,42,43,44,67,140,154,163,172,174,179,184,218,219,220,221,264,266,269,271,273,275,276,280],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6":42,"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6\u30fc":42,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":157,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":154,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":35,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":40,"\u30af\u30a8\u30ea\u30da\u30a2":220,"\u30af\u30a8\u30ea\u30ed\u30b0":[34,38,40,218,219,221],"\u30af\u30a8\u30ea\u30fc":[22,34,40,42,43,44,46,57,112,114,115,124,125,131,137,140,158,160,173,178,179,197,199,201,208,211,212,213,214,215,218,221,226,227,228,230,240,241,244,271],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":209,"\u30af\u30a8\u30ea\u30fc\u30aa\u30da\u30ec\u30fc\u30bf\u30fc":34,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[44,88],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":88,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":137,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":257,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[22,34,42,43,46,63,104,111,155,157,261],"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":155,"\u30af\u30a8\u30ea\u30fcapi":[81,87],"\u30af\u30a8\u30eaapi":43,"\u30af\u30a9\u30fc\u30c8":[118,148,198],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[8,22,34,40,42,47,86,155,157,160,255,263],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":42,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30b5\u30a4\u30c9":86,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":[34,127],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[36,40],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":[1,261],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":42,"\u30af\u30e9\u30c3\u30b7\u30e5":[34,36,38,40,41,42,43,44,95,104,107,145,153],"\u30af\u30e9\u30c3\u30b7\u30e5\u30d0\u30b0":43,"\u30af\u30ea\u30a2":[34,38,40,44,65],"\u30af\u30ea\u30a2\u30fc":[34,44,153],"\u30af\u30ea\u30c3\u30af":137,"\u30af\u30ea\u30c6\u30a3\u30ab\u30eb":44,"\u30af\u30ea\u30c6\u30a3\u30ab\u30eb\u30bb\u30af\u30b7\u30e7\u30f3":44,"\u30af\u30ea\u30fc\u30f3":12,"\u30af\u30ea\u30fc\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,7],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":12,"\u30af\u30ed\u30fc\u30ba":[34,129,130],"\u30af\u30ed\u30fc\u30f3":29,"\u30b0\u30e9\u30d5":0,"\u30b0\u30e9\u30e0":241,"\u30b0\u30eb\u30fc\u30d7":[0,12,34,40,41,42,43,44,68,78,112,114,115,137,222,271],"\u30b0\u30eb\u30fc\u30d7\u30ad\u30fc":[34,112,114,115,137],"\u30b0\u30ed\u30fc\u30d0\u30eb":[40,49],"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":50,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":207,"\u30b1\u30fc\u30b9":[34,42,43,44,47,50,55,92,95,104,112,113,114,115,129,137,142,145,157,160,198,199,212,213,214,215,228,230,243,266,271,280],"\u30b2\u30c3\u30c8":2,"\u30b3\u30a2":[29,157,160,257],"\u30b3\u30b9\u30c8":[34,68,200],"\u30b3\u30cd\u30af\u30b7\u30e7\u30f3":[34,43],"\u30b3\u30d4\u30fc":[12,34,40,43,44,47,51,59,65,68,91,95,103,141,145],"\u30b3\u30de\u30f3\u30c9":[11,12,13,14,18,21,22,25,26,34,35,36,38,39,40,41,42,43,44,46,47,50,80,82,83,85,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,127,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,156,157,158,160,162,170,171,175,179,181,183,184,185,186,193,195,196,209,211,212,213,218,219,220,221,222,228,247,248,257,263,264,268,269,270,278,279,280],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":11,"\u30b3\u30de\u30f3\u30c9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":122,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[22,34,36,42,43,44,46,54,81,105,139,170,171,172,256],"\u30b3\u30de\u30f3\u30c9\u30d1\u30fc\u30b5\u30fc":212,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[32,40,156],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[6,7,8,12,17,18,29,32,38,42,43,103,136,157,212,257],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":[34,105],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[29,82,83,156,256],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":209,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":198,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b9\u30bf\u30a4\u30eb":[105,212],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30d1\u30e9\u30e1\u30fc\u30bf":34,"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":155,"\u30b3\u30de\u30f3\u30c9url":257,"\u30b3\u30df\u30c3\u30c8":[6,7,12],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":[17,19,22],"\u30b3\u30e1\u30f3\u30c8":[36,41,155,156,184,211,275],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":275,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":275,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":275,"\u30b3\u30e1\u30f3\u30c8id":276,"\u30b3\u30f3\u30bd\u30fc\u30eb":63,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[50,54,63,65,139,157,184],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30a2\u30c9\u30ec\u30b9":34,"\u30b3\u30f3\u30c6\u30f3\u30c4":244,"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":263,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":44,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[22,44],"\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb":[34,42],"\u30b3\u30f3\u30d1\u30a4\u30e9":[38,42],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":[6,7,29],"\u30b3\u30f3\u30d1\u30a4\u30eb":[39,41],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30a8\u30e9\u30fc":[34,43],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30fc":208,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":82,"\u30b3\u30f3\u30d5\u30ea\u30af\u30c8":34,"\u30b3\u30f3\u30de":92,"\u30b3\u30fc\u30c9":[17,41,42,43,44,137,148,267],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":11,"\u30b4\u30df":[34,36,38,89,121],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":[89,121],"\u30b4\u30df\u30c7\u30fc\u30bf":160,"\u30b5\u30a4\u30ba":[0,23,24,25,27,31,32,33,34,38,40,41,42,43,44,47,51,62,65,68,69,70,85,89,98,121,122,142,151,155,181,195,222,247,263,268,270],"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":[101,121],"\u30b5\u30a4\u30c8":[12,137,197,270,272],"\u30b5\u30a4\u30c9\u30e1\u30cb\u30e5\u30fc":137,"\u30b5\u30b8\u30a7\u30b9\u30c8":[22,29,36,38,40,42,46,140,159,220],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf":160,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":219,"\u30b5\u30d6\u30a8\u30e9\u30fc":34,"\u30b5\u30d6\u30af\u30e9\u30b9":34,"\u30b5\u30d6\u30bb\u30c3\u30c8":[68,248],"\u30b5\u30d6\u30bf\u30b9\u30af":12,"\u30b5\u30d6\u30df\u30c3\u30c8":160,"\u30b5\u30d6\u30ec\u30b3\u30fc\u30c9":[34,115],"\u30b5\u30dd\u30fc\u30c8":[0,1,6,7,8,10,12,21,29,31,34,35,36,38,39,40,41,42,43,44,69,82,92,112,114,115,133,134,135,137,139,142,147,148,153,156,157,173,178,181,193,198,199,200,205,207,208,209,211,212,216,222,226,240,243,257,260,261,270,271,275,277],"\u30b5\u30de\u30ea":41,"\u30b5\u30ed\u30b2\u30fc\u30c8\u30da\u30a2":34,"\u30b5\u30f3":240,"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":167,"\u30b5\u30f3\u30d7\u30eb":[36,37,40,41,137,157,167,173,275],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":36,"\u30b5\u30f3\u30d7\u30eb\u30b7\u30e3\u30fc\u30c9":116,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[117,122,136,172,173,174,175,179,184,185,186,193,195,213,214,215],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[91,102,103,112,114,115,137,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,212,213,214,215,242,244,275],"\u30b5\u30fc\u30d0":[12,21,22,23,24,25,27,31,32,34,38,40,41,89,90,94,100,101,103,110,127,138,143,155,156,158,260],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":156,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":155,"\u30b5\u30fc\u30d0\u30fc":[1,22,24,25,27,31,34,38,40,41,42,43,46,70,133,138,147,152,155,157,160,209,256,257,263],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[22,40,42,43,254],"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":[41,138],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":[155,263],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30fc\u30c9":43,"\u30b5\u30fc\u30d0\u30fcid":38,"\u30b5\u30fc\u30d3\u30b9":[0,21,25,40,41,42,138,247],"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":41,"\u30b7\u30a7\u30a2":2,"\u30b7\u30a7\u30eb":[29,43,155,156,198,212],"\u30b7\u30b0\u30ca\u30eb":[38,42],"\u30b7\u30b9\u30c6\u30e0":[0,3,6,22,29,31,34,38,42,43,44,92,99,104,105,155,200,208,218,247,269],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":267,"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":41,"\u30b7\u30b9\u30c6\u30e0\u30b3\u30fc\u30eb":34,"\u30b7\u30b9\u30c6\u30e0\u30ed\u30b1\u30fc\u30eb":34,"\u30b7\u30ca\u30ea\u30aa":34,"\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3":138,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":[22,43,46,116,222],"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0\u30d0\u30fc\u30b8\u30e7\u30f3":[114,115],"\u30b7\u30e3\u30fc\u30c9":[34,43,112,114,115,116,117,216],"\u30b7\u30e3\u30fc\u30c9\u30ad\u30fc":[112,114,115,117],"\u30b7\u30e3\u30fc\u30d7":[92,142],"\u30b7\u30f3\u30b0\u30eb\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":92,"\u30b7\u30f3\u30b0\u30eb\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":92,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[41,118,148,155,273],"\u30b7\u30f3\u30b0\u30eb\u30b9\u30ec\u30c3\u30c9\u30e2\u30c7\u30eb":147,"\u30b7\u30f3\u30b0\u30eb\u30b9\u30ec\u30c3\u30c9\u30e2\u30fc\u30c9":44,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":42,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":[34,42,43,44],"\u30b7\u30f3\u30d7\u30eb":[43,197,256,271],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb":[34,43],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b5\u30fc\u30c1":[34,43,44,173,200],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b9\u30ad\u30e3\u30f3":[43,178],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30de\u30c3\u30c1":34,"\u30b7\u30fc\u30b1\u30f3\u30b9":[218,219,221],"\u30b8\u30aa\u30b5\u30fc\u30c1":[22,38,269],"\u30b8\u30e7\u30d6":34,"\u30b9\u30a6\u30a7\u30fc\u30c7\u30f3":34,"\u30b9\u30ab\u30e9":51,"\u30b9\u30ab\u30e9\u30fc":[34,44,80,114,137],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[22,46,47,76,80,93,121,136],"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":80,"\u30b9\u30ad\u30c3\u30d7":[12,41,42,43,44],"\u30b9\u30ad\u30e3\u30f3":[170,171],"\u30b9\u30ad\u30fc\u30de":[43,47,57,91,102,103,105,112,114,115,129,130,136,137,144,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,212,213,214,215,216,242,244,247,275],"\u30b9\u30af\u30ea\u30d7\u30c8":[22,29,34,36,37,40,41,42,43,44,46,57,105,134,135,137,156,184,197,198,212],"\u30b9\u30b1\u30fc\u30d7":212,"\u30b9\u30b3\u30a2":[11,34,40,43,44,78,80,92,137,140,213,214,215,266,275,280],"\u30b9\u30b3\u30a2\u30e9\u30fc":[22,34,43,46,137,214,215],"\u30b9\u30b3\u30a2\u30fc":[34,43,80,160,213,214,215],"\u30b9\u30b3\u30a2\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":213,"\u30b9\u30b3\u30fc\u30d7":212,"\u30b9\u30bf\u30a4\u30eb":[34,43,105,121,155],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[41,44],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":155,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30fc\u30f3\u30e2\u30fc\u30c9":[34,43],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":32,"\u30b9\u30c3\u30c8\u30d7\u30ef\u30fc\u30c9":34,"\u30b9\u30c6\u30c3\u30d7":[91,212],"\u30b9\u30c6\u30df\u30f3\u30b0":[34,42,226],"\u30b9\u30c6\u30df\u30f3\u30b0\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":226,"\u30b9\u30c6\u30fc\u30b8":[34,112,114,115,137],"\u30b9\u30c6\u30fc\u30bf\u30b9":[41,43,44,87,139,153,263],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":40,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":[34,263],"\u30b9\u30c6\u30fc\u30c8\u30ec\u30b9":34,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[34,42,137,227,274],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":42,"\u30b9\u30c8\u30ea\u30fc\u30e0":[34,42,44],"\u30b9\u30c8\u30ec\u30fc\u30b8":[22,34,92,142],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":22,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":41,"\u30b9\u30cb\u30da\u30c3\u30c8":[41,44,181],"\u30b9\u30d1\u30de\u30fc":[213,214,215],"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[34,43],"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u30b5\u30dd\u30fc\u30c8":43,"\u30b9\u30da\u30a4\u30f3":[34,167],"\u30b9\u30da\u30eb":211,"\u30b9\u30da\u30fc\u30b9":[34,38,41,43,137],"\u30b9\u30e9\u30a4\u30b9":34,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[38,257],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30b0\u30e9\u30d5":34,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":38,"\u30b9\u30ec\u30c3\u30c9":[0,9,34,43,44,54,70,99,107,113,138,139,144,147,155,156,160,201,257],"\u30b9\u30ec\u30c3\u30c9\u30ab\u30a6\u30f3\u30c8":34,"\u30b9\u30ec\u30c3\u30c9\u30bb\u30fc\u30d5":[34,43,44],"\u30b9\u30ec\u30c3\u30c9\u30d7\u30fc\u30eb":70,"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":[43,157],"\u30b9\u30ef\u30c3\u30d7":247,"\u30b9\u30fc\u30d7":264,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":264,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":264,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":264,"\u30ba\u30ec":241,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[22,34,269],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":[34,42,43],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ea\u30b9\u30af":42,"\u30bb\u30af\u30b7\u30e7\u30f3":[3,17,20,21,23,24,25,26,27,28,29,30,31,32,34,42,43,47,51,80,81,83,88,91,92,93,95,96,97,98,99,104,105,106,107,108,112,113,114,115,116,117,118,120,121,122,123,126,129,130,132,133,134,135,136,137,138,139,141,142,144,145,146,147,148,150,153,155,157,160,162,167,171,198,206,211,212,213,214,215,217,218,219,221,247,249,263,271,275],"\u30bb\u30af\u30b7\u30e7\u30f3\u30b5\u30dd\u30fc\u30c8":92,"\u30bb\u30af\u30b7\u30e7\u30f3id":34,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":40,"\u30bb\u30b0\u30e1\u30f3\u30c8":[34,42,44,65,89,101,121],"\u30bb\u30b0\u30e1\u30f3\u30c8id":121,"\u30bb\u30c3\u30b7\u30e7\u30f3":[127,155,263],"\u30bb\u30c3\u30b7\u30e7\u30f3id":160,"\u30bb\u30c3\u30c8":[11,34,43,65,68,69,90,146,173,264],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[17,41,44],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30b9\u30af\u30ea\u30d7\u30c8":21,"\u30bb\u30df\u30b3\u30ed\u30f3":156,"\u30bb\u30ec\u30af\u30bf":[34,44],"\u30bb\u30ec\u30af\u30bf\u30fc":[34,43,178],"\u30bb\u30f3\u30c6\u30f3\u30b9":34,"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":276,"\u30bb\u30fc\u30d6\u30eb":34,"\u30bb\u30fc\u30f4\u30a7\u30eb":34,"\u30bb\u30fc\u30f4\u30eb":34,"\u30bc\u30ed\u30b3\u30d4\u30fc":34,"\u30bd\u30b1\u30c3\u30c8":[40,89,90,94,100,101,103,110,127,143],"\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc":[22,265],"\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":267,"\u30bd\u30d5\u30c8":211,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":[3,12,21,43],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":272,"\u30bd\u30fc\u30b9":[12,18,22,23,30,34,38,40,44,122,136,153],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[6,7,8,12,29],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":12,"\u30bd\u30fc\u30b9\u30ab\u30e9\u30e0":[34,42,43,44,91,93,104,121,122,129,136],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[6,7,8,14,29,30,34,41,44,83,267],"\u30bd\u30fc\u30b9\u30c6\u30fc\u30d6\u30eb":[34,122,141],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":17,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":32,"\u30bd\u30fc\u30b9\u30ec\u30b3\u30fc\u30c9":34,"\u30bd\u30fc\u30c8":[22,34,35,36,38,41,43,44,68,103,112,114,115,116,137,140,160,207,222,269,272],"\u30bd\u30fc\u30c8\u30ad\u30fc":[34,35,44,68,112,114,115,137,140],"\u30bd\u30fc\u30c8\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":34,"\u30bf\u30a4\u30c8\u30eb":[112,114,115,137,198,199,213,214,215,270,272,275],"\u30bf\u30a4\u30d7":[38,43,59,137,156,257],"\u30bf\u30a4\u30d7id":44,"\u30bf\u30a4\u30df\u30f3\u30b0":[34,40,137,273],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[41,49,155],"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[34,37,44,153,155,160,201,218,219,221],"\u30bf\u30b0":[12,22,34,36,38,40,41,42,80,112,114,115,137,142,170,171,172,181,199,213,214,215,222,269,276],"\u30bf\u30b0\u30c6\u30ad\u30b9\u30c8":[238,239],"\u30bf\u30d6":[209,211,263],"\u30bf\u30fc\u30b2\u30c3\u30c8":[40,44],"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":50,"\u30bf\u30fc\u30df\u30ca\u30eb":[155,157],"\u30c0\u30a4\u30a2\u30ed\u30b0":41,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":257,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[47,256],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":[12,24,25,27,28,29,30,31,32,156],"\u30c0\u30d6\u30eb":[38,40,142,198,199,222],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[118,148,155,273],"\u30c0\u30e1\u30fc\u30b8":266,"\u30c0\u30f3\u30d7":[34,36,40,41,43,44,103,155,201,247],"\u30c1\u30a7\u30c3\u30af":[34,36,38,40,41,42,43,44,54,89,104,117,120,144,153,154,156,160,163],"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":12,"\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":[22,43],"\u30c1\u30e3\u30cd\u30eb":34,"\u30c1\u30e3\u30f3\u30af":[34,43,44,89,121],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":89,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":89,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[22,38,40,42,43,270,273],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[22,41,43,46,80,137,268],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":247,"\u30c1\u30fc\u30e0":12,"\u30c4\u30a4\u30fc\u30c8":[2,12],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":12,"\u30c4\u30ea\u30fc":42,"\u30c4\u30fc\u30eb":[17,22,23,32,34,43,154,155,158,257,261,269,273],"\u30c6\u30ad\u30b9\u30c8":[12,17,34,36,40,41,43,44,57,63,80,92,115,118,142,146,148,156,170,171,172,181,202,203,204,205,208,212,225,228,230,231,232,233,234,238,241,243],"\u30c6\u30ad\u30b9\u30c8\u30ab\u30e9\u30e0":43,"\u30c6\u30ad\u30b9\u30c8\u30c7\u30fc\u30bf":[44,142],"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":156,"\u30c6\u30af\u30cb\u30c3\u30af":[213,214,215],"\u30c6\u30b9\u30c8":[3,4,6,7,8,22,23,24,25,27,31,32,34,36,40,42,43,44,113,157,266,276],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":14,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":12,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":156,"\u30c6\u30f3\u30dd\u30e9\u30ea\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":34,"\u30c6\u30fc\u30d6\u30eb":[11,22,34,35,36,38,39,40,41,42,43,44,46,47,63,65,67,68,69,76,78,89,90,93,94,95,99,100,101,102,103,104,105,106,107,108,112,114,115,116,118,120,122,123,129,130,132,136,137,140,141,143,145,146,150,153,155,157,160,163,167,170,173,174,175,178,184,195,198,199,202,208,211,212,216,218,221,223,227,242,244,247,257,260,266,269,271,272,274,278,279],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[143,145],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":40,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":61,"\u30c7\u30a3\u30b9\u30af":[34,35,43,44,99,104,120,155,157,275],"\u30c7\u30a3\u30b9\u30af\u30d5\u30eb":43,"\u30c7\u30a3\u30b9\u30afi":142,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[29,36],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[34,40,41,159,257],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[14,17,29,34,36,38,40,43,155,156,157,211],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":41,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30fc":[6,7,160],"\u30c7\u30af\u30ea\u30e1\u30f3\u30c8":34,"\u30c7\u30b6\u30a4\u30f3":40,"\u30c7\u30b9":240,"\u30c7\u30c3\u30c9\u30ed\u30c3\u30af":34,"\u30c7\u30d0\u30c3\u30ac\u30fc":[6,7],"\u30c7\u30d0\u30c3\u30b0":[6,7,12,34,42,43,44,89,148,155,157,201],"\u30c7\u30d0\u30c3\u30b0\u30aa\u30d7\u30b7\u30e7\u30f3":[6,7],"\u30c7\u30d0\u30c3\u30b0\u30ed\u30b0":[43,44],"\u30c7\u30d5\u30a9\u30eb\u30c8":[6,7,8,11,18,29,33,34,35,36,38,39,40,41,42,43,44,49,52,54,56,64,80,82,92,100,103,105,106,107,108,112,113,114,115,117,121,123,132,137,138,139,140,142,144,146,148,153,154,155,156,157,160,163,164,167,168,179,193,198,199,200,201,209,213,215,241,247,248,257,263,264,266,270,271,273],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[34,40,44,91,142,219],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":42,"\u30c7\u30d5\u30e9\u30b0":38,"\u30c7\u30d7\u30ed\u30a4":157,"\u30c7\u30e1\u30ea\u30c3\u30c8":[34,222],"\u30c7\u30f3\u30de\u30fc\u30af":34,"\u30c7\u30fc\u30bf":[0,11,22,23,24,25,27,31,32,34,35,36,38,39,40,41,42,43,44,46,47,70,80,93,103,105,112,114,115,121,122,137,140,153,157,158,160,167,198,199,200,207,211,213,214,215,216,217,219,220,222,247,257,263,266,269,272,275,278],"\u30c7\u30fc\u30bf\u30ab\u30e9\u30e0":[34,43,44,92,121,129,132,137,153,214,215,275],"\u30c7\u30fc\u30bf\u30b5\u30a4\u30ba":44,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":50,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[76,80],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":76,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":[140,160,218],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":156,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":257,"\u30c7\u30fc\u30bf\u30d9\u30fc":38,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[0,11,20,22,29,34,35,38,40,41,42,43,44,50,55,78,89,90,93,99,101,103,104,105,106,107,108,119,120,122,123,124,129,130,131,132,136,142,144,149,151,153,155,156,157,160,161,197,198,199,202,216,218,222,247,248,256,261,263,268,269,277],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":44,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[34,153],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b5\u30a4\u30ba":247,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b9\u30ad\u30fc\u30de":103,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[41,247],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[35,142,276],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u30b3\u30de\u30f3\u30c9":216,"\u30c7\u30fc\u30e2\u30f3":[35,40,41,43,155,157,160,260,277],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":157,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[41,42],"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":14,"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":12,"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":271,"\u30c8\u30d4\u30c3\u30af":12,"\u30c8\u30e2":272,"\u30c8\u30e9\u30a4":[38,142,198,199,222],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[22,36],"\u30c8\u30ea\u30b0\u30e9\u30e0":[241,245],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":[228,266],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":[22,40,264],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":40,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":40,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[22,24,25,27,28,31,34,36,37,38,40,41,43,44,46,92,104,112,114,115,122,136,137,142,146,148,149,198,199,212,219,221,228,230,240,241,242,243,244,264,265],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":43,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[42,148],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30e2\u30fc\u30b8\u30e5\u30fc\u30eb":228,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":40,"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[29,34,38,43,44,137,146,148,199,202,219,221,223,225,226,227,228,230,232,233,234,235,236,237,238,240,241,245,246,264,266,273],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":[44,146,148],"\u30c8\u30fc\u30af\u30f3":[34,36,38,41,42,43,44,92,142,146,148,199,202,219,221,222,223,225,226,227,228,230,238,240,241,242,244,245,246,264],"\u30c8\u30fc\u30af\u30f3\u30ab\u30e9\u30e0":34,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf":[34,42],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":[22,25,31,34,42,43,44,46,104,122,136,142,146,148,223,225,226,227],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":43,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":223,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":223,"\u30c8\u30fc\u30af\u30f3id":34,"\u30c8\u30fc\u30bf\u30eb\u30b5\u30a4\u30ba":34,"\u30c9\u30a4\u30c4":34,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[3,5,6,7,8,16,17,18,23,29,34,36,38,39,40,41,42,43,44,64,76,83,92,117,137,148,156,157,160,198,199,212,215,228,247,268],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":[15,18],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":12,"\u30c9\u30e1\u30a4\u30f3":[42,44,271],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[22,34,38,41,42,43,44,114,222,248,269,272,276],"\u30ca\u30ce":[34,36,83,201],"\u30ca\u30de\u30a8":[204,240],"\u30cb\u30c3\u30dd\u30f3":[178,208,218],"\u30cb\u30db\u30f3":[178,208,218],"\u30cb\u30db\u30f3\u30b4":218,"\u30cb\u30db\u30f3\u30b8\u30f3":218,"\u30cb\u30e5\u30fc\u30b9":[44,200],"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[63,167,276],"\u30cd\u30b9\u30c8":[34,40,41,42,43,121,275],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[257,277],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[40,263],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":40,"\u30ce\u30a4\u30ba":[160,219,240,266],"\u30ce\u30eb\u30a6\u30a7\u30fc":34,"\u30ce\u30fc\u30c9":[40,44,69],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[22,24,25,27,31,34,40,41,42,43,44,46,91,92,118,119,122,136,137,142,146,148,170,171,199,203,204,205,212,230,241,245,246],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":43,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":202,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[118,202],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":202,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[34,41,42,118,148,225,241,273],"\u30cf\u30a4\u30d5\u30f3":[34,92,142,204,225,273],"\u30cf\u30a4\u30e9\u30a4\u30c8":[34,44,170,171,241],"\u30cf\u30ba":240,"\u30cf\u30c3\u30b7\u30e5":[34,40,43,89],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[34,38,41,43,103,122,142,199,222],"\u30d0\u30a4\u30aa\u30ea\u30f3":34,"\u30d0\u30a4\u30b0\u30e9\u30e0":[34,228,230,232,233,234,235,236,237,241,243,266],"\u30d0\u30a4\u30b0\u30e9\u30e0\u30d9\u30fc\u30b9":230,"\u30d0\u30a4\u30c8":[33,34,36,38,40,41,42,43,44,51,54,69,85,87,121,122,136,137,181,222,248],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":40,"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":[43,57],"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":41,"\u30d0\u30a4\u30ca\u30ea":[12,32],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":[34,40],"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[1,14,22,43,44,254,277],"\u30d0\u30a4\u30ca\u30ea\u30fc":83,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[20,21,197],"\u30d0\u30a4\u30f3\u30c9":43,"\u30d0\u30af":34,"\u30d0\u30b0":[10,34,38,41,43,44],"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9":43,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":[40,42,43,44],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[3,22,29,42],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":103,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[41,57,155,198],"\u30d0\u30c3\u30af\u30c8\u30ec\u30fc\u30b9":[34,44],"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":40,"\u30d0\u30c3\u30d5\u30a1":[40,41,44,51,57,59,62,65,68,89,275],"\u30d0\u30c3\u30d5\u30a1\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":44,"\u30d0\u30c3\u30d5\u30a1\u30b5\u30a4\u30ba":43,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":89,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":41,"\u30d0\u30c3\u30d5\u30a1\u30fc":34,"\u30d0\u30c3\u30d5\u30a1id":89,"\u30d0\u30d3\u30d6\u30d9\u30dc":34,"\u30d0\u30d3\u30d6\u30d9\u30dc\u30d6":[204,225],"\u30d0\u30ea\u30c7\u30fc\u30b7\u30e7\u30f3":34,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":222,"\u30d0\u30eb\u30af":43,"\u30d0\u30eb\u30af\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[43,44],"\u30d0\u30f3\u30c9\u30eb":[34,41,42,43,44],"\u30d0\u30fc\u30b8\u30e7\u30f3":[18,25,29,31,34,38,40,41,42,43,44,47,51,55,63,74,84,85,86,90,91,92,96,97,98,99,103,104,105,106,107,108,112,113,114,115,116,117,120,121,122,123,124,125,126,129,130,131,132,133,136,137,138,139,141,142,144,147,150,151,153,155,164,166,167,170,171,173,174,175,182,183,185,186,193,194,195,196,198,199,204,212,214,215,216,225,243,248,249,250,251,252,253,273],"\u30d1\u30b9":[12,29,34,36,37,38,42,43,55,92,93,122,124,125,131,142,153,154,155,156,157,158,160,161,257,263,273],"\u30d1\u30b9\u30b9\u30bf\u30a4\u30eb":212,"\u30d1\u30b9\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":34,"\u30d1\u30bf\u30fc\u30f3":[34,43,83,173,198,199,212,242],"\u30d1\u30bf\u30fc\u30f3\u30de\u30c3\u30c1":212,"\u30d1\u30c3\u30b1\u30fc\u30b8":[8,23,24,25,27,30,31,32,34,36,38,40,41,42,43,44,82,152,157,226,240,261],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":36,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0":34,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":41,"\u30d1\u30c3\u30c1":[16,34,36,38,40,41,42,43,44],"\u30d1\u30c8\u30ea\u30b7\u30a2":[22,40,69,264,269,273],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[34,36,38,41,43,44,142,198,199,222],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[34,122,198,199],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30ce\u30fc\u30c9":43,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[34,41,42,43,44,137,154,155,157,160,174,261],"\u30d1\u30e9\u30e1\u30fc\u30bf":[22,34,38,40,41,42,44,49,50,51,52,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,74,115,154,160,264,268,269,271,273,276,277,280],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[32,34,38,39,42,43,44,84,85,86,92,104,105,106,107,108,112,113,114,117,129,130,132,133,138,142,144,148,157,158,160,173,179,184,193,211,247,270],"\u30d1\u30ea":167,"\u30d1\u30fc\u30b5\u30fc":[12,34,198,212],"\u30d1\u30fc\u30b9":[34,38,44,56,57,179,197],"\u30d1\u30fc\u30b9\u30a8\u30e9\u30fc":34,"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3":42,"\u30d2\u30c3\u30c8":[11,34,41,44,137,200,208,218,242,264,266,276,278],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[137,197,266],"\u30d2\u30e5\u30d9\u30cb":[167,168],"\u30d3\u30c3\u30b0\u30a8\u30f3\u30c7\u30a3\u30a2\u30f3":42,"\u30d3\u30c3\u30c8":[43,69,198,263,270],"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":199,"\u30d3\u30e5\u30fc":40,"\u30d3\u30eb\u30c8\u30a4\u30f3":[34,41],"\u30d3\u30eb\u30c9":[3,4,18,21,22,23,30,34,36,38,40,41,42,43,211,216],"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":[34,42,43,44],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[29,32],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":[5,29],"\u30d3\u30eb\u30c9\u30bf\u30a4\u30e0":[6,7],"\u30d3\u30eb\u30c9\u30c4\u30fc\u30eb":6,"\u30d3\u30eb\u30c9\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[6,7,8,151],"\u30d4\u30ea\u30aa\u30c9":275,"\u30d5\u30a1\u30a4\u30eb":[3,22,29,32,34,35,38,39,40,41,42,43,44,46,65,70,82,83,86,89,90,94,100,101,103,110,127,133,137,143,147,153,156,157,158,199,201,216,218,255,256,261,263,273],"\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba":43,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":38,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":36,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":[40,160],"\u30d5\u30a1\u30a4\u30eb\u30cf\u30f3\u30c9\u30eb":34,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[51,55,65,68],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":211,"\u30d5\u30a1\u30a4\u30eb\u30de\u30c3\u30d4\u30f3\u30b0":34,"\u30d5\u30a1\u30bb\u30c3\u30c8":137,"\u30d5\u30a3\u30eb\u30bf":[34,40,43,44],"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":41,"\u30d5\u30a3\u30eb\u30bf\u30fc":[34,112,114,115,137,184],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30bf\u30a4\u30df\u30f3\u30b0":34,"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":137,"\u30d5\u30a3\u30f3\u30e9\u30f3\u30c9":34,"\u30d5\u30a3\u30fc\u30eb\u30c9":93,"\u30d5\u30a9\u30eb\u30c0\u30fc":32,"\u30d5\u30a9\u30ed\u30ef\u30fc":12,"\u30d5\u30a9\u30ed\u30fc":2,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":276,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[34,43,89,103,105,112,114,115,121,140,155,157,160,199,216,257,276],"\u30d5\u30a9\u30fc\u30e0":[41,137,197,198],"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af":[34,44],"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u30e2\u30fc\u30c9":43,"\u30d5\u30c3\u30af":21,"\u30d5\u30e9\u30b0":[33,34,35,38,39,40,42,43,44,54,63,69,80,89,90,92,93,94,100,110,112,114,115,118,121,122,136,137,142,148,153,155,179,198,199,202,203,212,222,263,270,273,274,278],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":101,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[35,101],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":65,"\u30d5\u30e9\u30c3\u30b7\u30e5":[34,43,44,104],"\u30d5\u30e9\u30f3\u30b9":[34,167,226],"\u30d5\u30eb\u30d1\u30b9":34,"\u30d5\u30ec\u30fc\u30ba":[34,40,44,92],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":14,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":80,"\u30d6\u30d6\u30d6\u30d6\u30d6\u30d6":[204,225],"\u30d6\u30e9\u30a6\u30b6":[12,17,29,277],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[22,269],"\u30d6\u30e9\u30a6\u30b6\u30fc\u30d9\u30fc\u30b9":34,"\u30d6\u30e9\u30b8\u30ea\u30a2":167,"\u30d6\u30e9\u30b8\u30eb":167,"\u30d6\u30ed\u30b0":[184,200,275,276],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[12,137,198,199,275],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u30fc":[112,114,115],"\u30d6\u30ed\u30c3\u30af":[0,41,157],"\u30d6\u30fc\u30ea\u30a2\u30f3":248,"\u30d6\u30fc\u30eb":[34,248,270],"\u30d7\u30e9\u30b0\u30a4\u30f3":[0,17,24,25,27,29,31,34,35,36,37,38,40,41,42,43,44,103,112,113,114,115,116,117,122,124,125,131,134,135,136,137,175,179,183,185,186,193,195,196,202,211,216,223],"\u30d7\u30e9\u30b0\u30a4\u30f3api":42,"\u30d7\u30e9\u30b0\u30a4\u30f3id":122,"\u30d7\u30e9\u30b0\u30de":137,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[14,17,18,23,29,38],"\u30d7\u30e9\u30f3":34,"\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8":[22,43,44,46,81],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[34,70,157,160,216,222,273],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":256,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":41,"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0":1,"\u30d7\u30ed\u30b0\u30e9\u30e0":[3,34,36,40,93,155,157,160,199],"\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3":178,"\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3\u30fc":34,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[0,3,12,13,17,19,21,42,261],"\u30d7\u30ed\u30bb\u30b9":[0,34,40,41,43,44,82,89,92,95,104,107,124,127,131,132,139,142,145,151,153,154,155,156,157,160,201,257,273],"\u30d7\u30ed\u30bb\u30b9\u30ed\u30b0":[22,43,46,261],"\u30d7\u30ed\u30bb\u30b9id":[155,263],"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":[157,160],"\u30d7\u30ed\u30c0\u30af\u30c8":12,"\u30d7\u30ed\u30c8\u30b3\u30eb":[0,1,22,40,44,87,154,156,157,260,261,277],"\u30d7\u30ed\u30d1\u30c6\u30a3":[44,136],"\u30d7\u30ed\u30f3\u30d7\u30c8":209,"\u30d8\u30c3\u30c0":[41,42],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":40,"\u30d8\u30c3\u30c0\u30fc":[34,40,42,43,87,105,158,257],"\u30d8\u30eb\u30d7":14,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[36,155],"\u30d9\u30af\u30bf":[34,35,36,40,41,44,65],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[38,40,41],"\u30d9\u30af\u30bf\u30fc":[34,38,41,42,44,80,102,114,137,193],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[22,34,41,42,43,44,46,65,76,93,112,114,115,121,122,136,137,194,195,218,269,276],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":[34,80],"\u30d9\u30af\u30c8\u30eb":34,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":42,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":156,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":41,"\u30d9\u30fc\u30b7\u30c3\u30af":257,"\u30d9\u30fc\u30b9":[0,17,34,36,38,40,42,68,69,114,133,148,155,157,198,199,208,213,214,215,216,240,243,256,261],"\u30d9\u30fc\u30b9\u30d1\u30b9":157,"\u30da\u30a2":[43,121,122,137,151,211,218,219,220,221,270,279],"\u30da\u30f3":238,"\u30da\u30fc\u30b8":[2,12,17,22,40,41,43,137,155,158,267,273],"\u30da\u30fc\u30b8\u30e9\u30f3\u30af":[213,214,215],"\u30da\u30fc\u30b9\u30c8":40,"\u30db\u30b9\u30c8":[12,34,38,40,154,155,156,160,263],"\u30dc\u30bf\u30f3":[12,17,40,41],"\u30dc\u30c3\u30af\u30b9":137,"\u30dc\u30c7\u30a3":[91,92,99,104,105,111,117,120,121,123,124,125,129,130,131,138,141,142,144,145,147,158,160,263],"\u30dd\u30a4\u30f3\u30bf":[44,54,65,66,68,69,72],"\u30dd\u30a4\u30f3\u30c8":[80,92,211],"\u30dd\u30b9\u30c6\u30a3\u30f3\u30b0":[34,92],"\u30dd\u30b9\u30c6\u30a3\u30f3\u30b0\u30ea\u30b9\u30c8":[34,43,44,121],"\u30dd\u30eb\u30c8\u30ac\u30eb":34,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[34,38,41],"\u30dd\u30fc\u30c8":[41,154,155,156,160,209,257,261,263,277],"\u30de\u30a4\u30af\u30ed":[199,201,248,270,276],"\u30de\u30a4\u30af\u30ed\u30d0\u30fc\u30b8\u30e7\u30f3":34,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[22,34,269],"\u30de\u30a4\u30ca\u30fc":34,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":207,"\u30de\u30af\u30ed":[34,38,41,43,65,267],"\u30de\u30b7\u30f3":[12,155,216],"\u30de\u30c3\u30c1":[11,29,34,35,38,41,42,43,44,57,67,80,112,114,115,137,163,170,171,173,178,179,181,184,193,197,198,212,213,214,215,227,238,242,243,244,266,275],"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":29,"\u30de\u30c3\u30c1\u30ec\u30b3\u30fc\u30c9":114,"\u30de\u30c3\u30d4\u30f3\u30b0":[34,268],"\u30de\u30c3\u30d7":[34,43,99,247],"\u30de\u30c9\u30ea\u30fc\u30c9":167,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[34,41,42,43,44,93,136,275],"\u30de\u30eb\u30c1\u30b3\u30a2":0,"\u30de\u30eb\u30c1\u30b3\u30a2cpu":29,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":[42,43,99,133,257],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":41,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":94,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":[38,44],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[38,257],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9\u30d9\u30fc\u30b9":201,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9\u30e2\u30c7\u30eb":42,"\u30de\u30eb\u30c1\u30e9\u30a4\u30f3\u30e2\u30fc\u30c9":212,"\u30de\u30eb\u30c1\u30ef\u30fc\u30ab\u30fc":157,"\u30de\u30fc\u30af":243,"\u30de\u30fc\u30af\u30a2\u30c3\u30d7":43,"\u30de\u30fc\u30b8":[17,34,40],"\u30df\u30b9":218,"\u30df\u30ea":[34,38,86,155,160,199,248,270,280],"\u30df\u30ea\u79d2":248,"\u30e1\u30a4\u30f3":115,"\u30e1\u30b8\u30e3\u30fc":34,"\u30e1\u30b8\u30e3\u30fc\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7":34,"\u30e1\u30bd\u30c3\u30c9":43,"\u30e1\u30bf":153,"\u30e1\u30bf\u30c7\u30fc\u30bf":[34,44,92,93,104,122,134,135,213,214,215,240],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":40,"\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,34,42,43,44,82,267,276],"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":41,"\u30e1\u30cb\u30e5\u30fc":242,"\u30e1\u30e2":[213,214,215],"\u30e1\u30e2\u30ea":[23,24,25,27,31,32,34,36,40,41,42,43,44,50,54,65,267,268],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":36,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u30e2\u30fc\u30c9":44,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[14,34,35,36,38,40,41,42,43,44],"\u30e1\u30e2\u30ea\u30fc":[34,43,44,92,99,104,137,142,247,267],"\u30e1\u30e2\u30ea\u30fc\u30a2\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":43,"\u30e1\u30e2\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[155,157],"\u30e1\u30e2\u30ea\u30fc\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":[155,157],"\u30e1\u30e2\u30ea\u30fc\u30d6\u30ed\u30c3\u30af":139,"\u30e1\u30e2\u30ea\u30fc\u30de\u30c3\u30d7":[34,247],"\u30e1\u30e2\u30ea\u30fc\u30ea\u30fc\u30af":[43,44,139],"\u30e1\u30ea\u30c3\u30c8":[137,155,157],"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9":244,"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b3\u30b9\u30c8":240,"\u30e1\u30f3\u30d0":68,"\u30e1\u30f3\u30d0\u30fc":12,"\u30e1\u30fc\u30c8\u30eb":[167,168],"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[3,12,22,43],"\u30e1\u30fc\u30eb":[12,17,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":[0,22,34,36,43,82,228,257],"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":41,"\u30e2\u30cb\u30bf\u30fc":[24,25,27,31],"\u30e2\u30fc\u30c9":[11,34,42,43,44,123,138,148,155,173,179,193,263,273],"\u30e4\u30de\u30c0":[204,240],"\u30e6\u30cb\u30b0\u30e9\u30e0":[241,246],"\u30e6\u30cb\u30fc\u30af":[34,160],"\u30e6\u30fc\u30b6":[11,12,40,137,156,218,219,220,221,248,273],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":72,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":11,"\u30e6\u30fc\u30b6\u30fc":[3,4,6,7,8,22,29,34,42,43,44,70,83,85,92,133,137,153,157,163,184,198,199,208,247,257,272,279],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":10,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":[80,91,230],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":36,"\u30e9\u30a4\u30bb\u30f3\u30b9":40,"\u30e9\u30a4\u30bb\u30f3\u30b9\u30d5\u30a1\u30a4\u30eb":34,"\u30e9\u30a4\u30d6\u30e9\u30ea":[20,22,23,34,40,41,43,48,54,197,198,255,273],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":[42,43,44,73,147,155],"\u30e9\u30c6\u30f3":34,"\u30e9\u30d9\u30eb":[34,41,42,43,44,115,137],"\u30e9\u30f3\u30ad\u30f3\u30b0":[42,273],"\u30e9\u30f3\u30bf\u30a4\u30e0":34,"\u30e9\u30f3\u30c0\u30e0":280,"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":0,"\u30ea\u30af\u30a8\u30b9\u30c8":[34,41,42,43,44,47,81,89,90,94,100,101,103,110,127,133,137,138,139,143,154,157,158,160,199,201,221,257,263],"\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[22,44,46,81,155],"\u30ea\u30af\u30a8\u30b9\u30c8\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":151,"\u30ea\u30af\u30a8\u30b9\u30c8\u30d8\u30c3\u30c0\u30fc":105,"\u30ea\u30af\u30a8\u30b9\u30c8\u30dc\u30c7\u30a3":158,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":263,"\u30ea\u30af\u30a8\u30b9\u30c8id":[22,43,44,46,81,133,138],"\u30ea\u30af\u30a8\u30b9\u30c8uri":157,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":40,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3":43,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3\u30d0\u30b0":42,"\u30ea\u30b9\u30af":153,"\u30ea\u30b9\u30c8":[12,13,17,34,40,43,44,57,63,104,105,113,116,121,137,142,143,155,160,198,199,202,207,211,212,272,273,275],"\u30ea\u30b9\u30c8\u30a2":[34,44],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":12,"\u30ea\u30bb\u30c3\u30c8":43,"\u30ea\u30bd\u30fc\u30b9":[34,42,50,73,86,200],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[22,34,40,42,44,46,81,83,133,201,263],"\u30ea\u30c6\u30e9\u30eb":[34,35,38,40,43,170,171,181,198,212,243],"\u30ea\u30c8\u30e9\u30a4":49,"\u30ea\u30cd\u30fc\u30e0":[38,43,47,91],"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":257,"\u30ea\u30d3\u30eb\u30c9":[34,43],"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[34,42],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30ab\u30a6\u30f3\u30c8\u30e2\u30fc\u30c9":[129,130],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[22,42,200],"\u30ea\u30dd\u30b8\u30c8\u30ea":[3,4,12,22,27,31,38,40,41],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":[3,4,12,22,31,34,43],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[22,263,269],"\u30ea\u30e2\u30fc\u30c8\u30db\u30b9\u30c8":34,"\u30ea\u30e9\u30a4\u30bf\u30fc":43,"\u30ea\u30ea\u30fc\u30b9":[3,4,6,7,8,10,22,27,82,179,200],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":[12,44],"\u30ea\u30ea\u30fc\u30b9\u30b7\u30b9\u30c6\u30e0":7,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30ea\u30ea\u30fc\u30b9\u30c1\u30fc\u30e0":34,"\u30ea\u30ea\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3":12,"\u30ea\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb":155,"\u30ea\u30f3\u30af":[12,13,34,40,41,42,43,137,198,199,270],"\u30ea\u30f3\u30b4":238,"\u30eb\u30fc\u30c8":38,"\u30eb\u30fc\u30d7":[36,40,42,43,44],"\u30eb\u30fc\u30de\u30cb\u30a2":34,"\u30eb\u30fc\u30eb":[22,34,36,42,46,112,114,115,137,148,257],"\u30ec\u30a4\u30e4":11,"\u30ec\u30b3\u30fc\u30c9":[0,11,22,33,34,36,38,40,41,42,43,44,47,51,57,61,62,65,67,68,69,78,80,91,100,102,103,105,112,114,115,117,121,140,142,143,150,155,163,170,171,173,174,178,179,181,184,197,198,199,200,207,212,213,214,215,216,221,222,244,248,266,269,270,271,272,275,276,278,279,280],"\u30ec\u30b3\u30fc\u30c9\u30d0\u30c3\u30c1":105,"\u30ec\u30b3\u30fc\u30c9\u30d0\u30c3\u30c1\u30b5\u30a4\u30ba":105,"\u30ec\u30b3\u30fc\u30c9id":[22,40,44,46,61,65,68,270],"\u30ec\u30b3\u30fc\u30c9r":11,"\u30ec\u30b9\u30c8\u30e9\u30f3":0,"\u30ec\u30b9\u30dd\u30f3\u30b9":[34,38,40,41,42,44,50,86,87,91,105,112,114,115,137,139,157,158,160,257,263],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":257,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":[43,86,257],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30dc\u30c7\u30a3":44,"\u30ec\u30d9\u30eb":[34,40,42,43,110,155,201],"\u30ec\u30dd\u30fc\u30c8":29,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":0,"\u30ec\u30fc\u30bf":40,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":163,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":35,"\u30ed\u30ac\u30fc":43,"\u30ed\u30ae\u30f3\u30b0":[43,54],"\u30ed\u30b0":[12,22,34,35,37,38,40,42,43,44,46,92,104,110,111,112,137,153,155,156,157,160,219,222,267],"\u30ed\u30b0\u30a4\u30f3":[12,247],"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":42,"\u30ed\u30b0\u30d1\u30b9":36,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[29,43,44,82,111,137,155,156,160,201,268],"\u30ed\u30b0\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":44,"\u30ed\u30b0\u30d5\u30e9\u30b0":[34,153,155],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[34,40,41,43,153,155,212],"\u30ed\u30b0\u30ec\u30d9\u30eb":[34,43,44,92,109,153,155,157,201],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":[43,155],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30c8":43,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":[34,40],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":12,"\u30ed\u30b4":[34,40],"\u30ed\u30b7\u30a2":34,"\u30ed\u30b8\u30c3\u30af":117,"\u30ed\u30c3\u30af":[34,35,38,40,41,43,49,65,90,104,105,106,107,108,153,155],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[41,44,49],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":[22,38],"\u30ed\u30f3\u30c9\u30f3":167,"\u30ed\u30fc\u30ab\u30eb":[12,199],"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":155,"\u30ed\u30fc\u30c6\u30fc\u30c8":155,"\u30ed\u30fc\u30c9":[0,22,34,36,38,41,42,43,44,99,105,120,153,155,157,199,257,269],"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":40,"\u30ed\u30fc\u30de":[34,178,204,218,225],"\u30ed\u30fc\u30de\u30b8":[178,208],"\u30ef\u30a4\u30c9":38,"\u30ef\u30fc\u30ab":[34,157],"\u30ef\u30fc\u30ab\u30fc":[34,44,111,157],"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":[34,41],"\u30ef\u30fc\u30ab\u30fc\u30d7\u30ed\u30bb\u30b9":[44,111],"\u30ef\u30fc\u30b9\u30c8\u30b1\u30fc\u30b9":34,"\u30f4\u30a1\u30a4\u30aa\u30ea\u30f3":34,"\u30f4\u30a1\u30f4\u30a3\u30f4\u30a5\u30f4\u30a7\u30f4\u30a9":[34,204,225],"\u30f4\u30a1\u30f4\u30a3\u30f4\u30f4\u30a7\u30f4\u30a9":[34,204,225],"\u30f4\u30a1\u30f4\u30a3\u30f4\u30f4\u30a7\u30f4\u30a9\u30f4":[204,225],"\u30f6\u30b1":[204,225],"\u30f6\u6708":153,"\u30fb\u30b5\u30fc\u30d0":273,"\u30fb\u30c7\u30b9":240,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":276,"\u30fb\u30d5\u30a1\u30a4\u30eb":18,"\u30fb\u5168":100,"\u30fb\u5186":0,"\u30fb\u6d6e\u52d5\u5c0f":137,"\u30fb\u81ea\u5df1\u7d39":276,"\u30fbgroonga":43,"\u30fbor":280,"\u30fbroot":43,"\u30fd\u30fe":[204,225],"\u3315\uff41z":241,"\u33a1\"":[205,225],"\u4e00\u3064":[0,34,44,50,51,54,68,82,89,90,94,100,101,103,110,127,143,165,167,168,169,172,175,176,180,184,195,248,264,270],"\u4e00\u4ef6\u9032\u3081":69,"\u4e00\u500b":11,"\u4e00\u5207":43,"\u4e00\u56de":34,"\u4e00\u5b9a":44,"\u4e00\u5b9a\u91cf":34,"\u4e00\u5bfe":270,"\u4e00\u5de5":278,"\u4e00\u5ea6":[34,38,40,42,49,124,131,137,157,200,202,211,247,271,275],"\u4e00\u5f0f":[12,65],"\u4e00\u610f":[78,92,133,155],"\u4e00\u62ec\u3057":[34,68],"\u4e00\u6587\u5b57":[42,43],"\u4e00\u65b9":[0,70,73,92,137,171,179,181,184,198,199,228,266,270,273,275],"\u4e00\u6642":[6,7,22,34,43,44,46,65,167],"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":43,"\u4e00\u6642\u7684":[34,43,65,144,268],"\u4e00\u6642\u7d50\u679c":40,"\u4e00\u6b69":273,"\u4e00\u756a":[29,80,121,137,257],"\u4e00\u756a\u5de6":199,"\u4e00\u756a\u901f\u3044":47,"\u4e00\u77ed":0,"\u4e00\u7dd2":[35,40,42,51,54,80,104,112,115,129,137,142,158,160,167,243,266,273],"\u4e00\u7fa4":11,"\u4e00\u81f4":[11,12,22,34,35,37,39,40,42,43,44,47,54,68,69,91,92,137,140,142,178,179,193,222,230,266,269,273,276,279],"\u4e00\u81f4\u3057":[34,42,264],"\u4e00\u81f4\u7528":278,"\u4e00\u81f4rk":[22,43,46,178,206],"\u4e00\u822c":[0,34,50,65,137,197,198,240,273,275],"\u4e00\u822c\u7684":[0,228,230,243],"\u4e00\u884c":[36,155,156],"\u4e00\u8996":[34,204,225],"\u4e00\u89a7":[12,17,18,22,46,89,93,118,119,122,142,143,149,155,157,198,199,266,267,272],"\u4e00\u8a9e":266,"\u4e00\u8cab\u6027":[10,43,44],"\u4e00\u9023":201,"\u4e00\u90e8":[34,40,43,94,216,220,230,273],"\u4e00\u9577":0,"\u4e09\u3064":[167,264],"\u4e09\u756a\u76ee":199,"\u4e09\u8c37":42,"\u4e09\u8c37\u3055\u3093":42,"\u4e0a\u304c\u3063":228,"\u4e0a\u3052\u308b":266,"\u4e0a\u4f4d":[68,266],"\u4e0a\u554f":261,"\u4e0a\u66f8\u3044":12,"\u4e0a\u66f8\u304d":[12,44,86,280],"\u4e0a\u8a18":[12,17,21,29,33,34,40,43,92,104,115,137,142,153,156,163,172,179,184,204,211,219,221,228,238,240,241,242,244,263,266,267,271,273,275,280],"\u4e0a\u8a18url":12,"\u4e0a\u8ff0":[173,211],"\u4e0a\u91ce":36,"\u4e0a\u9650":[9,22,43,51,61,68,69,270],"\u4e0b\u304c\u3063":228,"\u4e0b\u304c\u308a":[105,266],"\u4e0b\u3052":[34,43],"\u4e0b\u3055\u3044":[1,12,23,24,25,27,31,32,34,40,41,68,93,148,226,240,241],"\u4e0b\u66f8\u304d":207,"\u4e0b\u8a18":[11,69,82,89],"\u4e0b\u90e8":12,"\u4e0b\u9650":[61,69],"\u4e0d\u504f":34,"\u4e0d\u5177\u5408":[3,34,40,41,42,43,44],"\u4e0d\u53ef":121,"\u4e0d\u5909":78,"\u4e0d\u5b89":12,"\u4e0d\u5b89\u5b9a\u7248":12,"\u4e0d\u5b8c\u5168":[38,44],"\u4e0d\u5fc5\u8981":[34,43,44,86],"\u4e0d\u610f":104,"\u4e0d\u6574\u5408":35,"\u4e0d\u6b63":[14,35,36,38,41,42,43,44,63,92,104,129,142],"\u4e0d\u6b63\u78ba":40,"\u4e0d\u7b49\u4fa1":179,"\u4e0d\u80fd":156,"\u4e0d\u8981":[0,34,40,41,42,43,104,228,238,240,260],"\u4e0d\u8db3":[23,24,25,27,31,32,34,42,43,267],"\u4e0d\u9069\u5207":[40,42],"\u4e0e\u3048":[11,40,41,44,56,63,69,155,263,266,273],"\u4e0e\u3048\u308b":[82,154,155,280],"\u4e14\u3064":34,"\u4e16\u4ee3":82,"\u4e16\u754c":[167,168,169,248,270,280],"\u4e21\u65b9":[0,34,80,112,114,115,121,137,198,199,200,212,218,222,231,232,241,242,275,276,278],"\u4e21\u8005":280,"\u4e26\u3073":[34,199,264],"\u4e26\u3073\u9806":280,"\u4e26\u3079":[22,114,269],"\u4e26\u3093":[34,112,114,115],"\u4e26\u5217":[6,7,34,44,156,201],"\u4e2d\u4e95":41,"\u4e2d\u56fd":167,"\u4e2d\u592e\u5024":42,"\u4e2d\u5fc3":[34,168],"\u4e2d\u65ad":[34,38,40,42,59],"\u4e2d\u70b9":[34,204,225],"\u4e2d\u7a0b\u5ea6":[23,24,25,27,31,32],"\u4e2d\u8eab":[42,156,263,273],"\u4e2d\u9593":[11,264],"\u4e38\u3081":185,"\u4e38\u62ec":273,"\u4e3b\u30ad\u30fc":[22,36,40,78,105,143,269,270,271,272,273,279],"\u4e3b\u5c0e":160,"\u4e3b\u8981":23,"\u4e43\u6bc5":36,"\u4e57\u7b97":34,"\u4e71\u6570":[180,280],"\u4e88\u3081":[34,155,248],"\u4e88\u5b9a":[12,16,34,38,43,80,82,134,135,167,181,212,216,257],"\u4e88\u60f3":34,"\u4e88\u671f":34,"\u4e8b\u524d":[12,113,116,117,134,135,137,220,266],"\u4e8b\u67c4":10,"\u4e8b\u9805":[22,43,44,46,216],"\u4e8c\u3064":[11,54,82,112,114,115,118,148,156,167,174,178,179,184,264],"\u4e8c\u756a\u76ee":199,"\u4e8c\u91cd":[41,42,43,198],"\u4e8c\u9805":[43,44,199],"\u4e92\u63db":[12,24,25,27,31,34,42,43,44,82,112,114,115,118,199,214,215,257],"\u4e92\u63db\u6027":12,"\u4e94\u5165":38,"\u4eac\u90fd":[240,264,266],"\u4eba\u3068":10,"\u4eba\u540d":[204,240],"\u4eba\u5411\u3051":43,"\u4eba\u6c17":[112,114,115],"\u4eba\u7269":92,"\u4eca\u56de":[34,40,44,181,199,273],"\u4eca\u5f8c":[12,34,38,44,134,148,212],"\u4ecb\u3057":[0,277],"\u4ecb\u6587":276,"\u4ed5\u65b9":3,"\u4ed5\u69d8":[22,36,39,40,42,64,82,137,140,157,243,270],"\u4ed5\u7d44":[17,43,257],"\u4ed5\u7d44\u307f":[40,43,157],"\u4ed8\u3044":[34,92,202,275],"\u4ed8\u304d":[3,22,30,34,36,43,44,80,87,92,112,114,115,117,121,136,137,140,198,203,207,212,218,221,248,269,270,273],"\u4ed8\u3051":[40,85,86,102,133,138,153,160,163,170,171,242,257,263,270,273,275],"\u4ed8\u3051\u308b":[9,34,160,199,202,223,273,279],"\u4ed8\u3051\u65b9":85,"\u4ed8\u4e0e":[51,68,78,137,156,272,278],"\u4ed8\u5c5e":[157,158],"\u4ed8\u8d85\u7fa4":34,"\u4ed8\u968f":94,"\u4ee3\u308a":[40,167,198],"\u4ee3\u308f\u308a":[29,32,34,43,92,115,121,129,137,139,142,155,157,170,171,181,198,202,205,212,228,263],"\u4ee3\u5165":[11,36,41,198,280],"\u4ee3\u540d":34,"\u4ee3\u540d\u8a5e":240,"\u4ee3\u8868":[0,137],"\u4ee5\u4e0a":[11,12,14,17,32,33,34,40,41,42,43,44,51,54,69,70,76,80,92,93,111,112,114,115,117,121,122,129,132,137,140,142,144,155,156,157,160,170,173,174,178,179,181,184,211,212,214,216,222,223,228,230,238,247,248,263,273],"\u4ee5\u4e0b":[11,12,14,17,18,21,25,29,32,33,34,38,40,42,43,44,47,50,51,53,54,55,57,63,65,70,73,76,80,83,84,85,86,87,89,91,92,93,95,96,97,98,99,102,103,104,105,106,107,108,110,111,112,113,114,115,117,118,119,120,121,122,124,125,129,130,131,132,133,136,137,138,139,140,141,142,143,144,145,146,148,149,150,153,155,156,157,158,160,163,164,167,168,170,171,172,173,174,175,178,179,181,183,184,185,186,193,195,196,199,201,202,203,204,205,207,209,211,212,213,214,215,218,219,220,221,222,223,225,226,227,228,230,238,239,240,241,242,244,245,246,247,248,257,260,263,264,266,267,268,270,272,273,277,280],"\u4ee5\u5185":[153,199,218,219,276,280],"\u4ee5\u524d":[34,38,40,41,42,43,44,104,112,114,115,202,203,266,270,276],"\u4ee5\u5916":[0,11,34,36,38,41,42,47,50,51,54,55,57,61,65,68,71,73,80,105,112,115,129,130,132,137,142,144,153,155,156,173,193,198,207,212,222,226,227,241,248],"\u4ee5\u964d":[12,14,17,34,36,38,41,42,43,44,95,104,105,112,114,115,133,137,145,153,155,170,171,172,202,203,207,230,277],"\u4eee\u540d":208,"\u4eee\u5b9a":133,"\u4eee\u60f3":[41,43,271,280],"\u4ef6\u540c":43,"\u4ef6\u542b":276,"\u4ef6\u6570":[34,42,43,44,65,68,78,112,264,266,273],"\u4efb\u547d":12,"\u4efb\u610f":[0,12,34,155,156,267,273],"\u4f1a\u793e":[34,42,43,44],"\u4f1d\u642c":34,"\u4f1d\u7d71":0,"\u4f34\u3063":34,"\u4f3c\u305f":203,"\u4f4d\u7f6e":[18,22,34,38,40,41,42,43,44,46,51,65,69,92,93,136,206,213,214,215,241,269,272,273],"\u4f4e\u3044":[92,266],"\u4f4e\u304f":[228,266],"\u4f4e\u4e0b":[34,41],"\u4f4e\u6a5f":11,"\u4f4e\u6e1b":[36,261],"\u4f4e\u901f":[34,92,142],"\u4f4f\u3093":276,"\u4f4f\u6240":40,"\u4f50\u85e4":[43,44],"\u4f53\u8fd1":168,"\u4f55\u3089\u304b":248,"\u4f55\u500b":137,"\u4f55\u5ea6":[41,133],"\u4f55\u756a":115,"\u4f59\u308a":199,"\u4f59\u5206":34,"\u4f59\u8a08":10,"\u4f5c\u3063":[34,38,68,69,115,120,121,123,136,137,157,160,202,218,266,271],"\u4f5c\u3089":[43,137],"\u4f5c\u3089\u308c":[34,42,156],"\u4f5c\u3089\u308c\u308b":153,"\u4f5c\u308a":[34,42,92,132,137,139,142,160,194,201,218,219,247,275],"\u4f5c\u308a\u76f4\u3057":[132,153],"\u4f5c\u308a\u76f4\u3059":[43,132],"\u4f5c\u308b":[7,8,9,17,34,42,43,80,91,92,112,114,115,120,123,136,137,142,155,160,178,197,199,212,216,219,247,272,276,279],"\u4f5c\u308c":[44,106],"\u4f5c\u308c\u308b":[43,92,137],"\u4f5c\u6210":[22,26,34,35,36,38,39,40,41,42,43,44,47,50,54,55,61,66,68,69,71,78,111,112,114,115,117,118,137,140,144,155,156,157,160,167,178,198,199,200,218,221,222,244,247,248,260,266,269,270,272,275,278,279],"\u4f5c\u6210\u6e08":155,"\u4f5c\u696d":[10,17,34],"\u4f5c\u7528":40,"\u4f75\u305b":273,"\u4f75\u7528":34,"\u4f7f\u3044":[0,6,7,8,11,12,15,17,18,21,22,24,25,27,28,29,31,34,38,42,43,44,47,49,55,57,70,80,83,86,92,102,104,105,111,112,113,114,115,118,121,129,130,136,137,138,140,142,146,148,153,155,157,158,160,171,172,173,178,179,181,193,197,198,199,200,203,211,212,213,217,218,219,221,223,228,230,235,236,237,239,241,243,245,246,247,248,257,270,271,275,277],"\u4f7f\u3044\u5206\u3051":[264,266],"\u4f7f\u3044\u65b9":[0,22,46,70,198,199,217,273],"\u4f7f\u3046":[5,7,11,12,16,21,23,24,25,27,29,31,33,34,35,36,38,40,41,42,43,44,47,48,50,51,57,70,73,80,83,85,88,91,92,96,97,98,99,102,103,104,105,112,113,114,115,116,117,118,121,123,124,129,130,131,132,134,135,137,138,140,142,144,148,151,153,155,156,158,163,164,170,171,172,173,174,175,178,179,181,184,185,186,193,195,197,198,199,201,202,203,204,205,207,208,209,211,212,213,214,215,216,218,219,220,221,222,223,226,227,228,230,231,232,233,234,238,240,248,257,261,263,266,268,270,273,275,277,279],"\u4f7f\u3048":[6,8,21,33,34,38,41,42,43,47,91,92,99,104,105,112,114,115,123,132,133,137,138,142,148,155,157,158,160,162,163,173,193,197,198,199,208,212,213,214,215,216,225,240,241,243,249,255,256,271,273],"\u4f7f\u3048\u308b":[21,29,34,38,40,41,42,43,44,136,137,155,198,212,216,244],"\u4f7f\u3063":[3,5,10,11,12,17,18,19,20,21,23,24,25,27,28,29,31,32,33,34,39,40,41,42,43,44,47,54,61,63,70,73,80,83,87,88,89,91,92,99,104,105,107,111,112,113,114,115,117,118,120,121,123,129,132,135,136,137,139,142,144,147,148,153,155,157,160,171,174,178,179,181,197,198,199,202,203,204,205,211,212,213,214,215,216,219,220,225,226,227,228,230,238,240,241,243,245,246,248,257,263,264,266,270,271,272,273,275,276,277,278,279,280],"\u4f7f\u308f":[21,34,38,41,42,43,44,47,50,54,87,92,104,105,111,112,113,114,115,117,120,121,129,137,142,144,148,155,157,163,179,197,198,202,208,211,212,218,222,228,230,241,242,244,263,271,272,275,279],"\u4f7f\u308f\u305a":[34,179],"\u4f7f\u7528":[11,12,34,35,36,40,41,42,43,44,50,51,54,63,65,66,68,72,82,89,91,92,93,95,102,105,112,114,115,118,119,121,133,137,138,139,145,146,148,149,150,153,155,156,157,160,167,170,171,173,179,184,185,186,198,199,204,208,213,225,228,238,241,244,248,257,263,264,266,270,273,275,276,277],"\u4f7f\u7528\u4f8b":167,"\u4f8b\u3048":[18,20,21,29,34,40,41,42,43,44,65,80,102,104,112,114,115,117,118,119,137,140,142,148,149,153,155,156,157,184,197,198,199,200,202,203,211,212,213,216,218,219,220,221,226,228,230,238,240,241,244,257,264,266,272,273,274,275,278,279],"\u4f8b\u3068\u3057\u3066":[242,247,270],"\u4f8b\u3068\u3068\u3082":167,"\u4f8b\u4ee5\u5916":[204,240,241],"\u4f8b\u5916":[27,34,42,43,91,114,115,121,134,135],"\u4f9d\u308a":121,"\u4f9d\u5b58":[12,22,23,39,40,42,44,83,92,117,121,137,160,213,214,215,240],"\u4f9d\u7136":34,"\u4f9d\u983c":12,"\u4fa1\u683c":44,"\u4fbf\u5229":[0,1,6,7,29,34,43,44,51,80,83,92,104,112,113,118,122,129,132,136,137,138,146,148,155,197,198,208,212,218,270],"\u4fbf\u5229\u30e1\u30bd\u30c3\u30c9":34,"\u4fc2\u52a9\u8a5e":240,"\u4fc2\u6570":[11,137],"\u4fc3\u97f3":34,"\u4fdd\u305f":[114,115],"\u4fdd\u3064":[34,44],"\u4fdd\u5b58":[22,33,40,41,43,44,63,80,91,92,93,112,114,115,121,136,137,155,157,160,167,199,202,207,212,221,222,248,268,269,272,275,276,280],"\u4fdd\u6301":[34,44,50,54,104,270,274,276],"\u4fdd\u8a3c":[82,89],"\u4fe1\u6d0b":44,"\u4fe1\u983c":153,"\u4fee\u5e73":42,"\u4fee\u6b63":[12,167,219,277],"\u4fee\u6b63\u4e2d":219,"\u500b\u3005":[11,82,114,266],"\u500b\u4eba":[12,29],"\u500b\u5225":137,"\u500b\u5b9a":9,"\u500b\u6240":42,"\u500b\u6570":[40,51],"\u500d\u7cbe":[34,248],"\u5019\u88dc":[140,160,178,218,219,220],"\u5024\u304b":[164,167],"\u5024\u304c":44,"\u5024\u3054":271,"\u5024\u3054\u3068":271,"\u5024\u3057":173,"\u5024\u3059":44,"\u5024\u3060\u3051":199,"\u5024\u3068":[137,198,270],"\u5024\u3068\u3057\u3066":[155,167,186,268,276],"\u5024\u306a\u3057":39,"\u5024\u306a\u3089":41,"\u5024\u3088\u308a":[11,137],"\u5024\u4ee5\u4e0a":155,"\u5024\u5727":92,"\u5024\u578b":270,"\u5024\u57df":[76,122],"\u5024\u6bce":271,"\u5024\u7528":38,"\u5024\u8a18":199,"\u504f\u5dee":34,"\u505c\u6b62":[34,41,43,82,95,145,155,157],"\u5065\u4f5c":272,"\u5074\u9762":0,"\u5076\u6570":199,"\u5099\u8003":[41,137,160],"\u50be\u5411":[121,137,275],"\u512a\u308c":[0,230,240],"\u512a\u5148":[0,34,43,99,156,218],"\u5143\u6c17":41,"\u5145\u5206":34,"\u5148\u60c5":276,"\u5148\u8aad":238,"\u5148\u982d":[34,59,63,65,112,114,115,137,157,212,243,273],"\u5149\u7537":41,"\u5165\u3063":[14,34,40,41,43,44,83,92,137,173,218,263,267,272,273,275],"\u5165\u308a":[104,137,199,233,234,263,267,271,273],"\u5165\u308b":143,"\u5165\u308c":[137,243,266,272,276],"\u5165\u308c\u308b":[43,92,137,212],"\u5165\u529b":[34,35,38,39,41,44,83,89,90,94,100,101,103,105,110,127,137,140,143,154,155,156,199,208,218,219,220,221,225,263,273],"\u5165\u529b\u30df\u30b9":219,"\u5168\u304f":43,"\u5168\u3066":[17,34,68,137,138,155,157,197,200,221,225,248,275],"\u5168\u4e16\u754c":41,"\u5168\u4ef6":[69,198,199],"\u5168\u4f53":[22,29,34,41,46,48,121,213],"\u5168\u524a":150,"\u5168\u6587":[22,24,25,27,29,31,34,40,42,48,73,80,92,93,112,114,115,137,142,155,179,193,197,198,199,202,207,212,222,228,261,264,265,269,270,272,274,276],"\u5168\u6587\u691c":[22,36,269],"\u5168\u6587\u691c\u7d22":[40,142,155,179],"\u5168\u89d2":[34,38,43,69,203,204,225,273],"\u5168\u90e8":263,"\u5168suffix":68,"\u516c\u5e73":41,"\u516c\u5f0f":[8,12,27,38,179],"\u516c\u8f14":41,"\u516c\u958b":[34,36,38,41,42,43,44,50],"\u516c\u958b\u9375":12,"\u5171\u306b":[51,65],"\u5171\u6709":[2,10,12,22,29,40,41,50,92,155,157,272,275],"\u5171\u901a":[10,34,38,114,155,199,222,248,275],"\u5171\u901a\u63a5":[34,222],"\u5177\u4f53":[34,137,266,271,275],"\u5177\u4f53\u4f8b":[91,115],"\u5177\u5408":[137,199],"\u5178\u578b":43,"\u5185\u5bb9":[10,12,17,34,40,42,43,55,59,62,63,69,83,93,112,114,115,137,143,153,154,156,181,198,199,201,218,221,247,261,270,273,275,276,277],"\u5185\u5c71":34,"\u5185\u8a33":266,"\u5185\u8fd1\u304f":199,"\u5185\u90e8":[12,34,39,42,43,44,50,54,60,63,65,68,104,121,122,129,181,270],"\u5186\u6ed1":12,"\u518d\u3073":[42,153],"\u518d\u4f5c":43,"\u518d\u4f5c\u6210":44,"\u518d\u5229":[34,42,43,78,121,155,157,222],"\u518d\u5e30":[11,34,47,65,90,107,137,153,157,211],"\u518d\u5ea6":[11,12,34,42,43,49],"\u518d\u691c":197,"\u518d\u69cb":[34,38,153],"\u518d\u73fe":[10,34,41,197,228,230,240,266],"\u518d\u751f":[34,157],"\u518d\u767a":42,"\u518d\u8aad":211,"\u518d\u8aad\u8fbc":111,"\u518d\u8d77":[34,43,211,247,261],"\u518d\u8d77\u52d5":[124,131,155,157,247],"\u5197\u9577":34,"\u51e6\u7406":[0,6,7,11,17,34,35,36,40,41,42,43,44,59,78,81,86,87,92,104,107,112,114,115,118,122,129,137,139,142,146,148,153,156,157,171,181,198,199,201,223,228,257,263,264,280],"\u51fa\u3055":41,"\u51fa\u3057":276,"\u51fa\u3059":[34,137,160,276],"\u51fa\u305b\u308b":[0,34],"\u51fa\u529b":[0,3,14,22,29,34,35,36,38,39,40,41,42,43,44,46,54,57,61,63,80,81,82,84,86,87,88,89,91,92,93,95,96,97,98,99,100,102,103,104,106,107,108,109,110,112,113,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,136,138,139,140,141,142,143,144,145,147,148,149,150,153,155,156,157,158,160,172,201,204,225,240,248,263,267,269],"\u51fa\u6765":[18,34,148,272,275],"\u51fa\u6765\u308b":[34,276],"\u51fa\u73fe":[0,34,43,51,92,93,115,137,140,146,160,199,213,214,215,274],"\u5206\u304b\u3061":0,"\u5206\u3051":[12,22,34,93],"\u5206\u3051\u308b":270,"\u5206\u307e":216,"\u5206\u5272":[0,38,43,44,199,222,238,264,273],"\u5206\u5c90":14,"\u5206\u6563":216,"\u5206\u6790":[0,34],"\u5206\u89e3":[11,216],"\u5206\u914d":[112,115],"\u5206\u985e":[137,270,271],"\u5206z":248,"\u5207\u3089":42,"\u5207\u308a":[34,38,41,42,43,44,63,127,137,226],"\u5207\u308a\u4e0a\u3052\u308b":114,"\u5207\u308a\u6368\u3066":270,"\u5207\u308b":[42,121,157],"\u5207\u308c":[34,43],"\u5207\u65ad":34,"\u5217\u4e2d":[44,199],"\u5217\u578b":[42,198,270,271],"\u5217\u5f0f":57,"\u5217\u5f15":11,"\u5217\u60c5":148,"\u5217\u6307\u5411":0,"\u5217\u6319":[43,273],"\u5217\u8868":[57,248],"\u5217\u95a2":44,"\u521d\u56de":[17,34],"\u521d\u671f":[0,34,36,38,40,42,55,65],"\u521d\u671f\u5024":154,"\u521d\u671f\u5316":[34,40,43,44,54,66,73,153],"\u5224\u5b9a":[65,280],"\u5224\u65ad":[34,44,55,114,117,137,199,267],"\u5225\u3005":[137,271],"\u5225\u540d":[43,155,179],"\u5225\u9014":[65,105,248],"\u5229\u70b9":0,"\u5229\u7528":[0,1,10,12,14,17,22,23,24,25,27,29,31,32,38,40,41,42,43,44,50,55,68,83,92,103,137,138,142,148,151,153,155,156,158,170,171,173,179,193,198,199,207,218,219,221,248,255,263,264,266,269,270,273],"\u5229\u7528\u4f8b":0,"\u5230\u9054":[33,34],"\u5236\u5fa1":[34,40,113,137,157,163,179],"\u5236\u7d04":[33,114],"\u5236\u9650":[22,34,36,38,40,41,42,43,44,46,61,114,115,133,137,157,167,184,197,198,213,214,216,247,257,269,275,277],"\u523b\u307f":137,"\u5247\u3063":216,"\u524a\u6e1b":[34,43,44,153],"\u524a\u9664":[0,6,7,12,18,34,35,36,38,39,40,41,42,43,44,59,65,67,68,69,78,91,94,96,105,123,129,150,151,153,155,157,212,222],"\u524a\u9664\u5f8c":34,"\u524d\u3082\u3063":43,"\u524d\u4ed8":[112,114,115],"\u524d\u4ed8\u304d":65,"\u524d\u5411\u3051":104,"\u524d\u56de":12,"\u524d\u5f8c":[155,273],"\u524d\u63d0":[3,47],"\u524d\u65b9":[11,22,34,35,37,39,40,42,43,44,46,69,91,92,140,142,178,179,193,206,222,230,264,269,273],"\u524d\u8005":[47,160,203,211,280],"\u524d\u8ff0":[137,142,157,173,202,266],"\u5270\u4f59":42,"\u5272\u3063":[213,215],"\u5272\u308a":[54,133,143,148,199,222,270],"\u5272\u308a\u5f53\u3066":[36,50],"\u5272\u308a\u5f53\u3066\u308b":[85,222,270,273],"\u5272\u308b":215,"\u5272\u5408":139,"\u52a0\u3048":[11,12,21,44,104,240,270,278],"\u52a0\u3048\u308b":[38,104],"\u52a0\u308f\u308b":10,"\u52a0\u7b97":[34,44,65,78,80],"\u52a3\u5316":[43,129],"\u52a9\u52d5\u8a5e":240,"\u52a9\u8a5e":240,"\u52b9\u304d":34,"\u52b9\u679c":[34,113,276],"\u52b9\u7387":[34,43,44,92,104,121,157,275],"\u52c9\u5f37":[230,245,246],"\u52d5\u3044":[43,70,129],"\u52d5\u304b":[34,41,42,43,99,160,212],"\u52d5\u304b\u3057":[160,247],"\u52d5\u304b\u3059":43,"\u52d5\u304d":[34,43,129,137,147,216,257],"\u52d5\u304f":[29,38,40,247,256],"\u52d5\u4f5c":[3,17,34,36,38,41,42,43,44,82,111,114,115,156,157,201,204,217,241,256,270],"\u52d5\u5c0f":[34,248],"\u52d5\u6642":34,"\u52d5\u74b0":154,"\u52d5\u753b":272,"\u52d5\u7684":[0,22,34,36,39,43,44,46,92,157,241,264,273],"\u52e7\u3081":42,"\u5316\u4f5c":12,"\u5316\u51e6":[38,78],"\u5316\u524d":78,"\u5316\u5bfe":[17,204,225],"\u5316\u5f8c":34,"\u5316\u65b9":[118,202],"\u5316\u6642":38,"\u5316\u6e08":[55,65],"\u5316\u6f0f\u308c":40,"\u5316\u95a2":36,"\u5317\u4eac":167,"\u5317\u534a\u7403":40,"\u5317\u5e02":44,"\u533a\u5207":122,"\u533a\u5207\u3063":[118,137,146,148,160,263],"\u533a\u5207\u3089":38,"\u533a\u5207\u308a":[0,34,40,43,92,103,105,137,140,142,148,154,155,160,179,198,199,209,221,228,230,238,239,245,246,248,270,271,273],"\u533a\u5207\u308b":[36,137,155,211],"\u533a\u5225":[44,137,212,248,278],"\u5341\u5206":[34,44,62,92,114,266,268],"\u5341\u5206\u6c17":137,"\u534a\u5f84":168,"\u534a\u6fc1":[34,204,225],"\u534a\u7121":[38,142],"\u534a\u89d2":[34,69,203,204,225,273],"\u5354\u529b":[3,4,22,44],"\u5357\u534a":40,"\u5358\u306b":[41,135],"\u5358\u4f4d":[0,34,36,38,43,71,81,83,86,121,139,151,153,155,160,167,168,181,185,199,201,245,246,248,263,264,273,276],"\u5358\u4f53":[0,156],"\u5358\u72ec":[51,156],"\u5358\u7cbe":[34,248],"\u5358\u7d14":[11,85,168,278],"\u5358\u8a9e":[34,40,112,114,115,137,197,198,211,213,214,215,218,220,230,273,274,275,276],"\u535a\u4e4b":[43,44],"\u5360\u6709":65,"\u5371\u6a5f":[155,201],"\u5371\u967a":[12,34,95,106,107,108,117,123,144,145,257],"\u5373\u5024":44,"\u5373\u5ea7":[43,44],"\u5373\u6642":[22,34],"\u539f\u56e0":[10,12,22,43,44,153,156,265,267,268],"\u539f\u578b":34,"\u539f\u99c5":280,"\u53b3\u5bc6":[42,43,44,218],"\u53b3\u683c":34,"\u53c2\u52a0":[2,3],"\u53c2\u7167":[1,6,7,8,12,17,21,22,24,25,27,28,29,30,31,34,35,36,38,40,41,42,43,44,47,49,54,59,64,80,85,86,87,88,91,93,95,96,97,98,99,102,104,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,139,140,141,142,145,146,147,148,149,150,153,156,157,160,167,173,179,184,198,199,208,211,212,226,230,240,247,248,255,261,266,268,269,271,275,276,280],"\u53c2\u7167\u5024":44,"\u53c2\u7167\u5143":270,"\u53c2\u7167\u5148":[34,41],"\u53c2\u7167\u578b":137,"\u53c2\u8003":[12,22,46,273],"\u53ca\u3073":156,"\u53cb\u4eba":272,"\u53cc\u65b9":10,"\u53cd\u6620":[0,11,12,160,247],"\u53cd\u8ee2":199,"\u53ce\u307e\u308a\u304d\u3089":43,"\u53ce\u96c6":[0,34,83],"\u53d6\u308a":44,"\u53d6\u308a\u51fa\u3055":270,"\u53d6\u308a\u51fa\u3057":[61,69,273],"\u53d6\u308a\u51fa\u3059":[11,36,61,69,270],"\u53d6\u308a\u51fa\u305b\u308b":44,"\u53d6\u308a\u5f97\u308b":248,"\u53d6\u308a\u8fbc\u307e":12,"\u53d6\u308a\u8fbc\u307f":38,"\u53d6\u308a\u9664\u3044":68,"\u53d6\u308a\u9664\u304d":[11,34,172],"\u53d6\u308a\u9664\u304f":240,"\u53d6\u308b":[158,160,199,263],"\u53d6\u5f97":[10,22,23,34,42,43,44,49,50,54,61,62,65,66,68,69,88,92,93,97,112,116,122,137,151,160,199,218,219,221,240,269,271,272,275],"\u53d7\u3051":[9,34,40,41,42,43,44,85,86,133,138,153,157,158,160,163,167,199,242,257,260,263,273,279],"\u53d7\u3051\u308b":[42,261],"\u53d7\u3051\u4ed8\u3051":[34,36,40,138,199],"\u53d7\u3051\u53d6\u3063":0,"\u53d7\u3051\u53d6\u308a":[11,157,160,163,164,273],"\u53d7\u4ed8":[41,279],"\u53d7\u4fe1":[105,160],"\u53e4\u3044":[12,40,43,44,95,145,202,276],"\u53e4\u304f":[42,44],"\u53e4\u3059\u304e\u308b":18,"\u53e5\u70b9":240,"\u53ef\u5426":273,"\u53ef\u5909":[38,93,101,121,122,263],"\u53ef\u5909\u9577":[104,121],"\u53ef\u80fd":[10,11,12,14,22,29,34,38,40,41,43,44,51,53,55,65,66,68,72,78,82,89,93,108,124,125,131,137,140,153,155,156,158,170,198,199,222,242,243,255,257,263,264,266,272,273,276,278,280],"\u53ef\u8aad":42,"\u53f3\u4e0a":35,"\u53f3\u4e0b":[35,169],"\u53f3\u8fba":[36,38,43,44],"\u5404\u5024":122,"\u5404\u51fa":[114,137],"\u5404\u52d5":137,"\u5404\u52d9":43,"\u5404\u547d":156,"\u5404\u56fd":12,"\u5404\u7d22":273,"\u5404\u8981":[80,92,193],"\u5404\u8a00":226,"\u5404\u8a9e":89,"\u5404os":[226,240],"\u5408\u308f\u305b":[40,51,199,238],"\u5408\u7406":230,"\u5408\u81f4":[273,280],"\u5408\u8a08":[33,34,42,89,112,114,115,137,156,213,222,266,268],"\u5409\u5ca1":43,"\u5409\u7530":41,"\u540c\u3058":[0,22,34,35,36,38,42,43,44,54,57,69,80,82,83,85,91,92,112,114,115,117,124,129,130,131,132,133,137,140,143,148,155,156,157,160,179,199,202,203,211,212,213,214,215,219,225,241,248,257,265,270,271,273,275],"\u540c\u3058\u4f8b":275,"\u540c\u3058\u5024":[114,115,157,273],"\u540c\u3058\u578b":80,"\u540c\u3058\u6570":[155,157,257],"\u540c\u3058\u6642":34,"\u540c\u3058\u6708":43,"\u540c\u3058\u91cd\u307f":179,"\u540c\u3058\u97f3\u3068":[204,225],"\u540c\u540d":[12,111],"\u540c\u6642":[0,9,34,43,44,68,69,82,105,137,156,160,238,280],"\u540c\u671f":[12,156],"\u540c\u68b1":[17,36,40,42],"\u540c\u69d8":[11,12,34,69,156,207,263,270,280],"\u540c\u7a0b":92,"\u540c\u7b49":[34,43,104,156,264],"\u540c\u7fa9":[44,211],"\u540d\u524d":[12,17,22,34,36,37,38,40,43,44,46,47,51,54,55,63,65,66,68,71,82,83,89,91,92,93,94,95,100,102,104,105,112,114,115,117,118,119,120,121,122,123,129,130,136,137,142,143,144,145,148,149,155,157,160,199,204,216,218,222,240,257,260,263,270,273,276],"\u540d\u79f0":43,"\u540d\u7b49":65,"\u540d\u8a5e":[34,204,240],"\u540d\u9806":115,"\u540dn":143,"\u5411\u3044":[42,83,92,137,222],"\u5411\u3051":[3,6,7,8,11,22,25,29,34,41,42,43,44,65,198],"\u5411\u4e0a":[34,38,43,44,157,197,199,257,261],"\u5426\u304b":[114,163],"\u5426\u5b9a":[11,43,137,238],"\u542b\u307e":[6,11,12,34,40,42,43,44,83,91,92,93,99,104,112,114,115,117,124,125,129,130,131,134,135,137,138,141,142,143,144,145,146,160,163,173,174,179,181,193,198,199,211,213,214,215,221,230,238,241,242,257,264,273,275,276],"\u542b\u307e\u308c":[0,12,41,83,112,115,124,125,131,137,142,163,181,264,275],"\u542b\u307e\u308c\u308b":[0,11,12,44,114,137,155,170,171,266,270,273],"\u542b\u307f":[34,43,69,83,105,112,115,121],"\u542b\u3080":[9,11,34,40,41,42,43,44,63,80,91,112,114,115,136,137,140,145,154,198,199,201,214,215,241,242,244,264,273,275,276],"\u542b\u3080\u5024":[155,273],"\u542b\u3080\u5168\u3066":95,"\u542b\u3081":[12,34,44,137,163,198,211],"\u542b\u3081\u308b":[12,34,38,39,42,44,103,112,114,115,117,118,137,148,163,198,211,273],"\u542b\u3093":[11,34,42,44,83,114,117,121,136,137,181,198,199,213,214,219,220,228,231,232,233,234,270,275,276],"\u5438\u53ce":273,"\u5468\u4e0a":168,"\u5468\u8fba":[40,181,267],"\u547c\u3070":[34,41,43,44,54,66,68,70,129,137,199,213,248,273],"\u547c\u3073":[11,34,73,80,121,137,155,156,181,270],"\u547c\u3073\u5143":54,"\u547c\u3073\u51fa\u3055":[34,59,137],"\u547c\u3073\u51fa\u3057":[0,11,34,36,40,42,43,54,103,114,137,197],"\u547c\u3073\u51fa\u3059":[34,113,147,165,168,169,176,180,197],"\u547c\u3076":[14,34,40,43,70,73,95,129,145,197],"\u547c\u3076\u524d":73,"\u547c\u3093":[42,73,129,137,264,271],"\u547c\u51fa":[51,62,65,68],"\u547d\u4ee4":155,"\u547d\u540d":[40,112,114,115],"\u548c\u3068":34,"\u548c\u5e83":41,"\u54c1\u8a5e":[34,204,240],"\u552f\u4e00":147,"\u554f\u3044\u5408\u308f":11,"\u554f\u984c":[12,17,34,35,36,37,38,40,41,42,43,44,50,54,89,117,123,156,157,198,199,230,268,273],"\u559c\u3073":[16,17],"\u56db\u3064":264,"\u56db\u5247":42,"\u56db\u6368":38,"\u56db\u89d2\u5f62":207,"\u56de\u51fa":34,"\u56de\u52d5":156,"\u56de\u540c":43,"\u56de\u547c":36,"\u56de\u6307\u5b9a":[173,198],"\u56de\u6570":[34,40,247],"\u56de\u691c":34,"\u56de\u7279":156,"\u56de\u7e70\u308a":156,"\u56de\u9001\u308b":133,"\u56de\u907f":[12,22,42,43,44,144,265,266],"\u56de\u9589":34,"\u56f0\u3063":10,"\u56f0\u96e3":[0,40],"\u56f2\u3046":34,"\u56f2\u307e":[171,181],"\u56f2\u307f":[155,170,171,181],"\u56f2\u3080":[41,181,273],"\u56f2\u3093":199,"\u56fa\u5b9a":[34,42,65,69,93,122,142,263,273],"\u56fa\u5b9a\u9577":[36,121],"\u56fa\u6709":[59,80,240],"\u56fd\u3054":271,"\u56fd\u540d":271,"\u56fd\u969b":17,"\u56fd\u969b\u5316":[3,15,18,22,44],"\u570f\u5185":276,"\u571f\u66dc":186,"\u571f\u66dc\u65e5":186,"\u5727\u7e2e":[29,34,38,40,41,42,43,44,51,92,121,136,256],"\u5730\u56f3":0,"\u5730\u57df":0,"\u5730\u5f62":[167,168],"\u5730\u70b9":[167,280],"\u5730\u7cfb":167,"\u578b\u304b":248,"\u578b\u3068\u3057\u3066":248,"\u578b\u540d":[93,114,136,137],"\u578b\u5909":38,"\u578b\u60c5":40,"\u578b\u6307":40,"\u578b\u7528":57,"\u57cb\u3081\u8fbc\u307e":12,"\u57cb\u3081\u8fbc\u307f":[171,181],"\u57cb\u3081\u8fbc\u3080":156,"\u57f7\u7b46":[18,207,274],"\u57fa\u3065\u3044":12,"\u57fa\u3065\u304f":34,"\u57fa\u6570":199,"\u57fa\u672c":[0,12,22,40,42,91,137,264,266,269,270],"\u57fa\u672c\u5f62":240,"\u57fa\u6e96":[0,12,114,270,273],"\u57fa\u76e4":54,"\u5800\u672c":34,"\u5831\u4ee5":148,"\u5831\u544a":[3,10,22,34,36,37,38,40,41,42,43,44,49,123,153,156],"\u5834\u5408":[5,6,7,10,11,17,18,21,22,23,24,25,27,29,30,31,32,33,34,35,36,38,40,41,42,43,44,50,51,54,55,56,57,59,61,63,65,68,69,70,71,80,82,86,88,89,90,91,92,93,94,95,97,99,100,101,102,103,104,105,106,107,108,110,111,112,113,114,115,117,118,120,121,122,123,129,132,133,136,137,140,142,144,145,147,148,150,153,154,155,156,157,158,160,163,164,167,168,170,171,178,179,180,181,186,193,198,199,200,201,202,209,211,212,213,215,216,218,219,220,222,226,227,228,230,238,240,241,244,245,246,247,248,257,263,264,266,267,268,271,272,273,276,277,279,280],"\u5834\u6240":[2,12,34,36,42,44,83,121,155,156,276],"\u5883\u754c":[34,40,114,167],"\u5897\u3048":[80,92,134,137,139,148,212,215,275],"\u5897\u3048\u308b":[43,119,149,160],"\u5897\u3084":[6,7,43,70,80,129,130],"\u5897\u3084\u3059":[14,34,70,80,129,137,212,247],"\u5897\u5206":[137,153],"\u5897\u52a0":[41,137],"\u5897\u5927":167,"\u58ca\u3057":[43,153],"\u58ca\u3059":40,"\u58ca\u308c":[34,36,38,40,43,44,89,122,123,132,144,153],"\u58ca\u308c\u308b":[34,35,36,38,40,41,42,43,44,105,106,107,108],"\u5909\u3048":91,"\u5909\u3048\u308b":[34,91,137,228,266],"\u5909\u308a":42,"\u5909\u308f\u3063":[91,230],"\u5909\u308f\u308a":[43,88,89,133,137,230,264,280],"\u5909\u308f\u308b":[243,266],"\u5909\u5316":[0,34,43],"\u5909\u63db":[34,38,43,44,69,87,157,199,202,222,248,276],"\u5909\u6570":[12,14,30,34,37,38,39,40,41,42,43,44,66,74,129,130,137,199,211],"\u5909\u66f4":[12,18,21,22,29,34,35,38,39,40,41,42,43,44,47,50,52,54,55,56,64,65,68,78,80,82,89,92,95,99,104,105,111,112,118,121,134,135,140,144,145,151,156,157,167,170,199,204,209,211,222,241,256,265,273],"\u5909\u66f4\u5f8c":[52,54,56,64,65,68],"\u5916\u90e8":9,"\u591a\u3044":[34,92,153,198,199,208,266],"\u591a\u304b\u3063":267,"\u591a\u304f":[34,38,92,104,115,122,137,142,157,178,181,198,199,212,215,230,243,256,261,266,270,273],"\u591a\u3059\u304e":36,"\u591a\u3059\u304e\u308b":[34,137,267],"\u591a\u5f69":0,"\u591a\u6570":34,"\u591a\u69d8":0,"\u591a\u6bb5":44,"\u591a\u91cd":154,"\u591a\u9762":0,"\u5927\u304d":[34,40,80,89,92,142,153,157,204,222,225,247],"\u5927\u304d\u3044":[11,34,38,42,43,44,86,92,99,105,121,137,142,153,198,222,228,247],"\u5927\u304d\u304f":[34,36,82,92,103,121,153,168,214,221,270],"\u5927\u304d\u3051\u308c":34,"\u5927\u304d\u3055":222,"\u5927\u304d\u3059\u304e\u308b":129,"\u5927\u304d\u306a":[34,44,247,257],"\u5927\u306a\u308a":179,"\u5927\u4e08":19,"\u5927\u4e08\u592b":[10,29,44],"\u5927\u4e8b":[198,211],"\u5927\u5207":0,"\u5927\u5225":270,"\u5927\u5c0f":[114,115],"\u5927\u5e45":[34,44],"\u5927\u62b5":157,"\u5927\u6587":[137,212],"\u5927\u6587\u5b57":[34,42,92,142,178,212,273],"\u5927\u898f\u6a21":[0,44],"\u5927\u8cb4":40,"\u5927\u91cf":[11,33,34,42,44,92,114,137,142,144,153,213,214,222,272,273],"\u5927\u95a2":42,"\u592a\u90ce":272,"\u592b\u5fc5":278,"\u5931\u308f":[12,34,40,225],"\u5931\u52b9":[88,157],"\u5931\u6557":[12,34,36,38,40,41,42,43,44,49,50,74,91,92,95,96,98,99,102,104,106,107,108,109,112,114,117,124,125,129,130,131,132,137,141,142,144,145,150,164,198,212,267,273],"\u5947\u5999":212,"\u5947\u6570":199,"\u5968\u6271\u3044":42,"\u597d\u304d":17,"\u59a5\u5f53":[43,44,137,222],"\u59a5\u5f53\u6027":44,"\u59cb\u307e\u3063":[83,201,208,220],"\u59cb\u307e\u308a":12,"\u59cb\u307e\u308b":[29,42,44,68,78,137,156,198,199,211,218,220,230,257],"\u59cb\u3081":17,"\u59cb\u70b9":273,"\u5b09\u3057\u304f":10,"\u5b50\u5348\u7dda":167,"\u5b57\u5165":208,"\u5b57\u5217":[34,38,42,44,96,97,98,142,198,248],"\u5b57\u5c0f":[137,212],"\u5b58\u5426":65,"\u5b58\u5728":[0,18,34,35,36,40,41,42,43,44,47,54,65,68,69,78,83,96,97,103,105,112,114,115,117,120,133,137,153,156,157,163,168,169,216,230,261,263,264,268,271,273,275,280],"\u5b66\u3073":[112,114,115,137,167,271,275],"\u5b66\u3093":276,"\u5b66\u7fd2":[36,41,140,217],"\u5b66\u7fd2\u7528":160,"\u5b89\u5168":[43,92,129,263],"\u5b89\u5b9a":[0,12,39,82,89],"\u5b89\u5fc3":10,"\u5b8c\u4e86":[12,17,34,86,92,137,201],"\u5b8c\u5168":[11,34,47,68,92,113,121,137,142,199,222,266,279],"\u5b8c\u74a7":215,"\u5b8c\u7d50":10,"\u5b9a\u5024":40,"\u5b9a\u5b50":212,"\u5b9a\u6570":[34,43],"\u5b9a\u7248":12,"\u5b9a\u7fa9":[11,34,40,42,43,47,51,59,66,68,71,78,91,92,94,100,102,103,105,112,114,115,122,129,130,137,143,155,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,211,212,213,214,215,216,241,242,244,248,263,273,275],"\u5b9f\u4f53":[54,122],"\u5b9f\u4f8b":[3,4,22],"\u5b9f\u51e6":[11,66],"\u5b9f\u6570":248,"\u5b9f\u65bd":12,"\u5b9f\u73fe":[0,3,4,22,42,92,137,157,178,197,199,212,222,271,273],"\u5b9f\u7528":42,"\u5b9f\u7a3c":154,"\u5b9f\u884c":[0,3,17,22,24,25,26,27,28,29,30,31,32,34,37,38,40,41,42,43,44,46,51,59,65,66,68,70,78,82,83,85,86,88,89,90,94,95,96,98,100,101,102,103,104,105,106,107,108,109,110,111,112,114,115,123,124,127,129,130,131,132,133,134,137,138,140,143,144,145,147,150,153,158,160,167,172,174,179,184,197,199,201,211,212,216,218,219,221,231,232,233,234,243,247,255,257,263,267,273,277,279,280],"\u5b9f\u884c\u4f8b":[14,40,47,80,82,83,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,125,129,130,131,132,134,135,136,137,138,139,140,142,143,144,145,146,147,148,149,150,157,160,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,201,202,203,204,205,208,212,213,214,215,218,219,221,223,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,263,270,271,272,273,275,276,277,278,279,280],"\u5b9f\u88c5":[17,34,38,40,42,43,44,70,86,91,92,115,134,135,137,157,158,167,215,216,256],"\u5b9f\u904b":34,"\u5b9f\u969b":[33,34,41,44,47,70,112,114,115,117,137,139,153,213,247,266,272,275],"\u5b9f\u9a13":[34,39,40,41,42,43,44,50,55,112,118,125,134,135,212,214,215,243],"\u5bae\u4e0b":44,"\u5bb9\u91cf":[34,43,89],"\u5bc4\u3063":226,"\u5bfe\u51e6":[34,42,241],"\u5bfe\u5fdc":[0,9,11,14,34,35,36,37,38,39,40,41,42,43,44,47,51,55,65,68,69,91,104,115,129,130,137,140,153,155,176,201,203,212,216,218,219,220,221,222,240,256,273],"\u5bfe\u7167":179,"\u5bfe\u7b56":[22,34,240,265],"\u5bfe\u8a71":[263,273],"\u5bfe\u8c61":[0,9,11,12,14,17,18,29,34,38,39,42,43,44,51,54,55,57,61,63,65,67,68,69,76,82,90,94,96,97,98,100,101,102,103,104,105,106,107,108,111,112,114,115,117,120,121,123,129,130,132,133,137,140,142,148,153,154,160,164,170,171,173,174,175,179,181,185,193,195,198,199,201,212,213,214,215,241,257,264,266,272,273,275,276],"\u5bfe\u8c61column":51,"\u5bfe\u8c61ctx":54,"\u5bfe\u8c61cursor":[61,69],"\u5bfe\u8c61id":62,"\u5bfe\u8c61obj":62,"\u5bfe\u8c61object":[51,55,59,62,65,66,72],"\u5bfe\u8c61table":[51,65,68,69],"\u5bfe\u8c61table1":68,"\u5bfe\u8c61table2":68,"\u5c02\u7528":[1,12,17,123,263,277],"\u5c06\u6765":[34,41,80,112,118,119,121,134,135,149,167,216,257,263],"\u5c0e\u5165":[3,14,15,17,22,42,43,82],"\u5c0f\u3055":[34,43,44,121,204,225],"\u5c0f\u3055\u3044":[11,33,37,69,92,105,114,137,142,168,198,201,214,222,228],"\u5c0f\u3055\u304f":[33,34,42,43,114,167,168,200,212,222,247,257],"\u5c0f\u3055\u3051\u308c":34,"\u5c0f\u3055\u3059\u304e\u308b":129,"\u5c0f\u3055\u306a":44,"\u5c0f\u306a\u308a":[179,197],"\u5c0f\u5024":[112,114,115,117],"\u5c0f\u6570":[38,43,83,86,155,248,270,276],"\u5c0f\u6570\u70b9":270,"\u5c0f\u6587\u5b57":[34,69,92,142,148,178,202,212,273],"\u5c0f\u897f":41,"\u5c11\u304f":268,"\u5c11\u3057":[29,34,215],"\u5c11\u3057\u9045\u3044":[155,157],"\u5c11\u3057\u9055\u3044":137,"\u5c11\u306a\u3044":[34,42,92,137,197,198,199,200,211],"\u5c11\u306a\u304f":[0,10,34,43,92,99,129,137,173,181,198,199,200,247],"\u5c11\u306a\u3051\u308c":142,"\u5c11\u6570":34,"\u5c1a\u4e5f":41,"\u5c3a\u5ea6":0,"\u5c55\u958b":[12,22,29,32,34,38,40,41,44,46,99,124,125,131,137,179,211],"\u5c55\u958b\u5f8c":137,"\u5c55\u958b\u7528":38,"\u5c5e\u3057":[76,248,271],"\u5c5e\u3059\u308b":[51,65,69,143],"\u5c5e\u6027":[37,118,119,143,148,149,172],"\u5c65\u6b74":12,"\u5c71\u672c":42,"\u5c71\u7530":[204,240],"\u5ca9\u4e95":[40,41,44],"\u5ca9\u677e":44,"\u5cf6\u6d25":34,"\u5cf6\u7530":40,"\u5d8b\u7530":40,"\u5de6\u4e0a":[35,169],"\u5de6\u4e0b":35,"\u5de6\u53f3":273,"\u5de6\u8fba":44,"\u5de8\u5927":34,"\u5dee\u5206":156,"\u5dee\u96c6\u5408":199,"\u5e02\u5185":207,"\u5e02\u771f":44,"\u5e03\u6559":3,"\u5e38\u306b":43,"\u5e73\u4eee":34,"\u5e73\u5747":[34,42,137],"\u5e74\u9f62":[0,92,142],"\u5e83\u304f":[12,212],"\u5ea6\u3068":38,"\u5ea6\u5206":248,"\u5ea6\u5408\u3044":266,"\u5ea6\u6570":[38,199,270,280],"\u5ea6\u6d6e":[34,248],"\u5ea6\u8868":36,"\u5ea6y":248,"\u5ea7\u6a19":[34,38,167,168,169,199,207,276],"\u5ea7\u6a19\u5024":38,"\u5ec3\u6b62":[82,208],"\u5f0f\u5168":[198,199],"\u5f0f\u8868":57,"\u5f0f\u96c6\u5408":212,"\u5f15\u3044":199,"\u5f15\u304d\u51fa\u3059":0,"\u5f15\u304d\u7d9a\u304d":41,"\u5f15\u304d\u8d77\u3053\u3057":34,"\u5f15\u304d\u8d77\u3053\u3059":[40,41,129],"\u5f15\u304d\u8d77\u3059":[40,41,44],"\u5f15\u6570":[11,22,34,35,40,41,42,43,44,46,54,69,82,119,124,125,131,149,164,181,186,199,203,205,212,213,216,230,231,232,233,234,235,236,237,239,242,243,244,245,246,249,260,263,267,270,271,273,275,277,279],"\u5f15\u7528":[41,155],"\u5f15\u8a9e":273,"\u5f31\u70b9":0,"\u5f35\u3063":[41,43,117,137,144],"\u5f35\u3089":[34,40,41,43,51,104,129,214,215,270],"\u5f35\u308b":[144,198,199],"\u5f35\u308c\u308b":41,"\u5f37\u5236":[34,35,40,42,43,44,65,123,138,153],"\u5f37\u529b":[34,137,212],"\u5f37\u5316":[34,36,38,42],"\u5f53\u3066":[34,54,133,143,148,222],"\u5f53\u3066\u308b":[133,270],"\u5f53\u8a72":[65,82],"\u5f62\u5f0f":[11,22,34,35,38,39,40,42,44,46,53,54,56,81,84,86,87,88,89,91,92,93,95,96,97,98,99,102,103,104,106,107,108,109,112,113,114,116,117,118,119,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,147,148,149,150,153,154,155,156,157,158,165,168,169,176,180,181,199,201,209,248,263,270,273,275],"\u5f62\u614b":[0,29,199,240],"\u5f62\u72b6":207,"\u5f71\u97ff":[12,34,40,41,42,43,44,129,155,157,214],"\u5f79\u5272":[92,179,273],"\u5f79\u7acb\u3061":[34,41,92],"\u5f85\u305f":34,"\u5f85\u3061\u53d7\u3051\u308b":[263,277],"\u5f85\u3064":[86,114],"\u5f8c\u304b\u3089":103,"\u5f8c\u308d":[34,238],"\u5f8c\u59cb":34,"\u5f8c\u65b9":[11,22,34,40,42,43,44,179,212,214,215,257,264,269],"\u5f8c\u65e5":34,"\u5f8c\u7d9a":[34,129],"\u5f8c\u8005":[47,160,203,211,280],"\u5f8c\u8ff0":[11,12,69,137,184,212,216],"\u5f93\u3046":36,"\u5f93\u3063":[67,68,69,137,257],"\u5f93\u6765":[34,42],"\u5f97\u3089\u308c":[147,174],"\u5f97\u308b":[34,157,208],"\u5fa9\u53f7":12,"\u5fa9\u65e7":[34,39,43,55,153],"\u5faa\u74b0":44,"\u5fc3\u304c":14,"\u5fc3\u914d":23,"\u5fc5\u305a":[68,76,82,92,112,114,115,137,142,178,212,213,263],"\u5fc5\u8981":[0,3,5,10,11,12,14,17,21,24,25,27,29,30,31,33,34,35,36,38,39,40,41,42,43,44,47,50,54,61,63,69,70,73,80,83,92,93,99,104,105,106,112,113,114,115,117,118,121,124,129,131,133,137,138,142,144,148,153,155,156,157,160,170,171,173,174,175,178,179,181,184,198,199,200,205,208,211,212,213,214,215,216,218,219,220,221,222,226,240,244,247,257,263,266,268,273,275,277,279],"\u5fc5\u9808":[29,32,111,124,125,131,134,135,157,161,170,172,174,175,178,184,195,244,257,273,277],"\u5fd8\u308c":[38,80,104,178],"\u5fd8\u308c\u308b":[106,130],"\u5fdc\u3058":[0,34,62,156,212],"\u5fdc\u7528":0,"\u5fdc\u7b54":[0,34,41,44],"\u601d\u3044":17,"\u601d\u3044\u51fa\u3057":137,"\u601d\u3046":[212,271,275],"\u601d\u3063":16,"\u6027\u5225":0,"\u6027\u80fd":[0,34,43,104,105,114,129,137,256,275],"\u6069\u6075":261,"\u60aa\u3044":34,"\u60aa\u610f":[160,199],"\u60c5\u5831":[2,3,12,17,22,29,34,35,36,38,39,40,41,42,43,44,46,50,51,54,59,62,83,92,93,104,114,121,122,124,131,134,135,136,137,140,143,153,155,201,202,206,213,214,215,266,269,270,272,273,274],"\u60c5\u5831\u540d":143,"\u60f3\u5b9a":[34,89,103,272],"\u610f\u5473":[11,29,34,41,43,44,47,57,80,86,93,104,107,121,123,129,130,132,133,137,139,140,153,155,156,157,198,199,208,211,212,215,225,228,247,271,273,280],"\u610f\u56f3":[34,40,41,42,43,44,179,184,198,214,275],"\u610f\u8b58":[34,142],"\u611f\u3058":10,"\u614e\u91cd":14,"\u6163\u308c":271,"\u6163\u7fd2":40,"\u6210\u308a":[137,198,263],"\u6210\u308a\u7acb\u3063":11,"\u6210\u529f":[12,29,34,43,44,50,51,54,55,57,65,68,73,74,87,90,91,92,94,95,96,98,99,100,102,104,106,107,108,109,110,111,117,124,125,129,130,131,132,141,142,144,145,150,263,273],"\u6210\u679c":3,"\u623b\u3057":[44,99],"\u623b\u3063":157,"\u623b\u308a":[40,65],"\u623b\u308a\u5024":[34,49,50,51,54,55,57,61,63,65,68,70,73,74],"\u6240\u5b9a":[142,223,264,266],"\u6240\u5c5e":95,"\u6240\u6709":43,"\u624b\u52d5":[18,157,160],"\u624b\u6bb5":[11,57],"\u624b\u7d9a\u304d":[59,66],"\u624b\u9593":10,"\u624b\u9806":[3,4,10,18,22,29,32,34,40,41,44,105,160,221],"\u6253\u3061\u5207\u308a":41,"\u6253\u3063":12,"\u6253\u3064":12,"\u6253\u3064\u524d":12,"\u6271\u3044":[34,42,43,44,82,218,231,232,233,234,235,236,237,264,270],"\u6271\u3046":[0,2,34,39,41,87,114,199,244,247,266,267,268],"\u6271\u3048":[34,44,54,92,274],"\u6271\u3048\u308b":[34,41,42,268],"\u6271\u3063":[35,41,276],"\u6271\u308f":[40,41,42,43,44,54,137,148,156,198,202,207,266,270],"\u627f\u8a8d":42,"\u628a\u63e1":[10,104],"\u6291\u3048":266,"\u6291\u5236":[34,40,41,42],"\u6295\u3052":34,"\u6295\u5165":[35,266],"\u6295\u7a3f":12,"\u6295\u7a3f\u5834\u6240":276,"\u629c\u304d\u51fa\u3059":0,"\u629c\u3051":[38,41,42,43,44],"\u629c\u3051\u308b":273,"\u62bc\u3057":273,"\u62bc\u3059":[17,273],"\u62bd\u51fa":[34,40,114,137,142,171,181,184,201,204,217,226,228,238,242],"\u62c5\u5f53":12,"\u62c5\u5f53\u8005":12,"\u62d7\u97f3":34,"\u62e1\u5927":10,"\u62e1\u5f35":[22,34,38,42,142,212,269],"\u62e1\u5f35\u578b":270,"\u62e1\u5f35\u5b50":[34,36,124,125,131,156,158,209],"\u6301\u305f":[34,122],"\u6301\u3061":[11,76,93,122,136,137,148,155,157,212],"\u6301\u3063":[0,10,34,40,80,93,112,114,115,118,119,121,122,137,148,149,155,198,199,202,219,238,275],"\u6301\u3064":[0,9,34,38,68,78,92,93,105,112,114,115,119,137,149,167,184,199,202,207,219,270,271,272,273,275],"\u6301\u3064\u3059\u3079":137,"\u6301\u3066":[93,223],"\u6301\u3066\u308b":43,"\u6307\u3057":270,"\u6307\u3059\u5024":69,"\u6307\u5b9a":[0,6,7,8,11,12,22,28,29,30,32,33,34,35,36,38,39,40,41,42,43,44,51,52,53,54,55,56,57,59,61,62,63,64,65,66,67,68,69,71,72,76,78,80,83,84,86,88,89,90,91,92,93,94,95,96,97,98,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,140,141,142,144,145,146,147,148,150,153,154,155,156,157,158,161,163,164,165,168,169,170,171,172,173,174,175,178,179,180,181,182,184,185,186,193,195,197,199,204,207,208,209,211,212,213,214,215,218,222,225,226,227,230,238,240,241,242,244,256,257,260,263,264,266,269,270,271,272,276,277,278,280],"\u6307\u6570":199,"\u6307\u6a19":65,"\u6307\u793a":[59,218,273,277],"\u6307\u91dd":[3,4,22,44],"\u6319\u304c\u3063":228,"\u6319\u52d5":[22,34,36,40,42,43,63,64,103,117,137,151,155,212,214,230,266],"\u632f\u308b":[34,137],"\u632f\u821e":167,"\u632f\u821e\u3044":[40,41,42,163,179],"\u633f\u5165":[12,34,40,59,63,155,181,273],"\u6368\u3066":38,"\u6392\u4ed6":[34,44],"\u639b\u3051":199,"\u63a1\u7528":[0,34,121,147,263,266],"\u63a2\u3057":[0,34,137,156,228],"\u63a2\u3059":[175,208,228,275],"\u63a2\u7d22":0,"\u63a5\u5c3e":[204,240],"\u63a5\u7d9a":[1,9,34,40,127,155,156,267,273],"\u63a5\u7d9a\u5148":154,"\u63a5\u8fd1":11,"\u63a5\u982d":[34,38,155,199,222],"\u63a8\u5968":[12,23,34,40,42,43,44,82,83,137,160,247,277],"\u63a8\u5b9a":[34,43],"\u63a8\u6e2c":29,"\u63a8\u79fb":82,"\u63a8\u9032":41,"\u63d0\u4f9b":[0,1,11,12,21,24,25,27,31,34,36,38,40,41,42,43,44,48,54,73,82,92,93,112,113,147,152,155,157,160,167,179,212,213,215,216,220,222,256,257,271],"\u63d0\u6848":[10,22,34,36,38,39,40,41,42,43,44,46,140,217],"\u63db\u3048":[43,47,65,69,155,212,279],"\u63db\u3048\u308b":[12,34,43,47,76,144],"\u63db\u6642":38,"\u63fa\u308c":279,"\u642d\u8f09":0,"\u643a\u5e2f":0,"\u64a4\u53bb":38,"\u64a4\u5ec3":[36,42],"\u64cd\u4f5c":[0,11,22,34,41,43,46,51,54,57,65,68,95,120,129,137,145,155,197,199,208,263,269,270],"\u64ec\u4f3c":[22,34,43,46,51,76,93,136,137,198,199,280],"\u652f\u3048":34,"\u652f\u3048\u308b":34,"\u652f\u63f4":220,"\u6539\u540d":[38,40],"\u6539\u5584":[34,35,38,40,41,42,43,44,104],"\u6539\u826f":12,"\u6539\u884c":[38,39,43,63,155,238],"\u6539\u8a02":44,"\u654f\u90ce":34,"\u6559\u3048":241,"\u6570\u3048":[139,271],"\u6570\u3048\u308b":[112,114,115,137,271],"\u6570\u500d":34,"\u6570\u5024":[11,22,34,35,36,43,44,80,85,88,112,114,115,122,129,134,137,168,198,199,264,269,273],"\u6570\u5206":114,"\u6570\u591a\u304f":44,"\u6570\u5b57":[34,42,92,112,114,115,137,142,156,212,219,230,234,237,241,266,267],"\u6570\u70b9":[34,137,248],"\u6570\u73e0":184,"\u6570\u9806":115,"\u6574\u3063":14,"\u6574\u5217":[0,273],"\u6574\u5408":[35,44,65],"\u6574\u5f62":[43,84,273],"\u6574\u6570":[43,44,78,80,87,121,137,147,155,180,248,263,270,276],"\u6574\u7406":[40,41],"\u6587\u5b57":[0,11,34,35,38,40,41,42,43,44,54,55,57,63,65,68,69,80,92,109,110,118,136,137,142,146,148,151,155,160,164,165,167,168,169,170,171,173,181,182,198,199,201,202,203,204,211,218,219,225,228,230,231,232,233,234,237,238,239,241,245,246,248,264,270,271,272,273,275,276,279,280],"\u6587\u5b57\u5217":[22,34,40,41,42,44,56,57,63,80,83,85,97,114,118,122,137,148,160,164,165,167,170,171,178,181,184,197,198,248,269,271,273,276,279],"\u6587\u5b57\u6570":[112,114,115,137,173,181,182,199],"\u6587\u5b57\u7a2e":212,"\u6587\u66f8":[0,18,34,42,92,179,197,200,213,214,215,220,227,264,270,273,279],"\u6587\u66f8\u4e2d":[213,214],"\u6587\u66f8\u5185":227,"\u6587\u691c":92,"\u6587\u6cd5":[22,269],"\u6587\u8108":184,"\u6587\u982d":238,"\u65ad\u7247":181,"\u65b0\u3057\u3044":[0,3,6,7,12,18,34,38,40,42,43,44,47,49,50,51,54,65,68,69,70,91,92,95,106,111,113,138,142,145,147,155,157,160,202,220,263,273],"\u65b0\u3057\u304f":[10,42,82,92,113,137,194,197,200,273],"\u65b0\u3057\u3051\u308c":153,"\u65b0\u305f":[11,51,55,59,68],"\u65b0\u4efb":12,"\u65b0\u5bbf":280,"\u65b0\u5bbf\u99c5":280,"\u65b0\u65e7":43,"\u65b0\u898f":[12,18,34,50,92,156],"\u65b0\u898f\u30ec\u30b3\u30fc\u30c9":44,"\u65b0\u898f\u30ed\u30b0":111,"\u65b0\u8a9e":[240,244],"\u65b9\u5411":69,"\u65b9\u5f0f":[0,273,275],"\u65b9\u5f62":[167,168],"\u65b9\u6cd5":[0,4,10,18,21,22,23,24,25,26,27,28,29,30,31,32,34,38,40,41,42,43,44,46,103,104,112,115,121,136,137,142,151,153,155,156,157,160,167,168,173,179,181,193,197,199,209,211,213,215,217,226,228,230,235,236,237,240,241,245,246,247,248,257,260,263,264,265,270,271,273,275,276,277],"\u65e2\u5b58":[0,1,12,34,40,42,43,44,47,55,68,92,111,112,114,115,137,153,155,156,157,173,216,261,263,270,273],"\u65e2\u5b9a":[34,40,275],"\u65e2\u5b9a\u5024":261,"\u65e2\u77e5":244,"\u65e5\u3005":10,"\u65e5\u4ed8":[0,12,167],"\u65e5\u5358\u4f4d":185,"\u65e5\u6642":[22,112,114,115,248,269,276],"\u65e5\u66dc\u65e5":186,"\u65e5\u672c":[12,34,42,168,169,178,198,199,208,218,230,231,232,233,234,240,248,280],"\u65e5\u672c\u4eba":218,"\u65e5\u672c\u6e2c":167,"\u65e5\u672c\u8a9e":[0,2,17,19,34,40,198,199,208,218,230,240,245,246,266],"\u65e5\u6b21":43,"\u6607\u964d":69,"\u6607\u9806":[65,68,69,103,114,115,116,137,175,271,273,280],"\u660e\u6587\u5316":267,"\u660e\u78ba":[34,42],"\u660e\u793a":[12,18,40,41,43,104,137,155,156,157,167,205,218,222,257,275],"\u660e\u793a\u7684":[104,138,209],"\u6628\u65e5":34,"\u662f\u975e":34,"\u6642\u3060\u3051":34,"\u6642\u306b":38,"\u6642\u3084":137,"\u6642\u4ee3":0,"\u6642\u4ee5\u5916":36,"\u6642\u523b":[34,43,55,83,153,156,176,185,186,219,276],"\u6642\u671f":43,"\u6642\u70b9":[12,40,49,50,54,56,63,65,82,137],"\u6642\u9593":[0,6,7,34,36,38,41,42,43,44,49,83,138,139,153,156,157,160,185,198,200,201,216,248,270,273],"\u666e\u53ca":0,"\u666e\u6bb5":12,"\u666e\u901a":[10,199],"\u6697\u53f7":12,"\u6697\u9ed9":275,"\u66d6\u6627":[34,44],"\u66dc\u65e5":186,"\u66f4\u65b0":[3,11,22,34,38,40,41,42,43,44,51,55,59,62,65,68,82,92,105,121,137,153,200,217,222,240,270,272,273,275],"\u66f8\u3044":[42,43,198,199,212,276],"\u66f8\u304b":[18,34,40,43,111,216,276],"\u66f8\u304d":[0,43,137,156,212,266],"\u66f8\u304d\u51fa\u3057":[34,104,129,130],"\u66f8\u304d\u51fa\u3059":104,"\u66f8\u304d\u5f8c":264,"\u66f8\u304d\u63db\u3048":[12,21],"\u66f8\u304d\u8fbc\u307f":[29,43,105,107],"\u66f8\u304d\u8fbc\u3080":[43,156],"\u66f8\u304d\u8fbc\u3081\u308b":42,"\u66f8\u304f":[42,155,198,212,275],"\u66f8\u3051":34,"\u66f8\u3051\u308b":[40,41,42,43],"\u66f8\u5f0f":[22,34,120,121,123,137,179,260,263,269,277],"\u66ff\u3048":[12,22,34,42,43,266,269],"\u66ff\u3048\u308b":[34,44,226,273],"\u66ff\u308f\u308b":43,"\u6700\u3082":[54,89,137,175],"\u6700\u4e2d":[0,44,123],"\u6700\u521d":[3,10,34,38,42,43,44,54,83,92,133,137,142,163,170,171,173,181,193,198,199,211,212,213,243,261,270,273,275],"\u6700\u5927":[33,34,35,36,38,40,41,42,43,44,47,50,70,71,88,92,96,97,98,99,112,113,114,115,117,121,122,137,139,142,144,147,151,155,156,160,163,180,181,199,213,214,222,257,263,268],"\u6700\u5927\u5024":[34,40,42,44,112,114,115,117,121,137,214],"\u6700\u5927\u7dcf":[43,121,142,222],"\u6700\u5c0f":[24,25,27,31,43,137,163,261],"\u6700\u5c0f\u5024":[34,42,112,114,115,117,137,199],"\u6700\u5c0f\u9650":157,"\u6700\u5f8c":[12,34,36,40,43,54,137,148,156,157,199,212,230,243,266,267,270],"\u6700\u65b0":[2,6,7,8,12,38,43,44,88],"\u6700\u7d42":[34,55,80,137],"\u6700\u7d42\u66f4":55,"\u6700\u8fd1":44,"\u6700\u9069":[34,43,44,157],"\u6700\u9577":[38,85,156,199],"\u6708\u6b21":43,"\u6709\u3057":93,"\u6709\u5229":114,"\u6709\u529b":140,"\u6709\u52b9":[0,6,7,8,18,29,31,34,38,39,41,42,43,44,51,55,65,68,92,93,105,112,114,115,123,129,130,137,142,148,155,156,157,160,175,183,185,186,193,195,196,198,201,212,216,270,277],"\u6709\u7121":[34,170,204,225,270],"\u6709\u7528":[34,42,43,44,47,83,86,92,93,123,137,142,157,222,240,257,273],"\u6709\u76ca":0,"\u671b\u307e\u3057\u3044":[0,10,12],"\u671b\u307e\u3057\u304f":63,"\u671f\u5316":[34,40,54],"\u671f\u5f85":[0,34,208,212,240,270],"\u671f\u5f85\u901a\u308a":244,"\u6728\u4e0a":69,"\u6728\u66dc\u65e5":186,"\u672a\u4f7f":42,"\u672a\u4f7f\u7528":263,"\u672a\u521d":[34,40],"\u672a\u52a0":121,"\u672a\u5b9a":270,"\u672a\u5b9a\u7fa9":42,"\u672a\u5b9f\u88c5":115,"\u672a\u5bfe":[34,40],"\u672a\u6765":12,"\u672a\u6e80":[34,69,86,155,198],"\u672a\u77e5":39,"\u672a\u7ba1":121,"\u672a\u7f72":12,"\u672a\u8a2d":40,"\u672a\u958b\u653e":36,"\u672b\u5c3e":[59,65,69,117,153,212,238],"\u672b\u6c38":43,"\u672c\u4f53":[3,12],"\u672c\u5f53":[34,218,279],"\u672c\u6587":[172,275],"\u672c\u756a":[12,43,114],"\u672c\u8a9e":[230,231,232,233,234,245],"\u672c\u8cea":156,"\u6749\u672c":43,"\u6749\u672c\u6dbc":43,"\u6751\u4e0a":[34,41,42,43,44],"\u6761\u4ef6":[3,11,22,34,36,40,41,43,57,67,68,100,117,129,140,144,155,173,179,184,193,197,199,238,248,266,269,273,276,278],"\u6761\u4ef6\u5f0f":[34,40],"\u6771\u4eac":[167,240,264,266,280],"\u6771\u4eac\u90fd":[240,264,266],"\u6790\u5668":[0,240],"\u6790\u7cfb":199,"\u6797\u6a8e":225,"\u679c\u305f":273,"\u67af\u308c":[1,261],"\u67d4\u8edf":[0,92,179,197],"\u6817\u5c71":[42,43],"\u682a\u5f0f":[34,42,43,44],"\u683c\u7d0d":[0,11,33,34,38,47,50,51,55,59,62,65,67,68,78,92,112,114,115,122,137,142,143,155,178,199,200,207,216,222,264,270,271,272,273,276,279],"\u6848\u5185":[10,12,43],"\u68ee\u7530":272,"\u691c\u51fa":[6,29,34,35,36,38,40,43,44,148],"\u691c\u67fb":[34,65],"\u691c\u77e5":34,"\u691c\u7d22":[11,12,22,24,25,27,29,31,34,35,36,37,38,39,40,41,42,43,44,46,47,48,54,57,59,64,67,68,73,76,78,91,92,93,100,140,148,151,155,170,171,173,178,179,181,184,193,197,200,202,206,212,213,214,215,216,222,226,227,228,230,240,241,242,243,244,248,257,261,262,265,269,270,271,274],"\u691c\u7d22\u4f8b":3,"\u691c\u7d22id":68,"\u691c\u7d22key":68,"\u691c\u8a0e":[121,213,214,215,261,266],"\u691c\u8a3c":[42,154],"\u6955\u5186":[167,168],"\u6975\u4ed8":[167,168],"\u697d\u3057":[264,266],"\u697d\u3057\u3044":[264,266],"\u6982\u5ff5":82,"\u6982\u7b97":146,"\u6982\u8981":[22,43,46,48,224,229],"\u69cb\u3044":[12,17,171,181],"\u69cb\u308f":153,"\u69cb\u6210":[11,12,24,25,27,31,34,42,63,261,273],"\u69cb\u6587":[22,34,37,40,41,42,43,44,46,57,80,197,213],"\u69cb\u7bc9":[3,22,34,40,41,42,43,44,46,92,199,228,264],"\u69cb\u9020":[0,11,34,54,68,83,222,272],"\u69cb\u9020\u4f53":[34,42,44,54,61,66],"\u69d8\u3005":[3,11,267,280],"\u6a19\u6e96":[34,35,39,42,43,82,89,90,94,100,101,103,105,110,127,143,154,155,157,158,213,263,273],"\u6a19\u8a18":42,"\u6a29\u8868":42,"\u6a29\u9650":[29,41,43,277],"\u6a2a\u5c71":[41,42,44],"\u6a5f\u68b0":42,"\u6a5f\u80fd":[0,6,7,8,11,29,34,35,36,38,39,40,41,42,43,44,47,54,80,86,91,112,113,114,115,118,125,137,138,140,142,144,147,153,155,156,157,160,178,179,197,198,206,208,211,212,214,215,216,217,218,219,220,221,222,256,257,261,271,276,277],"\u6b20\u70b9":0,"\u6b20\u843d":41,"\u6b21\u56de":[12,82],"\u6b21\u671f":12,"\u6b21\u7b2c":12,"\u6b21\u90ce":272,"\u6b32\u3057\u3044":[121,216],"\u6b53\u8fce":3,"\u6b62\u3081":[42,43,70],"\u6b62\u3081\u308b":47,"\u6b63\u3057\u3044":[34,43,198,211,219,220],"\u6b63\u3057\u304f":[34,40,41,42,43,44,63,104,114,115,198,218],"\u6b63\u5e38":[12,43,44,114,115,156],"\u6b63\u5f0f":[42,44],"\u6b63\u78ba":[34,92,113,270,273],"\u6b63\u898f":[22,34,39,40,42,43,44,46,68,118,142,146,148,170,171,179,202,203,204,205,211,225,238,242,243],"\u6b63\u898f\u5316":[40,118,181],"\u6b66\u8005":43,"\u6b86\u3069":34,"\u6b8a\u547d":156,"\u6b8b\u3063":[34,36,41,144,153],"\u6b8b\u3089":34,"\u6b8b\u308a":[34,82,105,114,137,142,146,211],"\u6b8b\u308b":38,"\u6b8b\u5ff5":270,"\u6b8b\u7559":153,"\u6bb5\u843d":[51,93],"\u6bb5\u968e":[12,34,247],"\u6bce\u56de":3,"\u6bd4\u3079":[42,44,92,200],"\u6bd4\u8f03":[22,34,36,40,42,43,44,92,137,156,173,193,198,242,254,256],"\u6bd4\u8f03\u6642":34,"\u6c17\u3065\u3051\u308b":44,"\u6c17\u306b":[17,65,93,129],"\u6c17\u4ed8\u3051\u308b":34,"\u6c17\u8efd":[10,42],"\u6c34\u66dc\u65e5":186,"\u6c38\u7d9a":[22,34,46,51,65,68,93,151,155,157],"\u6c38\u7d9a\u5316":34,"\u6c42\u307e\u308a":0,"\u6c42\u3081":[0,165],"\u6c42\u3081\u308b":[0,167,168,271],"\u6c4e\u7528":[155,156,157],"\u6c7a\u3057":130,"\u6c7a\u307e\u308a":211,"\u6c7a\u307e\u308b":273,"\u6c7a\u3081":[34,91,92,114,137,142],"\u6c7a\u3081\u308b":[11,137],"\u6c7a\u5b9a":137,"\u6ca2\u5c71":34,"\u6cbf\u3046":42,"\u6ce2\u62ec\u5f27":105,"\u6ce8\u610f":[12,34,38,41,44,68,80,92,104,105,117,123,133,137,142,144,155,156,157,160,172,198,199,241,247,257,266,270,271,273,278],"\u6ce8\u76ee":[137,271],"\u6ce8\u8a18":41,"\u6d0b\u5fd7":[42,44],"\u6d0b\u723e":38,"\u6d3b\u304b\u3059":137,"\u6d3b\u7528":[43,240,261],"\u6d41\u3057":12,"\u6d41\u308c":[3,137,263],"\u6d41\u91cf":257,"\u6d45\u898b":41,"\u6d69\u4e8c":40,"\u6d6e\u52d5":[43,83,270],"\u6d88\u3048":[157,222],"\u6d88\u305b":157,"\u6d88\u53bb":[34,41],"\u6d88\u8cbb":[86,200],"\u6df1\u523b":[40,42,266],"\u6df7\u3056\u3063":230,"\u6df7\u305c":[140,270],"\u6df7\u305c\u308b":80,"\u6df7\u4e71":44,"\u6df7\u540c":[34,137],"\u6df7\u5728":[34,43],"\u6dfb\u4ed8":40,"\u6e05\u5ddd":44,"\u6e08\u307f":[10,12,24,25,27,31,34,38,40,41,43,44,51,116,148,160,211,218,219,220,248,261],"\u6e08\u3080":43,"\u6e1b\u3063":[43,44],"\u6e1b\u3089":[34,40,43,44,70,92,129,130,219,222,241,279],"\u6e1b\u308b":208,"\u6e1b\u5c11":34,"\u6e1b\u5c11\u5f8c":70,"\u6e1b\u7b97":65,"\u6e21\u3055":[11,34,40,41,63,66,70,167],"\u6e21\u3057":[6,7,8,11,42,43,133,147,153,160,198,273,277],"\u6e21\u3059":[39,43,199,273],"\u6e21\u308b":34,"\u6e2c\u4f4d":0,"\u6e2c\u5730":[167,168,169,248,270,280],"\u6e2c\u5730\u7cfb":248,"\u6e2c\u5b9a":156,"\u6e2c\u7528":35,"\u6e80\u3055":41,"\u6e80\u3059":[41,43],"\u6e80\u305f":[11,34,44,117,144,184,212,280],"\u6e96\u5099":[17,18,22,34,51,60,62,65,68,112,114,115,137,157,198,199,266,269],"\u6e96\u62e0":[41,157],"\u6f0f\u308c":[0,12,34,40,44,104,197,279],"\u6f14\u7b97":[29,34,36,40,41,42,43,44,68,173,197,199],"\u6f14\u7b97\u5b50":[11,34,36,40,41,43,44,91,137,178],"\u6f22\u5b57":[178,208,230],"\u6fc1\u70b9":[34,203,204,225],"\u7027\u5185":41,"\u706b\u66dc\u65e5":186,"\u70b9\u4ee5\u4e0b":270,"\u70b9\u6570":[43,83,270],"\u70b9\u9593":[167,207],"\u7121\u3044":[12,34,221,238],"\u7121\u3057":[34,104,113,129,212,241],"\u7121\u52b9":[6,7,8,18,29,34,39,40,41,43,56,63,68,69,114,123,129,137,155,157,160,198,201,218],"\u7121\u540d":[65,68],"\u7121\u8996":[34,36,38,40,41,42,43,44,68,69,92,102,103,104,118,133,137,148,155,178,198,211,222,231,232,233,234,244,266],"\u7121\u9650":[36,40,42,43],"\u7121\u99c4":[0,34,44],"\u7136\u8a00":44,"\u7247\u4eee":34,"\u7269\u7406":34,"\u7279\u306b":[11,34],"\u7279\u5225":[29,49,57,87,105,137,148,198,212,218],"\u7279\u5316":[17,199],"\u7279\u5b9a":[0,12,29,34,41,42,43,44,60,68,80,91,102,112,137,197,204,240,242,275,276],"\u7279\u5fb4":[22,34,46,92,212,215,244,272,275],"\u7279\u6027":222,"\u7279\u6709":80,"\u7279\u6b8a":[34,41,65,83,170,171,181,240,273],"\u72b6\u614b":[0,10,12,24,25,27,31,33,34,36,40,42,43,44,47,54,89,154,155,218,266,273],"\u72b6\u6cc1":[0,34,59,137,199,266,267],"\u72ec\u7acb":[113,157],"\u72ec\u81ea":[0,34,43,83,154,203,263,270],"\u72ed\u3081\u308b":[104,129],"\u7372\u5f97":[43,104,106,108],"\u7389\u91ce":[42,44],"\u73fe\u308c":[122,148],"\u73fe\u308c\u308b":266,"\u73fe\u4ee3":0,"\u73fe\u5728":[0,12,25,34,43,47,50,54,55,61,65,66,88,91,95,113,137,139,142,144,145,154,156,176,207,273,274,276],"\u73fe\u5728\u5730":276,"\u73fe\u5b9f":271,"\u73fe\u72b6":[34,82],"\u73fe\u983b":42,"\u7403\u9762":[167,168],"\u7406\u7531":[0,40,41,43,92,137,142,218,257,261,267],"\u7406\u89e3":[117,137,144,273],"\u7406\u95a2":66,"\u74b0\u5883":[0,3,6,7,8,23,29,32,34,38,39,41,42,43,44,68,99,129,130,156,157,160,211],"\u751f\u3058":[90,94,100,110],"\u751f\u6210":[3,6,34,61,69,78,112,114,115,137,180,228,264,275],"\u7528\u3044":[0,14,22,34,35,38,44,50,168,212,266,269,272,273,275,276,277],"\u7528\u3044\u308b":[0,22,23,65,263,270,272,273,274,280],"\u7528\u5909":42,"\u7528\u610f":[11,12,29,34,65,137,153,156,167,218,219,220,221,226,240,247,267],"\u7528\u8a9e\u96c6":[22,46,89],"\u7528\u9014":[0,23,24,25,27,31,32,41,42,44,80,83,92,137,212,216,222,261],"\u7530\u6cbc":42,"\u7530\u8fba":41,"\u7531\u6765":[160,197],"\u753b\u9762":[12,35,42],"\u7551\u30b1":[42,43],"\u7551\u30f6":42,"\u756a\u53f7":[12,41,42,51,78,136,137,154,155,156,160,212,241,257,261,263,277],"\u756a\u76ee":[34,41,68,69,93,104,112,114,115,118,137,148,193,198,199,212,213,270,273],"\u7570\u306a\u3063":[34,43,69],"\u7570\u306a\u308a":[34,42,198],"\u7570\u306a\u308b":[22,34,40,42,156,179,213,241,265,270],"\u7570\u5e38":[89,156],"\u7591\u4f3c":[40,41,42,78,92,105,180],"\u7591\u554f":275,"\u767a\u63ee":0,"\u767a\u751f":[0,12,29,34,35,40,41,42,43,44,54,65,68,83,123,142,266,267],"\u767a\u884c":263,"\u767a\u898b":34,"\u767a\u899a":[12,44],"\u767b\u5834":92,"\u767b\u9332":[0,3,11,22,25,31,34,36,37,40,41,43,47,68,69,72,89,103,105,112,113,114,115,116,117,118,119,124,125,129,131,134,135,137,148,149,175,183,185,186,193,195,196,198,199,200,208,211,218,219,220,222,244,270,273,280],"\u7686\u5ddd":[42,44],"\u76ee\u304f\u3089\u3044":142,"\u76ee\u4ee5\u964d":[34,137],"\u76ee\u5b89":12,"\u76ee\u7684":[29,41,148,160,275],"\u76ee\u8996":83,"\u76f4\u3057":[43,247],"\u76f4\u3059":[132,153],"\u76f4\u4e0b":38,"\u76f4\u524d":[59,238],"\u76f4\u5f8c":54,"\u76f4\u611f":278,"\u76f4\u63a5":[34,103,137,276],"\u76f4\u8fd1":153,"\u76f4\u8fd1n":153,"\u76f8\u5bfe":[12,34,38,92,137,142],"\u76f8\u5bfe\u30d1\u30b9":[34,42],"\u76f8\u5f53":[83,271,273,280],"\u76f8\u5fdc":68,"\u76f8\u624b":10,"\u7701\u30b9\u30da\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3":43,"\u7701\u7565":[12,41,51,88,93,106,107,108,124,125,131,132,137,155,156,168,170,180,218,222,242,263,270,273,277],"\u771f\u306a\u3089":199,"\u771f\u507d":[41,43,44,198,199,248,270],"\u771f\u507d\u5024":[22,269],"\u77e5\u3089":[34,228],"\u77e5\u308a":[112,136],"\u77e5\u308b":271,"\u77e5\u8b58":156,"\u77e9\u5f62":[0,169,280],"\u77ed\u3044":[34,36,43,276],"\u77ed\u304f":[0,34,200],"\u77ed\u6642\u9593":0,"\u77ed\u671f\u9593":129,"\u77ed\u7e2e":[6,7,34,43,44],"\u7834\u58ca":[68,105,153],"\u7834\u640d":[34,44],"\u7834\u68c4":[54,66],"\u78ba\u4fdd":[34,44,54,57,62,121,268],"\u78ba\u5b9a":140,"\u78ba\u5b9f":[34,219],"\u78ba\u7387":140,"\u78ba\u8a8d":[3,10,34,35,42,44,65,68,83,87,92,98,103,104,117,118,121,137,144,151,153,156,157,160,163,198,212,230,267,268,270,273],"\u78ef\u90e8":41,"\u793a\u3055":143,"\u793a\u3057":[12,48,87,91,92,112,118,121,136,137,167,174,207,213,228,230,260,263,266,271,273,275,277],"\u793a\u3059":[47,63,83,87,102,105,106,112,114,115,117,122,129,130,136,137,143,163,164,167,168,169,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,201,213,214,215,257,270,278],"\u79cb\u8449":280,"\u79d2\u3088\u308a":37,"\u79d2\u5358":[248,270],"\u79d2\u5f62":248,"\u79d2\u5f8c":86,"\u79d2\u60c5":38,"\u79d2\u6570":[83,199,248,270,276],"\u79d2\u8868":[199,266,270,280],"\u79d2\u9593":38,"\u79d8\u5bc6":12,"\u79fb\u52d5":[12,16,32,38,40,91,121],"\u79fb\u884c":[38,82],"\u7a0b\u5ea6":[34,38,41,273],"\u7a2e\u5225":118,"\u7a2e\u985e":[1,11,12,22,34,38,43,44,47,62,63,66,68,78,80,87,91,120,121,136,137,140,142,148,155,156,160,198,199,213,214,215,218,219,221,222,230,263,266,269,273,277],"\u7a32\u7530":41,"\u7a4d\u307f\u91cd\u306a\u3063":41,"\u7a4d\u7528":137,"\u7a4d\u7b97":[11,137],"\u7a7a\u304d":[34,89,268],"\u7a7a\u6587":[34,42,44,96,97,98,198,248],"\u7a7a\u767d":[0,34,43,118,148,155,198,199,221,228,230,231,232,233,234,238,239,241,245,246,266,273],"\u7a7a\u914d":136,"\u7a7a\u9593":[92,121],"\u7a81\u7136":41,"\u7acb\u3061":83,"\u7acb\u3061\u4e0a\u304c\u3063":156,"\u7acb\u3061\u4e0a\u3052":156,"\u7acb\u3064":[153,212],"\u7acb\u3064\u304b":240,"\u7acb\u3066":34,"\u7acb\u5834":3,"\u7acb\u5ddd":44,"\u7adc\u4e4b":44,"\u7aef\u672b":0,"\u7b26\u53f7":[43,87,248,263,270],"\u7b2c\u4e00":34,"\u7b49\u3057\u3044":[11,65,137,173,198,199],"\u7b49\u3057\u304f":[11,198,199],"\u7b49\u4fa1":[34,36,42,43,44,137,179,193,197],"\u7b49\u5024":36,"\u7b49\u95a2\u9023":12,"\u7b87\u6240":[12,41,83,181],"\u7b97\u51fa":[34,40,42],"\u7b97\u8853":[34,41],"\u7ba1\u7406":[12,18,22,29,34,35,38,39,40,42,47,54,85,89,99,121,133,151,153,155,158,211,222,264,269],"\u7bc0\u7d04":34,"\u7bc4\u56f2":[0,22,34,40,41,42,43,44,61,65,69,78,82,92,113,117,137,163,168,169,207,212,222,266,269,270,276],"\u7bc4\u56f2\u5916":42,"\u7be0\u7530":[42,43,44],"\u7c21\u5358":[12,29,34,42,93,95,112,118,119,139,145,146,148,149,150,157,167,172,175,178,179,185,186,193,198,199,213,215,256,257,266,273,277],"\u7c21\u6613":[42,167,261],"\u7c21\u7565":[41,174],"\u7cbe\u5ea6":[34,43,44,199],"\u7cfb\u5ea7":[168,169],"\u7d00\u5143":43,"\u7d14\u7c8b":230,"\u7d1b\u3089\u308f\u3057\u3044":212,"\u7d20\u65b9":0,"\u7d20\u65e9":34,"\u7d20\u6734":271,"\u7d20\u89e3":[0,29,199,240],"\u7d22\u5f15":[11,22,34,35,36,42,51,76,92,264,266,270,273],"\u7d22\u6642":36,"\u7d22\u7528":[22,269],"\u7d2f\u7a4d\u548c":[112,114,115,137],"\u7d30\u5206":[240,270],"\u7d39\u4ecb":[3,12,42,112,114,115,137,276],"\u7d42\u3048":12,"\u7d42\u308f\u3063":[43,73,153],"\u7d42\u308f\u308b":[112,129,198,199,200],"\u7d42\u4e86":[12,34,36,40,41,42,43,54,66,73,82,104,114,127,133,138,151,153,155,156,167,170],"\u7d42\u4e86\u30bf\u30b0":170,"\u7d42\u7aef":[40,54,55,57],"\u7d44\u307f\u5408\u308f":[0,11,92,137,142,160,163,178,225],"\u7d44\u307f\u5408\u308f\u305b":[0,11,42,44,204,230,240,241,266,273],"\u7d44\u307f\u5408\u308f\u305b\u308b":178,"\u7d44\u307f\u8fbc\u307f":[22,34,43,46,55,81,92,103,118,121,122,148,156,157,162,167,211,249],"\u7d44\u307f\u8fbc\u3080":[0,11,155,157],"\u7d44\u307f\u8fbc\u3093":[0,42,43],"\u7d44\u5408":179,"\u7d44\u8fbc":[63,89,90,94,100,101,103,104,110,127,143,165,168,169,176,180,248],"\u7d44\u8fbc\u578b":[22,46],"\u7d4c\u5ea6":[22,199,248,270,276,280],"\u7d4c\u7531":[12,26,34,36,40,42,89,90,94,100,101,103,110,127,143,156,160,221],"\u7d4c\u7def":[248,270,280],"\u7d4c\u7def\u5ea6":[22,269,280],"\u7d4c\u904e":[38,49,65,82,83,139,160,199,248,270,276],"\u7d50\u3073\u3064\u3044":[9,275],"\u7d50\u3073\u3064\u304f":9,"\u7d50\u5408":[11,197,198],"\u7d50\u5408\u5f0f":40,"\u7d50\u57ce":[42,44],"\u7d50\u679c":[0,11,12,14,21,22,34,36,38,40,41,42,43,44,67,68,78,83,84,88,91,103,105,112,114,115,118,133,134,135,137,153,173,174,179,184,197,199,203,208,211,212,213,218,219,221,222,228,231,232,233,234,240,242,257,264,265,269,275,276,279,280],"\u7d5e\u308a\u8fbc\u307e":34,"\u7d5e\u308a\u8fbc\u307f":[0,34,173,273],"\u7d5e\u308a\u8fbc\u3080":[42,112,114,115,137,220],"\u7d5e\u308a\u8fbc\u3093":[0,41],"\u7d5e\u8fbc":[22,269],"\u7d71\u5408":[0,40,41],"\u7d71\u8a08":34,"\u7d76\u5bfe":[12,34,92,124,125,131,137,142,175],"\u7d99\u627f":41,"\u7d99\u7d9a":[21,40,139,155,244],"\u7d9a\u3044":266,"\u7d9a\u3051":[86,153,156],"\u7d9a\u3051\u308b":[137,153,240],"\u7dad\u6301":[0,44,129,214,215,257],"\u7db2\u7f85":157,"\u7dca\u6025":[155,201],"\u7dcf\u6570":114,"\u7dcf\u91cf":247,"\u7de8\u96c6":[3,12,14,29,35,40,44,157,165,199,211],"\u7de9\u3044":34,"\u7de9\u304f":164,"\u7de9\u3084\u304b":43,"\u7de9\u548c":247,"\u7def\u5ea6":[22,199,248,270,276,280],"\u7e26\u68d2":[92,142],"\u7e2e\u6a5f":92,"\u7e4b\u3052":42,"\u7e4b\u3052\u308b":10,"\u7e70\u308a\u8fd4\u3057":[17,34,156,199],"\u7e70\u308a\u8fd4\u3057\u6570":156,"\u7e70\u308a\u8fd4\u3059":36,"\u7f6e\u3044":[12,42],"\u7f6e\u304b":[29,157,158,211],"\u7f6e\u304d":[12,34,36,43,47,65,69,155,212,279],"\u7f6e\u304d\u63db\u3048":[17,42,155,198,216],"\u7f6e\u304f":[29,34,43,247],"\u7f6e\u304f\u4f8b":29,"\u7f6e\u63db":[44,137,199,279],"\u7f72\u540d":40,"\u7fa9\u8a9e":211,"\u7ffb\u8a33":[3,18,34,42],"\u8003\u3048":[0,10,137,144,198,199,247,257,271,273],"\u8003\u3048\u308b":[213,214,215],"\u8003\u3048\u65b9":42,"\u8003\u308b":212,"\u8003\u616e":[215,266,279],"\u8077\u5834":175,"\u80a5\u5927":[34,42],"\u8106\u5f31":34,"\u811a\u6ce8":[94,167,168,169,273],"\u81a8\u5927":[0,34],"\u81ea\u4f53":[42,198],"\u81ea\u5206":[10,12,17,23,34,92,117,144,156,157,208],"\u81ea\u52d5":[12,17,25,34,38,40,42,43,51,68,78,92,104,124,125,129,130,131,137,153,156,157,198,199,222,260,272,273,278],"\u81ea\u52d5\u5207\u308a":42,"\u81ea\u52d5\u7684":[112,114,115,137,156],"\u81ea\u5df1":276,"\u81ea\u5df1\u7d39":276,"\u81ea\u7136":34,"\u81ea\u7531":[0,11,78,201,263],"\u81ea\u8eab":[34,38,40,43,148,155,211],"\u81f3\u308b":270,"\u81f4\u547d":40,"\u8208\u5473":[0,43,212],"\u821e\u3044":[34,137],"\u826f\u3044":[10,199,267,275],"\u826f\u3044\u4f8b":10,"\u826f\u304f":[34,43,275],"\u826f\u4e8c":42,"\u82b1\u5b50":272,"\u82e6\u624b":0,"\u82f1\u8a9e":[2,12,17,18,19,34,38,42,44,226,230],"\u83ab\u5927":221,"\u840e\u7e2e":10,"\u843d\u3061":[36,41,44],"\u843d\u3061\u308b":[34,36,38,41],"\u8457\u4f5c":42,"\u884c\u3044":[11,12,43,44,65,68,69,154,155,156,179,264,266,272,273,275,276],"\u884c\u3046":[3,10,14,34,36,40,42,69,142,154,167,179,199,223,261,264,272,275,276,278,280],"\u884c\u3048":[14,42,179,198,273],"\u884c\u3048\u308b":[40,272],"\u884c\u3063":[12,14,34,42,271,280],"\u884c\u306a\u308f":40,"\u884c\u308f":[34,137,154,156,272],"\u884c\u6307\u5411":0,"\u884c\u6570":[34,38,155,160],"\u884c\u672b":212,"\u884c\u756a":[38,83],"\u884c\u76ee":[12,83,156],"\u884c\u982d":212,"\u885d\u7a81":[34,105],"\u8868\u3057":[11,78,82,83,87,114,122,137,207,212,215,241,248,267,273],"\u8868\u3059":[11,12,34,109,123,148,167,180,207,212,270,272],"\u8868\u3059\u578b":248,"\u8868\u308f":65,"\u8868\u73fe":[3,22,34,40,41,42,43,44,46,57,80,83,89,179,186,197,238,242,243,248,270,275],"\u8868\u7528":142,"\u8868\u793a":[0,12,22,29,34,35,36,38,39,40,41,42,43,44,63,82,89,112,114,115,137,143,155,156,175,178,209,263,266,269,270,272,275,280],"\u8868\u8a08":211,"\u8868\u8a18":[12,17,34,38,40,41,44,80,167,199,240,241,248,270,279,280],"\u88d5\u4e5f":[42,44],"\u88dc\u3046":0,"\u88dc\u5b8c":[22,36,41,44,46,124,125,131,140,160,178,208,217,221],"\u88dc\u5b8c\u7528":160,"\u88dc\u5b8c\u8a9e":218,"\u88dc\u6b63":[22,46,140,217],"\u88dc\u8db3":[34,157],"\u88fd\u4f5c\u6240":34,"\u88fd\u54c1":44,"\u8907\u6570":[0,10,11,22,34,35,36,38,40,41,42,43,44,47,50,51,57,59,63,80,85,92,102,112,114,115,118,129,132,133,137,140,142,143,146,148,155,156,157,158,160,170,173,174,179,198,201,204,206,212,213,216,218,230,238,240,241,242,256,264,266,269,270,272,273,274,276],"\u8907\u96d1":[11,40,41,43,137,199,212,238],"\u897f\u66a6":199,"\u8981\u4ef6":12,"\u8981\u6c42":[10,34,41,44,114,184,260,273],"\u8981\u7d04":12,"\u8981\u7d20":[11,34,40,41,43,44,68,80,83,87,93,122,156,181,193,273],"\u898b\u3048\u308b":[6,7],"\u898b\u305b":[137,216],"\u898b\u3064":[34,36,40,43,140],"\u898b\u3064\u304b\u3063":[114,137,193,220,228,230,267],"\u898b\u3064\u304b\u3089":68,"\u898b\u3064\u304b\u308a":[34,137,178,228,230,240,267],"\u898b\u3064\u304b\u308b":40,"\u898b\u3064\u304b\u308c":10,"\u898b\u3064\u3051":[10,34,35,40,114,137,218,240,241],"\u898b\u3064\u3051\u308b":[95,129,137,145,157,178,202,208,228,230],"\u898b\u3066":[83,91,92,112,114,115,121,130,137,142,157,173,179,193,218,249],"\u898b\u306a\u3057":69,"\u898b\u3084\u3059\u304f":34,"\u898b\u308b":[34,87,91,137,267],"\u898b\u4ed8":41,"\u898b\u4ed8\u3051":41,"\u898b\u76f4\u3057":42,"\u898b\u7a4d":43,"\u898b\u7a4d\u308b":[44,268],"\u898b\u8fbc\u3081":42,"\u898f\u5247":[40,112,114,115],"\u898f\u683c":69,"\u8996\u899a":[0,136],"\u89a7\u4e0b":14,"\u89aa\u5207":36,"\u89b3\u70b9":[42,174,199,268],"\u89d2\u62ec\u5f27":105,"\u89e3\u50cf":36,"\u89e3\u653e":[34,42,43,44,50,54,61,65,69,73,99,106,108,139],"\u89e3\u6790":[3,22,34,38,40,137,157,265],"\u89e3\u6c7a":[10,22,34,38,40,43,44,46,89,92,123,142,213,214,215,216,230,268],"\u89e3\u6c7a\u7b56":10,"\u89e3\u6d88":[35,41,43,44,65,80,101],"\u89e3\u8aac":34,"\u89e3\u91c8":[11,36,103,198,238],"\u89e3\u9664":[34,35,65,90,105,107,124,125,155],"\u89e6\u308b":43,"\u89e6\u308c":273,"\u89e6\u308c\u308b":230,"\u8a00\u3044":[43,76,144,184],"\u8a00\u3046":[80,92,113,215,218],"\u8a00\u3048":[198,244,266],"\u8a00\u53ca":[184,276],"\u8a00\u8a9e":[1,3,11,20,21,34,36,41,155,230,240],"\u8a00\u8a9e\u540d":17,"\u8a02\u6b63":211,"\u8a08\u6e2c":[14,35,38],"\u8a08\u753b":34,"\u8a08\u7b97":[0,34,35,40,41,42,112,114,115,134,137,139,160,165,167,168,175,199,207,213,214,215,218,219,221,247,248,280],"\u8a18\u4e8b":[12,200,275],"\u8a18\u53f7":[34,36,155,204,225,230,231,232,233,234,235,236,237,240,241,264,266,273],"\u8a18\u6cd5":[34,199,275],"\u8a18\u8f09":[12,40,44,267],"\u8a18\u8ff0":[11,34,43,44,155,156,273,275,276],"\u8a18\u9332":[0,34,40,43,44,78,104,124,131,137,201],"\u8a2d\u5b9a":[14,20,22,24,25,27,28,31,32,34,35,36,37,40,41,42,43,44,46,47,48,50,54,62,63,66,70,78,80,88,96,97,98,104,105,109,110,113,114,137,138,147,155,159,164,179,211,212,218,241,247,256,261,268,275,280],"\u8a2d\u5b9a\u5024":[35,268],"\u8a2d\u5b9a\u6e08\u307f":261,"\u8a2d\u6a02":38,"\u8a2d\u8a08":[137,261],"\u8a31\u5bb9":34,"\u8a3a\u65ad":44,"\u8a55\u4fa1":[11,34,41,43,92,105,134,136,137,184,198,199,212],"\u8a66\u3057":[10,43,155],"\u8a66\u3059":[6,7,155,228,256],"\u8a66\u3059\u4f8b":228,"\u8a66\u884c":0,"\u8a70\u3081":63,"\u8a71\u3057":3,"\u8a71\u984c":2,"\u8a72\u5f53":[42,50,51,65,68,69,120,163,170,171,173,174,181,267,275],"\u8a72\u5f53\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":43,"\u8a72\u5f53\u884c":34,"\u8a73\u3057\u3044":137,"\u8a73\u3057\u304f":[0,270,273],"\u8a73\u7d30":[1,14,17,24,25,27,29,31,34,40,41,42,43,44,50,63,64,67,80,83,85,91,92,93,99,104,112,114,115,117,121,122,124,125,129,130,131,136,137,138,139,141,142,144,145,146,148,153,156,157,179,198,199,201,208,211,212,226,240,247,248,249,261,266,271,273,280],"\u8a8d\u8a3c":[157,256,277],"\u8a8d\u8b58":10,"\u8a9e\u4ee5":[199,240],"\u8a9e\u5165":208,"\u8a9e\u53e5":[34,41,43,272],"\u8a9e\u5e79":226,"\u8a9e\u5f59":[22,33,34,43,44,104,129,142,144,146,202,212,222,227,264,269,275],"\u8a9e\u5f59\u8868":[34,92,146,212,273,275],"\u8a9e\u6271":264,"\u8a9e\u691c":137,"\u8a9e\u7248":12,"\u8a9e\u7528":[226,240],"\u8a9e\u8a33":34,"\u8aa4\u3063":[12,34,40,41,42,43,44],"\u8aa4\u308a":[34,40,41,42,43,44],"\u8aa4\u52d5\u4f5c":43,"\u8aa4\u5b57":[34,36,38,40,41,43,44,211],"\u8aa4\u5dee":[38,167,168],"\u8aac\u660e":[3,5,6,7,8,11,12,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,40,41,42,43,44,46,47,80,81,83,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,110,112,113,114,115,116,117,118,119,120,121,122,123,126,127,129,130,132,133,134,135,136,137,138,139,141,142,143,144,145,146,147,148,149,150,152,153,155,157,158,160,162,171,172,179,198,199,206,211,212,213,214,215,216,217,218,219,221,230,247,249,263,264,266,267,270,271,273],"\u8aad\u307f":[0,12,34,35,84,178,197,204,217,240],"\u8aad\u307f\u3084\u3059\u3044":39,"\u8aad\u307f\u51fa\u3057":0,"\u8aad\u307f\u53d6\u308a":[95,145,155],"\u8aad\u307f\u8fbc\u307e\u305a":34,"\u8aad\u307f\u8fbc\u307f":[34,38,41,42,124,131,135,211,273],"\u8aad\u307f\u8fbc\u3080":[35,135,221],"\u8aad\u307f\u8fbc\u3081":34,"\u8aad\u307f\u8fbc\u3081\u308b":103,"\u8aad\u307f\u8fbc\u3093":[105,135,263],"\u8aad\u307f\u98db\u3070":273,"\u8aad\u3081":40,"\u8aad\u3093":[3,21],"\u8ab0\u304b":3,"\u8ab0\u304c":276,"\u8ab0\u3067":42,"\u8ab2\u7a0b":41,"\u8ab2\u984c":[3,22],"\u8abf\u3079":[12,59,65,168,169,271],"\u8abf\u3079\u308b":[41,63,146,168,169,268],"\u8abf\u6574":[34,44,92,137,197,228,266,268],"\u8abf\u67fb":[43,63,121,267],"\u8ad6\u7406":[0,11,33,40,43,44,89,112,114,115,116,137,173,216],"\u8ad6\u7406\u548c":[11,137,199,228],"\u8af8\u6761":33,"\u8b58\u5225":160,"\u8b66\u544a":[6,7,34,36,39,40,41,42,82,137,155,201],"\u8b70\u8ad6":19,"\u8ca0\u62c5":10,"\u8ca0\u6570":[40,49],"\u8ca0\u8377":[36,157],"\u8ca2\u732e":41,"\u8ce2\u304f":99,"\u8d64\u9053":167,"\u8d70\u67fb":42,"\u8d77\u304d":34,"\u8d77\u3053\u3063":[34,95,145],"\u8d77\u3053\u308a":[34,279],"\u8d77\u52d5":[12,25,32,36,40,41,43,82,139,155,156,158,209,257,260,273],"\u8d77\u52d5\u6642":160,"\u8d77\u6e90":270,"\u8d77\u70b9":34,"\u8d85\u3048":[34,41,44,266],"\u8d85\u3048\u308b":[34,40,69,222,268,270],"\u8d85\u904e":[41,121,268],"\u8d8a\u3048":[42,43,266],"\u8d8a\u3048\u308b":[42,43,44,266],"\u8db3\u3057":199,"\u8db3\u308a":[38,211],"\u8ddd\u96e2":[0,34,35,40,44,165,167,168,175,199,207,280],"\u8ee2\u7f6e":[22,34,40,43,44,51,76,92,199,272,273],"\u8efd\u3044":[95,120,122,145],"\u8efd\u5fae":[155,157],"\u8f09\u305b\u308b":12,"\u8f9e\u66f8":[27,28,35,36,40,41,42,43,44,240,266],"\u8f9e\u691c":[38,199,222],"\u8f9e\u7121":[34,155],"\u8fbc\u307f":211,"\u8fbf\u308b":12,"\u8fd1\u3044":[34,44,69,121,154,175,199,216],"\u8fd1\u3044\u9806":207,"\u8fd1\u304f":[0,207],"\u8fd1\u4f3c":[38,40,167,168],"\u8fd1\u508d":[34,40,42,44,179,197],"\u8fd4\u3055":[34,40,42,44,56,65,82,89,140],"\u8fd4\u3057":[11,34,41,42,43,44,49,50,51,52,54,55,56,59,61,64,65,68,69,70,72,74,88,93,95,96,97,98,102,105,106,107,108,109,111,112,113,114,116,119,120,121,122,123,132,133,134,135,136,137,139,140,146,147,148,149,150,163,164,165,167,168,169,170,171,172,173,174,175,176,178,179,180,181,182,184,185,186,193,195,199,214,215,218,219,220,221,257,273,276,279,280],"\u8fd4\u3059":[34,35,36,38,40,41,42,43,44,51,54,57,70,90,94,99,100,101,110,112,114,115,122,137,140,147,155,156,160,163,175,176,199,257,263,280],"\u8fd4\u3059\u304b":140,"\u8fd4\u3059\u4f8b":195,"\u8fd4\u3059\u65b0\u3057\u3044":[43,44],"\u8fd4\u305b":173,"\u8fd4\u3063":[42,43,147,198,199],"\u8fd4\u3089":34,"\u8fd4\u308a":[34,112,114,115,137,144,147,271,280],"\u8fd4\u308a\u5024":[41,42,43,44],"\u8fd4\u308b":[36,43,44],"\u8fd4\u4fe1":[10,275,276],"\u8fd4\u4fe1\u5143":276,"\u8fd4\u4fe1\u5148":276,"\u8fd4\u5024":89,"\u8fd4\u5374":[44,143,273],"\u8ff0\u3079":273,"\u8ff0\u8a9e":43,"\u8ffd\u3046":267,"\u8ffd\u3063":267,"\u8ffd\u52a0":[0,3,11,12,18,22,24,25,27,29,31,33,34,35,36,37,38,39,40,41,42,43,44,46,47,51,55,57,59,63,65,67,68,74,78,84,85,86,91,92,96,97,98,99,100,103,104,105,106,107,108,112,113,114,115,116,117,120,121,122,123,124,125,126,129,130,132,133,136,137,138,139,141,142,144,147,148,150,151,153,155,157,164,166,170,171,173,174,175,178,182,183,185,186,193,194,195,196,198,199,200,204,211,212,214,215,216,220,222,223,225,226,227,240,243,248,249,251,252,253,261,263,266,270,271,272,273,275,278],"\u8ffd\u8a18":[12,34,40,43],"\u8ffd\u8de1":[3,22],"\u9000\u907f":99,"\u9001\u3063":[3,16,17,19],"\u9001\u308a":[12,158,263],"\u9001\u308a\u65b9":[3,22,29,277],"\u9001\u308b":[17,19,158,257,263],"\u9001\u4fe1":[34,41,89,90,94,100,101,103,110,127,133,143,156,160],"\u9006\u306b":[272,276],"\u9006\u5f15":272,"\u9006\u5f15\u304d":[22,269,276],"\u9006\u6587\u66f8\u51fa":42,"\u9006\u9806":273,"\u9010\u6b21":[0,42,212,243],"\u9014\u4e2d":[12,40,42,155,218,219,263],"\u901a\u3058":34,"\u901a\u308a":[6,7,8,12,18,21,29,31,34,47,53,63,91,92,93,102,103,105,112,113,114,115,116,118,122,129,130,136,137,138,140,142,143,148,153,155,157,158,160,163,164,167,168,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,201,204,207,208,212,213,214,215,221,225,226,230,232,233,234,242,244,247,266,275],"\u901a\u4fe1":[3,4,22,154,156,157,158,160],"\u901a\u5e38":[34,40,42,43,47,54,70,78,83,92,93,99,104,112,113,114,115,117,121,122,123,136,137,139,148,153,155,157,160,198,203,205,208,211,212,238,247,248,270,273],"\u901a\u77e5":[12,133,155,201],"\u901f\u3044":[34,42,43,92,114,222],"\u901f\u304f":[29,34,43,92,142,272],"\u901f\u3084\u304b":82,"\u901f\u5ea6":[34,38,41,43,92,156,222,272],"\u9023\u4f53\u5316":240,"\u9023\u643a":0,"\u9023\u7d50":[34,40,41,43,65,275],"\u9023\u7d61":17,"\u9023\u7d9a":[41,43,65,148,219,231,232,233,234,264,266],"\u9032\u3081":[3,4,22,44],"\u9032\u3093":0,"\u9032\u6357":34,"\u9032\u6570":[89,199],"\u9045\u3044":[34,92,167,213,222],"\u9045\u304f":[34,43,44,155,157,168,198,199,212,215,271],"\u9045\u3089":44,"\u904b\u7528":[0,34],"\u904e\u53bb":[12,44],"\u904e\u7a0b":[34,78],"\u9054\u3057":247,"\u9054\u3059\u308b":[33,69],"\u9055\u3044":[34,92,114,121,137,142,167,173,198,212,231,232,233,234,235,236,237,239,245,246,257,270,273,275,280],"\u9055\u3046":[34,36,92,115,160],"\u9055\u3063":218,"\u9069\u3057":[0,92,142,200,213,214],"\u9069\u5207":[0,34,36,42,43,44,92,105,112,115,129,137,142,148,156,158,212,215,228,230,238,239,273],"\u9069\u5408":[228,230,240,266,273],"\u9069\u5408\u7387":228,"\u9069\u5b9c":[12,42],"\u9069\u6642":59,"\u9069\u7528":[34,42,44,57,112,114,115,137,147,199,247,273],"\u9078\u3070":105,"\u9078\u3073":[33,220],"\u9078\u3076":[0,105,137,157],"\u9078\u3079":[5,137],"\u9078\u3093":[44,84,105,142],"\u9078\u629e":[0,12,34,42,43,44,57,114,137,160,167,174,178],"\u907f\u3051\u308b":[34,129,137],"\u90e8\u5206":[11,14,29,34,42,43,44,83,137,160,173,198,199,266,276],"\u90fd\u6c11":[264,266],"\u914d\u4e0b":[12,34,158],"\u914d\u5217":[11,34,36,38,40,42,44,51,55,65,66,68,80,83,89,93,114,118,119,121,122,136,137,142,143,148,149,181,198,222,264,270,272,273,276],"\u914d\u5e03":[23,24,25,26,27,31,32,40,42],"\u914d\u7f6e":[12,273],"\u91cd\u3044":[0,34,104,137],"\u91cd\u304f":266,"\u91cd\u306a\u3063":41,"\u91cd\u307f":[22,34,40,41,92,93,136,137,179,198,213,266,269],"\u91cd\u307f\u3064\u304d":42,"\u91cd\u307f\u4ed8\u304d":[34,42,137],"\u91cd\u307f\u4ed8\u3051":[137,266],"\u91cd\u8907":[34,42,43,44,68],"\u91cd\u8981":[0,10,12,14,29,43,50,54,80,81,137,142,148,157,200,213,214,215,228,257,274,275],"\u91cd\u8996":[200,266],"\u91ce\u9996":42,"\u91cf\u6307":212,"\u91cf\u8a08":35,"\u9234\u6728":40,"\u932f\u8aa4":0,"\u9577\u3044":[43,44,63],"\u9577\u304f":44,"\u9577\u3055":[34,40,51,65,68,69,71,156,270],"\u9577\u3059\u304e\u308b":[34,41],"\u9577\u4ee5\u4e0a":[65,68],"\u9577\u5185":[42,43],"\u9577\u5185\u6b69":[42,43],"\u9577\u578b":[69,93,121],"\u9577\u65b9\u5f62":38,"\u9577\u6642\u9593":[133,153],"\u9577\u671f\u9593":34,"\u9577\u751f\u304d":142,"\u9577\u91ce":42,"\u9577\u97f3":[34,204,225],"\u9589\u3058":[38,44,144,222],"\u9589\u3058\u308b":[35,38,43,222],"\u958b\u3044":[34,36,38,41,43,90,101,104,144,153,202],"\u958b\u304b":[34,43,54,104,122,153],"\u958b\u304d":[50,55,122,132,144,247],"\u958b\u304f":[34,38,40,43,44,50,202,247,273],"\u958b\u304f\u969b":40,"\u958b\u3051":[40,43],"\u958b\u3051\u308b":40,"\u958b\u3053":55,"\u958b\u59cb":[14,34,38,41,42,65,95,137,145,156,167,170,201],"\u958b\u653e":[34,43,108],"\u958b\u767a":[0,3,5,6,7,8,12,21,22,23,24,25,27,31,32,34,40,41,42,43,44,82,83],"\u9593\u9055\u3063":[34,38,40,41,42,43,44,153,219,220],"\u9593\u9694":34,"\u95a2\u308f\u3089":[137,156],"\u95a2\u4fc2":[11,13,22,23,34,39,40,44,92,95,145,198,269,270,276],"\u95a2\u4fc2\u5f0f":3,"\u95a2\u6570":[11,22,34,35,36,39,40,41,43,44,46,47,49,54,63,66,70,74,83,120,121,122,147,155,160,163,165,167,168,169,171,172,173,174,175,176,178,179,180,183,184,185,186,193,195,196,213,214,215,280],"\u95a2\u9023":[0,2,3,10,12,21,22,24,25,27,29,31,34,38,39,40,41,42,43,44,70,102,104,129,148,153,160,197,202,212,220,221,247,249,261,268,269,270,273],"\u95b2\u89a7":277,"\u95be\u5024":[22,29,38,42,43,54,64,137,140,155,264,265],"\u9632\u304e":[34,41,144],"\u9632\u3050":[105,117,199,215],"\u9632\u3052":34,"\u964d\u5411\u3051":104,"\u964d\u9806":[68,69,114,137,140,160,273],"\u9650\u3063":65,"\u9650\u3089":10,"\u9650\u308a":[11,34,65,78,147,264,266],"\u9650\u5b9a":[34,153,212],"\u9650\u6587":[38,142],"\u9664\u3044":[112,117,156,174,181,204,240],"\u9664\u304f":[40,115,137],"\u9664\u3051":68,"\u9664\u53bb":[36,41,44,146,172,227,238,240],"\u9664\u5916":[34,103,240],"\u9664\u7b97":[34,42],"\u9665\u3063":40,"\u968e\u5c64":11,"\u968f\u6642":105,"\u969b\u7b49":34,"\u969c\u5bb3":34,"\u96a0\u3055":34,"\u96a3\u308a\u5408\u3063":230,"\u96a3\u63a5":[0,198],"\u96c5\u5e83":42,"\u96c6\u307e\u3063":271,"\u96c6\u307e\u308a":[137,160],"\u96c6\u3081":271,"\u96c6\u5408":[34,40,68,76,80,122,137,197,212],"\u96c6\u8a08":[22,34,43,137,271],"\u96e2\u308c":[44,199,280],"\u96e3\u3057\u3044":[0,34],"\u96fb\u8a71":241,"\u9759\u7684":[3,22,34,40,41,42,43,44,46,155,158,273],"\u975e\u308f":264,"\u975e\u308f\u304b\u3061":266,"\u975e\u4e92":[34,40,41,42,43,44],"\u975e\u4e92\u63db":[38,42,43],"\u975e\u5168":92,"\u975e\u516c\u958b":12,"\u975e\u5206":137,"\u975e\u5e38":[34,40,44,212,213,214,215,257],"\u975e\u63a8":[34,38,40,41,42,43,44,74,90,115,131,137,139,142,155,167,250],"\u975e\u63a8\u5968":[40,43],"\u975e\u81ea":44,"\u975e\u81ea\u7acb":[204,240],"\u975e\u81ea\u7acb\u8a9e":[204,240],"\u975eascii":[230,231,232,233,234,245,246],"\u97f3\u3068":34,"\u9805\u76ee":[34,35,43,47,89,96,97,98,137,142,151,157,257,261,274],"\u9806\u4f4d":59,"\u9806\u5e8f":[34,44,112,114,115,137,143,266,273],"\u9806\u6b21":[154,155,263,273],"\u9806\u756a":[61,69,114,115,137,155,198,199,266,273],"\u9818\u57df":[29,34,40,42,65,68,92,121,280],"\u982d\u6587":263,"\u982d\u8f9e":[34,222],"\u983b\u51fa":43,"\u983b\u5ea6":[34,43,140,146],"\u983b\u7e41":[29,34,68],"\u9855\u8457":230,"\u985e\u3059\u308b":34,"\u985e\u4f3c":[11,34,40,41,42,140,179,197],"\u985e\u4f3c\u5ea6":34,"\u985e\u7d39":266,"\u985e\u7fa9":137,"\u98df\u3044\u9055\u3063":153,"\u98df\u3079":225,"\u99c4\u76ee":10,"\u9ad8\u3044":[0,34,89,92,137,140,157,160,228,273],"\u9ad8\u3044\u9806":273,"\u9ad8\u304f":[43,80,214,266,275],"\u9ad8\u307e\u3063":0,"\u9ad8\u5ea6":[197,198,222],"\u9ad8\u6a5f":[0,11],"\u9ad8\u7cbe":0,"\u9ad8\u901f":[0,11,34,35,38,41,44,76,92,112,114,115,137,142,167,168,198,199,207,212,213,215,222,243,256,257,272,273],"\u9b3c\u96f2":[34,43,44],"\u9bae\u5ea6":200,"\u9df2\u7530":41,"\u9df2\u7530\u57fa":41,"\u9ed2\u3044\u70b9":207,"\ufe63\uff0d":[204,225],"\uff01:":29,"\uff01\"":34,"\uff01\u300d":[112,114,115,137,198,199],"\uff01\u3057":2,"\uff01\uff08":17,"\uff01\uff09":[218,219],"\uff01\uff1f":238,"\uff08*":5,"\uff08,":273,"\uff08-":[137,273],"\uff08.":12,"\uff08=":[33,98,117,137,139,151],"\uff08@":[36,38],"\uff08\u300c":[203,266],"\uff08\u3064\u307e\u308a":[104,129],"\uff08\u3069":137,"\uff08\u307e\u3060":34,"\uff08\u30ad\u30fc":43,"\uff08\u4f8b":[34,43],"\uff08\u578b":71,"\uff08\u79d2":65,"\uff08\uff1d":216,"\uff08age":142,"\uff08and":197,"\uff08byte":[51,65],"\uff08ci":21,"\uff08document":[42,215],"\uff08eol":[34,43],"\uff08gnu":29,"\uff08groonga":43,"\uff08homebrew":12,"\uff08kana":208,"\uff08least":88,"\uff08longest":[38,199],"\uff08markdown":12,"\uff08messagepack":29,"\uff08n":34,"\uff08node":21,"\uff08normalization":[34,203,204,205,225],"\uff08not":197,"\uff08or":197,"\uff08perl":157,"\uff08personal":[22,23],"\uff08pid":201,"\uff08piro":[42,44],"\uff08proc":59,"\uff08romaji":208,"\uff08rroonga":43,"\uff08ruby":21,"\uff08score":137,"\uff08term":[213,214,215],"\uff08textile":12,"\uff08tf":213,"\uff08therubyracer":12,"\uff08tokenbigram":266,"\uff08tokenmecab":266,"\uff08true":270,"\uff08truncate":153,"\uff08world":248,"\uff09:":[24,25,27,28,30,31,134,135,201,264],"\uff09\u3001":[12,213,214,215,222,264],"\uff09\u3002":[12,34,43,201,266,273],"\uff09\u300d":238,"\uff09\u304b":33,"\uff09\u307e\u305f":[118,148,198,199],"\uff09\uff08":[92,142],"\uff11\u3064":[9,93],"\uff11\u5bfe":9,"\uff12\u3064":280,"\uff13\u3064":248,"\uff1a\u300c":34,"\uff1b[":12,"\uff1f\u300c":238,"\uff1f\u300d":271,"\uff1f\uff09":43,"\uff1f]":238,"\uff4d\uff59\uff53\uff51\uff4c":[170,171],"\uff65\"":[204,225],"\uff76\uff9e":203,"\uffef\"":243,"\ufff0\"":[241,243],"\ufffecrch":148,"\ufffetext":148,"] [":156,"] \u6708":43,"]%":212,"]'":[34,157,257],"](":[12,34],"])":[44,49,168,170,180,238],"]+":238,"],":[34,47,80,83,89,91,92,93,95,96,99,102,105,112,114,115,116,117,118,119,121,122,123,133,136,137,139,140,143,144,145,148,149,150,155,156,160,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,203,204,205,212,213,214,215,218,219,221,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,263,266,270,271,272,273,275,276,277,278,279,280],"].":[34,42,43,44,112,114,115,137],"]/":277,"]:":[34,44,212,267],"][":[34,38,39,40,41,42,43,44,47,92,96,117,123,137,144,198,212],"]\"":[34,40,41,105,212,276],"]\n#":241,"]\u3002":42,"]]":[43,63,100,102,117,146,155,156,241],"]]]":[100,199,266],"]ello":43,"]x":276,"]}":[43,89,178,184,270],"^ \"":[34,91,92,178,199],"^\"":179,"^commit":12,"_$":[92,140,142],"_')":78,"_*":[22,34,46,48,113],"_-":241,"_\"":[38,117],"_db\u30d5\u30e9\u30b0":38,"_{":41,"`/":18,"`filtered":137,"`hostname":155,"b\u30c6\u30fc\u30d6\u30eb":44,"boolean":[45,136],"byte":[40,43,51,65,68,156,181,263],"c\u30e9\u30f3\u30bf\u30a4\u30e0":43,"case":[74,131,161],"char":[34,42,51,54,55,56,57,63,65,66,68,70,71,74],"ci\u4e00\u822c":21,"ci\u4e0a":21,"class":[34,170,171,172,181,240,241],"const":[34,39,51,54,55,56,57,63,65,66,68,69,71,74],"continue":42,"cpu\u30b3\u30a2":[6,7,155,160,256],"d\u30ad\u30fc":273,"dat\u30ad\u30fc":41,"db)":104,"default":[34,40,63,84,86,92,112,114,115,122,132,136,137,139,140,143,144,145,146,155,156,157,160,164,170,171,173,181,184,193,198,199,200,209,212,213,214,215,223,226,227,241,242,244,247,257,263,266,273,275,276,277,279],"delete":[12,22,34,35,36,38,44,46,65,81,96,104,105],"dll\u30d1\u30b9":34,"do":[34,42,156],"double":[34,43,136,199],"else":[43,267],"enter\u30ad\u30fc":41,"enum":55,"error\u30bf\u30b0":40,"export":[18,34],"false":[12,34,36,41,42,44,90,91,92,94,95,96,98,99,100,102,106,107,108,109,110,111,115,117,120,121,122,123,132,133,136,144,148,150,160,163,170,173,174,179,184,198,199,204,225,228,230,231,232,233,234,235,236,237,238,239,240,241,243,245,246,248,270,278],"final":[204,225],"float":[34,40,43,44,112,114,115,121,122,136,137,167,209,214,215,270],"for":[8,32,40,45,49,53,54,55,57,58,65,70,74,150,155,157,159,161,167,181,199,240,247,248,255,261,276],"function":[43,44,45,54,74,83,162,249,263],"geopoint\u9593":38,"gib\u304f\u3089\u3044":247,"gmo\u30e1\u30c7\u30a3\u30a2":42,"html\u30bf\u30b0":172,"id\u9806":69,"if":[11,34,43,49,51,53,54,55,58,65,66,68,70,73,74,80,155,157,159,161,199,255,267],"import":12,"in":[11,14,22,34,40,42,43,44,46,51,53,54,55,57,58,65,74,89,92,131,137,148,155,161,162,181,198,255,261,276,279],"int":[34,36,40,41,42,43,44,49,50,51,54,55,57,58,59,60,61,63,64,65,66,68,69,70,71,74,80,91,95,115,121,122,136,137,140,142,145,150,160,163,164,167,175,179,180,198,199,209,213,214,215,218,219,221,266,270,271,272,273,275,276,280],"long":[43,60,64,133],"mo\u30d5\u30a1\u30a4\u30eb":17,"new":[12,47,54,65,70,74,91,137,155,276],"nginx\u3089\u3057\u3044":42,"null":[11,34,38,40,41,43,44,50,51,54,55,57,58,61,65,66,68,69,70,74,114,121,122,135,136,137,145,164,170,171,172,181,185,186,193,195,241,267],"package":[12,22,23,261],"pgp\u30ad\u30fc":34,"po\u30d5\u30a1\u30a4\u30eb":17,"post\u30e1\u30bd\u30c3\u30c9":41,"processid\u304b":34,"return":[34,54,70,73,83,105,201,267],"sort\u30ad\u30fc":35,"static":70,"this":[34,40,51,53,54,55,65,74,112,114,115,129,137,155,157,159,181,198,199,238,257,270,273,275,277,279],"true":[34,35,41,42,43,44,47,80,90,91,92,93,94,95,96,97,98,99,100,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,120,121,122,123,124,125,129,130,131,132,133,134,135,136,137,138,141,142,144,145,146,150,160,163,164,167,168,169,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,204,208,212,213,214,215,223,225,226,227,240,241,242,244,248,270,271,272,273,275,278,279,280],"try":[34,49,276],"var":[11,29,74,93,153,155,157],"void":[39,49,52,55,56,63,64,65,68,69,70,73,74],"while":55,"with":[6,12,21,28,29,34,38,42,43,44,51,54,58,65,74,80,89,92,93,118,121,136,155,157,161,181,199,204,212,266,273],"x\u30df\u30ea":[199,248],"{..":34,"{\"":[34,43,80,89,112,113,114,115,116,117,121,134,135,140,156,170,171,179,185,198,199,200,212,214,215,218,219,221,226,227,241,242,244,275],"{\"_":[34,47,137,163,173,175,198,199,270,272,280],"{\\\"":34,"{column":212,"{id":34,"{key":137,"{label":[115,137],"{language":17,"{logical":216,"{name":[112,114,115,137,199],"{path":29,"{prefix":[29,124,125,131],"{table":[137,179],"{time":[34,201],"{user":247,"{yyyymm":216,"{yyyymmdd":216,"| _":[178,280],"| b":34,"| c":199,"| d":34,"| f":34,"| n":199,"| y":41,"|..":42,"|:":201,"|<":[47,201],"|>":201,"|[":238,"|allow":[137,179,198],"|b":212,"|cache":63,"|column":92,"|correct":[140,160],"|destination":63,"|enable":148,"|full":212,"|ga":137,"|http":156,"|index":92,"|info":212,"|key":[44,142,198,199,278],"|mark":44,"|message":[153,155],"|n":43,"|ng":137,"|on":137,"|oo":137,"|orange":242,"|persistent":[93,95,122,145],"|pid":[44,153],"|query":137,"|result":63,"|ring":160,"|ro":137,"|score":63,"|size":63,"|suggest":140,"|table":142,"|weight":34,"|with":[34,42,80,92,93,112,114,115,118,122,132,136,137,160,170,171,179,181,184,198,199,200,212,213,214,215,226,227,241,247,266,273,275,276,279],"||":[11,34,40,41,112,114,115,137,199,213,275],"}'":34,"}(":63,"})":34,"},":[34,63,80,95,115,116,117,119,121,122,136,137,145,148,149,150,156,172,178,179,193,195,198,199,200,204,212,228,230,231,232,233,234,235,236,237,238,240,241,243,272,273,275,276,278,279],"}.":[123,137,179],"}/":[17,29,44,124,125,131],"}:":[160,201,212],"}\"":34,"}\\":[44,199],"}]":[34,43,44,84,105,133,134,135,155,156,209],"}_":[112,114,115,216],"}attr":41,"}e":199,"}|":[34,201],"}}":80,"~ \"":[43,199,212],"~${":212,"~*":57,"~\"":[34,44,179],"~number":199,"~uint":43,__:241,_a:[34,87,263],_abs:[22,34,46,162],_accept:267,_accepted:133,_accessor:43,_account:17,_acquire:[22,34,43,46,81,108,130],_add:[34,44,57,59,68],_addr:157,_address:[87,263,277],_adjust:[11,44,67,137],_adjuster:34,_age:[92,129,130,163],_agent:157,_algorithm:226,_all:[34,43,44,54],_alloc:[57,74],_allowed:[87,263],_alphabet:[34,199],_already:[87,263],_and:[11,34,67],_andp:34,_animal:270,_append:[11,34,57,60,65],_apply:34,_arg:87,_args:34,_argument:[65,68,69,87,263],_arguments:43,_arrow:[12,34],_asc:68,_ascending:69,_asterisk:34,_at:[34,36,39,40,43,44,54,57,65,68,112,114,115,186,213,215,266],_auto:[40,41],_available:[87,263],_avg:137,_avoided:[65,87,263],_b:34,_bad:87,_base:[34,43,74],_basic:[157,257],_batch:42,_be:136,_between:[34,42],_binary:40,_blank:[34,44,118],_block:[87,263],_blog:275,_bm:34,_body:[112,132,266,275,279],_bool:[34,36,44,54,65],_broken:87,_bu:34,_buffer:[54,60,87,160,263],_build:14,_builtin:[38,55,65,71],_bulk:[34,44,54,57],_busy:[87,263],_but:11,_by:[34,37,38,39,42,43,57,65,68,69,74,173,276],_byte:[87,136,263],_bytes:[122,157],_cache:[22,34,41,43,46,48],_calc:42,_call:[11,87,133,263],_caller:34,_calloc:44,_cancel:[22,34,42,44,46,81,85,86,87],_canceler:44,_cas:87,_case:[34,43],_cast:[43,65],_character:57,_characters:57,_charlen:74,_check:[14,42,65],_checks:118,_child:[87,263],_chunk:[34,43,44],_chunked:43,_chunks:44,_circle:[22,34,38,41,44,46,162,272,276,280],_class:[34,137,204],_classify:[22,34,44,46,114,137,162],_clear:[22,34,38,42,43,46,65,81,90,106,108],_client:199,_clone:12,_close:[11,38,42,43,50,54,57,60,61,65,69,74],_code:[34,63,74,83,105,201],_column:[22,34,36,41,42,43,44,46,47,48,61,65,91,93,95,104,114,136,137,144,156,179,198,264],_columns:[22,34,36,40,41,42,43,44,68,80,91,92,100,112,140,162,164,167,170,171,172,173,174,175,178,181,184,185,186,193,195,198,199,200,201,213,214,215,226,227,241,242,244,266,269,270,271,272,273,276,279,280],_com:267,_command:[22,34,42,43,46,48,54,74,83,84,87,139,157,209,257,263,273,277],_comment:184,_commit:60,_compare:65,_compile:57,_compress:[44,51],_concurrency:154,_cond:70,_condition:34,_conditions:34,_conf:43,_config:[12,43,96],_configs:103,_configure:[34,41],_connected:[87,263],_connection:[34,87],_const:[11,34,57],_content:[22,34,46,48,54,57,83,112,114,115,122,136,137,179,181,184,198,199,226,227,247,275],_control:[43,87,263],_controllen:43,_copy:[22,34,43,44,46,47,81],_corrupt:[34,87,263],_count:[22,34,43,46,81,84,114,115,130,139,155,157,209,216,249,263,268,273,277],_creat:34,_create:[11,22,34,37,38,40,41,42,43,44,46,47,51,55,57,66,68,71,74,80,81,91,93,95,102,103,104,105,106,107,108,112,114,115,116,117,120,121,122,123,129,130,132,136,137,144,145,146,150,155,156,160,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,203,208,212,213,214,215,216,222,223,226,227,241,242,244,247,266,270,271,272,273,275,276,278,279,280],_ctx:[22,34,38,40,42,43,44,46,48,49,50,51,53,55,57,58,59,60,61,62,63,64,65,66,67,68,69,71,72,74,87,113],_cumulative:[112,114,115,137],_current:50,_cursor:[22,34,36,41,43,44,46,48,58],_dat:[33,34,38,39,41,42,44,68,91,121,136,142,198,199],_data:[22,34,43,46,48,66,74,87,263],_database:[40,41,99,257],_dataset:[37,159,161,221],_date:12,_day:[22,34,44,46,162],_db:[22,34,36,37,38,39,42,43,44,46,48,54,57,65,104],_deadlock:[65,87,263],_debug:[7,14],_decr:65,_default:[34,40,43,52,56,63,64,257],_defrag:65,_del:43,_delete:[22,38,43,46,59,65,68,69,81,97,98,151],_delimited:45,_delimiter:[118,148],_denied:[87,263],_dependent:44,_desc:68,_descending:69,_descriptor:[87,263],_device:[87,263],_df:34,_diff:34,_difference:68,_digit:34,_dir:[12,34,38,43,74],_directory:[87,263],_disable:[34,44],_disk:34,_dist:40,_distance:[22,34,35,38,40,41,44,46,162,199,272,280],_domain:87,_dot:34,_double:34,_down:[87,263],_drilldown:137,_dump:43,_ecmascript:[47,137],_element:[43,62],_elements:[44,122],_empty:[87,263],_enabl:34,_enable:[34,43,44,129,130],_enabled:43,_enc:[56,63,69],_encoding:[22,34,46,48,63,74],_end:87,_enough:[34,44,87,263],_entries:[50,88],_entry:59,_equal:179,_error:[34,43,47,74,87,137,263],_errors:34,_escalation:[22,29,34,36,46,48,54,151],_escape:57,_estimate:[38,43,58],_estimated:34,_euc:63,_eval:[22,34,41,46,81,135],_event:267,_exec:[34,43,54,57,87],_exist:[22,43,46,65,81,117,123],_exists:[87,263],_expand:[22,34,44,46,81],_expander:[41,44,211,279],_expanders:[124,125,131,211],_expansion:[34,38,41],_expire:[34,65],_expr:[3,22,34,40,42,43,44,46,48,54,66,74,100,102,137,165,167,168,169,176,180,212],_expression:[137,212],_extract:[43,45],_failure:73,_false:[34,54,65],_family:[34,44],_feature:34,_file:[43,83,87,157,211,257,263],_fileinfo:34,_filename:87,_files:[87,263],_filter:[22,34,41,42,43,44,46,81,87,113,122,139,162,173,178,216],_filtered:[34,44],_filters:[34,42,43,44,103,146,223,225,226,227],_fin:[34,40,43,54,57,73,74],_finalizer:[54,66],_find:[22,34,46,162],_fitlers:136,_flags:[34,40,43,44,51,57,63,68,71,74,179,198],_float:[34,43,71,122],_flow:[87,263],_flush:[22,34,43,44,46,81],_for:[11,43,105,137,157],_form:34,_format:[34,87,157,263],_forwarded:157,_free:74,_friends:272,_from:34,_full:[12,22,34,42,44,46,162,171],_func:[34,42,54,66,70,74,147],_function:[43,74,87,133,213,263],_fuzzy:44,_geo:[22,38,43,46,48,63,122],_get:[22,34,38,39,40,42,43,44,46,49,50,51,52,54,56,57,59,62,63,64,65,66,68,69,70,74,81,96,98,147,151],_github:17,_global:43,_gqpt:156,_gqtp:156,_groonga:[12,83],_group:[43,68],_gt:69,_hash:[33,34,43,44,47,58,68,69,80,91,92,102,104,105,106,107,108,112,114,115,116,117,120,121,122,123,129,130,132,136,137,142,144,160,163,164,167,172,173,174,175,178,179,186,193,195,199,200,202,213,247,270,271,272,273,275,276],_have:34,_header:93,_hex:63,_highlighter:34,_hit:[34,84,139,157,209,263,273,277],_hits:[112,137],_hook:[22,46,48],_host:156,_hour:[22,44,46,114,162],_html:[22,34,38,40,41,42,43,44,46,114,137,155,162,241],_http:[156,157],_hugetlb:38,_hyphen:34,_i:[87,263],_id1:105,_id2:105,_id:[12,34,38,39,42,43,44,51,54,57,60,61,62,65,68,69,74,78,85,115,122,133,137,155,199,273,280],_idf:213,_ids:44,_if:65,_ii:[22,34,43,44,46,48,63,92],_illegal:87,_implemented:[87,263],_improper:87,_in:[22,34,35,36,38,41,42,44,46,58,63,83,87,136,162,263,272,276,280],_inappropriate:87,_incompatible:87,_incr:65,_indented:63,_index:[22,34,36,41,42,43,44,45,46,48,51,65,80,92,93,103,104,112,115,117,122,129,130,132,136,137,144,160,163,170,171,174,178,179,181,184,198,199,200,212,213,214,215,226,227,241,242,244,247,266,272,273,275,276,279],_indexer:39,_indexes:43,_info:[22,34,40,44,46,48,66],_information:93,_init:[38,40,42,43,54,57,63,65,70,73,74,201],_initialized:[87,263],_input:[43,83,87,199],_inspect:[22,34,44,46,48,81],_install:[7,8,21,23,32],_int:[43,44,57,65,71,122],_interrupted:[87,133],_interval:199,_invalid:[65,68,69,87],_io:[34,42,43,123],_ip:[263,277],_is:[34,38,43,44,54,65,83,87,133,263],_iso:34,_isspace:74,_item:34,_items:178,_ito:38,_itoh:38,_ja:41,_jis:[29,243],_jobs:34,_jp:[29,63],_json:53,_kana:[34,160],_katakana:34,_key:[33,34,35,36,38,39,40,41,42,43,44,47,51,58,63,68,69,71,78,80,91,92,93,95,102,103,104,105,106,107,108,116,120,122,123,129,130,132,136,137,140,142,144,145,146,150,155,160,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,208,212,213,214,215,218,223,226,227,241,242,244,247,266,270,271,272,273,275,276,278,279],_keys:[34,44,68,174,175,179,213,214,215,271,272,273,280],_keywords:[34,57],_koi:63,_label:43,_labeled:137,_large:[33,34,44,87,92,121,142,222,263],_latin:63,_lcp:68,_leading:[34,137,179],_leak:14,_left:[38,58,87,169,263],_len:[40,51,57,63],_length:[22,34,44,46,74,112,114,115,137,162,173,263],_level:[22,34,41,43,46,74,81,92,110,111,153,155,201],_lexicon:43,_like:34,_likes:[34,83,112,114,115,137,198,199,247],_limit:[22,34,35,41,43,46,70,81,87,99,100,113,123,144,263,271],_limited:63,_line:136,_link:[87,263],_links:[87,263],_list:[22,34,35,36,38,40,42,43,44,46,81,87,95,117,145,155,216,263,273],_literal:42,_load:[22,41,46,81],_loaded:[44,105],_local:[156,157],_location:[34,83,276],_lock:[34,38,49,65,70,74],_locked:65,_locks:[87,263],_log:[34,40,41,42,43,63,74],_logger:[34,40,43,63],_logical:43,_long:[87,263],_loose:[22,34,46,162],_lt:69,_lz4:[44,92],_lzo:[51,87],_major:34,_malloc:74,_many:[34,42,87,263],_map:[34,268],_mark:34,_mask:65,_match:[22,34,42,44,46,48],_max:[34,44,50,52,61,87,137,147,180,263],_mean:34,_mecab:43,_medium:[92,121],_memo:179,_memory:[34,40,87,263],_message:[43,83,212,275],_messages:[12,17],_micro:34,_middle:34,_min:[34,43,44,52,61,137],_minor:34,_minute:[22,44,46,162],_mode:[34,42,173,193],_modified:276,_module:157,_month:[22,44,46,162],_most:[34,43,213,215],_mruby:[7,8],_msgpack:53,_mutex:[70,74],_n:[34,41,44,50,114,116,122,136,137,242],_nabe:42,_name:[34,37,42,43,47,51,63,65,83,92,96,97,98,105,114,115,116,136,137,142,179,184,216,263,277],_namen:173,_names:[43,55],_network:87,_new:[9,22,34,38,40,46,112,114,115,137,162],_next:[34,36,41,43,58,61,69],_nfthreads:70,_ngram:[34,44],_nhooks:59,_nil:[36,54,57,68,69],_no:[33,34,36,42,43,47,68,69,87,91,102,103,106,107,108,112,114,115,117,120,121,123,132,136,137,142,144,160,170,171,179,181,185,198,199,200,212,214,215,226,227,241,242,244,266,275],_nodelay:44,_nofile:[41,201],_none:[53,63],_normalize:[40,43,45,68,142,202,203],_normalizer:[43,87],_normalizers:43,_not:[34,65,67,87,95,102,107,109,132,133,137,150,179,263],_nromalize:202,_nsec:34,_nsubrecs:[34,42,51,78,137,271],_null:43,_number:[22,34,44,46,83,105,115,249,260,263,277],_numbers:43,_o:[87,263],_obj:[11,22,34,38,39,40,41,42,43,44,46,48,51,54,55,57,58,59,60,61,62,63,66,67,68,69,71,72,74],_object:[34,87,122,123],_of:[22,34,46,87,104,105,136,162,240,263],_office:175,_offline:39,_offset:[34,42,43,57,74,87,100,263,271],_old:47,_on:[87,263],_one:136,_only:[44,87,263],_op:[11,34,43,44,57,67],_open:[34,36,38,40,43,50,54,55,58,60,61,69,74,87,123,263],_opened:[34,43,54],_operation:[87,263],_operations:34,_operator:[34,51,57,58,67,68],_optarg:[43,55,67],_optimize:34,_option:34,_options:[34,41,199],_or:[11,67,87,95,102,107,109,132,133,150,168,263,277],_order:34,_org:12,_otoj:14,_output:[42,43,54,87,100,263,271],_over:[87,263],_overlap:[34,44],_own:43,_p:63,_pack:[23,34],_package:43,_parallel:34,_parameters:[22,43,46,81,216],_parse:[34,43,56,57],_parsev:34,_part:240,_pass:157,_pat:[33,34,36,41,43,44,63,68,69,80,91,92,93,95,103,104,112,114,115,117,121,122,129,130,132,136,137,142,144,145,146,150,155,160,170,171,173,174,178,179,181,184,198,199,208,212,213,214,215,223,226,227,241,242,244,247,266,272,273,275,276,278,279],_patch:34,_path:[12,34,39,40,41,42,43,65,123,153,155,156,158,209,255,260,263,273,277],_paths:34,_pattern:[43,173],_per:[34,38,54,112,114,115,137],_permission:87,_permitted:[87,263],_persistent:[34,51,68],_physical:34,_pipe:[87,263],_plugin:[34,37,38,42,43,44,74,87],_plugins:[34,38,43],_point:[58,63,122,168,272],_pop:43,_popular:[112,114,115,137],_port:156,_pos:34,_position:[34,44,51,92,93,112,114,115,122,132,136,137,160,170,171,179,181,184,198,199,200,212,213,214,215,226,227,241,247,266,273,275,276,279],_posting:[34,44,58,61],_pragma:137,_prefix:[7,8,23,32,34,36,43,69,148,204,225,228,230,231,232,233,234,235,236,237,238,239,240,241,243,245,246],_preparer:[140,218,219,221],_prepend:65,_pretty:[34,84,137,158],_previous:50,_printf:42,_printfv:34,_probability:[38,140],_proc:[22,34,42,43,44,46,48,54,74],_process:[87,263],_processes:[87,257,263],_prolonged:34,_proxy:157,_ptr:[43,54,57,74],_push:11,_put:[22,34,41,43,46,81,109,111,155],_pvector:[43,54,57],_ql:42,_qlog:40,_queries:[34,84,139,157,209,263,273,277],_query:[11,34,40,41,42,43,44,57,63,140,159,160,161,211,218,219,221],_range:[22,34,43,46,65,81,87,112,113,139,216],_rate:[34,84,139,157,209,263,273,277],_ratio:[34,42,44],_raw:34,_rc:[49,50,51,52,54,55,56,57,58,59,60,62,64,65,66,67,68,69,73,74],_read:87,_reader:43,_reading:[34,204,225],_realloc:74,_record:[22,34,46,65,105,115,249,250],_records:[22,34,40,41,43,44,46,105,162],_recover:[42,43,44,55],_rectangle:[22,34,35,36,38,41,44,46,58,162,280],_recursive:43,_recv:42,_reduce:34,_reference:[34,129,130,137],_referer:157,_refused:[87,263],_regexp:34,_register:[22,34,37,46,74,81,103,104,112,113,114,115,116,117,125,131,134,135,136,137,146,160,173,175,183,185,186,193,195,196,211,223,226,227],_reindex:43,_reinit:65,_release:[12,22,34,43,46,81,106],_removable:144,_remove:[22,34,38,40,41,42,43,44,46,65,81,91,104,129,155,216],_rename:[22,39,41,42,44,46,47,51,65,68,81,91,104],_reopen:[22,34,40,44,46,81,109,110],_repair:39,_repository:12,_request:[44,133],_res:156,_reset:[34,87],_resource:[34,65,87],_resources:34,_rest:34,_result:[34,68,87,137],_results:68,_retry:87,_rewriter:44,_rewriters:34,_right:[38,58,169],_rk:[22,43,46,69,162,208],_roles:92,_romaji:34,_root:43,_rotate:43,_rset:34,_ruby:43,_s:42,_same:41,_scalar:[34,44,47,51,91,92,93,95,102,103,104,105,106,107,108,112,114,115,116,117,120,122,123,129,130,132,136,137,144,145,146,150,160,163,167,170,171,172,173,174,175,178,179,181,184,185,186,198,199,200,212,213,214,215,226,227,241,242,244,247,266,271,272,275,276,279],_scan:34,_schema:43,_score:[34,38,40,41,43,51,78,91,137,140,199,213,214,215,275,276,280],_scorer:[43,87],_script:134,_sd:34,_search:[22,34,38,40,43,44,46,48,68,115,140,162,204,208,225,238,240,241,245,246],_sec:34,_second:[22,44,46,162],_section:[34,42,43,44,51,92,93,136,275,276],_seek:[87,263],_seg:34,_segment:34,_segments:[34,44],_sel:[45,92],_select:[3,22,34,38,43,44,46,57,58,59,81,112,114,117,137,139,170,171,216,249],_selector:[22,34,42,43,46,81,155],_send:[44,50,53,54],_sent:157,_sequence:[87,263],_sequential:44,_serial:91,_set:[22,34,39,40,42,43,44,46,47,49,50,52,54,56,59,62,63,64,65,66,69,70,81,96,97,104,147,151],_setoperation:[34,44,68],_setpshared:41,_shard:[22,43,46,81,117,216],_show:34,_shutdowned:[87,263],_signal:70,_sis:[68,142,198,199,264,278],_size:[11,22,34,43,44,46,51,54,57,60,63,65,66,68,69,71,74,104,112,122,146,162],_sjis:63,_sjlj:42,_skip:[34,41,44],_slice:[22,34,44,46,162],_small:[87,92,121,263],_snip:[40,42],_sock:267,_socket:[87,263],_socre:34,_sort:[43,44,68,271],_sortby:[43,44,100],_sound:34,_sounds:34,_source:[12,34],_space:[87,121,263],_sparse:43,_speech:240,_split:44,_stable:[34,52],_stack:87,_stamp:[34,201],_started:83,_station:175,_statistics:34,_stop:[34,42,43,146,227,267],_str:[57,276],_strerror:42,_string:[14,34,41,43,44,56,57,112,114,115,137],_substring:[22,44,46,162],_success:[49,50,51,54,55,57,65,73,74,87,201],_such:[87,263],_suffix:[38,43],_suggest:37,_sum:[22,34,46,112,114,115,137,249],_supported:[87,263],_symbol:34,_symbolic:[87,263],_synonyms:211,_syntax:[34,44,47,57,87,137],_system:[34,38,87,263],_t:[34,70,87],_table:[3,22,34,36,38,39,43,44,46,48,51,57,58,61,65,81,104,136,144,145,156,179,216],_tables:[41,43,54],_tag:[34,91,112,114,115,137,170,174],_tags:[34,272,276],_take:44,_target:[42,43],_temporarily:[34,87,263],_term:[43,45],_terms:34,_text:[14,34,42,43,44,57,63,115,118,137],_tf:[34,43,213],_thread:[22,43,46,48,147,156],_threads:147,_threshold:[29,34,36,38,43,54,64,140,151,160,218,219,221],_time:[34,43,83,84,139,157,201,263,273,277],_timeout:[34,44,49,86,87,263],_timestamp:[34,132],_timeval:34,_tiny:[43,44],_title:[103,132,156,273,275],_to:[34,43,44,56,113,275,276],_token:[34,42,43,44,87],_tokenize:[22,34,43,44,46,81,228],_tokenized:[118,148],_tokenizer:[34,40,43,44,63,87,92,112,114,115,122,132,136,137,143,144,145,146,155,156,160,170,171,179,181,184,198,199,200,212,213,214,215,223,226,227,241,242,244,247,266,273,275,276,279],_tokenizers:43,_tokens:34,_toknize:34,_too:[34,42,87,263],_touch:[36,55],_tp:154,_transposition:[34,44],_true:[43,54,65],_truncate:[38,42,51,68],_ts:43,_tsv:[53,211],_type:[22,34,40,42,43,44,46,48,54,55,62,63,65,66,68,78,92,103,114,136,137,155,156,158,159,160,168,209,240,270,271,272,273,275,276,278],_types:[34,42,43,118,204,257],_ubref:34,_uint:[43,71,122],_unavailable:[34,87,263],_unknown:87,_unlink:[34,54,65],_unlock:[65,70,74],_unmap:[22,34,43,46,55,81,123,129,132],_unref:34,_unregister:[22,34,43,46,81,104,124,131],_unsupported:87,_untag:[22,41,46,162],_update:[51,68,87,137,198],_usage:[34,121],_use:[42,43,54,87,113,263],_usec:34,_user:[22,46,48,66,74,157,257],_users:276,_utf:[56,63,69],_uvector:34,_v:34,_valid:157,_value:[34,36,38,39,41,42,43,44,51,54,57,63,65,69,78,115,134,135,136,137,164,247],_values:[22,34,38,42,43,44,46,63,65,162],_valule:174,_var:[42,44,57,66,71,74,122],_vars:74,_vector:[34,41,42,43,51,54,57,65,80,91,92,93,102,112,114,115,137,160,178,184,193,195,270,272,276,279],_version:[12,22,34,38,42,43,44,46,48,54,84,87,139,157,158,170,171,172,181,209,257,263,273,277],_voiced:34,_void:44,_vprintf:[34,42],_vsize:[54,57],_w:228,_week:[22,34,44,46,162],_weight:[34,42,51,80,92,93,136],_wgs:63,_when:83,_whole:275,_win:[43,74],_window:[34,87],_windows:[43,74],_with:[7,8,44,51,68,136,142,198,199,264,278],_word:[34,42,43,103,146,223,227],_would:[87,263],_x:157,_xml:53,_xxx:[34,121,137],_year:[22,44,46,162],_yyyymmdd:[112,114,115,117],_zlib:[44,51,87,92],_zone:157,_zstd:[44,87,92],aaa:34,aardvark:34,ab:241,abc:[34,43,164],abcd:241,abcde:118,abcdef:34,abcxyzdef:34,abebcdxyzdef:34,abi:43,about:[14,21,74,155,162,249],above:133,ac:203,accept:[36,267],accepts:[150,155],accesses:51,accessor:[34,43,65,68],accurate:181,acquire:49,acquires:49,acronym:255,actions:12,actual:157,add:[17,31,40,42,65,114,137,148,162,243,249],added:[45,58,65,68],adding:65,additional:[34,41],address:[38,40,155,160,263],adjust:137,adjuster:[34,42,80,92,115],admin:[36,42,43,44],advanced:45,advantage:181,adventure:92,adventurer:92,after:[34,58,129],again:[49,157],against:[51,55,155],age:[34,47,92,93,104,129,130,136,137,163],ages:[92,129,130,142,163],aggregate:[34,181],aggregator:34,ahost:212,aio:41,akio:[34,36,40],al:243,albert:34,alert:[42,109,110,155,157],algorithm:34,ali:91,alias:[47,96,97,98],aliased:47,aliases:[47,96,97,98],alice:[34,47,91,92,95,121,137,145,150,157,163,173,179,198,257,276],alisa:179,all:[34,40,43,44,51,54,55,58,112,114,115,137,155,198,199,279],alloc:[34,44,84,139,155,157,209,263,273,277],allocate:[22,44,265],allocated:74,allocates:74,allow:[34,40,137,179,198],allowed:161,allows:181,almost:255,alpha:204,alpine:26,already:[49,74,161],also:[34,92,112,114,115,137,181,198,199,213,255],always:113,am:[171,181],amazon:34,amd:12,an:[55,58,68,74,157,238,267],and:[34,41,42,43,44,45,49,51,53,55,57,58,65,68,74,92,137,146,155,157,159,161,173,179,181,199,201,213,214,215,227,247,275,280],animation:272,ann:12,anonymous:104,another:43,any:43,aomi:34,apache:[12,34,105,158],api:[1,3,11,15,22,34,36,37,38,39,40,41,42,43,44,45,46,49,50,51,54,55,60,65,70,73,74,87,197,257],appears:181,appended:65,apple:[34,185,202,238,242,244],application:[34,105,157,158,257],applications:181,applied:45,approximate:168,appveyor:[12,42],april:12,apt:[12,18,21,25,31,34,40],aptitude:14,aquarius:34,ar:[148,264,266],arai:43,aramaki:[36,38],arc:148,architecture:43,archive:[12,22,23],are:[17,41,44,49,55,57,58,74,80,159,161,181,201,213,214,215,255],arg:[212,263],argc:70,args:34,argument:[34,199,213],arguments:[74,136,155],argv:70,aries:34,armenian:[204,225],armhf:42,arnaud:38,array:[34,89,121,136],arrow:[34,105,158],art:276,arted:199,artful:34,article:275,articles:275,as:[17,40,54,74,137,148,155,157,159,161,181,255,261],ascending:114,ascii:[34,198,199,230,241,245,246],aspx:267,assigned:43,associated:74,assumed:66,at:[45,58,155,276],auth:[157,257],auto:[34,113,137,140],autoconf:[6,38],autogen:[6,12,17,40],automake:[6,36],automatically:55,autotools:[3,5,7],available:[45,74,267],avg:[42,115,137,154],aware:74,axaixiuxuexeoxo:[204,225],ba:34,back:[199,275],background:155,backlog:34,backup:[55,103],backward:150,bad:[41,42,44,263],banana:185,bar:[204,225],base:[12,34,43,74,157,240],baseball:[272,275],based:[58,170,171,181,261],bash:29,bc:241,be:[51,54,55,57,58,65,68,74,99,131,150,155,161,255,267],beaver:[31,34],became:261,because:[44,55,157,209,213,255,267],become:45,been:12,before:21,begin:154,bellefleur:34,bernard:43,beta:45,between:[22,34,41,42,44,46,65,161,162],bi:[264,266],bigram:[34,156,159,160,264,266],bigramlexicon:132,bill:[43,264,266],billiard:[264,266],bin:[18,32],binary:[0,209,248],bind:38,binding:[45,170,171],binlib:12,bionic:[12,31,34],bison:12,bit:[8,21,23,24,25,27,30,31,32,34,41,43,44,121,156,248],black:202,block:270,blog:[184,266,273,275],blogs:266,bm:[34,213,215],bob:[34,47,95,137,145,150,157,163,179,257,276],body:[34,90,94,101,107,132,157,170,171,241,257,266,275,279],bom:36,book:[34,199],bookmark:[80,103],bookmarks:[80,103,105,117],books:92,bool:[34,41,43,44,91,112,114,115,121,122,136,137,146,168,169,198,227,270,278],boost:[160,218],boston:276,both:65,bottom:[38,58,169],box:[34,204,225],brad:44,brazil:271,brew:[18,28],british:279,broken:[51,55,123,263],brooklyn:276,browser:17,bsd:[5,29,42,43],buf:[51,65,68],buffer:[54,63,65,89,121,267],buffered:60,bug:[40,45],build:[8,12,21,25,31,32,41],builder:60,building:53,built:65,builtin:55,bulk:[34,43,57,65],bullet:[204,225],buster:[12,22,23,34],but:[150,155,161],buzz:160,by:[34,40,54,55,57,58,73,74,198,255,271],bye:[34,275],bytes:[66,74],cache:[22,34,35,40,43,46,50,65,81,84,139,157,209,263,273,277],cafedomancer:44,cake:175,calc:[34,43,137],callback:160,called:74,caller:66,calling:[73,74],calloc:44,calros:163,camp:276,can:[17,49,53,54,55,74,131,136,150,155,157,181,213,255],canadian:[204,225],cancel:133,canceled:[86,133],cancer:34,candidate1:140,candidate2:140,candidate:140,cannot:[22,265],capital:34,capricorn:34,carlos:[95,145,150],cas:263,cases:255,cast:[22,34,46,65,162,198],casted:65,casts:65,category:34,cd:[12,17,24,25,27,28,29,30,31,32,241],cdbs:38,ce:[236,237,243],ceekz:41,center:168,centos6:40,centos:[12,18,22,23,29,34,36,38,40,41,42,43,44,261],central:276,cents:[230,235,236,237],cflags:30,ch:148,change:[40,157,257],changed:[45,157],character:[74,92],characteristics:181,charlie:276,check:[14,22,34,35,38,43,46,65,81],checked:12,checking:55,checks:[42,55,118,203,204,205],china:271,choose:155,christian:43,chunk:[34,89,121],chunked:34,chunks:268,ci:[20,22,40,41,42],ciritical:157,cities:167,city:[167,276],cjk:34,clang:[40,41,42],clean:14,clear:[34,42,65],clearlock:[22,35,40,42,46,81,155],clears:51,client:[155,157,160,213,255],clone:[3,6,7,8,12,13],close:34,clumns:247,cmake:[3,5,6,29,32,40,41,43,44],co:160,code:[17,150,201,209],codes:73,coffee:175,col:65,color:202,column:[11,22,34,35,36,38,39,40,41,42,43,44,46,47,51,55,58,65,66,68,72,80,81,102,103,104,105,106,107,108,112,114,115,116,117,120,123,129,130,132,137,140,142,144,145,146,150,155,156,160,167,171,172,173,174,175,179,181,184,186,193,195,198,199,200,212,213,216,218,219,221,226,227,241,242,244,247,266,270,271,272,273,275,276,278,279,280],columnn:40,columns:[34,36,40,44,55,63,136,159,247],com:[9,271],combined:157,come:276,comma:43,command:[21,26,34,40,43,44,52,54,63,74,84,123,129,139,150,153,155,157,158,159,170,171,172,181,209,212,255,263,273,277],commandinput:43,commands:255,comment:[43,184,275,276],comments:[184,275],commit:17,common:[38,68,69,199],compared:181,compatibility:[34,150,203,204,205,225],compatible:157,complete:[39,140,160,218,220],composition:[34,203,204,205,225],compress:[44,92,121,136],computed:74,cond:[41,70],condition:199,conditional:140,conditions:173,conf:268,config:[8,22,32,43,46,47,81,82,104,151],configuration:[41,157,160],configure:[3,14,17,23,24,25,27,28,30,31,34,36,38,39,40,42,137,199,216,266],confirm:17,conifugration:21,connection:263,connections:155,constant:[34,43],contain:40,container:57,content:[34,38,40,41,42,83,105,112,114,115,122,136,137,144,157,158,172,179,181,184,198,199,200,213,226,227,247,257,275],contents:[34,74],context:[34,43,54,57,63,65,181],contrast:155,copa:43,copied:74,copy:34,copying:34,core:156,correct:[140,160,219],correction:219,corresponding:65,corrupt:117,cosmic:34,cosmo:[41,42],could:267,count:[112,114,115,137],country:[102,271,277],cover:181,coverage:14,cp:34,cpu:[0,29,156,157,257],crch:148,create:[74,103,155],created:[74,112,114,115,186,276],createfilemapping:43,createrepo:12,creates:[57,74,159],crit:[109,110,155],critical:[74,109,155],ctrl:[155,263],ctx:[9,34,50,51,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,71,72,74],curl:[21,28,29,40,105,133,155,157,160,209,257],current:[47,63,70],currently:[53,55,157],cursor:[34,58,61,69],customers:34,customize:157,cutter:[6,7],cuttlefish:34,cve:34,cxxflags:30,daemon:[155,160,161,255],daiki:[36,37,40],dangerous:[51,55],dangling:117,danish:226,dash:[29,204,225],dat:[34,44,222],data:[34,55,59,70,105,157,164,209,257],database:[22,34,43,46,54,55,65,68,81,123,129,132,137,153,155,157,159,181,268],dataset:[159,160,161],datasets:159,date:156,dav:173,dave:163,david:173,day:[153,200],days:153,db1:257,db2:257,db:[34,38,39,43,44,51,54,55,65,66,68,71,90,101,104,121,123,143,144,155,156,157,158,160,209,247,255,260,263,273,277],dbms:181,dcb:42,dcmake:[7,8,32],dd:[199,201],ddl:266,de:[17,63],deb:[12,25,31,34,40],debhelper:38,debian:[14,18,22,23,34,38,40,41,42,43,44,261],debootstrap:12,debug:[8,34,43,109,110,155,157],decrypt:12,def:34,defalt:36,defaul:164,define:[22,46,81,155],defines:159,defrag:[22,35,41,46,81],defxyzabc:34,dejan:44,deleted:65,delimit:41,demo:272,dependent:[34,104,129,130],depends:45,deprecated:[82,250],derived:161,descending:[43,114],describe:74,describes:155,description:[44,264,276],designed:255,desktop:[8,32],dest:[34,68,154,155],destination:65,detail:156,details:[12,74],dev:[6,7,25,31,157],develop:[82,226],developed:226,developer:276,developing:226,development:276,develops:226,dewangga:43,df:[34,215],dgrn:[7,8],dh:12,dicrc:28,dictionary:[202,240],diff:[12,156],difference:199,dingo:34,directory:[74,161,263],disable:[38,157,267],disables:157,disco:[12,34],disk:[121,212],dist:12,distance:[34,167],dll:[34,38,40,42,44],dnf:24,doc:[12,16,17,18,279],docker:[12,22,23],dockerhub:26,docs:44,document:[12,34,36,155,170,171,181,199,213,215,241],documentation:[21,157],documentations:[162,249],documents:[179,181],documentvectorbm:34,dodaisuke:34,doesn:[65,123,157],domain:[16,57,65,74,93,95,143,145,155,263,277],don:[53,57,157],done:49,donut:175,dot:[204,225],download:12,downloads:32,dragonfly:36,draw:272,drawings:[204,225],drilldown:[34,35,42,43,44,100,271,272,276],drilldowns:[34,43,44],drilldownss:137,drink:34,droonga:[173,174,193,216],due:181,dump:[22,34,35,36,38,40,42,43,44,46,53,81,109,117,144,151,155,157],dutch:226,ea:[148,201],each:[57,140,218,219,221],ear:148,earch:148,earlier:150,easier:213,easy:213,ec:137,echo:123,ecmascript:[40,41,137,197,199],edge:9,edict:[42,44],edit:[12,22,35,44,46,162,199],editor:17,editrc:38,effective:155,eggs:275,eight:273,eito:41,el:[228,230,233,234,241],elapsed:[34,83,201,209],element:[43,80,199],elements:[44,63,80],elfring:40,ell:241,ellip:167,em:[204,225],emacs:17,emerg:110,emerge:[109,155],emergency:[109,155,157],emfile:267,emoji:204,emphasize:172,empty:43,en:[34,140,148,218,236,237],enable:[6,12,17,25,36,41,148,157],enablerepo:24,enables:157,encoding:[56,63,74,155,209],ency:156,end:[154,170,209,263],endpoint:161,eng:[140,218],engi:[140,218],engin:[140,218],engine:[140,148,170,171,181,213,218,219,220,221],enginen:218,english:[14,137,199],enhanced:45,enqueue:9,entries:[34,43,91,105,106,107,108,112,114,115,137,144,153,170,171,198,199,241,247,275],entry:[59,90,91,94,100,101,102,112,115,132,137,275],entrykeys:144,env:211,environment:21,eoan:[31,34],eof:155,eol:34,epel:[34,40],epoll:34,equivalent:63,er:212,eric:163,ermine:[31,34],errbuf:34,errno:[42,43,267],error:[34,41,42,47,54,58,74,83,109,110,137,155,157,212,215,267,273],errors:105,errror:212,es:243,escape:57,escaped:57,estimate:43,estimated:[34,44,58,146],estimates:58,etc:[157,247,257],etime:154,euc:[29,41,155,243],ev:267,evaluated:134,event:[140,159,160,161,218,219,221],events:[160,257],ex:148,exact:[11,92],example:[137,155,270,271,272,273,275,277,280],examples:[36,114],excel:211,except:247,exclamation:43,exclude:[40,41,42,112,114,115,117,163],exe:[12,32],exec:263,executable:155,execute:[155,161],executed:277,executes:155,executing:54,executor:[114,115],exist:[65,123,213],existence:55,existing:[155,161],exists:[112,114,115,117,144],exit:[73,155],expander:[34,179],expect:42,expired:34,explain:43,expr:[47,57,65,66,72],express:[8,32,40,41],expression:[34,43,44,57,135,137],expressions:157,ext:148,extracted:57,extracts:57,fa:148,fac:34,facebook:[22,40],factor:[42,137],failed:[34,44,49,96,123,273],failures:12,family:34,fast:[34,83,105,112,114,115,137,148,170,171,172,173,174,181,193,198,199,213,275],faster:255,favorite:17,favorited:276,favorites:276,fb:[204,225],fbnteqr:43,fc:[204,225],fd:267,feature:[17,55,213],features:34,fedora:[18,22,23,29,36,38,40,41],fgets:43,file:[36,105,123,155,157,263],filename:263,files:[12,157],filter:[34,36,40,41,43,44,47,80,91,92,100,102,163,167,173,174,175,178,179,197,199,208,212,221,264,266,271,272,276,278,280],filtered:[34,44,112,114,115,137],fin:66,finalizes:74,finds:68,finished:133,finnish:226,firefox:17,firewood:[40,41],first:[74,112,114,115,137,198,199,275,276],five:273,fix:[44,45,93,95],fixed:40,flag:63,flags:[33,34,43,44,51,54,57,61,63,65,68,69,71,74,89,93,95,121,136,143,145,155,156,222,270,271,272,273,275,276,278],floating:248,flower:270,fluent:13,flush:104,flushviewoffile:43,focal:[12,31,34],followee:276,follower:276,following:[51,74,155,159,161,255],fontaine:38,foo:34,food:34,foods:242,force:[34,43,44,148,153,204,225,228,230,231,232,233,234,235,236,237,238,239,240,241,243,245,246],foreground:155,fork:17,forks:155,form:[34,198,203,204,205,225,260,263,273],format:[17,34,45,53,74,105,209],formula:12,fossa:[31,34],found:[58,68],four:273,frank:163,free:[36,42,54,89],freebsd:[22,43,46],freed:55,frees:74,french:226,freq:[160,221],frequency:[42,140,160,213,214,215,218,219,221],friday:186,friends:272,from:[44,45,54,55,57,58,74,155,175],fromtable:91,fruit:34,fsf:40,ftb:45,ftp:156,fu:148,fuku1:34,ful:148,full:[34,43,121,136,148,181,212,213,238,239,267],fulltext:[148,170,171,181],fullwidth:[34,43],fumiyasu:38,func:[34,54,66,70,74],functions:[34,42,43,44,45,74,112,114,115,137,173,175,183,185,186,193,195,196],fuzzy:[22,34,44,46,162],ga:[148,156,203],gaeeyo:34,garbage:[41,89],gb:[209,268],gc:44,gcc:[24,27,29,30,38,40,41],gdb:14,gem:12,gemfile:40,gemini:34,generate:74,generated:[74,159],generates:159,geo:[22,34,35,36,38,39,40,41,44,46,58,63,162,272,276,280],geodetic:248,geoindex:272,geopoint:[34,35,36,41,44,58,121,122,136,167,168,169,270,271,272,277,280],geoppoint:58,geosite:272,german:226,get:[38,40,42,58,146,148,158,277],getaddrinfo:40,getenv:43,gets:74,gettext:[17,18],ghz:156,gi:148,gib:[33,247],git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,34,38,40,41,42,43,44],gitter:[2,43,44],gituub:44,glaser:44,glib:41,global:18,glossary:21,gnu:[3,5,8,12,18,22,23,29,30,34,38],gnupg:12,go:[200,255],golubchik:[34,43],gone:272,goo:[198,199],good:[34,112,114,115,137,146,173,193,198,199,200,227],google:[137,213,214,215,220],gorilla:34,goroo:255,gpg:12,gpl:45,gps:0,gqtp:[0,1,3,22,24,25,27,31,34,40,41,42,43,87,154,155,156,254,262,277],gr:[137,148],graceful:138,grease:270,gregex:41,grep:[24,25,27,31,267],grmdb:153,grn:[3,22,34,36,37,38,39,40,41,42,43,44,46,47,48,49,73,74,86,87,92,96,100,102,104,113,123,129,130,133,137,147,165,167,168,169,176,180,201,211,212,267,275],grndb:[22,34,42,43,44,46,123,152],grnline:273,grnslap:[22,46,152],grntest:[13,36,38,40,44],grnwrap:273,gro:181,gronga:[211,220],gronnga:[34,220],gronoga:157,groo:137,grooga:34,groonga:[1,2,10,13,14,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,50,53,54,65,70,73,74,78,80,81,82,83,84,86,89,90,91,92,93,94,95,99,100,101,103,104,105,109,110,111,112,114,115,117,118,124,127,131,133,136,137,138,139,140,142,143,145,147,148,151,152,153,154,165,167,168,169,170,171,172,173,174,176,179,180,181,184,193,195,197,198,199,200,201,202,203,206,207,208,209,211,212,213,215,216,217,218,219,220,221,222,223,226,228,230,238,239,241,247,248,254,255,256,257,260,263,264,266,267,268,270,271,272,273,274,275,276,277,278,279,280],groongau:239,groovy:34,group:[34,68,271],grroonga:220,gt:[170,171],gtar:30,gted:17,gtihub:38,gui:136,gun:34,gzcat:44,gzip:[29,40,256],halfwidth:[203,204,225],hana:272,hanako:102,handle:54,handled:157,hard:247,hardy:36,has:[12,45,58,68,74,117,159,199,213],hash:[34,136,222,276],hashida:34,hashidatks:34,hat:29,have:[53,55,200],haystack:11,hdd:[34,92,142,156],he:[228,230,233,234,241],head:[42,154,263],header:[34,43,63,88,91,92,93,95,99,102,104,105,107,109,112,113,114,116,117,118,119,120,121,123,124,125,129,130,131,132,133,134,135,137,138,139,141,142,144,145,147,148,149,150],heavy:[204,225,255],hel:241,hello:[34,112,114,115,137,146,198,199,200,227,228,230,233,234,238,241,243,275],help:[14,17,38],helpful:213,hendro:41,here:[74,155,159,161],hex:272,hh:[199,201],hideki:43,high:91,highlight:[22,34,42,43,44,46,162,241],hino:41,hiragana:204,hiroaki:43,hiroshi:[36,38,44],hirotaka:43,hiroyuki:43,hits:92,hmm:276,ho:243,hobby:201,hoge:165,home:[12,29,112,115,117,243],homebrew:[22,23,38,42,44],homepage:156,hook:[59,117],horikoshi:38,horizontal:[204,225],host:[156,158,160,212,263,277],hostname:[155,157,158],hottolink:45,hotwagner:34,hour:[49,114,153],hours:153,how:[22,74,113,254],html:[3,12,14,22,34,38,40,41,42,44,46,157,158,162,170,171,181],http:[0,1,12,17,22,24,25,27,31,34,36,38,40,41,42,43,44,46,80,103,105,133,137,138,152,154,155,156,157,160,172,173,174,193,212,221,238,239,254,255,257,269,270,271,272,273,275,280],httpd:[12,39,40,41,42,44],httprewritemodule:157,https:[12,13,17,21,24,25,27,28,29,30,31,32,34,256,267],hung:34,hw:28,hyphen:[204,225],ia:[264,266],ic:[61,243],ichii:38,id:[0,34,36,42,43,44,47,51,54,58,61,62,63,65,68,69,78,80,83,89,91,92,93,95,102,103,114,115,117,121,122,136,137,140,143,145,150,155,160,163,173,174,178,198,199,200,201,202,212,218,219,221,222,226,227,242,244,266,270,271,272,273,275,277,278,279,280],identifier:47,ideograph:34,ideographic:43,idf:42,ids:[58,80,91],ieee:248,ignore:[43,227],ignored:[40,55],ii:[34,44,60,212],il:[264,266],ill:264,illegal:263,image:26,immediate:[44,138],implementation:255,implemented:[43,45],improper:263,inappropriate:263,include:[16,34,42,112,114,115,117,160,163,204],includes:43,incompatible:263,indent:63,index:[12,34,42,43,44,45,51,55,58,60,61,92,93,117,181,198,199,242,244,247,272,275],indexblog:275,indexbuf:51,indexes:136,infinity:34,inflected:[34,240],info:[34,43,44,92,109,110,153,155,157,212,215],init:[25,29,40,42,66],initial:[34,112,114,115,137],initialize:54,initialized:[54,74],initializes:[73,74],innodb:0,input:[53,83,158,263],inspect:[34,43,44],inspected:63,install:[12,14,18,21,23,24,25,27,28,30,31,32,40,42,74,154,156],installed:34,installer:12,instantly:181,instead:[74,90,131,155,250,261],intel:156,internal:42,internally:[53,54],interpreter:12,interrupted:263,into:54,introduction:[103,129,130],inv:156,invalid:[74,104,129,137,263],inverted:181,io:[22,34,43,44,45,46,81,123],ip:[156,160,263,277],ipa:27,ipc:105,iptables:257,is:[17,34,40,42,43,44,49,51,53,54,55,57,58,65,66,68,74,80,86,112,114,115,123,129,133,137,144,146,148,155,157,159,161,170,171,172,173,174,179,181,193,198,199,201,209,212,213,227,238,250,255,257,261,263,270,273,275,277,279],isn:[54,55],iso:[153,199],issue:19,issues:42,it:[34,51,53,54,55,57,58,65,68,73,74,83,105,112,114,115,137,150,155,161,198,199,200,201,213,255,261,272],itagaki:36,italian:226,item:[34,140,159,160,218,219,221,222],items:[34,137,178],its:[57,74,155],itself:80,ivh:27,iwai:[39,40],ja:[12,17],jacob:43,james:278,japan:[102,271,277],japanese:240,jason:278,javascript:[12,22,157,158,269,277],je:278,jeff:278,jekyll:12,jemalloc:42,jennifer:278,jersey:276,jessie:[25,34,41,42,43],jira:44,jiro:272,jis:[69,208],job:156,jobs:156,john:[102,278],josep:34,joseph:278,jq:273,jquery:[36,42],json:[34,36,38,40,42,43,44,53,80,84,105,140,156,157,158,209,257,263,273],jsonp:[38,43,160],juman:27,just:[55,65,159,200,276],ka:203,kakesa:43,kamicup:34,kana:[140,159,160,218,219,221],kare:204,karmic:14,kashihara:42,katagiri:41,katakana:[203,204,225],kato:34,kawada:42,kawaji:40,kb:268,kbytes:156,keeps:80,ken:272,kenichi:[36,38],key:[12,33,34,40,41,42,43,44,47,51,63,65,68,69,80,83,91,92,93,95,102,103,105,112,114,115,121,122,132,136,137,140,144,145,146,150,155,156,157,160,163,164,167,172,173,174,175,178,184,186,193,195,198,199,202,203,208,213,218,219,221,222,227,244,247,257,263,264,270,271,272,273,275,276,277,278,279,280],keybuf:68,keyid:12,keys:[34,42,43,63,68,157],keyword:[34,40,41,57,137,170,171,179,181,198,213,214,215,241],keywords:[57,242,244],kib:[43,247],kinjirou:272,kiske:40,kk:212,klose:43,km:276,ko:45,koi:[29,40,155],korea:271,kqueue:34,kuriyama:42,kwic:181,kytea:[29,34,40,41,148],label:[34,43,44,91,178],labeledarguments:34,lacked:267,land:34,landmarks:34,langasek:44,language:17,larger:161,largetext:222,last:[34,40,160,276],lat:156,latency:156,latin1:40,latin:[29,34,40,155],latinovic:44,latitude:63,launch:161,launchpad:[12,31,42],layout:12,lc:17,ld:[228,230,241],learn:161,learned:161,left:58,length:[44,74],lenny:38,leo:34,less:[44,212],let:200,letter:[34,203,204,225],level:[74,92,109,110,155,157,161,263],levels:157,lexicon:[34,43,103,132,142,156,179,184,200,275],lf:154,lgpl:45,li:[243,264,266],lib:[36,41,124,125,131,267],libedit:[27,29,34,35,36,38,40,43],libevent:[25,29,31],libgcc:42,libgroonga:20,liblz:25,liblzo:31,libmecab:[12,25,31],libmsgpack:[25,31],libra:34,libraries:[213,255],library:[53,255],libstemmer:42,libtool:[6,43],libwinpthread:42,libzmq:[25,31],libzstd:25,lic:173,license:[12,45],light:[204,225,255],lighthouse:34,like:[51,255],limit:[34,38,58,68,69,100,140,157,201,221,271,272,273],line:[21,54,83,255],lines:14,link:[270,271,277],links:[270,271,277],lintian:34,linux:[22,26,34,46,156],lion:40,lisp:34,list:[12,159,161],listen:[40,155,157,257,267],lists:42,ll:[148,228,230,233,234,241,264,266],lldb:[6,7],llo:241,llt:148,lo:[228,230,233,234,241],load:[22,34,35,36,38,39,40,41,43,44,46,47,80,81,82,90,91,92,95,102,103,104,112,114,117,121,129,130,140,145,146,150,155,157,158,160,161,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,208,212,213,214,215,216,218,219,221,226,227,241,242,244,248,266,270,271,272,273,275,276,278,279,280],loaded:[44,105,135],loadedlogs:34,loading:44,loads:161,local:155,locale:[17,34],localeoutput:34,localhost:[12,38,105,133,154,155,156,157,160,209,257],localstatedir:[29,36],location:[21,34,41,44,83,155,157,257,270,271,272,276,277,280],lock:[22,34,42,43,46,49,55,65,81,90],locked:74,locks:[74,181],log:[12,22,29,34,40,43,44,46,74,81,91,92,117,153,155,157,160,201],logaling:21,logical:[22,34,43,44,46,81,104,139,170,171,216,249],logicalcountcommand:112,logicalrangefiltercommand:114,logicalselectcommand:115,logicaltableremovecommand:117,logrotate:[40,42],logs:[34,91,112,114,115,116,117,120,123,132,137,142,160,161,212,214,215,216],logyyyymmddhhmmss:160,longer:45,longest:68,longitude:63,longitudexlatitude:41,longtext:[34,47,58,92,121,122,136],loose:[34,178],looseitems:178,love:275,lru:88,ls:12,lt:[148,170,171,181],lte:148,lts:[21,31],lucid:[36,41],lz4:[29,34,42,44,92,136],lz:[29,34,121,136],lzo:[38,40,42,51,263],m6:30,mac:[22,23,36,40,42,44],machine:155,macports:[22,23,38],magazine:137,mail:156,main:70,maintenait:226,maintenant:226,maintenir:226,make:[14,17,18,23,24,25,27,28,30,31,42,74,154],makecache:40,makefile:[7,8,12],malloc:42,man:[35,44,163],managed:55,management:[21,55,181],manager:[157,257],managing:55,many:[80,159,213,255],map:38,mariadb:[41,42,44],mark:[43,203,204,225],marked:261,markup:16,markus:40,marverick:36,masaharu:[39,40],masahiro:36,masanori:44,masatoshi:[34,43],massachusetts:276,master:157,match:[22,29,34,41,42,43,44,54,80,92,100,151,157,170,171,181,198,200,201,213,214,215,226,227,241,242,244,264,266,269,273,276,279],matched:58,math:[22,34,46,162],matsuu:36,matthias:43,maverick:38,max:[34,40,42,44,69,70,84,89,99,121,137,139,154,156,157,173,180,199,209,214,247,263,273,277],maxos:34,may:[51,55,160],mb:[34,40],mbytes:156,mdev:44,me:[128,141,243],means:[53,58,65,74,157,201],mecab:[0,12,24,25,27,28,29,31,34,35,36,38,40,41,42,43,44,45,240],meerkat:38,memcache:260,memcached:[0,1,14,22,43,44,254,277],memcpy:34,memo:[42,179,213],memory:[22,74,212,265],memos:[34,43,122,136,173,174,186,193,195,213,226,227],memset:43,mercurial:12,message:[34,44,74,105,110,155,201,212,214,215,275],messagepack:[29,34,38,39,40,43,53,209,257,263],messages:41,metadata:[34,40,204,240],micro:276,microsoft:[8,32,43],middle:[204,225],migrated:[112,114,115,137,198,199],mike:102,millisecond:49,mime:[43,257],min:[34,40,42,49,69,137,153,154,156],minagawa:41,mingw:[12,34,38],minimum:74,mins:153,minus:[204,225],minute:153,minutes:153,mips:44,mitsuhiro:36,mix:34,miyashita:44,mizuhara:43,mkdir:103,mkostemp:42,mktime:43,ml:10,mlock:36,mm:[199,201],mmap:[22,41,265],mnt:26,mode:[42,43,44,45,155,243],moden:173,modern:276,modifier:[204,225],module:157,moero:272,monday:186,money:272,monkey:270,month:[153,272],months:153,montywi:39,mooz:38,more:[74,155,161,181,213,263],moritapo:272,moritars:275,morning:200,most:58,mountain:34,mpaa:163,mrb:44,mroonga:[12,22,34,39,40,41,42,43,44,80,103,105,112,114,115,137,170,171,172,173,174,179,184,193,198,199,211,213,216,275],mruby:[6,7,8,34,41,42,43,44,134,135,216],msdn:267,msec:49,msg:[9,43],msgpack:[34,43,44,209,263],msvc:43,msyql:80,mte:45,multiple:255,multithread:68,munin:[24,25,27,29,31,35,38,40],murata:34,museum:276,music:[201,272],must:[51,55,57,58,65,74,99,161],mutex:[41,70,74],mv:111,my:[112,114,115,137,198,199,275],myamanishi3:34,myisam:0,mysql:[0,24,25,27,31,34,42,43,45,80,118,137,170,171,181,211,213],naist:240,nakamura:43,namae:204,name:[34,51,54,55,56,57,65,66,68,71,74,89,93,94,100,102,116,117,119,122,124,125,136,143,149,155,157,159,161,179,184,185,199,212,242,244,270,271,272,273,275,276,277,278,280],namebuf:[51,65],names:[91,92,122],nan:34,nanoseconds:201,naoa:34,naoina:[40,41],nargs:57,narwhal:38,natanael:43,natty:38,ne:148,near:199,need:[53,57,150,155],needed:[54,157],negative:[66,74],neologism:240,nested:41,net:271,netbsd:[36,41],netinet:43,network:263,never:113,newark:276,newids:91,newly:[150,181],newnames:91,news:[12,34],newvalue:51,next:[34,58,66,121],nfkc:[34,203,204,205,225],nfs:29,nfthreads:70,ng:148,nginx:[24,25,27,31,34,40,41,42,43,44,256,261],nginxhttpstubstatusmodule:42,ngram:[34,241],nguyen:34,ngx:157,ni:[178,208],nice:200,night:[200,279],niho:178,nihon:[178,218],niku:42,nil:63,nine:273,nippon:218,nise:42,no:[34,35,41,43,45,58,103,104,105,112,114,115,123,129,137,140,212,222,263,267],noarch:27,node:12,nodes:63,nogpgcheck:40,none:[29,34,118,137,146,148,155,157,159,263,275],nonexistent:[96,97,112,114,115,137],normalize:[22,34,42,46,81,119,203,204,205,212],normalizeauto:241,normalized:[118,203,204,205],normalizer:[22,34,42,46,63,81,92,112,114,115,122,132,137,143,144,145,146,160,171,178,179,181,198,199,200,202,208,212,213,214,215,223,226,227,241,247,266,273,275,276,279],normalizerauto:[34,43,92,112,114,115,118,119,122,132,136,137,142,144,146,148,160,170,171,178,179,181,198,199,200,202,205,208,212,213,214,215,223,226,227,230,231,232,233,234,235,236,237,238,239,241,243,245,246,247,266,273,275,276,279],normalizernfkc:[34,119,136,202,225,241],normalizers:119,normally:[53,54,55,155],normaluzer:241,norwegian:226,not:[12,40,43,51,55,74,80,117,150,263,267],note:[34,74],notes:34,nothing:[53,195],notice:[43,92,109,110,155,157,214,215],notrelated:117,now:[22,34,46,162,261,276],np2:199,np:[34,199],nroonga:[21,179,275],nsis:12,nsubrecs:[34,51,115,137,271,272,276],nt:[236,237],nterms:89,nul:[38,55,74,239],number:[22,44,46,58,66,74,89,99,137,155,156,162,199,247],numbers:43,nvars:66,ny:276,obata:[34,36],obj:[34,51,55,57,59,62,63,65,66,67,72,89],object:[22,34,40,43,44,46,55,59,65,66,67,68,72,74,81,92,104,117,136,199,263],objname:[90,101],obsolete:261,obtained:74,occurred:58,ocelot:[38,41],october:42,of:[34,40,45,51,54,58,65,66,68,74,89,99,140,155,157,159,160,161,170,171,181,184,247,276],off:[42,157],official:12,offset:[34,55,57,58,59,65,68,69,74,100,140,273],offsetted:34,ohkubo:44,ok:102,okapi:[34,213,215],oknj:34,old:[12,74],oldvalue:51,om:243,omitted:209,on:[17,45,53,55,58,65,68,74,148,157,170,171,181,257,267],one:[34,44,74,155,161,181,255],oneiric:[38,41],onga:181,ongaeshi:[36,40,41,43],onigmo:[34,42,43,44,212],oniguruma:43,only:[43,53,65,74,155,157],onp:34,oo:[148,222],ooo:222,op:[34,51,57,58,67,68],opaque:263,open:[123,273],openbsd:[43,44],opened:[55,122,201],opens:[55,58],operation:[58,117,263,267],operator:[34,43,58,204,225],ophiuchus:34,optarg:[55,67],option:[34,155,161],options:[34,43,153,154,155,156,157,158,159,160,161,179,216,255],or:[34,42,51,53,55,58,68,74,112,133,137,150,155,174,179,198,211,215,228,230,241,263,267,279,280],oracle:[22,23,38,40],orangain:41,orange:[185,242,244],order:34,org:[271,277],origin:[12,17],original:[53,103,115,137,278],orl:241,os:[5,7,8,12,18,22,23,36,40,41,42,43,44,55,99,104,156],osdn:[12,43],other:[43,49,51,55,74,155,161],others:204,otherwise:[65,74],out:[34,156],output:[34,36,39,40,41,42,43,44,53,54,80,84,91,92,100,112,140,158,162,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,199,201,209,213,214,215,241,266,270,272,273,275,276,280],outputs:161,outputting:53,overcommit:247,owned:57,owner:157,packages:[12,17,24,25,27,28,29,30,31,32,261],pai:44,pair:[140,159,160,218,219,221],pangolin:40,parameter:[58,65,66,68,150,155],parent:[115,137],parenthesized:34,parker:43,parse:47,partial:11,pass:157,passed:[12,55],passes:12,pat:[44,69,222],patch:45,path:[18,26,34,51,55,65,68,74,93,95,122,131,143,145,155,156,157,257],paths:142,patprefix:278,patricia:136,patsuffix:278,pattern:[34,198,199,242],pcre:[34,40],pen:[34,238],pentium:156,people:92,performance:[181,255],performed:267,period:34,permission:263,permitted:117,persistent:[55,68,93],pg:163,pgroonga:[12,34,43,103,201,213,216],php:[40,255],phrase:[34,198,199],physical:89,pid:[29,34,35,43,44,155,201],pie:[242,244],pies:244,pikonyan:272,pip:[12,18],pisces:34,pkg:[25,29,30,36,43],platforms:74,play:279,player:91,players:[91,145],please:[17,55,261],plugin:[22,34,38,42,43,46,48,81,103,104,112,113,114,115,116,117,122,131,134,135,137,146,160,173,175,183,185,186,193,195,196,211,223,226,227],plugins:[131,247],po:[17,44],poedit:17,poeple:92,point:[34,39,58,63,95,133,168,169,264],pointed:74,pointer:74,points:34,poll:34,popular:137,port:[28,155,156,160,260,263,277],porting:45,ports:26,portuguese:226,pos:63,position:[58,74,121,136,148,204,225,228,230,231,232,233,234,235,236,237,238,239,240,241,243,245,246],posix:[43,199],post:[12,34,40,41,42,43,44,105,137,158,160,198,199,256,276],posted:276,postgresql:[0,181,216],posting:[34,58],poyonga:255,ppa:[22,23,42],pre:[45,160],precise:40,predicate:34,prefix:[6,12,14,18,22,29,34,38,43,44,46,68,69,92,140,162,199,208],previous:261,price:[34,112,114,115,185,270],printf:[34,63],priority:137,proc:[24,25,27,31,34,43,59,66,68,72,74,99,123,137],process:[34,51,55,155],processed:[34,129,201],processes:155,processid:34,processor:[24,25,27,31],program:161,progress:[34,201],project:199,prolonged:[204,225],proonga:255,properties:201,protocol:[0,155,158,209,255,257,260,261,277],pthread:[38,41],ptr:74,pub:12,published:12,pull:[12,26],push:[12,17],pushes:54,put:198,pyenv:18,python:[12,18,255],qps:[154,156],quantal:40,quantity:34,queries:[156,181],query:[0,11,22,34,37,40,41,42,43,44,46,57,67,80,81,92,100,112,124,125,131,140,157,159,160,161,162,170,171,181,197,198,199,200,201,211,212,213,214,215,218,219,221,226,227,241,242,244,255,261,264,266,270,272,273,275,276,277,278,279,280],queryexpandertsv:[22,34,40,41,46,124,125,131,179,210],question:43,quetzal:40,queue:[9,267],quiet:263,quit:[12,22,34,46,81,155,201,263],quiz:272,quorum:34,quote:199,raccoon:272,radimrehurek:34,radious:168,rake:12,rakutan:275,raltime:221,ram:156,rand:[22,34,46,162,280],range:[22,34,42,43,46,81,92,93,95,114,143,145,263],ranguba:[34,42,80],rapidjson:34,raring:[41,42],raspberry:[242,244],rather:255,raw:[21,121],rc:[34,54,73,87,104,148,201],rch:148,rd:[264,266],rdbms:[0,43],rdiscount:12,re:55,read:[181,263],reading:[34,204,240],readings:[178,208],readme:[12,41],reads:161,real:[47,181],realloc:[34,36],really:[34,112,114,115,137,198,199],realtime:[140,221],receive:160,received:155,receiver:161,recently:88,recommend:255,record:[22,34,43,44,46,58,65,68,80,114,115,137,167,249,270,273,277],records:[34,43,58,114,137,201],recover:34,recovered:55,recovers:55,rect:167,rectangle:[40,58],recursive:[6,7,8,12,13],red:29,redcloth:12,redhat:38,redmine:42,reference:[22,34,41,43,46,65,80,81,117,136,137,144],referenced:104,referencedbycolumn:144,referencedbytable:144,referencedtable:144,references:[117,144],referencetable:144,referred:[34,129],regexplexicon:[132,212],register:[22,41,43,46,81,118,124,148,276],registered:[74,131,181],regular:[157,212],reindex:[22,34,43,44,46,81],relation:65,release:[12,32],released:[12,34,45,129],releases:73,remained:[201,212],remains:34,remote:[155,157],remove:[34,65,117,118,123,144],removed:131,removep:65,removing:55,reopen:111,rep:156,replaced:[159,161],replication:213,replied:276,replies:275,reply:275,repoforge:40,report:34,reports:74,repositories:12,request:[12,22,34,41,42,43,44,46,81,85,86,105,157],required:[21,123,157,257],res2:68,res:[58,67,68,156],resizes:74,resource:263,resources:[54,55,73],rest:[63,74],restart:261,result:[11,34,68,161,167,181,209,263,275],results:[40,68,181],retry:263,returned:[58,74],returns:[51,58,68,74],reverse:[12,157],rewrited:45,rf:157,rid:[60,61,63],right:58,ringtail:[41,42],rl:[228,230,241],rld:241,rlimit:[41,201],rm:157,ro:148,roles:92,romanian:226,roonga:[193,198,199],root:[41,43,157,277],rose:270,row:181,rpm:[12,24,27,36,38,40,41,42],rroonga:[12,21,34,41,42,43,50,174,179,184,195,197,213,275],rsync:12,ruby:[0,6,7,8,12,21,22,34,40,41,42,43,45,46,80,81,170,171,195,197,212,213,255],rubygems:40,rubyinstaller:8,run:[12,14,22,26,155,157,254],running:[55,133,155],runs:[155,161],russian:226,ryo:34,sa:[140,219],sae:[140,219],saer:[140,219],saerc:[140,219],saerch:[140,219],sagittarius:34,sako:43,salamander:[41,42],sales:185,same:[41,49,80,255],sample:[156,161],sanz:34,satoh:38,satoshi:34,satouyuzh:34,saturday:186,saucy:[41,42],save:12,say:[198,199,275],scalar:136,scan:14,schema:[22,34,43,46,81,122,159],scope:43,score1:11,score2:11,score:[11,34,41,43,51,80,95,112,114,115,137,140,145,150,167,179,199,213,214,215,218,219,221,266,272,273,275,276,280],scorer:[22,34,43,100,104,167,175,197,199,213,269,272],scorpio:34,script:[42,44,137,156,165,168,169,176,180],se:[148,218],sea:[148,218],sear:218,searc:218,search:[38,40,68,69,92,137,140,148,170,171,181,198,199,211,213,218,219,220,221],searched:58,sebastian:42,sec:[49,153],second:153,seconds:153,secs:153,section:[51,60,74,121,136,155],sed:[28,38,40,43],see:[74,92,155],segment:[44,89],segments:89,segv:[35,41],seki:34,select:[22,34,35,36,37,38,40,41,42,43,44,46,47,50,80,81,82,85,86,88,91,92,95,102,104,112,114,128,129,130,133,139,145,150,155,157,162,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,197,198,199,200,201,202,211,212,213,214,215,221,226,227,241,242,244,249,255,264,266,270,271,272,273,275,276,277,278,279,280],selector:100,selects:58,self:156,sen:45,senboku:41,send:[160,255],sender:161,senna:[34,112,114,115,137,198,199,211],sentense:43,separated:53,separator:[204,225],sequence:[140,159,160,218,219,221],serach:219,serch:[140,219],sergei:[34,43],sergey:42,serial:91,serihiro:40,serve:12,server:[34,40,42,43,117,155,157,173,174,193,255,257,261,272],servers:117,service:[43,219,261],services:26,session:255,set:[65,156],sets:54,seven:273,sh:[12,21],sha:12,shard:[34,116],sharding:[34,43,112,113,114,115,116,117,216],share:29,shared:[49,51,55],shell:155,shibuya:36,shidara:38,shift:[29,243],shimada:36,shimamura:[34,43],shimoda:36,shimomura:40,shinya:40,shiro:34,sho:41,shop:175,shopping:200,shops:[175,264],shorttext:[34,36,38,42,44,47,58,63,69,80,83,91,92,93,95,102,103,104,105,106,107,108,112,114,115,116,117,120,121,122,123,129,130,132,136,137,140,142,143,144,145,146,150,155,156,160,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,208,212,213,214,215,218,219,221,222,223,226,227,241,242,244,247,266,270,271,272,273,275,276,277,278,279,280],should:[54,74,150],show:[34,199],shows:53,shutdown:[22,34,36,44,46,81,104,155,157,212,257,263],sid:[12,38,42,63,89],sigcont:41,sigint:38,sign:[12,204,225],signing:12,sigsegv:68,sigstop:41,sigusr:38,silent:21,similar:[40,140,155],simple:261,since:[131,150,153,261],sis:38,site:[132,270,271,273,277,280],sitecountry:[271,277],sitedomain:[271,277],sites:[103,106,107,108],six:273,size:[34,51,63,65,68,69,71,74,89,121,122,123,136,268],sizeof:[43,54,57],sjis:[29,45,155],slash:199,sleepy:200,slice:34,slices:[34,44],small:[34,123],smaller:80,smith:44,snake:43,snippet3:181,snippet:[22,34,40,41,43,44,45,46,114,137,162],so:[55,65,68],soccer:272,socket:[263,267],socre:34,soerr:267,soft:247,software:31,solaris:[5,7,8,22,23,38,40,43],solr:199,some:[34,43,73,159],song:34,sort:[34,43,44,68,173,174,175,179,213,214,215,272,273,280],sortby:[38,44,100,140],sound:[203,204,219,225],soundkitchen:[38,40],source:[34,43,55,65,83,93,95,122,272,273,275,276],sourceforge:[12,43],sources:[34,93,121,136],sozaki:34,space:[43,74,80,198,212,267],span:[34,170,171,172,181,241],spanish:226,spec:[12,34,36,40,41],specified:[58,66,74],specifies:155,specify:[17,65,155,157,159,161],specifying:74,speed:220,spelling:279,sphinx:[3,12,15,16,18,42,43,44],sphr:167,spil:43,sports:272,sql:[137,213,271],squeeze:41,src:[34,68],srpm:34,ss:[199,201,212],ssd:[34,92,142],ssh:12,ssssss:201,st:[148,199,243],stable:82,stack:[41,263],stage:[34,44],standalone:[155,161],standard:248,standing:255,stargazy:244,start:[34,43,84,139,157,200,261,263,267,273,277],started:[34,83,112,114,115,137,198,199],starting:74,starttime:[34,43,84,139,157,209,263,273,277],stateful:255,states:102,statistics:121,status:[22,34,35,36,40,41,43,44,46,63,81,84,102,129,155,156,157,158,209,255,273,277],steming:226,steve:44,sticker:34,still:[34,129,133],stock:34,stop:[40,43,155,157,261],storage:[170,171],store:[34,54,57,58,65],stored:161,stores:57,str:[57,74],stream:34,streaming:105,strerror:42,stretch:[12,25,34],strftime:34,strict:42,string1:165,string2:165,string:[11,22,34,40,42,43,44,46,57,65,66,74,112,114,115,137,162,165,173,241],strlen:74,studio:[8,32,34,40,41,43,44],su:44,sub:[12,22,34,41,43,46,162,173,178],subclass:[34,240],subject:41,submit:[140,160,218,219,221],subrec:63,subrecord:41,subscript:[204,225],substitution:179,succeeded:[95,102,107,109,132,150],success:263,successfully:74,successor:199,such:[17,40,131,159,161,181],sudo:[12,14,18,21,24,25,27,28,29,30,31,40,247,261,268,277],sufficient:[74,267],suffix:[159,161],suffixsearchterms:[198,199],suggest:[22,34,36,38,46,81,160,161,218,219,220,221],suggestion:159,suitable:155,suited:181,sum:[34,42,115,137],summary:[22,156,254],sunday:186,sunos:42,superior:181,superscript:[204,225],support:45,supported:[45,157],supports:[45,74,161],sutamin:34,swedish:226,swig:45,syllabics:[204,225],symbol:204,synonym:[137,279],synonyms:211,syntax:[44,47,137,155,263],syscall:[42,273],sysctl:[43,247,268],system:[30,112,114,115,137,181,198,199,247,248,267],systemctl:[25,261],systemd:[25,40,43,44],systems:181,tab:53,table:[11,22,33,34,36,38,39,40,41,42,43,44,46,47,51,54,55,58,61,63,65,66,68,69,80,81,82,91,94,100,102,103,104,106,107,108,112,114,115,116,117,120,123,129,130,132,140,150,155,156,160,161,163,164,167,170,171,172,173,174,175,178,179,181,184,185,186,193,195,198,199,200,202,203,208,212,213,214,215,216,218,219,221,223,226,227,228,241,242,244,247,257,266,270,271,272,273,275,276,277,278,279,280],tablecursor:43,tablegroupflags:43,tablename:82,tables:[54,55,159,247],tag:[12,34,91,112,114,115,137,173,174,195,272],tags:[12,34,43,80,93,137,142,173,174,193,195,272],tahr:42,tail:[12,263],tajima:40,takagi:34,takahiro:36,takashi:[34,38,102],takayama:43,takayuki:38,takes:133,takuto:36,tar:[12,24,25,27,28,29,30,31],target:[32,34,42,51,55,57,58,65,123,153,204],taro:272,tasuku:45,tatsuya:40,taurus:34,tc:[61,69],tcp:[44,155,160],te:[148,243],temple:34,temporary:[55,155],term:[89,279],terminal:276,terms:[34,89,92,104,112,114,115,122,136,137,144,146,155,170,171,179,181,198,199,213,214,215,223,226,227,241,247,266,273,275],teruya:43,test:[12,14,34,137,156,270,273,275,276,277],testdb:[156,161],tests:12,tex:148,text:[34,40,43,47,58,83,92,105,107,112,114,115,121,122,132,136,137,144,148,156,179,181,198,199,209,212,213,214,215,222,242,244,247,257,275],tf:[34,63,213,214,215],than:[44,80,212,255],thanks:276,that:[40,49,51,53,57,58,65,66,68,74,117,144,155,181,199,201,255],the:[16,34,40,45,49,51,53,54,55,57,58,65,66,68,74,99,105,112,114,115,117,123,133,137,144,155,157,159,160,161,167,181,198,199,247,255,261,267,276],theater:279,theatre:279,them:57,then:74,there:[80,198,255,261],therubyracer:12,thesaurus:137,these:[55,181],thorsten:44,thread:[9,22,34,43,46,51,55,68,74,81,99,113,123,144,155,156],threadid:34,threads:99,threasd:155,three:[270,273],threshold:[38,43,64,65,101],through:157,thursday:186,thus:[159,161],tid:61,tim:34,time:[22,34,38,40,41,42,43,44,46,112,114,115,116,117,120,121,122,123,132,133,136,137,140,142,153,155,156,157,160,162,176,201,218,219,221,266,270,276],timeout:[44,49,65],times:[34,49],timestamp:[34,44,112,114,115,116,117,120,123,132,137,185],timestamps:117,timgates:34,title:[12,34,41,42,103,105,106,107,108,132,137,144,179,184,213,270,271,272,273,275,277],titles:[198,199],tittle:275,tiwawan:43,tld:271,tls:44,tmp:[6,7,12,41,93,95,114,122,123,140,145,155,211,212,257,263,273,277],to:[22,34,40,44,45,49,51,53,54,57,58,63,65,68,74,83,96,103,112,114,115,123,137,150,155,157,161,181,198,199,254,276],tobby:179,todo:[6,7,14,34,51,52,54,55,56,57,58,59,60,61,62,64,65,66,67,68,69,71,72,75,77,79,80,83,92,105,114,118,128,137,159,162,182,194,198,199,216,247,249,257,258,259,274],token:[34,43,103,146,156,223,225,226,227],tokenbigram:[22,34,46,92,112,114,115,122,132,136,137,142,144,146,148,149,155,160,170,171,179,181,184,198,199,200,213,214,215,219,222,223,226,227,228,229,231,232,233,234,235,236,237,240,241,245,246,247,264,266,273,275,276,279],tokenbigramignoreblank:[22,46,136,149,229,266],tokenbigramignoreblanksplitsymbol:[22,46,136,149,229,266],tokenbigramignoreblanksplitsymbolalpha:[22,34,46,136,149,229,266],tokenbigramignoreblanksplitsymbolalphadigit:[22,34,46,136,149,229,266],tokenbigramsplitsymbol:[22,34,36,46,136,149,229,241,266],tokenbigramsplitsymbolalpha:[22,46,136,137,148,149,229,230,264,266],tokenbigramsplitsymbolalphadigit:[22,46,91,136,149,179,219,229,266],tokenbigramsplitxxx:230,tokenbigrm:91,tokenbigrma:148,tokendelimit:[22,46,136,148,149,160,221,225,229,239],tokendelimitnull:[22,37,46,136,149,229],tokendelmit:34,tokendocumentvectorbm:34,tokendocumentvectortfidf:34,tokenfilternfkc:[22,34,46,204,224],tokenfilterstem:[22,25,31,34,42,46,224],tokenfilterstopword:[22,42,43,46,146,223,224],tokenize:[22,41,42,43,46,81,146,149,204,225,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246],tokenizer:[22,34,40,42,46,81,199,241,263],tokenizers:[148,149],tokenkytea:40,tokenmecab:[22,34,40,46,199,204,225,229,264,266],tokenngram:[22,34,46,199,229],tokenpattern:[22,34,46,229],tokenregexp:[22,43,44,46,132,136,149,212,229],tokens:[34,148],tokenstopword:34,tokentable:[22,34,46,229],tokentrigram:[22,43,46,136,148,149,229],tokenunigram:[22,46,136,149,229],tokyogeopoint:[38,44,58,121,122,136,168,169,280],tom:179,tomita:36,tomo:272,tomoatsu:36,tomohiro:34,tomotaka:38,tomygx:43,too:[43,123,263,275],tood:[74,141],tool:21,top:[38,58,169],torinky:44,tortoisegit:8,totable:91,total:[89,121,156],touch:55,tower:34,toybox:270,tr:12,tracker:19,transfer:[0,255,261,263],transitional:261,translate:17,translation:17,travel:276,travi:41,travis:[20,22,40,41,42],travisci:12,trie:136,tried:276,tries:49,trigram:[34,241],tritonn:[112,114,115,137,198,199],truncate:[22,34,38,41,42,43,44,46,51,81,104],truncated:41,truncation:38,trust:12,trusty:42,ts:[236,237],tsu:43,tsv:[43,209,263],tuesday:186,turn:157,tutorial:74,tweet:200,tweets:200,twiter:40,twitter:[3,22,276],two:161,tx:243,txt:[16,17],type:[34,44,50,51,52,53,54,55,56,58,59,60,62,63,65,66,67,68,69,71,72,74,93,95,118,140,142,156,164,218,219,221,270,271,272,273,275,276,278,280],typedef:70,types:[118,140,203,204,205,218,219,221],typo:[38,42],ubuntu:[14,18,21,22,23,34,36,38,40,41,42,43,44],ueno:[36,37,40],ui:137,uid:12,uint:[33,34,36,40,41,42,44,47,70,80,83,91,92,93,95,102,104,112,114,115,121,122,129,130,136,137,142,143,144,145,150,160,163,165,173,178,184,185,186,198,199,200,202,212,226,227,242,244,247,266,271,272,273,275,277,278,279,280],ul:148,ull:148,ultra:272,umask:42,umemoto:38,unbiased:34,unchanged:74,under:[157,161],unicode:[34,43,203,204,205,225],unicorn:43,unified:34,unify:[34,199],uninstall:40,unique:133,united:102,universe:31,unix:[3,5,8,29,42,83,185],unknown:[34,47,263],unlink:57,unlock:65,unlocked:74,unlocks:74,unmanaged:89,unmaps:55,unpatched:45,unsafe:55,unsigned:[42,50,51,57,60,63,65,66,68,69,71,74],unsplit:11,unsupported:263,until:[49,74],up:209,update:[17,18,25,27,31,34,40,60,263],updated:[17,45,266],updates:181,updating:49,upgrade:12,upgraded:34,upload:12,uptime:[34,35,84,139,157,209,263,273,277],uri:[157,158,160],url:[12,34,38,42,103,158,277],usa:271,usage:155,use:[17,34,39,43,51,53,54,55,57,74,83,89,90,112,115,131,137,150,155,160,198,199,213,225,250,255,261,275],used:[53,54,55,65,73,88,91,150,155,161,255,276],useful:[51,155,213,275],useless:55,user:[34,66,74,117,129,130,156,157,160,163,171,173,179,181,184,199,247,272],username:[32,272],users:[32,34,44,47,63,85,86,91,93,95,102,104,117,120,121,123,129,130,136,137,145,150,157,163,179,201,257],uses:[53,55,161],using:[45,53,275],usr:[14,28,29,124,125,131,155,157],usually:161,utc:199,utf:[29,34,36,40,41,44,45,56,63,155,160,199,209,243],utopic:43,uubntu:14,uuid:44,uuuuuu:199,uvector:34,uzulla:38,v1:11,v2:11,va:34,valgrind:14,value:[34,40,41,42,43,44,49,51,60,62,63,65,66,68,69,74,80,91,105,121,122,134,135,136,143,148,157,164,198,199,204,212,225,228,230,231,232,233,234,235,236,237,238,239,240,241,243,245,246,273,277],valuebuf:62,valuen:[173,174],values:[51,53,65,155],variable:74,variables:74,variety:272,vars:[66,74],varying:74,vc:34,vcruntime:34,vector:[22,34,40,41,43,44,46,80,112,114,115,136,137,162],version:[12,26,34,38,45,52,54,84,133,139,156,157,209,216,263,273,277],versions:261,vervet:[43,44],very:[34,83,105,112,114,115,137,170,171,173,181,193,198,199,213],video:272,virgo:34,visual:[8,32,34,38,40,41,42,43,44],vivid:[43,44],vm:[40,268],vmstat:268,voiced:203,vojtovich:42,volumes:26,waits:[49,74],wanabe:41,want:[155,255],wareohji:40,warn:[109,155],warning:[109,110,155,157,212,215],warp:42,was:267,watch:12,way:161,wc:[24,25,27,31],we:255,weakness:181,web:[12,29,35,137,140,198,219,221],webclips:172,wednesday:186,week:153,weeks:153,weight:[34,40,51,63,80,121,136,137,160,213,270],welcome:[112,114,115,137,198,199,276],well:181,werewolf:[43,44],wget:[24,25,27,29,30,31],wgs:[34,38,44,58,121,122,136,167,168,169,270,271,272,276,277,280],wheezy:38,when:[51,55,65,155,255],whether:[55,65],which:[74,155,161],whombx:41,wibowo:41,wiedenroth:42,wiki:157,wikipedia:[208,248],will:[65,74,155,255],wily:[43,44],win:[8,32],window:[22,34,46,249,250],windows:[3,5,6,7,22,23,34,38,40,41,42,43,44,45,74,138,156,267],wing:[40,41],without:[157,181],wo:[228,230,241],wolfgang:34,wonderland:92,wor:241,word:[40,137,198,199,204,225],words:199,worker:[9,257],works:74,world:[34,228,230,238,241,275],write:[14,39,128,137,141],written:150,wsaenobufs:267,wsasend:34,www:12,x6:12,xcode:28,xenial:[12,31,44],xerus:[31,44],xml:[36,38,39,40,41,42,53,158,209,257,263],xt:[148,243],xvzf:[24,25,27,28,29,30,31],xxhash:34,xxx:[34,41,43,44,137,155,199],xxxx:12,xxxxx:267,xyzabc:34,yagisumi:34,yak:[34,44],yakkety:[34,44],yamada:204,yamaguchi:38,yappo:[41,42,45],yay:34,year:[34,153],years:[47,153],yes:[14,34,43,44,84,103,104,105,112,114,115,117,123,129,137,140,144,154],yito:[40,41],yoji:38,yoku:[41,42],york:[167,276],yoshioka:40,you:[17,51,53,54,55,57,74,150,155,157,159,160,161,198,255],younger:92,your:[17,21,38],yu:34,yuki:38,yum:[12,18,24,27,40],yunqiang:44,yutaro:[34,43],yuya:43,yy:[47,137],yyyy:[199,201],yyyymm:216,yyyymmdd:[112,114,115,216],zapus:34,zcat:44,zenigata:272,zeromq:29,zesty:34,zip:[12,22,23,40],zlib:[25,29,31,34,36,38,40,41,42,51,92,121,136,263],zsh:[12,29],zstandard:[29,34,44,92,121],zstd:34,zunda:38,zxvf:12},titles:["<span class=\"section-number\">1. </span>Groonga\u306e\u7279\u5fb4","<span class=\"section-number\">6. </span>\u30af\u30e9\u30a4\u30a2\u30f3\u30c8","<span class=\"section-number\">3. </span>\u30b3\u30df\u30e5\u30cb\u30c6\u30a3","<span class=\"section-number\">12. </span>Groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","<span class=\"section-number\">12.3. </span>Groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","<span class=\"section-number\">12.3.2. </span>\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","<span class=\"section-number\">12.3.2.1. </span>GNU Autotools\u3092\u4f7f\u3063\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","<span class=\"section-number\">12.3.2.2. </span>GNU/Linux\u307e\u305f\u306fUnix\u4e0a\u3067CMake\u3092\u4f7f\u3063\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","<span class=\"section-number\">12.3.2.3. </span>Windows\u4e0a\u3067CMake\u3092\u4f7f\u3063\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","<span class=\"section-number\">12.3.3. </span>Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","<span class=\"section-number\">12.3.4. </span>\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","<span class=\"section-number\">12.3.5. </span>\u30af\u30a8\u30ea\u306e\u5b9f\u73fe","<span class=\"section-number\">12.3.7. </span>\u30ea\u30ea\u30fc\u30b9\u624b\u9806","<span class=\"section-number\">12.3.1. </span>\u30ea\u30dd\u30b8\u30c8\u30ea","<span class=\"section-number\">12.3.8. </span>\u30c6\u30b9\u30c8\u65b9\u6cd5","<span class=\"section-number\">12.2. </span>\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","<span class=\"section-number\">12.2.3. </span>C API","<span class=\"section-number\">12.2.2. </span>\u56fd\u969b\u5316","<span class=\"section-number\">12.2.1. </span>\u5c0e\u5165","<span class=\"section-number\">12.1. </span>\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","<span class=\"section-number\">11. </span>\u958b\u767a","<span class=\"section-number\">11.1. </span>Travis CI","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","<span class=\"section-number\">2. </span>\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","<span class=\"section-number\">2.5. </span>CentOS","<span class=\"section-number\">2.3. </span>Debian GNU/Linux","<span class=\"section-number\">2.8. </span>Docker","<span class=\"section-number\">2.6. </span>Fedora","<span class=\"section-number\">2.2. </span>Mac OS X","<span class=\"section-number\">2.9. </span>\u305d\u306e\u4ed6","<span class=\"section-number\">2.7. </span>Oracle Solaris","<span class=\"section-number\">2.4. </span>Ubuntu","<span class=\"section-number\">2.1. </span>Windows","<span class=\"section-number\">9. </span>\u5236\u9650\u4e8b\u9805","\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","News - 1.2.x","News - 1.3.x","News - 2.x","News - 3.x","News - 4.x","News - 5.x","News - 6.x","News in Senna period","<span class=\"section-number\">7. </span>\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","<span class=\"section-number\">7.19. </span>\u30a8\u30a4\u30ea\u30a2\u30b9","<span class=\"section-number\">7.25. </span>API","<span class=\"section-number\">7.25.2. </span>\u5168\u4f53\u8a2d\u5b9a","<span class=\"section-number\">7.25.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_cache</span></code>","<span class=\"section-number\">7.25.5. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_column</span></code>","<span class=\"section-number\">7.25.6. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_command_version</span></code>","<span class=\"section-number\">7.25.7. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_content_type</span></code>","<span class=\"section-number\">7.25.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_ctx</span></code>","<span class=\"section-number\">7.25.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_db</span></code>","<span class=\"section-number\">7.25.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_encoding</span></code>","<span class=\"section-number\">7.25.11. </span>grn_expr","<span class=\"section-number\">7.25.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_geo</span></code>","<span class=\"section-number\">7.25.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_hook</span></code>","<span class=\"section-number\">7.25.14. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_ii</span></code>","<span class=\"section-number\">7.25.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_index_cursor</span></code>","<span class=\"section-number\">7.25.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_info</span></code>","<span class=\"section-number\">7.25.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_inspect</span></code>","<span class=\"section-number\">7.25.18. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_match_escalation</span></code>","<span class=\"section-number\">7.25.19. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_obj</span></code>","<span class=\"section-number\">7.25.20. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_proc</span></code>","<span class=\"section-number\">7.25.21. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_search</span></code>","<span class=\"section-number\">7.25.22. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_table</span></code>","<span class=\"section-number\">7.25.23. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_table_cursor</span></code>","<span class=\"section-number\">7.25.24. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_thread_*</span></code>","<span class=\"section-number\">7.25.25. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_type</span></code>","<span class=\"section-number\">7.25.26. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_user_data</span></code>","<span class=\"section-number\">7.25.1. </span>\u6982\u8981","<span class=\"section-number\">7.25.3. </span>Plugin","<span class=\"section-number\">7.12. </span>Cast","<span class=\"section-number\">7.6. </span>\u30ab\u30e9\u30e0","<span class=\"section-number\">7.6.4. </span>\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0","<span class=\"section-number\">7.6.3. </span>\u64ec\u4f3c\u30ab\u30e9\u30e0","<span class=\"section-number\">7.6.1. </span>\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0","<span class=\"section-number\">7.6.2. </span>\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","<span class=\"section-number\">7.3. </span>\u30b3\u30de\u30f3\u30c9","<span class=\"section-number\">7.3.1. </span>\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","<span class=\"section-number\">7.3.2. </span>\u51fa\u529b\u5f62\u5f0f","<span class=\"section-number\">7.3.3. </span>\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8","<span class=\"section-number\">7.3.4. </span>\u30ea\u30af\u30a8\u30b9\u30c8ID","<span class=\"section-number\">7.3.5. </span>\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8","<span class=\"section-number\">7.3.6. </span>\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","<span class=\"section-number\">7.3.7. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">cache_limit</span></code>","<span class=\"section-number\">7.3.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">check</span></code>","<span class=\"section-number\">7.3.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">clearlock</span></code>","<span class=\"section-number\">7.3.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_copy</span></code>","<span class=\"section-number\">7.3.11. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_create</span></code>","<span class=\"section-number\">7.3.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_list</span></code>","<span class=\"section-number\">7.3.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_remove</span></code>","<span class=\"section-number\">7.3.14. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_rename</span></code>","<span class=\"section-number\">7.3.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">config_delete</span></code>","<span class=\"section-number\">7.3.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">config_get</span></code>","<span class=\"section-number\">7.3.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">config_set</span></code>","<span class=\"section-number\">7.3.18. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">database_unmap</span></code>","<span class=\"section-number\">7.3.19. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">define_selector</span></code>","<span class=\"section-number\">7.3.20. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">defrag</span></code>","<span class=\"section-number\">7.3.21. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">delete</span></code>","<span class=\"section-number\">7.3.22. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">dump</span></code>","<span class=\"section-number\">7.3.23. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">io_flush</span></code>","<span class=\"section-number\">7.3.24. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">load</span></code>","<span class=\"section-number\">7.3.25. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">lock_acquire</span></code>","<span class=\"section-number\">7.3.26. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">lock_clear</span></code>","<span class=\"section-number\">7.3.27. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">lock_release</span></code>","<span class=\"section-number\">7.3.28. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">log_level</span></code>","<span class=\"section-number\">7.3.29. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">log_put</span></code>","<span class=\"section-number\">7.3.30. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">log_reopen</span></code>","<span class=\"section-number\">7.3.31. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_count</span></code>","<span class=\"section-number\">7.3.32. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_parameters</span></code>","<span class=\"section-number\">7.3.33. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_range_filter</span></code>","<span class=\"section-number\">7.3.34. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_select</span></code>","<span class=\"section-number\">7.3.35. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_shard_list</span></code>","<span class=\"section-number\">7.3.36. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_table_remove</span></code>","<span class=\"section-number\">7.3.37. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">normalize</span></code>","<span class=\"section-number\">7.3.38. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">normalizer_list</span></code>","<span class=\"section-number\">7.3.39. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_exist</span></code>","<span class=\"section-number\">7.3.40. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_inspect</span></code>","<span class=\"section-number\">7.3.41. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_list</span></code>","<span class=\"section-number\">7.3.42. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_remove</span></code>","<span class=\"section-number\">7.3.43. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">plugin_register</span></code>","<span class=\"section-number\">7.3.44. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">plugin_unregister</span></code>","<span class=\"section-number\">7.3.45. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">query_expand</span></code>","<span class=\"section-number\">7.3.46. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">quit</span></code>","<span class=\"section-number\">7.3.47. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">range_filter</span></code>","<span class=\"section-number\">7.3.48. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">reference_acquire</span></code>","<span class=\"section-number\">7.3.49. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">reference_release</span></code>","<span class=\"section-number\">7.3.50. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">register</span></code>","<span class=\"section-number\">7.3.51. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">reindex</span></code>","<span class=\"section-number\">7.3.52. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">request_cancel</span></code>","<span class=\"section-number\">7.3.53. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">ruby_eval</span></code>","<span class=\"section-number\">7.3.54. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">ruby_load</span></code>","<span class=\"section-number\">7.3.55. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">schema</span></code>","<span class=\"section-number\">7.3.56. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">select</span></code>","<span class=\"section-number\">7.3.57. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">shutdown</span></code>","<span class=\"section-number\">7.3.58. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">status</span></code>","<span class=\"section-number\">7.3.59. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">suggest</span></code>","<span class=\"section-number\">7.3.60. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_copy</span></code>","<span class=\"section-number\">7.3.61. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_create</span></code>","<span class=\"section-number\">7.3.62. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_list</span></code>","<span class=\"section-number\">7.3.63. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_remove</span></code>","<span class=\"section-number\">7.3.64. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_rename</span></code>","<span class=\"section-number\">7.3.65. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_tokenize</span></code>","<span class=\"section-number\">7.3.66. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">thread_limit</span></code>","<span class=\"section-number\">7.3.67. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">tokenize</span></code>","<span class=\"section-number\">7.3.68. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">tokenizer_list</span></code>","<span class=\"section-number\">7.3.69. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">truncate</span></code>","<span class=\"section-number\">7.18. </span>\u8a2d\u5b9a","<span class=\"section-number\">7.1. </span>\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","<span class=\"section-number\">7.1.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grndb</span></code>","<span class=\"section-number\">7.1.2. </span>grnslap","<span class=\"section-number\">7.1.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">groonga</span></code> \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","<span class=\"section-number\">7.1.4. </span>groonga-benchmark","<span class=\"section-number\">7.1.5. </span>groonga-httpd","<span class=\"section-number\">7.1.6. </span>Groonga HTTP\u30b5\u30fc\u30d0\u30fc","<span class=\"section-number\">7.1.7. </span>groonga-suggest-create-dataset","<span class=\"section-number\">7.1.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">groonga-suggest-httpd</span></code>","<span class=\"section-number\">7.1.9. </span>groonga-suggest-learner","<span class=\"section-number\">7.15. </span>\u95a2\u6570","<span class=\"section-number\">7.15.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">between</span></code>","<span class=\"section-number\">7.15.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">cast_loose</span></code>","<span class=\"section-number\">7.15.3. </span>edit_distance","<span class=\"section-number\">7.15.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">fuzzy_search</span></code>","<span class=\"section-number\">7.15.5. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">geo_distance</span></code>","<span class=\"section-number\">7.15.6. </span>geo_in_circle","<span class=\"section-number\">7.15.7. </span>geo_in_rectangle","<span class=\"section-number\">7.15.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">highlight_full</span></code>","<span class=\"section-number\">7.15.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">highlight_html</span></code>","<span class=\"section-number\">7.15.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">html_untag</span></code>","<span class=\"section-number\">7.15.11. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">in_records</span></code>","<span class=\"section-number\">7.15.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">in_values</span></code>","<span class=\"section-number\">7.15.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">math_abs</span></code>","<span class=\"section-number\">7.15.14. </span>now","<span class=\"section-number\">7.15.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">number_classify</span></code>","<span class=\"section-number\">7.15.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">prefix_rk_search</span></code>","<span class=\"section-number\">7.15.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">query</span></code>","<span class=\"section-number\">7.15.18. </span>rand","<span class=\"section-number\">7.15.19. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">snippet_html</span></code>","<span class=\"section-number\">7.15.20. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">string_length</span></code>","<span class=\"section-number\">7.15.21. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">string_substring</span></code>","<span class=\"section-number\">7.15.22. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">sub_filter</span></code>","<span class=\"section-number\">7.15.23. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_day</span></code>","<span class=\"section-number\">7.15.24. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_day_of_week</span></code>","<span class=\"section-number\">7.15.25. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_hour</span></code>","<span class=\"section-number\">7.15.26. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_minute</span></code>","<span class=\"section-number\">7.15.27. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_month</span></code>","<span class=\"section-number\">7.15.28. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_second</span></code>","<span class=\"section-number\">7.15.29. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_week</span></code>","<span class=\"section-number\">7.15.30. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_year</span></code>","<span class=\"section-number\">7.15.31. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_find</span></code>","<span class=\"section-number\">7.15.32. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_new</span></code>","<span class=\"section-number\">7.15.33. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_size</span></code>","<span class=\"section-number\">7.15.34. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_slice</span></code>","<span class=\"section-number\">7.13. </span>grn_expr","<span class=\"section-number\">7.13.1. </span>\u30af\u30a8\u30ea\u30fc\u69cb\u6587","<span class=\"section-number\">7.13.2. </span>\u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","<span class=\"section-number\">7.21. </span>\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","<span class=\"section-number\">7.23. </span>\u30ed\u30b0","<span class=\"section-number\">7.7. </span>\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","<span class=\"section-number\">7.7.2.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">NormalizerAuto</span></code>","<span class=\"section-number\">7.7.2.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">NormalizerNFKC100</span></code>","<span class=\"section-number\">7.7.2.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">NormalizerNFKC51</span></code>","<span class=\"section-number\">7.17. </span>\u64cd\u4f5c\u65b9\u6cd5","<span class=\"section-number\">7.17.1. </span>\u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","<span class=\"section-number\">7.17.2. </span>\u524d\u65b9\u4e00\u81f4RK\u691c\u7d22","<span class=\"section-number\">7.2. </span>\u51fa\u529b","<span class=\"section-number\">7.10. </span>\u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","<span class=\"section-number\">7.10.1. </span>QueryExpanderTSV","<span class=\"section-number\">7.14. </span>\u6b63\u898f\u8868\u73fe","<span class=\"section-number\">7.11. </span>\u30b9\u30b3\u30a2\u30e9\u30fc","<span class=\"section-number\">7.11.3.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">scorer_tf_at_most</span></code>","<span class=\"section-number\">7.11.3.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">scorer_tf_idf</span></code>","<span class=\"section-number\">7.22. </span>\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0","<span class=\"section-number\">7.20. </span>\u30b5\u30b8\u30a7\u30b9\u30c8","<span class=\"section-number\">7.20.2. </span>\u88dc\u5b8c","<span class=\"section-number\">7.20.3. </span>\u88dc\u6b63","<span class=\"section-number\">7.20.1. </span>\u306f\u3058\u3081\u306b","<span class=\"section-number\">7.20.4. </span>\u63d0\u6848","<span class=\"section-number\">7.5. </span>\u30c6\u30fc\u30d6\u30eb","<span class=\"section-number\">7.9.1. </span>\u6982\u8981","<span class=\"section-number\">7.9. </span>\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc","<span class=\"section-number\">7.9.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterNFKC100</span></code>","<span class=\"section-number\">7.9.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterStem</span></code>","<span class=\"section-number\">7.9.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterStopWord</span></code>","<span class=\"section-number\">7.8.1. </span>\u6982\u8981","<span class=\"section-number\">7.8. </span>\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc","<span class=\"section-number\">7.8.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigram</span></code>","<span class=\"section-number\">7.8.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlank</span></code>","<span class=\"section-number\">7.8.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbol</span></code>","<span class=\"section-number\">7.8.5. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code>","<span class=\"section-number\">7.8.6. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code>","<span class=\"section-number\">7.8.7. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbol</span></code>","<span class=\"section-number\">7.8.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbolAlpha</span></code>","<span class=\"section-number\">7.8.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbolAlphaDigit</span></code>","<span class=\"section-number\">7.8.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenDelimit</span></code>","<span class=\"section-number\">7.8.11. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenDelimitNull</span></code>","<span class=\"section-number\">7.8.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenMecab</span></code>","<span class=\"section-number\">7.8.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenNgram</span></code>","<span class=\"section-number\">7.8.14. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenPattern</span></code>","<span class=\"section-number\">7.8.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenRegexp</span></code>","<span class=\"section-number\">7.8.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenTable</span></code>","<span class=\"section-number\">7.8.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenTrigram</span></code>","<span class=\"section-number\">7.8.18. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenUnigram</span></code>","<span class=\"section-number\">7.24. </span>\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0","<span class=\"section-number\">7.4. </span>\u30c7\u30fc\u30bf\u578b","<span class=\"section-number\">7.16. </span>\u30a6\u30a3\u30f3\u30c9\u30a6\u95a2\u6570","<span class=\"section-number\">7.16.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">record_number</span></code>","<span class=\"section-number\">7.16.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">window_count</span></code>","<span class=\"section-number\">7.16.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">window_record_number</span></code>","<span class=\"section-number\">7.16.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">window_sum</span></code>","<span class=\"section-number\">5. </span>\u30b5\u30fc\u30d0\u30fc","<span class=\"section-number\">5.3. </span>GQTP","<span class=\"section-number\">5.2. </span>HTTP","<span class=\"section-number\">5.2.1. </span>\u6bd4\u8f03","<span class=\"section-number\">5.2.2. </span>groonga","<span class=\"section-number\">5.2.3. </span>groonga-httpd","<span class=\"section-number\">5.4. </span>Memcached\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb","<span class=\"section-number\">5.1. </span>\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","<span class=\"section-number\">8. </span>\u4ed5\u69d8","<span class=\"section-number\">8.1. </span>GQTP","<span class=\"section-number\">8.2. </span>\u691c\u7d22","<span class=\"section-number\">10. </span>\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","<span class=\"section-number\">10.1. </span>\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","<span class=\"section-number\">10.2. </span>\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u89e3\u6790\u65b9\u6cd5","<span class=\"section-number\">10.3. </span>mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","<span class=\"section-number\">4. </span>\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","<span class=\"section-number\">4.3. </span>\u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","<span class=\"section-number\">4.5. </span>\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","<span class=\"section-number\">4.6. </span>\u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","<span class=\"section-number\">4.1. </span>\u57fa\u672c\u7684\u306a\u64cd\u4f5c","<span class=\"section-number\">4.9. </span>\u5168\u6587\u691c\u7d22\u7528\u306e\u8a9e\u5f59\u8868\u306e\u4f5c\u6210","<span class=\"section-number\">4.7. </span>match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","<span class=\"section-number\">4.10. </span>\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","<span class=\"section-number\">4.2. </span>\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","<span class=\"section-number\">4.8. </span>\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","<span class=\"section-number\">4.11. </span>\u30af\u30a8\u30ea\u62e1\u5f35","<span class=\"section-number\">4.4. </span>\u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6"],titleterms:{"()":11,"(geopoint":276,"(v":11,"-benchmark":156,"-clear":153,"-command":82,"-compose":26,"-create":159,"-dataset":159,"-default":29,"-document":18,"-encoding":29,"-escalation":29,"-examples":12,"-files":12,"-flags":153,"-force":153,"-gqtp":261,"-help":29,"-http":261,"-httpd":[157,160,161,259,261],"-latest":12,"-learner":[160,161],"-level":153,"-localstatedir":29,"-lock":153,"-log":[29,153],"-lz4":29,"-match":29,"-message":29,"-munin":29,"-pack":29,"-package":29,"-path":[29,153],"-platform":29,"-plugins":29,"-po":12,"-prefix":29,"-release":12,"-server":261,"-since":153,"-suggest":[159,160,161],"-target":153,"-threshold":29,"-truncate":153,"-version":82,"-with":29,"-zlib":29,".group":[112,114,115,137],".max":247,".maxfileperproc":247,".overcommit":247,".po":17,".po\u30d5\u30a1\u30a4\u30eb":17,".sort":[112,114,115,137],"/linux":[7,25],":*":122,":index":122,"=encoding":29,"=message":29,"=number":29,"=path":29,"=platform":29,"[$":[112,114,115,137],"\u3042\u3052\u308b":266,"\u3042\u308a":[198,199],"\u3042\u308b":276,"\u3044\u304f":10,"\u3044\u308b":[117,144,207],"\u3044\u308d\u3044\u308d":270,"\u3046\u307e\u304f":10,"\u304a\u304f":10,"\u304a\u3055\u3089\u3044":10,"\u304a\u6c17":276,"\u304a\u77e5\u3089":[34,35,36,37],"\u304b\u3089":[6,7,8,10,24,25,27,28,29,31,32,160,208],"\u304c\u3063":275,"\u3053\u3061\u3089":10,"\u3053\u3068":12,"\u3054\u3068":275,"\u3055\u307e\u3056\u307e\u306a":280,"\u3059\u308b":[5,6,7,8,10,12,14,19,80,86,92,111,117,157,161,218,219,221,266,268,271,275],"\u305d\u306e":[29,212],"\u305f\u3044":12,"\u305f\u3081":[10,11,115,137],"\u3060\u3051":[10,12,80],"\u3065\u3051":82,"\u3066\u308b":276,"\u3067\u304d":[117,144,248],"\u3067\u304d\u308b":[10,11],"\u3068\u3044\u3046":122,"\u3068\u3057\u3066":248,"\u3068\u308a":10,"\u306a\u3044":[10,117,144,248],"\u306a\u3057":[199,257],"\u306b\u3088\u308b":[271,275,278],"\u306b\u5bfe\u3059\u308b":275,"\u306b\u95a2\u3059\u308b":248,"\u306e\u306b":266,"\u306e\u307f":14,"\u306f\u3058\u3081":220,"\u3078\u3068":10,"\u307e\u305f":[7,275],"\u307e\u305f\u3050":275,"\u307e\u3068\u3081":12,"\u3084\u308a":10,"\u3084\u308b":12,"\u3088\u3046":[218,219,221],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":257,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":257,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30a2\u30f3\u30ab\u30fc":212,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":12,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u30a4\u30e1\u30fc\u30b8":26,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":32,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,7,8,14,17,18,23,211],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[33,92,200,212,272,275],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[77,92,273],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":142,"\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30a6\u30a3\u30f3\u30c9\u30a6":[112,114,115,137,249],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":12,"\u30a8\u30a4\u30ea\u30a2\u30b9":47,"\u30a8\u30b9\u30b1\u30fc\u30d7":[198,212],"\u30a8\u30e9\u30fc":[83,268],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":267,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[122,210],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":199,"\u30aa\u30d7\u30b7\u30e7\u30f3":[154,155,156,159,161],"\u30ab\u30b9\u30b1\u30fc\u30c9":102,"\u30ab\u30d0\u30ec\u30c3\u30b8":14,"\u30ab\u30e9\u30e0":[33,76,78,91,92,112,114,115,121,137,144,167,271,273,275],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":275,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":0,"\u30ad\u30e3\u30c3\u30b7\u30e5":[112,114,115,137,157],"\u30ad\u30fc\u30ef\u30fc\u30c9":[266,276],"\u30af\u30a8\u30ea":[0,11,279],"\u30af\u30a8\u30ea\u30fc":[157,198,210],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":157,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":201,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":1,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":155,"\u30af\u30e9\u30b9":212,"\u30b0\u30eb\u30fc\u30d7":[198,199,212],"\u30b1\u30fc\u30b9":[117,144],"\u30b3\u30de\u30f3\u30c9":[81,151,153,155,216,273,277],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[82,257],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":156,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[155,160,209],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":2,"\u30b3\u30e1\u30f3\u30c8":276,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[3,15],"\u30b5\u30a4\u30ba":92,"\u30b5\u30b8\u30a7\u30b9\u30c8":[160,217],"\u30b5\u30f3\u30d7\u30eb":[154,156],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[198,199],"\u30b5\u30fc\u30d0":[0,263,277],"\u30b5\u30fc\u30d0\u30fc":[158,254,261],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":261,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30fc\u30c9":155,"\u30b7\u30b9\u30c6\u30e0":[19,276],"\u30b7\u30d5\u30c8":199,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":216,"\u30b8\u30aa\u30b5\u30fc\u30c1":272,"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[79,92],"\u30b9\u30af\u30ea\u30d7\u30c8":[12,199],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":156,"\u30b9\u30b3\u30a2\u30e9\u30fc":213,"\u30b9\u30b3\u30a2\u30fc":137,"\u30b9\u30bf\u30a4\u30eb":137,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30fc\u30f3\u30e2\u30fc\u30c9":155,"\u30b9\u30c8\u30ec\u30fc\u30b8":0,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":0,"\u30b9\u30e9\u30a4\u30b9":137,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":277,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":199,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":160,"\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc":267,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":[6,7,8,18],"\u30bd\u30fc\u30b9":[24,25,27,28,29,31,32],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":12,"\u30bd\u30fc\u30c8":[271,280],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":86,"\u30bf\u30b0":272,"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":142,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":257,"\u30c1\u30a7\u30c3\u30af\u30a2\u30a6\u30c8":[6,7,8],"\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":269,"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":247,"\u30c4\u30a4\u30fc\u30c8":10,"\u30c4\u30fc\u30eb":[29,157,277],"\u30c6\u30b9\u30c8":[12,14,114],"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u30c6\u30fc\u30d6\u30eb":[33,91,92,117,121,142,144,161,179,222,248,270,273,275,276],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":157,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30c7\u30d0\u30c3\u30ac":14,"\u30c7\u30d5\u30a9\u30eb\u30c8":86,"\u30c7\u30fc\u30bf":[92,142,218,221,248,270,273,276],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[121,257,273],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":157,"\u30c7\u30fc\u30e2\u30f3":263,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":155,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[156,265],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":0,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[229,266],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":224,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,15,22],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[115,137,271],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":202,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":80,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":276,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":260,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":19,"\u30d0\u30fc\u30b8\u30e7\u30f3":[12,35,36,37,82],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":12,"\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30d1\u30c3\u30c1":17,"\u30d1\u30c8\u30ea\u30b7\u30a2":278,"\u30d1\u30e9\u30e1\u30fc\u30bf":[82,275],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[115,137],"\u30d3\u30c3\u30c8":199,"\u30d3\u30eb\u30c9":[5,6,7,8,12,24,25,27,28,29,31,32],"\u30d5\u30a1\u30a4\u30eb":[11,12,17,18,152,155,211,247,257],"\u30d5\u30a9\u30ed\u30fc":276,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[137,201,211],"\u30d5\u30ec\u30fc\u30ba":[198,199],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":277,"\u30d6\u30ed\u30b0":12,"\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8":84,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":257,"\u30d7\u30ed\u30bb\u30b9":247,"\u30d7\u30ed\u30bb\u30b9\u30ed\u30b0":201,"\u30d7\u30ed\u30c8\u30b3\u30eb":263,"\u30d7\u30ed\u30d1\u30c6\u30a3":122,"\u30d8\u30c3\u30c0\u30fc":263,"\u30d9\u30af\u30bf\u30fc":248,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[80,92,270],"\u30da\u30fc\u30b8\u30f3\u30b0":137,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":276,"\u30de\u30c3\u30c1":199,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":198,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":92,"\u30e1\u30e2\u30ea":247,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[2,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":157,"\u30e6\u30fc\u30b6\u30fc":[10,160,276],"\u30e6\u30fc\u30b6\u30fcid":276,"\u30e9\u30a4\u30d6\u30e9\u30ea":[0,29],"\u30ea\u30af\u30a8\u30b9\u30c8":[85,86],"\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":86,"\u30ea\u30af\u30a8\u30b9\u30c8id":85,"\u30ea\u30bd\u30fc\u30b9":[117,144],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[86,87],"\u30ea\u30c6\u30e9\u30eb":199,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":157,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":46,"\u30ea\u30dd\u30b8\u30c8\u30ea":[13,17],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":[5,6,7,8],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":277,"\u30ea\u30ea\u30fc\u30b9":[12,34,35,36,37,38,39,40,41,42,43,44],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":12,"\u30eb\u30fc\u30eb":216,"\u30ec\u30b3\u30fc\u30c9":[92,137,273],"\u30ec\u30b3\u30fc\u30c9id":222,"\u30ed\u30b0":201,"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30c8":111,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":0,"\u30ed\u30fc\u30c9":[80,273,276],"\u30ed\u30fc\u30de":208,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":14,"\u4e00\u6642":222,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":222,"\u4e00\u7dd2":[117,144],"\u4e00\u81f4":[198,199,218,264,278],"\u4e00\u81f4rk":[208,218],"\u4e00\u89a7":[87,151,153,202,210,216,276],"\u4e00\u90e8":117,"\u4e0a\u9650":33,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4e0d\u7b49\u4fa1":[198,199],"\u4e26\u3079":273,"\u4e3b\u30ad\u30fc":[248,278],"\u4e57\u7b97":199,"\u4e8b\u9805":[33,156,248],"\u4ed5\u65b9":17,"\u4ed5\u69d8":262,"\u4ed8\u304d":[18,199,272],"\u4ed8\u4e0e":275,"\u4ee3\u5165":199,"\u4ee3\u5165\u5f0f":198,"\u4ee5\u4e0a":[198,199],"\u4ee5\u4e0b":198,"\u4ee5\u4e0b\u6f14":199,"\u4f4d\u7f6e":[0,82,167,207,276,280],"\u4f5c\u308a\u65b9":80,"\u4f5c\u308b":6,"\u4f5c\u6210":[12,92,142,273,274,276],"\u4f5c\u696d":12,"\u4f7f\u3044":264,"\u4f7f\u3044\u65b9":[47,77,79,80,84,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,153,155,156,157,158,160,161,163,164,166,167,170,171,172,173,174,175,177,178,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,200,203,204,205,208,209,211,212,213,214,215,218,219,221,225,226,227,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,250,251,252,253],"\u4f7f\u3046":[157,160,167],"\u4f7f\u3063":[6,7,8],"\u4f7f\u7528":247,"\u4f8b\u3048":10,"\u4f9d\u5b58":29,"\u4fdd\u5b58":[142,270],"\u4fee\u6b63":[34,35,36,37,38,40,41,42,43,44,45],"\u5165\u308a":276,"\u5165\u529b":160,"\u5165\u6f14":199,"\u5168\u4f53":49,"\u5168\u6587":[0,266,273,275,280],"\u5168\u6587\u691c":[92,273,274],"\u5168\u6587\u691c\u7d22":198,"\u516c\u958b":12,"\u5171\u6709":0,"\u5171\u8d77":[218,219,221],"\u5171\u901a":122,"\u518d\u8d77\u52d5":261,"\u51fa\u529b":[17,83,114,115,137,209,273],"\u5206\u3051":264,"\u5229\u7528":[117,144,157,280],"\u5236\u5fa1":199,"\u5236\u9650":[33,80,156,211,222,248,271],"\u524a\u6e1b":[117,144],"\u524a\u9664":[102,117,144],"\u524d\u63d0":12,"\u524d\u65b9":[198,199,208,218,278],"\u5270\u4f59":199,"\u5272\u308a":85,"\u52a0\u7b97":199,"\u52d5\u4f5c":[12,14,218,219,221],"\u52d5\u7684":[112,114,115,137,200],"\u5354\u529b":10,"\u5358\u8a9e":199,"\u5373\u6642":0,"\u539f\u56e0":266,"\u53c2\u7167":[0,92,144,263,270,272],"\u53c2\u7167\u578b":80,"\u53c2\u8003":[6,7,8,47,83,85,86,87,88,90,92,93,96,97,98,100,102,105,106,108,109,110,111,116,118,119,122,124,125,126,128,131,133,134,135,136,137,140,142,146,148,149,158,159,160,164,170,171,178,179,181,184,197,202,203,204,208,211,214,215,222,223,238,240,241,242,244],"\u53d6\u308a\u6d88\u3057":12,"\u53d6\u5f97":[12,26,273],"\u53e4\u3044":34,"\u53ef\u80fd":[0,91,92,96,97,98,99,103,104,105,112,113,114,115,116,117,118,120,121,122,123,126,129,130,136,138,139,141,142,144,146,147,148,157,160,163,167,171,173,179,193,204,214,215,225,226,227,238,240,241],"\u5404\u7a2e":12,"\u540c\u3058":266,"\u540d\u524d":[78,154,156,159,165,168,169,176,180,248],"\u5411\u3051":[4,12],"\u5426\u5b9a":[198,199],"\u547c\u3073\u51fa\u3057":199,"\u547d\u4ee4":156,"\u548c\u4ee3":199,"\u548c\u6f14":199,"\u56de\u907f":268,"\u56fa\u6709":122,"\u56fd\u969b\u5316":17,"\u5727\u7e2e":257,"\u57fa\u672c":[117,144,199,273],"\u5831\u544a":19,"\u5834\u5408":[12,26,83,275],"\u5834\u6240":[10,211],"\u58ca\u308c":117,"\u5909\u63db":208,"\u5909\u66f4":[36,91,257,266],"\u5909\u66f4\u70b9":12,"\u5927\u304d\u306a":[92,142],"\u5927\u306a\u308a":[198,199],"\u5b66\u7fd2":[160,218,219,220,221],"\u5b8c\u5168":264,"\u5b9f\u4f8b":11,"\u5b9f\u65bd":111,"\u5b9f\u73fe":11,"\u5b9f\u884c":[6,7,8,11,12,14,18,152,155,156,157],"\u5b9f\u9a13":38,"\u5bc6\u9375":12,"\u5bfe\u5fdc":[10,207,257],"\u5bfe\u7b56":[266,268],"\u5bfe\u8c61":[92,144],"\u5c0e\u5165":18,"\u5c0f\u3055":92,"\u5c0f\u306a\u308a":[198,199],"\u5c0f\u6570":199,"\u5c55\u958b":210,"\u5dee\u6f14":199,"\u5ea7\u6a19\u5024":199,"\u5f15\u6570":[88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,120,121,122,123,126,127,129,130,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,150,154,155,156,160,161,163,165,167,168,169,170,171,172,173,174,175,178,179,180,184,185,193,194,195,204,214,215,225,226,227,238,240,241,247],"\u5f53\u3066\u308b":85,"\u5f62\u5f0f":83,"\u5f8c\u65b9":[198,199,278],"\u5fc5\u8981":[6,7,8,18,172],"\u5fc5\u9808":[91,92,93,95,96,97,98,99,104,105,112,113,114,115,116,117,118,120,121,122,123,126,129,130,133,136,137,138,139,141,142,144,145,146,147,148,150,160,163,167,171,173,179,185,193,214,215],"\u6027\u80fd":[157,257],"\u60c5\u5831":[0,4,10,14,207,276,280],"\u611f\u8b1d":[34,35,36,37,38,39,40,41,42,43,44],"\u6210\u529f":83,"\u6210\u679c":17,"\u623b\u308a\u5024":[88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,160,163,164,166,167,170,171,172,173,174,175,177,178,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,214,215,250,251,252,253],"\u624b\u9806":12,"\u6271\u3048\u308b":92,"\u6295\u7a3f":276,"\u62bd\u51fa":[199,221],"\u62e1\u5f35":279,"\u6307\u5b9a":[82,160,167,198,248,273,275],"\u6307\u91dd":10,"\u6319\u52d5":264,"\u6392\u4ed6":199,"\u63a5\u7d9a":263,"\u63d0\u4f9b":10,"\u63d0\u6848":[220,221],"\u64cd\u4f5c":[206,273],"\u64ec\u4f3c":78,"\u6539\u826f":[34,35,36,37,38,39,40,41,42,43,44,45],"\u6570\u5024":270,"\u6574\u6570":199,"\u6587\u5b57":212,"\u6587\u5b57\u5217":[199,270],"\u6587\u66f8":[198,199,219],"\u6587\u6cd5":280,"\u65b0\u3057\u3044":17,"\u65b9\u6cd5":[3,5,6,7,8,12,14,15,17,47,80,82,85,86,91,200,206,218,219,221,266,267,268],"\u65e5\u6642":270,"\u660e\u793a\u7684":167,"\u6642\u9593":[199,276],"\u66f4\u65b0":[0,12,17,18,218],"\u66f8\u304d":264,"\u66f8\u5f0f":[154,156,161,165,168,169,176,180,273],"\u66ff\u3048":273,"\u6700\u521d":12,"\u6700\u5927":247,"\u6709\u52b9":86,"\u6761\u4ef6":[12,137,172,198,280],"\u6761\u4ef6\u5f0f":198,"\u683c\u7d0d":248,"\u691c\u51fa":14,"\u691c\u7d22":[0,80,112,114,115,137,142,198,199,207,208,218,219,221,264,266,272,273,275,276,278,279,280],"\u691c\u7d22\u4f8b":11,"\u6982\u8981":[0,47,49,50,51,52,53,54,55,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,77,79,80,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,153,155,157,158,160,161,163,164,166,167,170,171,172,173,174,175,177,178,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,202,203,204,205,208,211,212,213,214,215,216,222,223,225,226,227,228,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,250,251,252,253],"\u69cb\u6587":[88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,153,155,157,158,160,163,164,166,167,170,171,172,173,174,175,177,178,179,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,198,199,203,204,205,212,214,215,225,226,227,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,250,251,252,253],"\u69cb\u7bc9":[14,200],"\u69d8\u3005":14,"\u6a5f\u80fd":207,"\u6b63\u898f":[198,199,212],"\u6bce\u56de":12,"\u6bd4\u8f03":[199,257],"\u6c38\u7d9a":222,"\u6d41\u308c":17,"\u6d6e\u52d5":199,"\u6e1b\u7b97":199,"\u6e96\u5099":[12,279],"\u6f14\u7b97\u5b50":199,"\u70b9\u6570":199,"\u7279\u5b9a":14,"\u7279\u5fb4":[0,222],"\u7279\u6709":157,"\u7279\u6b8a":156,"\u72ec\u81ea":199,"\u7406\u7531":10,"\u74b0\u5883":[12,14],"\u751f\u6210":[12,17,18],"\u7528\u3044":280,"\u7528\u3044\u308b":26,"\u7528\u79d8":12,"\u7528\u8a9e\u96c6":216,"\u7570\u306a\u308b":266,"\u767b\u9332":[12,19],"\u7701\u7565":[91,92,96,97,98,99,103,104,105,112,113,114,115,116,117,118,120,121,122,123,126,129,130,136,138,139,141,142,144,146,147,148,160,163,167,171,173,179,193,204,214,215,225,226,227,238,240,241],"\u771f\u507d\u5024":[199,270],"\u77e5\u308a":12,"\u78ba\u8a8d":[12,17],"\u7a2e\u985e":[92,122,270],"\u7a4d\u4ee3":199,"\u7a4d\u6f14":199,"\u7b26\u53f7":199,"\u7b49\u4fa1":[198,199],"\u7b97\u5b50":199,"\u7b97\u8853":199,"\u7ba1\u7406":[157,277],"\u7bc4\u56f2":[142,273],"\u7c21\u5358":[114,115,137,204,225,238,240,241],"\u7d22\u5f15":0,"\u7d22\u7528":[92,273,274],"\u7d42\u4e86":[157,261,263],"\u7d44\u307f\u8fbc\u307f":[155,202,213],"\u7d44\u8fbc\u578b":248,"\u7d4c\u5ea6":0,"\u7d4c\u7def\u5ea6":270,"\u7d50\u5408\u5f0f":198,"\u7d50\u679c":[156,160,266,271,273],"\u7d5e\u8fbc":280,"\u7de8\u96c6":17,"\u7def\u5ea6":0,"\u7f6e\u63db":179,"\u7f72\u540d":12,"\u7ffb\u8a33":[12,17],"\u884c\u3046":12,"\u8868\u73fe":[11,198,199,212],"\u8868\u793a":273,"\u88dc\u5b8c":[218,220],"\u88dc\u6b63":[219,220],"\u8907\u6570":[257,271,275],"\u89e3\u6790":[14,267],"\u89e3\u6c7a":47,"\u8a00\u8a9e":17,"\u8a2d\u5b9a":[12,21,49,86,91,151,157,257],"\u8a8d\u8a3c":257,"\u8a98\u5c0e":10,"\u8a9e\u5f59":[273,274],"\u8a9e\u5f59\u8868":142,"\u8aac\u660e":[78,154,156,165,168,169,176,180,248],"\u8aad\u307f":[208,218],"\u8ab2\u984c":19,"\u8ad6\u7406":[117,198,199],"\u8ad6\u7406\u548c":198,"\u8ad6\u7406\u7a4d":198,"\u8d77\u52d5":[160,261,263,277],"\u8ee2\u7f6e":0,"\u8fd1\u508d":[198,199],"\u8fd4\u5024":[165,168,169,176,180],"\u8ffd\u52a0":[17,202],"\u8ffd\u8de1":19,"\u9001\u308a\u65b9":[17,19],"\u9001\u4fe1":277,"\u9006\u5f15\u304d":272,"\u901a\u4fe1":9,"\u9032\u3081":10,"\u904e\u53bb":10,"\u9055\u3044":115,"\u9069\u7528":80,"\u9078\u629e":212,"\u90e8\u5206":264,"\u914d\u5217":199,"\u91cd\u307f":[80,275],"\u91cd\u307f\u4ed8\u304d":[80,92],"\u91cf\u6307\u5b9a\u5b50":212,"\u958b\u3051\u308b":247,"\u958b\u767a":[4,10,20],"\u95a2\u4fc2":[29,112,114,115,137,272],"\u95a2\u4fc2\u5f0f":11,"\u95a2\u6570":[14,112,114,115,137,162,199,249],"\u95a2\u9023":[15,112,114,115,117,137,157,161,275],"\u95be\u5024":266,"\u9650\u308a":117,"\u9664\u7b97":199,"\u96c6\u8a08":0,"\u9759\u7684":[14,200],"\u975e\u308f\u304b\u3061":264,"\u985e\u4f3c":[198,199,219],"\u9ad8\u5ea6":[115,137,204,225,238,240,241],"\uff08personal":31,"_*":70,"cpu\u30b3\u30a2":257,"default":[82,142,179],"delete":102,"float":248,"in":[45,173,174],"int":248,"new":[95,145],"nginx\u30ed\u30b0":157,"null":199,"package":31,"}]":[112,114,115,137],_abs:175,_acquire:[106,129],_alphabet:241,_and:[204,225],_api:11,_array:121,_at:214,_auto:157,_base:157,_blank:241,_border:[112,114,115,117,163],_bu:[204,225],_buffer:121,_cache:[50,157],_calc:[115,137],_cancel:133,_case:[204,225],_chunk:121,_chunks:121,_circle:168,_class:240,_classify:[177,185,186,187,188,189,190,191,192],_clear:107,_column:[51,121,146,173],_columns:[114,115,137,179,275],_command:52,_compress:121,_content:53,_copy:[91,141],_count:[112,129,247,251],_create:[92,142,157],_ctx:54,_cursor:[61,69],_dat:222,_data:72,_database:157,_day:[185,186],_db:55,_delete:96,_digit:241,_distance:[165,167],_dot:[204,225],_encoding:56,_equal:11,_errors:105,_escalation:[64,115,137],_escape:170,_eval:134,_exist:120,_expand:126,_expander:[115,137,179],_expansion:137,_expr:[11,57,197],_filter:[112,114,115,128,136,137,184],_filters:[122,136,142,148],_find:193,_flags:[115,137],_flush:104,_form:240,_full:[121,170],_garbage:121,_geo:58,_get:97,_hash:[103,222],_hook:59,_hour:187,_html:[170,171,181],_hyphen:[204,225],_id:121,_idf:215,_ids:105,_ii:60,_in:[121,168,169],_index:[61,113,114],_indexes:103,_info:62,_inspect:[63,121],_install:29,_kana:[204,225],_katakana:[204,225],_key:[112,114,115,117,121,222],_keys:[112,114,115,137],_length:182,_level:[109,157],_limit:[88,115,137,147,157],_list:[93,116,119,122,143,149],_load:135,_location:241,_log:157,_loose:164,_map:247,_mark:[204,225],_match:64,_max:121,_memory:247,_method:121,_middle:[204,225],_minute:188,_mode:179,_month:189,_most:214,_n:[121,160],_name:[91,95,104,106,107,108,121,129,130,132,141,145,150,170,173],_new:194,_next:121,_no:222,_not:[96,98,106,108],_number:[250,252],_obj:65,_of:[121,186],_offset:[115,137],_opened:104,_or:[96,98,106,108,163],_output:[115,137],_pack:29,_parameters:113,_pat:222,_path:[157,160,161],_physical:121,_plugins:103,_position:121,_prefix:29,_proc:66,_processes:157,_prolonged:[204,225],_put:110,_query:157,_range:114,_raw:121,_reading:240,_record:252,_records:[103,121,173],_rectangle:169,_register:124,_release:[108,129,130],_remove:[94,117,123,144],_rename:[95,145],_reopen:111,_rk:178,_romaji:[204,225],_schema:103,_search:[67,166,178],_second:190,_section:121,_segment:121,_segments:121,_select:[11,115],_selector:100,_set:98,_shard:116,_size:[121,195],_slice:196,_sort:[115,137],_sortby:[115,137],_sound:[204,225],_sounds:[204,225],_source:[121,241],_statistics:121,_string:[179,184],_substring:183,_sum:253,_symbol:241,_table:[11,68,69,91,103,105,112,114,115,116,117,121,137,173],_tagn:170,_target:[115,137],_tf:[214,215],_thread:70,_threshold:[115,137],_to:[204,225],_tokenize:146,_tokenizer:142,_total:121,_type:[53,71,105,121,122,142,167,263],_types:[115,137],_unmanaged:121,_unmap:99,_unregister:125,_untag:172,_use:121,_user:72,_v:[204,225],_value:[121,163,174],_values:[115,137,174],_version:[52,82],_voiced:[204,225],_week:[186,191],_weight:121,_year:192,access:157,adjuster:137,algorithm:226,allocate:268,api:[16,48],approximate:167,archive:31,arg:11,auto:129,autotools:6,between:163,bigram:276,blogroonga:12,body:83,bool:248,buster:25,cache:[88,112,114,115,137],calc:115,callback:11,candidate:160,cannot:268,cast:[75,164],centos:24,changes:45,check:[89,153],ci:21,clang:14,clearlock:90,clone:17,close:170,cmake:[7,8],column:[91,92,93,94,95,121,122,136,163,170,178,185,214,215],columns:[105,112,114,115,137,227],command:[82,136],comments:276,condition:173,config:[96,97,98],configure:[6,12,18,29],contain:11,cutter:[12,14],data:[121,161],database:[99,121,160,161],db:11,debian:[12,25],define:100,defrag:101,delimiter:238,dependent:[117,144],desctipion:159,docker:26,domain:271,drilldown:[115,137],drilldowns:[115,137],dump:103,each:105,edit:165,ellipsoid:167,enable:18,equal:11,exit:159,facebook:[2,12],fedora:27,files:[159,161],filter:[112,114,115,137,184],flags:[92,112,114,115,118,122,137,142,146,148,179,263],force:[117,123],freebsd:247,from:[91,141,161],fuzzy:166,geo:[167,168,169],geoindex:276,geopoint:[248,276],get:160,gnu:[6,7,25],gqtp:[9,255,261,263],greater:11,grn:[11,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,197],grndb:153,grnslap:154,grntest:12,groonga:[0,3,4,5,6,7,8,9,11,12,17,22,45,155,156,157,158,159,160,161,258,259,261],gzip:257,hashtags:276,hat:12,header:[83,96,97,98,106,108,122,136],highlight:[170,171],homebrew:[12,28],how:255,html:[17,18,172],http:[158,209,256,261,277],https:257,id:[85,133],ifexists:105,include:240,index:[121,136,146,214,215],input:105,install:29,io:104,javascript:280,json:83,kern:247,key:[96,97,98,142],keys:[115,137],keywordn:170,label:[115,137],lcov:14,learning:161,less:11,libmemcached:14,limit:[114,115,137],linux:247,load:[105,115,137],location:167,lock:[105,106,107,108],log:[109,110,111,161],logical:[112,113,114,115,116,117],longtext:248,loose:241,mac:28,macports:28,make:[6,7,12,29],match:[115,137,179,275],math:175,max:[88,112,114,115,117,147,163],memcached:260,memory:268,messagepack:83,min:[112,114,115,117,163],mmap:268,mode:[11,138,146,148,173,193],mroonga:0,name:[92,95,112,114,115,120,121,123,137,142,144,145],near:11,news:[38,39,40,41,42,43,44,45],nginx:157,nofile:247,normalize:118,normalizer:[118,119,136,142,148,170],normalizerauto:203,normalizernfkc:[204,205],normalizers:136,not:11,now:176,number:177,object:[120,121,122,123],objects:122,offset:[114,115,137],only:104,open:170,oracle:30,order:114,os:28,output:[105,114,115,137],path:[92,135,142],pattern:238,period:45,plugin:[74,124,125,136],plugins:136,po:12,point:167,post:[112,114,115,157,257],ppa:[12,31],prefix:[11,178],proc:122,protocol:263,proxy:157,pull:17,query:[115,126,137,178,179,263],queryexpandertsv:211,quit:127,rand:180,range:[113,122,128],record:250,recover:153,rectangle:167,recursive:[104,129,130],red:12,redmine:10,reference:[129,130],register:131,reindex:132,remove:241,report:241,request:[17,133],ruby:[134,135],run:255,schema:136,scope:184,score:160,scorer:[115,137,214,215,280],script:134,select:[115,137],senna:45,shard:[112,114,115,117],shorttext:248,shutdown:138,similar:11,size:263,slices:137,snippet:181,solaris:30,sort:[103,114,115,137],sortby:[115,137],source:[92,136],sources:122,sphere:167,sphinx:17,stage:[112,114,115,137],status:[139,159,263],string:[118,146,148,182,183],sub:184,succeeded:[96,98,106,108],suffix:11,suggest:140,summary:255,synopstis:159,table:[92,93,95,105,121,122,136,137,141,142,143,144,145,146,222],tables:[103,136],target:[104,106,107,108,129,130,132,150,174,175,195,240],text:[171,248],thread:147,time:[185,186,187,188,189,190,191,192,248],to:[91,141,255],todo:181,token:[122,136,142,148],tokenbigram:230,tokenbigramignoreblank:231,tokenbigramignoreblanksplitsymbol:232,tokenbigramignoreblanksplitsymbolalpha:233,tokenbigramignoreblanksplitsymbolalphadigit:234,tokenbigramsplitsymbol:235,tokenbigramsplitsymbolalpha:236,tokenbigramsplitsymbolalphadigit:237,tokendelimit:238,tokendelimitnull:239,tokenfilternfkc:225,tokenfilterstem:226,tokenfilterstopword:227,tokenize:148,tokenizer:[136,148,149],tokenizers:136,tokenmecab:240,tokenngram:241,tokenpattern:242,tokenregexp:243,tokentable:244,tokentrigram:245,tokenunigram:246,tokyogeopoint:248,travis:21,truncate:150,tsv:[83,211],twitter:[2,10,12],type:[92,112,114,115,121,122,136,137,160],types:136,ubuntu:[12,31],uint:248,unify:[204,225,241],unix:7,update:12,use:[114,170,240],users:276,value:[97,98,112,114,115,137,142,173,174,193],values:105,vector:[193,194,195,196],vm:247,wgs:248,window:[112,114,115,137,251,252,253],windows:[8,12,32],worker:157,xml:83,zip:32}})
0 Search.setIndex({docnames:["characteristic","client","community","contribution","contribution/development","contribution/development/build","contribution/development/build/unix_autotools","contribution/development/build/unix_cmake","contribution/development/build/windows_cmake","contribution/development/com","contribution/development/cooperation","contribution/development/query","contribution/development/release","contribution/development/repository","contribution/development/test","contribution/documentation","contribution/documentation/c-api","contribution/documentation/i18n","contribution/documentation/introduction","contribution/report","development","development/travis-ci","index","install","install/centos","install/debian","install/docker","install/fedora","install/mac_os_x","install/others","install/solaris","install/ubuntu","install/windows","limitations","news","news/0.x","news/1.0.x","news/1.1.x","news/1.2.x","news/1.3.x","news/2.x","news/3.x","news/4.x","news/5.x","news/6.x","news/senna","reference","reference/alias","reference/api","reference/api/global_configurations","reference/api/grn_cache","reference/api/grn_column","reference/api/grn_command_version","reference/api/grn_content_type","reference/api/grn_ctx","reference/api/grn_db","reference/api/grn_encoding","reference/api/grn_expr","reference/api/grn_geo","reference/api/grn_hook","reference/api/grn_ii","reference/api/grn_index_cursor","reference/api/grn_info","reference/api/grn_inspect","reference/api/grn_match_escalation","reference/api/grn_obj","reference/api/grn_proc","reference/api/grn_search","reference/api/grn_table","reference/api/grn_table_cursor","reference/api/grn_thread","reference/api/grn_type","reference/api/grn_user_data","reference/api/overview","reference/api/plugin","reference/cast","reference/column","reference/columns/index","reference/columns/pseudo","reference/columns/scalar","reference/columns/vector","reference/command","reference/command/command_version","reference/command/output_format","reference/command/pretty_print","reference/command/request_id","reference/command/request_timeout","reference/command/return_code","reference/commands/cache_limit","reference/commands/check","reference/commands/clearlock","reference/commands/column_copy","reference/commands/column_create","reference/commands/column_list","reference/commands/column_remove","reference/commands/column_rename","reference/commands/config_delete","reference/commands/config_get","reference/commands/config_set","reference/commands/database_unmap","reference/commands/define_selector","reference/commands/defrag","reference/commands/delete","reference/commands/dump","reference/commands/index_column_diff","reference/commands/io_flush","reference/commands/load","reference/commands/lock_acquire","reference/commands/lock_clear","reference/commands/lock_release","reference/commands/log_level","reference/commands/log_put","reference/commands/log_reopen","reference/commands/logical_count","reference/commands/logical_parameters","reference/commands/logical_range_filter","reference/commands/logical_select","reference/commands/logical_shard_list","reference/commands/logical_table_remove","reference/commands/normalize","reference/commands/normalizer_list","reference/commands/object_exist","reference/commands/object_inspect","reference/commands/object_list","reference/commands/object_remove","reference/commands/plugin_register","reference/commands/plugin_unregister","reference/commands/query_expand","reference/commands/quit","reference/commands/range_filter","reference/commands/reference_acquire","reference/commands/reference_release","reference/commands/register","reference/commands/reindex","reference/commands/request_cancel","reference/commands/ruby_eval","reference/commands/ruby_load","reference/commands/schema","reference/commands/select","reference/commands/shutdown","reference/commands/status","reference/commands/suggest","reference/commands/table_copy","reference/commands/table_create","reference/commands/table_list","reference/commands/table_remove","reference/commands/table_rename","reference/commands/table_tokenize","reference/commands/thread_limit","reference/commands/tokenize","reference/commands/tokenizer_list","reference/commands/truncate","reference/configuration","reference/executables","reference/executables/grndb","reference/executables/grnslap","reference/executables/groonga","reference/executables/groonga-benchmark","reference/executables/groonga-httpd","reference/executables/groonga-server-http","reference/executables/groonga-suggest-create-dataset","reference/executables/groonga-suggest-httpd","reference/executables/groonga-suggest-learner","reference/function","reference/functions/between","reference/functions/cast_loose","reference/functions/edit_distance","reference/functions/fuzzy_search","reference/functions/geo_distance","reference/functions/geo_in_circle","reference/functions/geo_in_rectangle","reference/functions/highlight_full","reference/functions/highlight_html","reference/functions/html_untag","reference/functions/in_records","reference/functions/in_values","reference/functions/math_abs","reference/functions/now","reference/functions/number_classify","reference/functions/prefix_rk_search","reference/functions/query","reference/functions/rand","reference/functions/snippet_html","reference/functions/string_length","reference/functions/string_substring","reference/functions/sub_filter","reference/functions/time_classify_day","reference/functions/time_classify_day_of_week","reference/functions/time_classify_hour","reference/functions/time_classify_minute","reference/functions/time_classify_month","reference/functions/time_classify_second","reference/functions/time_classify_week","reference/functions/time_classify_year","reference/functions/vector_find","reference/functions/vector_new","reference/functions/vector_size","reference/functions/vector_slice","reference/grn_expr","reference/grn_expr/query_syntax","reference/grn_expr/script_syntax","reference/indexing","reference/log","reference/normalizers","reference/normalizers/normalizer_auto","reference/normalizers/normalizer_nfkc100","reference/normalizers/normalizer_nfkc51","reference/operations","reference/operations/geolocation_search","reference/operations/prefix_rk_search","reference/output","reference/query_expanders","reference/query_expanders/tsv","reference/regular_expression","reference/scorer","reference/scorers/scorer_tf_at_most","reference/scorers/scorer_tf_idf","reference/sharding","reference/suggest","reference/suggest/completion","reference/suggest/correction","reference/suggest/introduction","reference/suggest/suggestion","reference/tables","reference/token_filter/summary","reference/token_filters","reference/token_filters/token_filter_nfkc100","reference/token_filters/token_filter_stem","reference/token_filters/token_filter_stop_word","reference/tokenizer/summary","reference/tokenizers","reference/tokenizers/token_bigram","reference/tokenizers/token_bigram_ignore_blank","reference/tokenizers/token_bigram_ignore_blank_split_symbol","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit","reference/tokenizers/token_bigram_split_symbol","reference/tokenizers/token_bigram_split_symbol_alpha","reference/tokenizers/token_bigram_split_symbol_alpha_digit","reference/tokenizers/token_delimit","reference/tokenizers/token_delimit_null","reference/tokenizers/token_mecab","reference/tokenizers/token_ngram","reference/tokenizers/token_pattern","reference/tokenizers/token_regexp","reference/tokenizers/token_table","reference/tokenizers/token_trigram","reference/tokenizers/token_unigram","reference/tuning","reference/types","reference/window_function","reference/window_functions/record_number","reference/window_functions/window_count","reference/window_functions/window_record_number","reference/window_functions/window_sum","server","server/gqtp","server/http","server/http/comparison","server/http/groonga","server/http/groonga-httpd","server/memcached","server/package","spec","spec/gqtp","spec/search","troubleshooting","troubleshooting/different_results_with_the_same_keyword","troubleshooting/how_to_analyze_error_message","troubleshooting/mmap_cannot_allocate_memory","tutorial","tutorial/data","tutorial/drilldown","tutorial/index","tutorial/introduction","tutorial/lexicon","tutorial/match_columns","tutorial/micro_blog","tutorial/network","tutorial/patricia_trie","tutorial/query_expansion","tutorial/search"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["characteristic.rst","client.rst","community.rst","contribution.rst","contribution/development.rst","contribution/development/build.rst","contribution/development/build/unix_autotools.rst","contribution/development/build/unix_cmake.rst","contribution/development/build/windows_cmake.rst","contribution/development/com.rst","contribution/development/cooperation.rst","contribution/development/query.rst","contribution/development/release.rst","contribution/development/repository.rst","contribution/development/test.rst","contribution/documentation.rst","contribution/documentation/c-api.rst","contribution/documentation/i18n.rst","contribution/documentation/introduction.rst","contribution/report.rst","development.rst","development/travis-ci.rst","index.rst","install.rst","install/centos.rst","install/debian.rst","install/docker.rst","install/fedora.rst","install/mac_os_x.rst","install/others.rst","install/solaris.rst","install/ubuntu.rst","install/windows.rst","limitations.rst","news.rst","news/0.x.rst","news/1.0.x.rst","news/1.1.x.rst","news/1.2.x.rst","news/1.3.x.rst","news/2.x.rst","news/3.x.rst","news/4.x.rst","news/5.x.rst","news/6.x.rst","news/senna.rst","reference.rst","reference/alias.rst","reference/api.rst","reference/api/global_configurations.rst","reference/api/grn_cache.rst","reference/api/grn_column.rst","reference/api/grn_command_version.rst","reference/api/grn_content_type.rst","reference/api/grn_ctx.rst","reference/api/grn_db.rst","reference/api/grn_encoding.rst","reference/api/grn_expr.rst","reference/api/grn_geo.rst","reference/api/grn_hook.rst","reference/api/grn_ii.rst","reference/api/grn_index_cursor.rst","reference/api/grn_info.rst","reference/api/grn_inspect.rst","reference/api/grn_match_escalation.rst","reference/api/grn_obj.rst","reference/api/grn_proc.rst","reference/api/grn_search.rst","reference/api/grn_table.rst","reference/api/grn_table_cursor.rst","reference/api/grn_thread.rst","reference/api/grn_type.rst","reference/api/grn_user_data.rst","reference/api/overview.rst","reference/api/plugin.rst","reference/cast.rst","reference/column.rst","reference/columns/index.rst","reference/columns/pseudo.rst","reference/columns/scalar.rst","reference/columns/vector.rst","reference/command.rst","reference/command/command_version.rst","reference/command/output_format.rst","reference/command/pretty_print.rst","reference/command/request_id.rst","reference/command/request_timeout.rst","reference/command/return_code.rst","reference/commands/cache_limit.rst","reference/commands/check.rst","reference/commands/clearlock.rst","reference/commands/column_copy.rst","reference/commands/column_create.rst","reference/commands/column_list.rst","reference/commands/column_remove.rst","reference/commands/column_rename.rst","reference/commands/config_delete.rst","reference/commands/config_get.rst","reference/commands/config_set.rst","reference/commands/database_unmap.rst","reference/commands/define_selector.rst","reference/commands/defrag.rst","reference/commands/delete.rst","reference/commands/dump.rst","reference/commands/index_column_diff.rst","reference/commands/io_flush.rst","reference/commands/load.rst","reference/commands/lock_acquire.rst","reference/commands/lock_clear.rst","reference/commands/lock_release.rst","reference/commands/log_level.rst","reference/commands/log_put.rst","reference/commands/log_reopen.rst","reference/commands/logical_count.rst","reference/commands/logical_parameters.rst","reference/commands/logical_range_filter.rst","reference/commands/logical_select.rst","reference/commands/logical_shard_list.rst","reference/commands/logical_table_remove.rst","reference/commands/normalize.rst","reference/commands/normalizer_list.rst","reference/commands/object_exist.rst","reference/commands/object_inspect.rst","reference/commands/object_list.rst","reference/commands/object_remove.rst","reference/commands/plugin_register.rst","reference/commands/plugin_unregister.rst","reference/commands/query_expand.rst","reference/commands/quit.rst","reference/commands/range_filter.rst","reference/commands/reference_acquire.rst","reference/commands/reference_release.rst","reference/commands/register.rst","reference/commands/reindex.rst","reference/commands/request_cancel.rst","reference/commands/ruby_eval.rst","reference/commands/ruby_load.rst","reference/commands/schema.rst","reference/commands/select.rst","reference/commands/shutdown.rst","reference/commands/status.rst","reference/commands/suggest.rst","reference/commands/table_copy.rst","reference/commands/table_create.rst","reference/commands/table_list.rst","reference/commands/table_remove.rst","reference/commands/table_rename.rst","reference/commands/table_tokenize.rst","reference/commands/thread_limit.rst","reference/commands/tokenize.rst","reference/commands/tokenizer_list.rst","reference/commands/truncate.rst","reference/configuration.rst","reference/executables.rst","reference/executables/grndb.rst","reference/executables/grnslap.rst","reference/executables/groonga.rst","reference/executables/groonga-benchmark.rst","reference/executables/groonga-httpd.rst","reference/executables/groonga-server-http.rst","reference/executables/groonga-suggest-create-dataset.rst","reference/executables/groonga-suggest-httpd.rst","reference/executables/groonga-suggest-learner.rst","reference/function.rst","reference/functions/between.rst","reference/functions/cast_loose.rst","reference/functions/edit_distance.rst","reference/functions/fuzzy_search.rst","reference/functions/geo_distance.rst","reference/functions/geo_in_circle.rst","reference/functions/geo_in_rectangle.rst","reference/functions/highlight_full.rst","reference/functions/highlight_html.rst","reference/functions/html_untag.rst","reference/functions/in_records.rst","reference/functions/in_values.rst","reference/functions/math_abs.rst","reference/functions/now.rst","reference/functions/number_classify.rst","reference/functions/prefix_rk_search.rst","reference/functions/query.rst","reference/functions/rand.rst","reference/functions/snippet_html.rst","reference/functions/string_length.rst","reference/functions/string_substring.rst","reference/functions/sub_filter.rst","reference/functions/time_classify_day.rst","reference/functions/time_classify_day_of_week.rst","reference/functions/time_classify_hour.rst","reference/functions/time_classify_minute.rst","reference/functions/time_classify_month.rst","reference/functions/time_classify_second.rst","reference/functions/time_classify_week.rst","reference/functions/time_classify_year.rst","reference/functions/vector_find.rst","reference/functions/vector_new.rst","reference/functions/vector_size.rst","reference/functions/vector_slice.rst","reference/grn_expr.rst","reference/grn_expr/query_syntax.rst","reference/grn_expr/script_syntax.rst","reference/indexing.rst","reference/log.rst","reference/normalizers.rst","reference/normalizers/normalizer_auto.rst","reference/normalizers/normalizer_nfkc100.rst","reference/normalizers/normalizer_nfkc51.rst","reference/operations.rst","reference/operations/geolocation_search.rst","reference/operations/prefix_rk_search.rst","reference/output.rst","reference/query_expanders.rst","reference/query_expanders/tsv.rst","reference/regular_expression.rst","reference/scorer.rst","reference/scorers/scorer_tf_at_most.rst","reference/scorers/scorer_tf_idf.rst","reference/sharding.rst","reference/suggest.rst","reference/suggest/completion.rst","reference/suggest/correction.rst","reference/suggest/introduction.rst","reference/suggest/suggestion.rst","reference/tables.rst","reference/token_filter/summary.rst","reference/token_filters.rst","reference/token_filters/token_filter_nfkc100.rst","reference/token_filters/token_filter_stem.rst","reference/token_filters/token_filter_stop_word.rst","reference/tokenizer/summary.rst","reference/tokenizers.rst","reference/tokenizers/token_bigram.rst","reference/tokenizers/token_bigram_ignore_blank.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha.rst","reference/tokenizers/token_bigram_ignore_blank_split_symbol_alpha_digit.rst","reference/tokenizers/token_bigram_split_symbol.rst","reference/tokenizers/token_bigram_split_symbol_alpha.rst","reference/tokenizers/token_bigram_split_symbol_alpha_digit.rst","reference/tokenizers/token_delimit.rst","reference/tokenizers/token_delimit_null.rst","reference/tokenizers/token_mecab.rst","reference/tokenizers/token_ngram.rst","reference/tokenizers/token_pattern.rst","reference/tokenizers/token_regexp.rst","reference/tokenizers/token_table.rst","reference/tokenizers/token_trigram.rst","reference/tokenizers/token_unigram.rst","reference/tuning.rst","reference/types.rst","reference/window_function.rst","reference/window_functions/record_number.rst","reference/window_functions/window_count.rst","reference/window_functions/window_record_number.rst","reference/window_functions/window_sum.rst","server.rst","server/gqtp.rst","server/http.rst","server/http/comparison.rst","server/http/groonga.rst","server/http/groonga-httpd.rst","server/memcached.rst","server/package.rst","spec.rst","spec/gqtp.rst","spec/search.rst","troubleshooting.rst","troubleshooting/different_results_with_the_same_keyword.rst","troubleshooting/how_to_analyze_error_message.rst","troubleshooting/mmap_cannot_allocate_memory.rst","tutorial.rst","tutorial/data.rst","tutorial/drilldown.rst","tutorial/index.rst","tutorial/introduction.rst","tutorial/lexicon.rst","tutorial/match_columns.rst","tutorial/micro_blog.rst","tutorial/network.rst","tutorial/patricia_trie.rst","tutorial/query_expansion.rst","tutorial/search.rst"],objects:{"":{GRN_COLUMN_NAME_ID:[51,0,1,"c.GRN_COLUMN_NAME_ID"],GRN_COLUMN_NAME_ID_LEN:[51,0,1,"c.GRN_COLUMN_NAME_ID_LEN"],GRN_COLUMN_NAME_KEY:[51,0,1,"c.GRN_COLUMN_NAME_KEY"],GRN_COLUMN_NAME_KEY_LEN:[51,0,1,"c.GRN_COLUMN_NAME_KEY_LEN"],GRN_COLUMN_NAME_NSUBRECS:[51,0,1,"c.GRN_COLUMN_NAME_NSUBRECS"],GRN_COLUMN_NAME_NSUBRECS_LEN:[51,0,1,"c.GRN_COLUMN_NAME_NSUBRECS_LEN"],GRN_COLUMN_NAME_SCORE:[51,0,1,"c.GRN_COLUMN_NAME_SCORE"],GRN_COLUMN_NAME_SCORE_LEN:[51,0,1,"c.GRN_COLUMN_NAME_SCORE_LEN"],GRN_COLUMN_NAME_VALUE:[51,0,1,"c.GRN_COLUMN_NAME_VALUE"],GRN_COLUMN_NAME_VALUE_LEN:[51,0,1,"c.GRN_COLUMN_NAME_VALUE_LEN"],GRN_COMMAND_VERSION_MAX:[52,0,1,"c.GRN_COMMAND_VERSION_MAX"],GRN_COMMAND_VERSION_MIN:[52,0,1,"c.GRN_COMMAND_VERSION_MIN"],GRN_COMMAND_VERSION_STABLE:[52,0,1,"c.GRN_COMMAND_VERSION_STABLE"],GRN_OBJ_APPEND:[65,0,1,"c.GRN_OBJ_APPEND"],GRN_OBJ_COMPARE:[65,0,1,"c.GRN_OBJ_COMPARE"],GRN_OBJ_DECR:[65,0,1,"c.GRN_OBJ_DECR"],GRN_OBJ_GET:[65,0,1,"c.GRN_OBJ_GET"],GRN_OBJ_INCR:[65,0,1,"c.GRN_OBJ_INCR"],GRN_OBJ_LOCK:[65,0,1,"c.GRN_OBJ_LOCK"],GRN_OBJ_PREPEND:[65,0,1,"c.GRN_OBJ_PREPEND"],GRN_OBJ_SET:[65,0,1,"c.GRN_OBJ_SET"],GRN_OBJ_SET_MASK:[65,0,1,"c.GRN_OBJ_SET_MASK"],GRN_OBJ_UNLOCK:[65,0,1,"c.GRN_OBJ_UNLOCK"],GRN_PLUGIN_ERROR:[74,0,1,"c.GRN_PLUGIN_ERROR"],GRN_PLUGIN_FIN:[74,1,1,"c.GRN_PLUGIN_FIN"],GRN_PLUGIN_FREE:[74,0,1,"c.GRN_PLUGIN_FREE"],GRN_PLUGIN_INIT:[74,1,1,"c.GRN_PLUGIN_INIT"],GRN_PLUGIN_LOG:[74,0,1,"c.GRN_PLUGIN_LOG"],GRN_PLUGIN_MALLOC:[74,0,1,"c.GRN_PLUGIN_MALLOC"],GRN_PLUGIN_REALLOC:[74,0,1,"c.GRN_PLUGIN_REALLOC"],GRN_PLUGIN_REGISTER:[74,1,1,"c.GRN_PLUGIN_REGISTER"],grn_builtin_type:[71,2,1,"c.grn_builtin_type"],grn_cache:[50,2,1,"c.grn_cache"],grn_cache_close:[50,1,1,"c.grn_cache_close"],grn_cache_current_get:[50,1,1,"c.grn_cache_current_get"],grn_cache_current_set:[50,1,1,"c.grn_cache_current_set"],grn_cache_get_max_n_entries:[50,1,1,"c.grn_cache_get_max_n_entries"],grn_cache_open:[50,1,1,"c.grn_cache_open"],grn_cache_set_max_n_entries:[50,1,1,"c.grn_cache_set_max_n_entries"],grn_column_create:[51,1,1,"c.grn_column_create"],grn_column_index:[51,1,1,"c.grn_column_index"],grn_column_index_update:[51,1,1,"c.grn_column_index_update"],grn_column_name:[51,1,1,"c.grn_column_name"],grn_column_rename:[51,1,1,"c.grn_column_rename"],grn_column_table:[51,1,1,"c.grn_column_table"],grn_column_truncate:[51,1,1,"c.grn_column_truncate"],grn_command_version:[52,2,1,"c.grn_command_version"],grn_content_type:[53,2,1,"c.grn_content_type"],grn_ctx:[54,2,1,"c.grn_ctx"],grn_ctx_at:[54,1,1,"c.grn_ctx_at"],grn_ctx_close:[54,1,1,"c.grn_ctx_close"],grn_ctx_db:[54,1,1,"c.grn_ctx_db"],grn_ctx_fin:[54,1,1,"c.grn_ctx_fin"],grn_ctx_get:[54,1,1,"c.grn_ctx_get"],grn_ctx_get_all_tables:[54,1,1,"c.grn_ctx_get_all_tables"],grn_ctx_get_command_version:[54,1,1,"c.grn_ctx_get_command_version"],grn_ctx_get_match_escalation_threshold:[64,1,1,"c.grn_ctx_get_match_escalation_threshold"],grn_ctx_get_output_type:[54,1,1,"c.grn_ctx_get_output_type"],grn_ctx_init:[54,1,1,"c.grn_ctx_init"],grn_ctx_is_opened:[54,1,1,"c.grn_ctx_is_opened"],grn_ctx_open:[54,1,1,"c.grn_ctx_open"],grn_ctx_set_command_version:[54,1,1,"c.grn_ctx_set_command_version"],grn_ctx_set_finalizer:[54,1,1,"c.grn_ctx_set_finalizer"],grn_ctx_set_match_escalation_threshold:[64,1,1,"c.grn_ctx_set_match_escalation_threshold"],grn_ctx_set_output_type:[54,1,1,"c.grn_ctx_set_output_type"],grn_ctx_use:[54,1,1,"c.grn_ctx_use"],grn_db:[55,2,1,"c.grn_db"],grn_db_create:[55,1,1,"c.grn_db_create"],grn_db_create_optarg:[55,2,1,"c.grn_db_create_optarg"],grn_db_open:[55,1,1,"c.grn_db_open"],grn_db_recover:[55,1,1,"c.grn_db_recover"],grn_db_touch:[55,1,1,"c.grn_db_touch"],grn_db_unmap:[55,1,1,"c.grn_db_unmap"],grn_encoding:[56,2,1,"c.grn_encoding"],grn_encoding_parse:[56,1,1,"c.grn_encoding_parse"],grn_encoding_to_string:[56,1,1,"c.grn_encoding_to_string"],grn_expr_add_var:[57,1,1,"c.grn_expr_add_var"],grn_expr_alloc:[57,1,1,"c.grn_expr_alloc"],grn_expr_append_const:[57,1,1,"c.grn_expr_append_const"],grn_expr_append_const_int:[57,1,1,"c.grn_expr_append_const_int"],grn_expr_append_const_str:[57,1,1,"c.grn_expr_append_const_str"],grn_expr_append_obj:[57,1,1,"c.grn_expr_append_obj"],grn_expr_append_op:[57,1,1,"c.grn_expr_append_op"],grn_expr_close:[57,1,1,"c.grn_expr_close"],grn_expr_compile:[57,1,1,"c.grn_expr_compile"],grn_expr_create:[57,1,1,"c.grn_expr_create"],grn_expr_exec:[57,1,1,"c.grn_expr_exec"],grn_expr_get_keywords:[57,1,1,"c.grn_expr_get_keywords"],grn_expr_get_var_by_offset:[57,1,1,"c.grn_expr_get_var_by_offset"],grn_expr_syntax_escape:[57,1,1,"c.grn_expr_syntax_escape"],grn_expr_syntax_escape_query:[57,1,1,"c.grn_expr_syntax_escape_query"],grn_fin:[73,1,1,"c.grn_fin"],grn_geo_cursor_next:[58,1,1,"c.grn_geo_cursor_next"],grn_geo_cursor_open_in_rectangle:[58,1,1,"c.grn_geo_cursor_open_in_rectangle"],grn_geo_estimate_in_rectangle:[58,1,1,"c.grn_geo_estimate_in_rectangle"],grn_geo_point:[58,2,1,"c.grn_geo_point"],grn_geo_select_in_rectangle:[58,1,1,"c.grn_geo_select_in_rectangle"],grn_get_default_command_version:[52,1,1,"c.grn_get_default_command_version"],grn_get_default_encoding:[56,1,1,"c.grn_get_default_encoding"],grn_get_default_match_escalation_threshold:[64,1,1,"c.grn_get_default_match_escalation_threshold"],grn_get_lock_timeout:[49,1,1,"c.grn_get_lock_timeout"],grn_hook_entry:[59,2,1,"c.grn_hook_entry"],grn_ii:[60,2,1,"c.grn_ii"],grn_ii_buffer:[60,2,1,"c.grn_ii_buffer"],grn_ii_buffer_append:[60,1,1,"c.grn_ii_buffer_append"],grn_ii_buffer_close:[60,1,1,"c.grn_ii_buffer_close"],grn_ii_buffer_commit:[60,1,1,"c.grn_ii_buffer_commit"],grn_ii_buffer_open:[60,1,1,"c.grn_ii_buffer_open"],grn_index_cursor_next:[61,1,1,"c.grn_index_cursor_next"],grn_index_cursor_open:[61,1,1,"c.grn_index_cursor_open"],grn_info_type:[62,2,1,"c.grn_info_type"],grn_init:[73,1,1,"c.grn_init"],grn_inspect:[63,1,1,"c.grn_inspect"],grn_inspect_encoding:[63,1,1,"c.grn_inspect_encoding"],grn_inspect_indented:[63,1,1,"c.grn_inspect_indented"],grn_inspect_limited:[63,1,1,"c.grn_inspect_limited"],grn_inspect_name:[63,1,1,"c.grn_inspect_name"],grn_inspect_query_log_flags:[63,1,1,"c.grn_inspect_query_log_flags"],grn_inspect_type:[63,1,1,"c.grn_inspect_type"],grn_obj:[65,2,1,"c.grn_obj"],grn_obj_add_hook:[59,1,1,"c.grn_obj_add_hook"],grn_obj_cast_by_id:[65,1,1,"c.grn_obj_cast_by_id"],grn_obj_check:[65,1,1,"c.grn_obj_check"],grn_obj_clear_lock:[65,1,1,"c.grn_obj_clear_lock"],grn_obj_close:[65,1,1,"c.grn_obj_close"],grn_obj_column:[65,1,1,"c.grn_obj_column"],grn_obj_db:[55,1,1,"c.grn_obj_db"],grn_obj_defrag:[65,1,1,"c.grn_obj_defrag"],grn_obj_delete_by_id:[65,1,1,"c.grn_obj_delete_by_id"],grn_obj_delete_hook:[59,1,1,"c.grn_obj_delete_hook"],grn_obj_expire:[65,1,1,"c.grn_obj_expire"],grn_obj_get_element_info:[62,1,1,"c.grn_obj_get_element_info"],grn_obj_get_hook:[59,1,1,"c.grn_obj_get_hook"],grn_obj_get_info:[62,1,1,"c.grn_obj_get_info"],grn_obj_get_nhooks:[59,1,1,"c.grn_obj_get_nhooks"],grn_obj_get_range:[65,1,1,"c.grn_obj_get_range"],grn_obj_get_value:[65,1,1,"c.grn_obj_get_value"],grn_obj_get_values:[65,1,1,"c.grn_obj_get_values"],grn_obj_id:[65,1,1,"c.grn_obj_id"],grn_obj_is_builtin:[65,1,1,"c.grn_obj_is_builtin"],grn_obj_is_index_column:[65,1,1,"c.grn_obj_is_index_column"],grn_obj_is_locked:[65,1,1,"c.grn_obj_is_locked"],grn_obj_is_vector_column:[65,1,1,"c.grn_obj_is_vector_column"],grn_obj_lock:[65,1,1,"c.grn_obj_lock"],grn_obj_name:[65,1,1,"c.grn_obj_name"],grn_obj_path:[65,1,1,"c.grn_obj_path"],grn_obj_path_by_id:[65,1,1,"c.grn_obj_path_by_id"],grn_obj_reinit:[65,1,1,"c.grn_obj_reinit"],grn_obj_remove:[65,1,1,"c.grn_obj_remove"],grn_obj_rename:[65,1,1,"c.grn_obj_rename"],grn_obj_search:[67,1,1,"c.grn_obj_search"],grn_obj_set_element_info:[62,1,1,"c.grn_obj_set_element_info"],grn_obj_set_finalizer:[66,1,1,"c.grn_obj_set_finalizer"],grn_obj_set_info:[62,1,1,"c.grn_obj_set_info"],grn_obj_set_value:[65,1,1,"c.grn_obj_set_value"],grn_obj_unlink:[65,1,1,"c.grn_obj_unlink"],grn_obj_unlock:[65,1,1,"c.grn_obj_unlock"],grn_obj_user_data:[72,1,1,"c.grn_obj_user_data"],grn_p:[63,1,1,"c.grn_p"],grn_p_geo_point:[63,1,1,"c.grn_p_geo_point"],grn_p_ii_values:[63,1,1,"c.grn_p_ii_values"],grn_plugin_charlen:[74,1,1,"c.grn_plugin_charlen"],grn_plugin_command_create:[74,1,1,"c.grn_plugin_command_create"],grn_plugin_expr_var_init:[74,1,1,"c.grn_plugin_expr_var_init"],grn_plugin_isspace:[74,1,1,"c.grn_plugin_isspace"],grn_plugin_mutex:[74,2,1,"c.grn_plugin_mutex"],grn_plugin_mutex_close:[74,1,1,"c.grn_plugin_mutex_close"],grn_plugin_mutex_lock:[74,1,1,"c.grn_plugin_mutex_lock"],grn_plugin_mutex_open:[74,1,1,"c.grn_plugin_mutex_open"],grn_plugin_mutex_unlock:[74,1,1,"c.grn_plugin_mutex_unlock"],grn_plugin_proc_alloc:[74,1,1,"c.grn_plugin_proc_alloc"],grn_plugin_proc_get_var:[74,1,1,"c.grn_plugin_proc_get_var"],grn_plugin_proc_get_var_by_offset:[74,1,1,"c.grn_plugin_proc_get_var_by_offset"],grn_plugin_win32_base_dir:[74,1,1,"c.grn_plugin_win32_base_dir"],grn_plugin_windows_base_dir:[74,1,1,"c.grn_plugin_windows_base_dir"],grn_proc_create:[66,1,1,"c.grn_proc_create"],grn_proc_func:[66,2,1,"c.grn_proc_func"],grn_proc_get_info:[66,1,1,"c.grn_proc_get_info"],grn_proc_type:[66,2,1,"c.grn_proc_type"],grn_search_optarg:[67,2,1,"c.grn_search_optarg"],grn_set_default_command_version:[52,1,1,"c.grn_set_default_command_version"],grn_set_default_encoding:[56,1,1,"c.grn_set_default_encoding"],grn_set_default_match_escalation_threshold:[64,1,1,"c.grn_set_default_match_escalation_threshold"],grn_set_lock_timeout:[49,1,1,"c.grn_set_lock_timeout"],grn_table_add:[68,1,1,"c.grn_table_add"],grn_table_at:[68,1,1,"c.grn_table_at"],grn_table_columns:[68,1,1,"c.grn_table_columns"],grn_table_create:[68,1,1,"c.grn_table_create"],grn_table_cursor:[69,2,1,"c.grn_table_cursor"],grn_table_cursor_close:[69,1,1,"c.grn_table_cursor_close"],grn_table_cursor_delete:[69,1,1,"c.grn_table_cursor_delete"],grn_table_cursor_get_key:[69,1,1,"c.grn_table_cursor_get_key"],grn_table_cursor_get_value:[69,1,1,"c.grn_table_cursor_get_value"],grn_table_cursor_next:[69,1,1,"c.grn_table_cursor_next"],grn_table_cursor_open:[69,1,1,"c.grn_table_cursor_open"],grn_table_cursor_set_value:[69,1,1,"c.grn_table_cursor_set_value"],grn_table_cursor_table:[69,1,1,"c.grn_table_cursor_table"],grn_table_delete:[68,1,1,"c.grn_table_delete"],grn_table_delete_by_id:[68,1,1,"c.grn_table_delete_by_id"],grn_table_difference:[68,1,1,"c.grn_table_difference"],grn_table_get:[68,1,1,"c.grn_table_get"],grn_table_get_key:[68,1,1,"c.grn_table_get_key"],grn_table_group:[68,1,1,"c.grn_table_group"],grn_table_group_flags:[68,2,1,"c.grn_table_group_flags"],grn_table_group_result:[68,2,1,"c.grn_table_group_result"],grn_table_lcp_search:[68,1,1,"c.grn_table_lcp_search"],grn_table_rename:[68,1,1,"c.grn_table_rename"],grn_table_setoperation:[68,1,1,"c.grn_table_setoperation"],grn_table_size:[68,1,1,"c.grn_table_size"],grn_table_sort:[68,1,1,"c.grn_table_sort"],grn_table_sort_flags:[68,2,1,"c.grn_table_sort_flags"],grn_table_sort_key:[68,2,1,"c.grn_table_sort_key"],grn_table_truncate:[68,1,1,"c.grn_table_truncate"],grn_table_update:[68,1,1,"c.grn_table_update"],grn_table_update_by_id:[68,1,1,"c.grn_table_update_by_id"],grn_thread_get_limit:[70,1,1,"c.grn_thread_get_limit"],grn_thread_get_limit_func:[70,2,1,"c.grn_thread_get_limit_func"],grn_thread_set_get_limit_func:[70,1,1,"c.grn_thread_set_get_limit_func"],grn_thread_set_limit:[70,1,1,"c.grn_thread_set_limit"],grn_thread_set_limit_func:[70,2,1,"c.grn_thread_set_limit_func"],grn_thread_set_set_limit_func:[70,1,1,"c.grn_thread_set_set_limit_func"],grn_type_create:[71,1,1,"c.grn_type_create"],grn_user_data:[72,2,1,"c.grn_user_data"]},"groonga-benchmark":{"--dir":[157,4,1,"cmdoption-groonga-benchmark-dir"],"--ftp":[157,4,1,"cmdoption-groonga-benchmark-ftp"],"--groonga":[157,4,1,"cmdoption-groonga-benchmark-groonga"],"--host":[157,4,1,"cmdoption-groonga-benchmark-i"],"--log-output-dir":[157,4,1,"cmdoption-groonga-benchmark-log-output-dir"],"--port":[157,4,1,"cmdoption-groonga-benchmark-p"],"--protocol":[157,4,1,"cmdoption-groonga-benchmark-protocol"],"-i":[157,4,1,"cmdoption-groonga-benchmark-i"],"-p":[157,4,1,"cmdoption-groonga-benchmark-p"],db:[157,4,1,"cmdoption-groonga-benchmark-arg-db"],script:[157,4,1,"cmdoption-groonga-benchmark-arg-script"]},"groonga-suggest-httpd":{"--daemon":[161,4,1,"cmdoption-groonga-suggest-httpd-d"],"--disable-max-fd-check":[161,4,1,"cmdoption-groonga-suggest-httpd-disable-max-fd-check"],"--log-base-path":[161,4,1,"cmdoption-groonga-suggest-httpd-l"],"--n-lines-per-log-file":[161,4,1,"cmdoption-groonga-suggest-httpd-n-lines-per-log-file"],"--n-threads":[161,4,1,"cmdoption-groonga-suggest-httpd-t"],"--port":[161,4,1,"cmdoption-groonga-suggest-httpd-p"],"--receive-endpoint":[161,4,1,"cmdoption-groonga-suggest-httpd-r"],"--send-endpoint":[161,4,1,"cmdoption-groonga-suggest-httpd-s"],"-d":[161,4,1,"cmdoption-groonga-suggest-httpd-d"],"-l":[161,4,1,"cmdoption-groonga-suggest-httpd-l"],"-p":[161,4,1,"cmdoption-groonga-suggest-httpd-p"],"-r":[161,4,1,"cmdoption-groonga-suggest-httpd-r"],"-s":[161,4,1,"cmdoption-groonga-suggest-httpd-s"],"-t":[161,4,1,"cmdoption-groonga-suggest-httpd-t"]},"groonga-suggest-learner":{"--daemon":[162,4,1,"cmdoption-groonga-suggest-learner-d"],"--log-base-path":[162,4,1,"cmdoption-groonga-suggest-learner-l"],"--log-level":[162,4,1,"cmdoption-groonga-suggest-learner-log-level"],"--log-path":[162,4,1,"cmdoption-groonga-suggest-learner-log-path"],"--receive-endpoint":[162,4,1,"cmdoption-groonga-suggest-learner-r"],"--send-endpoint":[162,4,1,"cmdoption-groonga-suggest-learner-s"],"-d":[162,4,1,"cmdoption-groonga-suggest-learner-d"],"-l":[162,4,1,"cmdoption-groonga-suggest-learner-l"],"-r":[162,4,1,"cmdoption-groonga-suggest-learner-r"],"-s":[162,4,1,"cmdoption-groonga-suggest-learner-s"]},grn_db_create_optarg:{builtin_type_names:[55,3,1,"c.grn_db_create_optarg.builtin_type_names"],n_builtin_type_names:[55,3,1,"c.grn_db_create_optarg.n_builtin_type_names"]},grnslap:{"-P":[155,4,1,"cmdoption-grnslap-P"],"-m":[155,4,1,"cmdoption-grnslap-m"],dest:[155,4,1,"cmdoption-grnslap-arg-dest"]},groonga:{"--address":[156,4,1,"cmdoption-groonga-a"],"--bind-address":[156,4,1,"cmdoption-groonga-bind-address"],"--cache-base-path":[156,4,1,"cmdoption-groonga-cache-base-path"],"--cache-limit":[156,4,1,"cmdoption-groonga-cache-limit"],"--config-path":[156,4,1,"cmdoption-groonga-config-path"],"--default-match-escalation-threshold":[156,4,1,"cmdoption-groonga-default-match-escalation-threshold"],"--default-request-timeout":[156,4,1,"cmdoption-groonga-default-request-timeout"],"--document-root":[156,4,1,"cmdoption-groonga-document-root"],"--encoding":[156,4,1,"cmdoption-groonga-e"],"--help":[156,4,1,"cmdoption-groonga-h"],"--log-flags":[156,4,1,"cmdoption-groonga-log-flags"],"--log-level":[156,4,1,"cmdoption-groonga-l"],"--log-path":[156,4,1,"cmdoption-groonga-log-path"],"--log-rotate-threshold-size":[156,4,1,"cmdoption-groonga-log-rotate-threshold-size"],"--max-threads":[156,4,1,"cmdoption-groonga-t"],"--pid-path":[156,4,1,"cmdoption-groonga-pid-path"],"--port":[156,4,1,"cmdoption-groonga-p"],"--protocol":[156,4,1,"cmdoption-groonga-protocol"],"--query-log-path":[156,4,1,"cmdoption-groonga-query-log-path"],"--query-log-rotate-threshold-size":[156,4,1,"cmdoption-groonga-query-log-rotate-threshold-size"],"--server-id":[156,4,1,"cmdoption-groonga-i"],"-a":[156,4,1,"cmdoption-groonga-a"],"-c":[156,4,1,"cmdoption-groonga-c"],"-d":[156,4,1,"cmdoption-groonga-d"],"-e":[156,4,1,"cmdoption-groonga-e"],"-h":[156,4,1,"cmdoption-groonga-h"],"-i":[156,4,1,"cmdoption-groonga-i"],"-l":[156,4,1,"cmdoption-groonga-l"],"-n":[156,4,1,"cmdoption-groonga-n"],"-p":[156,4,1,"cmdoption-groonga-p"],"-s":[156,4,1,"cmdoption-groonga-s"],"-t":[156,4,1,"cmdoption-groonga-t"],command:[156,4,1,"cmdoption-groonga-arg-command"],dest:[156,4,1,"cmdoption-groonga-arg-dest"]}},objnames:{"0":["c","macro","C \u306e\u30de\u30af\u30ed"],"1":["c","function","C \u306e\u95a2\u6570"],"2":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"3":["c","member","C \u306e\u30e1\u30f3\u30d0\u5909\u6570"],"4":["std","cmdoption","\u30d7\u30ed\u30b0\u30e9\u30e0\u30aa\u30d7\u30b7\u30e7\u30f3"]},objtypes:{"0":"c:macro","1":"c:function","2":"c:type","3":"c:member","4":"std:cmdoption"},terms:{"!!":[106,158,231,232,233,234,235,236,237,238,273,277],"!(":34,"!(n":200,"!)":158,"!=":180,"![":239,"!\"":[34,40,63,83,113,115,116,138,149,158,174,194,199,200,201,214,231,232,233,234,235,236,237,238,258,271,273,274,276,277,278],"!\\":[199,200],"!condition":200,"!xxx":42,"#'":156,"#<":63,"#=":63,"#[":[43,242],"#arguments":43,"#command":43,"#delete":43,"#each":43,"#github":34,"#groonga":[212,277],"#group":43,"#i":34,"#index":43,"#inspect":43,"#key":43,"#mroonga":34,"#multi":34,"#name":43,"#proxy":158,"#remove":43,"#scalar":43,"#select":34,"#set":157,"#value":43,"#vector":43,"#with":43,"#worker":158,"#{":[34,202],"#{l":202,"$(":[24,25,27,28,31],"$\"":180,"$groonga":12,"$home":12,"$prefix":38,"$request":34,"${":[17,44,113,115,116,124,138,161,180,200,213,217,248],"%'":42,"%.*":63,"%\"":213,"%\\":32,"%post":40,"& (":[34,200],"& _":281,"& b":[34,200],"& x":42,"& y":41,"&!":200,"&&":[34,43,138,185,200,267,279],"&..":278,"&arg":213,"&filter":134,"&frequency":161,"&gt":[171,172,182],"&lt":[171,172,182],"&n":161,"&q":161,"&query":278,"&request":[44,134],"&s":161,"&t":161,"' -":28,"' \"":239,"'$":158,"'(":156,"')":[42,155,156],"',":[42,65,160],"'-":[41,156],"'.":[17,65],"'..":41,"';":156,"'='":156,"'>":173,"'\"":[34,40,41],"'\"$":158,"'\u3002":156,"'column":40,"'config":156,"'fixed":43,"'grn":56,"'hay":11,"'haystack":11,"'indexblog":276,"'ja":17,"'localhost":[155,156],"'m":[201,227,276,277],"'n":156,"'needle":11,"'now":277,"'or":40,"'pid":156,"'query":40,"'s":[17,34,83,92,106,113,115,116,138,185,199,200,201,256],"'t":[49,53,54,55,57,65,124,158],"'tokenmecab":34,"'ve":277,"'vector":43,"( c":34,"( e":34,"(!":11,"(&":[43,54,57,63],"('":[78,156,274],"((":[63,80,138],"((x":249,"()":[3,34,35,36,37,38,39,40,41,42,43,44,49,50,53,54,55,57,61,63,65,69,70,73,74,113,115,116,148,166,168,169,170,177,179,181,214,251,252,253,254,281],"(+":34,"(-":[63,200],"(.":12,"(..":[34,41,44],"(<":11,"(=":[11,87,200],"(>":[11,34],"(?":[43,239],"([":[181,239],"(\"":[34,40,41,56,63,113,116,134,138,156,168,171,172,180,182,200,205,226,227,228,239,241,242,243,245,268,274],"(\u300c":12,"(\u30ed\u30b0":112,"(_":[34,43,44,116,141,174,179,200,219,220,222],"(a":21,"(age":164,"(anonymous":105,"(anonymouse":63,"(argument":200,"(arugment":200,"(body":[34,171,172,242],"(byte":[51,68],"(categories":34,"(cmp":42,"(column":[34,42,164,171,179,182,214,215,216],"(com":268,"(comments":185,"(condition":174,"(conditions":174,"(content":[34,113,115,116,138,173,182,214],"(created":[115,187],"(ctx":[11,34,50,51,54,57,63,268],"(cutter":14,"(cve":[34,42],"(database":269,"(debian":262,"(default":43,"(drilldown":78,"(fedora":262,"(get":155,"(grn":[34,43,54,57],"(groonga":70,"(html":173,"(ii":34,"(index":[215,216],"(init":54,"(int":[70,165],"(keyword":57,"(location":[168,273,277,281],"(match":180,"(message":[215,216],"(mingw\u7248":34,"(mroonga":212,"(msghdr":43,"(n":[34,113,115,116,138],"(name":74,"(news":12,"(nginx":262,"(nil":63,"(null":42,"(offsetted":34,"(packages":12,"(point":[34,168,169,170],"(popular":138,"(pos":[169,170],"(price":34,"(ptr":36,"(q":70,"(quantity":34,"(r":[157,213],"(readings":179,"(reference":34,"(scan":14,"(scope":185,"(score":43,"(select":200,"(string":[44,166],"(tab":212,"(table":42,"(tag":175,"(tags":[194,196],"(target":[34,175,176,196],"(text":172,"(time":[186,187],"(timestamp":186,"(timeval":34,"(title":[41,166,214],"(twitter":44,"(type":165,"(u":[205,226],"(uint":70,"(unknown":63,"(usec":34,"(user":34,"(vc":34,"(vector":[113,194],"(void":[34,70],"(wgs":281,"(windows":157,"(x":42,"(xxx":[34,41],"(~":34,")'":[34,113,115,116,138,141,165,171,172,176,182,185,186,187,194,196,199,200,205,219,220,222,226,239,241,242,273,277,281],"))":[43,63,138,200,212],")*":34,"),":[34,41,63,174],")-":12,").":[12,182,262,268],")..":12,")/":43,"):":[12,34,105,124,239,262,274],");":[11,34,43,50,51,54,57,63,70,268],")=":269,")[":34,")\"":[34,41,115,138,173,182,213,214,215,216,242],")\\":213,")\\\\":239,")\u3001":42,")\u300d":156,")\u3059\u3079\u3066":164,")]":[41,105],")disk":213,")grn":[43,63],")groonga":212,")hello":43,")mroonga":212,")offset":[68,69],")senna":212,")ucrt\u30e9\u30f3\u30bf\u30a4\u30e0":34,"*'":[115,116,138],"*)":63,"**":[12,63,111,122],"***":111,"*,":28,"*.":44,"*/":[54,57,70,73],"*\"":[34,37,42,43,115,116,138,239,276],"*bsd":[7,8,36,38],"*n":[180,199],"*np":[34,199],"*onp":34,"*s":[42,180],"+ \"":[40,43],"+ y":249,"+(":239,"++":[0,6,7,12,24,27,29,32,34,38,39,42,43,54,57,70,156,256],"+-":[57,158],"+\"":[34,138],"+a":199,"+c":156,"+ff":[43,204,205,226],"+ff0":43,"+ff2":34,"+ffef":244,"+fff":244,"+fffe":149,"+or":213,", [":[118,147],", \"":[34,80,106,171,174,186,239,276],", {":[158,258],",!=":34,",'":[249,271],",(":63,",.":12,",..":144,",<":34,",<=":34,",==":34,",>=":34,",[":[34,267],",[\"":267,",\"":[42,43,89,103,210,239,273,276,277],",\")":239,",\"domain":272,",\"http":271,",\"link":271,",\"links":271,",\"location":[273,281],",\"tags":273,",\"title":274,",\\\"":106,",\n#":[47,80,99,104,113,115,116,118,122,123,124,137,138,145,149,180,199,200,205,214,226,229,231,232,233,234,235,237,238,239,241,242,244,246,247,271,273,274,277,278,281],",\n[":[43,103,106,168,182],",\n]":[115,138,185,267,271,279,281],",\n{":[34,80,103,104,106,113,115,116,118,138,141,158,174,175,179,180,185,186,187,199,200,203,209,213,214,215,216,219,220,222,227,228,243,245,272,276,279],",_":[34,80,115,116,138,141,180,200,272,273,274,277,281],",{":[84,156,157,210],"- \"":42,"-(":[12,200],"-+":158,"--":[8,12,32,34,36,37,38,40,41,42,44,49,50,51,52,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,74,80,92,104,105,106,113,115,116,118,123,133,137,138,145,147,149,156,157,158,161,165,171,172,173,174,175,176,179,180,182,186,187,194,200,205,212,213,214,215,216,222,224,226,227,228,242,267,272,273,276,277,280,281],"->":[34,36,43,63,118,145,268],"-\"":[205,226,242],"-\u02d7":[205,226],"-_":[138,214,215,216],"-a":[40,156,199],"-add":55,"-address":[38,40,43,156],"-adjuster":[80,138],"-admin":40,"-aki":42,"-all":34,"-analyzer":[38,40],"-apache":[106,159],"-api":16,"-apt":[25,31,34],"-archive":34,"-arrow":[106,159],"-auto":34,"-autoreconf":12,"-backlog":34,"-base":[34,156,161,162],"-benchmark":[22,40,41,42,46,153],"-binary":[158,258],"-bind":[40,43,156],"-blog":277,"-bugs":[43,44],"-build":14,"-buster":25,"-by":104,"-bye":[113,115,116,138,147,199,200,228],"-c":[24,27,34,44,156,264],"-cache":[35,41,43,156,158],"-canceler":86,"-check":[36,38,161],"-ci":[41,42],"-ci\u4e0a":41,"-clear":34,"-client":[34,256],"-code":[12,34,42],"-column":[34,44],"-columns":[34,44,113,115,116,138],"-command":[21,34,36,161,173,258],"-commnad":82,"-common":[31,40],"-compose":[22,23],"-condition":34,"-conditional":38,"-config":[25,29,35,36,38,40,43,156],"-core":12,"-create":[22,37,41,43,44,46,55,141,153,161,219,220],"-cutter":12,"-d":[156,158,161,162,261,264,278],"-daemon":[161,162],"-databases":[93,95,123,124,146,264,274,278],"-dataset":[22,37,41,43,44,46,141,153,161,219,220],"-db":39,"-dcmake":[7,8],"-dd":[200,202],"-deafult":38,"-debug":[6,36],"-default":[23,34,39,40,41,44,156,200,245,258],"-dep":12,"-dependent":[44,118,145],"-dev":[2,12,14,25,31,34,38,40,41,42,43,44],"-devel":[24,27],"-dgrn":[7,8],"-diff":34,"-dir":157,"-directory":40,"-disable":[36,38,42,161],"-doc":39,"-document":[3,12,17,156,159],"-docutils":12,"-drilldown":[34,42,43,44,138,272],"-drilldowns":[44,116,138],"-dump":[34,43],"-e":156,"-each":[34,38],"-eanble":6,"-efficient":80,"-enable":[3,6,18,36],"-encoding":[23,38,156,200,258],"-encodiong":200,"-endpoint":[161,162],"-escalation":[23,36,40,138,152,156,267],"-essential":[25,31],"-event":43,"-existence":41,"-fd":[38,161],"-file":[35,38,43,83,161],"-files":[18,34],"-filter":[25,31,34,38,40,42,43,44,80,92,138,163,172,180,182,185,200,213,277,279],"-flags":[34,156],"-force":[34,118,124],"-form":[34,159],"-frequency":38,"-fstack":34,"-ftp":157,"-full":12,"-g":[8,32],"-get":[12,18,25,31,40],"-gobject":43,"-gqtp":[22,24,25,27,31,40,42,43,255],"-gram":[0,34,44,149,200,265,267,274],"-groonga":[12,13,157,277],"-gtqp":25,"-h":[156,158,258],"-help":[23,41,156],"-hiragana":[205,226],"-history":38,"-hits":34,"-host":157,"-html":[36,40],"-http":[22,40,41,42,44,158,255],"-httpd":[22,24,25,27,31,34,38,40,42,43,44,46,50,112,134,148,153,159,160,202,221,255,257,258],"-i":[34,43,156,157],"-id":[40,134,156],"-idf":[34,214,215,216],"-in":65,"-index":[34,43],"-infinity":34,"-inspect":34,"-inverse":[214,216],"-ipadic":[27,28,241],"-j":[6,7,29],"-jemalloc":42,"-jinja":12,"-jp":[41,244,268],"-jumandic":27,"-key":[12,39],"-keyring":[34,40],"-keys":12,"-known":182,"-l":[156,161,162],"-latest":[24,25,32,34],"-launchpad":12,"-leak":36,"-leaner":162,"-learner":[22,36,42,44,46,153,160,221],"-length":159,"-level":[34,42,43,156,162],"-libedit":36,"-libevent":39,"-libstemmer":42,"-limit":[34,35,41,43,138,156],"-line":21,"-lines":[38,161],"-listen":34,"-load":[34,116,138],"-localstatedir":23,"-lock":34,"-log":[23,34,38,40,42,43,112,156,157,158,161,162,202],"-lz4":23,"-m":155,"-match":[23,34,36,40,42,43,92,138,152,156,180,199,214,267,274,276],"-max":[38,156,161],"-mecab":[24,25,27,28,31,40,41,42],"-memcached":44,"-memory":36,"-message":23,"-minus":[205,226],"-mm":[200,202],"-mode":17,"-mruby":[6,12,42],"-msgpack":258,"-munin":[23,24,25,27,31,39],"-mysql":[24,25,27,31,34,44,119,203],"-n":[34,38,115,156,161,274],"-neologd":241,"-nightly":12,"-normalizer":[24,25,27,31,34,40,43,44,119,179,203,204],"-nunit":154,"-offset":[34,43,138],"-onigmo":34,"-only":34,"-org":12,"-oriented":182,"-output":[34,40,41,43,44,115,138,157,171,172,173,182],"-p":[155,156,157,161,264,278],"-pack":23,"-package":[23,44],"-packages":12,"-paginate":12,"-patch":17,"-path":[12,23,34,35,36,38,40,42,43,112,141,156,161,162,202],"-per":[38,161],"-pgp":12,"-pid":[34,35,38,43,156],"-pinus":34,"-pip":18,"-platform":23,"-platorm":44,"-plugin":13,"-plugins":[23,24,25,27,31,39],"-point":249,"-port":[156,157,161],"-ppa":12,"-prefix":[6,23,158],"-properties":31,"-protector":34,"-protocol":[156,157,159,261,278],"-query":[34,38,40,41,42,43,44,92,112,156,158,171,172,180,182,199,212,243,245,262,274,277,279],"-r":[161,162],"-raw":106,"-receive":[161,162],"-recursive":[34,105],"-related":34,"-release":[24,27,34,40,44],"-repository":[31,40],"-request":[44,86,156],"-restart":44,"-root":[36,156,159],"-rotate":[43,156],"-ruby":[6,12,40],"-s":[156,161,162,264],"-scorer":163,"-search":[34,42,239,240],"-searchu":240,"-secret":12,"-send":[161,162],"-separated":43,"-server":[22,24,25,27,31,38,39,40,41,42,43,156,255],"-show":35,"-since":34,"-sister":92,"-size":[43,156],"-slices":[34,44,138],"-sort":[34,44,176],"-sortby":[41,44],"-source":[12,25,34],"-sphinx":18,"-static":38,"-stem":[25,31,34,42],"-streaming":[106,159],"-strings":39,"-suggest":[22,36,37,38,40,41,42,43,44,46,141,153,219,220,221],"-t":[156,161],"-table":34,"-talk":[2,12,34,41,43],"-tar":30,"-target":[43,44,131],"-terminated":[66,74],"-test":[12,14],"-text":[34,239,240],"-threads":[156,161],"-threshold":[23,36,40,43,138,152,156,267],"-time":182,"-timeout":[44,86,156],"-token":[25,31,34,42,44],"-tokenizer":[24,25,27,31,40,41],"-truncate":34,"-type":[34,38,92,106,158,159,219,220,222,258],"-unauthenticated":40,"-uploader":12,"-urlencoded":[34,159],"-use":43,"-values":[43,44],"-vcruntime":[32,34],"-version":[12,34,36,217,258],"-w":12,"-windows":43,"-with":[6,12,23,28,39,40,42,44,138,152,200],"-without":34,"-wno":38,"-word":138,"-working":40,"-www":[34,159],"-x":[12,32,34,41],"-xx":12,"-yyy":17,"-zlib":23,". \"":243,".$":[116,138],".'":[40,41],".(":12,".)":[34,41,44,65,105,200,202,214,248],".*":28,".*s":63,".,":[115,123,137,138,161,175],".-":17,"..":[6,7,12,17,34,40,41,44,63,70,74,80,85,89,92,93,106,115,117,122,123,130,131,134,137,138,141,143,156,158,161,175,180,199,200,213,214,215,216,243,258,274],"...":[34,38,40,41,42,43,44,49,50,51,52,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,75,84,89,106,115,134,138,141,144,156,157,158,159,171,174,185,199,200,201,210,213,217,239,277],"./":[17,26,29],".:":162,".>":217,".\"":[44,138,171,172,180,182,200,201,214,239,244,271,273,274,276,278,280],".\\\\":239,".]":[44,80,89,106,116,134,138,141,144,200],"._":[41,42,65,92,113,115,116,138,145,174,199,200,271,272],".age":[47,92,105,130,131,137],".am":18,".am\u30d5\u30a1\u30a4\u30eb":12,".asc":12,".askmonty":42,".blog":267,".body":[90,101,276,280],".builtin":55,".c":[34,45,96,99,124,138,145,268],".clean":[12,113,116,118],".co":[45,138],".column":[41,42,47,91,96,97,98,105,122],".com":[6,7,8,12,13,17,21,34,268,271,272,274,276,278,281],".comment":[276,277],".compress":122,".conf":[43,44,158,248,262,269],".content":[113,115,116,123,137,138,145,185,199,200,201,248,276],".context":145,".created":[113,115,116],".current":43,".d":[34,248,269],".data":[104,138],".db":[26,41,156,264,274,278],".ddl":157,".deb":[12,25],".description":277,".dll":[34,74],".domain":43,".dump":38,".en":12,".entries":[248,276],".entry":133,".exe":[32,34],".execute":[115,116],".facebook":12,".flags":68,".garbage":41,".git":[6,7,8,12,13,17],".github":17,".githubusercontent":21,".gpg":12,".grn":[103,158],".groonga":[12,17,24,25,27,28,29,30,31,32,157],".group":[34,185],".gz":[12,17,24,25,27,28,29,30,31],".h":[16,43,74],".hash":277,".high":91,".html":[12,17,34,156,158],".htpasswd":[158,258],".index":[43,105,133,137,138],".introduction":130,".jp":[12,43,45,138],".js":12,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":21,".json":[34,158,159,210],".kentaro":41,".key":[68,145],".label":[138,179],".lemon":[47,138],".lists":34,".load":157,".location":277,".log":[29,34,43,82,118,154,156,157,158,161,262],".logs":[118,133],".max":[174,269],".md":12,".md\u30d5\u30a1\u30a4\u30eb":12,".me":[2,12,43],".memos":[123,137],".microsoft":268,".mo\u30d5\u30a1\u30a4\u30eb":17,".msgpack":210,".n":[34,55,113,115,116,138,199,200,248],".name":[89,105,154,185,277],".ncpu":28,".ne":45,".nested":138,".net":[2,12,271,272,273,274,278,281],".nginx":158,".noarch":24,".o":273,".offset":68,".org":[12,17,24,25,27,28,29,30,31,32,34,42,43,80,103,106,157,158,173,271,272,273,274,278,281],".osdn":[2,12],".overcommit":40,".patch":17,".pc":[37,38],".pdb":34,".people":92,".php":12,".pid":156,".po":3,".po\u30d5\u30a1\u30a4\u30eb":[3,12],".position":122,".posted":277,".product":34,".purchases":34,".rb":[34,36,42,113,115,116,118,136],".readings":179,".real":[47,96,97,98],".reference":145,".remove":118,".repo":34,".roles":92,".roonga":[199,200],".rpm":[24,27],".rst":12,".run":113,".score":151,".scr":157,".section":122,".select":[157,200],".serial":91,".service":40,".sh":[6,12,14,17,21,34,40],".site":133,".size":122,".so":[125,126,132],".sort":34,".source":43,".sourceforge":[2,12],".spec":38,".ssssss":202,".statistics":122,".status":157,".sub":[116,138],".synonym":138,".t":244,".tag":[34,91,113,115,116,138,174],".tags":34,".tar":17,".timestamp":[121,124],".title":[107,108,109,133,145,271,276],".to":91,".travis":21,".tsv":[210,212],".txt":244,".type":63,".user":[130,174],".users":105,".uuuuuu":200,".value":138,".weight":[41,122],".wikipedia":34,".x":[12,34],".xml":[159,210],".years":47,".yml":[12,21,26],".yyy":34,".zip":[17,32,34],".zzz":34,".}":[34,80,89,106,200],"/ '":65,"/$":[17,159],"/${":161,"/'":42,"/(":12,"/*":[16,17,54,70,73,158,262,269],"/+":12,"/.":38,"/..":[12,44,158,161],"/;":158,"/?":161,"/\"":[80,106,244,271,272,273,274,278,281],"/\u65e5":277,"/\u6708":277,"/\uff09":36,"/_":12,"/aba":[272,274,281],"/acccess":262,"/admin":[38,156],"/afr":[272,274,281],"/alice":244,"/apache":12,"/api":258,"/apt":[12,34],"/archive":12,"/arrow":12,"/atv":[272,274,281],"/base":12,"/bc":12,"/bin":29,"/blog":[12,34],"/branches":14,"/c":[0,6,7,16,256],"/cache":158,"/centos":[12,24,262],"/com":268,"/command":[14,158,213,278],"/commands":[42,93,95,123,124,146],"/commit":34,"/commits":42,"/copyright":42,"/coremodule":158,"/cpuinfo":[24,25,27,31],"/cutter":12,"/d":[34,42,158,159,213,258],"/data":[21,26],"/database":[138,158,258],"/db":[26,103,141,154,158,162,213,262],"/db1":258,"/db2":258,"/dd":200,"/debian":[25,34],"/default":[40,262],"/desktop":268,"/dev":12,"/dic":28,"/dictionary":36,"/disk":213,"/doc":12,"/docs":[34,158],"/en":[12,158],"/en\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"/entry":276,"/etc":[12,28,34,40,158,212,248,262,269],"/eval":135,"/example":161,"/examples":12,"/executables":161,"/f":12,"/false":[35,271],"/fedora":[27,36,40],"/files":[12,18],"/function":12,"/functions":14,"/gat":[272,274,281],"/gensim":34,"/github":34,"/gqtp":[41,262],"/grndb":154,"/grntest":12,"/groonga":[6,7,8,12,13,16,17,21,24,25,26,27,28,29,30,31,32,34,36,38,40,41,43,93,95,113,115,116,118,123,124,125,126,132,146,154,156,158,161,212,248,262,264,274,278],"/header":30,"/hoge":156,"/home":244,"/homebrew":12,"/horimoto":[113,116,118],"/hostname":[156,157],"/hosts":12,"/html":[17,18,38,258],"/http":[158,262],"/httpd":[158,262],"/in":43,"/index":[12,17,156],"/install":34,"/introduction":[264,274,278],"/ipadic":28,"/issues":34,"/ja":[12,17,18,34,44,268],"/ja\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"/javascript":38,"/json":[38,106,158,159,258],"/key":65,"/kytea":149,"/lc":[12,17],"/learn":161,"/lib":[28,115,125,126,132,154,158,262],"/library":268,"/limits":248,"/linux":[3,5,8,12,18,22,23,34,38],"/lists":12,"/load":[34,44,106,136,158,258],"/local":[6,7,12,28,29,115,158],"/locale":[12,17,18],"/log":[29,43,154,156,158,161,262],"/logical":[113,115,116,118],"/lzo":[36,38,41],"/magazine":138,"/mailarchive":12,"/managers":[158,258],"/master":[17,21],"/math":176,"/max":[34,42],"/mecab":28,"/mecabrc":28,"/meetup":43,"/message":12,"/min":34,"/mm":200,"/models":34,"/modules":36,"/mpisel":44,"/mroonga":34,"/mruby":34,"/ms":268,"/munin":29,"/mxcl":12,"/news":12,"/nfs":29,"/ngx":158,"/nightly":12,"/non":41,"/null":[6,7,35],"/number":138,"/o":143,"/okapi":34,"/other":158,"/packages":12,"/php":43,"/pipermail":42,"/plain":43,"/plugins":[29,36,41,113,115,116,118,125,126,132],"/ppa":[12,31],"/projects":12,"/pull":12,"/query":[125,126,132],"/rab":[272,274,281],"/redmine":34,"/reference":161,"/release":[113,116,118],"/repositories":12,"/request":134,"/result":39,"/rroonga":42,"/run":[12,14,156],"/rurema":42,"/sbin":28,"/security":248,"/select":[134,158,278],"/setup":21,"/sharding":[113,115,116,118],"/share":[38,156],"/shm":158,"/shutdown":[34,156,158,258],"/source":[12,16,17,18,24,25,27,28,29,30,31,32],"/sources":34,"/span":[171,172,182],"/status":[155,158,159,210,258,278],"/stem":227,"/stop":[103,147,224,228],"/string":[44,113,115,116,138,174,184],"/suggest":161,"/synonyms":212,"/sysconfig":262,"/sysctl":[28,248,269],"/tab":43,"/test":244,"/tfidfmodel":34,"/time":[34,115,186,187],"/tmp":[6,7,212,258],"/to":[26,158,258],"/travis":21,"/tsv":[125,126,132,212],"/ubuntu":[12,40,262],"/unit":14,"/usr":[29,156],"/var":[29,43,154,156,158,262],"/vdw":[272,274,281],"/vector":[43,113,115,116,138,194,196,197],"/version":43,"/webplus":138,"/wgs":281,"/wiki":34,"/windows":[12,32,268],"/work":[12,113,116,118],"/x":[34,106,159,258],"/xml":258,"/yum":12,"/zlib":34,"/~":12,"0c":238,"0d":86,"0e":157,"0f":44,"0garbage":34,"0mq":41,"0x":[34,39,86,199,249,264,271],"0xc":264,"10":[157,165,274],"11":[34,80,124,138,180,200,248,267],"1\u305a":[78,82],"1\u3064":[10,33,34,38,41,42,44,47,57,63,76,80,88,91,92,93,96,97,105,107,108,109,113,114,115,116,117,118,121,122,124,125,126,130,131,132,133,134,135,136,137,138,139,141,143,145,148,149,151,152,156,157,158,159,161,162,172,173,174,175,176,179,180,182,185,186,187,196,199,200,202,213,214,215,216,217,221,223,229,231,239,243,248,258,264,271,273,276,277],"1\u30f6\u6708":217,"1\u4ef6":[267,277],"1\u56de":158,"1\u5897":34,"1\u5ea6":[73,116],"1\u6708":[34,200,249,271,277],"1\u884c":[106,157],"1byte":264,"1de":34,"1f":43,"1g":[25,31],"1gb":43,"1o":213,"1st":106,"1tib":[33,143,223],"1usec":44,"1x":34,"1year":154,"2\u3064":[19,24,25,27,31,34,41,42,43,92,93,98,104,113,114,115,116,118,124,130,131,138,142,143,145,146,147,148,161,164,166,174,175,179,180,185,194,199,202,213,214,215,222,229,231,239,257,258,262,271,272,274,276,277],"2\u3064\u3081":[134,174,199,200,258,276],"2a":34,"2byte":264,"2def":34,"2e":[205,226],"2ff":44,"2grn":42,"2nd":106,"3\u3064":[14,34,41,83,95,105,119,138,164,165,171,174,182,194,198,271,272,274,276],"3d":34,"3days":154,"3ki":36,"4\u3064":[91,156,174,182,214,223,241],"4byte":264,"4c":34,"4e":269,"4gib":[33,44,143,223,264],"4kib":[33,34,43,47,96,97,98,152,223],"4mib":122,"5\u3064":164,"5a":34,"5b":[98,152],"5c":34,"5d":86,"5f":157,"5weeks":154,"6elz":42,"6f":34,"6gib":248,"7\u3064":140,"7\u6708":[34,43],"7a":34,"7d":154,"7e":157,"7ed":86,"7f":44,"7fa":86,"8\u3064":242,"8bit":249,"8byte":264,"8r":[29,40,63,156],"8x":34,"9\u3064":274,"9e":204,"9f":210,"9x":34,"9zawa":34,": n":155,":!":199,":#":[42,44],":#{":[34,202],":$":[18,199,200,279],":(":63,":*":34,":..":[105,138],":/":[12,13,17,21,24,25,26,27,28,29,30,31,32,34,42,80,103,106,134,138,155,156,158,159,161,173,210,258,268,271,272,273,274,276,278,281],"::":[34,43,87,113,115,116,118,161],":<":[138,199],":=":[138,199],":>":[34,138,199],":@":[34,116,138,180,199,271,273,274,277,278],":[":[63,157,213],":\"":[34,57,113,213,274],":\\":[8,32,213],":\\\"":106,":\u5206":277,":\u79d2":277,":^":[199,279],":available":63,":bob":277,":byte":71,":clear":12,":column":105,":dat":[105,122],":fix":122,":groonga":[6,7,8,12,31,44,138,199],":hash":[105,122,123],":index":122,":latest":26,":mm":[200,202],":mroonga":34,":n":34,":no":122,":none":63,":order":43,":pat":[63,122,123],":port":[156,158,159],":release":12,":set":42,":shorttext":63,":ss":[200,202],":table":105,":value":[138,199],":var":[63,105,122,123],":xxx":34,":{":63,":~":[199,213],";/":[171,172],";\"":[34,40],";b":[171,172],";rroonga":[171,172],"< n":200,"< t1":11,"< y":41,"<#{":[34,202],"<%":63,"<-":258,"<..":217,"</":[34,124,171,172,173,182,210,242],"<=":[41,158,174,180,200,277],"<[":118,"<\"":[34,63,180],"<directory":162,"<encoding":156,"<endpoint":162,"<gqtp":157,"<groonga":157,"<ip":[156,157],"<level":162,"<limit":156,"<log":156,"<max":156,"<nan":34,"<object":34,"<path":[156,162],"<port":[156,157],"<protocol":156,"<span":[34,171,172,182,242],"<table":63,"<threshold":156,"<timeout":156,"<type":63,"= '":34,"= \"":[34,42,138,200],"= n":200,"= y":41,"=$":[12,17,29],"='":173,"=(":12,"=)":11,"=-":[29,34,141,154],"=.":28,"=..":12,"=/":[6,7,12,14,29,156,212],"==":[34,44,180,200],"=\"":[30,113,115,116,118,138,171,172,174,182,210],"=\\":[34,171,172,173,182,242],"=_":141,"=`":18,"=add":149,"=allow":138,"=arg":213,"=auto":[138,141],"=bookmarks":106,"=c":[8,32],"=centos":29,"=column":[113,115,116,138],"=complete":161,"=dat":39,"=encoding":23,"=epel":24,"=g":161,"=get":147,"=gr":161,"=graceful":139,"=gro":161,"=groo":161,"=groonga":[12,158,161],"=grooon":161,"=immediate":34,"=json":[34,106],"=largetable":134,"=message":23,"=no":[34,103,105,106,113,115,116,118,124,130,145],"=none":[116,119,138,147,149],"=null":[88,92,103,105,106,107,108,109,113,114,115,116,118,122,130,131,133,138,143,147,148,149],"=number":[23,152],"=on":[7,8],"=pat":[39,105],"=path":23,"=platform":23,"=query":161,"=r":40,"=site":278,"=sjis":29,"=submit":161,"=table":143,"=title":278,"=true":134,"=unique":134,"=users":[158,258],"=vs":268,"=x":44,"=xxx":44,"=yes":[14,34,39,41,43,44,103,105,130,131,138,159],"> %":63,"> \"":43,"> y":41,">#{":[34,202],">(":124,">,":63,">.":[171,172],">:":[47,113,115,116],"><":[57,210],">=":[41,124,180,200],">>":[41,200],">\"":[34,41,47,86,99,113,115,116,124,138,145,171,173,180],">\\":63,">\n<":210,">\u3315":242,">\uff01":34,">\uff41z":242,">alloc":210,">cache":210,">command":210,">default":210,">max":210,">n":210,">rroonga":[171,172],">starttime":210,">uptime":210,">version":210,"?!":239,"?-":34,"??":138,"?arg":213,"?command":159,"?i":213,"?id":134,"?immediate":34,"?max":[34,43],"?mode":34,"?msg":12,"?output":34,"?parameter":158,"?table":[44,106,134,158,258,278],"@$":180,"@'":274,"@\"":[34,180,194],"@^":180,"@ceekz":41,"@do":42,"@github":[6,7,8,12],"@groonga":[2,12],"@kiske":40,"@lists":[2,12],"@naoina":[40,41],"@orangain":41,"@packages":12,"@s":36,"@soundkitchen":[38,40],"@tomotaka":38,"@uzulla":38,"@wareohji":40,"@x":34,"@yappo":[41,42],"@yito":[40,41],"@~":[180,213],"[#":[38,39,40,42],"[$":[34,43,44],"[(":[105,213],"[,":169,"[..":[44,116,138],"[2":156,"[:":278,"[@":[38,40,41,42],"[[":[47,80,91,92,95,102,106,113,118,134,135,136,138,144,146,147,151,156,164,168,171,172,174,176,179,182,194,199,200,201,214,219,228,242,243,245,267,271,273,276,279],"[[\"":89,"[\"":[34,43,80,89,92,93,115,138,141,182,194,196,200,219,267,271,273,277,280],"[\"-":26,"[\u3002":239,"[\u8a9e":89,"[\uff09":239,"[]":[34,104],"[a":34,"[admin":[38,40,41,44],"[adult":34,"[aggregator":34,"[api":43,"[apt":40,"[args":156,"[backslash":199,"[benchmark":42,"[bernard":43,"[bindings":43,"[cache":34,"[centos":44,"[cmake":[34,43,44],"[column":[42,106],"[content":[113,115,116,138],"[count":[113,115,116],"[customers":34,"[dat":[34,39,40],"[dd":213,"[deb":[38,40,41,42,43,44],"[debian":44,"[distance":34,"[doc":[34,38,39,40,41,42,43,44],"[dump":[40,41,42],"[element":[80,200],"[example":[42,43],"[examples":44,"[fedora":[40,42],"[functions":34,"[geo":[34,38,41],"[github":[34,42],"[gqtp":41,"[grn":43,"[grntest":38,"[groonga":[12,38,40,42,43,44],"[hash":44,"[header":[83,88,91,92,95,96,97,98,99,102,104,105,107,108,109,110,112,113,118,119,120,121,122,123,124,125,126,130,131,132,133,135,136,137,139,142,143,145,146,148,149,150,151],"[hh":43,"[highlight":34,"[highlighter":34,"[hour2":115,"[http":[40,41,42,43,44],"[httpd":[34,40,41,42,43,44],"[ii":34,"[index":[34,42],"[info":213,"[is":[113,115,116,138],"[ja":44,"[key":43,"[label":[34,43,44,116,138],"[label1":[42,116,138],"[label2":[116,138],"[launchpad":12,"[libedit":38,"[linux":40,"[load":[34,40,42],"[log":34,"[logical":43,"[macports":38,"[mdev":43,"[mecab":43,"[messagepack":34,"[mrb":[34,43],"[mruby":[34,42,43,44],"[munin":[38,40,41,42],"[n":[34,41,42,113,115,116,138],"[name":[113,115,116,138],"[name1":[113,115,116,138],"[name2":[113,115,116,138],"[normalizer":42,"[normalizers":34,"[nsubrecs":116,"[object":92,"[offsetted":34,"[optimizer":34,"[os":42,"[output":39,"[pat":40,"[php":[40,42],"[pkg":[38,40],"[plugin":[34,42,43],"[power8":42,"[price":34,"[quantity":34,"[query":34,"[record":116,"[rpm":[34,38,39,40,41,42,43,44],"[score":34,"[sharding":[34,43],"[snippet":[42,182],"[solaris":40,"[sort":44,"[space":199,"[suggest":[39,40,41],"[table":[41,92],"[tag":[34,116,138],"[tags":34,"[terms":105,"[test":40,"[the":106,"[token":41,"[tokendelimit":34,"[tokenfilters":34,"[tokenfilterstem":34,"[tokenfilterstopword":34,"[tokenizer":[40,41,44],"[tokenizers":34,"[tokenmecab":34,"[tokenngram":34,"[tools":34,"[travis":41,"[ubuntu":44,"[users":105,"[vector":[34,113,115,116,138],"[warning":213,"[windows":[34,38,40,41,42,43,44],"[xxxxx":268,"[yum":40,"[{":[106,158,258],"\" (":[205,226],"\"#":38,"\"#\"":157,"\"#{":200,"\"$":158,"\"%":213,"\"'":[34,40,41,42,43,80,91,92,113,115,116,138,158,179,199,200,213,265,267],"\"(":[34,41],"\")":[34,40,41,42,43,56,63,113,116,134,138,164,166,168,170,174,175,179,180,194,200,227,228,241,243,245,268,273,281],"\"*":[40,63],"\",":[26,34,41,43,44,47,63,80,83,89,91,92,93,95,96,99,102,103,106,113,115,116,118,122,123,124,134,137,138,140,141,144,145,146,147,151,156,157,158,161,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,204,205,213,214,215,216,219,220,222,226,227,228,239,241,242,243,245,246,247,264,267,271,272,273,274,276,277,278,279,280,281],"\"-":[38,168,205,226],"\".":[200,256,272],"\"/":[93,95,113,115,116,118,123,146,156,244,281],"\":":[34,43,44,47,80,84,89,91,92,95,102,103,104,106,113,114,115,116,117,118,119,120,122,123,134,135,136,137,138,140,141,146,147,149,150,151,156,157,158,161,164,165,168,171,172,173,174,175,176,179,180,185,186,187,194,196,199,200,201,203,204,205,206,209,210,213,214,215,216,219,220,222,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,258,264,271,272,273,274,276,277,278,279,280,281],"\";":[157,158,258],"\"<":[41,171,172],"\"=":174,"\">":[171,172,182,210],"\"?":[138,210],"\"@":[174,277],"\"[":[34,40,86,96,99,113,115,116,124,138,145,213],"\"\"":[34,39,44,91,96,97,185,199,200,213,249],"\"\\":[43,213],"\"\\\\":213,"\"\\n":43,"\"\u00b7":[205,226],"\"\u2015":[205,226],"\"\u3001":[219,272],"\"\u3002":42,"\"\u308a\u3093\u3054":226,"\"\u308d\u3086\u304d":279,"\"\u30a2":242,"\"\u30ac":204,"\"\u30ce":241,"\"\u30cf":241,"\"\u30d0\u30d3\u30d6\u30d9\u30dc":[205,226],"\"\u30d6":[205,226],"\"\u30df\u30ea":200,"\"\u30fb":[205,226],"\"\u30fc":[205,226],"\"\u30fc\u30fc\u30fc\u30fc\u30fc\u30fc":[205,226],"\"\u52c9":247,"\"\u59d3":241,"\"\u5f37":[231,246,247],"\"\u5f7c":[205,241],"\"\u672c":[232,233,234,235,247],"\"\u8a9e":[232,233,234,235,247],"\"\uff09":[35,219,271,281],"\"\uff65":[205,226],"\"\uff70":[205,226],"\"]":[26,34,43,44,63,80,92,93,96,97,98,103,113,115,116,118,138,156,168,179,182,194,196,200,219,267,273,274,277,280],"\"_":[34,41,44,47,80,83,91,92,93,95,102,103,104,106,113,115,116,118,122,138,141,146,147,151,158,161,164,165,168,173,174,175,176,179,180,185,187,194,196,199,200,201,203,209,213,214,215,216,219,220,222,227,228,243,245,258,267,271,272,273,274,276,277,278,279,280,281],"\"a":[34,42,63,116,138,149,185],"\"ab":221,"\"adventurer":92,"\"alice":[92,122],"\"always":114,"\"apple":203,"\"application":38,"\"auto":114,"\"b":[34,63,116,138,185],"\"black":203,"\"block":271,"\"book":200,"\"c":[34,63,116,138,185],"\"canceled":134,"\"co":221,"\"color":203,"\"column":[106,122,123],"\"complete":221,"\"content":[34,138,199,200,227,228],"\"correction":221,"\"created":[113,115,116],"\"cve":34,"\"d":[63,229,231,242],"\"dav":174,"\"db":122,"\"ddl":42,"\"double":200,"\"droonga":[174,194],"\"e":[63,141,149,219,242,244],"\"element":80,"\"ellip":169,"\"ellipsoid":169,"\"engine":[219,220,222],"\"equal":[180,194],"\"f":63,"\"fast":116,"\"flower":271,"\"force":34,"\"fulltext":149,"\"g":63,"\"good":[113,116,138,200],"\"gr":143,"\"greater":180,"\"gronga":221,"\"groonga":[80,103,138,143,174,182,185,194,200,221,276],"\"h":[149,242],"\"hello":[147,228],"\"http":80,"\"i":[34,83,115,116,138,199,200,201,227,276,277],"\"include":118,"\"index":122,"\"is":271,"\"k":273,"\"key":122,"\"keyword":[34,138],"\"l":242,"\"label":138,"\"large":122,"\"less":180,"\"lic":174,"\"localhost":264,"\"lz4":122,"\"match":[180,194],"\"medium":122,"\"message":[213,215,216],"\"monkey":271,"\"mroonga":[80,103,138,185,194,200],"\"mysql":[80,221],"\"n":[34,44,83,106,113,115,116,122,123,138,140,158,199,200,264,274,278],"\"name":[122,180,186,243,245],"\"near":[174,180,194],"\"never":114,"\"new":168,"\"no":40,"\"normal":122,"\"not":180,"\"null":40,"\"o":[229,231,242],"\"pgroonga":103,"\"phrase":[34,199],"\"popular":138,"\"pp":42,"\"prefix":180,"\"proc":123,"\"product":34,"\"r":242,"\"rect":[40,169],"\"rectangle":[40,168,169],"\"regexp":180,"\"requires":40,"\"roonga":221,"\"ruby":80,"\"s":[141,149,219,220,237,238],"\"saerch":220,"\"say":200,"\"scalar":122,"\"se":219,"\"sea":219,"\"search":[199,219,220,222],"\"sequence":[141,219,220,222],"\"serach":220,"\"service":220,"\"similar":[174,180,194],"\"small":122,"\"sound":220,"\"sphere":169,"\"sphr":169,"\"starttime":[84,210],"\"suffix":[174,180,194],"\"sug":221,"\"suggest":221,"\"t":[34,149,244],"\"table":[122,123,156],"\"tags":80,"\"text":38,"\"theater":280,"\"theatre":280,"\"timestamp":[34,118],"\"tritonn":138,"\"type":[123,141],"\"unknown":56,"\"uptime":210,"\"user":34,"\"utf":56,"\"v":34,"\"value":138,"\"vector":[41,122],"\"version":210,"\"visual":8,"\"w":242,"\"web":[220,222],"\"weight":271,"\"word":199,"\"x":[34,41,42,200],"\"xxx":41,"\"y":34,"\"you":199,"\"yyyy":200,"\"zlib":122,"\"zstd":122,"\"}":[34,47,91,92,102,103,104,106,113,114,115,116,117,118,122,138,141,158,165,174,175,179,180,185,186,187,196,199,200,201,203,209,213,215,216,219,220,222,227,228,242,243,245,258,271,272,273,276,279,281],"\\%":32,"\\'":156,"\\(":199,"\\?":34,"\\[(":213,"\\\"":[34,57,106,171,172,173,182,185,213,242,265],"\\\"_":106,"\\\"a":185,"\\\"}":106,"\\\\":[34,43,57,171,179,185,213,239],"\\\\(":34,"\\\\\"":[34,179],"\\\\\\":[43,213],"\\\\r":239,"\\\\z":213,"\\a":[43,44,213,244],"\\ahello":43,"\\ahost":213,"\\bin":32,"\\groonga":32,"\\n":[63,213],"\\s":239,"\\u":240,"\\ud":34,"\\udf":34,"\\z":[213,244],"\u00a9\"":205,"\u00b7\"":[205,226],"\u00b7\u00b7":[205,226],"\u00b7\u1427":[205,226],"\u02d7\"":[205,226],"\u058a\"":[205,226],"\u058a\u2010":[205,226],"\u1427\"":[205,226],"\u2010\"":[205,226],"\u2011\u2012":[205,226],"\u2013\u2043":[205,226],"\u2014\"":[205,226],"\u2014\u2015":[205,226],"\u2022\"":[205,226],"\u2022\u2219":[205,226],"\u2026\u3001":187,"\u2026\uff09":220,"\u2043\"":[205,226],"\u207b\"":[205,226],"\u207b\u208b":[205,226],"\u208b\"":[205,226],"\u2192id":223,"\u2212\"":[205,226],"\u2219\"":[205,226],"\u22c5\"":[205,226],"\u22c5\u2e31\u30fb":[205,226],"\u2500\"":[205,226],"\u2500\u2501\uff70":[205,226],"\u2501\"":[205,226],"\u25a1\u25a1":10,"\u25cb\u25cb":10,"\u2e31\"":[205,226],"\u3001 \"":175,"\u3001#":277,"\u3001$":12,"\u3001'":[42,56,156,180,200,249,271],"\u3001(":[68,69,157,164,249],"\u3001-":[36,157,249],"\u3001.":[14,17],"\u3001/":[274,278],"\u3001:":[157,268],"\u3001[":[34,274],"\u3001\"":[34,38,40,41,44,165,173,175,185,205,219,220,221,222,226,239,249,274,277,280],"\u3001\u00d7":10,"\u3001\u300c":[34,35,92,115,118,122,138,156,209,214,215,216,219,229,265,267,272,273,281],"\u3001\u6708":187,"\u3001_":274,"\u3001c":274,"\u3002#":[36,38,277],"\u3002'":[65,205,241],"\u3002(":[11,12,27,34,49,63,66,69,102,138,156,157,245,262,268,276],"\u3002)":[34,69,102,138,157,268,276],"\u3002-":[29,59,69],"\u3002.":17,"\u3002:":[10,12,14,17,18,34,38,43,44,82,84,86,89,96,97,98,100,104,106,107,108,109,110,113,115,116,120,122,123,124,133,134,137,138,139,140,141,144,145,150,151,154,156,157,158,159,161,172,174,180,186,187,194,196,197,200,202,204,206,214,215,216,219,220,221,222,242,245,248,258,265,267,268,269,274],"\u3002[":[34,40,41,42,43,44,274],"\u3002\"":[34,41,42,44,165,175,220,226,241,261,267,272,277,278],"\u3002\u00d7":10,"\u3002\u2193":156,"\u3002\u3002":208,"\u3002\u300c":[42,92,99,113,115,116,118,119,122,124,138,143,147,149,174,199,200,213,216,229,273,276],"\u3002\u300d":[34,239,267],"\u3002\u3044":11,"\u3002\u3044\u304f\u3064\u304b":[123,161,213],"\u3002\u3044\u307e":39,"\u3002\u3056\u3063\u304f\u308a":80,"\u3002\u3057\u304b":92,"\u3002\u3057\u304b\u3057":[0,6,7,8,23,34,38,80,92,95,118,130,138,146,156,168,201,203,214,216,220,229,231,244,249,258],"\u3002\u3057\u304b\u3082":257,"\u3002\u3059":[34,157,201],"\u3002\u3059\u3050":158,"\u3002\u3059\u3079\u3066":[14,17,138],"\u3002\u3064\u307e\u308a":[34,49,92,105,112,138,152,154,161,199,215,235,238,274,280],"\u3002\u3069":194,"\u3002\u3069\u308c":161,"\u3002\u307e\u305a":267,"\u3002\u307e\u305f":[0,11,34,82,104,105,138,155,156,157,159,200,212,216,220,249,264,268,271,274,276,281],"\u3002\u307e\u3060":42,"\u3002\u30ad\u30fc":[34,44,47,137,138,152],"\u3002\u30bf\u30b0":[80,113,115,116,138,172,273],"\u3002\u30d0\u30b0":19,"\u3002\u30df\u30ea":271,"\u3002\u30ed\u30b0":[143,158,202],"\u3002\u4f8b":[8,43,65,124,143],"\u3002\u52d5\u7684":138,"\u3002\u5404":[113,115,116,138],"\u3002\u7701\u7565\u53ef\u80fd":171,"\u3002\u7a7a":122,"\u3002\uff01":239,"\u3002\uff01\uff1f":239,"\u3002\uff08":[17,21,34,36,38,43,54,69,89,92,105,114,115,116,134,138,156,161,172,182,198,199,200,208,219,220,222,223,241,248,249,265],"\u3002\uff09":[17,21,35,36,38,43,69,92,105,114,115,116,122,134,138,143,161,172,182,199,200,208,220,222,223,241,265],"\u3002_":[78,274],"\u3002adjuster":42,"\u3002amazon":138,"\u3002api":198,"\u3002ascii":[199,200],"\u3002bash":43,"\u3002between":44,"\u3002blogs":267,"\u3002buf":51,"\u3002c":[0,16,87],"\u3002callback":11,"\u3002centos":43,"\u3002column":[11,51,274],"\u3002command":82,"\u3002cpu\u30b3\u30a2":258,"\u3002ctrl\u30ad\u30fc":274,"\u3002cursor":69,"\u3002db":[11,38,54,264,274],"\u3002debian":[14,34],"\u3002drilldown":34,"\u3002eclipse":17,"\u3002ecmascript":138,"\u3002ftp":157,"\u3002functions":14,"\u3002gdb":[6,7,14],"\u3002geopoint":277,"\u3002gnr":198,"\u3002gnu":5,"\u3002google":199,"\u3002gqtp":[87,155,264],"\u3002grn":[11,198],"\u3002groonga":[0,3,24,25,26,27,29,31,32,34,40,41,42,43,44,47,73,76,82,92,138,156,157,158,199,200,202,210,213,217,219,223,248,261,274,276,278],"\u3002header":34,"\u3002hook":59,"\u3002host":264,"\u3002html":171,"\u3002http":[41,43],"\u3002id":[44,54],"\u3002int":41,"\u3002iptables":278,"\u3002jis":209,"\u3002json":44,"\u3002key":[68,265],"\u3002keys":68,"\u3002linux":248,"\u3002listen":34,"\u3002lz":92,"\u3002lz4":44,"\u3002make":157,"\u3002max":69,"\u3002memcached":44,"\u3002messagepack":[29,83],"\u3002min":69,"\u3002mroonga":[0,65],"\u3002mruby":[34,43],"\u3002munin":[24,25,27,31],"\u3002mysql":[24,25,27,31,217],"\u3002n":[119,149,267],"\u3002name":[51,54,68],"\u3002nginx":44,"\u3002null":[54,55,68],"\u3002obj":65,"\u3002offset":59,"\u3002openbsd":44,"\u3002optarg":55,"\u3002os":99,"\u3002output":[42,103],"\u3002pcre":158,"\u3002point":[169,170],"\u3002post":258,"\u3002postgresql":34,"\u3002rdbms":156,"\u3002rk":209,"\u3002rroonga":198,"\u3002ruby":213,"\u3002run":14,"\u3002scan":14,"\u3002set":157,"\u3002sql":138,"\u3002squeeze":14,"\u3002table":[68,72,102],"\u3002tag":273,"\u3002timeout":65,"\u3002tokendelimit":222,"\u3002tokenizer":34,"\u3002travis":21,"\u3002true":44,"\u3002tsv":[83,212],"\u3002unix":140,"\u3002utf":[41,161,204,206],"\u3002value":[65,78],"\u3002video":273,"\u3002windows":[5,34],"\u3002xml":83,"\u3002zlib":92,"\u3002zstandard":92,"\u300c#":36,"\u300c,":[103,143],"\u300c\"":156,"\u300c\u25cb":[43,113,115,116],"\u300c\u3059":34,"\u300c\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":122,"\u300c\u30d1\u30b9":159,"\u300c\u30e9\u30d9\u30eb":138,"\u300c\u4eba":92,"\u300c\u5024":[137,143],"\u300c\u52d5\u7684":138,"\u300c\u5e74":43,"\u300c\u5f0f":57,"\u300c\u6771\u4eac\u90fd":267,"\u300c\u697d\u3057":265,"\u300c\u697d\u3057\u3044":265,"\u300c\uff76":204,"\u300ca":214,"\u300calice":277,"\u300carray":122,"\u300cbill":265,"\u300cbilliard":265,"\u300cbob":277,"\u300cbuffer":122,"\u300ccharlie":277,"\u300cchunk":122,"\u300ccomments":277,"\u300cdelete":12,"\u300cgrand":277,"\u300cgroonga":[42,138,161,198,248],"\u300chello":138,"\u300cn":34,"\u300cnew":277,"\u300cnihon":219,"\u300cnippon":219,"\u300cparenthesized":34,"\u300cpopular":138,"\u300csenna":138,"\u300cthe":214,"\u300cthey":[214,215,216],"\u300cthread":34,"\u300cu":34,"\u300cusers":277,"\u300cview":12,"\u300d:":204,"\u300d\u3001":[42,273,277],"\u300d\u3002":198,"\u300d\u300c":[34,122],"\u300d\uff08":[103,138,143,265],"\u300d\uff09":34,"\u300d]":239,"\u3041\u3042\u3043\u3044\u3045\u3046":[205,226],"\u3042\u3042\u3044\u3044\u3046":[205,226],"\u3042\u3044\u3046":[205,226],"\u3042\u3044\u307e\u3044":143,"\u3042\u304d":279,"\u3042\u304d\u3089":42,"\u3042\u304f":50,"\u3042\u3052\u308b":[22,176,266],"\u3042\u305f\u308a":[36,38,122],"\u3042\u3063":[12,17,27,34,40,41,44,51,63,65,68,78,82,106,118,138,139,141,157,200,213,258,273],"\u3042\u3068":[12,17,99,248,268],"\u3042\u3068\u3082":86,"\u3042\u306a\u305f":[2,6,7,8,12,43,92,213,214,215,216],"\u3042\u307e\u308a":[10,34,68,92,143,156,276],"\u3042\u3089\u304b\u3058\u3081":[12,27,249],"\u3042\u3089\u3086\u308b":124,"\u3042\u3089\u308f\u3057":280,"\u3042\u308a":[0,1,2,3,5,6,7,8,10,11,12,13,14,16,17,18,19,23,24,25,27,29,31,32,33,34,38,40,41,42,43,44,47,49,50,54,57,61,63,65,68,69,70,73,78,80,82,83,86,91,92,93,96,97,98,99,102,103,104,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,125,128,130,131,132,133,134,137,138,139,140,141,142,143,144,145,146,147,148,149,150,154,156,157,158,161,164,168,171,172,173,174,175,176,179,180,182,185,194,198,201,202,203,204,205,206,207,209,210,212,213,214,215,216,217,218,219,220,221,223,224,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,256,258,262,264,265,267,268,269,271,272,274,276,277,278,280,281],"\u3042\u308b":[0,1,2,5,6,7,8,10,11,12,17,20,29,32,34,36,38,40,41,42,43,44,47,57,61,65,69,80,82,87,89,90,92,93,94,99,100,101,102,103,105,111,113,115,116,118,122,123,128,130,138,139,140,141,143,144,145,149,154,155,156,157,158,161,164,166,168,169,170,174,175,176,177,179,180,181,182,185,194,198,199,200,202,208,212,213,214,219,220,223,226,232,239,244,248,249,258,264,267,268,269,271,272,273,274,276,278,279,281],"\u3042\u308b\u3044":[0,11,27,34,42,51,67,68,82,92,106,118,123,143,145,158,169,170,175,199,200,248,264],"\u3042\u308c":[6,7,12,34,44,47,50,63,92,118,143,145,156,157,164,175,201,267],"\u3042\u308c\u3053\u308c":10,"\u3042\u308f\u305b":[159,217,248],"\u3042\u308f\u305b\u308b":40,"\u3042\u30a4\uff73":[205,226],"\u3044\u3044":[2,10],"\u3044\u3044\u306d":[113,115,116,138,199,200],"\u3044\u3046":138,"\u3044\u304d":[10,12,268,274],"\u3044\u304f":[3,4,22,44,85,135,138,149,213],"\u3044\u304f\u3064":[3,213],"\u3044\u304f\u3064\u304b":[1,2,8,11,12,14,27,29,34,41,43,44,78,92,98,103,105,106,113,115,116,118,119,122,130,131,134,138,139,143,147,149,152,161,163,180,199,200,203,213,214,217,229,248,257],"\u3044\u304f\u3089":[0,44],"\u3044\u305a\u308c":[78,82,249],"\u3044\u3063":[140,213],"\u3044\u3064":[34,219],"\u3044\u3066":[34,44],"\u3044\u307e":[136,268],"\u3044\u307e\u305b":[6,34,41,42,44,83,92,113,115,116,118,138,141,143,149,158,199,200,208,212,213,214,215,216,217,223,229,231,241,245,257,258,268],"\u3044\u307e\u307e\u3067":242,"\u3044\u308b":[0,6,7,10,11,12,14,17,18,21,25,29,31,34,35,36,37,38,39,40,41,42,43,44,47,48,51,54,59,63,65,66,68,69,70,80,83,86,88,89,90,91,92,93,94,95,99,101,102,104,105,106,107,108,112,113,114,115,116,120,121,122,123,124,125,126,130,132,133,134,135,136,137,138,140,143,144,146,148,149,150,154,156,157,158,159,161,164,168,172,173,174,175,180,182,185,199,200,201,203,209,212,213,214,215,216,217,218,219,220,221,223,227,228,229,231,232,233,234,235,243,246,247,258,262,265,267,268,269,271,272,273,274,276,277,278,279,281],"\u3044\u308c":[40,43,44,65,86,118,123,194,231,271,276],"\u3044\u308d\u3044\u308d":[22,270,277],"\u3044\u308f\u3086\u308b":273,"\u3044b":[265,267],"\u3046\u3048":[38,40],"\u3046\u3048\u3048":[205,226],"\u3046\u3061":[11,34,38,40,43,51,65,68,69,82,89,92,113,122,140,152,164,208],"\u3046\u3061\u3044":156,"\u3046\u3061\u3069\u308c":130,"\u3046\u3063\u304b\u308a":41,"\u3046\u307e\u304f":[3,4,22,43,44],"\u3047\u3048":[205,226],"\u3047\u304a":[205,226],"\u304a\u3044":[0,12,14,17,34,38,41,44,51,65,68,78,161,271,274],"\u304a\u304a\u3084\u3084\u3086\u3086":[205,226],"\u304a\u304b":29,"\u304a\u304b\u3052":213,"\u304a\u304b\u3057":36,"\u304a\u304b\u3057\u3044":44,"\u304a\u304b\u3057\u304f":36,"\u304a\u304d":[0,12,34,47],"\u304a\u304d\u307e\u3057\u3087":271,"\u304a\u304f":[12,200,271],"\u304a\u3051":[138,209],"\u304a\u3051\u308b":[0,33,40,41,199,249,271,273,274],"\u304a\u3053":[0,271],"\u304a\u3053\u306a\u3063":274,"\u304a\u3055\u3089\u3044\u3057":10,"\u304a\u3059\u3059\u3081":[105,175,258],"\u304a\u3059\u3059\u3081\u3057":[34,104,199,200,213,262],"\u304a\u305d\u3089\u304f":[34,44],"\u304a\u3070":[34,35,38,41,43,44],"\u304a\u3070\u305f":[34,38,41,43,44],"\u304a\u3083":[205,226],"\u304a\u3088":49,"\u304a\u3088\u3073":[0,12,29,34,40,66,156,271,274],"\u304a\u3089":12,"\u304a\u308a":[34,42,281],"\u304a\u5f85\u3061":2,"\u304a\u77e5\u3089":22,"\u304a\u9858\u3044":[10,157],"\u304b\u3048\u308b":[43,185],"\u304b\u304b\u304d\u304d\u304f\u304f\u3051\u3051":[205,226],"\u304b\u304b\u3063":[34,83],"\u304b\u304b\u308a":[34,44,154,199,200,201,241],"\u304b\u304b\u308b":[68,134,154,201,274],"\u304b\u304b\u308f\u3089\u305a":34,"\u304b\u304c\u304d\u304e\u304f\u3050\u3051\u3052":[205,226],"\u304b\u304e\u308a":157,"\u304b\u3051":[41,90],"\u304b\u3051\u308b":[10,158],"\u304b\u3053\u308c":34,"\u304b\u3057\u3089":124,"\u304b\u305a":[40,42,44],"\u304b\u305a\u3072\u3053\u3055\u3093":40,"\u304b\u305f":[43,44],"\u304b\u3061":[138,265],"\u304b\u3061\u3083\u3093":[118,145],"\u304b\u3064":[34,41,69,138,154,200,265],"\u304b\u3069":[34,42,43,54,103,104,105,106,113,115,116,118,121,124,130,131,138,141,145,154,158,164,169,170,174,199,267,269,274,281],"\u304b\u3069\u3046":[29,34,43,44,87,96,105,110,116,123,133,137,151,164,180,185,267],"\u304b\u306a\u308a":42,"\u304b\u307e\u3044":274,"\u304b\u3082":[10,34,42,43,70,83,92,95,106,107,108,113,115,119,120,121,134,135,136,137,140,143,145,146,150,154,161,174,199,200,213,214,215,216,276],"\u304b\u3089":[0,3,9,11,12,17,22,23,30,33,34,35,36,38,39,40,41,42,43,44,47,51,54,61,65,68,69,82,83,91,92,95,99,102,103,105,106,113,115,116,118,121,122,123,125,130,132,133,134,138,139,140,141,143,145,146,148,154,155,156,157,158,164,168,169,172,173,175,176,179,181,182,185,194,195,198,199,200,201,202,203,208,212,213,214,215,216,219,220,221,222,223,228,229,231,232,233,234,235,239,241,243,245,249,258,261,264,267,268,271,274,276,277,280,281],"\u304b\u308b":34,"\u304b\u308f":34,"\u304b\u308f\u304b\u3063":130,"\u304b\u308f\u304b\u308a":34,"\u304b\u308f\u308a":[27,42,43,44,267],"\u304by":41,"\u304c\u3042\u308a":[12,19,122,138,168,212,217,227,228],"\u304c\u3042\u308c":[44,217],"\u304c\u3044":47,"\u304c\u3044\u304f\u3064\u304b":[115,122],"\u304c\u3053\u306e":199,"\u304c\u3059":[34,68,106,121],"\u304c\u3061":[92,229],"\u304c\u3063":[12,34,93,113,115,116,213,239,241],"\u304c\u3064\u3044":[36,40,70,80,138,217,223],"\u304c\u3064\u304d":154,"\u304c\u3069":[34,137,202,248],"\u304c\u3072\u3068\u3064":212,"\u304c\u308b":[34,276],"\u304c\u308f\u304b\u3063":92,"\u304c\u308f\u304b\u308a":[34,91,92,116,173,232,233,234,235,268,277],"\u304c\u308f\u304b\u308b":168,"\u304c\u308f\u304b\u308c":138,"\u304f\u3060":[0,2,6,7,8,12,17,24,25,27,28,29,30,31,32,34,40,41,42,43,44,49,64,80,85,86,87,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,109,110,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,154,156,157,158,159,161,168,173,179,180,185,199,200,209,212,213,223,231,248,249,256,258,262,267,269,271,272,274,277,278,279,281],"\u304f\u308c":[10,242],"\u304f\u308c\u308b":[0,16,17,99,105],"\u3050\u3088\u3046":168,"\u3050\u308b":[34,43,44,198,199,200],"\u3050\u308b\u3093":[199,200,273],"\u3051\u3069":154,"\u3053\u3046":10,"\u3053\u3046\u3059\u308c":10,"\u3053\u3053":[12,21,83,107,138,141,199,200,203,212,267,268,271,274,277,281],"\u3053\u3053\u3055":[205,226],"\u3053\u3053\u3067":[12,268],"\u3053\u3054":[205,226],"\u3053\u3061\u3089":[17,161,173,176,180,212,274,276],"\u3053\u3068":[0,1,3,6,7,8,9,10,11,14,17,20,21,23,24,25,27,29,31,32,34,35,36,38,39,40,41,42,43,44,47,48,50,51,54,59,61,65,68,69,73,78,80,82,83,85,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,111,113,115,116,118,119,122,124,125,126,128,130,131,132,133,134,136,138,139,143,144,145,146,147,148,149,152,154,155,156,157,158,159,161,166,168,169,170,171,172,173,174,176,177,179,180,181,182,185,198,199,200,201,202,203,205,208,209,210,212,213,214,215,216,217,219,220,221,222,223,224,226,227,228,229,231,239,241,242,243,248,249,257,258,261,262,264,267,268,269,271,272,273,274,275,276,277,278,279,280,281],"\u3053\u306a\u3044":[42,43],"\u3053\u306e":[0,2,3,5,6,7,8,11,12,17,18,20,21,23,24,25,26,27,28,29,30,31,32,33,34,38,39,40,41,42,43,44,47,48,49,50,57,63,68,69,70,74,80,81,83,85,86,87,88,91,92,93,95,96,97,98,99,104,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,130,131,132,133,134,135,136,137,138,139,140,142,143,145,146,147,148,149,150,151,154,156,157,158,161,163,164,168,169,171,172,174,176,179,180,182,184,185,186,187,194,196,197,199,200,201,202,205,207,209,210,212,213,214,215,216,217,218,219,220,222,223,226,231,232,233,235,241,242,243,244,245,248,250,257,258,264,265,267,271,272,273,274,275,276,277,280,281],"\u3053\u308c":[0,6,7,8,11,12,16,17,18,29,33,34,38,40,41,42,43,44,47,50,55,73,80,86,88,91,92,95,105,106,107,108,109,113,114,115,116,118,121,123,125,126,130,132,133,134,138,139,143,146,149,156,158,161,164,168,172,179,180,182,185,186,199,200,201,203,212,213,214,215,216,217,219,220,221,222,223,229,231,239,241,243,248,258,264,265,267,269,271,272,276,277,280,281],"\u3053\u308c\u3089":[3,12,24,25,27,29,30,31,34,40,41,78,80,92,105,113,114,115,116,118,123,125,126,130,132,138,152,154,156,158,161,168,174,198,199,200,204,210,213,214,217,221,222,223,258,267,272,273,274,277],"\u3054\u3068":[9,12,34,40,41,43,44,54,106,114,140,149,171,180,214,248,268,269,275],"\u3054\u307f":[10,41],"\u3054\u3089\u3093\u304f":13,"\u3054\u89a7\u304f":[14,274],"\u3055\u3044":[0,2,6,7,8,12,14,17,24,25,27,28,29,30,31,32,34,40,41,42,43,44,49,64,80,85,86,87,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,109,110,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,140,141,142,143,145,146,147,148,149,150,151,154,156,157,158,159,161,168,173,179,180,185,199,200,209,212,213,223,231,248,249,256,258,262,267,269,271,272,274,277,278,279,281],"\u3055\u304c":268,"\u3055\u304d":271,"\u3055\u3056\u3057\u3058\u3059":[205,226],"\u3055\u3057\u3057\u3059\u3059\u305b":[205,226],"\u3055\u305b":10,"\u3055\u307e\u3056\u307e\u306a":[22,270,277],"\u3055\u3089":276,"\u3055\u3089\u306b":[0,33,42,43,80,82,113,115,116,221,223,268,273,274],"\u3055\u3093":[6,7,17,34,36,37,38,39,40,41,42,43,44,92,113,115,116,118,138,143,145,147,149,182,205,213,216,221,241,248,258,272],"\u3057\u3044":[265,267],"\u3057\u3046\u308b":42,"\u3057\u304b":[17,34,42,43,47,92,113,115,116,138,143,158,174,199,200,213,215,216,229,231,244,245,258,271,276],"\u3057\u304b\u3057":[17,34,116,118,124,138,200,212,213,216,231,248,258,265,267,276],"\u3057\u304d\u3044":34,"\u3057\u304d\u308c":40,"\u3057\u304f":41,"\u3057\u3059\u304e\u308b":34,"\u3057\u3064\u3064":14,"\u3057\u3066":[10,12,14,17,31,36,40,41,68,138,154,158,267,272,273,274],"\u3057\u306a\u3044":43,"\u3057\u306a\u304f":34,"\u3057\u307e":10,"\u3057\u307e\u3044":[10,34,130,145,157,215,220,267,271,279],"\u3057\u307e\u3046":[0,10,12,34,36,38,40,41,42,43,44,106,145,154,231],"\u3057\u307e\u3057":[34,41],"\u3057\u307e\u3057\u3087":[80,145,214,215,216,231,280],"\u3057\u307e\u3059":[113,115,116,138,161,180,199,200,221,242,243,265,277],"\u3057\u307e\u305b":[10,29,115,116,138,158,161,213,219,239,267],"\u3057\u307e\u3063":[34,42,44],"\u3057\u3084\u3059\u3044":161,"\u3057\u3084\u3059\u304f":[12,40,44],"\u3057\u3088":[11,34,38,41,44,49,54,62,95,96,106,118,145,146,168,201,271],"\u3057\u308a":10,"\u3057\u308c":[10,34,42,43,70,83,92,95,106,107,108,113,115,119,120,121,134,135,136,137,140,143,145,146,150,154,161,174,199,200,213,214,215,216,276],"\u3058\u304d":[86,182],"\u3058\u308b":34,"\u3059\u304e\u307e\u305b":273,"\u3059\u304e\u308b":[34,80],"\u3059\u304f":185,"\u3059\u3050":[0,34,134,139,161,258],"\u3059\u3053\u308c\u3089":138,"\u3059\u3067":[12,34,42,70,95,105,146,149,201,209,248,265],"\u3059\u306a\u308f\u3061":271,"\u3059\u3079":[11,34,38,42,43,82,90,91,103,105,106,108,113,115,116,117,118,122,130,133,138,145,146,149,151,154,157,158,174,194,200,219,223,231,248,258,264,277],"\u3059\u3079\u304d":11,"\u3059\u3079\u3066":[29,34,36,38,40,42,43,47,63,68,80,82,85,86,91,92,93,95,105,106,113,118,130,131,138,142,143,146,149,157,158,164,200,202,213,227,235,238,248,272,274],"\u3059\u308b":[0,1,2,3,4,9,11,17,18,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,47,49,50,51,54,55,57,59,61,62,63,64,65,66,67,68,69,70,71,73,74,78,82,83,84,85,88,89,90,91,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,119,121,122,124,125,126,128,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,148,149,151,153,154,155,156,157,159,161,164,165,166,168,169,170,171,172,173,174,175,176,177,179,180,181,182,184,185,186,187,194,196,197,198,199,200,201,202,203,205,208,209,210,212,213,214,215,216,217,218,221,223,224,226,227,228,229,231,232,239,241,242,243,244,245,246,247,248,249,257,258,261,262,264,265,266,268,270,271,273,274,275,277,278,279,280,281],"\u3059\u308b\u304b":272,"\u3059\u308c":[0,43,68,125,132,138,157,164,171,174,199,200,241,272,274],"\u305a\u305b":[205,226],"\u305a\u3064":[156,157,248,276],"\u305a\u306b":80,"\u305a\u308c":[0,11,68,82,106,111,156,168,249,264,271],"\u305b\u3044":[34,41,42,44],"\u305b\u3044\u305c\u3044":143,"\u305b\u304b\u306d":44,"\u305b\u305a":109,"\u305b\u306a":[199,200],"\u305b\u308b":[0,11,14,34,92,143,161,171,172,179,180,226,262],"\u305b\u308c":[0,91],"\u305d\u3046":[10,21,34,54,63,112,121,122,123,134,137,164,174,175,194,200],"\u305d\u3046\u3044\u3063":34,"\u305d\u3053":[12,115,138,267,271],"\u305d\u3053\u306b":144,"\u305d\u3053\u307e\u3067":34,"\u305d\u3057\u3066":[0,138,149,182,271,272,276,277],"\u305d\u305d\u305f":[205,226],"\u305d\u305e":[205,226],"\u305d\u3061\u3089":[29,34,44],"\u305d\u306e":[0,10,11,12,17,22,23,32,34,40,41,42,43,44,47,49,50,54,56,59,63,65,66,68,69,80,82,86,87,92,93,102,103,104,105,106,113,115,116,118,123,130,131,133,134,138,143,145,148,154,156,157,158,164,174,179,180,194,196,199,200,202,203,214,216,217,219,223,227,231,239,241,242,243,245,248,249,261,264,265,267,269,272,273,274,276,277,278,279,281],"\u305d\u306e\u305b\u3044":34,"\u305d\u306e\u307e\u307e":[12,34],"\u305d\u306e\u3088\u3046":102,"\u305d\u306e\u5f8c":[47,54,138,200],"\u305d\u306e\u969b":12,"\u305d\u308c":[11,12,17,27,28,32,34,36,43,61,65,69,71,92,93,105,113,116,138,143,145,158,173,176,196,199,200,213,222,231,249,265,267,271,272,274,276,280],"\u305d\u308c\u304b\u3089":[80,138],"\u305d\u308c\u305e\u308c":[6,7,8,11,14,29,34,42,65,68,83,106,138,143,149,156,161,174,180,194,200,210,223,264,265,267,271,272,274,276,281],"\u305d\u308c\u3086\u3048":[199,271],"\u305d\u308c\u3089":[12,34,43,47,49,51,70,105,118,138,139,145,152,155,212,213,258],"\u305d\u308d\u305d\u308d":274,"\u305d\u3093\u306a":[29,143],"\u305e\u3044":[115,116],"\u305e\u308c":[11,12,61,138,158,200,222],"\u305f\u3044":[6,7,8,16,24,25,27,28,29,31,33,34,38,42,44,47,51,68,91,92,95,113,114,118,119,121,124,130,135,136,137,138,143,145,147,149,154,156,157,158,161,173,175,179,199,212,213,219,222,227,229,231,241,242,249,264,271,272,273,274,276,278],"\u305f\u3044\u304f\u3064\u304b":44,"\u305f\u304b":[34,38,43,98,105,107,108,109,134,138,161,220],"\u305f\u304b\u3063":[220,280],"\u305f\u304f":[6,7,17,34,38,41,43,44,70,92,104,113,115,116,118,138,143,145,147,149,182,213,216,221,248,258,272],"\u305f\u3051\u3069":138,"\u305f\u3055\u3093":[34,35,38,41,43,44],"\u305f\u3059\u3079\u3066":138,"\u305f\u3060":[27,34,80],"\u305f\u3060\u3044":34,"\u305f\u3060\u304d":34,"\u305f\u3060\u3051":40,"\u305f\u3060\u3057":[33,34,35,38,41,42,43,44,69,78,115,122,140,156,199,200,213,239,265],"\u305f\u3060\u3061":[205,226],"\u305f\u3061":217,"\u305f\u3061\u3061\u3064\u3064":[205,226],"\u305f\u3068\u3048":[118,138,139,267],"\u305f\u3069\u3063":277,"\u305f\u3069\u308b":273,"\u305f\u3070\u304b\u308a":201,"\u305f\u3073":[12,44,82,157,281],"\u305f\u3076\u3093":29,"\u305f\u3079":226,"\u305f\u307b\u3046":138,"\u305f\u307e\u307e":[44,258],"\u305f\u3081":[0,1,2,3,4,6,7,12,14,17,19,21,22,23,24,25,27,29,30,31,32,34,38,40,41,42,43,44,47,50,55,57,61,68,69,70,73,76,80,83,85,87,89,92,95,102,103,104,105,106,107,113,115,118,122,123,124,130,131,137,143,145,146,154,155,156,157,158,159,161,164,165,168,169,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,202,203,212,213,214,215,216,217,219,220,222,223,226,227,228,239,241,242,243,245,248,258,262,264,265,267,269,271,272,273,274,275,276,277,279,281],"\u305f\u3081\u3057":281,"\u305f\u3089":[10,12,17,29,34,36,42,43,44,54,70,73,99,107,108,109,115,118,123,130,131,133,134,138,139,145,148,154,161,164,176,180,185,200,215,219,231,258,262,276],"\u305f\u308a":[0,3,10,34,42,43,44,59,104,105,106,137,138,143,198,213,223,249,262],"\u3060\u3044":[38,42],"\u3060\u304b\u3089":[113,116,138],"\u3060\u3051":[3,6,7,11,17,23,24,25,27,31,32,34,38,40,42,43,44,57,68,73,84,86,87,88,92,95,102,105,106,109,113,114,115,116,118,121,122,123,125,130,132,134,135,138,140,143,145,146,148,149,151,154,158,159,161,164,173,176,182,185,194,196,199,200,201,202,212,213,214,215,216,217,223,229,234,235,241,243,257,258,262,267,271,276],"\u3060\u3051\u304d\u3061\u3093":44,"\u3060\u3055\u3044":[0,3,12,13,14,17,18,19,21,23,29,30,31,34,40,42,43,63,80,83,91,92,113,114,115,116,118,121,122,124,131,138,140,143,145,158,161,174,179,180,194,199,200,206,212,213,217,219,250,258,264,272,274],"\u3060\u3057":[38,157],"\u3060\u3059":44,"\u3060\u3063":[34,40,43,44,68,82,104,105,123,138,200,267,268],"\u3060\u3068":10,"\u3060\u3089":106,"\u3061\u3083\u3093":273,"\u3062\u3064\u3065":[205,226],"\u3064\u3044":277,"\u3064\u304b":37,"\u3064\u304b\u3063":34,"\u3064\u304d":[33,34,42,44,80,88,135,136,138,148,173,212,215],"\u3064\u3051":[34,138,161,168],"\u3064\u3051\u308b":[10,42,44,80,138,261,279],"\u3064\u3064":[180,267],"\u3064\u3065\u3044":277,"\u3064\u3065\u304f":161,"\u3064\u3076\u3084\u304d":201,"\u3064\u307e\u308a":[12,43,92,99,138,149,239],"\u3065\u3051":[40,41,180],"\u3065\u3051\u308b":47,"\u3066\u304d":87,"\u3066\u304f":14,"\u3066\u307f\u307e\u3057\u3087":281,"\u3066\u308c":118,"\u3067\u3044":[34,43,138,200,271,277],"\u3067\u3044\u3046":[203,272],"\u3067\u304d":[0,1,6,7,8,10,11,12,13,14,17,18,21,24,25,26,27,28,29,31,33,34,35,36,38,40,41,42,43,44,47,48,50,51,54,55,57,59,61,65,68,69,73,78,80,82,83,84,85,86,87,88,91,92,93,95,96,97,98,99,103,104,105,106,107,108,109,113,114,115,116,117,119,121,122,123,124,125,126,130,132,133,134,135,136,137,138,139,141,143,146,147,148,149,152,154,155,156,157,158,159,161,164,165,166,168,169,170,171,172,174,175,176,177,179,180,181,182,185,194,198,199,200,201,202,203,205,208,209,210,212,213,214,215,216,217,219,220,221,222,223,224,226,227,228,229,231,239,241,242,243,244,245,248,257,258,261,262,264,267,268,269,271,272,273,274,275,276,278,279,280,281],"\u3067\u304d\u305a":34,"\u3067\u304d\u308b":[0,3,6,7,8,9,12,14,34,38,39,40,41,42,43,44,49,57,61,72,80,91,92,103,114,118,124,137,138,141,143,152,156,157,158,161,164,165,169,174,182,199,201,208,209,212,213,215,216,217,219,231,242,248,258,267,271,272,277,278,279],"\u3067\u304f":[3,21,23,42,80,92,138,143,161,179,200,212],"\u3067\u3053\u306e":[34,248],"\u3067\u3057":[30,34,42,43,44,200,214,268,271],"\u3067\u3057\u304b":[7,33,229,244],"\u3067\u3057\u3087":[0,6,7,20,29,34,42,92,106,122,123,130,138,154,161,200,201,272],"\u3067\u3059":[0,3,6,7,8,10,11,12,14,16,17,18,19,21,24,25,27,29,30,31,32,33,34,38,40,41,42,43,44,47,49,50,51,53,54,55,57,60,63,65,66,68,70,72,73,76,78,80,81,82,83,84,85,86,87,88,89,91,92,93,95,96,97,98,99,102,103,104,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,159,161,162,164,165,168,169,171,172,173,174,175,176,179,180,182,185,186,187,194,196,198,199,200,201,202,203,204,205,206,208,209,210,212,213,214,215,216,217,219,220,221,222,223,224,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,257,258,261,262,264,265,267,268,269,271,272,274,275,276,277,278,280,281],"\u3067\u3059\u306d":10,"\u3067\u3059\u3079\u3066":152,"\u3067\u305d\u3046":114,"\u3067\u3060\u3051":92,"\u3067\u3064\u306a\u3052\u308b":138,"\u3067\u3069":[114,141],"\u3067\u3069\u3053":87,"\u3067\u306a\u3051\u308c":[105,124,130,137,199,200],"\u3067\u306b":[34,44,106,121,125,132,201,267],"\u3067\u306e":[34,42,83,182,232,233,234,235],"\u3067\u306e\u307f":34,"\u3067\u306f":42,"\u3067\u307e\u3068\u3081":212,"\u3067\u307f":0,"\u3067\u3082":[0,14,17,19,23,24,25,27,29,31,32,34,38,40,41,42,43,44,47,87,105,116,118,130,138,143,145,157,158,161,171,172,180,182,185,209,213,216,217,219,223,241,242,264,265,267,274,276,278,281],"\u3067\u3082\u3059\u3079\u3066":[44,231],"\u3067\u3082\u3063\u3068\u3082":81,"\u3067\u3088\u308a":[34,42],"\u3067\u5024":[156,274],"\u3068\u3044\u3044":213,"\u3068\u3044\u3046":[0,9,10,12,14,17,29,34,38,40,41,42,43,44,47,57,80,82,85,86,89,92,99,105,107,108,109,113,115,116,119,121,122,124,125,126,130,132,133,134,135,138,140,141,143,145,148,149,152,154,156,157,158,159,161,168,172,179,180,182,185,198,199,200,203,210,212,213,214,215,216,217,219,220,223,227,228,229,231,232,233,234,235,239,241,244,245,248,249,258,264,265,267,268,271,272,273,274,276,277,278,281],"\u3068\u3044\u3051":[43,106,131,138,143,245,264,269,276],"\u3068\u3044\u3063":[27,40,41,42,43,44,80,106,113,115,116,118,124,138,154,168,198,199,200,202,223,258,281],"\u3068\u3048":[0,29,33,42,43,47,56,57,82,91,92,95,106,113,115,116,122,123,137,138,139,140,146,161,172,182,194,209,213,214,215,216,231,239,248,265,281],"\u3068\u304a\u308a":[33,105,130,157,271,272,281],"\u3068\u304d":[0,6,7,9,10,11,12,24,25,27,28,29,31,34,35,36,38,40,41,42,43,44,47,54,61,66,68,69,70,80,83,84,86,91,92,95,99,105,106,107,112,113,114,115,116,118,121,122,123,124,125,126,130,131,132,133,137,138,139,141,142,143,145,146,148,149,154,156,158,159,161,168,179,180,182,198,199,200,201,202,203,209,212,213,217,219,220,221,222,229,242,248,249,258,264,265,271,272,273,274,277,278],"\u3068\u304d\u3057\u304b":99,"\u3068\u304d\u3069\u304d":44,"\u3068\u3053\u306e":[118,130,138,213,219,248],"\u3068\u3053\u308d":[16,17,34,39,43,113,116,135,136,176,179,231],"\u3068\u3053\u308d\u3044\u304f\u3064\u304b":80,"\u3068\u3055\u3089\u306b":[6,7],"\u3068\u3057":[11,34,41,42,44,47,54,95,118,136,138,145,146,155,156,157,158,168,176,200,201,212,219,220,221,222,231,239,249,271,273,276],"\u3068\u3057\u3066":[0,11,12,14,15,17,18,20,24,25,27,28,29,31,34,36,38,39,40,41,42,43,44,47,48,50,51,54,65,66,67,73,78,82,87,92,96,98,102,107,108,109,110,113,115,116,117,118,121,122,133,135,136,138,140,141,143,145,148,151,156,157,158,161,166,168,172,174,180,182,198,199,200,203,208,209,212,213,214,215,217,219,220,221,223,224,227,229,231,241,242,245,256,258,261,264,265,267,271,272,273,274,275,276,278,280,281],"\u3068\u3057\u307e\u3057\u3087":[276,280],"\u3068\u3057\u307e\u305b":49,"\u3068\u3059\u3050":201,"\u3068\u3059\u3079\u3066":[40,105,114,130,133,138,154],"\u3068\u3059\u308b":34,"\u3068\u3059\u308c":0,"\u3068\u305d\u306e":[82,85,118,130,161,215],"\u3068\u3063":158,"\u3068\u3064\u3044":281,"\u3068\u3066":[0,34,106,138,199,200,219,223,258],"\u3068\u3068":[16,17,205,226],"\u3068\u3068\u3082":63,"\u3068\u3068\u3082\u306b":271,"\u3068\u3069":[91,205,218,226],"\u3068\u306a\u3063":41,"\u3068\u306a\u308a":[34,123,172,182,199,258,278],"\u3068\u306e":[43,44,115,116,200],"\u3068\u307f":[41,138,159,199],"\u3068\u3082":[34,43,92,113,115,116,130,138,157,174,182,185,199,200,245,248,269,281],"\u3068\u3082\u3063\u3068":29,"\u3068\u3088\u3044":29,"\u3068\u308a":[14,44,54,173,176,196],"\u3068\u308a\u3068\u3093":[199,200],"\u3068\u308b":65,"\u3068\u308f\u304b\u308a":[217,268],"\u3068\u308f\u304b\u308b":12,"\u3069\u3046":[10,34,35,40,43,55,65,90,92,94,98,100,107,108,109,111,113,115,116,118,122,138,154,158,161,194,231,267,272],"\u3069\u304a\u308a":[34,44],"\u3069\u3053":[29,34,38,42],"\u3069\u3061\u3089":[19,34,43,44,54,76,115,145,161,221,258,274,276],"\u3069\u3061\u3089\u304b":[33,172,182,199,200],"\u3069\u306e":[29,34,138,149,168,169,200,208,213,220,272,276],"\u3069\u306e\u304f\u3089\u3044":34,"\u3069\u308c":[34,83,92,93,105,106,107,108,109,114,118,130,131,133,137,138,143,145,179,200,231,258],"\u3069\u3093":144,"\u3069\u3093\u306a":[34,161],"\u306a\u3044":[0,9,11,12,14,17,21,23,29,30,33,34,35,36,37,38,39,40,41,42,43,44,47,50,54,55,63,65,68,69,70,80,82,83,86,88,89,91,92,93,96,97,99,103,104,105,106,112,113,114,115,116,121,122,123,124,130,131,134,135,136,137,138,139,140,141,143,148,149,154,155,156,157,158,159,161,165,171,172,173,175,179,182,185,194,198,199,200,201,208,210,212,213,214,215,216,217,219,220,221,223,228,229,231,239,241,242,243,244,245,264,265,267,269,271,272,274,276,277,279],"\u306a\u304a":[12,199,265],"\u306a\u304a\u3053\u306e":157,"\u306a\u304a\u3057":42,"\u306a\u304a\u3059":[42,133],"\u306a\u304b":[10,34,130],"\u306a\u304b\u3063":[34,40,42,43,44,82,84,86,90,94,100,107,108,109,111,118,124,133,138,139,154,156,157,164,180,185,200,213,215,267,274],"\u306a\u304c\u3089":[0,12,40,113,115,116,138,149,161,231,274],"\u306a\u304c\u308a":34,"\u306a\u304c\u308b":40,"\u306a\u304e":185,"\u306a\u304f":[0,3,10,12,21,29,34,35,36,38,40,41,42,43,44,47,54,65,93,104,105,107,112,116,118,122,125,130,132,138,143,145,154,157,158,164,180,182,185,194,198,199,200,208,209,213,214,215,216,223,234,235,248,258,262,271,272,274,276,280],"\u306a\u304f\u3059":105,"\u306a\u3051\u308c":[21,29,34,40,44,50,51,54,57,62,63,65,68,76,80,87,91,92,93,95,106,112,113,115,116,118,123,130,134,138,143,146,156,157,158,159,161,164,173,174,175,179,185,199,200,212,213,214,215,216,222,271],"\u306a\u3055":[159,181],"\u306a\u3055\u3093":3,"\u306a\u3057":[34,41,42,43,47,69,82,87,88,116,122,124,130,138,148,156,169,173,180,185,199,205,220,226,239,241,242,249,257,264,271],"\u306a\u3059":170,"\u306a\u305c":[6,7,8,33,34,43,47,91,92,99,105,113,115,116,118,122,123,130,138,143,148,154,161,179,194,199,200,203,209,213,214,215,216,219,220,228,229,231,232,233,234,235,241],"\u306a\u305c\u306a\u3089":115,"\u306a\u305f":[43,217],"\u306a\u3063":[0,6,7,8,10,12,14,34,36,38,39,40,41,42,43,44,80,82,83,89,99,106,107,115,122,138,149,199,200,202,215,217,219,248,258,262,267,268,271,274,276,277,278],"\u306a\u3068":[34,205,226],"\u306a\u3068\u304d":[0,34],"\u306a\u3068\u3057\u3066":226,"\u306a\u3069":[0,5,6,7,8,11,12,13,17,20,29,34,38,40,42,43,44,47,55,65,82,89,91,92,105,106,112,122,123,124,135,136,138,143,149,152,156,157,161,171,172,174,182,194,198,199,200,201,208,212,213,214,215,216,219,220,222,223,231,244,249,258,265,267,271,274,275,277,278],"\u306a\u306a\u3069":[199,200],"\u306a\u306b":[70,92,104,113,118,124,130,145,219],"\u306a\u306b\u3088\u308b":[34,241],"\u306a\u306b\u5bfe\u3057":[199,200],"\u306a\u306e":[43,219],"\u306a\u3073":[34,43,44],"\u306a\u3078":34,"\u306a\u3082\u306e":[51,213],"\u306a\u3084\u308a\u304b\u305f":280,"\u306a\u3088\u3046":44,"\u306a\u3089":[6,7,8,11,14,21,24,25,27,31,33,34,40,41,42,43,44,47,51,55,63,65,68,80,82,86,91,92,99,102,105,108,113,115,116,118,122,123,128,130,137,138,139,140,143,148,154,156,157,158,161,173,179,194,199,200,203,209,213,214,215,216,219,220,228,229,231,232,233,234,235,241,248,269,276],"\u306a\u308a":[0,6,7,8,10,12,21,33,34,38,40,41,42,43,44,47,50,51,54,55,57,63,65,68,76,78,80,82,83,86,87,88,90,91,92,99,101,104,105,106,107,108,109,112,113,115,116,118,122,123,124,125,126,130,131,132,133,134,137,138,139,140,141,142,143,145,146,148,154,156,157,158,159,161,168,169,174,179,182,199,200,201,204,209,210,212,213,214,215,216,217,219,220,222,227,229,242,243,246,247,249,261,264,267,271,272,273,274,276,277,278,279,281],"\u306a\u308b":[0,10,11,12,17,23,24,25,27,29,31,32,34,35,36,37,40,41,42,43,44,54,55,65,70,90,92,101,102,103,105,107,108,109,112,113,115,116,118,122,123,133,137,138,143,145,154,156,157,158,161,164,169,170,175,179,180,182,199,200,201,205,217,222,226,241,248,249,267,271,272,274],"\u306a\u308c":82,"\u306a\u308f":44,"\u306a\u3093":82,"\u306b\u3042\u308a":[6,7,8,18,119,143],"\u306b\u3044\u304f\u3064\u304b":[41,43],"\u306b\u304a\u3044":[26,34,82,271],"\u306b\u304a\u3059\u3059\u3081":105,"\u306b\u304d":34,"\u306b\u304f\u3044":[0,34],"\u306b\u304f\u3044\u304b":231,"\u306b\u304f\u304f":43,"\u306b\u304f\u3089\u3079":276,"\u306b\u304f\u308b":267,"\u306b\u3057":[41,42,43,47,106,114,138,179,199,200],"\u306b\u3059":[44,267],"\u306b\u3059\u3050":201,"\u306b\u3059\u3079\u3066":91,"\u306b\u3059\u308b":[33,34,258],"\u306b\u305b":34,"\u306b\u305d\u306e":161,"\u306b\u3064":[34,40],"\u306b\u3064\u3044\u3066":[0,3,7,11,12,18,19,20,21,24,25,27,28,29,30,31,34,38,40,41,42,43,47,49,61,65,69,80,81,82,83,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,153,154,156,161,163,166,168,169,170,172,177,180,181,185,199,209,212,213,214,215,216,217,219,220,222,227,229,241,248,249,250,256,258,264,265,268,269,271,272,274,275,276,277,281],"\u306b\u3064\u304d":202,"\u306b\u3064\u3051":200,"\u306b\u3064\u3076\u3084\u3051":10,"\u306b\u3064\u3076\u3084\u3051\u308b":10,"\u306b\u3066":[12,40,41,43,168],"\u306b\u3068\u3063":[10,43],"\u306b\u3068\u3063\u3066":[10,149,229],"\u306b\u3069":[11,34,138],"\u306b\u307e\u3068\u3081":[12,44],"\u306b\u307e\u3068\u3081\u308b":44,"\u306b\u3082":[44,138,213,265],"\u306b\u3088":40,"\u306b\u3088\u304f":[34,92,143,214],"\u306b\u3088\u3063":[0,9,11,34,41,54,65,68,80,82,89,90,94,100,101,103,104,111,128,144,155,156,159,198,239,242,264,265,271,273,274],"\u306b\u3088\u3063\u3066":[0,14,34,41,54,78,82,104,267,271,274],"\u306b\u3088\u308a":[0,12,33,34,40,41,42,43,44,89,92,106,138,158,168,231,249,258,261,264,267,271,274,276,278,279],"\u306b\u3088\u308b":[0,10,12,22,34,38,39,40,41,42,43,130,156,158,168,200,243,249,270,271,274,277,281],"\u306b\u5bfe\u3057":[0,11,12,34,35,40,41,42,43,44,59,65,68,80,91,92,116,123,125,130,131,132,134,138,141,151,154,155,174,185,199,200,213,215,222,231,265,272,273,274,276,280,281],"\u306b\u5bfe\u3057\u7570":180,"\u306b\u5bfe\u3059\u308b":[0,11,12,22,34,36,38,41,42,43,44,69,92,117,123,134,137,138,141,145,161,270,271,273,274,277,278],"\u306b\u5bfe\u5fdc":[34,38,39,40,42,51,54,59,62,65,66,68,71,113,115,116,156,159],"\u306b\u5bfe\u5fdc\u4ed8\u3051":219,"\u306b\u5bfe\u8c61":38,"\u306b\u6708":34,"\u306b\u95a2\u3057":[11,34,41,43,44,54,115,116,157],"\u306b\u95a2\u3059\u308b":[2,22,34,38,39,40,41,42,43,44,46,64,69,137,158,199,200,202,219,248,277],"\u306b\u95a2\u308f\u3089":105,"\u306e\u3042\u3068":40,"\u306e\u3044":[0,11,68,82,106,111,156,168,249,264],"\u306e\u3044\u305a\u308c":[34,63,93,280],"\u306e\u3044\u305a\u308c\u304b":[67,68,71,169,170],"\u306e\u3046\u3061":[93,161,199],"\u306e\u304b":[34,138,265,268,277],"\u306e\u304b\u308f\u308a":[42,44],"\u306e\u304f\u3089\u3044":[34,92,248],"\u306e\u3059":99,"\u306e\u3059\u3079\u3066":[113,115,116,138,148,258],"\u306e\u305e\u3044":231,"\u306e\u3067":[0,1,10,12,17,21,32,34,38,40,41,42,43,44,83,91,105,113,115,116,130,135,136,138,143,158,159,164,168,180,185,200,212,219,248,258,262,265,267,268,269,271,274,276,277],"\u306e\u3067\u3057\u3087":[138,213],"\u306e\u3069":[34,194],"\u306e\u3069\u3061\u3089":[138,161,200],"\u306e\u3069\u3061\u3089\u304b":[138,164,199,200],"\u306e\u3069\u308c":[92,143,156,161,194,219],"\u306e\u306b":[22,34,40,41,42,44,105,112,119,147,229,243,266,272],"\u306e\u306b\u5bfe\u3057":54,"\u306e\u307b\u304b":[249,271],"\u306e\u307f":[0,11,12,17,21,34,42,43,44,50,51,65,66,68,69,72,78,103,105,112,115,116,118,122,130,134,138,139,140,141,154,158,171,172,179,180,182,185,206,208,213,217,219,231,241,243,244,245,265,267,268,271,274,276,279],"\u306e\u307f\u3057\u304b":221,"\u306e\u3088\u3046":[34,41,42,43,44,47,50,86,93,138,143,152,156,161,179,198,199,200,213,214,231,242,244],"\u306f\u3042\u306a\u305f":6,"\u306f\u3044":271,"\u306f\u3044\u304f\u3064\u304b":[33,49,83,145,154,199,258],"\u306f\u3044\u3051":[34,54,65,92,102,108,130,154,161,200],"\u306f\u3044\u3064":34,"\u306f\u3044\u308f\u3086\u308b":43,"\u306f\u304d\u3063\u3068":213,"\u306f\u3053\u306e":[34,43,123,137,138,140,185,216,231,269],"\u306f\u3057":34,"\u306f\u3058\u307e\u308a":82,"\u306f\u3058\u307e\u308b":34,"\u306f\u3058\u3081":[17,22,46,82,92,141,205,218],"\u306f\u3058\u3081\u308b":106,"\u306f\u3059\u3079\u3066":[88,92,96,97,98,99,104,105,106,107,108,109,113,115,121,122,123,124,127,130,131,133,135,136,137,138,139,140,143,145,147,148,149,158,172,174,198,200,204,215,216,231,274],"\u306f\u305a":[18,34,40,104,157,205,213,241,248],"\u306f\u305d\u306e":54,"\u306f\u305d\u308c\u3089":118,"\u306f\u3061\u3087\u3046":200,"\u306f\u3068":223,"\u306f\u3069":[92,138,143,219],"\u306f\u3069\u3061\u3089":[161,258],"\u306f\u3069\u3061\u3089\u304b":[199,200],"\u306f\u3069\u308c":200,"\u306f\u306a\u304f":213,"\u306f\u307b\u3068\u3093\u3069":138,"\u306f\u307e\u305a":12,"\u306f\u307e\u3060":[116,216,258],"\u306f\u307f":3,"\u306f\u308f\u304b\u308a":34,"\u306f\u6708":[200,217],"\u3070\u3042":217,"\u3070\u3044\u3051":[21,29,34,40,44,51,54,57,62,65,68,76,80,91,92,93,95,105,106,113,115,116,124,130,138,143,146,158,159,161,179,185,199,200,212,213,214,215,216],"\u3070\u304b\u308a":[12,43],"\u3070\u3053\u306e":43,"\u3070\u3059\u3079\u3066":231,"\u3070\u305d\u306e":276,"\u3070\u3069":47,"\u3070\u3071":[205,226],"\u3070\u308c\u308b":36,"\u3072\u3053\u3055\u3093":[40,42,44],"\u3072\u3068\u3064":[40,166,199],"\u3072\u3072\u3072\u3075\u3075\u3075":[205,226],"\u3072\u3073\u3074\u3075\u3076\u3077":[205,226],"\u3072\u3089":[34,179,199,200,205,209,219,226,231],"\u3072\u308d":279,"\u3072\u308d\u3086\u304d":279,"\u3075\u306a\u3068":42,"\u3075\u308a":141,"\u3076\u3093":10,"\u3078\u3059\u3079\u3066":[43,91],"\u3078\u3068":[42,138,269,278,280],"\u3078\u306e":[29,34,271],"\u3078\u3079\u307a":[205,226],"\u3078\u307b\u307b\u307b":[205,226],"\u3079\u304d":[6,7,8,12,34,43,44,65,93,115,122,124,130,133,138,154,156,158,161,200,204,264],"\u3079\u304f":274,"\u3079\u3066":[44,47,115,117,122,138,158,272],"\u3079\u30fc\u30b9":42,"\u307b\u3046":42,"\u307b\u304b":[0,271],"\u307b\u3057\u3044":34,"\u307b\u3057\u304f":138,"\u307b\u3068\u3093\u3069":[34,43,54],"\u307b\u3069":[34,141,143,154,156,231,262,271,274],"\u307b\u307c":[34,200],"\u307b\u307c\u307d":[205,226],"\u307e\u3057":[6,7,8,10,12,17,18,34,38,40,41,42,43,44,92,105,113,115,116,138,143,158,168,199,200,203,213,220,229,242,267,268,272,273,277],"\u307e\u3057\u3087":[113,115,116,138,168,273,274],"\u307e\u3059":[0,1,2,3,5,6,7,8,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,38,40,41,42,43,44,47,48,49,50,51,52,54,55,56,57,59,61,62,63,64,65,66,67,68,69,70,71,72,73,74,76,78,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,161,162,163,164,165,166,168,169,170,171,172,173,174,175,176,177,179,180,181,182,183,184,185,186,187,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,213,214,215,216,217,218,219,220,221,222,223,224,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,256,257,258,261,262,264,265,267,268,269,271,272,273,274,275,276,277,278,279,280,281],"\u307e\u305a":[12,17,29,32,157,158,186,187,194,200,205,265,267,268,272,274,276,277,280],"\u307e\u305b":[0,6,7,10,12,17,25,29,33,34,38,40,41,42,43,44,47,49,50,51,54,57,61,62,63,65,68,69,70,73,74,76,78,80,83,85,87,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,109,112,113,114,115,116,117,118,119,120,121,122,123,124,128,130,131,133,134,135,136,137,138,139,140,141,142,143,144,145,146,148,149,150,154,156,157,158,159,161,164,168,172,174,179,180,182,185,194,199,200,201,203,204,206,208,212,213,214,215,216,217,219,220,221,222,223,228,229,231,232,233,234,235,236,237,238,239,240,241,243,244,245,246,247,248,249,256,258,262,264,265,267,269,271,272,274,276,278,280],"\u307e\u305f":[3,5,8,12,14,19,21,29,34,38,39,42,43,44,47,51,54,68,70,76,83,89,90,91,92,93,94,99,100,101,103,105,107,108,109,111,113,115,116,122,123,124,128,130,133,134,138,143,144,151,154,156,157,158,159,164,168,172,182,194,199,200,202,210,213,217,223,239,241,249,258,268,277,279,281],"\u307e\u305f\u3044":[34,40,113,115,116,168,217],"\u307e\u305f\u3050":[22,40,168,270],"\u307e\u3060":[12,34,38,41,42,44,82,116,135,136,138,140,141,161,182,200,214,217,264],"\u307e\u3064\u308f":41,"\u307e\u3067":[11,12,17,33,34,41,42,44,49,50,86,92,106,113,118,138,156,157,164,201,213,223,248,268,272,274,276,277,279],"\u307e\u3068\u3081":[10,42],"\u307e\u3068\u3081\u3066":[0,12,271,272],"\u307e\u3068\u3081\u308b":[158,239],"\u307e\u307e":[10,12,34,41,43,63,82,145,154,161,200,272],"\u307e\u307e\u3067":267,"\u307e\u308a":[43,138],"\u307e\u308b":34,"\u307e\u308d\u3086\u304d":279,"\u307e\u308f\u3059":138,"\u307e\u308f\u308a":3,"\u307f\u304c":11,"\u307f\u305f\u3059":277,"\u307f\u3066":281,"\u307f\u306a\u3055":11,"\u307f\u306a\u3057":44,"\u307f\u307e\u3057\u3087":[113,138,145,200,214,215,216,243,245,271,272,273,274,276,277,280,281],"\u3080\u3089":34,"\u3080\u308b":[199,200],"\u3080\u308b\u3093":[199,200],"\u3082\u3044\u308d\u3044\u308d\u3057":113,"\u3082\u3046":[40,54,63,105,158,166,201,243,271,276],"\u3082\u3046\u307e\u304f":29,"\u3082\u304b\u304b\u308f\u3089":[34,243],"\u3082\u304d\u3061\u3093":158,"\u3082\u3053\u306e":[34,105],"\u3082\u3057":[6,7,21,29,33,34,41,42,43,44,50,63,70,83,85,86,87,92,99,105,106,107,109,115,116,118,123,130,131,133,134,138,139,140,143,145,154,157,158,159,164,168,174,175,176,180,185,199,200,212,213,214,215,217,248,258,276],"\u3082\u3057\u3042":43,"\u3082\u3057\u304b\u3057":231,"\u3082\u3057\u304f":[12,27,40,41,42,43,68,69,105,110,115,130,158,164,171,172,182,199,200,249,264,269,271,276],"\u3082\u3057\u3053\u306e":[123,269],"\u3082\u3057\u3054":40,"\u3082\u3057\u307e\u305b":70,"\u3082\u3057\u308c":[212,231,241],"\u3082\u3057\u4f7f\u3063":108,"\u3082\u3057\u547c\u3070":34,"\u3082\u3057\u578b":137,"\u3082\u3057x":41,"\u3082\u3059":[125,132],"\u3082\u3059\u3050":139,"\u3082\u305b":154,"\u3082\u3061\u308d\u3093":[157,272],"\u3082\u3063\u3068":[6,7,138],"\u3082\u3063\u3068\u3082":[14,85],"\u3082\u3064":[43,102,272],"\u3082\u3068":[12,34,268],"\u3082\u3068\u3082":34,"\u3082\u3069\u3061\u3089":216,"\u3082\u306e":[11,12,17,32,34,40,41,42,43,44,50,68,69,82,113,115,116,118,123,137,138,154,155,156,157,158,168,169,175,179,181,204,213,214,216,220,227,242,264,271,274,276],"\u3082\u3088\u308a":216,"\u3082\u3089\u3048":10,"\u3082\u3089\u3048\u308b":10,"\u3082\u3089\u3063":[12,274],"\u3082\u308a":43,"\u3082\u308c\u308b":43,"\u3084\u304c":82,"\u3084\u3057":138,"\u3084\u3059":34,"\u3084\u3059\u3044":[35,43,138,156,172,182,198],"\u3084\u3059\u3044\u304b":212,"\u3084\u3059\u304b\u3063":34,"\u3084\u3059\u304f":[34,36,42,84,138],"\u3084\u3059\u304f\u3057":[34,43],"\u3084\u305d\u306e":102,"\u3084\u3063":[92,194],"\u3084\u307e":42,"\u3084\u307e\u3060":42,"\u3084\u307e\u306d":[41,42],"\u3084\u3081":[34,38,41,42,43,44,86],"\u3084\u3081\u307e\u3057\u3087":[214,215,216],"\u3084\u3081\u308b":44,"\u3084\u3085\u3086\u3087":[205,226],"\u3084\u3089":12,"\u3084\u308a":[19,280],"\u3086\u304d":279,"\u3086\u304d\u3072\u308d":279,"\u3086\u308c":[34,241,242],"\u3088\u3044":[17,65,91,92,105,122,138,161,199,200,258,272,276],"\u3088\u3046":[0,6,7,8,10,11,12,14,21,26,29,34,35,36,38,39,40,41,42,43,44,47,51,63,68,80,82,83,85,89,91,92,99,102,103,104,105,106,112,113,114,115,116,118,119,121,122,123,124,125,126,130,131,132,134,138,139,142,143,145,146,149,156,157,158,161,168,169,172,180,182,185,199,200,201,203,205,208,212,213,214,215,216,217,218,221,223,226,227,228,231,239,241,242,243,245,246,247,248,258,262,264,265,267,268,269,271,272,273,274,276,277,278,279,280,281],"\u3088\u304b\u3063":267,"\u3088\u304f":[34,44,80,92,105,113,115,116,138,156,164,213,229],"\u3088\u3063":281,"\u3088\u3063\u3066":[76,149,208,249,275,281],"\u3088\u3073":11,"\u3088\u308a":[6,7,11,18,23,29,34,36,38,40,41,42,43,44,63,69,80,86,92,99,115,122,123,134,138,143,154,156,157,158,168,169,171,172,175,199,200,201,202,212,213,214,215,216,219,222,231,241,244,248,249,265,267,271,272,276,277],"\u3088\u308e\u308f":[205,226],"\u3088\u308f\u308f\u304b\u304b\u3051\u3051":[205,226],"\u3089\u308c":[0,10,11,34,36,38,40,41,44,50,63,90,91,93,102,115,123,134,138,144,149,223,241,242,274,276,280],"\u3089\u308c\u308b":[0,11,40,41,42,44,51,69,213,265],"\u308c\u305a":[44,82],"\u308c\u307e\u305b":[29,43,47,68,82,89,130,131,138,139,145,156,171,202,212,276],"\u308c\u3084\u3059\u304f\u3057":34,"\u308c\u308b":[0,9,11,12,14,17,29,34,38,40,41,42,43,44,47,50,54,59,63,66,69,70,78,80,82,88,89,105,113,114,115,116,119,134,135,136,138,141,143,145,156,157,164,168,175,182,185,201,203,208,213,219,220,222,223,226,229,242,243,245,249,264,265,267,274,281],"\u308f\u304b\u3061":265,"\u308f\u304b\u3063":154,"\u308f\u304b\u3089":138,"\u308f\u304b\u308a":[34,36,42,43,138,231,272],"\u308f\u304b\u308b":42,"\u308f\u304b\u308c":138,"\u308f\u3051":[106,124,138,147,149,200,219,248,271],"\u308f\u305f\u3057":226,"\u3092\u304a\u3053":277,"\u3092\u304b\u308f\u308a":63,"\u3092\u3054":14,"\u3092\u3054\u89a7\u304f":[0,18],"\u3092\u3064\u3051":[138,199],"\u3092\u3064\u3051\u308b":[6,7,200],"\u3092\u3088\u308a":44,"\u3092\u901a\u3057":[156,274],"\u3093\u304c":[199,200],"\u3093\u3057":[108,121,154],"\u3093\u3057\u304d":198,"\u3094\u3041":34,"\u3094\u3043":34,"\u3094\u3049":34,"\u3094\u3094":34,"\u3095\u304b":[205,226],"\u3096\u3051":[205,226],"\u309d\u309e":[205,226],"\u30a1\u30a2\u30a3\u30a4\u30a5\u30a6\u30a7\u30a8\u30a9\u30aa\u30e3\u30e4\u30e5\u30e6\u30e7\u30e8\u30ee\u30ef":[205,226],"\u30a2\u30a1\u30a4\u30a3\u30a6\u30a5\u30a8\u30a7\u30aa\u30a9":[205,226],"\u30a2\u30a2\u30a4\u30a4\u30a6\u30a6\u30a8\u30a8\u30aa\u30aa\u30e4\u30e4\u30e6\u30e6\u30e8\u30e8\u30ef\u30ef\u30ab\u30ab\u30b1\u30b1":[205,226],"\u30a2\u30ab\u30a6\u30f3\u30c8":[2,12,42],"\u30a2\u30ab\u30a6\u30f3\u30c8groonga":10,"\u30a2\u30af\u30bb\u30b5":[34,44,65],"\u30a2\u30af\u30bb\u30b5\u30fc":[34,43],"\u30a2\u30af\u30bb\u30b9":[12,17,34,36,38,40,41,42,44,47,49,68,95,138,146,155,156,158,159,248,271,278],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":[158,219,220,222,257,262],"\u30a2\u30b8\u30e3\u30b9\u30bf\u30fc":[80,138],"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":[92,143],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[12,34,42,43,44,257],"\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8":34,"\u30a2\u30c9\u30ec\u30b9":[38,68,156,157,161,264,278],"\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30a2\u30d4\u30fc\u30eb":12,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[0,20,34,60,138,156,200,202],"\u30a2\u30e1\u30ea\u30ab":168,"\u30a2\u30e9\u30fc\u30c8":[156,202],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[88,168,198,216],"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[42,69,92,113,115,116,138,143,149,213,220,231,234,235,237,238,265,267],"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":40,"\u30a2\u30f3\u30ab\u30fc":43,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[78,92,143],"\u30a2\u30f3\u30c0\u30fc\u30d5\u30ed\u30fc":34,"\u30a2\u30f3\u30d1\u30c3\u30af":34,"\u30a2\u30f3\u30de\u30c3\u30d7":[34,43,99],"\u30a2\u30f3\u30ed\u30c3\u30af":34,"\u30a2\u30fc\u30ab\u30a4\u30d6":[12,17,32],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[3,4,22],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u30fc":[42,156],"\u30a4\u30bf\u30ea\u30a2":34,"\u30a4\u30d9\u30f3\u30c8":43,"\u30a4\u30d9\u30f3\u30c8\u30ed\u30b0":43,"\u30a4\u30e1\u30fc\u30b8":[22,23,34],"\u30a4\u30f3\u30af\u30ea\u30e1\u30f3\u30c8":[34,85],"\u30a4\u30f3\u30af\u30eb\u30fc\u30c9":43,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[12,38],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":43,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[0,3,12,21,22,24,25,26,27,28,29,30,31,32,34,36,38,40,41,43,44,155,156,157,159,227,241,262],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":38,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[36,38],"\u30a4\u30f3\u30b9\u30da\u30af\u30b7\u30e7\u30f3":[41,43],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[3,40],"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[0,157,198],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":[34,106,161,210],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9":34,"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":21,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[22,34,36,38,40,41,42,43,44,46,51,61,63,76,80,89,90,93,94,103,104,105,113,114,115,116,118,122,130,137,138,143,145,147,154,199,200,208,215,216,223,229,244,267,270,274,277],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[22,34,35,41,42,43,44,46,61,63,65,76,89,93,104,105,122,123,130,133,137,138,147,154,174,179,199,200,213,215,216,270,273,276],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":[33,34,122],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30fc\u30c1":174,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c1\u30a7\u30c3\u30af":104,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":[34,41,92],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30da\u30fc\u30b8":34,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30e2\u30b8\u30e5\u30fc\u30eb":43,"\u30a4\u30f3\u30c7\u30f3\u30c8":63,"\u30a4\u30f3\u30dd\u30fc\u30c8":40,"\u30a4\u30f3\u30e1\u30e2\u30ea":34,"\u30a6\u30a3\u30f3\u30c9\u30a6":[22,34,44,46],"\u30a6\u30a4\u30f3\u30c9\u30a6":[34,113,115,116],"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[156,158,159],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":156,"\u30a6\u30a9\u30fc\u30e0\u30a2\u30c3\u30d7":[156,158],"\u30a8\u30a4\u30ea\u30a2\u30b9":[22,34,43,46,110],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":36,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[29,34,64,138,156],"\u30a8\u30b9\u30b1\u30fc\u30d7":[34,40,41,42,57,171,172,182,200],"\u30a8\u30c7\u30a3\u30bf":17,"\u30a8\u30e9\u30fc":[12,22,23,24,25,27,29,31,32,34,35,38,39,40,41,42,43,44,50,51,54,55,57,65,73,82,87,90,91,92,94,96,98,99,100,102,105,107,108,109,110,111,113,115,116,118,124,125,126,130,131,132,133,138,139,142,143,145,146,151,156,199,202,266,268],"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[34,40,42,44,274],"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[38,40,42],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,22,34,35,36,38,39,40,41,42,43,44,82,83,266],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":40,"\u30a8\u30e9\u30fc\u30ed\u30b0":[262,268],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[29,34,35,42,43,44,54,56,57,63,200,204,206],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u30b3\u30f3\u30d0\u30fc\u30bf\u30fc":34,"\u30a8\u30f3\u30b3\u30fc\u30c9":[36,161,204],"\u30a8\u30f3\u30b8\u30f3":[0,138,213,214,215,216,271,273],"\u30a8\u30f3\u30c8\u30ea":[50,51,113,115,116,138,185,199,200],"\u30a8\u30f3\u30c8\u30ea\u30fc":[43,113,115,116,138],"\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8":161,"\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8uri":161,"\u30aa\u30b9\u30b9\u30e1":[6,7,8,23,24,25,27,31,32,47,138,158,213,229,231],"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":36,"\u30aa\u30d5\u30bb\u30c3\u30c8":[34,40,43,138,141],"\u30aa\u30d5\u30e9\u30a4\u30f3":34,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[39,43,44],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[22,34,38,40,42,43,44,46,47,50,51,54,63,65,68,76,80,89,90,101,105,107,108,109,119,120,121,122,124,125,126,130,131,132,133,137,138,140,149,150,154,177,198,200,223],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30d5\u30a1\u30a4\u30eb":154,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":[44,182],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8id":34,"\u30aa\u30d6\u30b8\u30a7\u30c8":34,"\u30aa\u30d7\u30b7\u30e7\u30f3":[6,7,8,12,14,18,24,25,27,28,29,30,31,34,35,36,38,39,40,41,42,43,44,54,55,91,92,105,112,119,138,143,147,149,154,159,161,163,164,172,182,198,199,200,202,203,205,210,213,219,220,222,224,226,227,228,239,241,242,256,258,261,264,265,267,274,276,277,278,279],"\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6":34,"\u30aa\u30da\u30ec\u30fc\u30bf":[43,44],"\u30aa\u30da\u30ec\u30fc\u30bf\u30fc":43,"\u30aa\u30e9\u30f3\u30c0":34,"\u30aa\u30fc\u30ca\u30fc":[41,43],"\u30aa\u30fc\u30d0\u30d5\u30ed\u30fc":34,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[34,38,41,42,43],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":[38,43],"\u30aa\u30fc\u30d0\u30fc\u30d8\u30c3\u30c9":[34,42,106,122,262],"\u30aa\u30fc\u30d7\u30f3":[34,38,40,41,43,44,50],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":21,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":21,"\u30ab\u30a6\u30f3\u30bf":44,"\u30ab\u30a6\u30f3\u30c8":[34,41,113,277],"\u30ab\u30a6\u30f3\u30c8\u30e2\u30fc\u30c9":34,"\u30ab\u30ab\u30ad\u30ad\u30af\u30af\u30b1\u30b1\u30b3\u30b3\u30b5\u30b5\u30b7\u30b7\u30b9\u30b9\u30bb\u30bb\u30bd\u30bd\u30bf\u30bf\u30c1\u30c1\u30c4\u30c4\u30c6\u30c6\u30c8\u30c8\u30cf\u30cf\u30cf\u30d2\u30d2\u30d2\u30d5\u30d5\u30d5\u30d8\u30d8\u30d8\u30db\u30db\u30db":[205,226],"\u30ab\u30ac\u30ad\u30ae\u30af\u30b0\u30b1\u30b2\u30b3\u30b4\u30b5\u30b6\u30b7\u30b8\u30b9\u30ba\u30bb\u30bc\u30bd\u30be\u30bf\u30c0\u30c1\u30c2\u30c4\u30c5\u30c6\u30c7\u30c8\u30c9\u30cf\u30d0\u30d1\u30d2\u30d3\u30d4\u30d5\u30d6\u30d7\u30d8\u30d9\u30da\u30db\u30dc\u30dd":[205,226],"\u30ab\u30b9\u30b1\u30fc\u30c9":[41,42],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[6,7,8,29,34,40,41,42,43,44,92,100,103,119,138,143,147,149,156,180,182,194,199,202,203,214,219,224,248,272],"\u30ab\u30b9\u30bf\u30e0":[70,148,158],"\u30ab\u30b9\u30bf\u30e0\u30b9\u30b3\u30a2\u30e9\u30fc":214,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":40,"\u30ab\u30b9\u30bf\u30e0\u30ed\u30b0":42,"\u30ab\u30b9\u30bf\u30e0\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":44,"\u30ab\u30bf\u30ab\u30ca":[34,69,141,179,204,205,209,219,226,231],"\u30ab\u30c6\u30b4\u30ea":[106,138,147,149],"\u30ab\u30d0\u30ec\u30c3\u30b8":3,"\u30ab\u30d0\u30fc":14,"\u30ab\u30e9\u30e0":[0,22,29,34,35,36,38,39,40,41,42,43,44,46,47,51,61,65,68,90,93,94,95,99,100,101,102,105,106,107,108,109,118,121,123,124,130,131,133,137,141,143,146,151,154,156,161,164,171,172,173,174,175,176,179,180,182,185,186,194,196,199,200,201,208,212,213,214,217,219,220,221,222,223,228,248,249,267,270,271,273,277,279,280,281],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[22,40,270],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":95,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":[22,271],"\u30ab\u30e9\u30e0\u30d1\u30e9\u30e1\u30fc\u30bf":44,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[199,200],"\u30ab\u30e9\u30e0id":68,"\u30ab\u30e9\u30e0n":185,"\u30ab\u30ec":[205,241],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[12,17,157],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30fc":[92,143],"\u30ab\u30ec\u30f3\u30c8\u30ec\u30b3\u30fc\u30c9":69,"\u30ab\u30ec\u30fc":265,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":265,"\u30ab\u30f3\u30b8":179,"\u30ab\u30f3\u30de":[103,106,143,200,272,274],"\u30ab\u30fc\u30bd\u30eb":[34,36,38,43,61,69],"\u30ab\u30fc\u30cd\u30eb":248,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[40,248],"\u30ad\u30e3\u30b9\u30c8":[34,36,39,40,41,44,113,115,116,138,165,199,215,216,277],"\u30ad\u30e3\u30c3\u30b7\u30e5":[0,34,35,40,43,44,50,55,88,140,156],"\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":88,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":50,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30b5\u30a4\u30ba":158,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d2\u30c3\u30c8":41,"\u30ad\u30e3\u30c3\u30b7\u30e5\u30d5\u30a1\u30a4\u30eb":158,"\u30ad\u30e3\u30f3\u30bb\u30eb":[34,44,85,86,134],"\u30ad\u30e3\u30f3\u30bb\u30eb\u30ea\u30af\u30a8\u30b9\u30c8":134,"\u30ad\u30fc":[33,34,36,39,40,41,42,43,44,47,51,63,66,68,78,80,91,92,96,97,98,102,113,115,116,118,122,134,137,138,140,143,145,152,154,156,161,180,199,200,203,209,223,229,245,249,271,274],"\u30ad\u30fc\u30b5\u30a4\u30ba":[33,34,43,96,97,98,122,143,223],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":223,"\u30ad\u30fc\u30c7\u30fc\u30bf":143,"\u30ad\u30fc\u30dc\u30fc\u30c9":138,"\u30ad\u30fc\u30ef\u30fc\u30c9":[0,22,34,35,37,40,41,44,114,138,143,171,172,180,182,199,213,214,215,216,221,242,243,245,265,266,268,274,276],"\u30af\u30a8\u30ea":[3,4,22,34,36,38,40,41,42,43,44,67,141,155,164,173,175,180,185,219,220,221,222,265,267,270,272,274,276,277,281],"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6":42,"\u30af\u30a8\u30ea\u30aa\u30d7\u30c6\u30a3\u30de\u30a4\u30b6\u30fc":42,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":158,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":155,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":35,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":40,"\u30af\u30a8\u30ea\u30da\u30a2":221,"\u30af\u30a8\u30ea\u30ed\u30b0":[34,38,40,219,220,222],"\u30af\u30a8\u30ea\u30fc":[22,34,40,42,43,44,46,57,113,115,116,125,126,132,138,141,159,161,174,179,180,198,200,202,209,212,213,214,215,216,219,222,227,228,229,231,241,242,245,272],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":210,"\u30af\u30a8\u30ea\u30fc\u30aa\u30da\u30ec\u30fc\u30bf\u30fc":34,"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[44,88],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5\u30a8\u30f3\u30c8\u30ea\u30fc":88,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":138,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":258,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":[22,34,42,43,46,63,105,112,156,158,262],"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":156,"\u30af\u30a8\u30ea\u30fcapi":[81,87],"\u30af\u30a8\u30eaapi":43,"\u30af\u30a9\u30fc\u30c8":[119,149,199],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[8,22,34,40,42,47,86,156,158,161,256,264],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":42,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30b5\u30a4\u30c9":86,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":[34,128],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[36,40],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea":[1,262],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":42,"\u30af\u30e9\u30c3\u30b7\u30e5":[34,36,38,40,41,42,43,44,95,104,105,108,146,154],"\u30af\u30e9\u30c3\u30b7\u30e5\u30d0\u30b0":43,"\u30af\u30ea\u30a2":[34,38,40,44,65],"\u30af\u30ea\u30a2\u30fc":[34,44,154],"\u30af\u30ea\u30c3\u30af":138,"\u30af\u30ea\u30c6\u30a3\u30ab\u30eb":44,"\u30af\u30ea\u30c6\u30a3\u30ab\u30eb\u30bb\u30af\u30b7\u30e7\u30f3":44,"\u30af\u30ea\u30fc\u30f3":12,"\u30af\u30ea\u30fc\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,7],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":[12,34],"\u30af\u30ed\u30fc\u30ba":[34,130,131],"\u30af\u30ed\u30fc\u30f3":29,"\u30b0\u30e9\u30d5":0,"\u30b0\u30e9\u30e0":242,"\u30b0\u30eb\u30fc\u30d7":[0,12,34,40,41,42,43,44,68,78,113,115,116,138,223,272],"\u30b0\u30eb\u30fc\u30d7\u30ad\u30fc":[34,113,115,116,138],"\u30b0\u30ed\u30fc\u30d0\u30eb":[40,49],"\u30b0\u30ed\u30fc\u30d0\u30eb\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":50,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":208,"\u30b1\u30fc\u30b9":[34,42,43,44,47,50,55,92,95,104,105,113,114,115,116,130,138,143,146,158,161,199,200,213,214,215,216,229,231,244,267,272,281],"\u30b2\u30c3\u30c8":2,"\u30b3\u30a2":[29,158,161,258],"\u30b3\u30b9\u30c8":[34,68,201],"\u30b3\u30cd\u30af\u30b7\u30e7\u30f3":[34,43],"\u30b3\u30d4\u30fc":[12,34,40,43,44,47,51,59,65,68,91,95,103,142,146],"\u30b3\u30de\u30f3\u30c9":[11,12,13,14,18,21,22,25,26,34,35,36,38,39,40,41,42,43,44,46,47,50,80,82,83,85,86,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,128,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,157,158,159,161,163,171,172,176,180,182,184,185,186,187,194,196,197,210,212,213,214,219,220,221,222,223,229,248,249,258,264,265,269,270,271,279,280,281],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":11,"\u30b3\u30de\u30f3\u30c9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":123,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[22,34,36,42,43,44,46,54,81,106,140,171,172,173,257],"\u30b3\u30de\u30f3\u30c9\u30d1\u30fc\u30b5\u30fc":213,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[40,157],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[6,7,8,12,17,18,29,32,38,42,43,103,137,158,213,258],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":[34,106],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[29,82,83,157,257],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":210,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b7\u30a7\u30eb":199,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30b9\u30bf\u30a4\u30eb":[106,213],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30d1\u30e9\u30e1\u30fc\u30bf":34,"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":156,"\u30b3\u30de\u30f3\u30c9url":258,"\u30b3\u30df\u30c3\u30c8":[6,7,12],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":[17,19,22],"\u30b3\u30e1\u30f3\u30c8":[36,41,156,157,185,212,276],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":276,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":276,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":276,"\u30b3\u30e1\u30f3\u30c8id":277,"\u30b3\u30f3\u30bd\u30fc\u30eb":63,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":[50,54,63,65,140,158,185],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30a2\u30c9\u30ec\u30b9":34,"\u30b3\u30f3\u30c6\u30f3\u30c4":245,"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":264,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":44,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[22,44],"\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb":[34,42],"\u30b3\u30f3\u30d1\u30a4\u30e9":[38,42],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":[6,7,29],"\u30b3\u30f3\u30d1\u30a4\u30eb":[39,41],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30a8\u30e9\u30fc":[34,43],"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":12,"\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30fc":209,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":82,"\u30b3\u30f3\u30d5\u30ea\u30af\u30c8":34,"\u30b3\u30f3\u30de":92,"\u30b3\u30fc\u30c9":[17,41,42,43,44,138,149,268],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":11,"\u30b4\u30df":[34,36,38,89,122],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":[89,122],"\u30b4\u30df\u30c7\u30fc\u30bf":161,"\u30b5\u30a4\u30ba":[0,23,24,25,27,31,32,33,34,38,40,41,42,43,44,47,51,62,65,68,69,70,85,89,98,104,122,123,143,152,156,182,196,223,248,264,269,271],"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":[101,122],"\u30b5\u30a4\u30c8":[12,138,198,271,273],"\u30b5\u30a4\u30c9\u30e1\u30cb\u30e5\u30fc":138,"\u30b5\u30b8\u30a7\u30b9\u30c8":[22,29,36,38,40,42,46,141,160,221],"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf":161,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":220,"\u30b5\u30d6\u30a8\u30e9\u30fc":34,"\u30b5\u30d6\u30af\u30e9\u30b9":34,"\u30b5\u30d6\u30bb\u30c3\u30c8":[68,249],"\u30b5\u30d6\u30bf\u30b9\u30af":12,"\u30b5\u30d6\u30df\u30c3\u30c8":161,"\u30b5\u30d6\u30ec\u30b3\u30fc\u30c9":[34,116],"\u30b5\u30dd\u30fc\u30c8":[0,1,6,7,8,10,12,21,29,31,34,35,36,38,39,40,41,42,43,44,69,82,92,113,115,116,134,135,136,138,140,143,148,149,154,157,158,174,179,182,194,199,200,201,206,208,209,210,212,213,217,223,227,241,244,258,261,262,271,272,276,278],"\u30b5\u30de\u30ea":41,"\u30b5\u30ed\u30b2\u30fc\u30c8\u30da\u30a2":34,"\u30b5\u30f3":241,"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":168,"\u30b5\u30f3\u30d7\u30eb":[36,37,40,41,138,158,168,174,276],"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":36,"\u30b5\u30f3\u30d7\u30eb\u30b7\u30e3\u30fc\u30c9":117,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[118,123,137,173,174,175,176,180,185,186,187,194,196,214,215,216],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[91,102,103,113,115,116,138,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,213,214,215,216,243,245,276],"\u30b5\u30fc\u30d0":[12,21,22,23,24,25,27,31,32,34,38,40,41,89,90,94,100,101,103,111,128,139,144,156,157,159,261],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":157,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":156,"\u30b5\u30fc\u30d0\u30fc":[1,22,24,25,27,31,34,38,40,41,42,43,46,70,134,139,148,153,156,158,161,210,257,258,264],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[22,40,42,43,255],"\u30b5\u30fc\u30d0\u30fc\u30d7\u30ed\u30bb\u30b9":[41,139],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":[156,264],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30fc\u30c9":43,"\u30b5\u30fc\u30d0\u30fcid":38,"\u30b5\u30fc\u30d3\u30b9":[0,21,25,40,41,42,139,248],"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":41,"\u30b7\u30a7\u30a2":2,"\u30b7\u30a7\u30eb":[29,43,156,157,199,213],"\u30b7\u30b0\u30ca\u30eb":[38,42],"\u30b7\u30b9\u30c6\u30e0":[0,3,6,22,29,31,34,38,42,43,44,92,99,104,105,106,156,201,209,219,248,270],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":268,"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":41,"\u30b7\u30b9\u30c6\u30e0\u30b3\u30fc\u30eb":34,"\u30b7\u30b9\u30c6\u30e0\u30ed\u30b1\u30fc\u30eb":34,"\u30b7\u30ca\u30ea\u30aa":34,"\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3":139,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":[22,43,46,117,223],"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0\u30d0\u30fc\u30b8\u30e7\u30f3":[115,116],"\u30b7\u30e3\u30fc\u30c9":[34,43,113,115,116,117,118,217],"\u30b7\u30e3\u30fc\u30c9\u30ad\u30fc":[113,115,116,118],"\u30b7\u30e3\u30fc\u30d7":[92,143],"\u30b7\u30f3\u30b0\u30eb\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":92,"\u30b7\u30f3\u30b0\u30eb\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":92,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[41,119,149,156,274],"\u30b7\u30f3\u30b0\u30eb\u30b9\u30ec\u30c3\u30c9\u30e2\u30c7\u30eb":148,"\u30b7\u30f3\u30b0\u30eb\u30b9\u30ec\u30c3\u30c9\u30e2\u30fc\u30c9":44,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9":42,"\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30a8\u30e9\u30fc":[34,42,43,44],"\u30b7\u30f3\u30d7\u30eb":[43,198,257,272],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb":[34,43],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b5\u30fc\u30c1":[34,43,44,174,201],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30b9\u30ad\u30e3\u30f3":[43,179],"\u30b7\u30fc\u30b1\u30f3\u30b7\u30e3\u30eb\u30de\u30c3\u30c1":34,"\u30b7\u30fc\u30b1\u30f3\u30b9":[219,220,222],"\u30b8\u30aa\u30b5\u30fc\u30c1":[22,38,270],"\u30b8\u30e7\u30d6":34,"\u30b9\u30a6\u30a7\u30fc\u30c7\u30f3":34,"\u30b9\u30ab\u30e9":51,"\u30b9\u30ab\u30e9\u30fc":[34,44,80,115,138],"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[22,34,46,47,76,80,93,122,137],"\u30b9\u30ab\u30e9\u30fc\u30c7\u30fc\u30bf":80,"\u30b9\u30ad\u30c3\u30d7":[12,41,42,43,44],"\u30b9\u30ad\u30e3\u30f3":[171,172],"\u30b9\u30ad\u30fc\u30de":[43,47,57,91,102,103,106,113,115,116,130,131,137,138,145,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,213,214,215,216,217,243,245,248,276],"\u30b9\u30af\u30ea\u30d7\u30c8":[22,29,34,36,37,40,41,42,43,44,46,57,106,135,136,138,157,185,198,199,213],"\u30b9\u30b1\u30fc\u30d7":213,"\u30b9\u30b3\u30a2":[11,34,40,43,44,78,80,92,138,141,214,215,216,267,276,281],"\u30b9\u30b3\u30a2\u30e9\u30fc":[22,34,43,46,138,215,216],"\u30b9\u30b3\u30a2\u30fc":[34,43,80,161,214,215,216],"\u30b9\u30b3\u30a2\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":214,"\u30b9\u30b3\u30fc\u30d7":213,"\u30b9\u30bf\u30a4\u30eb":[34,43,106,122,156],"\u30b9\u30bf\u30c3\u30af\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":[41,44],"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":156,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30fc\u30f3\u30e2\u30fc\u30c9":[34,43],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":[],"\u30b9\u30c3\u30c8\u30d7\u30ef\u30fc\u30c9":34,"\u30b9\u30c6\u30c3\u30d7":[91,213],"\u30b9\u30c6\u30df\u30f3\u30b0":[34,42,227],"\u30b9\u30c6\u30df\u30f3\u30b0\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":227,"\u30b9\u30c6\u30fc\u30b8":[34,113,115,116,138],"\u30b9\u30c6\u30fc\u30bf\u30b9":[41,43,44,87,140,154,264],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":40,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":[34,264],"\u30b9\u30c6\u30fc\u30c8\u30ec\u30b9":34,"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[34,42,138,228,275],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":42,"\u30b9\u30c8\u30ea\u30fc\u30e0":[34,42,44],"\u30b9\u30c8\u30ec\u30fc\u30b8":[22,34,92,143],"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":22,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":41,"\u30b9\u30cb\u30da\u30c3\u30c8":[41,44,182],"\u30b9\u30d1\u30de\u30fc":[214,215,216],"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[34,43],"\u30b9\u30d1\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u30b5\u30dd\u30fc\u30c8":43,"\u30b9\u30da\u30a4\u30f3":[34,168],"\u30b9\u30da\u30eb":212,"\u30b9\u30da\u30fc\u30b9":[34,38,41,43,138],"\u30b9\u30e9\u30a4\u30b9":34,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[38,258],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30b0\u30e9\u30d5":34,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":38,"\u30b9\u30ec\u30c3\u30c9":[0,9,34,43,44,54,70,99,108,114,139,140,145,148,156,157,161,202,258],"\u30b9\u30ec\u30c3\u30c9\u30ab\u30a6\u30f3\u30c8":34,"\u30b9\u30ec\u30c3\u30c9\u30bb\u30fc\u30d5":[34,43,44],"\u30b9\u30ec\u30c3\u30c9\u30d7\u30fc\u30eb":70,"\u30b9\u30ed\u30fc\u30af\u30a8\u30ea\u30fc":[43,158],"\u30b9\u30ef\u30c3\u30d7":248,"\u30b9\u30fc\u30d7":265,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":265,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":265,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":265,"\u30ba\u30ec":242,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[22,34,270],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":[34,42,43],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ea\u30b9\u30af":42,"\u30bb\u30af\u30b7\u30e7\u30f3":[3,17,20,21,23,24,25,26,27,28,29,30,31,32,34,42,43,47,51,80,81,83,88,91,92,93,95,96,97,98,99,104,105,106,107,108,109,113,114,115,116,117,118,119,121,122,123,124,127,130,131,133,134,135,136,137,138,139,140,142,143,145,146,147,148,149,151,154,156,158,161,163,168,172,199,207,212,213,214,215,216,218,219,220,222,248,250,264,272,276],"\u30bb\u30af\u30b7\u30e7\u30f3\u30b5\u30dd\u30fc\u30c8":92,"\u30bb\u30af\u30b7\u30e7\u30f3id":34,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":40,"\u30bb\u30b0\u30e1\u30f3\u30c8":[34,42,44,65,89,101,122],"\u30bb\u30b0\u30e1\u30f3\u30c8id":122,"\u30bb\u30c3\u30b7\u30e7\u30f3":[128,156,264],"\u30bb\u30c3\u30b7\u30e7\u30f3id":161,"\u30bb\u30c3\u30c8":[11,34,43,65,68,69,90,147,174,265],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[17,41,44],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u30b9\u30af\u30ea\u30d7\u30c8":21,"\u30bb\u30df\u30b3\u30ed\u30f3":157,"\u30bb\u30ec\u30af\u30bf":[34,44],"\u30bb\u30ec\u30af\u30bf\u30fc":[34,43,179],"\u30bb\u30f3\u30c6\u30f3\u30b9":34,"\u30bb\u30f3\u30c8\u30e9\u30eb\u30d1\u30fc\u30af":277,"\u30bb\u30fc\u30d6\u30eb":34,"\u30bb\u30fc\u30f4\u30a7\u30eb":34,"\u30bb\u30fc\u30f4\u30eb":34,"\u30bc\u30ed\u30b3\u30d4\u30fc":34,"\u30bd\u30b1\u30c3\u30c8":[40,89,90,94,100,101,103,111,128,144],"\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc":[22,266],"\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":268,"\u30bd\u30d5\u30c8":212,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":[3,12,21,43],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":273,"\u30bd\u30fc\u30b9":[12,18,22,23,30,34,38,40,44,123,137,154],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[6,7,8,12,29],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":12,"\u30bd\u30fc\u30b9\u30ab\u30e9\u30e0":[34,42,43,44,91,93,105,122,123,130,137],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":[6,7,8,14,29,30,34,41,44,83,268],"\u30bd\u30fc\u30b9\u30c6\u30fc\u30d6\u30eb":[34,123,142],"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":17,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":32,"\u30bd\u30fc\u30b9\u30ec\u30b3\u30fc\u30c9":34,"\u30bd\u30fc\u30c8":[22,34,35,36,38,41,43,44,68,103,113,115,116,117,138,141,161,208,223,270,273],"\u30bd\u30fc\u30c8\u30ad\u30fc":[34,35,44,68,113,115,116,138,141],"\u30bd\u30fc\u30c8\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":34,"\u30bf\u30a4\u30c8\u30eb":[113,115,116,138,199,200,214,215,216,271,273,276],"\u30bf\u30a4\u30d7":[38,43,59,138,157,258],"\u30bf\u30a4\u30d7id":44,"\u30bf\u30a4\u30df\u30f3\u30b0":[34,40,138,274],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[41,49,156],"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[34,37,44,154,156,161,202,219,220,222],"\u30bf\u30b0":[12,22,34,36,38,40,41,42,80,113,115,116,138,143,171,172,173,182,200,214,215,216,223,270,277],"\u30bf\u30b0\u30c6\u30ad\u30b9\u30c8":[239,240],"\u30bf\u30d6":[210,212,264],"\u30bf\u30fc\u30b2\u30c3\u30c8":[40,44],"\u30bf\u30fc\u30b2\u30c3\u30c8\u30ad\u30e3\u30c3\u30b7\u30e5\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":50,"\u30bf\u30fc\u30df\u30ca\u30eb":[156,158],"\u30c0\u30a4\u30a2\u30ed\u30b0":41,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":258,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":[47,257],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":[12,24,25,27,28,29,30,31,32,157],"\u30c0\u30d6\u30eb":[38,40,143,199,200,223],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[119,149,156,274],"\u30c0\u30e1\u30fc\u30b8":267,"\u30c0\u30f3\u30d7":[34,36,40,41,43,44,103,156,202,248],"\u30c1\u30a7\u30c3\u30af":[34,36,38,40,41,42,43,44,54,89,104,105,118,121,145,154,155,157,161,164],"\u30c1\u30a7\u30c3\u30af\u30b5\u30e0":12,"\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":[22,43],"\u30c1\u30e3\u30cd\u30eb":34,"\u30c1\u30e3\u30f3\u30af":[34,43,44,89,122],"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":89,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":89,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[22,38,40,42,43,271,274],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":[22,41,43,46,80,138,269],"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":248,"\u30c1\u30fc\u30e0":12,"\u30c4\u30a4\u30fc\u30c8":[2,12],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":12,"\u30c4\u30ea\u30fc":42,"\u30c4\u30fc\u30eb":[17,22,23,32,34,43,155,156,159,258,262,270,274],"\u30c6\u30ad\u30b9\u30c8":[12,17,34,36,40,41,43,44,57,63,80,92,116,119,143,147,149,157,171,172,173,182,203,204,205,206,209,213,226,229,231,232,233,234,235,239,242,244],"\u30c6\u30ad\u30b9\u30c8\u30ab\u30e9\u30e0":43,"\u30c6\u30ad\u30b9\u30c8\u30c7\u30fc\u30bf":[44,143],"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":157,"\u30c6\u30af\u30cb\u30c3\u30af":[214,215,216],"\u30c6\u30b9\u30c8":[3,4,6,7,8,22,23,24,25,27,31,32,34,36,40,42,43,44,114,158,267,277],"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":14,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":12,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":157,"\u30c6\u30f3\u30dd\u30e9\u30ea\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":34,"\u30c6\u30fc\u30d6\u30eb":[11,22,34,35,36,38,39,40,41,42,43,44,46,47,63,65,67,68,69,76,78,89,90,93,94,95,99,100,101,102,103,104,105,106,107,108,109,113,115,116,117,119,121,123,124,130,131,133,137,138,141,142,144,146,147,151,154,156,158,161,164,168,171,174,175,176,179,185,196,199,200,203,209,212,213,217,219,222,224,228,243,245,248,258,261,267,270,272,273,275,279,280],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[144,146],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":40,"\u30c6\u30fc\u30d6\u30eb\u30ec\u30b3\u30fc\u30c9id":61,"\u30c7\u30a3\u30b9\u30af":[34,35,43,44,99,105,121,156,158,276],"\u30c7\u30a3\u30b9\u30af\u30d5\u30eb":43,"\u30c7\u30a3\u30b9\u30afi":143,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[29,36],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":[34,40,41,160,258],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[14,17,29,34,36,38,40,43,156,157,158,212],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":41,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30fc":[6,7,161],"\u30c7\u30af\u30ea\u30e1\u30f3\u30c8":34,"\u30c7\u30b6\u30a4\u30f3":40,"\u30c7\u30b9":241,"\u30c7\u30c3\u30c9\u30ed\u30c3\u30af":34,"\u30c7\u30d0\u30c3\u30ac\u30fc":[6,7],"\u30c7\u30d0\u30c3\u30b0":[6,7,12,34,42,43,44,89,149,156,158,202],"\u30c7\u30d0\u30c3\u30b0\u30aa\u30d7\u30b7\u30e7\u30f3":[6,7],"\u30c7\u30d0\u30c3\u30b0\u30ed\u30b0":[43,44],"\u30c7\u30d5\u30a9\u30eb\u30c8":[6,7,8,11,18,29,33,34,35,36,38,39,40,41,42,43,44,49,52,54,56,64,80,82,92,100,103,106,107,108,109,113,114,115,116,118,122,124,133,138,139,140,141,143,145,147,149,154,155,156,157,158,161,164,165,168,169,180,194,199,200,201,202,210,214,216,242,248,249,258,264,265,267,271,272,274],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[34,40,44,91,143,220],"\u30c7\u30d5\u30a9\u30eb\u30c8\u30dd\u30fc\u30c8":42,"\u30c7\u30d5\u30e9\u30b0":38,"\u30c7\u30d7\u30ed\u30a4":158,"\u30c7\u30e1\u30ea\u30c3\u30c8":[34,223],"\u30c7\u30f3\u30de\u30fc\u30af":34,"\u30c7\u30fc\u30bf":[0,11,22,23,24,25,27,31,32,34,35,36,38,39,40,41,42,43,44,46,47,70,80,93,103,106,113,115,116,122,123,138,141,154,158,159,161,168,199,200,201,208,212,214,215,216,217,218,220,221,223,248,258,264,267,270,273,276,279],"\u30c7\u30fc\u30bf\u30ab\u30e9\u30e0":[34,43,44,92,122,130,133,138,154,215,216,276],"\u30c7\u30fc\u30bf\u30b5\u30a4\u30ba":44,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2":50,"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[76,80],"\u30c7\u30fc\u30bf\u30b9\u30c8\u30a2\u30ab\u30e9\u30e0":76,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":[141,161,219],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":157,"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":258,"\u30c7\u30fc\u30bf\u30d9\u30fc":38,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[0,11,20,22,29,34,35,38,40,41,42,43,44,50,55,78,89,90,93,99,101,103,105,106,107,108,109,120,121,123,124,125,130,131,132,133,137,143,145,150,152,154,156,157,158,161,162,198,199,200,203,217,219,223,248,249,257,262,264,269,270,278],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":44,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[34,154],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b5\u30a4\u30ba":248,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30b9\u30ad\u30fc\u30de":103,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[41,248],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[35,143,277],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u30b3\u30de\u30f3\u30c9":217,"\u30c7\u30fc\u30e2\u30f3":[35,40,41,43,156,158,161,261,278],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":158,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":[41,42],"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":14,"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":12,"\u30c8\u30c3\u30d7\u30ec\u30d9\u30eb\u30c9\u30e1\u30a4\u30f3":272,"\u30c8\u30d4\u30c3\u30af":12,"\u30c8\u30e2":273,"\u30c8\u30e9\u30a4":[38,143,199,200,223],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[22,36],"\u30c8\u30ea\u30b0\u30e9\u30e0":[242,246],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":[229,267],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":[22,40,265],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":40,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":40,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[22,24,25,27,28,31,34,36,37,38,40,41,43,44,46,92,105,113,115,116,123,137,138,143,147,149,150,199,200,213,220,222,229,231,241,242,243,244,245,265,266],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":43,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[42,149],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc\u30e2\u30fc\u30b8\u30e5\u30fc\u30eb":229,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":40,"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[29,34,38,43,44,104,138,147,149,200,203,220,222,224,226,227,228,229,231,233,234,235,236,237,238,239,241,242,246,247,265,267,274],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u30e2\u30fc\u30c9":[44,147,149],"\u30c8\u30fc\u30af\u30f3":[34,36,38,41,42,43,44,92,104,143,147,149,200,203,220,222,223,224,226,227,228,229,231,239,241,242,243,245,246,247,265],"\u30c8\u30fc\u30af\u30f3\u30ab\u30e9\u30e0":34,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf":[34,42],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":[22,25,31,34,42,43,44,46,105,123,137,143,147,149,224,226,227,228],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":43,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":224,"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":224,"\u30c8\u30fc\u30af\u30f3id":34,"\u30c8\u30fc\u30bf\u30eb\u30b5\u30a4\u30ba":34,"\u30c9\u30a4\u30c4":34,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[3,5,6,7,8,16,17,18,23,29,34,36,38,39,40,41,42,43,44,64,76,83,92,118,138,149,157,158,161,199,200,213,216,229,248,269],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":[15,18],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":12,"\u30c9\u30e1\u30a4\u30f3":[42,44,272],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[22,34,38,41,42,43,44,115,223,249,270,273,277],"\u30ca\u30ce":[34,36,83,202],"\u30ca\u30de\u30a8":[205,241],"\u30cb\u30c3\u30dd\u30f3":[179,209,219],"\u30cb\u30db\u30f3":[179,209,219],"\u30cb\u30db\u30f3\u30b4":219,"\u30cb\u30db\u30f3\u30b8\u30f3":219,"\u30cb\u30e5\u30fc\u30b9":[44,201],"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":[63,168,277],"\u30cd\u30b9\u30c8":[34,40,41,42,43,122,276],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[258,278],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[40,264],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":40,"\u30ce\u30a4\u30ba":[161,220,241,267],"\u30ce\u30eb\u30a6\u30a7\u30fc":34,"\u30ce\u30fc\u30c9":[40,44,69],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[22,24,25,27,31,34,40,41,42,43,44,46,91,92,119,120,123,137,138,143,147,149,171,172,200,204,205,206,213,231,242,246,247],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":43,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":203,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":[119,203],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":203,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":[34,41,42,119,149,226,242,274],"\u30cf\u30a4\u30d5\u30f3":[34,92,143,205,226,274],"\u30cf\u30a4\u30e9\u30a4\u30c8":[34,44,171,172,242],"\u30cf\u30ba":241,"\u30cf\u30c3\u30b7\u30e5":[34,40,43,89],"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[34,38,41,43,103,123,143,200,223],"\u30d0\u30a4\u30aa\u30ea\u30f3":34,"\u30d0\u30a4\u30b0\u30e9\u30e0":[34,229,231,233,234,235,236,237,238,242,244,267],"\u30d0\u30a4\u30b0\u30e9\u30e0\u30d9\u30fc\u30b9":231,"\u30d0\u30a4\u30c8":[33,34,36,38,40,41,42,43,44,51,54,69,85,87,122,123,137,138,182,223,249],"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":40,"\u30d0\u30a4\u30c8\u30b5\u30a4\u30ba":[43,57],"\u30d0\u30a4\u30c8\u30b7\u30fc\u30b1\u30f3\u30b9":41,"\u30d0\u30a4\u30ca\u30ea":12,"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":[34,40],"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[1,14,22,43,44,255,278],"\u30d0\u30a4\u30ca\u30ea\u30fc":83,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[20,21,198],"\u30d0\u30a4\u30f3\u30c9":43,"\u30d0\u30af":34,"\u30d0\u30b0":[10,34,38,41,43,44],"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9":43,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":[40,42,43,44],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":[3,22,29,42],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":103,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":[41,57,156,199],"\u30d0\u30c3\u30af\u30c8\u30ec\u30fc\u30b9":[34,44],"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":40,"\u30d0\u30c3\u30d5\u30a1":[40,41,44,51,57,59,62,65,68,89,276],"\u30d0\u30c3\u30d5\u30a1\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":44,"\u30d0\u30c3\u30d5\u30a1\u30b5\u30a4\u30ba":43,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":89,"\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0":41,"\u30d0\u30c3\u30d5\u30a1\u30fc":34,"\u30d0\u30c3\u30d5\u30a1id":89,"\u30d0\u30d3\u30d6\u30d9\u30dc":34,"\u30d0\u30d3\u30d6\u30d9\u30dc\u30d6":[205,226],"\u30d0\u30ea\u30c7\u30fc\u30b7\u30e7\u30f3":34,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":223,"\u30d0\u30eb\u30af":43,"\u30d0\u30eb\u30af\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[43,44],"\u30d0\u30f3\u30c9\u30eb":[34,41,42,43,44],"\u30d0\u30fc\u30b8\u30e7\u30f3":[18,25,29,31,34,38,40,41,42,43,44,47,51,55,63,74,84,85,86,90,91,92,96,97,98,99,103,104,105,106,107,108,109,113,114,115,116,117,118,121,122,123,124,125,126,127,130,131,132,133,134,137,138,139,140,142,143,145,148,151,152,154,156,165,167,168,171,172,174,175,176,183,184,186,187,194,195,196,197,199,200,205,213,215,216,217,226,244,249,250,251,252,253,254,274],"\u30d1\u30b9":[12,29,34,36,37,38,42,43,55,92,93,123,125,126,132,143,154,155,156,157,158,159,161,162,258,264,274],"\u30d1\u30b9\u30b9\u30bf\u30a4\u30eb":213,"\u30d1\u30b9\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":34,"\u30d1\u30bf\u30fc\u30f3":[34,43,83,174,199,200,213,243],"\u30d1\u30bf\u30fc\u30f3\u30de\u30c3\u30c1":213,"\u30d1\u30c3\u30b1\u30fc\u30b8":[8,23,24,25,27,30,31,32,34,36,38,40,41,42,43,44,82,153,158,227,241,262],"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":36,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0":34,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30f3\u30b0\u30dd\u30ea\u30b7\u30fc":41,"\u30d1\u30c3\u30c1":[16,34,36,38,40,41,42,43,44],"\u30d1\u30c8\u30ea\u30b7\u30a2":[22,40,69,265,270,274],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[34,36,38,41,43,44,143,199,200,223],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[34,123,199,200],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30ce\u30fc\u30c9":43,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[34,41,42,43,44,138,155,156,158,161,175,262],"\u30d1\u30e9\u30e1\u30fc\u30bf":[22,34,38,40,41,42,44,49,50,51,52,54,55,56,57,58,59,61,62,63,64,65,66,67,68,69,70,71,72,74,116,155,161,265,269,270,272,274,277,278,281],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[32,34,38,39,42,43,44,84,85,86,92,105,106,107,108,109,113,114,115,118,130,131,133,134,139,143,145,149,158,159,161,174,180,185,194,212,248,271],"\u30d1\u30ea":168,"\u30d1\u30fc\u30b5\u30fc":[12,34,199,213],"\u30d1\u30fc\u30b9":[34,38,44,56,57,180,198],"\u30d1\u30fc\u30b9\u30a8\u30e9\u30fc":34,"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3":42,"\u30d2\u30c3\u30c8":[11,34,41,44,138,201,209,219,243,265,267,277,279],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[138,198,267],"\u30d2\u30e5\u30d9\u30cb":[168,169],"\u30d3\u30c3\u30b0\u30a8\u30f3\u30c7\u30a3\u30a2\u30f3":42,"\u30d3\u30c3\u30c8":[43,69,199,264,271],"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":200,"\u30d3\u30e5\u30fc":40,"\u30d3\u30eb\u30c8\u30a4\u30f3":[34,41],"\u30d3\u30eb\u30c9":[3,4,18,21,22,23,30,34,36,38,40,41,42,43,212,217],"\u30d3\u30eb\u30c9\u30a8\u30e9\u30fc":[34,42,43,44],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[29,32],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":[5,29],"\u30d3\u30eb\u30c9\u30bf\u30a4\u30e0":[6,7],"\u30d3\u30eb\u30c9\u30c4\u30fc\u30eb":6,"\u30d3\u30eb\u30c9\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[6,7,8,152],"\u30d4\u30ea\u30aa\u30c9":276,"\u30d5\u30a1\u30a4\u30eb":[3,22,29,32,34,35,38,39,40,41,42,43,44,46,65,70,82,83,86,89,90,94,100,101,103,111,128,134,138,144,148,154,157,158,159,200,202,217,219,256,257,262,264,274],"\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba":43,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":38,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":36,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":[40,161],"\u30d5\u30a1\u30a4\u30eb\u30cf\u30f3\u30c9\u30eb":34,"\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9":[51,55,65,68],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":212,"\u30d5\u30a1\u30a4\u30eb\u30de\u30c3\u30d4\u30f3\u30b0":34,"\u30d5\u30a1\u30bb\u30c3\u30c8":138,"\u30d5\u30a3\u30eb\u30bf":[34,40,43,44],"\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0":41,"\u30d5\u30a3\u30eb\u30bf\u30fc":[34,113,115,116,138,185],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30bf\u30a4\u30df\u30f3\u30b0":34,"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":138,"\u30d5\u30a3\u30f3\u30e9\u30f3\u30c9":34,"\u30d5\u30a3\u30fc\u30eb\u30c9":93,"\u30d5\u30a9\u30eb\u30c0\u30fc":32,"\u30d5\u30a9\u30ed\u30ef\u30fc":12,"\u30d5\u30a9\u30ed\u30fc":2,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":277,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[34,43,89,103,106,113,115,116,122,141,156,158,161,200,217,258,277],"\u30d5\u30a9\u30fc\u30e0":[41,138,198,199],"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af":[34,44],"\u30d5\u30a9\u30fc\u30eb\u30d0\u30c3\u30af\u30e2\u30fc\u30c9":43,"\u30d5\u30c3\u30af":21,"\u30d5\u30e9\u30b0":[33,34,35,38,39,40,42,43,44,54,63,69,80,89,90,92,93,94,100,111,113,115,116,119,122,123,137,138,143,149,154,156,180,199,200,203,204,213,223,264,271,274,275,279],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7":101,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[35,101],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c8":65,"\u30d5\u30e9\u30c3\u30b7\u30e5":[34,43,44,105],"\u30d5\u30e9\u30f3\u30b9":[34,168,227],"\u30d5\u30eb\u30d1\u30b9":34,"\u30d5\u30ec\u30fc\u30ba":[34,40,44,92],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":14,"\u30d6\u30c3\u30af\u30de\u30fc\u30af":80,"\u30d6\u30d6\u30d6\u30d6\u30d6\u30d6":[205,226],"\u30d6\u30e9\u30a6\u30b6":[12,17,29,278],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[22,270],"\u30d6\u30e9\u30a6\u30b6\u30fc\u30d9\u30fc\u30b9":34,"\u30d6\u30e9\u30b8\u30ea\u30a2":168,"\u30d6\u30e9\u30b8\u30eb":168,"\u30d6\u30ed\u30b0":[185,201,276,277],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[12,138,199,200,276],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea\u30fc":[113,115,116],"\u30d6\u30ed\u30c3\u30af":[0,41,158],"\u30d6\u30fc\u30ea\u30a2\u30f3":249,"\u30d6\u30fc\u30eb":[34,249,271],"\u30d7\u30e9\u30b0\u30a4\u30f3":[0,17,24,25,27,29,31,34,35,36,37,38,40,41,42,43,44,103,113,114,115,116,117,118,123,125,126,132,135,136,137,138,176,180,184,186,187,194,196,197,203,212,217,224],"\u30d7\u30e9\u30b0\u30a4\u30f3api":42,"\u30d7\u30e9\u30b0\u30a4\u30f3id":123,"\u30d7\u30e9\u30b0\u30de":138,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[14,17,18,23,29,38],"\u30d7\u30e9\u30f3":34,"\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8":[22,43,44,46,81],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[34,70,158,161,217,223,274],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":257,"\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0":41,"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0":1,"\u30d7\u30ed\u30b0\u30e9\u30e0":[3,34,36,40,93,156,158,161,200],"\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3":179,"\u30d7\u30ed\u30b7\u30fc\u30b8\u30e3\u30fc":34,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[0,3,12,13,17,19,21,42,262],"\u30d7\u30ed\u30bb\u30b9":[0,34,40,41,43,44,82,89,92,95,105,108,125,128,132,133,140,143,146,152,154,155,156,157,158,161,202,258,274],"\u30d7\u30ed\u30bb\u30b9\u30ed\u30b0":[22,43,46,262],"\u30d7\u30ed\u30bb\u30b9id":[156,264],"\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3":[158,161],"\u30d7\u30ed\u30c0\u30af\u30c8":12,"\u30d7\u30ed\u30c8\u30b3\u30eb":[0,1,22,40,44,87,155,157,158,261,262,278],"\u30d7\u30ed\u30d1\u30c6\u30a3":[44,137],"\u30d7\u30ed\u30f3\u30d7\u30c8":210,"\u30d8\u30c3\u30c0":[41,42],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":40,"\u30d8\u30c3\u30c0\u30fc":[34,40,42,43,87,106,159,258],"\u30d8\u30eb\u30d7":14,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[36,156],"\u30d9\u30af\u30bf":[34,35,36,40,41,44,65],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[38,40,41],"\u30d9\u30af\u30bf\u30fc":[34,38,41,42,44,80,102,115,138,194],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[22,34,41,42,43,44,46,65,76,93,113,115,116,122,123,137,138,195,196,219,270,277],"\u30d9\u30af\u30bf\u30fc\u30c7\u30fc\u30bf":[34,80],"\u30d9\u30af\u30c8\u30eb":34,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af":42,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30c4\u30fc\u30eb":157,"\u30d9\u30f3\u30c1\u30de\u30fc\u30af\u30d7\u30ed\u30b0\u30e9\u30e0":41,"\u30d9\u30fc\u30b7\u30c3\u30af":258,"\u30d9\u30fc\u30b9":[0,17,34,36,38,40,42,68,69,115,134,149,156,158,199,200,209,214,215,216,217,241,244,257,262],"\u30d9\u30fc\u30b9\u30d1\u30b9":158,"\u30da\u30a2":[43,122,123,138,152,212,219,220,221,222,271,280],"\u30da\u30f3":239,"\u30da\u30fc\u30b8":[2,12,17,22,40,41,43,138,156,159,268,274],"\u30da\u30fc\u30b8\u30e9\u30f3\u30af":[214,215,216],"\u30da\u30fc\u30b9\u30c8":40,"\u30db\u30b9\u30c8":[12,34,38,40,155,156,157,161,264],"\u30dc\u30bf\u30f3":[12,17,40,41],"\u30dc\u30c3\u30af\u30b9":138,"\u30dc\u30c7\u30a3":[91,92,99,105,106,112,118,121,122,124,125,126,130,131,132,139,142,143,145,146,148,159,161,264],"\u30dd\u30a4\u30f3\u30bf":[44,54,65,66,68,69,72],"\u30dd\u30a4\u30f3\u30c8":[80,92,212],"\u30dd\u30b9\u30c6\u30a3\u30f3\u30b0":[34,92],"\u30dd\u30b9\u30c6\u30a3\u30f3\u30b0\u30ea\u30b9\u30c8":[34,43,44,122],"\u30dd\u30eb\u30c8\u30ac\u30eb":34,"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[34,38,41],"\u30dd\u30fc\u30c8":[41,155,156,157,161,210,258,262,264,278],"\u30de\u30a4\u30af\u30ed":[200,202,249,271,277],"\u30de\u30a4\u30af\u30ed\u30d0\u30fc\u30b8\u30e7\u30f3":34,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[22,34,270],"\u30de\u30a4\u30ca\u30fc":34,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":208,"\u30de\u30af\u30ed":[34,38,41,43,65,268],"\u30de\u30b7\u30f3":[12,156,217],"\u30de\u30c3\u30c1":[11,29,34,35,38,41,42,43,44,57,67,80,113,115,116,138,164,171,172,174,179,180,182,185,194,198,199,213,214,215,216,228,239,243,244,245,267,276],"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":29,"\u30de\u30c3\u30c1\u30ec\u30b3\u30fc\u30c9":115,"\u30de\u30c3\u30d4\u30f3\u30b0":[34,269],"\u30de\u30c3\u30d7":[34,43,99,248],"\u30de\u30c9\u30ea\u30fc\u30c9":168,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[34,41,42,43,44,93,137,276],"\u30de\u30eb\u30c1\u30b3\u30a2":0,"\u30de\u30eb\u30c1\u30b3\u30a2cpu":29,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":[42,43,99,134,258],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":41,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":94,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":[38,44],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[38,258],"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9\u30d9\u30fc\u30b9":202,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9\u30e2\u30c7\u30eb":42,"\u30de\u30eb\u30c1\u30e9\u30a4\u30f3\u30e2\u30fc\u30c9":213,"\u30de\u30eb\u30c1\u30ef\u30fc\u30ab\u30fc":158,"\u30de\u30fc\u30af":244,"\u30de\u30fc\u30af\u30a2\u30c3\u30d7":43,"\u30de\u30fc\u30b8":[17,34,40],"\u30df\u30b9":219,"\u30df\u30ea":[34,38,86,156,161,200,249,271,281],"\u30df\u30ea\u79d2":249,"\u30e1\u30a4\u30f3":116,"\u30e1\u30b8\u30e3\u30fc":34,"\u30e1\u30b8\u30e3\u30fc\u30d0\u30fc\u30b8\u30e7\u30f3\u30a2\u30c3\u30d7":34,"\u30e1\u30bd\u30c3\u30c9":43,"\u30e1\u30bf":154,"\u30e1\u30bf\u30c7\u30fc\u30bf":[34,44,92,93,105,123,135,136,214,215,216,241],"\u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":40,"\u30e1\u30c3\u30bb\u30fc\u30b8":[6,7,34,42,43,44,82,268,277],"\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c7\u30a3":41,"\u30e1\u30cb\u30e5\u30fc":243,"\u30e1\u30e2":[214,215,216],"\u30e1\u30e2\u30ea":[23,24,25,27,31,32,34,36,40,41,42,43,44,50,54,65,268,269],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":36,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0\u30e2\u30fc\u30c9":44,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[14,34,35,36,38,40,41,42,43,44],"\u30e1\u30e2\u30ea\u30fc":[34,43,44,92,99,104,105,138,143,248,268],"\u30e1\u30e2\u30ea\u30fc\u30a2\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":43,"\u30e1\u30e2\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":[156,158],"\u30e1\u30e2\u30ea\u30fc\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":[156,158],"\u30e1\u30e2\u30ea\u30fc\u30d6\u30ed\u30c3\u30af":140,"\u30e1\u30e2\u30ea\u30fc\u30de\u30c3\u30d7":[34,248],"\u30e1\u30e2\u30ea\u30fc\u30ea\u30fc\u30af":[43,44,140],"\u30e1\u30ea\u30c3\u30c8":[138,156,158],"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9":245,"\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b3\u30b9\u30c8":241,"\u30e1\u30f3\u30d0":68,"\u30e1\u30f3\u30d0\u30fc":12,"\u30e1\u30fc\u30c8\u30eb":[168,169],"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[3,12,22,43],"\u30e1\u30fc\u30eb":[12,17,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":[0,22,34,36,43,82,229,258],"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":41,"\u30e2\u30cb\u30bf\u30fc":[24,25,27,31],"\u30e2\u30fc\u30c9":[11,34,42,43,44,124,139,149,156,174,180,194,264,274],"\u30e4\u30de\u30c0":[205,241],"\u30e6\u30cb\u30b0\u30e9\u30e0":[242,247],"\u30e6\u30cb\u30fc\u30af":[34,161],"\u30e6\u30fc\u30b6":[11,12,40,138,157,219,220,221,222,249,274],"\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf":72,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":11,"\u30e6\u30fc\u30b6\u30fc":[3,4,6,7,8,22,29,34,42,43,44,70,83,85,92,134,138,154,158,164,185,199,200,209,248,258,273,280],"\u30e6\u30fc\u30b6\u30fc\u30b5\u30dd\u30fc\u30c8":10,"\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9":[80,91,231],"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":36,"\u30e9\u30a4\u30bb\u30f3\u30b9":40,"\u30e9\u30a4\u30bb\u30f3\u30b9\u30d5\u30a1\u30a4\u30eb":34,"\u30e9\u30a4\u30d6\u30e9\u30ea":[20,22,23,34,40,41,43,48,54,198,199,256,274],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":[42,43,44,73,148,156],"\u30e9\u30c6\u30f3":34,"\u30e9\u30d9\u30eb":[34,41,42,43,44,116,138],"\u30e9\u30f3\u30ad\u30f3\u30b0":[42,274],"\u30e9\u30f3\u30bf\u30a4\u30e0":34,"\u30e9\u30f3\u30bf\u30a4\u30e0\u30e9\u30a4\u30d6\u30e9\u30ea\u30fc":32,"\u30e9\u30f3\u30c0\u30e0":281,"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":0,"\u30ea\u30af\u30a8\u30b9\u30c8":[34,41,42,43,44,47,81,89,90,94,100,101,103,111,128,134,138,139,140,144,155,158,159,161,200,202,222,258,264],"\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[22,44,46,81,156],"\u30ea\u30af\u30a8\u30b9\u30c8\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":152,"\u30ea\u30af\u30a8\u30b9\u30c8\u30d8\u30c3\u30c0\u30fc":106,"\u30ea\u30af\u30a8\u30b9\u30c8\u30dc\u30c7\u30a3":159,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":264,"\u30ea\u30af\u30a8\u30b9\u30c8id":[22,43,44,46,81,134,139],"\u30ea\u30af\u30a8\u30b9\u30c8uri":158,"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":40,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3":43,"\u30ea\u30b0\u30ec\u30c3\u30b7\u30e7\u30f3\u30d0\u30b0":42,"\u30ea\u30b9\u30af":154,"\u30ea\u30b9\u30c8":[12,13,17,34,40,43,44,57,63,105,106,114,117,122,138,143,144,156,161,199,200,203,208,212,213,273,274,276],"\u30ea\u30b9\u30c8\u30a2":[34,44],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":12,"\u30ea\u30bb\u30c3\u30c8":43,"\u30ea\u30bd\u30fc\u30b9":[34,42,50,73,86,201],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[22,34,40,42,44,46,81,83,134,202,264],"\u30ea\u30c6\u30e9\u30eb":[34,35,38,40,43,171,172,182,199,213,244],"\u30ea\u30c8\u30e9\u30a4":49,"\u30ea\u30cd\u30fc\u30e0":[38,43,47,91],"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":258,"\u30ea\u30d3\u30eb\u30c9":[34,43],"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":12,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[34,42],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30ab\u30a6\u30f3\u30c8\u30e2\u30fc\u30c9":[130,131],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[22,42,201],"\u30ea\u30dd\u30b8\u30c8\u30ea":[3,4,12,22,27,31,38,40,41],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":[3,4,12,22,31,34,43],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[22,264,270],"\u30ea\u30e2\u30fc\u30c8\u30db\u30b9\u30c8":34,"\u30ea\u30e9\u30a4\u30bf\u30fc":43,"\u30ea\u30ea\u30fc\u30b9":[3,4,6,7,8,10,22,27,82,180,201],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":[12,44],"\u30ea\u30ea\u30fc\u30b9\u30b7\u30b9\u30c6\u30e0":7,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":12,"\u30ea\u30ea\u30fc\u30b9\u30c1\u30fc\u30e0":34,"\u30ea\u30ea\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3":12,"\u30ea\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb":156,"\u30ea\u30f3\u30af":[12,13,34,40,41,42,43,138,199,200,271],"\u30ea\u30f3\u30b4":239,"\u30eb\u30fc\u30c8":38,"\u30eb\u30fc\u30d7":[36,40,42,43,44],"\u30eb\u30fc\u30de\u30cb\u30a2":34,"\u30eb\u30fc\u30eb":[22,34,36,42,46,113,115,116,138,149,258],"\u30ec\u30a4\u30e4":11,"\u30ec\u30b3\u30fc\u30c9":[0,11,22,33,34,36,38,40,41,42,43,44,47,51,57,61,62,65,67,68,69,78,80,91,100,102,103,104,106,113,115,116,118,122,141,143,144,151,156,164,171,172,174,175,179,180,182,185,198,199,200,201,208,213,214,215,216,217,222,223,245,249,267,270,271,272,273,276,277,279,280,281],"\u30ec\u30b3\u30fc\u30c9\u30d0\u30c3\u30c1":106,"\u30ec\u30b3\u30fc\u30c9\u30d0\u30c3\u30c1\u30b5\u30a4\u30ba":106,"\u30ec\u30b3\u30fc\u30c9id":[22,40,44,46,61,65,68,271],"\u30ec\u30b3\u30fc\u30c9r":11,"\u30ec\u30b9\u30c8\u30e9\u30f3":0,"\u30ec\u30b9\u30dd\u30f3\u30b9":[34,38,40,41,42,44,50,86,87,91,106,113,115,116,138,140,158,159,161,258,264],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":258,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":[43,86,258],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30dc\u30c7\u30a3":44,"\u30ec\u30d9\u30eb":[34,40,42,43,111,156,202],"\u30ec\u30dd\u30fc\u30c8":29,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":0,"\u30ec\u30fc\u30bf":40,"\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0":164,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":35,"\u30ed\u30ac\u30fc":43,"\u30ed\u30ae\u30f3\u30b0":[43,54],"\u30ed\u30b0":[12,22,34,35,37,38,40,42,43,44,46,92,105,111,112,113,138,154,156,157,158,161,220,223,268],"\u30ed\u30b0\u30a4\u30f3":[12,248],"\u30ed\u30b0\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":42,"\u30ed\u30b0\u30d1\u30b9":36,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[29,43,44,82,112,138,156,157,161,202,269],"\u30ed\u30b0\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":44,"\u30ed\u30b0\u30d5\u30e9\u30b0":[34,154,156],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":[34,40,41,43,154,156,213],"\u30ed\u30b0\u30ec\u30d9\u30eb":[34,43,44,92,110,154,156,158,202],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":[43,156],"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30c8":43,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":[34,40],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":12,"\u30ed\u30b4":[34,40],"\u30ed\u30b7\u30a2":34,"\u30ed\u30b8\u30c3\u30af":118,"\u30ed\u30c3\u30af":[34,35,38,40,41,43,49,65,90,105,106,107,108,109,154,156],"\u30ed\u30c3\u30af\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":[41,44,49],"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":[22,38],"\u30ed\u30f3\u30c9\u30f3":168,"\u30ed\u30fc\u30ab\u30eb":[12,200],"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":156,"\u30ed\u30fc\u30c6\u30fc\u30c8":156,"\u30ed\u30fc\u30c9":[0,22,34,36,38,41,42,43,44,99,106,121,154,156,158,200,258,270],"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":40,"\u30ed\u30fc\u30de":[34,179,205,219,226],"\u30ed\u30fc\u30de\u30b8":[179,209],"\u30ef\u30a4\u30c9":38,"\u30ef\u30fc\u30ab":[34,158],"\u30ef\u30fc\u30ab\u30fc":[34,44,112,158],"\u30ef\u30fc\u30ab\u30fc\u30b9\u30ec\u30c3\u30c9":[34,41],"\u30ef\u30fc\u30ab\u30fc\u30d7\u30ed\u30bb\u30b9":[44,112],"\u30ef\u30fc\u30b9\u30c8\u30b1\u30fc\u30b9":34,"\u30f4\u30a1\u30a4\u30aa\u30ea\u30f3":34,"\u30f4\u30a1\u30f4\u30a3\u30f4\u30a5\u30f4\u30a7\u30f4\u30a9":[34,205,226],"\u30f4\u30a1\u30f4\u30a3\u30f4\u30f4\u30a7\u30f4\u30a9":[34,205,226],"\u30f4\u30a1\u30f4\u30a3\u30f4\u30f4\u30a7\u30f4\u30a9\u30f4":[205,226],"\u30f6\u30b1":[205,226],"\u30f6\u6708":154,"\u30fb\u30b5\u30fc\u30d0":274,"\u30fb\u30c7\u30b9":241,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":277,"\u30fb\u30d5\u30a1\u30a4\u30eb":18,"\u30fb\u5168":100,"\u30fb\u5186":0,"\u30fb\u6d6e\u52d5\u5c0f":138,"\u30fb\u81ea\u5df1\u7d39":277,"\u30fbgroonga":43,"\u30fbor":281,"\u30fbroot":43,"\u30fd\u30fe":[205,226],"\u3315\uff41z":242,"\u33a1\"":[206,226],"\u4e00\u3064":[0,34,44,50,51,54,68,82,89,90,94,100,101,103,111,128,144,166,168,169,170,173,176,177,181,185,196,249,265,271],"\u4e00\u4ef6\u9032\u3081":69,"\u4e00\u500b":11,"\u4e00\u5207":43,"\u4e00\u56de":34,"\u4e00\u5b9a":44,"\u4e00\u5b9a\u91cf":34,"\u4e00\u5bfe":271,"\u4e00\u5de5":279,"\u4e00\u5ea6":[34,38,40,42,49,125,132,138,158,201,203,212,248,272,276],"\u4e00\u5f0f":[12,65],"\u4e00\u610f":[78,92,134,156],"\u4e00\u62ec\u3057":[34,68],"\u4e00\u6587\u5b57":[42,43],"\u4e00\u65b9":[0,70,73,92,138,172,180,182,185,199,200,229,267,271,274,276],"\u4e00\u6642":[6,7,22,34,43,44,46,65,168],"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":43,"\u4e00\u6642\u7684":[34,43,65,145,269],"\u4e00\u6642\u7d50\u679c":40,"\u4e00\u6b69":274,"\u4e00\u756a":[29,80,122,138,258],"\u4e00\u756a\u5de6":200,"\u4e00\u756a\u901f\u3044":47,"\u4e00\u77ed":0,"\u4e00\u7dd2":[35,40,42,51,54,80,105,113,116,130,138,143,159,161,168,244,267,274],"\u4e00\u7fa4":11,"\u4e00\u81f4":[11,12,22,34,35,37,39,40,42,43,44,47,54,68,69,91,92,138,141,143,179,180,194,223,231,267,270,274,277,280],"\u4e00\u81f4\u3057":[34,42,265],"\u4e00\u81f4\u7528":279,"\u4e00\u81f4rk":[22,43,46,179,207],"\u4e00\u822c":[0,34,50,65,138,198,199,241,274,276],"\u4e00\u822c\u7684":[0,229,231,244],"\u4e00\u884c":[36,156,157],"\u4e00\u8996":[34,205,226],"\u4e00\u89a7":[12,17,18,22,46,89,93,119,120,123,143,144,150,156,158,199,200,267,268,273],"\u4e00\u8a9e":267,"\u4e00\u8cab\u6027":[10,43,44],"\u4e00\u9023":202,"\u4e00\u90e8":[34,40,43,94,217,221,231,274],"\u4e00\u9577":0,"\u4e09\u3064":[168,265],"\u4e09\u756a\u76ee":200,"\u4e09\u8c37":42,"\u4e09\u8c37\u3055\u3093":42,"\u4e0a\u304c\u3063":229,"\u4e0a\u3052\u308b":267,"\u4e0a\u4f4d":[68,267],"\u4e0a\u554f":262,"\u4e0a\u66f8\u3044":12,"\u4e0a\u66f8\u304d":[12,44,86,281],"\u4e0a\u8a18":[12,17,21,29,33,34,40,43,92,105,116,138,143,154,157,164,173,180,185,205,212,220,222,229,239,241,242,243,245,264,267,268,272,274,276,281],"\u4e0a\u8a18url":12,"\u4e0a\u8ff0":[174,212],"\u4e0a\u91ce":36,"\u4e0a\u9650":[9,22,43,51,61,68,69,271],"\u4e0b\u304c\u3063":229,"\u4e0b\u304c\u308a":[106,267],"\u4e0b\u3052":[34,43],"\u4e0b\u3055\u3044":[1,12,23,24,25,27,31,32,34,40,41,68,93,149,227,241,242],"\u4e0b\u66f8\u304d":208,"\u4e0b\u8a18":[11,69,82,89],"\u4e0b\u90e8":12,"\u4e0b\u9650":[61,69],"\u4e0d\u504f":34,"\u4e0d\u5177\u5408":[3,34,40,41,42,43,44],"\u4e0d\u53ef":122,"\u4e0d\u5909":78,"\u4e0d\u5b89":12,"\u4e0d\u5b89\u5b9a\u7248":12,"\u4e0d\u5b8c\u5168":[38,44],"\u4e0d\u5fc5\u8981":[34,43,44,86],"\u4e0d\u610f":105,"\u4e0d\u6574\u5408":35,"\u4e0d\u6b63":[14,35,36,38,41,42,43,44,63,92,105,130,143],"\u4e0d\u6b63\u78ba":40,"\u4e0d\u7b49\u4fa1":180,"\u4e0d\u80fd":157,"\u4e0d\u8981":[0,32,34,40,41,42,43,105,229,239,241,261],"\u4e0d\u8db3":[23,24,25,27,31,32,34,42,43,268],"\u4e0d\u9069\u5207":[40,42],"\u4e0e\u3048":[11,40,41,44,56,63,69,156,264,267,274],"\u4e0e\u3048\u308b":[82,155,156,281],"\u4e14\u3064":34,"\u4e16\u4ee3":82,"\u4e16\u754c":[168,169,170,249,271,281],"\u4e21\u65b9":[0,34,80,113,115,116,122,138,199,200,201,213,219,223,232,233,242,243,276,277,279],"\u4e21\u8005":281,"\u4e26\u3073":[34,200,265],"\u4e26\u3073\u9806":281,"\u4e26\u3079":[22,115,270],"\u4e26\u3093":[34,113,115,116],"\u4e26\u5217":[6,7,34,44,157,202],"\u4e2d\u4e95":41,"\u4e2d\u56fd":168,"\u4e2d\u592e\u5024":42,"\u4e2d\u5fc3":[34,169],"\u4e2d\u65ad":[34,38,40,42,59],"\u4e2d\u70b9":[34,205,226],"\u4e2d\u7a0b\u5ea6":[23,24,25,27,31,32],"\u4e2d\u8eab":[42,157,264,274],"\u4e2d\u9593":[11,265],"\u4e38\u3081":186,"\u4e38\u62ec":274,"\u4e3b\u30ad\u30fc":[22,36,40,78,106,144,270,271,272,273,274,280],"\u4e3b\u5c0e":161,"\u4e3b\u8981":23,"\u4e43\u6bc5":36,"\u4e57\u7b97":34,"\u4e71\u6570":[181,281],"\u4e88\u3081":[34,156,249],"\u4e88\u5099":104,"\u4e88\u5b9a":[12,16,34,38,43,80,82,135,136,168,182,213,217,258],"\u4e88\u60f3":34,"\u4e88\u671f":34,"\u4e8b\u524d":[12,104,114,117,118,135,136,138,221,267],"\u4e8b\u67c4":10,"\u4e8b\u9805":[22,43,44,46,217],"\u4e8c\u3064":[11,54,82,113,115,116,119,149,157,168,175,179,180,185,265],"\u4e8c\u756a\u76ee":200,"\u4e8c\u91cd":[41,42,43,199],"\u4e8c\u9805":[43,44,200],"\u4e92\u63db":[12,24,25,27,31,34,42,43,44,82,113,115,116,119,200,215,216,258],"\u4e92\u63db\u6027":12,"\u4e94\u5165":38,"\u4eac\u90fd":[241,265,267],"\u4eba\u3068":10,"\u4eba\u540d":[205,241],"\u4eba\u5411\u3051":43,"\u4eba\u6c17":[113,115,116],"\u4eba\u7269":92,"\u4eca\u56de":[34,40,44,182,200,274],"\u4eca\u5f8c":[12,34,38,44,135,149,213],"\u4ecb\u3057":[0,278],"\u4ecb\u6587":277,"\u4ed5\u65b9":3,"\u4ed5\u69d8":[22,36,39,40,42,64,82,138,141,158,244,271],"\u4ed5\u7d44":[17,43,258],"\u4ed5\u7d44\u307f":[40,43,158],"\u4ed8\u3044":[34,92,203,276],"\u4ed8\u304d":[3,22,30,34,36,43,44,80,87,92,113,115,116,118,122,137,138,141,199,204,208,213,219,222,249,270,271,274],"\u4ed8\u3051":[40,85,86,102,134,139,154,161,164,171,172,243,258,264,271,274,276],"\u4ed8\u3051\u308b":[9,34,161,200,203,224,274,280],"\u4ed8\u3051\u65b9":85,"\u4ed8\u4e0e":[51,68,78,138,157,273,279],"\u4ed8\u5c5e":[158,159],"\u4ed8\u8d85\u7fa4":34,"\u4ed8\u968f":94,"\u4ee3\u308a":[40,168,199],"\u4ee3\u308f\u308a":[29,32,34,43,92,116,122,130,138,140,143,156,158,171,172,182,199,203,206,213,229,264],"\u4ee3\u5165":[11,36,41,199,281],"\u4ee3\u540d":34,"\u4ee3\u540d\u8a5e":241,"\u4ee3\u8868":[0,138],"\u4ee5\u4e0a":[11,12,14,17,32,33,34,40,41,42,43,44,51,54,69,70,76,80,92,93,112,113,115,116,118,122,123,130,133,138,141,143,145,156,157,158,161,171,174,175,179,180,182,185,212,213,215,217,223,224,229,231,239,248,249,264,274],"\u4ee5\u4e0b":[11,12,14,17,18,21,25,29,32,33,34,38,40,42,43,44,47,50,51,53,54,55,57,63,65,70,73,76,80,83,84,85,86,87,89,91,92,93,95,96,97,98,99,102,103,104,105,106,107,108,109,111,112,113,114,115,116,118,119,120,121,122,123,125,126,130,131,132,133,134,137,138,139,140,141,142,143,144,145,146,147,149,150,151,154,156,157,158,159,161,164,165,168,169,171,172,173,174,175,176,179,180,182,184,185,186,187,194,196,197,200,202,203,204,205,206,208,210,212,213,214,215,216,219,220,221,222,223,224,226,227,228,229,231,239,240,241,242,243,245,246,247,248,249,258,261,264,265,267,268,269,271,273,274,278,281],"\u4ee5\u5185":[154,200,219,220,277,281],"\u4ee5\u524d":[34,38,40,41,42,43,44,105,113,115,116,203,204,267,271,277],"\u4ee5\u5916":[0,11,34,36,38,41,42,47,50,51,54,55,57,61,65,68,71,73,80,106,113,116,130,131,133,138,143,145,154,156,157,174,194,199,208,213,223,227,228,242,249],"\u4ee5\u964d":[12,14,17,34,36,38,41,42,43,44,95,105,106,113,115,116,134,138,146,154,156,171,172,173,203,204,208,231,278],"\u4eee\u540d":209,"\u4eee\u5b9a":134,"\u4eee\u60f3":[41,43,272,281],"\u4ef6\u540c":43,"\u4ef6\u542b":277,"\u4ef6\u6570":[34,42,43,44,65,68,78,113,265,267,274],"\u4efb\u547d":12,"\u4efb\u610f":[0,12,34,156,157,268,274],"\u4f1a\u793e":[34,42,43,44],"\u4f1d\u642c":34,"\u4f1d\u7d71":0,"\u4f34\u3063":34,"\u4f3c\u305f":204,"\u4f4d\u7f6e":[18,22,34,38,40,41,42,43,44,46,51,65,69,92,93,104,137,207,214,215,216,242,270,273,274],"\u4f4e\u3044":[92,267],"\u4f4e\u304f":[229,267],"\u4f4e\u4e0b":[34,41],"\u4f4e\u6a5f":11,"\u4f4e\u6e1b":[36,262],"\u4f4e\u901f":[34,92,143],"\u4f4f\u3093":277,"\u4f4f\u6240":40,"\u4f50\u85e4":[43,44],"\u4f53\u8fd1":169,"\u4f55\u3089\u304b":249,"\u4f55\u500b":138,"\u4f55\u5ea6":[41,134],"\u4f55\u756a":116,"\u4f59\u308a":200,"\u4f59\u5206":34,"\u4f59\u8a08":10,"\u4f5c\u3063":[34,38,68,69,116,121,122,124,137,138,158,161,203,219,267,272],"\u4f5c\u3089":[43,138],"\u4f5c\u3089\u308c":[34,42,157],"\u4f5c\u3089\u308c\u308b":154,"\u4f5c\u308a":[34,42,92,133,138,140,143,161,195,202,219,220,248,276],"\u4f5c\u308a\u76f4\u3057":[133,154],"\u4f5c\u308a\u76f4\u3059":[43,133],"\u4f5c\u308b":[7,8,9,17,34,42,43,80,91,92,113,115,116,121,124,137,138,143,156,161,179,198,200,213,217,220,248,273,277,280],"\u4f5c\u308c":[44,107],"\u4f5c\u308c\u308b":[43,92,138],"\u4f5c\u6210":[22,26,34,35,36,38,39,40,41,42,43,44,47,50,54,55,61,66,68,69,71,78,112,113,115,116,118,119,138,141,145,156,157,158,161,168,179,199,200,201,219,222,223,245,248,249,261,267,270,271,273,276,279,280],"\u4f5c\u6210\u6e08":156,"\u4f5c\u696d":[10,17,34],"\u4f5c\u7528":40,"\u4f75\u305b":274,"\u4f75\u7528":34,"\u4f7f\u3044":[0,6,7,8,11,12,15,17,18,21,22,24,25,27,28,29,31,34,38,42,43,44,47,49,55,57,70,80,83,86,92,102,105,106,112,113,114,115,116,119,122,130,131,137,138,139,141,143,147,149,154,156,158,159,161,172,173,174,179,180,182,194,198,199,200,201,204,212,213,214,218,219,220,222,224,229,231,236,237,238,240,242,244,246,247,248,249,258,271,272,276,278],"\u4f7f\u3044\u5206\u3051":[265,267],"\u4f7f\u3044\u65b9":[0,22,46,70,199,200,218,274],"\u4f7f\u3046":[5,7,11,12,16,21,23,24,25,27,29,31,33,34,35,36,38,40,41,42,43,44,47,48,50,51,57,70,73,80,83,85,88,91,92,96,97,98,99,102,103,104,105,106,113,114,115,116,117,118,119,122,124,125,130,131,132,133,135,136,138,139,141,143,145,149,152,154,156,157,159,164,165,171,172,173,174,175,176,179,180,182,185,186,187,194,196,198,199,200,202,203,204,205,206,208,209,210,212,213,214,215,216,217,219,220,221,222,223,224,227,228,229,231,232,233,234,235,239,241,249,258,262,264,267,269,271,274,276,278,280],"\u4f7f\u3048":[6,8,21,33,34,38,41,42,43,47,91,92,99,105,106,113,115,116,124,133,134,138,139,143,149,156,158,159,161,163,164,174,194,198,199,200,209,213,214,215,216,217,226,241,242,244,250,256,257,272,274],"\u4f7f\u3048\u308b":[21,29,34,38,40,41,42,43,44,137,138,156,199,213,217,245],"\u4f7f\u3063":[3,5,10,11,12,17,18,19,20,21,23,24,25,27,28,29,31,32,33,34,39,40,41,42,43,44,47,54,61,63,70,73,80,83,87,88,89,91,92,99,105,106,108,112,113,114,115,116,118,119,121,122,124,130,133,136,137,138,140,143,145,148,149,154,156,158,161,172,175,179,180,182,198,199,200,203,204,205,206,212,213,214,215,216,217,220,221,226,227,228,229,231,239,241,242,244,246,247,249,258,264,265,267,271,272,273,274,276,277,278,279,280,281],"\u4f7f\u308f":[21,34,38,41,42,43,44,47,50,54,87,92,105,106,112,113,114,115,116,118,121,122,130,138,143,145,149,156,158,164,180,198,199,203,209,212,213,219,223,229,231,242,243,245,264,272,273,276,280],"\u4f7f\u308f\u305a":[34,180],"\u4f7f\u7528":[11,12,34,35,36,40,41,42,43,44,50,51,54,63,65,66,68,72,82,89,91,92,93,95,102,106,113,115,116,119,120,122,134,138,139,140,146,147,149,150,151,154,156,157,158,161,168,171,172,174,180,185,186,187,199,200,205,209,214,226,229,239,242,245,249,258,264,265,267,271,274,276,277,278],"\u4f7f\u7528\u4f8b":168,"\u4f8b\u3048":[18,20,21,29,34,40,41,42,43,44,65,80,102,105,113,115,116,118,119,120,138,141,143,149,150,154,156,157,158,185,198,199,200,201,203,204,212,213,214,217,219,220,221,222,227,229,231,239,241,242,245,258,265,267,273,274,275,276,279,280],"\u4f8b\u3068\u3057\u3066":[243,248,271],"\u4f8b\u3068\u3068\u3082":168,"\u4f8b\u4ee5\u5916":[205,241,242],"\u4f8b\u5916":[27,34,42,43,91,115,116,122,135,136],"\u4f9d\u308a":122,"\u4f9d\u5b58":[12,22,23,39,40,42,44,83,92,118,122,138,161,214,215,216,241],"\u4f9d\u7136":34,"\u4f9d\u983c":12,"\u4fa1\u683c":44,"\u4fbf\u5229":[0,1,6,7,29,34,43,44,51,80,83,92,105,113,114,119,123,130,133,137,138,139,147,149,156,198,199,209,213,219,271],"\u4fbf\u5229\u30e1\u30bd\u30c3\u30c9":34,"\u4fc2\u52a9\u8a5e":241,"\u4fc2\u6570":[11,138],"\u4fc3\u97f3":34,"\u4fdd\u305f":[115,116],"\u4fdd\u3064":[34,44],"\u4fdd\u5b58":[22,33,40,41,43,44,63,80,91,92,93,113,115,116,122,137,138,156,158,161,168,200,203,208,213,222,223,249,269,270,273,276,277,281],"\u4fdd\u6301":[34,44,50,54,105,271,275,277],"\u4fdd\u8a3c":[82,89],"\u4fe1\u6d0b":44,"\u4fe1\u983c":154,"\u4fee\u5e73":42,"\u4fee\u5fa9":34,"\u4fee\u6b63":[12,168,220,278],"\u4fee\u6b63\u4e2d":220,"\u500b\u3005":[11,82,115,267],"\u500b\u4eba":[12,29],"\u500b\u5225":138,"\u500b\u5b9a":9,"\u500b\u6240":42,"\u500b\u6570":[40,51],"\u500d\u7cbe":[34,249],"\u5019\u88dc":[141,161,179,219,220,221],"\u5024\u304b":[165,168],"\u5024\u304c":44,"\u5024\u3054":272,"\u5024\u3054\u3068":272,"\u5024\u3057":174,"\u5024\u3059":44,"\u5024\u3060\u3051":200,"\u5024\u3068":[138,199,271],"\u5024\u3068\u3057\u3066":[156,168,187,269,277],"\u5024\u306a\u3057":39,"\u5024\u306a\u3089":41,"\u5024\u3088\u308a":[11,138],"\u5024\u4ee5\u4e0a":156,"\u5024\u5727":92,"\u5024\u578b":271,"\u5024\u57df":[76,123],"\u5024\u6bce":272,"\u5024\u7528":38,"\u5024\u8a18":200,"\u504f\u5dee":34,"\u505c\u6b62":[34,41,43,82,95,104,146,156,158],"\u5065\u4f5c":273,"\u5074\u9762":0,"\u5076\u6570":200,"\u5099\u8003":[41,138,161],"\u50be\u5411":[122,138,276],"\u512a\u308c":[0,231,241],"\u512a\u5148":[0,34,43,99,157,219],"\u5143\u6c17":41,"\u5145\u5206":34,"\u5148\u60c5":277,"\u5148\u8aad":239,"\u5148\u982d":[34,59,63,65,113,115,116,138,158,213,244,274],"\u5149\u7537":41,"\u5165\u3063":[14,34,40,41,43,44,83,92,138,174,219,264,268,273,274,276],"\u5165\u308a":[105,138,200,234,235,264,268,272,274],"\u5165\u308b":144,"\u5165\u308c":[138,244,267,273,277],"\u5165\u308c\u308b":[43,92,138,213],"\u5165\u529b":[34,35,38,39,41,44,83,89,90,94,100,101,103,106,111,128,138,141,144,155,156,157,200,209,219,220,221,222,226,264,274],"\u5165\u529b\u30df\u30b9":220,"\u5168\u304f":43,"\u5168\u3066":[17,34,68,138,139,156,158,198,201,222,226,249,276],"\u5168\u4e16\u754c":41,"\u5168\u4ef6":[69,199,200],"\u5168\u4f53":[22,29,34,41,46,48,122,214],"\u5168\u524a":151,"\u5168\u6587":[22,24,25,27,29,31,34,40,42,48,73,80,92,93,113,115,116,138,143,156,180,194,198,199,200,203,208,213,223,229,262,265,266,270,271,273,275,277],"\u5168\u6587\u691c":[22,36,270],"\u5168\u6587\u691c\u7d22":[40,143,156,180],"\u5168\u89d2":[34,38,43,69,204,205,226,274],"\u5168\u90e8":264,"\u5168suffix":68,"\u516c\u5e73":41,"\u516c\u5f0f":[8,12,27,38,180],"\u516c\u8f14":41,"\u516c\u958b":[34,36,38,41,42,43,44,50],"\u516c\u958b\u9375":12,"\u5171\u306b":[51,65],"\u5171\u6709":[2,10,12,22,29,40,41,50,92,156,158,273,276],"\u5171\u901a":[10,34,38,115,156,200,223,249,276],"\u5171\u901a\u63a5":[34,223],"\u5177\u4f53":[34,138,267,272,276],"\u5177\u4f53\u4f8b":[91,116],"\u5177\u5408":[138,200],"\u5178\u578b":43,"\u5185\u5bb9":[10,12,17,34,40,42,43,55,59,62,63,69,83,93,113,115,116,138,144,154,155,157,182,199,200,202,219,222,248,262,271,274,276,277,278],"\u5185\u5c71":34,"\u5185\u8a33":267,"\u5185\u8fd1\u304f":200,"\u5185\u90e8":[12,34,39,42,43,44,50,54,60,63,65,68,105,122,123,130,182,271],"\u5186\u6ed1":12,"\u518d\u3073":[42,154],"\u518d\u4f5c":43,"\u518d\u4f5c\u6210":44,"\u518d\u5229":[34,42,43,78,122,156,158,223],"\u518d\u5e30":[11,34,47,65,90,108,138,154,158,212],"\u518d\u5ea6":[11,12,34,42,43,49],"\u518d\u691c":198,"\u518d\u69cb":[34,38,154],"\u518d\u73fe":[10,34,41,198,229,231,241,267],"\u518d\u751f":[34,158],"\u518d\u767a":42,"\u518d\u8aad":212,"\u518d\u8aad\u8fbc":112,"\u518d\u8d77":[34,43,212,248,262],"\u518d\u8d77\u52d5":[125,132,156,158,248],"\u5197\u9577":34,"\u51e6\u7406":[0,6,7,11,17,34,35,36,40,41,42,43,44,59,78,81,86,87,92,105,108,113,115,116,119,123,130,138,140,143,147,149,154,157,158,172,182,199,200,202,224,229,258,264,265,281],"\u51fa\u3055":41,"\u51fa\u3057":277,"\u51fa\u3059":[34,138,161,277],"\u51fa\u305b\u308b":[0,34],"\u51fa\u529b":[0,3,14,22,29,34,35,36,38,39,40,41,42,43,44,46,54,57,61,63,80,81,82,84,86,87,88,89,91,92,93,95,96,97,98,99,100,102,103,104,105,107,108,109,110,111,113,114,117,118,119,120,121,122,123,124,125,126,130,131,132,133,134,135,136,137,139,140,141,142,143,144,145,146,148,149,150,151,154,156,157,158,159,161,173,202,205,226,241,249,264,268,270],"\u51fa\u6765":[18,34,149,273,276],"\u51fa\u6765\u308b":[34,277],"\u51fa\u73fe":[0,34,43,51,92,93,104,116,138,141,147,161,200,214,215,216,275],"\u5206\u304b\u3061":0,"\u5206\u3051":[12,22,34,93],"\u5206\u3051\u308b":271,"\u5206\u307e":217,"\u5206\u5272":[0,38,43,44,200,223,239,265,274],"\u5206\u5c90":14,"\u5206\u6563":217,"\u5206\u6790":[0,34],"\u5206\u89e3":[11,217],"\u5206\u914d":[113,116],"\u5206\u985e":[138,271,272],"\u5206z":249,"\u5207\u3089":42,"\u5207\u308a":[34,38,41,42,43,44,63,128,138,227],"\u5207\u308a\u4e0a\u3052\u308b":115,"\u5207\u308a\u6368\u3066":271,"\u5207\u308b":[42,122,158],"\u5207\u308c":[34,43],"\u5207\u65ad":34,"\u5217\u4e2d":[44,200],"\u5217\u578b":[42,199,271,272],"\u5217\u5f0f":57,"\u5217\u5f15":11,"\u5217\u60c5":149,"\u5217\u6307\u5411":0,"\u5217\u6319":[43,274],"\u5217\u8868":[57,249],"\u5217\u95a2":44,"\u521d\u56de":[17,34],"\u521d\u671f":[0,34,36,38,40,42,55,65],"\u521d\u671f\u5024":155,"\u521d\u671f\u5316":[34,40,43,44,54,66,73,154],"\u5224\u5b9a":[65,281],"\u5224\u65ad":[34,44,55,115,118,138,200,268],"\u5225\u3005":[138,272],"\u5225\u540d":[43,156,180],"\u5225\u9014":[65,106,249],"\u5229\u70b9":0,"\u5229\u7528":[0,1,10,12,14,17,22,23,24,25,27,29,31,32,38,40,41,42,43,44,50,55,68,83,92,103,138,139,143,149,152,154,156,157,159,171,172,174,180,194,199,200,208,219,220,222,249,256,264,265,267,270,271,274],"\u5229\u7528\u4f8b":0,"\u5230\u9054":[33,34],"\u5236\u5fa1":[34,40,114,138,158,164,180],"\u5236\u7d04":[33,115],"\u5236\u9650":[22,34,36,38,40,41,42,43,44,46,61,115,116,134,138,158,168,185,198,199,214,215,217,248,258,270,276,278],"\u523b\u307f":138,"\u5247\u3063":217,"\u524a\u6e1b":[34,43,44,154],"\u524a\u9664":[0,6,7,12,18,34,35,36,38,39,40,41,42,43,44,59,65,67,68,69,78,91,94,96,104,106,124,130,151,152,154,156,158,213,223],"\u524a\u9664\u5f8c":34,"\u524d\u3082\u3063":43,"\u524d\u4ed8":[113,115,116],"\u524d\u4ed8\u304d":65,"\u524d\u5411\u3051":105,"\u524d\u56de":12,"\u524d\u5f8c":[156,274],"\u524d\u63d0":[3,47],"\u524d\u65b9":[11,22,34,35,37,39,40,42,43,44,46,69,91,92,141,143,179,180,194,207,223,231,265,270,274],"\u524d\u8005":[47,161,204,212,281],"\u524d\u8ff0":[138,143,158,174,203,267],"\u5270\u4f59":42,"\u5272\u3063":[214,216],"\u5272\u308a":[54,134,144,149,200,223,271],"\u5272\u308a\u5f53\u3066":[36,50],"\u5272\u308a\u5f53\u3066\u308b":[85,223,271,274],"\u5272\u308b":216,"\u5272\u5408":140,"\u52a0\u3048":[11,12,21,44,105,241,271,279],"\u52a0\u3048\u308b":[38,105],"\u52a0\u308f\u308b":10,"\u52a0\u7b97":[34,44,65,78,80],"\u52a3\u5316":[43,130],"\u52a9\u52d5\u8a5e":241,"\u52a9\u8a5e":241,"\u52b9\u304d":34,"\u52b9\u679c":[34,114,277],"\u52b9\u7387":[34,43,44,92,105,122,158,276],"\u52c9\u5f37":[231,246,247],"\u52d5\u3044":[43,70,130],"\u52d5\u304b":[34,41,42,43,99,161,213],"\u52d5\u304b\u3057":[161,248],"\u52d5\u304b\u3059":43,"\u52d5\u304d":[34,43,130,138,148,217,258],"\u52d5\u304f":[29,38,40,248,257],"\u52d5\u4f5c":[3,17,34,36,38,41,42,43,44,82,112,115,116,157,158,202,205,218,242,257,271],"\u52d5\u5c0f":[34,249],"\u52d5\u6642":34,"\u52d5\u74b0":155,"\u52d5\u753b":273,"\u52d5\u7684":[0,22,34,36,39,43,44,46,92,158,242,265,274],"\u52e7\u3081":42,"\u5316\u4f5c":12,"\u5316\u51e6":[38,78],"\u5316\u524d":78,"\u5316\u5bfe":[17,205,226],"\u5316\u5f8c":34,"\u5316\u65b9":[119,203],"\u5316\u6642":38,"\u5316\u6e08":[55,65],"\u5316\u6f0f\u308c":40,"\u5316\u95a2":36,"\u5317\u4eac":168,"\u5317\u534a\u7403":40,"\u5317\u5e02":44,"\u533a\u5207":123,"\u533a\u5207\u3063":[119,138,147,149,161,264],"\u533a\u5207\u3089":38,"\u533a\u5207\u308a":[0,34,40,43,92,103,106,138,141,143,149,155,156,161,180,199,200,210,222,229,231,239,240,246,247,249,271,272,274],"\u533a\u5207\u308b":[36,138,156,212],"\u533a\u5225":[44,138,213,249,279],"\u5341\u5206":[34,44,62,92,115,267,269],"\u5341\u5206\u6c17":138,"\u534a\u5f84":169,"\u534a\u6fc1":[34,205,226],"\u534a\u7121":[38,143],"\u534a\u89d2":[34,69,204,205,226,274],"\u5354\u529b":[3,4,22,44],"\u5357\u534a":40,"\u5358\u306b":[41,136],"\u5358\u4f4d":[0,34,36,38,43,71,81,83,86,122,140,152,154,156,161,168,169,182,186,200,202,246,247,249,264,265,274,277],"\u5358\u4f53":[0,157],"\u5358\u72ec":[51,157],"\u5358\u7cbe":[34,249],"\u5358\u7d14":[11,85,169,279],"\u5358\u8a9e":[34,40,113,115,116,138,198,199,212,214,215,216,219,221,231,274,275,276,277],"\u535a\u4e4b":[43,44],"\u5360\u6709":65,"\u5371\u6a5f":[156,202],"\u5371\u967a":[12,34,95,107,108,109,118,124,145,146,258],"\u5373\u5024":44,"\u5373\u5ea7":[43,44],"\u5373\u6642":[22,34],"\u539f\u56e0":[10,12,22,43,44,154,157,266,268,269],"\u539f\u578b":34,"\u539f\u99c5":281,"\u53b3\u5bc6":[42,43,44,219],"\u53b3\u683c":34,"\u53c2\u52a0":[2,3],"\u53c2\u7167":[1,6,7,8,12,17,21,22,24,25,27,28,29,30,31,34,35,36,38,40,41,42,43,44,47,49,54,59,64,80,85,86,87,88,91,93,95,96,97,98,99,102,104,105,106,107,108,109,110,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,140,141,142,143,146,147,148,149,150,151,154,157,158,161,168,174,180,185,199,200,209,212,213,227,231,241,248,249,256,262,267,269,270,272,276,277,281],"\u53c2\u7167\u5024":44,"\u53c2\u7167\u5143":271,"\u53c2\u7167\u5148":[34,41],"\u53c2\u7167\u578b":138,"\u53c2\u8003":[12,22,46,274],"\u53ca\u3073":157,"\u53cb\u4eba":273,"\u53cc\u65b9":10,"\u53cd\u6620":[0,11,12,161,248],"\u53cd\u8ee2":200,"\u53ce\u307e\u308a\u304d\u3089":43,"\u53ce\u96c6":[0,34,83],"\u53d6\u308a":44,"\u53d6\u308a\u51fa\u3055":271,"\u53d6\u308a\u51fa\u3057":[61,69,274],"\u53d6\u308a\u51fa\u3059":[11,36,61,69,271],"\u53d6\u308a\u51fa\u305b\u308b":44,"\u53d6\u308a\u5f97\u308b":249,"\u53d6\u308a\u8fbc\u307e":12,"\u53d6\u308a\u8fbc\u307f":38,"\u53d6\u308a\u9664\u3044":68,"\u53d6\u308a\u9664\u304d":[11,34,173],"\u53d6\u308a\u9664\u304f":241,"\u53d6\u308b":[159,161,200,264],"\u53d6\u5f97":[10,22,23,34,42,43,44,49,50,54,61,62,65,66,68,69,88,92,93,97,113,117,123,138,152,161,200,219,220,222,241,270,272,273,276],"\u53d7\u3051":[9,34,40,41,42,43,44,85,86,134,139,154,158,159,161,164,168,200,243,258,261,264,274,280],"\u53d7\u3051\u308b":[42,262],"\u53d7\u3051\u4ed8\u3051":[34,36,40,139,200],"\u53d7\u3051\u53d6\u3063":0,"\u53d7\u3051\u53d6\u308a":[11,158,161,164,165,274],"\u53d7\u4ed8":[41,280],"\u53d7\u4fe1":[106,161],"\u53e4\u3044":[12,40,43,44,95,146,203,277],"\u53e4\u304f":[42,44],"\u53e4\u3059\u304e\u308b":18,"\u53e5\u70b9":241,"\u53ef\u5426":274,"\u53ef\u5909":[38,93,101,122,123,264],"\u53ef\u5909\u9577":[105,122],"\u53ef\u80fd":[10,11,12,14,22,29,34,38,40,41,43,44,51,53,55,65,66,68,72,78,82,89,93,109,125,126,132,138,141,154,156,157,159,171,199,200,223,243,244,256,258,264,265,267,273,274,277,279,281],"\u53ef\u8aad":42,"\u53f3\u4e0a":35,"\u53f3\u4e0b":[35,170],"\u53f3\u8fba":[36,38,43,44],"\u5404\u5024":123,"\u5404\u51fa":[115,138],"\u5404\u52d5":138,"\u5404\u52d9":43,"\u5404\u547d":157,"\u5404\u56fd":12,"\u5404\u7d22":274,"\u5404\u8981":[80,92,194],"\u5404\u8a00":227,"\u5404\u8a9e":89,"\u5404os":[227,241],"\u5408\u308f\u305b":[40,51,200,239],"\u5408\u7406":231,"\u5408\u81f4":[274,281],"\u5408\u8a08":[33,34,42,89,113,115,116,138,157,214,223,267,269],"\u5409\u5ca1":43,"\u5409\u7530":41,"\u540c\u3058":[0,22,34,35,36,38,42,43,44,54,57,69,80,82,83,85,91,92,113,115,116,118,125,130,131,132,133,134,138,141,144,149,156,157,158,161,180,200,203,204,212,213,214,215,216,220,226,242,249,258,266,271,272,274,276],"\u540c\u3058\u4f8b":276,"\u540c\u3058\u5024":[115,116,158,274],"\u540c\u3058\u578b":80,"\u540c\u3058\u6570":[156,158,258],"\u540c\u3058\u6642":34,"\u540c\u3058\u6708":43,"\u540c\u3058\u91cd\u307f":180,"\u540c\u3058\u97f3\u3068":[205,226],"\u540c\u540d":[12,112],"\u540c\u6642":[0,9,34,43,44,68,69,82,106,138,157,161,239,281],"\u540c\u671f":[12,157],"\u540c\u68b1":[17,36,40,42],"\u540c\u69d8":[11,12,34,69,157,208,264,271,281],"\u540c\u7a0b":92,"\u540c\u7b49":[34,43,105,157,265],"\u540c\u7fa9":[44,212],"\u540d\u524d":[12,17,22,34,36,37,38,40,43,44,46,47,51,54,55,63,65,66,68,71,82,83,89,91,92,93,94,95,100,102,104,105,106,113,115,116,118,119,120,121,122,123,124,130,131,137,138,143,144,145,146,149,150,156,158,161,200,205,217,219,223,241,258,261,264,271,274,277],"\u540d\u79f0":43,"\u540d\u7b49":65,"\u540d\u8a5e":[34,205,241],"\u540d\u9806":116,"\u540dn":144,"\u5411\u3044":[42,83,92,138,223],"\u5411\u3051":[3,6,7,8,11,22,25,29,34,41,42,43,44,65,199],"\u5411\u4e0a":[34,38,43,44,158,198,200,258,262],"\u5426\u304b":[115,164],"\u5426\u5b9a":[11,43,138,239],"\u542b\u307e":[6,11,12,34,40,42,43,44,83,91,92,93,99,105,113,115,116,118,125,126,130,131,132,135,136,138,139,142,143,144,145,146,147,161,164,174,175,180,182,194,199,200,212,214,215,216,222,231,239,242,243,258,265,274,276,277],"\u542b\u307e\u308c":[0,12,41,83,113,116,125,126,132,138,143,164,182,265,276],"\u542b\u307e\u308c\u308b":[0,11,12,44,115,138,156,171,172,267,271,274],"\u542b\u307f":[34,43,69,83,106,113,116,122],"\u542b\u3080":[9,11,34,40,41,42,43,44,63,80,91,104,113,115,116,137,138,141,146,155,199,200,202,215,216,242,243,245,265,274,276,277],"\u542b\u3080\u5024":[156,274],"\u542b\u3080\u5168\u3066":95,"\u542b\u3081":[12,34,44,138,164,199,212],"\u542b\u3081\u308b":[12,34,38,39,42,44,103,113,115,116,118,119,138,149,164,199,212,274],"\u542b\u3093":[11,34,42,44,83,115,118,122,137,138,182,199,200,214,215,220,221,229,232,233,234,235,271,276,277],"\u5438\u53ce":274,"\u5468\u4e0a":169,"\u5468\u8fba":[40,182,268],"\u547c\u3070":[34,41,43,44,54,66,68,70,130,138,200,214,249,274],"\u547c\u3073":[11,34,73,80,122,138,156,157,182,271],"\u547c\u3073\u5143":54,"\u547c\u3073\u51fa\u3055":[34,59,138],"\u547c\u3073\u51fa\u3057":[0,11,34,36,40,42,43,54,103,115,138,198],"\u547c\u3073\u51fa\u3059":[34,114,148,166,169,170,177,181,198],"\u547c\u3076":[14,34,40,43,70,73,95,130,146,198],"\u547c\u3076\u524d":73,"\u547c\u3093":[42,73,130,138,265,272],"\u547c\u51fa":[51,62,65,68],"\u547d\u4ee4":156,"\u547d\u540d":[40,113,115,116],"\u548c\u3068":34,"\u548c\u5e83":41,"\u54c1\u8a5e":[34,205,241],"\u552f\u4e00":148,"\u554f\u3044\u5408\u308f":11,"\u554f\u984c":[12,17,34,35,36,37,38,40,41,42,43,44,50,54,89,118,124,157,158,199,200,231,269,274],"\u559c\u3073":[16,17],"\u56db\u3064":265,"\u56db\u5247":42,"\u56db\u6368":38,"\u56db\u89d2\u5f62":208,"\u56de\u51fa":34,"\u56de\u52d5":157,"\u56de\u540c":43,"\u56de\u547c":36,"\u56de\u6307\u5b9a":[174,199],"\u56de\u6570":[34,40,248],"\u56de\u691c":34,"\u56de\u7279":157,"\u56de\u7e70\u308a":157,"\u56de\u9001\u308b":134,"\u56de\u907f":[12,22,42,43,44,145,266,267],"\u56de\u9589":34,"\u56f0\u3063":10,"\u56f0\u96e3":[0,40],"\u56f2\u3046":34,"\u56f2\u307e":[172,182],"\u56f2\u307f":[156,171,172,182],"\u56f2\u3080":[41,182,274],"\u56f2\u3093":200,"\u56fa\u5b9a":[34,42,65,69,93,123,143,264,274],"\u56fa\u5b9a\u9577":[36,122],"\u56fa\u6709":[59,80,241],"\u56fd\u3054":272,"\u56fd\u540d":272,"\u56fd\u969b":17,"\u56fd\u969b\u5316":[3,15,18,22,44],"\u570f\u5185":277,"\u571f\u66dc":187,"\u571f\u66dc\u65e5":187,"\u5727\u7e2e":[29,34,38,40,41,42,43,44,51,92,122,137,257],"\u5730\u56f3":0,"\u5730\u57df":0,"\u5730\u5f62":[168,169],"\u5730\u70b9":[168,281],"\u5730\u7cfb":168,"\u578b\u304b":249,"\u578b\u3068\u3057\u3066":249,"\u578b\u540d":[93,115,137,138],"\u578b\u5909":38,"\u578b\u60c5":40,"\u578b\u6307":40,"\u578b\u7528":57,"\u57cb\u3081\u8fbc\u307e":12,"\u57cb\u3081\u8fbc\u307f":[172,182],"\u57cb\u3081\u8fbc\u3080":157,"\u57f7\u7b46":[18,208,275],"\u57fa\u3065\u3044":12,"\u57fa\u3065\u304f":34,"\u57fa\u6570":200,"\u57fa\u672c":[0,12,22,40,42,91,138,265,267,270,271],"\u57fa\u672c\u5f62":241,"\u57fa\u6e96":[0,12,115,271,274],"\u57fa\u76e4":54,"\u5800\u672c":34,"\u5831\u4ee5":149,"\u5831\u544a":[3,10,22,34,36,37,38,40,41,42,43,44,49,124,154,157],"\u5834\u5408":[5,6,7,10,11,17,18,21,22,23,24,25,27,29,30,31,32,33,34,35,36,38,40,41,42,43,44,50,51,54,55,56,57,59,61,63,65,68,69,70,71,80,82,86,88,89,90,91,92,93,94,95,97,99,100,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,118,119,121,122,123,124,130,133,134,137,138,141,143,145,146,148,149,151,154,155,156,157,158,159,161,164,165,168,169,171,172,179,180,181,182,187,194,199,200,201,202,203,210,212,213,214,216,217,219,220,221,223,227,228,229,231,239,241,242,245,246,247,248,249,258,264,265,267,268,269,272,273,274,277,278,280,281],"\u5834\u6240":[2,12,34,36,42,44,83,122,156,157,277],"\u5883\u754c":[34,40,115,168],"\u5897\u3048":[80,92,135,138,140,149,213,216,276],"\u5897\u3048\u308b":[43,120,150,161],"\u5897\u3084":[6,7,43,70,80,130,131],"\u5897\u3084\u3059":[14,34,70,80,130,138,213,248],"\u5897\u5206":[138,154],"\u5897\u52a0":[41,138],"\u5897\u5927":168,"\u58ca\u3057":[43,154],"\u58ca\u3059":40,"\u58ca\u308c":[34,36,38,40,43,44,89,104,123,124,133,145,154],"\u58ca\u308c\u308b":[34,35,36,38,40,41,42,43,44,104,106,107,108,109],"\u5909\u3048":91,"\u5909\u3048\u308b":[34,91,138,229,267],"\u5909\u308a":42,"\u5909\u308f\u3063":[91,231],"\u5909\u308f\u308a":[43,88,89,134,138,231,265,281],"\u5909\u308f\u308b":[244,267],"\u5909\u5316":[0,34,43],"\u5909\u63db":[34,38,43,44,69,87,158,200,203,223,249,277],"\u5909\u6570":[12,14,30,34,37,38,39,40,41,42,43,44,66,74,130,131,138,200,212],"\u5909\u66f4":[12,18,21,22,29,34,35,38,39,40,41,42,43,44,47,50,52,54,55,56,64,65,68,78,80,82,89,92,95,99,105,106,112,113,119,122,135,136,141,145,146,152,157,158,168,171,200,205,210,212,223,242,257,266,274],"\u5909\u66f4\u5f8c":[52,54,56,64,65,68],"\u5916\u90e8":9,"\u591a\u3044":[34,92,154,199,200,209,267],"\u591a\u304b\u3063":268,"\u591a\u304f":[34,38,92,104,105,116,123,138,143,158,179,182,199,200,213,216,231,244,257,262,267,271,274],"\u591a\u3059\u304e":36,"\u591a\u3059\u304e\u308b":[34,138,268],"\u591a\u5f69":0,"\u591a\u6570":34,"\u591a\u69d8":0,"\u591a\u6bb5":44,"\u591a\u91cd":155,"\u591a\u9762":0,"\u5927\u304d":[34,40,80,89,92,143,154,158,205,223,226,248],"\u5927\u304d\u3044":[11,34,38,42,43,44,86,92,99,106,122,138,143,154,199,223,229,248],"\u5927\u304d\u304f":[34,36,82,92,103,122,154,169,215,222,271],"\u5927\u304d\u3051\u308c":34,"\u5927\u304d\u3055":223,"\u5927\u304d\u3059\u304e\u308b":130,"\u5927\u304d\u306a":[34,44,248,258],"\u5927\u306a\u308a":180,"\u5927\u4e08":19,"\u5927\u4e08\u592b":[10,29,44],"\u5927\u4e8b":[199,212],"\u5927\u5207":0,"\u5927\u5225":271,"\u5927\u5c0f":[115,116],"\u5927\u5e45":[34,44],"\u5927\u62b5":158,"\u5927\u6587":[138,213],"\u5927\u6587\u5b57":[34,42,92,143,179,213,274],"\u5927\u898f\u6a21":[0,44],"\u5927\u8cb4":40,"\u5927\u91cf":[11,33,34,42,44,92,115,138,143,145,154,214,215,223,273,274],"\u5927\u95a2":42,"\u592a\u90ce":273,"\u592b\u5fc5":279,"\u5931\u308f":[12,34,40,226],"\u5931\u52b9":[88,158],"\u5931\u6557":[12,34,36,38,40,41,42,43,44,49,50,74,91,92,95,96,98,99,102,105,107,108,109,110,113,115,118,125,126,130,131,132,133,138,142,143,145,146,151,165,199,213,268,274],"\u5947\u5999":213,"\u5947\u6570":200,"\u5968\u6271\u3044":42,"\u597d\u304d":17,"\u59a5\u5f53":[43,44,138,223],"\u59a5\u5f53\u6027":44,"\u59cb\u307e\u3063":[83,202,209,221],"\u59cb\u307e\u308a":12,"\u59cb\u307e\u308b":[29,42,44,68,78,138,157,199,200,212,219,221,231,258],"\u59cb\u3081":17,"\u59cb\u70b9":274,"\u5b09\u3057\u304f":10,"\u5b50\u5348\u7dda":168,"\u5b57\u5165":209,"\u5b57\u5217":[34,38,42,44,96,97,98,143,199,249],"\u5b57\u5c0f":[138,213],"\u5b58\u5426":65,"\u5b58\u5728":[0,18,34,35,36,40,41,42,43,44,47,54,65,68,69,78,83,96,97,103,106,113,115,116,118,121,134,138,154,157,158,164,169,170,217,231,262,264,265,269,272,274,276,281],"\u5b66\u3073":[113,115,116,138,168,272,276],"\u5b66\u3093":277,"\u5b66\u7fd2":[36,41,141,218],"\u5b66\u7fd2\u7528":161,"\u5b89\u5168":[43,92,130,264],"\u5b89\u5b9a":[0,12,39,82,89],"\u5b89\u5fc3":10,"\u5b8c\u4e86":[12,17,34,86,92,138,202],"\u5b8c\u5168":[11,34,47,68,92,114,122,138,143,200,223,267,280],"\u5b8c\u74a7":216,"\u5b8c\u7d50":10,"\u5b9a\u5024":40,"\u5b9a\u5b50":213,"\u5b9a\u6570":[34,43],"\u5b9a\u7248":12,"\u5b9a\u7fa9":[11,34,40,42,43,47,51,59,66,68,71,78,91,92,94,100,102,103,106,113,115,116,123,130,131,138,144,156,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,212,213,214,215,216,217,242,243,245,249,264,274,276],"\u5b9f\u4f53":[54,123],"\u5b9f\u4f8b":[3,4,22],"\u5b9f\u51e6":[11,66],"\u5b9f\u6570":249,"\u5b9f\u65bd":12,"\u5b9f\u73fe":[0,3,4,22,42,92,138,158,179,198,200,213,223,272,274],"\u5b9f\u7528":42,"\u5b9f\u7a3c":155,"\u5b9f\u884c":[0,3,17,22,24,25,26,27,28,29,30,31,32,34,37,38,40,41,42,43,44,46,51,59,65,66,68,70,78,82,83,85,86,88,89,90,94,95,96,98,100,101,102,103,104,105,106,107,108,109,110,111,112,113,115,116,124,125,128,130,131,132,133,134,135,138,139,141,144,145,146,148,151,154,159,161,168,173,175,180,185,198,200,202,212,213,217,219,220,222,232,233,234,235,244,248,256,258,264,268,274,278,280,281],"\u5b9f\u884c\u4f8b":[14,40,47,80,82,83,88,91,92,93,95,96,97,98,99,102,104,105,106,107,108,109,110,113,114,115,116,117,118,119,120,121,122,123,124,125,126,130,131,132,133,135,136,137,138,139,140,141,143,144,145,146,147,148,149,150,151,158,161,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,202,203,204,205,206,209,213,214,215,216,219,220,222,224,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,264,271,272,273,274,276,277,278,279,280,281],"\u5b9f\u88c5":[17,34,38,40,42,43,44,70,86,91,92,116,135,136,138,158,159,168,216,217,257],"\u5b9f\u904b":34,"\u5b9f\u969b":[33,34,41,44,47,70,113,115,116,118,138,140,154,214,248,267,273,276],"\u5b9f\u9a13":[34,39,40,41,42,43,44,50,55,113,119,126,135,136,213,215,216,244],"\u5bae\u4e0b":44,"\u5bb9\u91cf":[34,43,89],"\u5bc4\u3063":227,"\u5bfe\u51e6":[34,42,242],"\u5bfe\u5fdc":[0,9,11,14,34,35,36,37,38,39,40,41,42,43,44,47,51,55,65,68,69,91,105,116,130,131,138,141,154,156,177,202,204,213,217,219,220,221,222,223,241,257,274],"\u5bfe\u7167":180,"\u5bfe\u7b56":[22,34,241,266],"\u5bfe\u8a71":[264,274],"\u5bfe\u8c61":[0,9,11,12,14,17,18,29,34,38,39,42,43,44,51,54,55,57,61,63,65,67,68,69,76,82,90,94,96,97,98,100,101,102,103,104,105,106,107,108,109,112,113,115,116,118,121,122,124,130,131,133,134,138,141,143,149,154,155,161,165,171,172,174,175,176,180,182,186,194,196,199,200,202,213,214,215,216,242,258,265,267,273,274,276,277],"\u5bfe\u8c61column":51,"\u5bfe\u8c61ctx":54,"\u5bfe\u8c61cursor":[61,69],"\u5bfe\u8c61id":62,"\u5bfe\u8c61obj":62,"\u5bfe\u8c61object":[51,55,59,62,65,66,72],"\u5bfe\u8c61table":[51,65,68,69],"\u5bfe\u8c61table1":68,"\u5bfe\u8c61table2":68,"\u5c02\u7528":[1,12,17,124,264,278],"\u5c06\u6765":[34,41,80,113,119,120,122,135,136,150,168,217,258,264],"\u5c0e\u5165":[3,14,15,17,22,42,43,82],"\u5c0f\u3055":[34,43,44,122,205,226],"\u5c0f\u3055\u3044":[11,33,37,69,92,106,115,138,143,169,199,202,215,223,229],"\u5c0f\u3055\u304f":[33,34,42,43,115,168,169,201,213,223,248,258],"\u5c0f\u3055\u3051\u308c":34,"\u5c0f\u3055\u3059\u304e\u308b":130,"\u5c0f\u3055\u306a":44,"\u5c0f\u306a\u308a":[180,198],"\u5c0f\u5024":[113,115,116,118],"\u5c0f\u6570":[38,43,83,86,156,249,271,277],"\u5c0f\u6570\u70b9":271,"\u5c0f\u6587\u5b57":[34,69,92,143,149,179,203,213,274],"\u5c0f\u897f":41,"\u5c11\u304f":269,"\u5c11\u3057":[29,34,216],"\u5c11\u3057\u9045\u3044":[156,158],"\u5c11\u3057\u9055\u3044":138,"\u5c11\u306a\u3044":[34,42,92,138,198,199,200,201,212],"\u5c11\u306a\u304f":[0,10,34,43,92,99,130,138,174,182,199,200,201,248],"\u5c11\u306a\u3051\u308c":143,"\u5c11\u6570":34,"\u5c1a\u4e5f":41,"\u5c3a\u5ea6":0,"\u5c55\u958b":[12,22,29,32,34,38,40,41,44,46,99,125,126,132,138,180,212],"\u5c55\u958b\u5f8c":138,"\u5c55\u958b\u7528":38,"\u5c5e\u3057":[76,249,272],"\u5c5e\u3059\u308b":[51,65,69,144],"\u5c5e\u6027":[37,119,120,144,149,150,173],"\u5c65\u6b74":12,"\u5c71\u672c":42,"\u5c71\u7530":[205,241],"\u5ca9\u4e95":[40,41,44],"\u5ca9\u677e":44,"\u5cf6\u6d25":34,"\u5cf6\u7530":40,"\u5d8b\u7530":40,"\u5de6\u4e0a":[35,170],"\u5de6\u4e0b":35,"\u5de6\u53f3":274,"\u5de6\u8fba":44,"\u5de8\u5927":34,"\u5dee\u5206":157,"\u5dee\u96c6\u5408":200,"\u5e02\u5185":208,"\u5e02\u771f":44,"\u5e03\u6559":3,"\u5e38\u306b":43,"\u5e73\u4eee":34,"\u5e73\u5747":[34,42,138],"\u5e74\u9f62":[0,92,143],"\u5e83\u304f":[12,213],"\u5ea6\u3068":38,"\u5ea6\u5206":249,"\u5ea6\u5408\u3044":267,"\u5ea6\u6570":[38,200,271,281],"\u5ea6\u6d6e":[34,249],"\u5ea6\u8868":36,"\u5ea6y":249,"\u5ea7\u6a19":[34,38,168,169,170,200,208,277],"\u5ea7\u6a19\u5024":38,"\u5ec3\u6b62":[82,209],"\u5f0f\u5168":[199,200],"\u5f0f\u8868":57,"\u5f0f\u96c6\u5408":213,"\u5f15\u3044":200,"\u5f15\u304d\u51fa\u3059":0,"\u5f15\u304d\u7d9a\u304d":41,"\u5f15\u304d\u8d77\u3053\u3057":34,"\u5f15\u304d\u8d77\u3053\u3059":[40,41,130],"\u5f15\u304d\u8d77\u3059":[40,41,44],"\u5f15\u6570":[11,22,34,35,40,41,42,43,44,46,54,69,82,120,125,126,132,150,165,182,187,200,204,206,213,214,217,231,232,233,234,235,236,237,238,240,243,244,245,246,247,250,261,264,268,271,272,274,276,278,280],"\u5f15\u7528":[41,156],"\u5f15\u8a9e":274,"\u5f31\u70b9":0,"\u5f35\u3063":[41,43,118,138,145],"\u5f35\u3089":[34,40,41,43,51,105,130,215,216,271],"\u5f35\u308b":[145,199,200],"\u5f35\u308c\u308b":41,"\u5f37\u5236":[34,35,40,42,43,44,65,124,139,154],"\u5f37\u529b":[34,138,213],"\u5f37\u5316":[34,36,38,42],"\u5f53\u3066":[34,54,134,144,149,223],"\u5f53\u3066\u308b":[134,271],"\u5f53\u8a72":[65,82],"\u5f62\u5f0f":[11,22,34,35,38,39,40,42,44,46,53,54,56,81,84,86,87,88,89,91,92,93,95,96,97,98,99,102,103,104,105,107,108,109,110,113,114,115,117,118,119,120,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,148,149,150,151,154,155,156,157,158,159,166,169,170,177,181,182,200,202,210,249,264,271,274,276],"\u5f62\u614b":[0,29,200,241],"\u5f62\u72b6":208,"\u5f71\u97ff":[12,34,40,41,42,43,44,130,156,158,215],"\u5f79\u5272":[92,180,274],"\u5f79\u7acb\u3061":[34,41,92],"\u5f85\u305f":34,"\u5f85\u3061\u53d7\u3051\u308b":[264,278],"\u5f85\u3064":[86,115],"\u5f8c\u304b\u3089":103,"\u5f8c\u308d":[34,239],"\u5f8c\u59cb":34,"\u5f8c\u65b9":[11,22,34,40,42,43,44,180,213,215,216,258,265,270],"\u5f8c\u65e5":34,"\u5f8c\u7d9a":[34,130],"\u5f8c\u8005":[47,161,204,212,281],"\u5f8c\u8ff0":[11,12,69,138,185,213,217],"\u5f93\u3046":36,"\u5f93\u3063":[67,68,69,138,258],"\u5f93\u6765":[34,42],"\u5f97\u3089\u308c":[148,175],"\u5f97\u308b":[34,158,209],"\u5fa9\u53f7":12,"\u5fa9\u65e7":[34,39,43,55,154],"\u5faa\u74b0":44,"\u5fc3\u304c":14,"\u5fc3\u914d":23,"\u5fc5\u305a":[68,76,82,92,113,115,116,138,143,179,213,214,264],"\u5fc5\u8981":[0,3,5,10,11,12,14,17,21,24,25,27,29,30,31,33,34,35,36,38,39,40,41,42,43,44,47,50,54,61,63,69,70,73,80,83,92,93,99,105,106,107,113,114,115,116,118,119,122,125,130,132,134,138,139,143,145,149,154,156,157,158,161,171,172,174,175,176,179,180,182,185,199,200,201,206,209,212,213,214,215,216,217,219,220,221,222,223,227,241,245,248,258,264,267,269,274,276,278,280],"\u5fc5\u9808":[29,32,104,112,125,126,132,135,136,158,162,171,173,175,176,179,185,196,245,258,274,278],"\u5fd8\u308c":[38,80,105,179],"\u5fd8\u308c\u308b":[107,131],"\u5fdc\u3058":[0,34,62,157,213],"\u5fdc\u7528":0,"\u5fdc\u7b54":[0,34,41,44],"\u601d\u3044":17,"\u601d\u3044\u51fa\u3057":138,"\u601d\u3046":[213,272,276],"\u601d\u3063":16,"\u6027\u5225":0,"\u6027\u80fd":[0,34,43,105,106,115,130,138,257,276],"\u6069\u6075":262,"\u60aa\u3044":34,"\u60aa\u610f":[161,200],"\u60c5\u5831":[2,3,12,17,22,29,34,35,36,38,39,40,41,42,43,44,46,50,51,54,59,62,83,92,93,105,115,122,123,125,132,135,136,137,138,141,144,154,156,202,203,207,214,215,216,267,270,271,273,274,275],"\u60c5\u5831\u540d":144,"\u60f3\u5b9a":[34,89,103,273],"\u610f\u5473":[11,29,34,41,43,44,47,57,80,86,93,105,108,122,124,130,131,133,134,138,140,141,154,156,157,158,199,200,209,212,213,216,226,229,248,272,274,281],"\u610f\u56f3":[34,40,41,42,43,44,180,185,199,215,276],"\u610f\u8b58":[34,143],"\u611f\u3058":10,"\u614e\u91cd":14,"\u6163\u308c":272,"\u6163\u7fd2":40,"\u6210\u308a":[138,199,264],"\u6210\u308a\u7acb\u3063":11,"\u6210\u529f":[12,29,34,43,44,50,51,54,55,57,65,68,73,74,87,90,91,92,94,95,96,98,99,100,102,105,107,108,109,110,111,112,118,125,126,130,131,132,133,142,143,145,146,151,264,274],"\u6210\u679c":3,"\u623b\u3057":[44,99],"\u623b\u3063":158,"\u623b\u308a":[40,65],"\u623b\u308a\u5024":[34,49,50,51,54,55,57,61,63,65,68,70,73,74],"\u6240\u5b9a":[143,224,265,267],"\u6240\u5c5e":95,"\u6240\u6709":43,"\u624b\u52d5":[18,158,161],"\u624b\u6bb5":[11,57],"\u624b\u7d9a\u304d":[59,66],"\u624b\u9593":10,"\u624b\u9806":[3,4,10,18,22,29,32,34,40,41,44,106,161,222],"\u6253\u3061\u5207\u308a":41,"\u6253\u3063":12,"\u6253\u3064":12,"\u6253\u3064\u524d":12,"\u6271\u3044":[34,42,43,44,82,219,232,233,234,235,236,237,238,265,271],"\u6271\u3046":[0,2,34,39,41,87,115,200,245,248,267,268,269],"\u6271\u3048":[34,44,54,92,275],"\u6271\u3048\u308b":[34,41,42,269],"\u6271\u3063":[35,41,277],"\u6271\u308f":[40,41,42,43,44,54,138,149,157,199,203,208,267,271],"\u627f\u8a8d":42,"\u628a\u63e1":[10,105],"\u6291\u3048":267,"\u6291\u5236":[34,40,41,42],"\u6295\u3052":34,"\u6295\u5165":[35,267],"\u6295\u7a3f":12,"\u6295\u7a3f\u5834\u6240":277,"\u629c\u304d\u51fa\u3059":0,"\u629c\u3051":[38,41,42,43,44],"\u629c\u3051\u308b":274,"\u62bc\u3057":274,"\u62bc\u3059":[17,274],"\u62bd\u51fa":[34,40,115,138,143,172,182,185,202,205,218,227,229,239,243],"\u62c5\u5f53":12,"\u62c5\u5f53\u8005":12,"\u62d7\u97f3":34,"\u62e1\u5927":10,"\u62e1\u5f35":[22,34,38,42,143,213,270],"\u62e1\u5f35\u578b":271,"\u62e1\u5f35\u5b50":[34,36,125,126,132,157,159,210],"\u6301\u305f":[34,123],"\u6301\u3061":[11,76,93,123,137,138,149,156,158,213],"\u6301\u3063":[0,10,34,40,80,93,113,115,116,119,120,122,123,138,149,150,156,199,200,203,220,239,276],"\u6301\u3064":[0,9,34,38,68,78,92,93,106,113,115,116,120,138,150,168,185,200,203,208,220,271,272,273,274,276],"\u6301\u3064\u3059\u3079":138,"\u6301\u3066":[93,224],"\u6301\u3066\u308b":43,"\u6307\u3057":271,"\u6307\u3059\u5024":69,"\u6307\u5b9a":[0,6,7,8,11,12,22,28,29,30,32,33,34,35,36,38,39,40,41,42,43,44,51,52,53,54,55,56,57,59,61,62,63,64,65,66,67,68,69,71,72,76,78,80,83,84,86,88,89,90,91,92,93,94,95,96,97,98,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,141,142,143,145,146,147,148,149,151,154,155,156,157,158,159,162,164,165,166,169,170,171,172,173,174,175,176,179,180,181,182,183,185,186,187,194,196,198,200,205,208,209,210,212,213,214,215,216,219,223,226,227,228,231,239,241,242,243,245,257,258,261,264,265,267,270,271,272,273,277,278,279,281],"\u6307\u6570":200,"\u6307\u6a19":65,"\u6307\u793a":[59,219,274,278],"\u6307\u91dd":[3,4,22,44],"\u6319\u304c\u3063":229,"\u6319\u52d5":[22,34,36,40,42,43,63,64,103,118,138,152,156,213,215,231,267],"\u632f\u308b":[34,138],"\u632f\u821e":168,"\u632f\u821e\u3044":[40,41,42,164,180],"\u633f\u5165":[12,34,40,59,63,156,182,274],"\u6368\u3066":38,"\u6392\u4ed6":[34,44],"\u639b\u3051":200,"\u63a1\u7528":[0,34,122,148,264,267],"\u63a2\u3057":[0,34,138,157,229],"\u63a2\u3059":[176,209,229,276],"\u63a2\u7d22":0,"\u63a5\u5c3e":[205,241],"\u63a5\u7d9a":[1,9,34,40,128,156,157,268,274],"\u63a5\u7d9a\u5148":155,"\u63a5\u8fd1":11,"\u63a5\u982d":[34,38,156,200,223],"\u63a8\u5968":[12,23,34,40,42,43,44,82,83,138,161,248,278],"\u63a8\u5b9a":[34,43],"\u63a8\u6e2c":29,"\u63a8\u79fb":82,"\u63a8\u9032":41,"\u63d0\u4f9b":[0,1,11,12,21,24,25,27,31,34,36,38,40,41,42,43,44,48,54,73,82,92,93,113,114,148,153,156,158,161,168,180,213,214,216,217,221,223,257,258,272],"\u63d0\u6848":[10,22,34,36,38,39,40,41,42,43,44,46,141,218],"\u63db\u3048":[43,47,65,69,156,213,280],"\u63db\u3048\u308b":[12,34,43,47,76,145],"\u63db\u6642":38,"\u63fa\u308c":280,"\u642d\u8f09":0,"\u643a\u5e2f":0,"\u64a4\u53bb":38,"\u64a4\u5ec3":[36,42],"\u64cd\u4f5c":[0,11,22,34,41,43,46,51,54,57,65,68,95,121,130,138,146,156,198,200,209,264,270,271],"\u64ec\u4f3c":[22,34,43,46,51,76,93,137,138,199,200,281],"\u652f\u3048":34,"\u652f\u3048\u308b":34,"\u652f\u63f4":221,"\u6539\u540d":[38,40],"\u6539\u5584":[34,35,38,40,41,42,43,44,105],"\u6539\u826f":12,"\u6539\u884c":[38,39,43,63,156,239],"\u6539\u8a02":44,"\u654f\u90ce":34,"\u6559\u3048":242,"\u6570\u3048":[140,272],"\u6570\u3048\u308b":[113,115,116,138,272],"\u6570\u500d":34,"\u6570\u5024":[11,22,34,35,36,43,44,80,85,88,113,115,116,123,130,135,138,169,199,200,265,270,274],"\u6570\u5206":115,"\u6570\u591a\u304f":44,"\u6570\u5b57":[34,42,92,113,115,116,138,143,157,213,220,231,235,238,242,267,268],"\u6570\u70b9":[34,138,249],"\u6570\u73e0":185,"\u6570\u9806":116,"\u6574\u3063":14,"\u6574\u5217":[0,274],"\u6574\u5408":[35,44,65],"\u6574\u5f62":[43,84,274],"\u6574\u6570":[43,44,78,80,87,122,138,148,156,181,249,264,271,277],"\u6574\u7406":[40,41],"\u6587\u5b57":[0,11,34,35,38,40,41,42,43,44,54,55,57,63,65,68,69,80,92,110,111,119,137,138,143,147,149,152,156,161,165,166,168,169,170,171,172,174,182,183,199,200,202,203,204,205,212,219,220,226,229,231,232,233,234,235,238,239,240,242,246,247,249,265,271,272,273,274,276,277,280,281],"\u6587\u5b57\u5217":[22,34,40,41,42,44,56,57,63,80,83,85,97,115,119,123,138,149,161,165,166,168,171,172,179,182,185,198,199,249,270,272,274,277,280],"\u6587\u5b57\u6570":[113,115,116,138,174,182,183,200],"\u6587\u5b57\u7a2e":213,"\u6587\u66f8":[0,18,34,42,92,180,198,201,214,215,216,221,228,265,271,274,280],"\u6587\u66f8\u4e2d":[214,215],"\u6587\u66f8\u5185":228,"\u6587\u691c":92,"\u6587\u6cd5":[22,270],"\u6587\u8108":185,"\u6587\u982d":239,"\u65ad\u7247":182,"\u65b0\u3057\u3044":[0,3,6,7,12,18,34,38,40,42,43,44,47,49,50,51,54,65,68,69,70,91,92,95,107,112,114,139,143,146,148,156,158,161,203,221,264,274],"\u65b0\u3057\u304f":[10,42,82,92,114,138,195,198,201,274],"\u65b0\u3057\u3051\u308c":154,"\u65b0\u305f":[11,51,55,59,68],"\u65b0\u4efb":12,"\u65b0\u5bbf":281,"\u65b0\u5bbf\u99c5":281,"\u65b0\u65e7":43,"\u65b0\u898f":[12,18,34,50,92,157],"\u65b0\u898f\u30ec\u30b3\u30fc\u30c9":44,"\u65b0\u898f\u30ed\u30b0":112,"\u65b0\u8a9e":[241,245],"\u65b9\u5411":69,"\u65b9\u5f0f":[0,274,276],"\u65b9\u5f62":[168,169],"\u65b9\u6cd5":[0,4,10,18,21,22,23,24,25,26,27,28,29,30,31,32,34,38,40,41,42,43,44,46,103,105,113,116,122,137,138,143,152,154,156,157,158,161,168,169,174,180,182,194,198,200,210,212,214,216,218,227,229,231,236,237,238,241,242,246,247,248,249,258,261,264,265,266,271,272,274,276,277,278],"\u65e2\u5b58":[0,1,12,34,40,42,43,44,47,55,68,92,112,113,115,116,138,154,156,157,158,174,217,262,264,271,274],"\u65e2\u5b9a":[34,40,276],"\u65e2\u5b9a\u5024":262,"\u65e2\u77e5":245,"\u65e5\u3005":10,"\u65e5\u4ed8":[0,12,168],"\u65e5\u5358\u4f4d":186,"\u65e5\u6642":[22,113,115,116,249,270,277],"\u65e5\u66dc\u65e5":187,"\u65e5\u672c":[12,34,42,169,170,179,199,200,209,219,231,232,233,234,235,241,249,281],"\u65e5\u672c\u4eba":219,"\u65e5\u672c\u6e2c":168,"\u65e5\u672c\u8a9e":[0,2,17,19,34,40,199,200,209,219,231,241,246,247,267],"\u65e5\u6b21":43,"\u6607\u964d":69,"\u6607\u9806":[65,68,69,103,115,116,117,138,176,272,274,281],"\u660e\u6587\u5316":268,"\u660e\u78ba":[34,42],"\u660e\u793a":[12,18,40,41,43,105,138,156,157,158,168,206,219,223,258,276],"\u660e\u793a\u7684":[105,139,210],"\u6628\u65e5":34,"\u662f\u975e":34,"\u6642\u3060\u3051":34,"\u6642\u306b":38,"\u6642\u3084":138,"\u6642\u4ee3":0,"\u6642\u4ee5\u5916":36,"\u6642\u523b":[34,43,55,83,154,157,177,186,187,220,277],"\u6642\u671f":43,"\u6642\u70b9":[12,40,49,50,54,56,63,65,82,138],"\u6642\u9593":[0,6,7,34,36,38,41,42,43,44,49,83,104,139,140,154,157,158,161,186,199,201,202,217,249,271,274],"\u666e\u53ca":0,"\u666e\u6bb5":12,"\u666e\u901a":[10,200],"\u6697\u53f7":12,"\u6697\u9ed9":276,"\u66d6\u6627":[34,44],"\u66dc\u65e5":187,"\u66f4\u65b0":[3,11,22,34,38,40,41,42,43,44,51,55,59,62,65,68,82,92,104,106,122,138,154,201,218,223,241,271,273,274,276],"\u66f8\u3044":[42,43,199,200,213,277],"\u66f8\u304b":[18,34,40,43,112,217,277],"\u66f8\u304d":[0,43,138,157,213,267],"\u66f8\u304d\u51fa\u3057":[34,105,130,131],"\u66f8\u304d\u51fa\u3059":105,"\u66f8\u304d\u5f8c":265,"\u66f8\u304d\u63db\u3048":[12,21],"\u66f8\u304d\u8fbc\u307f":[29,43,106,108],"\u66f8\u304d\u8fbc\u3080":[43,157],"\u66f8\u304d\u8fbc\u3081\u308b":42,"\u66f8\u304f":[42,156,199,213,276],"\u66f8\u3051":34,"\u66f8\u3051\u308b":[40,41,42,43],"\u66f8\u5f0f":[22,34,121,122,124,138,180,261,264,270,278],"\u66ff\u3048":[12,22,34,42,43,267,270],"\u66ff\u3048\u308b":[34,44,227,274],"\u66ff\u308f\u308b":43,"\u6700\u3082":[54,89,138,176],"\u6700\u4e2d":[0,44,124],"\u6700\u521d":[3,10,34,38,42,43,44,54,83,92,134,138,143,164,171,172,174,182,194,199,200,212,213,214,244,262,271,274,276],"\u6700\u5927":[33,34,35,36,38,40,41,42,43,44,47,50,70,71,88,92,96,97,98,99,113,114,115,116,118,122,123,138,140,143,145,148,152,156,157,161,164,181,182,200,214,215,223,258,264,269],"\u6700\u5927\u5024":[34,40,42,44,113,115,116,118,122,138,215],"\u6700\u5927\u7dcf":[43,122,143,223],"\u6700\u5c0f":[24,25,27,31,43,138,164,262],"\u6700\u5c0f\u5024":[34,42,113,115,116,118,138,200],"\u6700\u5c0f\u9650":158,"\u6700\u5f8c":[12,34,36,40,43,54,138,149,157,158,200,213,231,244,267,268,271],"\u6700\u65b0":[2,6,7,8,12,38,43,44,88],"\u6700\u7d42":[34,55,80,138],"\u6700\u7d42\u66f4":55,"\u6700\u8fd1":44,"\u6700\u9069":[34,43,44,158],"\u6700\u9577":[38,85,157,200],"\u6708\u6b21":43,"\u6709\u3057":93,"\u6709\u5229":115,"\u6709\u529b":141,"\u6709\u52b9":[0,6,7,8,18,29,31,34,38,39,41,42,43,44,51,55,65,68,92,93,106,113,115,116,124,130,131,138,143,149,156,157,158,161,176,184,186,187,194,196,197,199,202,213,217,271,278],"\u6709\u7121":[34,171,205,226,271],"\u6709\u7528":[34,42,43,44,47,83,86,92,93,104,124,138,143,158,223,241,258,274],"\u6709\u76ca":0,"\u671b\u307e\u3057\u3044":[0,10,12],"\u671b\u307e\u3057\u304f":63,"\u671f\u5316":[34,40,54],"\u671f\u5f85":[0,34,209,213,241,271],"\u671f\u5f85\u901a\u308a":245,"\u6728\u4e0a":69,"\u6728\u66dc\u65e5":187,"\u672a\u4f7f":42,"\u672a\u4f7f\u7528":264,"\u672a\u521d":[34,40],"\u672a\u52a0":122,"\u672a\u5b9a":271,"\u672a\u5b9a\u7fa9":42,"\u672a\u5b9f\u88c5":116,"\u672a\u5bfe":[34,40],"\u672a\u6765":12,"\u672a\u6e80":[34,69,86,156,199],"\u672a\u77e5":39,"\u672a\u7ba1":122,"\u672a\u7f72":12,"\u672a\u8a2d":40,"\u672a\u958b\u653e":36,"\u672b\u5c3e":[59,65,69,118,154,213,239],"\u672b\u6c38":43,"\u672c\u4f53":[3,12],"\u672c\u5f53":[34,219,280],"\u672c\u6587":[173,276],"\u672c\u6765":104,"\u672c\u756a":[12,43,115],"\u672c\u8a9e":[231,232,233,234,235,246],"\u672c\u8cea":157,"\u6749\u672c":43,"\u6749\u672c\u6dbc":43,"\u6751\u4e0a":[34,41,42,43,44],"\u6761\u4ef6":[3,11,22,34,36,40,41,43,57,67,68,100,118,130,141,145,156,174,180,185,194,198,200,239,249,267,270,274,277,279],"\u6761\u4ef6\u5f0f":[34,40],"\u6771\u4eac":[168,241,265,267,281],"\u6771\u4eac\u90fd":[241,265,267],"\u6790\u5668":[0,241],"\u6790\u7cfb":200,"\u6797\u6a8e":226,"\u679c\u305f":274,"\u67af\u308c":[1,262],"\u67d4\u8edf":[0,92,180,198],"\u6817\u5c71":[42,43],"\u682a\u5f0f":[34,42,43,44],"\u683c\u7d0d":[0,11,33,34,38,47,50,51,55,59,62,65,67,68,78,92,113,115,116,123,138,143,144,156,179,200,201,208,217,223,265,271,272,273,274,277,280],"\u6848\u5185":[10,12,43],"\u68ee\u7530":273,"\u691c\u51fa":[6,29,34,35,36,38,40,43,44,149],"\u691c\u67fb":[34,65],"\u691c\u77e5":34,"\u691c\u7d22":[11,12,22,24,25,27,29,31,34,35,36,37,38,39,40,41,42,43,44,46,47,48,54,57,59,64,67,68,73,76,78,91,92,93,100,104,141,149,152,156,171,172,174,179,180,182,185,194,198,201,203,207,213,214,215,216,217,223,227,228,229,231,241,242,243,244,245,249,258,262,263,266,270,271,272,275],"\u691c\u7d22\u4f8b":3,"\u691c\u7d22id":68,"\u691c\u7d22key":68,"\u691c\u8a0e":[122,214,215,216,262,267],"\u691c\u8a3c":[42,155],"\u6955\u5186":[168,169],"\u6975\u4ed8":[168,169],"\u697d\u3057":[265,267],"\u697d\u3057\u3044":[265,267],"\u6982\u5ff5":82,"\u6982\u7b97":147,"\u6982\u8981":[22,43,46,48,225,230],"\u69cb\u3044":[12,17,172,182],"\u69cb\u308f":154,"\u69cb\u6210":[11,12,24,25,27,31,34,42,63,262,274],"\u69cb\u6587":[22,34,37,40,41,42,43,44,46,57,80,198,214],"\u69cb\u7bc9":[3,22,34,40,41,42,43,44,46,92,200,229,265],"\u69cb\u9020":[0,11,34,54,68,83,223,273],"\u69cb\u9020\u4f53":[34,42,44,54,61,66],"\u69d8\u3005":[3,11,268,281],"\u6a19\u6e96":[34,35,39,42,43,82,89,90,94,100,101,103,106,111,128,144,155,156,158,159,214,264,274],"\u6a19\u8a18":42,"\u6a29\u8868":42,"\u6a29\u9650":[29,41,43,278],"\u6a2a\u5c71":[41,42,44],"\u6a5f\u68b0":42,"\u6a5f\u80fd":[0,6,7,8,11,29,34,35,36,38,39,40,41,42,43,44,47,54,80,86,91,113,114,115,116,119,126,138,139,141,143,145,148,154,156,157,158,161,179,180,198,199,207,209,212,213,215,216,217,218,219,220,221,222,223,257,258,262,272,277,278],"\u6b20\u70b9":0,"\u6b20\u843d":41,"\u6b21\u56de":[12,82],"\u6b21\u671f":12,"\u6b21\u7b2c":12,"\u6b21\u90ce":273,"\u6b32\u3057\u3044":[122,217],"\u6b53\u8fce":3,"\u6b62\u3081":[42,43,70],"\u6b62\u3081\u308b":47,"\u6b63\u3057\u3044":[34,43,199,212,220,221],"\u6b63\u3057\u304f":[34,40,41,42,43,44,63,105,115,116,199,219],"\u6b63\u5e38":[12,43,44,115,116,157],"\u6b63\u5f0f":[42,44],"\u6b63\u78ba":[34,92,114,271,274],"\u6b63\u898f":[22,34,39,40,42,43,44,46,68,119,143,147,149,171,172,180,203,204,205,206,212,226,239,243,244],"\u6b63\u898f\u5316":[40,119,182],"\u6b66\u8005":43,"\u6b86\u3069":34,"\u6b8a\u547d":157,"\u6b8b\u3063":[34,36,41,104,145,154],"\u6b8b\u3089":34,"\u6b8b\u308a":[34,82,106,115,138,143,147,212],"\u6b8b\u308b":38,"\u6b8b\u5ff5":271,"\u6b8b\u7559":154,"\u6bb5\u843d":[51,93],"\u6bb5\u968e":[12,34,248],"\u6bce\u56de":3,"\u6bd4\u3079":[42,44,92,201],"\u6bd4\u8f03":[22,34,36,40,42,43,44,92,104,138,157,174,194,199,243,255,257],"\u6bd4\u8f03\u6642":34,"\u6c17\u3065\u3051\u308b":44,"\u6c17\u306b":[17,65,93,130],"\u6c17\u4ed8\u3051\u308b":34,"\u6c17\u8efd":[10,42],"\u6c34\u66dc\u65e5":187,"\u6c38\u7d9a":[22,34,46,51,65,68,93,152,156,158],"\u6c38\u7d9a\u5316":34,"\u6c42\u307e\u308a":0,"\u6c42\u3081":[0,166],"\u6c42\u3081\u308b":[0,168,169,272],"\u6c4e\u7528":[156,157,158],"\u6c7a\u3057":131,"\u6c7a\u307e\u308a":212,"\u6c7a\u307e\u308b":274,"\u6c7a\u3081":[34,91,92,115,138,143],"\u6c7a\u3081\u308b":[11,138],"\u6c7a\u5b9a":138,"\u6ca2\u5c71":34,"\u6cbf\u3046":42,"\u6ce2\u62ec\u5f27":106,"\u6ce8\u610f":[12,34,38,41,44,68,80,92,105,106,118,124,134,138,143,145,156,157,158,161,173,199,200,242,248,258,267,271,272,274,279],"\u6ce8\u76ee":[138,272],"\u6ce8\u8a18":41,"\u6d0b\u5fd7":[42,44],"\u6d0b\u723e":38,"\u6d3b\u304b\u3059":138,"\u6d3b\u7528":[43,241,262],"\u6d41\u3057":12,"\u6d41\u308c":[3,138,264],"\u6d41\u91cf":258,"\u6d45\u898b":41,"\u6d69\u4e8c":40,"\u6d6e\u52d5":[43,83,271],"\u6d88\u3048":[158,223],"\u6d88\u305b":158,"\u6d88\u53bb":[34,41],"\u6d88\u8cbb":[86,201],"\u6df1\u523b":[40,42,267],"\u6df7\u3056\u3063":231,"\u6df7\u305c":[141,271],"\u6df7\u305c\u308b":80,"\u6df7\u4e71":44,"\u6df7\u540c":[34,138],"\u6df7\u5728":[34,43],"\u6dfb\u4ed8":40,"\u6e05\u5ddd":44,"\u6e08\u307f":[10,12,24,25,27,31,34,38,40,41,43,44,51,117,149,161,212,219,220,221,249,262],"\u6e08\u3080":43,"\u6e1b\u3063":[43,44],"\u6e1b\u3089":[34,40,43,44,70,92,130,131,220,223,242,280],"\u6e1b\u308b":209,"\u6e1b\u5c11":34,"\u6e1b\u5c11\u5f8c":70,"\u6e1b\u7b97":65,"\u6e21\u3055":[11,34,40,41,63,66,70,168],"\u6e21\u3057":[6,7,8,11,42,43,134,148,154,161,199,274,278],"\u6e21\u3059":[39,43,200,274],"\u6e21\u308b":34,"\u6e2c\u4f4d":0,"\u6e2c\u5730":[168,169,170,249,271,281],"\u6e2c\u5730\u7cfb":249,"\u6e2c\u5b9a":157,"\u6e2c\u7528":35,"\u6e80\u3055":41,"\u6e80\u3059":[41,43],"\u6e80\u305f":[11,34,44,118,145,185,213,281],"\u6e96\u5099":[17,18,22,34,51,60,62,65,68,113,115,116,138,158,199,200,267,270],"\u6e96\u62e0":[41,158],"\u6f0f\u308c":[0,12,34,40,44,105,198,280],"\u6f14\u7b97":[29,34,36,40,41,42,43,44,68,174,198,200],"\u6f14\u7b97\u5b50":[11,34,36,40,41,43,44,91,138,179],"\u6f22\u5b57":[179,209,231],"\u6fc1\u70b9":[34,204,205,226],"\u7027\u5185":41,"\u706b\u66dc\u65e5":187,"\u70b9\u4ee5\u4e0b":271,"\u70b9\u6570":[43,83,271],"\u70b9\u9593":[168,208],"\u7121\u3044":[12,34,104,222,239],"\u7121\u3057":[34,105,114,130,213,242],"\u7121\u52b9":[6,7,8,18,29,34,39,40,41,43,56,63,68,69,115,124,130,138,156,158,161,199,202,219],"\u7121\u540d":[65,68],"\u7121\u8996":[34,36,38,40,41,42,43,44,68,69,92,102,103,105,119,134,138,149,156,179,199,212,223,232,233,234,235,245,267],"\u7121\u9650":[36,40,42,43],"\u7121\u99c4":[0,34,44],"\u7136\u8a00":44,"\u7247\u4eee":34,"\u7269\u7406":34,"\u7279\u306b":[11,34],"\u7279\u5225":[29,49,57,87,106,138,149,199,213,219],"\u7279\u5316":[17,200],"\u7279\u5b9a":[0,12,29,34,41,42,43,44,60,68,80,91,102,113,138,198,205,241,243,276,277],"\u7279\u5fb4":[22,34,46,92,213,216,245,273,276],"\u7279\u6027":223,"\u7279\u6709":80,"\u7279\u6b8a":[34,41,65,83,171,172,182,241,274],"\u72b6\u614b":[0,10,12,24,25,27,31,33,34,36,40,42,43,44,47,54,89,155,156,219,267,274],"\u72b6\u6cc1":[0,34,59,138,200,267,268],"\u72ec\u7acb":[114,158],"\u72ec\u81ea":[0,34,43,83,155,204,264,271],"\u72ed\u3081\u308b":[105,130],"\u7372\u5f97":[43,105,107,109],"\u7389\u91ce":[42,44],"\u73fe\u308c":[123,149],"\u73fe\u308c\u308b":267,"\u73fe\u4ee3":0,"\u73fe\u5728":[0,12,25,34,43,47,50,54,55,61,65,66,88,91,95,104,114,138,140,143,145,146,155,157,177,208,274,275,277],"\u73fe\u5728\u5730":277,"\u73fe\u5b9f":272,"\u73fe\u72b6":[34,82],"\u73fe\u7528":104,"\u73fe\u983b":42,"\u7403\u9762":[168,169],"\u7406\u7531":[0,40,41,43,92,138,143,219,258,262,268],"\u7406\u89e3":[118,138,145,274],"\u7406\u95a2":66,"\u74b0\u5883":[0,3,6,7,8,23,29,32,34,38,39,41,42,43,44,68,99,130,131,157,158,161,212],"\u751f\u3058":[90,94,100,111],"\u751f\u6210":[3,6,34,61,69,78,113,115,116,138,181,229,265,276],"\u7528\u3044":[0,14,22,34,35,38,44,50,169,213,267,270,273,274,276,277,278],"\u7528\u3044\u308b":[0,22,23,65,264,271,273,274,275,281],"\u7528\u5909":42,"\u7528\u610f":[11,12,29,34,65,138,154,157,168,219,220,221,222,227,241,248,268],"\u7528\u8a9e\u96c6":[22,46,89],"\u7528\u9014":[0,23,24,25,27,31,32,41,42,44,80,83,92,138,213,217,223,262],"\u7530\u6cbc":42,"\u7530\u8fba":41,"\u7531\u6765":[161,198],"\u753b\u9762":[12,35,42],"\u7551\u30b1":[42,43],"\u7551\u30f6":42,"\u756a\u53f7":[12,41,42,51,78,137,138,155,156,157,161,213,242,258,262,264,278],"\u756a\u76ee":[34,41,68,69,93,105,113,115,116,119,138,149,194,199,200,213,214,271,274],"\u7570\u306a\u3063":[34,43,69],"\u7570\u306a\u308a":[34,42,199],"\u7570\u306a\u308b":[22,34,40,42,157,180,214,242,266,271],"\u7570\u5e38":[89,157],"\u7591\u4f3c":[40,41,42,78,92,106,181],"\u7591\u554f":276,"\u767a\u63ee":0,"\u767a\u751f":[0,12,29,34,35,40,41,42,43,44,54,65,68,83,124,143,267,268],"\u767a\u884c":264,"\u767a\u898b":[34,104],"\u767a\u899a":[12,34,44],"\u767b\u5834":92,"\u767b\u9332":[0,3,11,22,25,31,34,36,37,40,41,43,47,68,69,72,89,103,106,113,114,115,116,117,118,119,120,125,126,130,132,135,136,138,149,150,176,184,186,187,194,196,197,199,200,201,209,212,219,220,221,223,245,271,274,281],"\u7686\u5ddd":[42,44],"\u76ee\u304f\u3089\u3044":143,"\u76ee\u4ee5\u964d":[34,138],"\u76ee\u5b89":12,"\u76ee\u7684":[29,41,149,161,276],"\u76ee\u8996":83,"\u76f4\u3057":[43,248],"\u76f4\u3059":[133,154],"\u76f4\u4e0b":38,"\u76f4\u524d":[59,239],"\u76f4\u5f8c":54,"\u76f4\u611f":279,"\u76f4\u63a5":[34,103,138,277],"\u76f4\u8fd1":154,"\u76f4\u8fd1n":154,"\u76f8\u5bfe":[12,34,38,92,138,143],"\u76f8\u5bfe\u30d1\u30b9":[34,42],"\u76f8\u5f53":[83,272,274,281],"\u76f8\u5fdc":68,"\u76f8\u624b":10,"\u7701\u30b9\u30da\u30fc\u30b9\u30d0\u30fc\u30b8\u30e7\u30f3":43,"\u7701\u7565":[12,41,51,88,93,107,108,109,125,126,132,133,138,156,157,169,171,181,219,223,243,264,271,274,278],"\u771f\u306a\u3089":200,"\u771f\u507d":[41,43,44,199,200,249,271],"\u771f\u507d\u5024":[22,270],"\u77e5\u3089":[34,229],"\u77e5\u308a":[113,137],"\u77e5\u308b":272,"\u77e5\u8b58":157,"\u77e9\u5f62":[0,170,281],"\u77ed\u3044":[34,36,43,277],"\u77ed\u304f":[0,34,201],"\u77ed\u6642\u9593":0,"\u77ed\u671f\u9593":130,"\u77ed\u7e2e":[6,7,34,43,44],"\u7834\u58ca":[68,106,154],"\u7834\u640d":[34,44,104],"\u7834\u68c4":[54,66],"\u78ba\u4fdd":[34,44,54,57,62,122,269],"\u78ba\u5b9a":141,"\u78ba\u5b9f":[34,220],"\u78ba\u7387":141,"\u78ba\u8a8d":[3,10,34,35,42,44,65,68,83,87,92,98,103,105,118,119,122,138,145,152,154,157,158,161,164,199,213,231,268,269,271,274],"\u78ef\u90e8":41,"\u793a\u3055":144,"\u793a\u3057":[12,48,87,91,92,113,119,122,137,138,168,175,208,214,229,231,261,264,267,272,274,276,278],"\u793a\u3059":[47,63,83,87,102,106,107,113,115,116,118,123,130,131,137,138,144,164,165,168,169,170,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,202,214,215,216,258,271,279],"\u79cb\u8449":281,"\u79d2\u3088\u308a":37,"\u79d2\u5358":[249,271],"\u79d2\u5f62":249,"\u79d2\u5f8c":86,"\u79d2\u60c5":38,"\u79d2\u6570":[83,200,249,271,277],"\u79d2\u8868":[200,267,271,281],"\u79d2\u9593":38,"\u79d8\u5bc6":12,"\u79fb\u52d5":[12,16,32,38,40,91,122],"\u79fb\u884c":[38,82],"\u7a0b\u5ea6":[34,38,41,274],"\u7a2e\u5225":119,"\u7a2e\u985e":[1,11,12,22,34,38,43,44,47,62,63,66,68,78,80,87,91,121,122,137,138,141,143,149,156,157,161,199,200,214,215,216,219,220,222,223,231,264,267,270,274,278],"\u7a32\u7530":41,"\u7a4d\u307f\u91cd\u306a\u3063":41,"\u7a4d\u7528":138,"\u7a4d\u7b97":[11,138],"\u7a7a\u304d":[34,89,269],"\u7a7a\u6587":[34,42,44,96,97,98,199,249],"\u7a7a\u767d":[0,34,43,119,149,156,199,200,222,229,231,232,233,234,235,239,240,242,246,247,267,274],"\u7a7a\u914d":137,"\u7a7a\u9593":[92,122],"\u7a81\u7136":41,"\u7acb\u3061":83,"\u7acb\u3061\u4e0a\u304c\u3063":157,"\u7acb\u3061\u4e0a\u3052":157,"\u7acb\u3064":[154,213],"\u7acb\u3064\u304b":241,"\u7acb\u3066":34,"\u7acb\u5834":3,"\u7acb\u5ddd":44,"\u7adc\u4e4b":44,"\u7aef\u672b":0,"\u7b26\u53f7":[43,87,249,264,271],"\u7b2c\u4e00":34,"\u7b49\u3057\u3044":[11,65,138,174,199,200],"\u7b49\u3057\u304f":[11,199,200],"\u7b49\u4fa1":[34,36,42,43,44,138,180,194,198],"\u7b49\u5024":36,"\u7b49\u95a2\u9023":12,"\u7b87\u6240":[12,41,83,182],"\u7b97\u51fa":[34,40,42],"\u7b97\u8853":[34,41],"\u7ba1\u7406":[12,18,22,29,34,35,38,39,40,42,47,54,85,89,99,122,134,152,154,156,159,212,223,265,270],"\u7bc0\u7d04":34,"\u7bc4\u56f2":[0,22,34,40,41,42,43,44,61,65,69,78,82,92,114,118,138,164,169,170,208,213,223,267,270,271,277],"\u7bc4\u56f2\u5916":42,"\u7be0\u7530":[42,43,44],"\u7c21\u5358":[12,29,34,42,93,95,113,119,120,140,146,147,149,150,151,158,168,173,176,179,180,186,187,194,199,200,214,216,257,258,267,274,278],"\u7c21\u6613":[42,168,262],"\u7c21\u7565":[41,175],"\u7cbe\u5ea6":[34,43,44,200],"\u7cfb\u5ea7":[169,170],"\u7d00\u5143":43,"\u7d14\u7c8b":231,"\u7d1b\u3089\u308f\u3057\u3044":213,"\u7d20\u65b9":0,"\u7d20\u65e9":34,"\u7d20\u6734":272,"\u7d20\u89e3":[0,29,200,241],"\u7d22\u5f15":[11,22,34,35,36,42,51,76,92,265,267,271,274],"\u7d22\u6642":36,"\u7d22\u7528":[22,270],"\u7d2f\u7a4d\u548c":[113,115,116,138],"\u7d30\u5206":[241,271],"\u7d39\u4ecb":[3,12,42,113,115,116,138,277],"\u7d42\u3048":12,"\u7d42\u308f\u3063":[43,73,154],"\u7d42\u308f\u308b":[113,130,199,200,201],"\u7d42\u4e86":[12,34,36,40,41,42,43,54,66,73,82,105,115,128,134,139,152,154,156,157,168,171],"\u7d42\u4e86\u30bf\u30b0":171,"\u7d42\u7aef":[40,54,55,57],"\u7d44\u307f\u5408\u308f":[0,11,92,138,143,161,164,179,226],"\u7d44\u307f\u5408\u308f\u305b":[0,11,42,44,205,231,241,242,267,274],"\u7d44\u307f\u5408\u308f\u305b\u308b":179,"\u7d44\u307f\u8fbc\u307f":[22,34,43,46,55,81,92,103,119,122,123,149,157,158,163,168,212,250],"\u7d44\u307f\u8fbc\u3080":[0,11,156,158],"\u7d44\u307f\u8fbc\u3093":[0,42,43],"\u7d44\u5408":180,"\u7d44\u8fbc":[63,89,90,94,100,101,103,105,111,128,144,166,169,170,177,181,249],"\u7d44\u8fbc\u578b":[22,46],"\u7d4c\u5ea6":[22,200,249,271,277,281],"\u7d4c\u7531":[12,26,34,36,40,42,89,90,94,100,101,103,111,128,144,157,161,222],"\u7d4c\u7def":[249,271,281],"\u7d4c\u7def\u5ea6":[22,270,281],"\u7d4c\u904e":[38,49,65,82,83,140,161,200,249,271,277],"\u7d50\u3073\u3064\u3044":[9,276],"\u7d50\u3073\u3064\u304f":9,"\u7d50\u5408":[11,198,199],"\u7d50\u5408\u5f0f":40,"\u7d50\u57ce":[42,44],"\u7d50\u679c":[0,11,12,14,21,22,34,36,38,40,41,42,43,44,67,68,78,83,84,88,91,103,104,106,113,115,116,119,134,135,136,138,154,174,175,180,185,198,200,204,209,212,213,214,219,220,222,223,229,232,233,234,235,241,243,258,265,266,270,276,277,280,281],"\u7d5e\u308a\u8fbc\u307e":34,"\u7d5e\u308a\u8fbc\u307f":[0,34,174,274],"\u7d5e\u308a\u8fbc\u3080":[42,113,115,116,138,221],"\u7d5e\u308a\u8fbc\u3093":[0,41],"\u7d5e\u8fbc":[22,270],"\u7d71\u5408":[0,40,41],"\u7d71\u8a08":34,"\u7d76\u5bfe":[12,34,92,125,126,132,138,143,176],"\u7d99\u627f":41,"\u7d99\u7d9a":[21,40,140,156,245],"\u7d9a\u3044":267,"\u7d9a\u3051":[86,154,157],"\u7d9a\u3051\u308b":[138,154,241],"\u7dad\u6301":[0,44,130,215,216,258],"\u7db2\u7f85":158,"\u7dca\u6025":[156,202],"\u7dcf\u6570":115,"\u7dcf\u91cf":248,"\u7de8\u96c6":[3,12,14,29,35,40,44,158,166,200,212],"\u7de9\u3044":34,"\u7de9\u304f":165,"\u7de9\u3084\u304b":43,"\u7de9\u548c":248,"\u7def\u5ea6":[22,200,249,271,277,281],"\u7e26\u68d2":[92,143],"\u7e2e\u6a5f":92,"\u7e4b\u3052":42,"\u7e4b\u3052\u308b":10,"\u7e70\u308a\u8fd4\u3057":[17,34,157,200],"\u7e70\u308a\u8fd4\u3057\u6570":157,"\u7e70\u308a\u8fd4\u3059":36,"\u7f6e\u3044":[12,42],"\u7f6e\u304b":[29,158,159,212],"\u7f6e\u304d":[12,34,36,43,47,65,69,156,213,280],"\u7f6e\u304d\u63db\u3048":[17,42,156,199,217],"\u7f6e\u304f":[29,34,43,248],"\u7f6e\u304f\u4f8b":29,"\u7f6e\u63db":[44,138,200,280],"\u7f72\u540d":40,"\u7fa9\u8a9e":212,"\u7ffb\u8a33":[3,18,34,42],"\u8003\u3048":[0,10,138,145,199,200,248,258,272,274],"\u8003\u3048\u308b":[214,215,216],"\u8003\u3048\u65b9":42,"\u8003\u308b":213,"\u8003\u616e":[216,267,280],"\u8077\u5834":176,"\u80a5\u5927":[34,42],"\u8106\u5f31":34,"\u811a\u6ce8":[94,168,169,170,274],"\u81a8\u5927":[0,34],"\u81ea\u4f53":[42,199],"\u81ea\u5206":[10,12,17,23,34,92,118,145,157,158,209],"\u81ea\u52d5":[12,17,25,34,38,40,42,43,51,68,78,92,105,125,126,130,131,132,138,154,157,158,199,200,223,261,273,274,279],"\u81ea\u52d5\u5207\u308a":42,"\u81ea\u52d5\u7684":[113,115,116,138,157],"\u81ea\u5df1":277,"\u81ea\u5df1\u7d39":277,"\u81ea\u7136":34,"\u81ea\u7531":[0,11,78,202,264],"\u81ea\u8eab":[34,38,40,43,149,156,212],"\u81f3\u308b":271,"\u81f4\u547d":40,"\u8208\u5473":[0,43,213],"\u821e\u3044":[34,138],"\u826f\u3044":[10,200,268,276],"\u826f\u3044\u4f8b":10,"\u826f\u304f":[34,43,276],"\u826f\u4e8c":42,"\u82b1\u5b50":273,"\u82e6\u624b":0,"\u82f1\u8a9e":[2,12,17,18,19,34,38,42,44,227,231],"\u83ab\u5927":222,"\u840e\u7e2e":10,"\u843d\u3061":[36,41,44],"\u843d\u3061\u308b":[34,36,38,41],"\u8457\u4f5c":42,"\u884c\u3044":[11,12,43,44,65,68,69,155,156,157,180,265,267,273,274,276,277],"\u884c\u3046":[3,10,14,34,36,40,42,69,143,155,168,180,200,224,262,265,273,276,277,279,281],"\u884c\u3048":[14,42,180,199,274],"\u884c\u3048\u308b":[40,273],"\u884c\u3063":[12,14,34,42,272,281],"\u884c\u306a\u308f":40,"\u884c\u308f":[34,138,155,157,273],"\u884c\u6307\u5411":0,"\u884c\u6570":[34,38,156,161],"\u884c\u672b":213,"\u884c\u756a":[38,83],"\u884c\u76ee":[12,83,157],"\u884c\u982d":213,"\u885d\u7a81":[34,106],"\u8868\u3057":[11,78,82,83,87,115,123,138,208,213,216,242,249,268,274],"\u8868\u3059":[11,12,34,110,124,149,168,181,208,213,271,273],"\u8868\u3059\u578b":249,"\u8868\u308f":65,"\u8868\u73fe":[3,22,34,40,41,42,43,44,46,57,80,83,89,180,187,198,239,243,244,249,271,276],"\u8868\u7528":143,"\u8868\u793a":[0,12,22,29,34,35,36,38,39,40,41,42,43,44,63,82,89,113,115,116,138,144,156,157,176,179,210,264,267,270,271,273,276,281],"\u8868\u8a08":212,"\u8868\u8a18":[12,17,34,38,40,41,44,80,168,200,241,242,249,271,280,281],"\u88d5\u4e5f":[42,44],"\u88dc\u3046":0,"\u88dc\u5b8c":[22,36,41,44,46,125,126,132,141,161,179,209,218,222],"\u88dc\u5b8c\u7528":161,"\u88dc\u5b8c\u8a9e":219,"\u88dc\u6b63":[22,46,141,218],"\u88dc\u8db3":[34,158],"\u88fd\u4f5c\u6240":34,"\u88fd\u54c1":44,"\u8907\u6570":[0,10,11,22,34,35,36,38,40,41,42,43,44,47,50,51,57,59,63,80,85,92,102,113,115,116,119,130,133,134,138,141,143,144,147,149,156,157,158,159,161,171,174,175,180,199,202,205,207,213,214,217,219,231,239,241,242,243,257,265,267,270,271,273,274,275,277],"\u8907\u96d1":[11,40,41,43,138,200,213,239],"\u897f\u66a6":200,"\u8981\u4ef6":12,"\u8981\u6c42":[10,34,41,44,115,185,261,274],"\u8981\u7d04":12,"\u8981\u7d20":[11,34,40,41,43,44,68,80,83,87,93,123,157,182,194,274],"\u898b\u3048\u308b":[6,7],"\u898b\u305b":[138,217],"\u898b\u3064":[34,36,40,43,141],"\u898b\u3064\u304b\u3063":[115,138,194,221,229,231,268],"\u898b\u3064\u304b\u3089":68,"\u898b\u3064\u304b\u308a":[34,138,179,229,231,241,268],"\u898b\u3064\u304b\u308b":40,"\u898b\u3064\u304b\u308c":10,"\u898b\u3064\u3051":[10,34,35,40,115,138,219,241,242],"\u898b\u3064\u3051\u308b":[95,130,138,146,158,179,203,209,229,231],"\u898b\u3066":[83,91,92,113,115,116,122,131,138,143,158,174,180,194,219,250],"\u898b\u306a\u3057":69,"\u898b\u3084\u3059\u304f":34,"\u898b\u308b":[34,87,91,138,268],"\u898b\u4ed8":41,"\u898b\u4ed8\u3051":41,"\u898b\u76f4\u3057":42,"\u898b\u7a4d":43,"\u898b\u7a4d\u308b":[44,269],"\u898b\u8fbc\u3081":42,"\u898f\u5247":[40,113,115,116],"\u898f\u683c":69,"\u8996\u899a":[0,137],"\u89a7\u4e0b":14,"\u89aa\u5207":36,"\u89b3\u70b9":[42,175,200,269],"\u89d2\u62ec\u5f27":106,"\u89e3\u50cf":36,"\u89e3\u653e":[34,42,43,44,50,54,61,65,69,73,99,107,109,140],"\u89e3\u6790":[3,22,34,38,40,138,158,266],"\u89e3\u6c7a":[10,22,34,38,40,43,44,46,89,92,124,143,214,215,216,217,231,269],"\u89e3\u6c7a\u7b56":10,"\u89e3\u6d88":[35,41,43,44,65,80,101],"\u89e3\u8aac":34,"\u89e3\u91c8":[11,36,103,199,239],"\u89e3\u9664":[34,35,65,90,106,108,125,126,156],"\u89e6\u308b":43,"\u89e6\u308c":274,"\u89e6\u308c\u308b":231,"\u8a00\u3044":[43,76,145,185],"\u8a00\u3046":[80,92,114,216,219],"\u8a00\u3048":[199,245,267],"\u8a00\u53ca":[185,277],"\u8a00\u8a9e":[1,3,11,20,21,34,36,41,156,231,241],"\u8a00\u8a9e\u540d":17,"\u8a02\u6b63":212,"\u8a08\u6e2c":[14,35,38],"\u8a08\u753b":34,"\u8a08\u7b97":[0,34,35,40,41,42,113,115,116,135,138,140,161,166,168,169,176,200,208,214,215,216,219,220,222,248,249,281],"\u8a18\u4e8b":[12,201,276],"\u8a18\u53f7":[34,36,156,205,226,231,232,233,234,235,236,237,238,241,242,265,267,274],"\u8a18\u6cd5":[34,200,276],"\u8a18\u8f09":[12,40,44,268],"\u8a18\u8ff0":[11,34,43,44,156,157,274,276,277],"\u8a18\u9332":[0,34,40,43,44,78,105,125,132,138,202],"\u8a2d\u5b9a":[14,20,22,24,25,27,28,31,32,34,35,36,37,40,41,42,43,44,46,47,48,50,54,62,63,66,70,78,80,88,96,97,98,105,106,110,111,114,115,138,139,148,156,160,165,180,212,213,219,242,248,257,262,269,276,281],"\u8a2d\u5b9a\u5024":[35,269],"\u8a2d\u5b9a\u6e08\u307f":262,"\u8a2d\u6a02":38,"\u8a2d\u8a08":[138,262],"\u8a31\u5bb9":34,"\u8a3a\u65ad":44,"\u8a55\u4fa1":[11,34,41,43,92,106,135,137,138,185,199,200,213],"\u8a66\u3057":[10,43,156],"\u8a66\u3059":[6,7,156,229,257],"\u8a66\u3059\u4f8b":229,"\u8a66\u884c":0,"\u8a70\u3081":63,"\u8a71\u3057":3,"\u8a71\u984c":2,"\u8a72\u5f53":[42,50,51,65,68,69,121,164,171,172,174,175,182,268,276],"\u8a72\u5f53\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":43,"\u8a72\u5f53\u884c":34,"\u8a73\u3057\u3044":138,"\u8a73\u3057\u304f":[0,271,274],"\u8a73\u7d30":[1,14,17,24,25,27,29,31,34,40,41,42,43,44,50,63,64,67,80,83,85,91,92,93,99,105,113,115,116,118,122,123,125,126,130,131,132,137,138,139,140,142,143,145,146,147,149,154,157,158,180,199,200,202,209,212,213,227,241,248,249,250,262,267,272,274,281],"\u8a8d\u8a3c":[158,257,278],"\u8a8d\u8b58":10,"\u8a9e\u4ee5":[200,241],"\u8a9e\u5165":209,"\u8a9e\u53e5":[34,41,43,273],"\u8a9e\u5e79":227,"\u8a9e\u5f59":[22,33,34,43,44,105,130,143,145,147,203,213,223,228,265,270,276],"\u8a9e\u5f59\u8868":[34,92,147,213,274,276],"\u8a9e\u6271":265,"\u8a9e\u691c":138,"\u8a9e\u7248":12,"\u8a9e\u7528":[227,241],"\u8a9e\u8a33":34,"\u8aa4\u3063":[12,34,40,41,42,43,44,104],"\u8aa4\u308a":[34,40,41,42,43,44],"\u8aa4\u52d5\u4f5c":43,"\u8aa4\u5b57":[34,36,38,40,41,43,44,212],"\u8aa4\u5dee":[38,168,169],"\u8aac\u660e":[3,5,6,7,8,11,12,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,40,41,42,43,44,46,47,80,81,83,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,111,113,114,115,116,117,118,119,120,121,122,123,124,127,128,130,131,133,134,135,136,137,138,139,140,142,143,144,145,146,147,148,149,150,151,153,154,156,158,159,161,163,172,173,180,199,200,207,212,213,214,215,216,217,218,219,220,222,231,248,250,264,265,267,268,271,272,274],"\u8aad\u307f":[0,12,34,35,84,179,198,205,218,241],"\u8aad\u307f\u3084\u3059\u3044":39,"\u8aad\u307f\u51fa\u3057":0,"\u8aad\u307f\u53d6\u308a":[95,146,156],"\u8aad\u307f\u8fbc\u307e\u305a":34,"\u8aad\u307f\u8fbc\u307f":[34,38,41,42,125,132,136,212,274],"\u8aad\u307f\u8fbc\u3080":[35,136,222],"\u8aad\u307f\u8fbc\u3081":34,"\u8aad\u307f\u8fbc\u3081\u308b":103,"\u8aad\u307f\u8fbc\u3093":[106,136,264],"\u8aad\u307f\u98db\u3070":274,"\u8aad\u3081":40,"\u8aad\u3093":[3,21],"\u8ab0\u304b":3,"\u8ab0\u304c":277,"\u8ab0\u3067":42,"\u8ab2\u7a0b":41,"\u8ab2\u984c":[3,22],"\u8abf\u3079":[12,59,65,169,170,272],"\u8abf\u3079\u308b":[41,63,147,169,170,269],"\u8abf\u6574":[34,44,92,138,198,229,267,269],"\u8abf\u67fb":[43,63,122,268],"\u8ad6\u7406":[0,11,33,40,43,44,89,113,115,116,117,138,174,217],"\u8ad6\u7406\u548c":[11,138,200,229],"\u8af8\u6761":33,"\u8b58\u5225":161,"\u8b66\u544a":[6,7,34,36,39,40,41,42,82,138,156,202],"\u8b70\u8ad6":19,"\u8ca0\u62c5":10,"\u8ca0\u6570":[40,49],"\u8ca0\u8377":[36,158],"\u8ca2\u732e":41,"\u8ce2\u304f":99,"\u8d64\u9053":168,"\u8d70\u67fb":42,"\u8d77\u304d":34,"\u8d77\u3053\u3063":[34,95,146],"\u8d77\u3053\u308a":[34,280],"\u8d77\u52d5":[12,25,32,36,40,41,43,82,140,156,157,159,210,258,261,274],"\u8d77\u52d5\u6642":161,"\u8d77\u6e90":271,"\u8d77\u70b9":34,"\u8d85\u3048":[34,41,44,267],"\u8d85\u3048\u308b":[34,40,69,223,269,271],"\u8d85\u904e":[41,122,269],"\u8d8a\u3048":[42,43,267],"\u8d8a\u3048\u308b":[42,43,44,267],"\u8db3\u3057":200,"\u8db3\u308a":[38,212],"\u8ddd\u96e2":[0,34,35,40,44,166,168,169,176,200,208,281],"\u8ee2\u7f6e":[22,34,40,43,44,51,76,92,200,273,274],"\u8efd\u3044":[95,121,123,146],"\u8efd\u5fae":[156,158],"\u8f09\u305b\u308b":12,"\u8f9e\u66f8":[27,28,35,36,40,41,42,43,44,241,267],"\u8f9e\u691c":[38,200,223],"\u8f9e\u7121":[34,156],"\u8fbc\u307f":212,"\u8fbf\u308b":12,"\u8fd1\u3044":[34,44,69,122,155,176,200,217],"\u8fd1\u3044\u9806":208,"\u8fd1\u304f":[0,208],"\u8fd1\u4f3c":[38,40,168,169],"\u8fd1\u508d":[34,40,42,44,180,198],"\u8fd4\u3055":[34,40,42,44,56,65,82,89,141],"\u8fd4\u3057":[11,34,41,42,43,44,49,50,51,52,54,55,56,59,61,64,65,68,69,70,72,74,88,93,95,96,97,98,102,104,106,107,108,109,110,112,113,114,115,117,120,121,122,123,124,133,134,135,136,137,138,140,141,147,148,149,150,151,164,165,166,168,169,170,171,172,173,174,175,176,177,179,180,181,182,183,185,186,187,194,196,200,215,216,219,220,221,222,258,274,277,280,281],"\u8fd4\u3059":[34,35,36,38,40,41,42,43,44,51,54,57,70,90,94,99,100,101,104,111,113,115,116,123,138,141,148,156,157,161,164,176,177,200,258,264,281],"\u8fd4\u3059\u304b":141,"\u8fd4\u3059\u4f8b":196,"\u8fd4\u3059\u65b0\u3057\u3044":[43,44],"\u8fd4\u305b":174,"\u8fd4\u3063":[42,43,148,199,200],"\u8fd4\u3089":34,"\u8fd4\u308a":[34,113,115,116,138,145,148,272,281],"\u8fd4\u308a\u5024":[41,42,43,44],"\u8fd4\u308b":[36,43,44],"\u8fd4\u4fe1":[10,276,277],"\u8fd4\u4fe1\u5143":277,"\u8fd4\u4fe1\u5148":277,"\u8fd4\u5024":89,"\u8fd4\u5374":[44,144,274],"\u8ff0\u3079":274,"\u8ff0\u8a9e":43,"\u8ffd\u3046":268,"\u8ffd\u3063":268,"\u8ffd\u52a0":[0,3,11,12,18,22,24,25,27,29,31,33,34,35,36,37,38,39,40,41,42,43,44,46,47,51,55,57,59,63,65,67,68,74,78,84,85,86,91,92,96,97,98,99,100,103,104,105,106,107,108,109,113,114,115,116,117,118,121,122,123,124,125,126,127,130,131,133,134,137,138,139,140,142,143,145,148,149,151,152,154,156,158,165,167,171,172,174,175,176,179,183,184,186,187,194,195,196,197,199,200,201,205,212,213,215,216,217,221,223,224,226,227,228,241,244,249,250,252,253,254,262,264,267,271,272,273,274,276,279],"\u8ffd\u8a18":[12,34,40,43],"\u8ffd\u8de1":[3,22],"\u9000\u907f":99,"\u9001\u3063":[3,16,17,19],"\u9001\u308a":[12,159,264],"\u9001\u308a\u65b9":[3,22,29,278],"\u9001\u308b":[17,19,159,258,264],"\u9001\u4fe1":[34,41,89,90,94,100,101,103,111,128,134,144,157,161],"\u9006\u306b":[273,277],"\u9006\u5f15":273,"\u9006\u5f15\u304d":[22,270,277],"\u9006\u6587\u66f8\u51fa":42,"\u9006\u9806":274,"\u9010\u6b21":[0,42,213,244],"\u9014\u4e2d":[12,40,42,156,219,220,264],"\u901a\u3058":34,"\u901a\u308a":[6,7,8,12,18,21,29,31,34,47,53,63,91,92,93,102,103,106,113,114,115,116,117,119,123,130,131,137,138,139,141,143,144,149,154,156,158,159,161,164,165,168,169,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,202,205,208,209,213,214,215,216,222,226,227,231,233,234,235,243,245,248,267,276],"\u901a\u4fe1":[3,4,22,155,157,158,159,161],"\u901a\u5e38":[34,40,42,43,47,54,70,78,83,92,93,99,104,105,113,114,115,116,118,122,123,124,137,138,140,149,154,156,158,161,199,204,206,209,212,213,239,248,249,271,274],"\u901a\u77e5":[12,134,156,202],"\u901f\u3044":[34,42,43,92,115,223],"\u901f\u304f":[29,34,43,92,143,273],"\u901f\u3084\u304b":82,"\u901f\u5ea6":[34,38,41,43,92,157,223,273],"\u9023\u4f53\u5316":241,"\u9023\u643a":0,"\u9023\u7d50":[34,40,41,43,65,276],"\u9023\u7d61":17,"\u9023\u7d9a":[41,43,65,149,220,232,233,234,235,265,267],"\u9032\u3081":[3,4,22,44],"\u9032\u3093":0,"\u9032\u6357":34,"\u9032\u6570":[89,200],"\u9045\u3044":[34,92,168,214,223],"\u9045\u304f":[34,43,44,156,158,169,199,200,213,216,272],"\u9045\u3089":44,"\u904b\u7528":[0,34],"\u904e\u53bb":[12,44],"\u904e\u7a0b":[34,78],"\u9054\u3057":248,"\u9054\u3059\u308b":[33,69],"\u9055\u3044":[34,92,115,122,138,143,168,174,199,213,232,233,234,235,236,237,238,240,246,247,258,271,274,276,281],"\u9055\u3046":[34,36,92,116,161],"\u9055\u3063":219,"\u9069\u3057":[0,92,143,201,214,215],"\u9069\u5207":[0,34,36,42,43,44,92,106,113,116,130,138,143,149,157,159,213,216,229,231,239,240,274],"\u9069\u5408":[229,231,241,267,274],"\u9069\u5408\u7387":229,"\u9069\u5b9c":[12,42],"\u9069\u6642":59,"\u9069\u7528":[34,42,44,57,113,115,116,138,148,200,248,274],"\u9078\u3070":106,"\u9078\u3073":[33,221],"\u9078\u3076":[0,106,138,158],"\u9078\u3079":[5,138],"\u9078\u3093":[44,84,106,143],"\u9078\u629e":[0,12,34,42,43,44,57,115,138,161,168,175,179],"\u907f\u3051\u308b":[34,130,138],"\u90e8\u5206":[11,14,29,34,42,43,44,83,138,161,174,199,200,267,277],"\u90fd\u6c11":[265,267],"\u914d\u4e0b":[12,34,159],"\u914d\u5217":[11,34,36,38,40,42,44,51,55,65,66,68,80,83,89,93,115,119,120,122,123,137,138,143,144,149,150,182,199,223,265,271,273,274,277],"\u914d\u5e03":[23,24,25,26,27,31,32,40,42],"\u914d\u7f6e":[12,274],"\u91cd\u3044":[0,34,105,138],"\u91cd\u304f":267,"\u91cd\u306a\u3063":41,"\u91cd\u307f":[22,34,40,41,92,93,137,138,180,199,214,267,270],"\u91cd\u307f\u3064\u304d":42,"\u91cd\u307f\u4ed8\u304d":[34,42,138],"\u91cd\u307f\u4ed8\u3051":[138,267],"\u91cd\u8907":[34,42,43,44,68],"\u91cd\u8981":[0,10,12,14,29,43,50,54,80,81,138,143,149,158,201,214,215,216,229,258,275,276],"\u91cd\u8996":[201,267],"\u91ce\u9996":42,"\u91cf\u6307":213,"\u91cf\u8a08":35,"\u9234\u6728":40,"\u932f\u8aa4":0,"\u9577\u3044":[43,44,63],"\u9577\u304f":44,"\u9577\u3055":[34,40,51,65,68,69,71,157,271],"\u9577\u3059\u304e\u308b":[34,41],"\u9577\u4ee5\u4e0a":[65,68],"\u9577\u5185":[42,43],"\u9577\u5185\u6b69":[42,43],"\u9577\u578b":[69,93,122],"\u9577\u65b9\u5f62":38,"\u9577\u6642\u9593":[134,154],"\u9577\u671f\u9593":34,"\u9577\u751f\u304d":143,"\u9577\u91ce":42,"\u9577\u97f3":[34,205,226],"\u9589\u3058":[38,44,145,223],"\u9589\u3058\u308b":[35,38,43,223],"\u958b\u3044":[34,36,38,41,43,90,101,105,145,154,203],"\u958b\u304b":[34,43,54,105,123,154],"\u958b\u304d":[50,55,123,133,145,248],"\u958b\u304f":[34,38,40,43,44,50,203,248,274],"\u958b\u304f\u969b":40,"\u958b\u3051":[40,43],"\u958b\u3051\u308b":40,"\u958b\u3053":55,"\u958b\u59cb":[14,34,38,41,42,65,95,138,146,157,168,171,202],"\u958b\u653e":[34,43,109],"\u958b\u767a":[0,3,5,6,7,8,12,21,22,23,24,25,27,31,32,34,40,41,42,43,44,82,83],"\u9593\u9055\u3063":[34,38,40,41,42,43,44,154,220,221],"\u9593\u9694":34,"\u95a2\u308f\u3089":[138,157],"\u95a2\u4fc2":[11,13,22,23,34,39,40,44,92,95,146,199,270,271,277],"\u95a2\u4fc2\u5f0f":3,"\u95a2\u6570":[11,22,34,35,36,39,40,41,43,44,46,47,49,54,63,66,70,74,83,121,122,123,148,156,161,164,166,168,169,170,172,173,174,175,176,177,179,180,181,184,185,186,187,194,196,197,214,215,216,281],"\u95a2\u9023":[0,2,3,10,12,21,22,24,25,27,29,31,34,38,39,40,41,42,43,44,70,102,105,130,149,154,161,198,203,213,221,222,248,250,262,269,270,271,274],"\u95b2\u89a7":278,"\u95be\u5024":[22,29,38,42,43,54,64,138,141,156,265,266],"\u9632\u304e":[34,41,145],"\u9632\u3050":[106,118,200,216],"\u9632\u3052":34,"\u964d\u5411\u3051":105,"\u964d\u9806":[68,69,115,138,141,161,274],"\u9650\u3063":65,"\u9650\u3089":10,"\u9650\u308a":[11,34,65,78,104,148,265,267],"\u9650\u5b9a":[34,154,213],"\u9650\u6587":[38,143],"\u9664\u3044":[113,118,157,175,182,205,241],"\u9664\u304f":[40,116,138],"\u9664\u3051":68,"\u9664\u53bb":[36,41,44,147,173,228,239,241],"\u9664\u5916":[34,103,241],"\u9664\u7b97":[34,42],"\u9665\u3063":40,"\u968e\u5c64":11,"\u968f\u6642":106,"\u969b\u7b49":34,"\u969c\u5bb3":34,"\u96a0\u3055":34,"\u96a3\u308a\u5408\u3063":231,"\u96a3\u63a5":[0,199],"\u96c5\u5e83":42,"\u96c6\u307e\u3063":272,"\u96c6\u307e\u308a":[138,161],"\u96c6\u3081":272,"\u96c6\u5408":[34,40,68,76,80,123,138,198,213],"\u96c6\u8a08":[22,34,43,138,272],"\u96e2\u308c":[44,200,281],"\u96e3\u3057\u3044":[0,34],"\u96fb\u8a71":242,"\u9759\u7684":[3,22,34,40,41,42,43,44,46,156,159,274],"\u975e\u308f":265,"\u975e\u308f\u304b\u3061":267,"\u975e\u4e92":[34,40,41,42,43,44],"\u975e\u4e92\u63db":[38,42,43],"\u975e\u5168":92,"\u975e\u516c\u958b":12,"\u975e\u5206":138,"\u975e\u5e38":[34,40,44,213,214,215,216,258],"\u975e\u63a8":[34,38,40,41,42,43,44,74,90,116,132,138,140,143,156,168,251],"\u975e\u63a8\u5968":[40,43],"\u975e\u81ea":44,"\u975e\u81ea\u7acb":[205,241],"\u975e\u81ea\u7acb\u8a9e":[205,241],"\u975eascii":[231,232,233,234,235,246,247],"\u97f3\u3068":34,"\u9805\u76ee":[34,35,43,47,89,96,97,98,138,143,152,158,258,262,275],"\u9806\u4f4d":59,"\u9806\u5e8f":[34,44,113,115,116,138,144,267,274],"\u9806\u6b21":[155,156,264,274],"\u9806\u756a":[61,69,115,116,138,156,199,200,267,274],"\u9818\u57df":[29,34,40,42,65,68,92,122,281],"\u982d\u6587":264,"\u982d\u8f9e":[34,223],"\u983b\u51fa":43,"\u983b\u5ea6":[34,43,141,147],"\u983b\u7e41":[29,34,68],"\u9855\u8457":231,"\u985e\u3059\u308b":34,"\u985e\u4f3c":[11,34,40,41,42,141,180,198],"\u985e\u4f3c\u5ea6":34,"\u985e\u7d39":267,"\u985e\u7fa9":138,"\u98df\u3044\u9055\u3063":154,"\u98df\u3079":226,"\u99c4\u76ee":10,"\u9ad8\u3044":[0,34,89,92,138,141,158,161,229,274],"\u9ad8\u3044\u9806":274,"\u9ad8\u304f":[43,80,215,267,276],"\u9ad8\u307e\u3063":0,"\u9ad8\u5ea6":[198,199,223],"\u9ad8\u6a5f":[0,11],"\u9ad8\u7cbe":0,"\u9ad8\u901f":[0,11,34,35,38,41,44,76,92,113,115,116,138,143,168,169,199,200,208,213,214,216,223,244,257,258,273,274],"\u9b3c\u96f2":[34,43,44],"\u9bae\u5ea6":201,"\u9df2\u7530":41,"\u9df2\u7530\u57fa":41,"\u9ed2\u3044\u70b9":208,"\ufe63\uff0d":[205,226],"\uff01:":29,"\uff01\"":34,"\uff01\u300d":[113,115,116,138,199,200],"\uff01\u3057":2,"\uff01\uff08":17,"\uff01\uff09":[219,220],"\uff01\uff1f":239,"\uff08*":5,"\uff08,":274,"\uff08-":[138,274],"\uff08.":12,"\uff08=":[33,98,118,138,140,152],"\uff08@":[36,38],"\uff08\u300c":[204,267],"\uff08\u3064\u307e\u308a":[105,130],"\uff08\u3069":138,"\uff08\u307e\u3060":34,"\uff08\u30ad\u30fc":43,"\uff08\u4f8b":[34,43],"\uff08\u578b":71,"\uff08\u79d2":65,"\uff08\uff1d":217,"\uff08age":143,"\uff08and":198,"\uff08byte":[51,65],"\uff08ci":21,"\uff08document":[42,216],"\uff08eol":[34,43],"\uff08gnu":29,"\uff08groonga":43,"\uff08homebrew":12,"\uff08kana":209,"\uff08least":88,"\uff08longest":[38,200],"\uff08markdown":12,"\uff08messagepack":29,"\uff08n":34,"\uff08node":21,"\uff08normalization":[34,204,205,206,226],"\uff08not":198,"\uff08or":198,"\uff08perl":158,"\uff08personal":[22,23],"\uff08pid":202,"\uff08piro":[42,44],"\uff08proc":59,"\uff08romaji":209,"\uff08rroonga":43,"\uff08ruby":21,"\uff08score":138,"\uff08term":[214,215,216],"\uff08textile":12,"\uff08tf":214,"\uff08therubyracer":12,"\uff08tokenbigram":267,"\uff08tokenmecab":267,"\uff08true":271,"\uff08truncate":154,"\uff08world":249,"\uff09:":[24,25,27,28,30,31,135,136,202,265],"\uff09\u3001":[12,214,215,216,223,265],"\uff09\u3002":[12,34,43,202,267,274],"\uff09\u300d":239,"\uff09\u304b":33,"\uff09\u307e\u305f":[119,149,199,200],"\uff09\uff08":[92,143],"\uff11\u3064":[9,93],"\uff11\u5bfe":9,"\uff12\u3064":281,"\uff13\u3064":249,"\uff1a\u300c":34,"\uff1b[":12,"\uff1f\u300c":239,"\uff1f\u300d":272,"\uff1f\uff09":43,"\uff1f]":239,"\uff4d\uff59\uff53\uff51\uff4c":[171,172],"\uff65\"":[205,226],"\uff76\uff9e":204,"\uffef\"":244,"\ufff0\"":[242,244],"\ufffecrch":149,"\ufffetext":149,"] [":157,"] \u6708":43,"]%":213,"]'":[34,158,258],"](":[12,34],"])":[44,49,169,171,181,239],"]+":239,"],":[34,47,80,83,89,91,92,93,95,96,99,102,104,106,113,115,116,117,118,119,120,122,123,124,134,137,138,140,141,144,145,146,149,150,151,156,157,161,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,204,205,206,213,214,215,216,219,220,222,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,264,267,271,272,273,274,276,277,278,279,280,281],"].":[34,42,43,44,113,115,116,138],"]/":278,"]:":[34,44,213,268],"][":[34,38,39,40,41,42,43,44,47,92,96,118,124,138,145,199,213],"]\"":[34,40,41,106,213,277],"]\n#":242,"]\u3002":42,"]]":[43,63,100,102,118,147,156,157,242],"]]]":[100,200,267],"]ello":43,"]x":277,"]}":[43,89,179,185,271],"^ \"":[34,91,92,179,200],"^\"":180,"^commit":12,"_$":[92,141,143],"_')":78,"_*":[22,34,46,48,114],"_-":242,"_\"":[38,118],"_db\u30d5\u30e9\u30b0":38,"_{":41,"`/":18,"`filtered":138,"`hostname":156,"b\u30c6\u30fc\u30d6\u30eb":44,"boolean":[45,137],"byte":[40,43,51,65,68,157,182,264],"c\u30e9\u30f3\u30bf\u30a4\u30e0":43,"case":[74,132,162],"char":[34,42,51,54,55,56,57,63,65,66,68,70,71,74],"ci\u4e00\u822c":21,"ci\u4e0a":21,"class":[34,171,172,173,182,241,242],"const":[34,39,51,54,55,56,57,63,65,66,68,69,71,74],"continue":42,"cpu\u30b3\u30a2":[6,7,156,161,257],"d\u30ad\u30fc":274,"dat\u30ad\u30fc":41,"db)":105,"default":[34,40,63,84,86,92,104,113,115,116,123,133,137,138,140,141,144,145,146,147,156,157,158,161,165,171,172,174,182,185,194,199,200,201,210,213,214,215,216,224,227,228,242,243,245,248,258,264,267,274,276,277,278,280],"delete":[12,22,34,35,36,38,44,46,65,81,96,105,106],"dll\u30d1\u30b9":34,"do":[34,42,157],"double":[34,43,137,200],"else":[43,268],"enter\u30ad\u30fc":41,"enum":55,"error\u30bf\u30b0":40,"export":[18,34],"false":[12,34,36,41,42,44,90,91,92,94,95,96,98,99,100,102,107,108,109,110,111,112,116,118,121,122,123,124,133,134,137,145,149,151,161,164,171,174,175,180,185,199,200,205,226,229,231,232,233,234,235,236,237,238,239,240,241,242,244,246,247,249,271,279],"final":[205,226],"float":[34,40,43,44,113,115,116,122,123,137,138,168,210,215,216,271],"for":[8,32,40,45,49,53,54,55,57,58,65,70,74,151,156,158,160,162,168,182,200,241,248,249,256,262,277],"function":[43,44,45,54,74,83,163,250,264],"geopoint\u9593":38,"gib\u304f\u3089\u3044":248,"gmo\u30e1\u30c7\u30a3\u30a2":42,"html\u30bf\u30b0":173,"id\u9806":69,"if":[11,34,43,49,51,53,54,55,58,65,66,68,70,73,74,80,156,158,160,162,200,256,268],"import":12,"in":[11,14,22,34,40,42,43,44,46,51,53,54,55,57,58,65,74,89,92,132,138,149,156,162,163,182,199,256,262,277,280],"int":[34,36,40,41,42,43,44,49,50,51,54,55,57,58,59,60,61,63,64,65,66,68,69,70,71,74,80,91,95,116,122,123,137,138,141,143,146,151,161,164,165,168,176,180,181,199,200,210,214,215,216,219,220,222,267,271,272,273,274,276,277,281],"long":[43,60,64,134],"mo\u30d5\u30a1\u30a4\u30eb":17,"new":[12,47,54,65,70,74,91,138,156,277],"nginx\u3089\u3057\u3044":42,"null":[11,34,38,40,41,43,44,50,51,54,55,57,58,61,65,66,68,69,70,74,115,122,123,136,137,138,146,165,171,172,173,182,186,187,194,196,242,268],"package":[12,22,23,262],"pgp\u30ad\u30fc":34,"po\u30d5\u30a1\u30a4\u30eb":17,"post\u30e1\u30bd\u30c3\u30c9":41,"processid\u304b":34,"return":[34,54,70,73,83,106,202,268],"sort\u30ad\u30fc":35,"static":70,"this":[34,40,51,53,54,55,65,74,113,115,116,130,138,156,158,160,182,199,200,239,258,271,274,276,278,280],"true":[34,35,41,42,43,44,47,80,90,91,92,93,94,95,96,97,98,99,100,102,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,121,122,123,124,125,126,130,131,132,133,134,135,136,137,138,139,142,143,145,146,147,151,161,164,165,168,169,170,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,205,209,213,214,215,216,224,226,227,228,241,242,243,245,249,271,272,273,274,276,279,280,281],"try":[34,49,277],"var":[11,29,74,93,154,156,158],"void":[39,49,52,55,56,63,64,65,68,69,70,73,74],"while":55,"with":[6,12,21,28,29,32,34,38,42,43,44,51,54,58,65,74,80,89,92,93,119,122,137,156,158,162,182,200,205,213,267,274],"x\u30df\u30ea":[200,249],"{..":34,"{\"":[34,43,80,89,113,114,115,116,117,118,122,135,136,141,157,171,172,180,186,199,200,201,213,215,216,219,220,222,227,228,242,243,245,276],"{\"_":[34,47,138,164,174,176,199,200,271,273,281],"{\\\"":34,"{column":213,"{id":34,"{key":138,"{label":[116,138],"{language":17,"{logical":217,"{name":[113,115,116,138,200],"{path":29,"{prefix":[29,125,126,132],"{table":[138,180],"{time":[34,202],"{user":248,"{yyyymm":217,"{yyyymmdd":217,"| _":[179,281],"| b":34,"| c":200,"| d":34,"| f":34,"| n":200,"| y":41,"|..":42,"|:":202,"|<":[47,202],"|>":202,"|[":239,"|allow":[138,180,199],"|b":213,"|cache":63,"|column":92,"|correct":[141,161],"|destination":63,"|enable":149,"|full":213,"|ga":138,"|http":157,"|index":92,"|info":213,"|key":[44,143,199,200,279],"|mark":44,"|message":[154,156],"|n":43,"|ng":138,"|on":138,"|oo":138,"|orange":243,"|persistent":[93,95,123,146],"|pid":[44,154],"|query":138,"|result":63,"|ring":161,"|ro":138,"|score":63,"|size":63,"|suggest":141,"|table":143,"|weight":34,"|with":[34,42,80,92,93,104,113,115,116,119,123,133,137,138,161,171,172,180,182,185,199,200,201,213,214,215,216,227,228,242,248,267,274,276,277,280],"||":[11,34,40,41,113,115,116,138,200,214,276],"}'":34,"}(":63,"})":34,"},":[34,63,80,95,104,116,117,118,120,122,123,137,138,146,149,150,151,157,173,179,180,194,196,199,200,201,205,213,229,231,232,233,234,235,236,237,238,239,241,242,244,273,274,276,277,279,280],"}.":[124,138,180],"}/":[17,29,44,125,126,132],"}:":[161,202,213],"}\"":34,"}\\":[44,200],"}]":[34,43,44,84,106,134,135,136,156,157,210],"}_":[113,115,116,217],"}attr":41,"}e":200,"}|":[34,202],"}}":80,"~ \"":[43,200,213],"~${":213,"~*":57,"~\"":[34,44,180],"~number":200,"~uint":43,__:242,_a:[34,87,264],_abs:[22,34,46,163],_accept:268,_accepted:134,_accessor:43,_account:17,_acquire:[22,34,43,46,81,109,131],_add:[34,44,57,59,68],_addr:158,_address:[87,264,278],_adjust:[11,44,67,138],_adjuster:34,_age:[92,130,131,164],_agent:158,_algorithm:227,_all:[34,43,44,54],_alloc:[57,74],_allowed:[87,264],_alphabet:[34,200],_already:[87,264],_and:[11,34,67],_andp:34,_animal:271,_append:[11,34,57,60,65],_apply:34,_arg:87,_args:34,_argument:[65,68,69,87,264],_arguments:43,_arrow:[12,34],_asc:68,_ascending:69,_asterisk:34,_at:[34,36,39,40,43,44,54,57,65,68,113,115,116,187,214,216,267],_auto:[40,41],_available:[87,264],_avg:138,_avoided:[65,87,264],_b:34,_bad:87,_base:[34,43,74],_basic:[158,258],_batch:42,_be:137,_between:[34,42],_binary:40,_blank:[34,44,119],_block:[87,264],_blog:276,_bm:34,_body:[113,133,267,276,280],_bool:[34,36,44,54,65],_broken:87,_bu:34,_buffer:[54,60,87,161,264],_build:14,_builtin:[38,55,65,71],_bulk:[34,44,54,57],_busy:[87,264],_but:11,_by:[34,37,38,39,42,43,57,65,68,69,74,174,277],_byte:[87,137,264],_bytes:[123,158],_cache:[22,34,41,43,46,48],_calc:42,_call:[11,87,134,264],_caller:34,_calloc:44,_cancel:[22,34,42,44,46,81,85,86,87],_canceler:44,_cas:87,_case:[34,43],_cast:[43,65],_character:57,_characters:57,_charlen:74,_check:[14,42,65],_checks:119,_child:[87,264],_chunk:[34,43,44],_chunked:43,_chunks:44,_circle:[22,34,38,41,44,46,163,273,277,281],_class:[34,138,205],_classify:[22,34,44,46,115,138,163],_clear:[22,34,38,42,43,46,65,81,90,107,109],_client:200,_clone:12,_close:[11,38,42,43,50,54,57,60,61,65,69,74],_code:[34,63,74,83,106,202],_column:[22,34,36,41,42,43,44,46,47,48,61,65,81,91,93,95,105,115,137,138,145,157,180,199,265],_columns:[22,34,36,40,41,42,43,44,68,80,91,92,100,113,141,163,165,168,171,172,173,174,175,176,179,182,185,186,187,194,196,199,200,201,202,214,215,216,227,228,242,243,245,267,270,271,272,273,274,277,280,281],_com:268,_command:[22,34,42,43,46,48,54,74,83,84,87,140,158,210,258,264,274,278],_comment:185,_commit:60,_compare:65,_compile:57,_compress:[44,51],_concurrency:155,_cond:70,_condition:34,_conditions:34,_conf:43,_config:[12,43,96],_configs:103,_configure:[34,41],_connected:[87,264],_connection:[34,87],_const:[11,34,57],_content:[22,34,46,48,54,57,83,113,115,116,123,137,138,180,182,185,199,200,227,228,248,276],_control:[43,87,264],_controllen:43,_copy:[22,34,43,44,46,47,81],_corrupt:[34,87,264],_count:[22,34,43,46,81,84,115,116,131,140,156,158,210,217,250,264,269,274,278],_creat:34,_create:[11,22,34,37,38,40,41,42,43,44,46,47,51,55,57,66,68,71,74,80,81,91,93,95,102,103,104,105,106,107,108,109,113,115,116,117,118,121,122,123,124,130,131,133,137,138,145,146,147,151,156,157,161,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,204,209,213,214,215,216,217,223,224,227,228,242,243,245,248,267,271,272,273,274,276,277,279,280,281],_ctx:[22,34,38,40,42,43,44,46,48,49,50,51,53,55,57,58,59,60,61,62,63,64,65,66,67,68,69,71,72,74,87,114],_cumulative:[113,115,116,138],_current:50,_cursor:[22,34,36,41,43,44,46,48,58],_dat:[33,34,38,39,41,42,44,68,91,122,137,143,199,200],_data:[22,34,43,46,48,66,74,87,264],_database:[40,41,99,258],_dataset:[37,160,162,222],_date:12,_day:[22,34,44,46,163],_db:[22,34,36,37,38,39,42,43,44,46,48,54,57,65,105],_deadlock:[65,87,264],_debug:[7,14],_decr:65,_default:[34,40,43,52,56,63,64,258],_defrag:65,_del:43,_delete:[22,38,43,46,59,65,68,69,81,97,98,152],_delimited:45,_delimiter:[119,149],_denied:[87,264],_dependent:44,_desc:68,_descending:69,_descriptor:[87,264],_device:[87,264],_df:34,_diff:[22,34,46,81],_difference:68,_digit:34,_dir:[12,34,38,43,74],_directory:[87,264],_disable:[34,44],_disk:34,_dist:40,_distance:[22,34,35,38,40,41,44,46,163,200,273,281],_domain:87,_dot:34,_double:34,_down:[87,264],_drilldown:138,_dump:43,_ecmascript:[47,138],_element:[43,62],_elements:[44,123],_empty:[87,264],_enabl:34,_enable:[34,43,44,130,131],_enabled:43,_enc:[56,63,69],_encoding:[22,34,46,48,63,74],_end:87,_enough:[34,44,87,264],_entries:[50,88],_entry:59,_equal:180,_error:[34,43,47,74,87,138,264],_errors:34,_escalation:[22,29,34,36,46,48,54,152],_escape:57,_estimate:[38,43,58],_estimated:34,_euc:63,_eval:[22,34,41,46,81,136],_event:268,_exec:[34,43,54,57,87],_exist:[22,43,46,65,81,118,124],_exists:[87,264],_expand:[22,34,44,46,81],_expander:[41,44,212,280],_expanders:[125,126,132,212],_expansion:[34,38,41],_expire:[34,65],_expr:[3,22,34,40,42,43,44,46,48,54,66,74,100,102,138,166,168,169,170,177,181,213],_expression:[138,213],_extract:[43,45],_failure:73,_false:[34,54,65],_family:[34,44],_feature:34,_file:[43,83,87,158,212,258,264],_fileinfo:34,_filename:87,_files:[87,264],_filter:[22,34,41,42,43,44,46,81,87,114,123,140,163,174,179,217],_filtered:[34,44],_filters:[34,42,43,44,103,147,224,226,227,228],_fin:[34,40,43,54,57,73,74],_finalizer:[54,66],_find:[22,34,46,163],_fitlers:137,_flags:[34,40,43,44,51,57,63,68,71,74,180,199],_float:[34,43,71,123],_flow:[87,264],_flush:[22,34,43,44,46,81],_for:[11,43,106,138,158],_form:34,_format:[34,87,158,264],_forwarded:158,_free:74,_friends:273,_from:34,_full:[12,22,34,42,44,46,163,172],_func:[34,42,54,66,70,74,148],_function:[43,74,87,134,214,264],_fuzzy:44,_geo:[22,38,43,46,48,63,123],_get:[22,34,38,39,40,42,43,44,46,49,50,51,52,54,56,57,59,62,63,64,65,66,68,69,70,74,81,96,98,148,152],_github:17,_global:43,_gqpt:157,_gqtp:157,_groonga:[12,83],_group:[43,68],_gt:69,_hash:[33,34,43,44,47,58,68,69,80,91,92,102,104,105,106,107,108,109,113,115,116,117,118,121,122,123,124,130,131,133,137,138,143,145,161,164,165,168,173,174,175,176,179,180,187,194,196,200,201,203,214,248,271,272,273,274,276,277],_have:34,_header:93,_hex:63,_highlighter:34,_hit:[34,84,140,158,210,264,274,278],_hits:[113,138],_hook:[22,46,48],_host:157,_hour:[22,44,46,115,163],_html:[22,34,38,40,41,42,43,44,46,115,138,156,163,242],_http:[157,158],_hugetlb:38,_hyphen:34,_i:[87,264],_id1:106,_id2:106,_id:[12,34,38,39,42,43,44,51,54,57,60,61,62,65,68,69,74,78,85,116,123,134,138,156,200,274,281],_idf:214,_ids:44,_if:65,_ii:[22,34,43,44,46,48,63,92],_illegal:87,_implemented:[87,264],_improper:87,_in:[22,34,35,36,38,41,42,44,46,58,63,83,87,137,163,264,273,277,281],_inappropriate:87,_incompatible:87,_incr:65,_indented:63,_index:[22,34,36,41,42,43,44,45,46,48,51,65,80,92,93,103,104,105,113,116,118,123,130,131,133,137,138,145,161,164,171,172,175,179,180,182,185,199,200,201,213,214,215,216,227,228,242,243,245,248,267,273,274,276,277,280],_indexer:39,_indexes:43,_info:[22,34,40,44,46,48,66],_information:93,_init:[38,40,42,43,54,57,63,65,70,73,74,202],_initialized:[87,264],_input:[43,83,87,200],_inspect:[22,34,44,46,48,81],_install:[7,8,21,23,32],_int:[43,44,57,65,71,123],_interrupted:[87,134],_interval:200,_invalid:[65,68,69,87],_io:[34,42,43,124],_ip:[264,278],_is:[34,38,43,44,54,65,83,87,134,264],_iso:34,_isspace:74,_item:34,_items:179,_ito:38,_itoh:38,_ja:41,_jis:[29,244],_jobs:34,_jp:[29,63],_json:53,_kana:[34,161],_katakana:34,_key:[33,34,35,36,38,39,40,41,42,43,44,47,51,58,63,68,69,71,78,80,91,92,93,95,102,103,104,105,106,107,108,109,117,121,123,124,130,131,133,137,138,141,143,145,146,147,151,156,161,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,209,213,214,215,216,219,224,227,228,242,243,245,248,267,271,272,273,274,276,277,279,280],_keys:[34,44,68,175,176,180,214,215,216,272,273,274,281],_keywords:[34,57],_koi:63,_label:43,_labeled:138,_large:[33,34,44,87,92,122,143,223,264],_latin:63,_lcp:68,_leading:[34,138,180],_leak:14,_left:[38,58,87,170,264],_len:[40,51,57,63],_length:[22,34,44,46,74,113,115,116,138,163,174,264],_level:[22,34,41,43,46,74,81,92,111,112,154,156,202],_lexicon:43,_like:34,_likes:[34,83,113,115,116,138,199,200,248],_limit:[22,34,35,41,43,46,70,81,87,99,100,114,124,145,264,272],_limited:63,_line:137,_link:[87,264],_links:[87,264],_list:[22,34,35,36,38,40,42,43,44,46,81,87,95,118,146,156,217,264,274],_literal:42,_load:[22,41,46,81],_loaded:[44,106],_local:[157,158],_location:[34,83,277],_lock:[34,38,49,65,70,74],_locked:65,_locks:[87,264],_log:[34,40,41,42,43,63,74],_logger:[34,40,43,63],_logical:43,_long:[87,264],_loose:[22,34,46,163],_lt:69,_lz4:[44,92],_lzo:[51,87],_major:34,_malloc:74,_many:[34,42,87,264],_map:[34,269],_mark:34,_mask:65,_match:[22,34,42,44,46,48],_max:[34,44,50,52,61,87,138,148,181,264],_mean:34,_mecab:43,_medium:[92,122],_memo:180,_memory:[34,40,87,264],_message:[43,83,213,276],_messages:[12,17],_micro:34,_middle:34,_min:[34,43,44,52,61,138],_minor:34,_minute:[22,44,46,163],_mode:[34,42,174,194],_modified:277,_module:158,_month:[22,44,46,163],_most:[34,43,214,216],_mruby:[7,8],_msgpack:53,_mutex:[70,74],_n:[34,41,44,50,115,117,123,137,138,243],_nabe:42,_name:[34,37,42,43,47,51,63,65,83,92,96,97,98,106,115,116,117,137,138,143,180,185,217,264,278],_namen:174,_names:[43,55],_network:87,_new:[9,22,34,38,40,46,113,115,116,138,163],_next:[34,36,41,43,58,61,69],_nfthreads:70,_ngram:[34,44],_nhooks:59,_nil:[36,54,57,68,69],_no:[33,34,36,42,43,47,68,69,87,91,102,103,107,108,109,113,115,116,118,121,122,124,133,137,138,143,145,161,171,172,180,182,186,199,200,201,213,215,216,227,228,242,243,245,267,276],_nodelay:44,_nofile:[41,202],_none:[53,63],_normalize:[40,43,45,68,143,203,204],_normalizer:[43,87],_normalizers:43,_not:[34,65,67,87,95,102,108,110,133,134,138,151,180,264],_nromalize:203,_nsec:34,_nsubrecs:[34,42,51,78,138,272],_null:43,_number:[22,34,44,46,83,106,116,250,261,264,278],_numbers:43,_o:[87,264],_obj:[11,22,34,38,39,40,41,42,43,44,46,48,51,54,55,57,58,59,60,61,62,63,66,67,68,69,71,72,74],_object:[34,87,123,124],_of:[22,34,46,87,105,106,137,163,241,264],_office:176,_offline:39,_offset:[34,42,43,57,74,87,100,264,272],_old:47,_on:[87,264],_one:137,_only:[44,87,264],_op:[11,34,43,44,57,67],_open:[34,36,38,40,43,50,54,55,58,60,61,69,74,87,124,264],_opened:[34,43,54],_operation:[87,264],_operations:34,_operator:[34,51,57,58,67,68],_optarg:[43,55,67],_optimize:34,_option:34,_options:[34,41,200],_or:[11,67,87,95,102,108,110,133,134,151,169,264,278],_order:34,_org:12,_otoj:14,_output:[42,43,54,87,100,264,272],_over:[87,264],_overlap:[34,44],_own:43,_p:63,_pack:[23,34],_package:43,_parallel:34,_parameters:[22,43,46,81,217],_parse:[34,43,56,57],_parsev:34,_part:241,_pass:158,_pat:[33,34,36,41,43,44,63,68,69,80,91,92,93,95,103,104,105,113,115,116,118,122,123,130,131,133,137,138,143,145,146,147,151,156,161,171,172,174,175,179,180,182,185,199,200,209,213,214,215,216,224,227,228,242,243,245,248,267,273,274,276,277,279,280],_patch:34,_path:[12,34,39,40,41,42,43,65,124,154,156,157,159,210,256,261,264,274,278],_paths:34,_pattern:[43,174],_per:[34,38,54,113,115,116,138],_permission:87,_permitted:[87,264],_persistent:[34,51,68],_physical:34,_pipe:[87,264],_plugin:[34,37,38,42,43,44,74,87],_plugins:[34,38,43],_point:[58,63,123,169,273],_pop:43,_popular:[113,115,116,138],_port:157,_pos:34,_position:[34,44,51,92,93,104,113,115,116,123,133,137,138,161,171,172,180,182,185,199,200,201,213,214,215,216,227,228,242,248,267,274,276,277,280],_posting:[34,44,58,61],_pragma:138,_prefix:[7,8,23,32,34,36,43,69,149,205,226,229,231,232,233,234,235,236,237,238,239,240,241,242,244,246,247],_preparer:[141,219,220,222],_prepend:65,_pretty:[34,84,138,159],_previous:50,_printf:42,_printfv:34,_probability:[38,141],_proc:[22,34,42,43,44,46,48,54,74],_process:[87,264],_processes:[87,258,264],_prolonged:34,_proxy:158,_ptr:[43,54,57,74],_push:11,_put:[22,34,41,43,46,81,110,112,156],_pvector:[43,54,57],_ql:42,_qlog:40,_queries:[34,84,140,158,210,264,274,278],_query:[11,34,40,41,42,43,44,57,63,141,160,161,162,212,219,220,222],_range:[22,34,43,46,65,81,87,113,114,140,217],_rate:[34,84,140,158,210,264,274,278],_ratio:[34,42,44],_raw:34,_rc:[49,50,51,52,54,55,56,57,58,59,60,62,64,65,66,67,68,69,73,74],_read:87,_reader:43,_reading:[34,205,226],_realloc:74,_record:[22,34,46,65,106,116,250,251],_records:[22,34,40,41,43,44,46,106,163],_recover:[42,43,44,55],_rectangle:[22,34,35,36,38,41,44,46,58,163,281],_recursive:43,_recv:42,_reduce:34,_reference:[34,130,131,138],_referer:158,_refused:[87,264],_regexp:34,_register:[22,34,37,46,74,81,103,105,113,114,115,116,117,118,126,132,135,136,137,138,147,161,174,176,184,186,187,194,196,197,212,224,227,228],_reindex:43,_reinit:65,_release:[12,22,34,43,46,81,107],_removable:145,_remove:[22,34,38,40,41,42,43,44,46,65,81,91,105,130,156,217],_rename:[22,39,41,42,44,46,47,51,65,68,81,91,105],_reopen:[22,34,40,44,46,81,110,111],_repair:39,_repository:12,_request:[44,134],_res:157,_reset:[34,87],_resource:[34,65,87],_resources:34,_rest:34,_result:[34,68,87,104,138],_results:68,_retry:87,_rewriter:44,_rewriters:34,_right:[38,58,170],_rk:[22,43,46,69,163,209],_roles:92,_romaji:34,_root:43,_rotate:43,_rset:34,_ruby:43,_s:42,_same:41,_scalar:[34,44,47,51,91,92,93,95,102,103,105,106,107,108,109,113,115,116,117,118,121,123,124,130,131,133,137,138,145,146,147,151,161,164,168,171,172,173,174,175,176,179,180,182,185,186,187,199,200,201,213,214,215,216,227,228,242,243,245,248,267,272,273,276,277,280],_scan:34,_schema:43,_score:[34,38,40,41,43,51,78,91,138,141,200,214,215,216,276,277,281],_scorer:[43,87],_script:135,_sd:34,_search:[22,34,38,40,43,44,46,48,68,116,141,163,205,209,226,239,241,242,246,247],_sec:34,_second:[22,44,46,163],_section:[34,42,43,44,51,92,93,137,276,277],_seek:[87,264],_seg:34,_segment:34,_segments:[34,44],_sel:[45,92],_select:[3,22,34,38,43,44,46,57,58,59,81,113,115,118,138,140,171,172,217,250],_selector:[22,34,42,43,46,81,156],_send:[44,50,53,54],_sent:158,_sequence:[87,264],_sequential:44,_serial:91,_set:[22,34,39,40,42,43,44,46,47,49,50,52,54,56,59,62,63,64,65,66,69,70,81,96,97,105,148,152],_setoperation:[34,44,68],_setpshared:41,_shard:[22,43,46,81,118,217],_show:34,_shutdowned:[87,264],_signal:70,_sis:[68,143,199,200,265,279],_size:[11,22,34,43,44,46,51,54,57,60,63,65,66,68,69,71,74,105,113,123,147,163],_sjis:63,_sjlj:42,_skip:[34,41,44],_slice:[22,34,44,46,163],_small:[87,92,122,264],_snip:[40,42],_sock:268,_socket:[87,264],_socre:34,_sort:[43,44,68,272],_sortby:[43,44,100],_sound:34,_sounds:34,_source:[12,34],_space:[87,122,264],_sparse:43,_speech:241,_split:44,_stable:[34,52],_stack:87,_stamp:[34,202],_started:83,_station:176,_statistics:34,_stop:[34,42,43,147,228,268],_str:[57,277],_strerror:42,_string:[14,34,41,43,44,56,57,113,115,116,138],_substring:[22,44,46,163],_success:[49,50,51,54,55,57,65,73,74,87,202],_such:[87,264],_suffix:[38,43],_suggest:37,_sum:[22,34,46,113,115,116,138,250],_supported:[87,264],_symbol:34,_symbolic:[87,264],_synonyms:212,_syntax:[34,44,47,57,87,138],_system:[34,38,87,264],_t:[34,70,87],_table:[3,22,34,36,38,39,43,44,46,48,51,57,58,61,65,81,105,137,145,146,157,180,217],_tables:[41,43,54],_tag:[34,91,113,115,116,138,171,175],_tags:[34,273,277],_take:44,_target:[42,43],_temporarily:[34,87,264],_term:[43,45],_terms:34,_text:[14,34,42,43,44,57,63,116,119,138],_tf:[34,43,214],_thread:[22,43,46,48,148,157],_threads:148,_threshold:[29,34,36,38,43,54,64,141,152,161,219,220,222],_time:[34,43,83,84,140,158,202,264,274,278],_timeout:[34,44,49,86,87,264],_timestamp:[34,133],_timeval:34,_tiny:[43,44],_title:[103,133,157,274,276],_to:[34,43,44,56,114,276,277],_token:[34,42,43,44,87],_tokenize:[22,34,43,44,46,81,229],_tokenized:[119,149],_tokenizer:[34,40,43,44,63,87,92,104,113,115,116,123,133,137,138,144,145,146,147,156,157,161,171,172,180,182,185,199,200,201,213,214,215,216,224,227,228,242,243,245,248,267,274,276,277,280],_tokenizers:43,_tokens:34,_toknize:34,_too:[34,42,87,264],_touch:[36,55],_tp:155,_transposition:[34,44],_true:[43,54,65],_truncate:[38,42,51,68],_ts:43,_tsv:[53,212],_type:[22,34,40,42,43,44,46,48,54,55,62,63,65,66,68,78,92,103,115,137,138,156,157,159,160,161,169,210,241,271,272,273,274,276,277,279],_types:[34,42,43,119,205,258],_ubref:34,_uint:[43,71,123],_unavailable:[34,87,264],_unknown:87,_unlink:[34,54,65],_unlock:[65,70,74],_unmap:[22,34,43,46,55,81,124,130,133],_unref:34,_unregister:[22,34,43,46,81,105,125,132],_unsupported:87,_untag:[22,41,46,163],_update:[51,68,87,138,199],_usage:[34,122],_use:[42,43,54,87,114,264],_usec:34,_user:[22,46,48,66,74,158,258],_users:277,_utf:[56,63,69],_uvector:34,_v:34,_valid:158,_value:[34,36,38,39,41,42,43,44,51,54,57,63,65,69,78,116,135,136,137,138,165,248],_values:[22,34,38,42,43,44,46,63,65,163],_valule:175,_var:[42,44,57,66,71,74,123],_vars:74,_vector:[34,41,42,43,51,54,57,65,80,91,92,93,102,113,115,116,138,161,179,185,194,196,271,273,277,280],_version:[12,22,34,38,42,43,44,46,48,54,84,87,140,158,159,171,172,173,182,210,258,264,274,278],_voiced:34,_void:44,_vprintf:[34,42],_vsize:[54,57],_w:229,_week:[22,34,44,46,163],_weight:[34,42,51,80,92,93,137],_wgs:63,_when:83,_whole:276,_win:[43,74],_window:[34,87],_windows:[43,74],_with:[7,8,44,51,68,137,143,199,200,265,279],_word:[34,42,43,103,147,224,228],_would:[87,264],_x:158,_xml:53,_xxx:[34,122,138],_year:[22,44,46,163],_yyyymmdd:[113,115,116,118],_zlib:[44,51,87,92],_zone:158,_zstd:[44,87,92],aaa:34,aardvark:34,ab:242,abc:[34,43,165],abcd:242,abcde:119,abcdef:34,abcxyzdef:34,abebcdxyzdef:34,abi:43,about:[14,21,74,156,163,250],above:134,ac:204,accept:[36,268],accepts:[151,156],accesses:51,accessor:[34,43,65,68],accurate:182,acquire:49,acquires:49,acronym:256,actions:12,actual:158,add:[17,31,40,42,65,115,138,149,163,244,250],added:[45,58,65,68],adding:65,additional:[34,41],address:[38,40,156,161,264],adjust:138,adjuster:[34,42,80,92,116],admin:[36,42,43,44],advanced:45,advantage:182,adventure:92,adventurer:92,after:[34,58,130],again:[49,158],against:[51,55,156],age:[34,47,92,93,105,130,131,137,138,164],ages:[92,130,131,143,164],aggregate:[34,182],aggregator:34,ahost:213,aio:41,akio:[34,36,40],al:244,albert:34,alert:[42,110,111,156,158],algorithm:34,ali:91,alias:[47,96,97,98],aliased:47,aliases:[47,96,97,98],alice:[34,47,91,92,95,122,138,146,151,158,164,174,180,199,258,277],alisa:180,all:[34,40,43,44,51,54,55,58,113,115,116,138,156,199,200,280],alloc:[34,44,84,140,156,158,210,264,274,278],allocate:[22,44,266],allocated:74,allocates:74,allow:[34,40,138,180,199],allowed:162,allows:182,almost:256,alpha:205,alpine:26,already:[49,74,162],also:[34,92,113,115,116,138,182,199,200,214,256],always:114,am:[172,182],amazon:34,amd:12,an:[55,58,68,74,158,239,268],and:[34,41,42,43,44,45,49,51,53,55,57,58,65,68,74,92,138,147,156,158,160,162,174,180,182,200,202,214,215,216,228,248,276,281],animation:273,ann:12,anonymous:105,another:43,any:43,aomi:34,apache:[12,34,106,159],api:[1,3,11,15,22,34,36,37,38,39,40,41,42,43,44,45,46,49,50,51,54,55,60,65,70,73,74,87,198,258],appears:182,appended:65,apple:[34,186,203,239,243,245],application:[34,106,158,159,258],applications:182,applied:45,approximate:169,appveyor:[12,42],april:12,apt:[12,18,21,25,31,34,40],aptitude:14,aquarius:34,ar:[149,265,267],arai:43,aramaki:[36,38],arc:149,architecture:43,archive:[12,22,23],are:[17,41,44,49,55,57,58,74,80,160,162,182,202,214,215,216,256],arg:[213,264],argc:70,args:34,argument:[34,200,214],arguments:[74,137,156],argv:70,aries:34,armenian:[205,226],armhf:42,arnaud:38,array:[34,89,122,137],arrow:[34,106,159],art:277,arted:200,artful:34,article:276,articles:276,as:[17,40,54,74,138,149,156,158,160,162,182,256,262],ascending:115,ascii:[34,199,200,231,242,246,247],aspx:268,assigned:43,associated:74,assumed:66,at:[45,58,156,277],auth:[158,258],auto:[34,114,138,141],autoconf:[6,38],autogen:[6,12,17,40],automake:[6,36],automatically:55,autotools:[3,5,7],available:[45,74,268],avg:[42,116,138,155],aware:74,axaixiuxuexeoxo:[205,226],ba:34,back:[200,276],background:156,backlog:34,backup:[55,103],backward:151,bad:[41,42,44,264],banana:[34,186],bar:[205,226],base:[12,34,43,74,158,241],baseball:[273,276],based:[58,171,172,182,262],bash:29,bc:242,be:[51,54,55,57,58,65,68,74,99,132,151,156,162,256,268],beaver:[31,34],became:262,because:[44,55,158,210,214,256,268],become:45,been:12,before:21,begin:155,bellefleur:34,bernard:43,beta:45,between:[22,34,41,42,44,46,65,162,163],bi:[265,267],bigram:[34,157,160,161,265,267],bigramlexicon:133,bill:[43,265,267],billiard:[265,267],bin:[18,32],binary:[0,210,249],bind:38,binding:[45,171,172],binlib:12,bionic:[12,31,34],bison:12,bit:[8,21,23,24,25,27,30,31,32,34,41,43,44,122,157,249],black:203,block:271,blog:[185,267,274,276],blogs:267,bm:[34,214,216],bob:[34,47,95,138,146,151,158,164,180,258,277],body:[34,90,94,101,108,133,158,171,172,242,258,267,276,280],bom:36,book:[34,200],bookmark:[80,103],bookmarks:[80,103,106,118],books:92,bool:[34,41,43,44,91,113,115,116,122,123,137,138,147,169,170,199,228,271,279],boost:[161,219],boston:277,both:65,bottom:[38,58,170],box:[34,205,226],brad:44,brazil:272,brew:[18,28],british:280,broken:[51,55,124,264],brooklyn:277,browser:17,bsd:[5,29,42,43],buf:[51,65,68],buffer:[54,63,65,89,122,268],buffered:60,bug:[40,45],build:[8,12,21,25,31,32,41],builder:60,building:53,built:65,builtin:55,bulk:[34,43,57,65],bullet:[205,226],buster:[12,22,23,34],but:[151,156,162],buzz:161,by:[34,40,54,55,57,58,73,74,199,256,272],bye:[34,276],bytes:[66,74],cacao:34,cache:[22,34,35,40,43,46,50,65,81,84,140,158,210,264,274,278],cafedomancer:44,cake:176,calc:[34,43,138],callback:161,called:74,caller:66,calling:[73,74],calloc:44,calros:164,camp:277,can:[17,49,53,54,55,74,132,137,151,156,158,182,214,256],canadian:[205,226],cancel:134,canceled:[86,134],cancer:34,candidate1:141,candidate2:141,candidate:141,cannot:[22,266],capital:34,capricorn:34,carlos:[95,146,151],cas:264,cases:256,cast:[22,34,46,65,163,199],casted:65,casts:65,category:34,cd:[12,17,24,25,27,28,29,30,31,32,242],cdbs:38,ce:[237,238,244],ceekz:41,center:169,centos6:40,centos:[12,18,22,23,29,34,36,38,40,41,42,43,44,262],central:277,cents:[231,236,237,238],cflags:30,ch:149,change:[40,158,258],changed:[45,158],character:[74,92],characteristics:182,charlie:277,check:[14,22,34,35,38,43,46,65,81,104],checked:12,checking:55,checks:[42,55,119,204,205,206],child:34,china:272,choose:156,christian:43,chunk:[34,89,122],chunked:34,chunks:269,ci:[20,22,40,41,42],ciritical:158,cities:168,city:[168,277],cjk:34,clang:[40,41,42],clean:14,clear:[34,42,65],clearlock:[22,35,40,42,46,81,156],clears:51,client:[156,158,161,214,256],clone:[3,6,7,8,12,13],close:34,clumns:248,cmake:[3,5,6,29,32,40,41,43,44],co:161,code:[17,151,202,210],codes:73,coffee:176,col:65,color:203,column:[11,22,34,35,36,38,39,40,41,42,43,44,46,47,51,55,58,65,66,68,72,80,81,102,103,104,105,106,107,108,109,113,115,116,117,118,121,124,130,131,133,138,141,143,145,146,147,151,156,157,161,168,172,173,174,175,176,180,182,185,187,194,196,199,200,201,213,214,217,219,220,222,227,228,242,243,245,248,267,271,272,273,274,276,277,279,280,281],columnn:40,columns:[34,36,40,44,55,63,137,160,248],com:[9,272],combined:158,come:277,comma:43,command:[21,26,34,40,43,44,52,54,63,74,84,124,130,140,151,154,156,158,159,160,171,172,173,182,210,213,256,264,274,278],commandinput:43,commands:256,comment:[43,185,276,277],comments:[185,276],commit:17,common:[38,68,69,200],compared:182,compatibility:[34,151,204,205,206,226],compatible:158,complete:[39,141,161,219,221],composition:[34,204,205,206,226],compress:[44,92,122,137],computed:74,cond:[41,70],condition:200,conditional:141,conditions:174,conf:269,config:[8,22,32,43,46,47,81,82,105,152],configuration:[41,158,161],configure:[3,14,17,23,24,25,27,28,30,31,34,36,38,39,40,42,138,200,217,267],confirm:17,conifugration:21,connection:264,connections:156,constant:[34,43],contain:40,container:57,content:[34,38,40,41,42,83,106,113,115,116,123,137,138,145,158,159,173,180,182,185,199,200,201,214,227,228,248,258,276],contents:[34,74],context:[34,43,54,57,63,65,182],contrast:156,copa:43,copied:74,copy:34,copying:34,core:157,correct:[141,161,220],correction:220,corresponding:65,corrupt:118,cosmic:34,cosmo:[41,42],could:268,count:[113,115,116,138],country:[102,272,278],cover:182,coverage:14,cp:34,cpu:[0,29,157,158,258],crch:149,create:[74,103,156],created:[74,113,115,116,187,277],createfilemapping:43,createrepo:12,creates:[57,74,160],crit:[110,111,156],critical:[74,110,156],ctrl:[156,264],ctx:[9,34,50,51,54,55,57,58,59,60,61,62,63,64,65,66,67,68,69,71,72,74],curl:[21,28,29,40,106,134,156,158,161,210,258],current:[47,63,70],currently:[53,55,158],cursor:[34,58,61,69],customers:34,customize:158,cutter:[6,7],cuttlefish:34,cve:34,cxxflags:30,daemon:[156,161,162,256],daiki:[36,37,40],dangerous:[51,55],dangling:118,danish:227,dash:[29,205,226],dat:[34,44,223],data:[34,55,59,70,104,106,158,165,210,258],database:[22,34,43,46,54,55,65,68,81,124,130,133,138,154,156,158,160,182,269],dataset:[160,161,162],datasets:160,date:157,dav:174,dave:164,david:174,day:[154,201],days:154,db1:258,db2:258,db:[34,38,39,43,44,51,54,55,65,66,68,71,90,101,105,122,124,144,145,156,157,158,159,161,210,248,256,261,264,274,278],dbms:182,dcb:42,dcmake:[7,8,32],dd:[200,202],ddl:267,de:[17,63],deb:[12,25,31,34,40],debhelper:38,debian:[14,18,22,23,34,38,40,41,42,43,44,262],debootstrap:12,debug:[8,34,43,110,111,156,158],decrypt:12,def:34,defalt:36,defaul:165,define:[22,46,81,156],defines:160,defrag:[22,35,41,46,81],defxyzabc:34,dejan:44,deleted:65,delimit:41,demo:273,dependent:[34,105,130,131],depends:45,deprecated:[82,251],derived:162,descending:[43,115],describe:74,describes:156,description:[44,265,277],designed:256,desktop:[8,32],dest:[34,68,155,156],destination:65,detail:157,details:[12,74],dev:[6,7,25,31,158],develop:[82,227],developed:227,developer:277,developing:227,development:277,develops:227,dewangga:43,df:[34,216],dgrn:[7,8],dh:12,dicrc:28,dictionary:[203,241],diff:[12,157],difference:200,dingo:34,directory:[74,162,264],disable:[38,158,268],disables:158,disco:[12,34],disk:[122,213],dist:12,distance:[34,168],dll:[34,38,40,42,44],dnf:24,doc:[12,16,17,18,280],docker:[12,22,23],dockerhub:26,docs:44,document:[12,34,36,156,171,172,182,200,214,216,242],documentation:[21,158],documentations:[163,250],documents:[180,182],documentvectorbm:34,dodaisuke:34,doesn:[65,124,158],domain:[16,57,65,74,93,95,144,146,156,264,278],don:[53,57,158],done:49,donut:176,dot:[205,226],download:12,downloads:32,dragonfly:36,draw:273,drawings:[205,226],drilldown:[34,35,42,43,44,100,272,273,277],drilldowns:[34,43,44],drilldownss:138,drink:34,droonga:[174,175,194,217],due:182,dump:[22,34,35,36,38,40,42,43,44,46,53,81,110,118,145,152,156,158],dutch:227,ea:[149,202],each:[57,141,219,220,222],ear:149,earch:149,earlier:151,easier:214,easy:214,ec:138,echo:124,ecmascript:[40,41,138,198,200],edge:9,edict:[42,44],edit:[12,22,35,44,46,163,200],editor:17,editrc:38,effective:156,eggs:276,eight:274,eito:41,el:[229,231,234,235,242],elapsed:[34,83,202,210],element:[43,80,200],elements:[44,63,80],elfring:40,ell:242,ellip:168,em:[205,226],emacs:17,emerg:111,emerge:[110,156],emergency:[110,156,158],emfile:268,emoji:205,emphasize:173,empty:43,en:[34,141,149,219,237,238],enable:[6,12,17,25,36,41,149,158],enablerepo:24,enables:158,encoding:[56,63,74,156,210],ency:157,end:[155,171,210,264],endpoint:162,eng:[141,219],engi:[141,219],engin:[141,219],engine:[141,149,171,172,182,214,219,220,221,222],enginen:219,english:[14,138,200],enhanced:45,enqueue:9,entries:[34,43,91,106,107,108,109,113,115,116,138,145,154,171,172,199,200,242,248,276],entry:[59,90,91,94,100,101,102,113,116,133,138,276],entrykeys:145,env:212,environment:21,eoan:[31,34],eof:156,eol:34,epel:[34,40],epoll:34,equivalent:63,er:213,eric:164,ermine:[31,34],errbuf:34,errno:[42,43,268],error:[34,41,42,47,54,58,74,83,110,111,138,156,158,213,216,268,274],errors:106,errror:213,es:244,escape:57,escaped:57,estimate:43,estimated:[34,44,58,147],estimates:58,etc:[158,248,258],etime:155,euc:[29,41,156,244],ev:268,evaluated:135,event:[141,160,161,162,219,220,222],events:[161,258],ex:149,exact:[11,92],example:[138,156,271,272,273,274,276,278,281],examples:[36,115],excel:212,except:248,exclamation:43,exclude:[40,41,42,113,115,116,118,164],exe:[12,34],exec:264,executable:156,execute:[156,162],executed:278,executes:156,executing:54,executor:[115,116],exist:[65,124,214],existence:55,existing:[156,162],exists:[113,115,116,118,145],exit:[73,156],expander:[34,180],expect:42,expired:34,explain:43,expr:[47,57,65,66,72],express:[8,32,40,41],expression:[34,43,44,57,136,138],expressions:158,ext:149,extracted:57,extracts:57,fa:149,fac:34,facebook:[22,40],factor:[42,138],failed:[34,44,49,96,124,274],failures:12,family:34,fast:[34,83,106,113,115,116,138,149,171,172,173,174,175,182,194,199,200,214,276],faster:256,favorite:17,favorited:277,favorites:277,fb:[205,226],fbnteqr:43,fc:[205,226],fd:268,feature:[17,55,214],features:34,fedora:[18,22,23,29,36,38,40,41],fgets:43,file:[36,106,124,156,158,264],filename:264,files:[12,158],filter:[34,36,40,41,43,44,47,80,91,92,100,102,164,168,174,175,176,179,180,198,200,209,213,222,265,267,272,273,277,279,281],filtered:[34,44,113,115,116,138],fin:66,finalizes:74,finds:68,finished:134,finnish:227,firefox:17,firewood:[40,41],first:[74,113,115,116,138,199,200,276,277],five:274,fix:[44,45,93,95],fixed:40,flag:63,flags:[33,34,43,44,51,54,57,61,63,65,68,69,71,74,89,93,95,104,122,137,144,146,156,157,223,271,272,273,274,276,277,279],floating:249,flower:271,fluent:13,flush:105,flushviewoffile:43,focal:[12,31,34],followee:277,follower:277,following:[51,74,156,160,162,256],fontaine:38,foo:34,food:34,foods:243,force:[34,43,44,149,154,205,226,229,231,232,233,234,235,236,237,238,239,240,241,242,244,246,247],foreground:156,fork:17,forks:156,form:[34,199,204,205,206,226,261,264,274],format:[17,34,45,53,74,106,210],formula:12,fossa:[31,34],found:[58,68],four:274,frank:164,free:[36,42,54,89],freebsd:[22,43,46],freed:55,frees:74,french:227,freq:[161,222],frequency:[42,141,161,214,215,216,219,220,222],friday:187,friends:273,from:[44,45,54,55,57,58,74,156,176],fromtable:91,fruit:34,fsf:40,ftb:45,ftp:157,fu:149,fuku1:34,ful:149,full:[34,43,122,137,149,182,213,214,239,240,268],fulltext:[149,171,172,182],fullwidth:[34,43],fumiyasu:38,func:[34,54,66,70,74],functions:[34,42,43,44,45,74,113,115,116,138,174,176,184,186,187,194,196,197],fuzzy:[22,34,44,46,163],ga:[149,157,204],gaeeyo:34,garbage:[41,89],gb:[210,269],gc:44,gcc:[24,27,29,30,38,40,41],gdb:14,gem:12,gemfile:40,gemini:34,generate:74,generated:[74,160],generates:160,geo:[22,34,35,36,38,39,40,41,44,46,58,63,163,273,277,281],geodetic:249,geoindex:273,geopoint:[34,35,36,41,44,58,122,123,137,168,169,170,271,272,273,278,281],geoppoint:58,geosite:273,german:227,get:[38,40,42,58,147,149,159,278],getaddrinfo:40,getenv:43,gets:74,gettext:[17,18],ghz:157,gi:149,gib:[33,248],git:[6,7,8,12,13,17],github:[6,7,8,12,13,17,19,34,38,40,41,42,43,44],gitter:[2,43,44],gituub:44,glaser:44,glib:41,global:18,glossary:21,gnu:[3,5,8,12,18,22,23,29,30,34,38],gnupg:12,go:[201,256],golubchik:[34,43],gone:273,goo:[199,200],good:[34,104,113,115,116,138,147,174,194,199,200,201,228],google:[138,214,215,216,221],gorilla:34,goroo:256,gpg:12,gpl:45,gps:0,gqtp:[0,1,3,22,24,25,27,31,34,40,41,42,43,87,155,156,157,255,263,278],gr:[138,149],graceful:139,grease:271,gregex:41,grep:[24,25,27,31,268],grmdb:154,grn:[3,22,34,36,37,38,39,40,41,42,43,44,46,47,48,49,73,74,86,87,92,96,100,102,105,114,124,130,131,134,138,148,166,168,169,170,177,181,202,212,213,268,276],grndb:[22,34,42,43,44,46,124,153],grnline:274,grnslap:[22,46,153],grntest:[13,36,38,40,44],grnwrap:274,gro:182,gronga:[212,221],gronnga:[34,221],gronoga:158,groo:138,grooga:34,groonga:[1,2,10,13,14,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,46,47,48,49,50,53,54,65,70,73,74,78,80,81,82,83,84,86,89,90,91,92,93,94,95,99,100,101,103,104,105,106,110,111,112,113,115,116,118,119,125,128,132,134,137,138,139,140,141,143,144,146,148,149,152,153,154,155,166,168,169,170,171,172,173,174,175,177,180,181,182,185,194,196,198,199,200,201,202,203,204,207,208,209,210,212,213,214,216,217,218,219,220,221,222,223,224,227,229,231,239,240,242,248,249,255,256,257,258,261,264,265,267,268,269,271,272,273,274,275,276,277,278,279,280,281],groongau:240,groovy:34,group:[34,68,272],grroonga:221,gt:[171,172],gtar:30,gted:17,gtihub:38,gui:137,gun:34,gzcat:44,gzip:[29,40,257],halfwidth:[204,205,226],hana:273,hanako:102,handle:54,handled:158,hard:248,hardy:36,has:[12,45,58,68,74,118,160,200,214],hash:[34,137,223,277],hashida:34,hashidatks:34,hat:29,have:[53,55,201],haystack:11,hdd:[34,92,143,157],he:[229,231,234,235,242],head:[42,155,264],header:[34,43,63,88,91,92,93,95,99,102,104,105,106,108,110,113,114,115,117,118,119,120,121,122,124,125,126,130,131,132,133,134,135,136,138,139,140,142,143,145,146,148,149,150,151],heavy:[205,226,256],hel:242,hello:[34,104,113,115,116,138,147,199,200,201,228,229,231,234,235,239,242,244,276],help:[14,17,38],helpful:214,hendro:41,here:[74,156,160,162],hex:273,hh:[200,202],hideki:43,high:91,highlight:[22,34,42,43,44,46,163,242],hino:41,hiragana:205,hiroaki:43,hiroshi:[36,38,44],hirotaka:43,hiroyuki:43,hits:92,hmm:277,ho:244,hobby:202,hoge:166,home:[12,29,113,116,118,244],homebrew:[22,23,38,42,44],homepage:157,hook:[59,118],horikoshi:38,horizontal:[205,226],host:[157,159,161,213,264,278],hostname:[156,158,159],hottolink:45,hotwagner:34,hour:[49,115,154],hours:154,how:[22,74,114,255],html:[3,12,14,22,34,38,40,41,42,44,46,158,159,163,171,172,182],http:[0,1,12,17,22,24,25,27,31,34,36,38,40,41,42,43,44,46,80,103,106,134,138,139,153,155,156,157,158,161,173,174,175,194,213,222,239,240,255,256,258,270,271,272,273,274,276,281],httpd:[12,39,40,41,42,44],httprewritemodule:158,https:[12,13,17,21,24,25,27,28,29,30,31,32,34,257,268],hung:34,hw:28,hyphen:[205,226],ia:[265,267],ic:[61,244],ichii:38,id:[0,34,36,42,43,44,47,51,54,58,61,62,63,65,68,69,78,80,83,89,91,92,93,95,102,103,104,115,116,118,122,123,137,138,141,144,146,151,156,161,164,174,175,179,199,200,201,202,203,213,219,220,222,223,227,228,243,245,267,271,272,273,274,276,278,279,280,281],identifier:47,ideograph:34,ideographic:43,idf:42,ids:[58,80,91],ieee:249,ignore:[43,228],ignored:[40,55],ii:[34,44,60,213],il:[265,267],ill:265,illegal:264,image:26,immediate:[44,139],implementation:256,implemented:[43,45],improper:264,inappropriate:264,include:[16,34,42,113,115,116,118,161,164,205],includes:43,incompatible:264,indent:63,index:[12,22,34,42,43,44,45,46,51,55,58,60,61,81,92,93,118,182,199,200,243,245,248,273,276],indexblog:276,indexbuf:51,indexes:137,infinity:34,inflected:[34,241],info:[34,43,44,92,110,111,154,156,158,213,216],init:[25,29,40,42,66],initial:[34,113,115,116,138],initialize:54,initialized:[54,74],initializes:[73,74],innodb:0,input:[53,83,159,264],inspect:[34,43,44],inspected:63,install:[12,14,18,21,23,24,25,27,28,30,31,32,40,42,74,155,157],installed:34,installer:12,instantly:182,instead:[74,90,132,156,251,262],intel:157,internal:42,internally:[53,54],interpreter:12,interrupted:264,into:54,introduction:[103,130,131],inv:157,invalid:[74,105,130,138,264],inverted:182,io:[22,34,43,44,45,46,81,124],ip:[157,161,264,278],ipa:27,ipc:106,iptables:258,is:[17,34,40,42,43,44,49,51,53,54,55,57,58,65,66,68,74,80,86,113,115,116,124,130,134,138,145,147,149,156,158,160,162,171,172,173,174,175,180,182,194,199,200,202,210,213,214,228,239,251,256,258,262,264,271,274,276,278,280],isn:[54,55],iso:[154,200],issue:19,issues:42,it:[34,51,53,54,55,57,58,65,68,73,74,83,106,113,115,116,138,151,156,162,199,200,201,202,214,256,262,273],itagaki:36,italian:227,item:[34,141,160,161,219,220,222,223],items:[34,138,179],its:[57,74,156],itself:80,ivh:27,iwai:[39,40],ja:[12,17],jacob:43,james:279,japan:[102,272,278],japanese:241,jason:279,javascript:[12,22,158,159,270,278],je:279,jeff:279,jekyll:12,jemalloc:42,jennifer:279,jersey:277,jessie:[25,34,41,42,43],jira:44,jiro:273,jis:[69,209],job:157,jobs:157,john:[102,279],josep:34,joseph:279,jq:274,jquery:[36,42],json:[34,36,38,40,42,43,44,53,80,84,106,141,157,158,159,210,258,264,274],jsonp:[38,43,161],juman:27,just:[55,65,160,201,277],ka:204,kakesa:43,kamicup:34,kana:[141,160,161,219,220,222],kare:205,karmic:14,kashihara:42,katagiri:41,katakana:[204,205,226],kato:34,kawada:42,kawaji:40,kb:269,kbytes:157,keeps:80,ken:273,kenichi:[36,38],key:[12,33,34,40,41,42,43,44,47,51,63,65,68,69,80,83,91,92,93,95,102,103,104,106,113,115,116,122,123,133,137,138,141,145,146,147,151,156,157,158,161,164,165,168,173,174,175,176,179,185,187,194,196,199,200,203,204,209,214,219,220,222,223,228,245,248,258,264,265,271,272,273,274,276,277,278,279,280,281],keybuf:68,keyid:12,keys:[34,42,43,63,68,158],keyword:[34,40,41,57,138,171,172,180,182,199,214,215,216,242],keywords:[57,243,245],kib:[43,248],kinjirou:273,kiske:40,kk:213,klose:43,km:277,ko:45,koi:[29,40,156],korea:272,kqueue:34,kuriyama:42,kwic:182,kytea:[29,34,40,41,149],label:[34,43,44,91,179],labeledarguments:34,lacked:268,land:34,landmarks:34,langasek:44,language:17,larger:162,largetext:223,last:[34,40,161,277],lat:157,latency:157,latin1:40,latin:[29,34,40,156],latinovic:44,latitude:63,launch:162,launchpad:[12,31,42],layout:12,lc:17,ld:[229,231,242],learn:162,learned:162,left:58,length:[44,74],lenny:38,leo:34,less:[44,213],let:201,letter:[34,204,205,226],level:[74,92,110,111,156,158,162,264],levels:158,lexicon:[34,43,103,133,143,157,180,185,201,276],lf:155,lgpl:45,li:[244,265,267],lib:[36,41,125,126,132,268],libedit:[27,29,34,35,36,38,40,43],libevent:[25,29,31],libgcc:42,libgroonga:20,liblz:25,liblzo:31,libmecab:[12,25,31],libmsgpack:[25,31],libra:34,libraries:[214,256],library:[34,53,256],libstemmer:42,libtool:[6,43],libwinpthread:42,libzmq:[25,31],libzstd:25,lic:174,license:[12,45],light:[205,226,256],lighthouse:34,like:[51,256],limit:[34,38,58,68,69,100,141,158,202,222,272,273,274],line:[21,54,83,256],lines:14,link:[271,272,278],links:[271,272,278],lintian:34,linux:[22,26,34,46,157],lion:40,lisp:34,list:[12,160,162],listen:[40,156,158,258,268],lists:42,ll:[149,229,231,234,235,242,265,267],lldb:[6,7],llo:242,llt:149,lo:[229,231,234,235,242],load:[22,34,35,36,38,39,40,41,43,44,46,47,80,81,82,90,91,92,95,102,103,104,105,113,115,118,122,130,131,141,146,147,151,156,158,159,161,162,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,209,213,214,215,216,217,219,220,222,227,228,242,243,245,249,267,271,272,273,274,276,277,279,280,281],loaded:[44,106,136],loadedlogs:34,loading:44,loads:162,local:156,locale:[17,34],localeoutput:34,localhost:[12,38,106,134,155,156,157,158,161,210,258],localstatedir:[29,36],location:[21,34,41,44,83,156,158,258,271,272,273,277,278,281],lock:[22,34,42,43,46,49,55,65,81,90],locked:74,locks:[74,182],log:[12,22,29,34,40,43,44,46,74,81,91,92,118,154,156,158,161,202],logaling:21,logical:[22,34,43,44,46,81,105,140,171,172,217,250],logicalcountcommand:113,logicalrangefiltercommand:115,logicalselectcommand:116,logicaltableremovecommand:118,logrotate:[40,42],logs:[34,91,113,115,116,117,118,121,124,133,138,143,161,162,213,215,216,217],logyyyymmddhhmmss:161,longer:45,longest:68,longitude:63,longitudexlatitude:41,longtext:[34,47,58,92,122,123,137],loose:[34,179],looseitems:179,love:276,lru:88,ls:12,lt:[149,171,172,182],lte:149,lts:[21,31],lucid:[36,41],lz4:[29,34,42,44,92,137],lz:[29,34,122,137],lzo:[38,40,42,51,264],m6:30,mac:[22,23,36,40,42,44],machine:156,macports:[22,23,38],magazine:138,mail:157,main:70,maintenait:227,maintenant:227,maintenir:227,make:[14,17,18,23,24,25,27,28,30,31,42,74,155],makecache:40,makefile:[7,8,12],malloc:42,man:[34,35,44,164],managed:55,management:[21,55,182],manager:[158,258],managing:55,many:[34,80,160,214,256],map:38,mariadb:[41,42,44],mark:[43,204,205,226],marked:262,markup:16,markus:40,marverick:36,masaharu:[39,40],masahiro:36,masanori:44,masatoshi:[34,43],massachusetts:277,master:158,match:[22,29,34,41,42,43,44,54,80,92,100,152,158,171,172,182,199,201,202,214,215,216,227,228,242,243,245,265,267,270,274,277,280],matched:58,math:[22,34,46,163],matsuu:36,matthias:43,maverick:38,max:[34,40,42,44,69,70,84,89,99,122,138,140,155,157,158,174,181,200,210,215,248,264,274,278],maxos:34,may:[51,55,161],mb:[34,40],mbytes:157,mdev:44,me:[129,142,244],means:[53,58,65,74,158,202],mecab:[0,12,24,25,27,28,29,31,34,35,36,38,40,41,42,43,44,45,241],meerkat:38,memcache:261,memcached:[0,1,14,22,43,44,255,278],memcpy:34,memo:[42,180,214],memory:[22,74,213,266],memos:[34,43,123,137,174,175,187,194,196,214,227,228],memset:43,mercurial:12,message:[34,44,74,106,111,156,202,213,215,216,276],messagepack:[29,34,38,39,40,43,53,210,258,264],messages:41,metadata:[34,40,205,241],micro:277,microsoft:[8,32,34,43],middle:[205,226],migrated:[113,115,116,138,199,200],mike:102,millisecond:49,mime:[43,258],min:[34,40,42,49,69,138,154,155,157],minagawa:41,mingw:[12,34,38],minimum:74,mins:154,minus:[205,226],minute:154,minutes:154,mips:44,missing:104,missings:104,mitsuhiro:36,mix:34,miyashita:44,mizuhara:43,mkdir:103,mkostemp:42,mktime:43,ml:10,mlock:36,mm:[200,202],mmap:[22,41,266],mnt:26,mode:[42,43,44,45,156,244],moden:174,modern:277,modifier:[205,226],module:158,moero:273,monday:187,money:273,monkey:271,month:[154,273],months:154,montywi:39,mooz:38,more:[74,156,162,182,214,264],moritapo:273,moritars:276,morning:201,most:58,mountain:34,mpaa:164,mrb:44,mroonga:[12,22,34,39,40,41,42,43,44,80,103,106,113,115,116,138,171,172,173,174,175,180,185,194,199,200,212,214,217,276],mruby:[6,7,8,34,41,42,43,44,135,136,217],msdn:268,msec:49,msg:[9,43],msgpack:[34,43,44,210,264],msvc:43,msyql:80,mte:45,multiple:256,multithread:68,munin:[24,25,27,29,31,35,38,40],murata:34,museum:277,music:[202,273],must:[51,55,57,58,65,74,99,162],mutex:[41,70,74],mv:112,my:[113,115,116,138,199,200,276],myamanishi3:34,myisam:0,mysql:[0,24,25,27,31,34,42,43,45,80,119,138,171,172,182,212,214],naist:241,nakamura:43,namae:205,name:[34,51,54,55,56,57,65,66,68,71,74,89,93,94,100,102,104,117,118,120,123,125,126,137,144,150,156,158,160,162,180,185,186,200,213,243,245,271,272,273,274,276,277,278,279,281],namebuf:[51,65],names:[91,92,123],nan:34,nanoseconds:202,naoa:34,naoina:[40,41],nargs:57,narwhal:38,natanael:43,natty:38,ne:149,near:200,need:[53,57,151,156],needed:[54,158],negative:[66,74],neologism:241,nested:41,net:272,netbsd:[36,41],netinet:43,network:264,never:114,newark:277,newids:91,newly:[151,182],newnames:91,news:[12,34],newvalue:51,next:[34,58,66,122],nfkc:[34,204,205,206,226],nfs:29,nfthreads:70,ng:149,nginx:[24,25,27,31,34,40,41,42,43,44,257,262],nginxhttpstubstatusmodule:42,ngram:[34,242],nguyen:34,ngx:158,ni:[179,209],nice:201,night:[201,280],niho:179,nihon:[179,219],niku:42,nil:63,nine:274,nippon:219,nise:42,no:[34,35,41,43,45,58,103,105,106,113,115,116,124,130,138,141,213,223,264,268],noarch:27,node:12,nodes:63,nogpgcheck:40,none:[29,34,119,138,147,149,156,158,160,264,276],nonexistent:[96,97,113,115,116,138],normalize:[22,34,42,46,81,120,204,205,206,213],normalizeauto:242,normalized:[119,204,205,206],normalizer:[22,34,42,46,63,81,92,104,113,115,116,123,133,138,144,145,146,147,161,172,179,180,182,199,200,201,203,209,213,214,215,216,224,227,228,242,248,267,274,276,277,280],normalizerauto:[34,43,92,113,115,116,119,120,123,133,137,138,143,145,147,149,161,171,172,179,180,182,199,200,201,203,206,209,213,214,215,216,224,227,228,231,232,233,234,235,236,237,238,239,240,242,244,246,247,248,267,274,276,277,280],normalizernfkc:[34,104,120,137,203,226,242],normalizers:120,normally:[53,54,55,156],normaluzer:242,norwegian:227,not:[12,40,43,51,55,74,80,118,151,264,268],note:[34,74],notes:34,nothing:[53,196],notice:[43,92,110,111,156,158,215,216],notrelated:118,now:[22,34,46,163,262,277],np2:200,np:[34,200],nroonga:[21,180,276],nsis:12,nsubrecs:[34,51,116,138,272,273,277],nt:[237,238],nterms:89,nul:[38,55,74,240],number:[22,44,46,58,66,74,89,99,138,156,157,163,200,248],numbers:43,nvars:66,ny:277,obata:[34,36],obj:[34,51,55,57,59,62,63,65,66,67,72,89],object:[22,34,40,43,44,46,55,59,65,66,67,68,72,74,81,92,105,118,137,200,264],objname:[90,101],obsolete:262,obtained:74,occurred:58,ocelot:[38,41],october:42,of:[34,40,45,51,54,58,65,66,68,74,89,99,141,156,158,160,161,162,171,172,182,185,248,277],off:[42,158],official:12,offset:[34,55,57,58,59,65,68,69,74,100,141,274],offsetted:34,ohkubo:44,ok:102,okapi:[34,214,216],oknj:34,old:[12,74],oldvalue:51,om:244,omitted:210,on:[17,45,53,55,58,65,68,74,149,158,171,172,182,258,268],one:[34,44,74,156,162,182,256],oneiric:[38,41],onga:182,ongaeshi:[36,40,41,43],onigmo:[34,42,43,44,213],oniguruma:43,only:[43,53,65,74,156,158],onp:34,oo:[149,223],ooo:223,op:[34,51,57,58,67,68],opaque:264,open:[124,274],openbsd:[43,44],opened:[55,123,202],opens:[55,58],operation:[58,118,264,268],operator:[34,43,58,205,226],ophiuchus:34,optarg:[55,67],option:[34,156,162],options:[34,43,154,155,156,157,158,159,160,161,162,180,217,256],or:[34,42,51,53,55,58,68,74,113,134,138,151,156,175,180,199,212,216,229,231,242,264,268,280,281],oracle:[22,23,38,40],orangain:41,orange:[186,243,245],order:34,org:[272,278],origin:[12,17],original:[53,103,116,138,279],orl:242,os:[5,7,8,12,18,22,23,36,40,41,42,43,44,55,99,105,157],osdn:[12,43],other:[43,49,51,55,74,156,162],others:205,otherwise:[65,74],out:[34,157],output:[34,36,39,40,41,42,43,44,53,54,80,84,91,92,100,113,141,159,163,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,200,202,210,214,215,216,242,267,271,273,274,276,277,281],outputs:162,outputting:53,overcommit:248,owned:57,owner:158,packages:[12,17,24,25,27,28,29,30,31,32,262],pai:44,pair:[141,160,161,219,220,222],pangolin:40,parameter:[58,65,66,68,151,156],parent:[116,138],parenthesized:34,parker:43,parse:47,partial:11,pass:158,passed:[12,55],passes:12,pat:[44,69,223],patch:45,path:[18,26,34,51,55,65,68,74,93,95,123,132,144,146,156,157,158,258],paths:143,patprefix:279,patricia:137,patsuffix:279,pattern:[34,199,200,243],pcre:[34,40],pen:[34,239],pentium:157,people:92,performance:[182,256],performed:268,period:34,permission:264,permitted:118,persistent:[55,68,93],pg:164,pgroonga:[12,34,43,103,202,214,217],php:[40,256],phrase:[34,199,200],physical:89,pid:[29,34,35,43,44,156,202],pie:[243,245],pies:245,pikonyan:273,pip:[12,18],pisces:34,pkg:[25,29,30,36,43],platforms:74,play:280,player:91,players:[91,146],please:[17,55,262],plugin:[22,34,38,42,43,46,48,81,103,105,113,114,115,116,117,118,123,132,135,136,138,147,161,174,176,184,186,187,194,196,197,212,224,227,228],plugins:[132,248],po:[17,44],poedit:17,poeple:92,point:[34,39,58,63,95,134,169,170,265],pointed:74,pointer:74,points:34,poll:34,popular:138,port:[28,156,157,161,261,264,278],porting:45,ports:26,portuguese:227,pos:63,position:[58,74,122,137,149,205,226,229,231,232,233,234,235,236,237,238,239,240,241,242,244,246,247],posix:[43,200],post:[12,34,40,41,42,43,44,106,138,159,161,199,200,257,277],posted:277,postgresql:[0,182,217],posting:[34,58],poyonga:256,ppa:[22,23,42],pre:[45,161],precise:40,predicate:34,prefix:[6,12,14,18,22,29,34,38,43,44,46,68,69,92,141,163,200,209],previous:262,price:[34,113,115,116,186,271],printf:[34,63],priority:138,proc:[24,25,27,31,34,43,59,66,68,72,74,99,124,138],process:[34,51,55,156],processed:[34,130,202],processes:156,processid:34,processor:[24,25,27,31],product:34,products:34,program:162,progress:[34,202],project:200,prolonged:[205,226],proonga:256,properties:202,protocol:[0,156,159,210,256,258,261,262,278],pthread:[38,41],ptr:74,pub:12,published:12,pull:[12,26],purchases:34,push:[12,17],pushes:54,put:199,pyenv:18,python:[12,18,256],qps:[155,157],quantal:40,quantity:34,queries:[157,182],query:[0,11,22,34,37,40,41,42,43,44,46,57,67,80,81,92,100,113,125,126,132,141,158,160,161,162,163,171,172,182,198,199,200,201,202,212,213,214,215,216,219,220,222,227,228,242,243,245,256,262,265,267,271,273,274,276,277,278,279,280,281],queryexpandertsv:[22,34,40,41,46,125,126,132,180,211],question:43,quetzal:40,queue:[9,268],quiet:264,quit:[12,22,34,46,81,156,202,264],quiz:273,quorum:34,quote:200,raccoon:273,radimrehurek:34,radious:169,rake:12,rakutan:276,raltime:222,ram:157,rand:[22,34,46,163,281],range:[22,34,42,43,46,81,92,93,95,115,144,146,264],ranguba:[34,42,80],rapidjson:34,raring:[41,42],raspberry:[243,245],rather:256,raw:[21,122],rc:[34,54,73,87,105,149,202],rch:149,rd:[265,267],rdbms:[0,43],rdiscount:12,re:55,read:[182,264],reading:[34,205,241],readings:[179,209],readme:[12,41],reads:162,real:[47,182],realloc:[34,36],really:[34,113,115,116,138,199,200],realtime:[141,222],receive:161,received:156,receiver:162,recently:88,recommend:256,record:[22,34,43,44,46,58,65,68,80,115,116,138,168,250,271,274,278],records:[34,43,58,115,138,202],recover:34,recovered:55,recovers:55,rect:168,rectangle:[40,58],recursive:[6,7,8,12,13],red:29,redcloth:12,redhat:38,redmine:42,reference:[22,34,41,43,46,65,80,81,118,137,138,145],referenced:105,referencedbycolumn:145,referencedbytable:145,referencedtable:145,references:[118,145],referencetable:145,referred:[34,130],regexplexicon:[133,213],register:[22,41,43,46,81,119,125,149,277],registered:[74,132,182],regular:[158,213],reindex:[22,34,43,44,46,81],relation:65,release:[12,32],released:[12,34,45,130],releases:73,remained:[202,213],remains:[34,104],remote:[156,158],remove:[34,65,118,119,124,145],removed:132,removep:65,removing:55,reopen:112,rep:157,replaced:[160,162],replication:214,replied:277,replies:276,reply:276,repoforge:40,report:34,reports:74,repositories:12,request:[12,22,34,41,42,43,44,46,81,85,86,106,158],required:[21,124,158,258],res2:68,res:[58,67,68,157],resizes:74,resource:264,resources:[54,55,73],rest:[63,74],restart:262,result:[11,34,68,162,168,182,210,264,276],results:[40,68,182],retry:264,returned:[58,74],returns:[51,58,68,74],reverse:[12,158],rewrited:45,rf:158,rid:[60,61,63],right:58,ringtail:[41,42],rl:[229,231,242],rld:242,rlimit:[41,202],rm:158,ro:149,roles:92,romanian:227,roonga:[194,199,200],root:[41,43,158,278],rose:271,row:182,rpm:[12,24,27,36,38,40,41,42],rroonga:[12,21,34,41,42,43,50,175,180,185,196,198,214,276],rsync:12,ruby:[0,6,7,8,12,21,22,34,40,41,42,43,45,46,80,81,171,172,196,198,213,214,256],rubygems:40,rubyinstaller:8,run:[12,14,22,26,156,158,255],running:[55,134,156],runs:[156,162],runtime:34,russian:227,ryo:34,sa:[141,220],sae:[141,220],saer:[141,220],saerc:[141,220],saerch:[141,220],sagittarius:34,sako:43,salamander:[41,42],sales:186,same:[41,49,80,256],sample:[157,162],sanz:34,satoh:38,satoshi:34,satouyuzh:34,saturday:187,saucy:[41,42],save:12,say:[199,200,276],scalar:137,scan:14,schema:[22,34,43,46,81,123,160],scope:43,score1:11,score2:11,score:[11,34,41,43,51,80,95,113,115,116,138,141,146,151,168,180,200,214,215,216,219,220,222,267,273,274,276,277,281],scorer:[22,34,43,100,105,168,176,198,200,214,270,273],scorpio:34,script:[42,44,138,157,166,169,170,177,181],se:[149,219],sea:[149,219],sear:219,searc:219,search:[38,40,68,69,92,138,141,149,171,172,182,199,200,212,214,219,220,221,222],searched:58,sebastian:42,sec:[49,154],second:154,seconds:154,secs:154,section:[51,60,74,122,137,156],sed:[28,38,40,43],see:[74,92,156],segment:[44,89],segments:89,segv:[35,41],seki:34,select:[22,34,35,36,37,38,40,41,42,43,44,46,47,50,80,81,82,85,86,88,91,92,95,102,105,113,115,129,130,131,134,140,146,151,156,158,163,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,198,199,200,201,202,203,212,213,214,215,216,222,227,228,242,243,245,250,256,265,267,271,272,273,274,276,277,278,279,280,281],selector:100,selects:58,self:157,sen:45,senboku:41,send:[161,256],sender:162,senna:[34,113,115,116,138,199,200,212],sentense:43,separated:53,separator:[205,226],sequence:[141,160,161,219,220,222],serach:220,serch:[141,220],sergei:[34,43],sergey:42,serial:91,serihiro:40,serve:12,server:[34,40,42,43,118,156,158,174,175,194,256,258,262,273],servers:118,service:[43,220,262],services:26,session:256,set:[65,157],sets:54,seven:274,sh:[12,21],sha:12,shard:[34,117],sharding:[34,43,113,114,115,116,117,118,217],share:29,shared:[49,51,55],shell:156,shibuya:36,shidara:38,shift:[29,244],shimada:36,shimamura:[34,43],shimoda:36,shimomura:40,shinya:40,shiro:34,sho:41,shop:176,shopping:201,shops:[176,265],shorttext:[34,36,38,42,44,47,58,63,69,80,83,91,92,93,95,102,103,104,105,106,107,108,109,113,115,116,117,118,121,122,123,124,130,131,133,137,138,141,143,144,145,146,147,151,156,157,161,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,209,213,214,215,216,219,220,222,223,224,227,228,242,243,245,248,267,271,272,273,274,276,277,278,279,280,281],should:[54,74,151],show:[34,200],shows:53,shutdown:[22,34,36,44,46,81,105,156,158,213,258,264],sid:[12,38,42,63,89],sigcont:41,sigint:38,sign:[12,205,226],signing:12,sigsegv:68,sigstop:41,sigusr:38,silent:21,similar:[40,141,156],simple:262,since:[132,151,154,262],sis:38,site:[133,271,272,274,278,281],sitecountry:[272,278],sitedomain:[272,278],sites:[103,107,108,109],six:274,size:[34,51,63,65,68,69,71,74,89,122,123,124,137,269],sizeof:[43,54,57],sjis:[29,45,156],slash:200,sleepy:201,slice:34,slices:[34,44],small:[34,124],smaller:80,smith:44,snake:43,snippet3:182,snippet:[22,34,40,41,43,44,45,46,115,138,163],so:[55,65,68],soccer:273,socket:[264,268],socre:34,soerr:268,soft:248,software:31,solaris:[5,7,8,22,23,38,40,43],solr:200,some:[34,43,73,160],song:34,sort:[34,43,44,68,174,175,176,180,214,215,216,273,274,281],sortby:[38,44,100,141],sound:[204,205,220,226],soundkitchen:[38,40],source:[34,43,55,65,83,93,95,104,123,273,274,276,277],sourceforge:[12,43],sources:[34,93,122,137],sozaki:34,space:[43,74,80,199,213,268],span:[34,171,172,173,182,242],spanish:227,spec:[12,34,36,40,41],specified:[58,66,74],specifies:156,specify:[17,65,156,158,160,162],specifying:74,speed:221,spelling:280,sphinx:[3,12,15,16,18,42,43,44],sphr:168,spil:43,sports:273,sql:[138,214,272],squeeze:41,src:[34,68],srpm:34,ss:[200,202,213],ssd:[34,92,143],ssh:12,ssssss:202,st:[149,200,244],stable:82,stack:[41,264],stage:[34,44],standalone:[156,162],standard:249,standing:256,stargazy:245,start:[34,43,84,140,158,201,262,264,268,274,278],started:[34,83,113,115,116,138,199,200],starting:74,starttime:[34,43,84,140,158,210,264,274,278],stateful:256,states:102,statistics:122,status:[22,34,35,36,40,41,43,44,46,63,81,84,102,130,156,157,158,159,210,256,274,278],steming:227,steve:44,sticker:34,still:[34,130,134],stock:34,stop:[40,43,156,158,262],storage:[171,172],store:[34,54,57,58,65],stored:162,stores:57,str:[57,74],stream:34,streaming:106,strerror:42,stretch:[12,25,34],strftime:34,strict:42,string1:166,string2:166,string:[11,22,34,40,42,43,44,46,57,65,66,74,113,115,116,138,163,166,174,242],strlen:74,studio:[8,32,34,40,41,43,44],su:44,sub:[12,22,34,41,43,46,163,174,179],subclass:[34,241],subject:41,submit:[141,161,219,220,222],subrec:63,subrecord:41,subscript:[205,226],substitution:180,succeeded:[95,102,108,110,133,151],success:264,successfully:74,successor:200,such:[17,40,132,160,162,182],sudo:[12,14,18,21,24,25,27,28,29,30,31,40,248,262,269,278],sufficient:[74,268],suffix:[160,162],suffixsearchterms:[199,200],suggest:[22,34,36,38,46,81,161,162,219,220,221,222],suggestion:160,suitable:156,suited:182,sum:[34,42,116,138],summary:[22,157,255],sunday:187,sunos:42,superior:182,superscript:[205,226],support:45,supported:[45,158],supports:[45,74,162],sutamin:34,swedish:227,swig:45,syllabics:[205,226],symbol:205,synonym:[138,280],synonyms:212,syntax:[44,47,138,156,264],syscall:[42,274],sysctl:[43,248,269],system:[30,113,115,116,138,182,199,200,248,249,268],systemctl:[25,262],systemd:[25,40,43,44],systems:182,tab:53,table:[11,22,33,34,36,38,39,40,41,42,43,44,46,47,51,54,55,58,61,63,65,66,68,69,80,81,82,91,94,100,102,103,105,107,108,109,113,115,116,117,118,121,124,130,131,133,141,151,156,157,161,162,164,165,168,171,172,173,174,175,176,179,180,182,185,186,187,194,196,199,200,201,203,204,209,213,214,215,216,217,219,220,222,224,227,228,229,242,243,245,248,258,267,271,272,273,274,276,277,278,279,280,281],tablecursor:43,tablegroupflags:43,tablename:82,tables:[54,55,160,248],tag:[12,34,91,113,115,116,138,174,175,196,273],tags:[12,34,43,80,93,138,143,174,175,194,196,273],tahr:42,tail:[12,264],tajima:40,takagi:34,takahiro:36,takashi:[34,38,102],takayama:43,takayuki:38,takes:134,takuto:36,tar:[12,24,25,27,28,29,30,31],target:[32,34,42,51,55,57,58,65,124,154,205],taro:273,tasuku:45,tatsuya:40,taurus:34,tc:[61,69],tcp:[44,156,161],te:[149,244],temple:34,temporary:[55,156],term:[89,280],terminal:277,terms:[34,89,92,104,105,113,115,116,123,137,138,145,147,156,171,172,180,182,199,200,214,215,216,224,227,228,242,248,267,274,276],teruya:43,test:[12,14,34,138,157,271,274,276,277,278],testdb:[157,162],tests:12,tex:149,text:[34,40,43,47,58,83,92,106,108,113,115,116,122,123,133,137,138,145,149,157,180,182,199,200,210,213,214,215,216,223,243,245,248,258,276],tf:[34,63,214,215,216],than:[44,80,213,256],thanks:277,that:[40,49,51,53,57,58,65,66,68,74,118,145,156,182,200,202,256],the:[16,34,40,45,49,51,53,54,55,57,58,65,66,68,74,99,106,113,115,116,118,124,134,138,145,156,158,160,161,162,168,182,199,200,248,256,262,268,277],theater:280,theatre:280,them:57,then:74,there:[80,199,256,262],therubyracer:12,thesaurus:138,these:[55,182],thorsten:44,thread:[9,22,34,43,46,51,55,68,74,81,99,114,124,145,156,157],threadid:34,threads:99,threasd:156,three:[271,274],threshold:[38,43,64,65,101],through:158,thursday:187,thus:[160,162],tid:61,tim:34,time:[22,34,38,40,41,42,43,44,46,113,115,116,117,118,121,122,123,124,133,134,137,138,141,143,154,156,157,158,161,163,177,202,219,220,222,267,271,277],timeout:[44,49,65],times:[34,49],timestamp:[34,44,113,115,116,117,118,121,124,133,138,186],timestamps:118,timgates:34,title:[12,34,41,42,103,106,107,108,109,133,138,145,180,185,214,271,272,273,274,276,278],titles:[199,200],tittle:276,tiwawan:43,tld:272,tls:44,tmp:[6,7,12,41,93,95,115,123,124,141,146,156,212,213,258,264,274,278],to:[22,34,40,44,45,49,51,53,54,57,58,63,65,68,74,83,96,103,113,115,116,124,138,151,156,158,162,182,199,200,255,277],tobby:180,todo:[6,7,14,34,51,52,54,55,56,57,58,59,60,61,62,64,65,66,67,68,69,71,72,75,77,79,80,83,92,106,115,119,129,138,160,163,183,195,199,200,217,248,250,258,259,260,275],token:[34,43,103,147,157,224,226,227,228],tokenbigram:[22,34,46,92,113,115,116,123,133,137,138,143,145,147,149,150,156,161,171,172,180,182,185,199,200,201,214,215,216,220,223,224,227,228,229,230,232,233,234,235,236,237,238,241,242,246,247,248,265,267,274,276,277,280],tokenbigramignoreblank:[22,46,137,150,230,267],tokenbigramignoreblanksplitsymbol:[22,46,137,150,230,267],tokenbigramignoreblanksplitsymbolalpha:[22,34,46,137,150,230,267],tokenbigramignoreblanksplitsymbolalphadigit:[22,34,46,137,150,230,267],tokenbigramsplitsymbol:[22,34,36,46,137,150,230,242,267],tokenbigramsplitsymbolalpha:[22,46,137,138,149,150,230,231,265,267],tokenbigramsplitsymbolalphadigit:[22,46,91,137,150,180,220,230,267],tokenbigramsplitxxx:231,tokenbigrm:91,tokenbigrma:149,tokendelimit:[22,46,137,149,150,161,222,226,230,240],tokendelimitnull:[22,37,46,137,150,230],tokendelmit:34,tokendocumentvectorbm:34,tokendocumentvectortfidf:34,tokenfilternfkc:[22,34,46,205,225],tokenfilterstem:[22,25,31,34,42,46,225],tokenfilterstopword:[22,42,43,46,147,224,225],tokenize:[22,41,42,43,46,81,147,150,205,226,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247],tokenizer:[22,34,40,42,46,81,200,242,264],tokenizers:[149,150],tokenkytea:40,tokenmecab:[22,34,40,46,200,205,226,230,265,267],tokenngram:[22,34,46,104,200,230],tokenpattern:[22,34,46,230],tokenregexp:[22,43,44,46,133,137,150,213,230],tokens:[34,149],tokenstopword:34,tokentable:[22,34,46,230],tokentrigram:[22,43,46,137,149,150,230],tokenunigram:[22,46,137,150,230],tokyogeopoint:[38,44,58,122,123,137,169,170,281],tom:180,tomita:36,tomo:273,tomoatsu:36,tomohiro:34,tomotaka:38,tomygx:43,too:[43,124,264,276],tood:[74,142],tool:21,top:[38,58,170],torinky:44,tortoisegit:8,totable:91,total:[89,122,157],touch:55,tower:34,toybox:271,tr:12,tracker:19,transfer:[0,256,262,264],transitional:262,translate:17,translation:17,travel:277,travi:41,travis:[20,22,40,41,42],travisci:12,trie:137,tried:277,tries:49,trigram:[34,242],tritonn:[113,115,116,138,199,200],truncate:[22,34,38,41,42,43,44,46,51,81,104,105],truncated:41,truncation:38,trust:12,trusty:42,ts:[237,238],tsu:43,tsv:[43,210,264],tuesday:187,turn:158,tutorial:74,tweet:201,tweets:201,twiter:40,twitter:[3,22,277],two:162,tx:244,txt:[16,17],type:[34,44,50,51,52,53,54,55,56,58,59,60,62,63,65,66,67,68,69,71,72,74,93,95,104,119,141,143,157,165,219,220,222,271,272,273,274,276,277,279,281],typedef:70,types:[119,141,204,205,206,219,220,222],typo:[38,42],ubuntu:[14,18,21,22,23,34,36,38,40,41,42,43,44],ueno:[36,37,40],ui:138,uid:12,uint:[33,34,36,40,41,42,44,47,70,80,83,91,92,93,95,102,105,113,115,116,122,123,130,131,137,138,143,144,145,146,151,161,164,166,174,179,185,186,187,199,200,201,203,213,227,228,243,245,248,267,272,273,274,276,278,279,280,281],ul:149,ull:149,ultra:273,umask:42,umemoto:38,unbiased:34,unchanged:74,under:[158,162],unicode:[34,43,204,205,206,226],unicorn:43,unified:34,unify:[34,200],uninstall:40,unique:134,united:102,universe:31,unix:[3,5,8,29,42,83,186],unknown:[34,47,264],unlink:57,unlock:65,unlocked:74,unlocks:74,unmanaged:89,unmaps:55,unpatched:45,unsafe:55,unsigned:[42,50,51,57,60,63,65,66,68,69,71,74],unsplit:11,unsupported:264,until:[49,74],up:210,update:[17,18,25,27,31,34,40,60,264],updated:[17,45,267],updates:182,updating:49,upgrade:12,upgraded:34,upload:12,uptime:[34,35,84,140,158,210,264,274,278],uri:[158,159,161],url:[12,32,34,38,42,103,159,278],usa:272,usage:156,use:[17,34,39,43,51,53,54,55,57,74,83,89,90,113,116,132,138,151,156,161,199,200,214,226,251,256,262,276],used:[53,54,55,65,73,88,91,151,156,162,256,277],useful:[51,156,214,276],useless:55,user:[34,66,74,118,130,131,157,158,161,164,172,174,180,182,185,200,248,273],username:[32,273],users:[32,34,44,47,63,85,86,91,93,95,102,105,118,121,122,124,130,131,137,138,146,151,158,164,180,202,258],uses:[53,55,162],using:[45,53,276],usr:[14,28,29,125,126,132,156,158],usually:162,utc:200,utf:[29,34,36,40,41,44,45,56,63,156,161,200,210,244],utopic:43,uubntu:14,uuid:44,uuuuuu:200,uvector:34,uzulla:38,v1:11,v2:11,va:34,valgrind:14,value:[34,40,41,42,43,44,49,51,60,62,63,65,66,68,69,74,80,91,104,106,122,123,135,136,137,144,149,158,165,199,200,205,213,226,229,231,232,233,234,235,236,237,238,239,240,241,242,244,246,247,274,278],valuebuf:62,valuen:[174,175],values:[51,53,65,156],variable:74,variables:74,variety:273,vars:[66,74],varying:74,vc:34,vcruntime:34,vector:[22,34,40,41,43,44,46,80,113,115,116,137,138,163],version:[12,26,34,38,45,52,54,84,134,140,157,158,210,217,264,274,278],versions:262,vervet:[43,44],very:[34,83,106,113,115,116,138,171,172,174,182,194,199,200,214],video:273,virgo:34,visual:[8,32,34,38,40,41,42,43,44],vivid:[43,44],vm:[40,269],vmstat:269,voiced:204,vojtovich:42,volumes:26,vs:[32,34],waits:[49,74],wanabe:41,want:[156,256],wareohji:40,warn:[110,156],warning:[110,111,156,158,213,216],warp:42,was:268,watch:12,way:162,wc:[24,25,27,31],we:256,weakness:182,web:[12,29,35,138,141,199,220,222],webclips:173,wednesday:187,week:154,weeks:154,weight:[34,40,51,63,80,122,137,138,161,214,271],welcome:[113,115,116,138,199,200,277],well:182,werewolf:[43,44],wget:[24,25,27,29,30,31],wgs:[34,38,44,58,122,123,137,168,169,170,271,272,273,277,278,281],wheezy:38,when:[51,55,65,156,256],whether:[55,65],which:[74,156,162],whombx:41,wibowo:41,wiedenroth:42,wiki:158,wikipedia:[209,249],will:[65,74,156,256],wily:[43,44],win:[8,32],window:[22,34,46,250,251],windows:[3,5,6,7,22,23,34,38,40,41,42,43,44,45,74,139,157,268],wing:[40,41],without:[158,182],wo:[229,231,242],wolfgang:34,woman:34,wonderland:92,wor:242,word:[40,138,199,200,205,226],words:200,worker:[9,258],works:74,world:[34,104,229,231,239,242,276],write:[14,39,129,138,142],written:151,wsaenobufs:268,wsasend:34,www:12,x6:12,xcode:28,xenial:[12,31,44],xerus:[31,44],xml:[36,38,39,40,41,42,53,159,210,258,264],xt:[149,244],xvzf:[24,25,27,28,29,30,31],xxhash:34,xxx:[34,41,43,44,138,156,200],xxxx:12,xxxxx:268,xyzabc:34,yagisumi:34,yak:[34,44],yakkety:[34,44],yamada:205,yamaguchi:38,yappo:[41,42,45],yay:34,year:[34,154],years:[47,154],yes:[14,34,43,44,84,103,105,106,113,115,116,118,124,130,138,141,145,155],yito:[40,41],yoji:38,yoku:[41,42],york:[168,277],yoshioka:40,you:[17,51,53,54,55,57,74,151,156,158,160,161,162,199,256],younger:92,your:[17,21,38],yu:34,yuki:38,yum:[12,18,24,27,40],yunqiang:44,yutaro:[34,43],yuya:43,yy:[47,138],yyyy:[200,202],yyyymm:217,yyyymmdd:[113,115,116,217],zapus:34,zcat:44,zenigata:273,zeromq:29,zesty:34,zip:[12,22,23,34,40],zlib:[25,29,31,34,36,38,40,41,42,51,92,122,137,264],zsh:[12,29],zstandard:[29,34,44,92,122],zstd:34,zunda:38,zxvf:12},titles:["<span class=\"section-number\">1. </span>Groonga\u306e\u7279\u5fb4","<span class=\"section-number\">6. </span>\u30af\u30e9\u30a4\u30a2\u30f3\u30c8","<span class=\"section-number\">3. </span>\u30b3\u30df\u30e5\u30cb\u30c6\u30a3","<span class=\"section-number\">12. </span>Groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","<span class=\"section-number\">12.3. </span>Groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","<span class=\"section-number\">12.3.2. </span>\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","<span class=\"section-number\">12.3.2.1. </span>GNU Autotools\u3092\u4f7f\u3063\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","<span class=\"section-number\">12.3.2.2. </span>GNU/Linux\u307e\u305f\u306fUnix\u4e0a\u3067CMake\u3092\u4f7f\u3063\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","<span class=\"section-number\">12.3.2.3. </span>Windows\u4e0a\u3067CMake\u3092\u4f7f\u3063\u3066\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc\u306eGroonga\u3092\u30d3\u30eb\u30c9\u3059\u308b\u65b9\u6cd5","<span class=\"section-number\">12.3.3. </span>Groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","<span class=\"section-number\">12.3.4. </span>\u30e6\u30fc\u30b6\u30fc\u3068\u5354\u529b\u3057\u3066\u958b\u767a\u3092\u3046\u307e\u304f\u9032\u3081\u3066\u3044\u304f\u305f\u3081\u306e\u6307\u91dd","<span class=\"section-number\">12.3.5. </span>\u30af\u30a8\u30ea\u306e\u5b9f\u73fe","<span class=\"section-number\">12.3.7. </span>\u30ea\u30ea\u30fc\u30b9\u624b\u9806","<span class=\"section-number\">12.3.1. </span>\u30ea\u30dd\u30b8\u30c8\u30ea","<span class=\"section-number\">12.3.8. </span>\u30c6\u30b9\u30c8\u65b9\u6cd5","<span class=\"section-number\">12.2. </span>\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","<span class=\"section-number\">12.2.3. </span>C API","<span class=\"section-number\">12.2.2. </span>\u56fd\u969b\u5316","<span class=\"section-number\">12.2.1. </span>\u5c0e\u5165","<span class=\"section-number\">12.1. </span>\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","<span class=\"section-number\">11. </span>\u958b\u767a","<span class=\"section-number\">11.1. </span>Travis CI","Groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","<span class=\"section-number\">2. </span>\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","<span class=\"section-number\">2.5. </span>CentOS","<span class=\"section-number\">2.3. </span>Debian GNU/Linux","<span class=\"section-number\">2.8. </span>Docker","<span class=\"section-number\">2.6. </span>Fedora","<span class=\"section-number\">2.2. </span>Mac OS X","<span class=\"section-number\">2.9. </span>\u305d\u306e\u4ed6","<span class=\"section-number\">2.7. </span>Oracle Solaris","<span class=\"section-number\">2.4. </span>Ubuntu","<span class=\"section-number\">2.1. </span>Windows","<span class=\"section-number\">9. </span>\u5236\u9650\u4e8b\u9805","\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","News - 1.2.x","News - 1.3.x","News - 2.x","News - 3.x","News - 4.x","News - 5.x","News - 6.x","News in Senna period","<span class=\"section-number\">7. </span>\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","<span class=\"section-number\">7.19. </span>\u30a8\u30a4\u30ea\u30a2\u30b9","<span class=\"section-number\">7.25. </span>API","<span class=\"section-number\">7.25.2. </span>\u5168\u4f53\u8a2d\u5b9a","<span class=\"section-number\">7.25.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_cache</span></code>","<span class=\"section-number\">7.25.5. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_column</span></code>","<span class=\"section-number\">7.25.6. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_command_version</span></code>","<span class=\"section-number\">7.25.7. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_content_type</span></code>","<span class=\"section-number\">7.25.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_ctx</span></code>","<span class=\"section-number\">7.25.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_db</span></code>","<span class=\"section-number\">7.25.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_encoding</span></code>","<span class=\"section-number\">7.25.11. </span>grn_expr","<span class=\"section-number\">7.25.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_geo</span></code>","<span class=\"section-number\">7.25.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_hook</span></code>","<span class=\"section-number\">7.25.14. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_ii</span></code>","<span class=\"section-number\">7.25.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_index_cursor</span></code>","<span class=\"section-number\">7.25.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_info</span></code>","<span class=\"section-number\">7.25.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_inspect</span></code>","<span class=\"section-number\">7.25.18. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_match_escalation</span></code>","<span class=\"section-number\">7.25.19. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_obj</span></code>","<span class=\"section-number\">7.25.20. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_proc</span></code>","<span class=\"section-number\">7.25.21. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_search</span></code>","<span class=\"section-number\">7.25.22. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_table</span></code>","<span class=\"section-number\">7.25.23. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_table_cursor</span></code>","<span class=\"section-number\">7.25.24. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_thread_*</span></code>","<span class=\"section-number\">7.25.25. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_type</span></code>","<span class=\"section-number\">7.25.26. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grn_user_data</span></code>","<span class=\"section-number\">7.25.1. </span>\u6982\u8981","<span class=\"section-number\">7.25.3. </span>Plugin","<span class=\"section-number\">7.12. </span>Cast","<span class=\"section-number\">7.6. </span>\u30ab\u30e9\u30e0","<span class=\"section-number\">7.6.4. </span>\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0","<span class=\"section-number\">7.6.3. </span>\u64ec\u4f3c\u30ab\u30e9\u30e0","<span class=\"section-number\">7.6.1. </span>\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0","<span class=\"section-number\">7.6.2. </span>\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0","<span class=\"section-number\">7.3. </span>\u30b3\u30de\u30f3\u30c9","<span class=\"section-number\">7.3.1. </span>\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","<span class=\"section-number\">7.3.2. </span>\u51fa\u529b\u5f62\u5f0f","<span class=\"section-number\">7.3.3. </span>\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8","<span class=\"section-number\">7.3.4. </span>\u30ea\u30af\u30a8\u30b9\u30c8ID","<span class=\"section-number\">7.3.5. </span>\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8","<span class=\"section-number\">7.3.6. </span>\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","<span class=\"section-number\">7.3.7. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">cache_limit</span></code>","<span class=\"section-number\">7.3.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">check</span></code>","<span class=\"section-number\">7.3.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">clearlock</span></code>","<span class=\"section-number\">7.3.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_copy</span></code>","<span class=\"section-number\">7.3.11. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_create</span></code>","<span class=\"section-number\">7.3.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_list</span></code>","<span class=\"section-number\">7.3.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_remove</span></code>","<span class=\"section-number\">7.3.14. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">column_rename</span></code>","<span class=\"section-number\">7.3.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">config_delete</span></code>","<span class=\"section-number\">7.3.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">config_get</span></code>","<span class=\"section-number\">7.3.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">config_set</span></code>","<span class=\"section-number\">7.3.18. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">database_unmap</span></code>","<span class=\"section-number\">7.3.19. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">define_selector</span></code>","<span class=\"section-number\">7.3.20. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">defrag</span></code>","<span class=\"section-number\">7.3.21. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">delete</span></code>","<span class=\"section-number\">7.3.22. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">dump</span></code>","<span class=\"section-number\">7.3.23. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">index_column_diff</span></code>","<span class=\"section-number\">7.3.24. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">io_flush</span></code>","<span class=\"section-number\">7.3.25. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">load</span></code>","<span class=\"section-number\">7.3.26. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">lock_acquire</span></code>","<span class=\"section-number\">7.3.27. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">lock_clear</span></code>","<span class=\"section-number\">7.3.28. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">lock_release</span></code>","<span class=\"section-number\">7.3.29. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">log_level</span></code>","<span class=\"section-number\">7.3.30. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">log_put</span></code>","<span class=\"section-number\">7.3.31. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">log_reopen</span></code>","<span class=\"section-number\">7.3.32. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_count</span></code>","<span class=\"section-number\">7.3.33. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_parameters</span></code>","<span class=\"section-number\">7.3.34. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_range_filter</span></code>","<span class=\"section-number\">7.3.35. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_select</span></code>","<span class=\"section-number\">7.3.36. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_shard_list</span></code>","<span class=\"section-number\">7.3.37. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">logical_table_remove</span></code>","<span class=\"section-number\">7.3.38. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">normalize</span></code>","<span class=\"section-number\">7.3.39. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">normalizer_list</span></code>","<span class=\"section-number\">7.3.40. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_exist</span></code>","<span class=\"section-number\">7.3.41. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_inspect</span></code>","<span class=\"section-number\">7.3.42. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_list</span></code>","<span class=\"section-number\">7.3.43. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">object_remove</span></code>","<span class=\"section-number\">7.3.44. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">plugin_register</span></code>","<span class=\"section-number\">7.3.45. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">plugin_unregister</span></code>","<span class=\"section-number\">7.3.46. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">query_expand</span></code>","<span class=\"section-number\">7.3.47. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">quit</span></code>","<span class=\"section-number\">7.3.48. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">range_filter</span></code>","<span class=\"section-number\">7.3.49. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">reference_acquire</span></code>","<span class=\"section-number\">7.3.50. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">reference_release</span></code>","<span class=\"section-number\">7.3.51. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">register</span></code>","<span class=\"section-number\">7.3.52. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">reindex</span></code>","<span class=\"section-number\">7.3.53. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">request_cancel</span></code>","<span class=\"section-number\">7.3.54. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">ruby_eval</span></code>","<span class=\"section-number\">7.3.55. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">ruby_load</span></code>","<span class=\"section-number\">7.3.56. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">schema</span></code>","<span class=\"section-number\">7.3.57. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">select</span></code>","<span class=\"section-number\">7.3.58. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">shutdown</span></code>","<span class=\"section-number\">7.3.59. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">status</span></code>","<span class=\"section-number\">7.3.60. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">suggest</span></code>","<span class=\"section-number\">7.3.61. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_copy</span></code>","<span class=\"section-number\">7.3.62. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_create</span></code>","<span class=\"section-number\">7.3.63. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_list</span></code>","<span class=\"section-number\">7.3.64. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_remove</span></code>","<span class=\"section-number\">7.3.65. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_rename</span></code>","<span class=\"section-number\">7.3.66. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">table_tokenize</span></code>","<span class=\"section-number\">7.3.67. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">thread_limit</span></code>","<span class=\"section-number\">7.3.68. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">tokenize</span></code>","<span class=\"section-number\">7.3.69. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">tokenizer_list</span></code>","<span class=\"section-number\">7.3.70. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">truncate</span></code>","<span class=\"section-number\">7.18. </span>\u8a2d\u5b9a","<span class=\"section-number\">7.1. </span>\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","<span class=\"section-number\">7.1.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">grndb</span></code>","<span class=\"section-number\">7.1.2. </span>grnslap","<span class=\"section-number\">7.1.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">groonga</span></code> \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","<span class=\"section-number\">7.1.4. </span>groonga-benchmark","<span class=\"section-number\">7.1.5. </span>groonga-httpd","<span class=\"section-number\">7.1.6. </span>Groonga HTTP\u30b5\u30fc\u30d0\u30fc","<span class=\"section-number\">7.1.7. </span>groonga-suggest-create-dataset","<span class=\"section-number\">7.1.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">groonga-suggest-httpd</span></code>","<span class=\"section-number\">7.1.9. </span>groonga-suggest-learner","<span class=\"section-number\">7.15. </span>\u95a2\u6570","<span class=\"section-number\">7.15.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">between</span></code>","<span class=\"section-number\">7.15.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">cast_loose</span></code>","<span class=\"section-number\">7.15.3. </span>edit_distance","<span class=\"section-number\">7.15.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">fuzzy_search</span></code>","<span class=\"section-number\">7.15.5. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">geo_distance</span></code>","<span class=\"section-number\">7.15.6. </span>geo_in_circle","<span class=\"section-number\">7.15.7. </span>geo_in_rectangle","<span class=\"section-number\">7.15.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">highlight_full</span></code>","<span class=\"section-number\">7.15.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">highlight_html</span></code>","<span class=\"section-number\">7.15.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">html_untag</span></code>","<span class=\"section-number\">7.15.11. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">in_records</span></code>","<span class=\"section-number\">7.15.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">in_values</span></code>","<span class=\"section-number\">7.15.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">math_abs</span></code>","<span class=\"section-number\">7.15.14. </span>now","<span class=\"section-number\">7.15.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">number_classify</span></code>","<span class=\"section-number\">7.15.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">prefix_rk_search</span></code>","<span class=\"section-number\">7.15.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">query</span></code>","<span class=\"section-number\">7.15.18. </span>rand","<span class=\"section-number\">7.15.19. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">snippet_html</span></code>","<span class=\"section-number\">7.15.20. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">string_length</span></code>","<span class=\"section-number\">7.15.21. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">string_substring</span></code>","<span class=\"section-number\">7.15.22. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">sub_filter</span></code>","<span class=\"section-number\">7.15.23. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_day</span></code>","<span class=\"section-number\">7.15.24. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_day_of_week</span></code>","<span class=\"section-number\">7.15.25. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_hour</span></code>","<span class=\"section-number\">7.15.26. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_minute</span></code>","<span class=\"section-number\">7.15.27. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_month</span></code>","<span class=\"section-number\">7.15.28. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_second</span></code>","<span class=\"section-number\">7.15.29. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_week</span></code>","<span class=\"section-number\">7.15.30. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">time_classify_year</span></code>","<span class=\"section-number\">7.15.31. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_find</span></code>","<span class=\"section-number\">7.15.32. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_new</span></code>","<span class=\"section-number\">7.15.33. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_size</span></code>","<span class=\"section-number\">7.15.34. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">vector_slice</span></code>","<span class=\"section-number\">7.13. </span>grn_expr","<span class=\"section-number\">7.13.1. </span>\u30af\u30a8\u30ea\u30fc\u69cb\u6587","<span class=\"section-number\">7.13.2. </span>\u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","<span class=\"section-number\">7.21. </span>\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","<span class=\"section-number\">7.23. </span>\u30ed\u30b0","<span class=\"section-number\">7.7. </span>\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","<span class=\"section-number\">7.7.2.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">NormalizerAuto</span></code>","<span class=\"section-number\">7.7.2.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">NormalizerNFKC100</span></code>","<span class=\"section-number\">7.7.2.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">NormalizerNFKC51</span></code>","<span class=\"section-number\">7.17. </span>\u64cd\u4f5c\u65b9\u6cd5","<span class=\"section-number\">7.17.1. </span>\u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","<span class=\"section-number\">7.17.2. </span>\u524d\u65b9\u4e00\u81f4RK\u691c\u7d22","<span class=\"section-number\">7.2. </span>\u51fa\u529b","<span class=\"section-number\">7.10. </span>\u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","<span class=\"section-number\">7.10.1. </span>QueryExpanderTSV","<span class=\"section-number\">7.14. </span>\u6b63\u898f\u8868\u73fe","<span class=\"section-number\">7.11. </span>\u30b9\u30b3\u30a2\u30e9\u30fc","<span class=\"section-number\">7.11.3.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">scorer_tf_at_most</span></code>","<span class=\"section-number\">7.11.3.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">scorer_tf_idf</span></code>","<span class=\"section-number\">7.22. </span>\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0","<span class=\"section-number\">7.20. </span>\u30b5\u30b8\u30a7\u30b9\u30c8","<span class=\"section-number\">7.20.2. </span>\u88dc\u5b8c","<span class=\"section-number\">7.20.3. </span>\u88dc\u6b63","<span class=\"section-number\">7.20.1. </span>\u306f\u3058\u3081\u306b","<span class=\"section-number\">7.20.4. </span>\u63d0\u6848","<span class=\"section-number\">7.5. </span>\u30c6\u30fc\u30d6\u30eb","<span class=\"section-number\">7.9.1. </span>\u6982\u8981","<span class=\"section-number\">7.9. </span>\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc","<span class=\"section-number\">7.9.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterNFKC100</span></code>","<span class=\"section-number\">7.9.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterStem</span></code>","<span class=\"section-number\">7.9.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenFilterStopWord</span></code>","<span class=\"section-number\">7.8.1. </span>\u6982\u8981","<span class=\"section-number\">7.8. </span>\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc","<span class=\"section-number\">7.8.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigram</span></code>","<span class=\"section-number\">7.8.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlank</span></code>","<span class=\"section-number\">7.8.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbol</span></code>","<span class=\"section-number\">7.8.5. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code>","<span class=\"section-number\">7.8.6. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code>","<span class=\"section-number\">7.8.7. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbol</span></code>","<span class=\"section-number\">7.8.8. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbolAlpha</span></code>","<span class=\"section-number\">7.8.9. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenBigramSplitSymbolAlphaDigit</span></code>","<span class=\"section-number\">7.8.10. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenDelimit</span></code>","<span class=\"section-number\">7.8.11. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenDelimitNull</span></code>","<span class=\"section-number\">7.8.12. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenMecab</span></code>","<span class=\"section-number\">7.8.13. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenNgram</span></code>","<span class=\"section-number\">7.8.14. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenPattern</span></code>","<span class=\"section-number\">7.8.15. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenRegexp</span></code>","<span class=\"section-number\">7.8.16. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenTable</span></code>","<span class=\"section-number\">7.8.17. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenTrigram</span></code>","<span class=\"section-number\">7.8.18. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">TokenUnigram</span></code>","<span class=\"section-number\">7.24. </span>\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0","<span class=\"section-number\">7.4. </span>\u30c7\u30fc\u30bf\u578b","<span class=\"section-number\">7.16. </span>\u30a6\u30a3\u30f3\u30c9\u30a6\u95a2\u6570","<span class=\"section-number\">7.16.1. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">record_number</span></code>","<span class=\"section-number\">7.16.2. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">window_count</span></code>","<span class=\"section-number\">7.16.3. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">window_record_number</span></code>","<span class=\"section-number\">7.16.4. </span><code class=\"docutils literal notranslate\"><span class=\"pre\">window_sum</span></code>","<span class=\"section-number\">5. </span>\u30b5\u30fc\u30d0\u30fc","<span class=\"section-number\">5.3. </span>GQTP","<span class=\"section-number\">5.2. </span>HTTP","<span class=\"section-number\">5.2.1. </span>\u6bd4\u8f03","<span class=\"section-number\">5.2.2. </span>groonga","<span class=\"section-number\">5.2.3. </span>groonga-httpd","<span class=\"section-number\">5.4. </span>Memcached\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb","<span class=\"section-number\">5.1. </span>\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","<span class=\"section-number\">8. </span>\u4ed5\u69d8","<span class=\"section-number\">8.1. </span>GQTP","<span class=\"section-number\">8.2. </span>\u691c\u7d22","<span class=\"section-number\">10. </span>\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","<span class=\"section-number\">10.1. </span>\u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","<span class=\"section-number\">10.2. </span>\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u89e3\u6790\u65b9\u6cd5","<span class=\"section-number\">10.3. </span>mmap Cannot allocate memory\u30a8\u30e9\u30fc\u3092\u56de\u907f\u3059\u308b\u306b\u306f","<span class=\"section-number\">4. </span>\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","<span class=\"section-number\">4.3. </span>\u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","<span class=\"section-number\">4.5. </span>\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","<span class=\"section-number\">4.6. </span>\u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","<span class=\"section-number\">4.1. </span>\u57fa\u672c\u7684\u306a\u64cd\u4f5c","<span class=\"section-number\">4.9. </span>\u5168\u6587\u691c\u7d22\u7528\u306e\u8a9e\u5f59\u8868\u306e\u4f5c\u6210","<span class=\"section-number\">4.7. </span>match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","<span class=\"section-number\">4.10. </span>\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","<span class=\"section-number\">4.2. </span>\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","<span class=\"section-number\">4.8. </span>\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","<span class=\"section-number\">4.11. </span>\u30af\u30a8\u30ea\u62e1\u5f35","<span class=\"section-number\">4.4. </span>\u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6"],titleterms:{"()":11,"(geopoint":277,"(v":11,"-benchmark":157,"-clear":154,"-command":82,"-compose":26,"-create":160,"-dataset":160,"-default":29,"-document":18,"-encoding":29,"-escalation":29,"-examples":12,"-files":12,"-flags":154,"-force":154,"-gqtp":262,"-help":29,"-http":262,"-httpd":[158,161,162,260,262],"-latest":12,"-learner":[161,162],"-level":154,"-localstatedir":29,"-lock":154,"-log":[29,154],"-lz4":29,"-match":29,"-message":29,"-munin":29,"-pack":29,"-package":29,"-path":[29,154],"-platform":29,"-plugins":29,"-po":12,"-prefix":29,"-release":12,"-server":262,"-since":154,"-suggest":[160,161,162],"-target":154,"-threshold":29,"-truncate":154,"-version":82,"-with":29,"-zlib":29,".group":[113,115,116,138],".max":248,".maxfileperproc":248,".overcommit":248,".po":17,".po\u30d5\u30a1\u30a4\u30eb":17,".sort":[113,115,116,138],"/linux":[7,25],":*":123,":index":123,"=encoding":29,"=message":29,"=number":29,"=path":29,"=platform":29,"[$":[113,115,116,138],"\u3042\u3052\u308b":267,"\u3042\u308a":[199,200],"\u3042\u308b":277,"\u3044\u304f":10,"\u3044\u308b":[118,145,208],"\u3044\u308d\u3044\u308d":271,"\u3046\u307e\u304f":10,"\u304a\u304f":10,"\u304a\u3055\u3089\u3044":10,"\u304a\u6c17":277,"\u304a\u77e5\u3089":[34,35,36,37],"\u304b\u3089":[6,7,8,10,24,25,27,28,29,31,32,161,209],"\u304c\u3063":276,"\u3053\u3061\u3089":10,"\u3053\u3068":12,"\u3054\u3068":276,"\u3055\u307e\u3056\u307e\u306a":281,"\u3059\u308b":[5,6,7,8,10,12,14,19,80,86,92,112,118,158,162,219,220,222,267,269,272,276],"\u305d\u306e":[29,213],"\u305f\u3044":12,"\u305f\u3081":[10,11,116,138],"\u3060\u3051":[10,12,80],"\u3065\u3051":82,"\u3066\u308b":277,"\u3067\u304d":[118,145,249],"\u3067\u304d\u308b":[10,11],"\u3068\u3044\u3046":123,"\u3068\u3057\u3066":249,"\u3068\u308a":10,"\u306a\u3044":[10,118,145,249],"\u306a\u3057":[200,258],"\u306b\u3088\u308b":[272,276,279],"\u306b\u5bfe\u3059\u308b":276,"\u306b\u95a2\u3059\u308b":249,"\u306e\u306b":267,"\u306e\u307f":14,"\u306f\u3058\u3081":221,"\u3078\u3068":10,"\u307e\u305f":[7,276],"\u307e\u305f\u3050":276,"\u307e\u3068\u3081":12,"\u3084\u308a":10,"\u3084\u308b":12,"\u3088\u3046":[219,220,222],"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":258,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":258,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":12,"\u30a2\u30f3\u30ab\u30fc":213,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":12,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":9,"\u30a4\u30e1\u30fc\u30b8":26,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[6,7,8,14,17,18,23,212],"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":11,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[33,92,201,213,273,276],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[77,92,274],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":143,"\u30a4\u30f3\u30dd\u30fc\u30c8":12,"\u30a6\u30a3\u30f3\u30c9\u30a6":[113,115,116,138,250],"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":12,"\u30a8\u30a4\u30ea\u30a2\u30b9":47,"\u30a8\u30b9\u30b1\u30fc\u30d7":[199,213],"\u30a8\u30e9\u30fc":[83,269],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":268,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[123,211],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":200,"\u30aa\u30d7\u30b7\u30e7\u30f3":[155,156,157,160,162],"\u30ab\u30b9\u30b1\u30fc\u30c9":102,"\u30ab\u30d0\u30ec\u30c3\u30b8":14,"\u30ab\u30e9\u30e0":[33,76,78,91,92,113,115,116,122,138,145,168,272,274,276],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":276,"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":0,"\u30ad\u30e3\u30c3\u30b7\u30e5":[113,115,116,138,158],"\u30ad\u30fc\u30ef\u30fc\u30c9":[267,277],"\u30af\u30a8\u30ea":[0,11,280],"\u30af\u30a8\u30ea\u30fc":[158,199,211],"\u30af\u30a8\u30ea\u30fc\u30ad\u30e3\u30c3\u30b7\u30e5":158,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":202,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":1,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":156,"\u30af\u30e9\u30b9":213,"\u30b0\u30eb\u30fc\u30d7":[199,200,213],"\u30b1\u30fc\u30b9":[118,145],"\u30b3\u30de\u30f3\u30c9":[81,152,154,156,217,274,278],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[82,258],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":157,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[156,161,210],"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":2,"\u30b3\u30e1\u30f3\u30c8":277,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[3,15],"\u30b5\u30a4\u30ba":92,"\u30b5\u30b8\u30a7\u30b9\u30c8":[161,218],"\u30b5\u30f3\u30d7\u30eb":[155,157],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[199,200],"\u30b5\u30fc\u30d0":[0,264,278],"\u30b5\u30fc\u30d0\u30fc":[159,255,262],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":262,"\u30b5\u30fc\u30d0\u30fc\u30e2\u30fc\u30c9":156,"\u30b7\u30b9\u30c6\u30e0":[19,277],"\u30b7\u30d5\u30c8":200,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":217,"\u30b8\u30aa\u30b5\u30fc\u30c1":273,"\u30b9\u30ab\u30e9\u30fc\u30ab\u30e9\u30e0":[79,92],"\u30b9\u30af\u30ea\u30d7\u30c8":[12,200],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":157,"\u30b9\u30b3\u30a2\u30e9\u30fc":214,"\u30b9\u30b3\u30a2\u30fc":138,"\u30b9\u30bf\u30a4\u30eb":138,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30fc\u30f3\u30e2\u30fc\u30c9":156,"\u30b9\u30c8\u30ec\u30fc\u30b8":0,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":0,"\u30b9\u30e9\u30a4\u30b9":138,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":278,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc":200,"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":161,"\u30bd\u30b1\u30c3\u30c8\u30a8\u30e9\u30fc":268,"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":[6,7,8,18],"\u30bd\u30fc\u30b9":[24,25,27,28,29,31,32],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":12,"\u30bd\u30fc\u30c8":[272,281],"\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":86,"\u30bf\u30b0":273,"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":143,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":258,"\u30c1\u30a7\u30c3\u30af\u30a2\u30a6\u30c8":[6,7,8],"\u30c1\u30e3\u30c3\u30c8\u30eb\u30fc\u30e0":2,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":270,"\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0":248,"\u30c4\u30a4\u30fc\u30c8":10,"\u30c4\u30fc\u30eb":[29,158,278],"\u30c6\u30b9\u30c8":[12,14,115],"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":14,"\u30c6\u30fc\u30d6\u30eb":[33,91,92,118,122,143,145,162,180,223,249,271,274,276,277],"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":158,"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":12,"\u30c7\u30d0\u30c3\u30ac":14,"\u30c7\u30d5\u30a9\u30eb\u30c8":86,"\u30c7\u30fc\u30bf":[92,143,219,222,249,271,274,277],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[122,258,274],"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":158,"\u30c7\u30fc\u30e2\u30f3":264,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":156,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[157,266],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":0,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[230,267],"\u30c8\u30fc\u30af\u30f3\u30d5\u30a3\u30eb\u30bf\u30fc":225,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,15,22],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[116,138,272],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":203,"\u30ce\u30fc\u30de\u30eb\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":80,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":277,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":261,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":19,"\u30d0\u30fc\u30b8\u30e7\u30f3":[12,35,36,37,82],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":12,"\u30d1\u30c3\u30b1\u30fc\u30b8":12,"\u30d1\u30c3\u30c1":17,"\u30d1\u30c8\u30ea\u30b7\u30a2":279,"\u30d1\u30e9\u30e1\u30fc\u30bf":[82,276],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[116,138],"\u30d3\u30c3\u30c8":200,"\u30d3\u30eb\u30c9":[5,6,7,8,12,24,25,27,28,29,31,32],"\u30d5\u30a1\u30a4\u30eb":[11,12,17,18,153,156,212,248,258],"\u30d5\u30a9\u30ed\u30fc":277,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[138,202,212],"\u30d5\u30ec\u30fc\u30ba":[199,200],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":278,"\u30d6\u30ed\u30b0":12,"\u30d7\u30ea\u30c6\u30a3\u30fc\u30d7\u30ea\u30f3\u30c8":84,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":258,"\u30d7\u30ed\u30bb\u30b9":248,"\u30d7\u30ed\u30bb\u30b9\u30ed\u30b0":202,"\u30d7\u30ed\u30c8\u30b3\u30eb":264,"\u30d7\u30ed\u30d1\u30c6\u30a3":123,"\u30d8\u30c3\u30c0\u30fc":264,"\u30d9\u30af\u30bf\u30fc":249,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[80,92,271],"\u30da\u30fc\u30b8\u30f3\u30b0":138,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":277,"\u30de\u30c3\u30c1":200,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":199,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":92,"\u30e1\u30e2\u30ea":248,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[2,19],"\u30e2\u30b8\u30e5\u30fc\u30eb":158,"\u30e6\u30fc\u30b6\u30fc":[10,161,277],"\u30e6\u30fc\u30b6\u30fcid":277,"\u30e9\u30a4\u30d6\u30e9\u30ea":[0,29],"\u30ea\u30af\u30a8\u30b9\u30c8":[85,86],"\u30ea\u30af\u30a8\u30b9\u30c8\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8":86,"\u30ea\u30af\u30a8\u30b9\u30c8id":85,"\u30ea\u30bd\u30fc\u30b9":[118,145],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[86,87],"\u30ea\u30c6\u30e9\u30eb":200,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":158,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":[49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":46,"\u30ea\u30dd\u30b8\u30c8\u30ea":[13,17],"\u30ea\u30dd\u30b8\u30c8\u30ea\u30fc":[5,6,7,8],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":278,"\u30ea\u30ea\u30fc\u30b9":[12,34,35,36,37,38,39,40,41,42,43,44],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":12,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":12,"\u30eb\u30fc\u30eb":217,"\u30ec\u30b3\u30fc\u30c9":[92,138,274],"\u30ec\u30b3\u30fc\u30c9id":223,"\u30ed\u30b0":202,"\u30ed\u30b0\u30ed\u30fc\u30c6\u30fc\u30c8":112,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":0,"\u30ed\u30fc\u30c9":[80,274,277],"\u30ed\u30fc\u30de":209,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":14,"\u4e00\u6642":223,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":223,"\u4e00\u7dd2":[118,145],"\u4e00\u81f4":[199,200,219,265,279],"\u4e00\u81f4rk":[209,219],"\u4e00\u89a7":[87,152,154,203,211,217,277],"\u4e00\u90e8":118,"\u4e0a\u9650":33,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":14,"\u4e0d\u7b49\u4fa1":[199,200],"\u4e26\u3079":274,"\u4e3b\u30ad\u30fc":[249,279],"\u4e57\u7b97":200,"\u4e8b\u9805":[33,157,249],"\u4ed5\u65b9":17,"\u4ed5\u69d8":263,"\u4ed8\u304d":[18,200,273],"\u4ed8\u4e0e":276,"\u4ee3\u5165":200,"\u4ee3\u5165\u5f0f":199,"\u4ee5\u4e0a":[199,200],"\u4ee5\u4e0b":199,"\u4ee5\u4e0b\u6f14":200,"\u4f4d\u7f6e":[0,82,168,208,277,281],"\u4f5c\u308a\u65b9":80,"\u4f5c\u308b":6,"\u4f5c\u6210":[12,92,143,274,275,277],"\u4f5c\u696d":12,"\u4f7f\u3044":265,"\u4f7f\u3044\u65b9":[47,77,79,80,84,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,154,156,157,158,159,161,162,164,165,167,168,171,172,173,174,175,176,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,201,204,205,206,209,210,212,213,214,215,216,219,220,222,226,227,228,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,251,252,253,254],"\u4f7f\u3046":[158,161,168],"\u4f7f\u3063":[6,7,8],"\u4f7f\u7528":248,"\u4f8b\u3048":10,"\u4f9d\u5b58":29,"\u4fdd\u5b58":[143,271],"\u4fee\u6b63":[34,35,36,37,38,40,41,42,43,44,45],"\u5165\u308a":277,"\u5165\u529b":161,"\u5165\u6f14":200,"\u5168\u4f53":49,"\u5168\u6587":[0,267,274,276,281],"\u5168\u6587\u691c":[92,274,275],"\u5168\u6587\u691c\u7d22":199,"\u516c\u958b":12,"\u5171\u6709":0,"\u5171\u8d77":[219,220,222],"\u5171\u901a":123,"\u518d\u8d77\u52d5":262,"\u51fa\u529b":[17,83,115,116,138,210,274],"\u5206\u3051":265,"\u5229\u7528":[118,145,158,281],"\u5236\u5fa1":200,"\u5236\u9650":[33,80,157,212,223,249,272],"\u524a\u6e1b":[118,145],"\u524a\u9664":[102,118,145],"\u524d\u63d0":12,"\u524d\u65b9":[199,200,209,219,279],"\u5270\u4f59":200,"\u5272\u308a":85,"\u52a0\u7b97":200,"\u52d5\u4f5c":[12,14,219,220,222],"\u52d5\u7684":[113,115,116,138,201],"\u5354\u529b":10,"\u5358\u8a9e":200,"\u5373\u6642":0,"\u539f\u56e0":267,"\u53c2\u7167":[0,92,145,264,271,273],"\u53c2\u7167\u578b":80,"\u53c2\u8003":[6,7,8,47,83,85,86,87,88,90,92,93,96,97,98,100,102,106,107,109,110,111,112,117,119,120,123,125,126,127,129,132,134,135,136,137,138,141,143,147,149,150,159,160,161,165,171,172,179,180,182,185,198,203,204,205,209,212,215,216,223,224,239,241,242,243,245],"\u53d6\u308a\u6d88\u3057":12,"\u53d6\u5f97":[12,26,274],"\u53e4\u3044":34,"\u53ef\u80fd":[0,91,92,96,97,98,99,103,105,106,113,114,115,116,117,118,119,121,122,123,124,127,130,131,137,139,140,142,143,145,147,148,149,158,161,164,168,172,174,180,194,205,215,216,226,227,228,239,241,242],"\u5404\u7a2e":12,"\u540c\u3058":267,"\u540d\u524d":[78,155,157,160,166,169,170,177,181,249],"\u5411\u3051":[4,12],"\u5426\u5b9a":[199,200],"\u547c\u3073\u51fa\u3057":200,"\u547d\u4ee4":157,"\u548c\u4ee3":200,"\u548c\u6f14":200,"\u56de\u907f":269,"\u56fa\u6709":123,"\u56fd\u969b\u5316":17,"\u5727\u7e2e":258,"\u57fa\u672c":[118,145,200,274],"\u5831\u544a":19,"\u5834\u5408":[12,26,83,276],"\u5834\u6240":[10,212],"\u58ca\u308c":118,"\u5909\u63db":209,"\u5909\u66f4":[36,91,258,267],"\u5909\u66f4\u70b9":12,"\u5927\u304d\u306a":[92,143],"\u5927\u306a\u308a":[199,200],"\u5b66\u7fd2":[161,219,220,221,222],"\u5b8c\u5168":265,"\u5b9f\u4f8b":11,"\u5b9f\u65bd":112,"\u5b9f\u73fe":11,"\u5b9f\u884c":[6,7,8,11,12,14,18,153,156,157,158],"\u5b9f\u9a13":38,"\u5bc6\u9375":12,"\u5bfe\u5fdc":[10,208,258],"\u5bfe\u7b56":[267,269],"\u5bfe\u8c61":[92,145],"\u5c0e\u5165":18,"\u5c0f\u3055":92,"\u5c0f\u306a\u308a":[199,200],"\u5c0f\u6570":200,"\u5c55\u958b":211,"\u5dee\u6f14":200,"\u5ea7\u6a19\u5024":200,"\u5f15\u6570":[88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,127,128,130,131,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,151,155,156,157,161,162,164,166,168,169,170,171,172,173,174,175,176,179,180,181,185,186,194,195,196,205,215,216,226,227,228,239,241,242,248],"\u5f53\u3066\u308b":85,"\u5f62\u5f0f":83,"\u5f8c\u65b9":[199,200,279],"\u5fc5\u8981":[6,7,8,18,173],"\u5fc5\u9808":[91,92,93,95,96,97,98,99,105,106,113,114,115,116,117,118,119,121,122,123,124,127,130,131,134,137,138,139,140,142,143,145,146,147,148,149,151,161,164,168,172,174,180,186,194,215,216],"\u6027\u80fd":[158,258],"\u60c5\u5831":[0,4,10,14,208,277,281],"\u611f\u8b1d":[34,35,36,37,38,39,40,41,42,43,44],"\u6210\u529f":83,"\u6210\u679c":17,"\u623b\u308a\u5024":[88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,161,164,165,167,168,171,172,173,174,175,176,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,215,216,251,252,253,254],"\u624b\u9806":12,"\u6271\u3048\u308b":92,"\u6295\u7a3f":277,"\u62bd\u51fa":[200,222],"\u62e1\u5f35":280,"\u6307\u5b9a":[82,161,168,199,249,274,276],"\u6307\u91dd":10,"\u6319\u52d5":265,"\u6392\u4ed6":200,"\u63a5\u7d9a":264,"\u63d0\u4f9b":10,"\u63d0\u6848":[221,222],"\u64cd\u4f5c":[207,274],"\u64ec\u4f3c":78,"\u6539\u826f":[34,35,36,37,38,39,40,41,42,43,44,45],"\u6570\u5024":271,"\u6574\u6570":200,"\u6587\u5b57":213,"\u6587\u5b57\u5217":[200,271],"\u6587\u66f8":[199,200,220],"\u6587\u6cd5":281,"\u65b0\u3057\u3044":17,"\u65b9\u6cd5":[3,5,6,7,8,12,14,15,17,47,80,82,85,86,91,201,207,219,220,222,267,268,269],"\u65e5\u6642":271,"\u660e\u793a\u7684":168,"\u6642\u9593":[200,277],"\u66f4\u65b0":[0,12,17,18,219],"\u66f8\u304d":265,"\u66f8\u5f0f":[155,157,162,166,169,170,177,181,274],"\u66ff\u3048":274,"\u6700\u521d":12,"\u6700\u5927":248,"\u6709\u52b9":86,"\u6761\u4ef6":[12,138,173,199,281],"\u6761\u4ef6\u5f0f":199,"\u683c\u7d0d":249,"\u691c\u51fa":14,"\u691c\u7d22":[0,80,113,115,116,138,143,199,200,208,209,219,220,222,265,267,273,274,276,277,279,280,281],"\u691c\u7d22\u4f8b":11,"\u6982\u8981":[0,47,49,50,51,52,53,54,55,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,77,79,80,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,156,158,159,161,162,164,165,167,168,171,172,173,174,175,176,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,203,204,205,206,209,212,213,214,215,216,217,223,224,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,251,252,253,254],"\u69cb\u6587":[88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,154,156,158,159,161,164,165,167,168,171,172,173,174,175,176,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,199,200,204,205,206,213,215,216,226,227,228,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,251,252,253,254],"\u69cb\u7bc9":[14,201],"\u69d8\u3005":14,"\u6a5f\u80fd":208,"\u6b63\u898f":[199,200,213],"\u6bce\u56de":12,"\u6bd4\u8f03":[200,258],"\u6c38\u7d9a":223,"\u6d41\u308c":17,"\u6d6e\u52d5":200,"\u6e1b\u7b97":200,"\u6e96\u5099":[12,280],"\u6f14\u7b97\u5b50":200,"\u70b9\u6570":200,"\u7279\u5b9a":14,"\u7279\u5fb4":[0,223],"\u7279\u6709":158,"\u7279\u6b8a":157,"\u72ec\u81ea":200,"\u7406\u7531":10,"\u74b0\u5883":[12,14],"\u751f\u6210":[12,17,18],"\u7528\u3044":281,"\u7528\u3044\u308b":26,"\u7528\u79d8":12,"\u7528\u8a9e\u96c6":217,"\u7570\u306a\u308b":267,"\u767b\u9332":[12,19],"\u7701\u7565":[91,92,96,97,98,99,103,105,106,113,114,115,116,117,118,119,121,122,123,124,127,130,131,137,139,140,142,143,145,147,148,149,161,164,168,172,174,180,194,205,215,216,226,227,228,239,241,242],"\u771f\u507d\u5024":[200,271],"\u77e5\u308a":12,"\u78ba\u8a8d":[12,17],"\u7a2e\u985e":[92,123,271],"\u7a4d\u4ee3":200,"\u7a4d\u6f14":200,"\u7b26\u53f7":200,"\u7b49\u4fa1":[199,200],"\u7b97\u5b50":200,"\u7b97\u8853":200,"\u7ba1\u7406":[158,278],"\u7bc4\u56f2":[143,274],"\u7c21\u5358":[115,116,138,205,226,239,241,242],"\u7d22\u5f15":0,"\u7d22\u7528":[92,274,275],"\u7d42\u4e86":[158,262,264],"\u7d44\u307f\u8fbc\u307f":[156,203,214],"\u7d44\u8fbc\u578b":249,"\u7d4c\u5ea6":0,"\u7d4c\u7def\u5ea6":271,"\u7d50\u5408\u5f0f":199,"\u7d50\u679c":[157,161,267,272,274],"\u7d5e\u8fbc":281,"\u7de8\u96c6":17,"\u7def\u5ea6":0,"\u7f6e\u63db":180,"\u7f72\u540d":12,"\u7ffb\u8a33":[12,17],"\u884c\u3046":12,"\u8868\u73fe":[11,199,200,213],"\u8868\u793a":274,"\u88dc\u5b8c":[219,221],"\u88dc\u6b63":[220,221],"\u8907\u6570":[258,272,276],"\u89e3\u6790":[14,268],"\u89e3\u6c7a":47,"\u8a00\u8a9e":17,"\u8a2d\u5b9a":[12,21,49,86,91,152,158,258],"\u8a8d\u8a3c":258,"\u8a98\u5c0e":10,"\u8a9e\u5f59":[274,275],"\u8a9e\u5f59\u8868":143,"\u8aac\u660e":[78,155,157,166,169,170,177,181,249],"\u8aad\u307f":[209,219],"\u8ab2\u984c":19,"\u8ad6\u7406":[118,199,200],"\u8ad6\u7406\u548c":199,"\u8ad6\u7406\u7a4d":199,"\u8d77\u52d5":[161,262,264,278],"\u8ee2\u7f6e":0,"\u8fd1\u508d":[199,200],"\u8fd4\u5024":[166,169,170,177,181],"\u8ffd\u52a0":[17,203],"\u8ffd\u8de1":19,"\u9001\u308a\u65b9":[17,19],"\u9001\u4fe1":278,"\u9006\u5f15\u304d":273,"\u901a\u4fe1":9,"\u9032\u3081":10,"\u904e\u53bb":10,"\u9055\u3044":116,"\u9069\u7528":80,"\u9078\u629e":213,"\u90e8\u5206":265,"\u914d\u5217":200,"\u91cd\u307f":[80,276],"\u91cd\u307f\u4ed8\u304d":[80,92],"\u91cf\u6307\u5b9a\u5b50":213,"\u958b\u3051\u308b":248,"\u958b\u767a":[4,10,20],"\u95a2\u4fc2":[29,113,115,116,138,273],"\u95a2\u4fc2\u5f0f":11,"\u95a2\u6570":[14,113,115,116,138,163,200,250],"\u95a2\u9023":[15,113,115,116,118,138,158,162,276],"\u95be\u5024":267,"\u9650\u308a":118,"\u9664\u7b97":200,"\u96c6\u8a08":0,"\u9759\u7684":[14,201],"\u975e\u308f\u304b\u3061":265,"\u985e\u4f3c":[199,200,220],"\u9ad8\u5ea6":[116,138,205,226,239,241,242],"\uff08personal":31,"_*":70,"cpu\u30b3\u30a2":258,"default":[82,143,180],"delete":102,"float":249,"in":[45,174,175],"int":249,"new":[95,146],"nginx\u30ed\u30b0":158,"null":200,"package":31,"}]":[113,115,116,138],_abs:176,_acquire:[107,130],_alphabet:242,_and:[205,226],_api:11,_array:122,_at:215,_auto:158,_base:158,_blank:242,_border:[113,115,116,118,164],_bu:[205,226],_buffer:122,_cache:[50,158],_calc:[116,138],_cancel:134,_case:[205,226],_chunk:122,_chunks:122,_circle:169,_class:241,_classify:[178,186,187,188,189,190,191,192,193],_clear:108,_column:[51,104,122,147,174],_columns:[115,116,138,180,276],_command:52,_compress:122,_content:53,_copy:[91,142],_count:[113,130,248,252],_create:[92,143,158],_ctx:54,_cursor:[61,69],_dat:223,_data:72,_database:158,_day:[186,187],_db:55,_delete:96,_diff:104,_digit:242,_distance:[166,168],_dot:[205,226],_encoding:56,_equal:11,_errors:106,_escalation:[64,116,138],_escape:171,_eval:135,_exist:121,_expand:127,_expander:[116,138,180],_expansion:138,_expr:[11,57,198],_filter:[113,115,116,129,137,138,185],_filters:[123,137,143,149],_find:194,_flags:[116,138],_flush:105,_form:241,_full:[122,171],_garbage:122,_geo:58,_get:97,_hash:[103,223],_hook:59,_hour:188,_html:[171,172,182],_hyphen:[205,226],_id:[104,122],_idf:216,_ids:106,_ii:60,_in:[122,169,170],_index:[61,114,115],_indexes:103,_info:62,_inspect:[63,122],_install:29,_kana:[205,226],_katakana:[205,226],_key:[113,115,116,118,122,223],_keys:[113,115,116,138],_length:183,_level:[110,158],_limit:[88,116,138,148,158],_list:[93,117,120,123,144,150],_load:136,_location:242,_log:158,_loose:165,_map:248,_mark:[205,226],_match:64,_max:122,_memory:248,_method:122,_middle:[205,226],_minute:189,_mode:180,_month:190,_most:215,_n:[122,161],_name:[91,95,105,107,108,109,122,130,131,133,142,146,151,171,174],_new:195,_next:122,_no:223,_not:[96,98,107,109],_number:[251,253],_obj:65,_of:[122,187],_offset:[116,138],_opened:105,_or:[96,98,107,109,164],_output:[116,138],_pack:29,_parameters:114,_pat:223,_path:[158,161,162],_physical:122,_plugins:103,_position:122,_prefix:29,_proc:66,_processes:158,_prolonged:[205,226],_put:111,_query:158,_range:115,_raw:122,_reading:241,_record:253,_records:[103,122,174],_rectangle:170,_register:125,_release:[109,130,131],_remove:[94,118,124,145],_rename:[95,146],_reopen:112,_rk:179,_romaji:[205,226],_schema:103,_search:[67,167,179],_second:191,_section:122,_segment:122,_segments:122,_select:[11,116],_selector:100,_set:98,_shard:117,_size:[122,196],_slice:197,_sort:[116,138],_sortby:[116,138],_sound:[205,226],_sounds:[205,226],_source:[122,242],_statistics:122,_string:[180,185],_substring:184,_sum:254,_symbol:242,_table:[11,68,69,91,103,106,113,115,116,117,118,122,138,174],_tagn:171,_target:[116,138],_tf:[215,216],_thread:70,_threshold:[116,138],_to:[205,226],_tokenize:147,_tokenizer:143,_total:122,_type:[53,71,106,122,123,143,168,264],_types:[116,138],_unmanaged:122,_unmap:99,_unregister:126,_untag:173,_use:122,_user:72,_v:[205,226],_value:[104,122,164,175],_values:[116,138,175],_version:[52,82],_voiced:[205,226],_week:[187,192],_weight:122,_year:193,access:158,adjuster:138,algorithm:227,allocate:269,api:[16,48],approximate:168,archive:31,arg:11,auto:130,autotools:6,between:164,bigram:277,blogroonga:12,body:83,bool:249,buster:25,cache:[88,113,115,116,138],calc:116,callback:11,candidate:161,cannot:269,cast:[75,165],centos:24,changes:45,check:[89,154],ci:21,clang:14,clearlock:90,clone:17,close:171,cmake:[7,8],column:[91,92,93,94,95,122,123,137,164,171,179,186,215,216],columns:[106,113,115,116,138,228],command:[82,137],comments:277,condition:174,config:[96,97,98],configure:[6,12,18,29],contain:11,cutter:[12,14],data:[122,162],database:[99,122,161,162],db:11,debian:[12,25],define:100,defrag:101,delimiter:239,dependent:[118,145],desctipion:160,docker:26,domain:272,drilldown:[116,138],drilldowns:[116,138],dump:103,each:106,edit:166,ellipsoid:168,enable:18,equal:11,exit:160,facebook:[2,12],fedora:27,files:[160,162],filter:[113,115,116,138,185],flags:[92,113,115,116,119,123,138,143,147,149,180,264],force:[118,124],freebsd:248,from:[91,142,162],fuzzy:167,geo:[168,169,170],geoindex:277,geopoint:[249,277],get:161,gnu:[6,7,25],gqtp:[9,256,262,264],greater:11,grn:[11,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,198],grndb:154,grnslap:155,grntest:12,groonga:[0,3,4,5,6,7,8,9,11,12,17,22,45,156,157,158,159,160,161,162,259,260,262],gzip:258,hashtags:277,hat:12,header:[83,96,97,98,107,109,123,137],highlight:[171,172],homebrew:[12,28],how:256,html:[17,18,173],http:[159,210,257,262,278],https:258,id:[85,134],ifexists:106,include:241,index:[104,122,137,147,215,216],input:106,install:29,io:105,javascript:281,json:83,kern:248,key:[96,97,98,143],keys:[116,138],keywordn:171,label:[116,138],lcov:14,learning:162,less:11,libmemcached:14,limit:[115,116,138],linux:248,load:[106,116,138],location:168,lock:[106,107,108,109],log:[110,111,112,162],logical:[113,114,115,116,117,118],longtext:249,loose:242,mac:28,macports:28,make:[6,7,12,29],match:[116,138,180,276],math:176,max:[88,113,115,116,118,148,164],memcached:261,memory:269,messagepack:83,min:[113,115,116,118,164],mmap:269,mode:[11,139,147,149,174,194],mroonga:0,name:[92,95,113,115,116,121,122,124,138,143,145,146],near:11,news:[38,39,40,41,42,43,44,45],nginx:158,nofile:248,normalize:119,normalizer:[119,120,137,143,149,171],normalizerauto:204,normalizernfkc:[205,206],normalizers:137,not:11,now:177,number:178,object:[121,122,123,124],objects:123,offset:[115,116,138],only:105,open:171,oracle:30,order:115,os:28,output:[106,115,116,138],path:[92,136,143],pattern:239,period:45,plugin:[74,125,126,137],plugins:137,po:12,point:168,position:104,post:[113,115,116,158,258],ppa:[12,31],prefix:[11,179],proc:123,protocol:264,proxy:158,pull:17,query:[116,127,138,179,180,264],queryexpandertsv:212,quit:128,rand:181,range:[114,123,129],record:[104,251],recover:154,rectangle:168,recursive:[105,130,131],red:12,redmine:10,reference:[130,131],register:132,reindex:133,remove:242,report:242,request:[17,134],ruby:[135,136],run:256,schema:137,scope:185,score:161,scorer:[116,138,215,216,281],script:135,select:[116,138],senna:45,shard:[113,115,116,118],shorttext:249,shutdown:139,similar:11,size:264,slices:138,snippet:182,solaris:30,sort:[103,115,116,138],sortby:[116,138],source:[92,137],sources:123,sphere:168,sphinx:17,stage:[113,115,116,138],status:[140,160,264],string:[119,147,149,183,184],sub:185,succeeded:[96,98,107,109],suffix:11,suggest:141,summary:256,synopstis:160,table:[92,93,95,104,106,122,123,137,138,142,143,144,145,146,147,223],tables:[103,137],target:[105,107,108,109,130,131,133,151,175,176,196,241],text:[172,249],thread:148,time:[186,187,188,189,190,191,192,193,249],to:[91,142,256],todo:182,token:[104,123,137,143,149],tokenbigram:231,tokenbigramignoreblank:232,tokenbigramignoreblanksplitsymbol:233,tokenbigramignoreblanksplitsymbolalpha:234,tokenbigramignoreblanksplitsymbolalphadigit:235,tokenbigramsplitsymbol:236,tokenbigramsplitsymbolalpha:237,tokenbigramsplitsymbolalphadigit:238,tokendelimit:239,tokendelimitnull:240,tokenfilternfkc:226,tokenfilterstem:227,tokenfilterstopword:228,tokenize:149,tokenizer:[137,149,150],tokenizers:137,tokenmecab:241,tokenngram:242,tokenpattern:243,tokenregexp:244,tokentable:245,tokentrigram:246,tokenunigram:247,tokyogeopoint:249,travis:21,truncate:151,tsv:[83,212],twitter:[2,10,12],type:[92,113,115,116,122,123,137,138,161],types:137,ubuntu:[12,31],uint:249,unify:[205,226,242],unix:7,update:12,use:[115,171,241],users:277,value:[97,98,113,115,116,138,143,174,175,194],values:106,vector:[194,195,196,197],vm:248,wgs:249,window:[113,115,116,138,252,253,254],windows:[8,12,32],worker:158,xml:83,zip:32}})
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.3. GQTP &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>5.3. GQTP &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U"><span class="section-number">5. </span>サーバー</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.3. </span>GQTP</a></li>
5757 </ul>
151151 <li class="right" >
152152 <a href="http/groonga-httpd.html" title="5.2.3. groonga-httpd"
153153 >前へ</a> |</li>
154 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
154 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
155155 <li class="nav-item nav-item-1"><a href="../server.html" ><span class="section-number">5. </span>サーバー</a> &#187;</li>
156156 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.3. </span>GQTP</a></li>
157157 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.2.1. 比較 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>5.2.1. 比較 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../http.html" title="5.2. HTTP"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../server.html" ><span class="section-number">5. </span>サーバー</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../http.html" accesskey="U"><span class="section-number">5.2. </span>HTTP</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2.1. </span>比較</a></li>
385385 <li class="right" >
386386 <a href="../http.html" title="5.2. HTTP"
387387 >前へ</a> |</li>
388 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
388 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
389389 <li class="nav-item nav-item-1"><a href="../../server.html" ><span class="section-number">5. </span>サーバー</a> &#187;</li>
390390 <li class="nav-item nav-item-2"><a href="../http.html" ><span class="section-number">5.2. </span>HTTP</a> &#187;</li>
391391 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2.1. </span>比較</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.2.3. groonga-httpd &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>5.2.3. groonga-httpd &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="groonga.html" title="5.2.2. groonga"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../server.html" ><span class="section-number">5. </span>サーバー</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../http.html" accesskey="U"><span class="section-number">5.2. </span>HTTP</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2.3. </span>groonga-httpd</a></li>
107107 <li class="right" >
108108 <a href="groonga.html" title="5.2.2. groonga"
109109 >前へ</a> |</li>
110 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
110 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
111111 <li class="nav-item nav-item-1"><a href="../../server.html" ><span class="section-number">5. </span>サーバー</a> &#187;</li>
112112 <li class="nav-item nav-item-2"><a href="../http.html" ><span class="section-number">5.2. </span>HTTP</a> &#187;</li>
113113 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2.3. </span>groonga-httpd</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.2.2. groonga &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>5.2.2. groonga &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="comparison.html" title="5.2.1. 比較"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../../server.html" ><span class="section-number">5. </span>サーバー</a> &#187;</li>
5656 <li class="nav-item nav-item-2"><a href="../http.html" accesskey="U"><span class="section-number">5.2. </span>HTTP</a> &#187;</li>
5757 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2.2. </span>groonga</a></li>
107107 <li class="right" >
108108 <a href="comparison.html" title="5.2.1. 比較"
109109 >前へ</a> |</li>
110 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
110 <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
111111 <li class="nav-item nav-item-1"><a href="../../server.html" ><span class="section-number">5. </span>サーバー</a> &#187;</li>
112112 <li class="nav-item nav-item-2"><a href="../http.html" ><span class="section-number">5.2. </span>HTTP</a> &#187;</li>
113113 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2.2. </span>groonga</a></li>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.2. HTTP &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>5.2. HTTP &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="package.html" title="5.1. サーバーパッケージ"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U"><span class="section-number">5. </span>サーバー</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2. </span>HTTP</a></li>
5757 </ul>
133133 <li class="right" >
134134 <a href="package.html" title="5.1. サーバーパッケージ"
135135 >前へ</a> |</li>
136 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
136 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
137137 <li class="nav-item nav-item-1"><a href="../server.html" ><span class="section-number">5. </span>サーバー</a> &#187;</li>
138138 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.2. </span>HTTP</a></li>
139139 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.4. Memcachedバイナリプロトコル &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>5.4. Memcachedバイナリプロトコル &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="gqtp.html" title="5.3. GQTP"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U"><span class="section-number">5. </span>サーバー</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.4. </span>Memcachedバイナリプロトコル</a></li>
5757 </ul>
112112 <li class="right" >
113113 <a href="gqtp.html" title="5.3. GQTP"
114114 >前へ</a> |</li>
115 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
115 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
116116 <li class="nav-item nav-item-1"><a href="../server.html" ><span class="section-number">5. </span>サーバー</a> &#187;</li>
117117 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.4. </span>Memcachedバイナリプロトコル</a></li>
118118 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5.1. サーバーパッケージ &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>5.1. サーバーパッケージ &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../server.html" title="5. サーバー"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../server.html" accesskey="U"><span class="section-number">5. </span>サーバー</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.1. </span>サーバーパッケージ</a></li>
5757 </ul>
360360 <li class="right" >
361361 <a href="../server.html" title="5. サーバー"
362362 >前へ</a> |</li>
363 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
363 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
364364 <li class="nav-item nav-item-1"><a href="../server.html" ><span class="section-number">5. </span>サーバー</a> &#187;</li>
365365 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5.1. </span>サーバーパッケージ</a></li>
366366 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>5. サーバー &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>5. サーバー &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="tutorial/query_expansion.html" title="4.11. クエリ拡張"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5. </span>サーバー</a></li>
5656 </ul>
5757 </div>
126126 <li class="right" >
127127 <a href="tutorial/query_expansion.html" title="4.11. クエリ拡張"
128128 >前へ</a> |</li>
129 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
129 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
130130 <li class="nav-item nav-item-this"><a href=""><span class="section-number">5. </span>サーバー</a></li>
131131 </ul>
132132 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>8.1. GQTP &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>8.1. GQTP &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../spec.html" title="8. 仕様"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../spec.html" accesskey="U"><span class="section-number">8. </span>仕様</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">8.1. </span>GQTP</a></li>
5757 </ul>
460460 <li class="right" >
461461 <a href="../spec.html" title="8. 仕様"
462462 >前へ</a> |</li>
463 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
463 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
464464 <li class="nav-item nav-item-1"><a href="../spec.html" ><span class="section-number">8. </span>仕様</a> &#187;</li>
465465 <li class="nav-item nav-item-this"><a href=""><span class="section-number">8.1. </span>GQTP</a></li>
466466 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>8.2. 検索 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>8.2. 検索 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="gqtp.html" title="8.1. GQTP"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../spec.html" accesskey="U"><span class="section-number">8. </span>仕様</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">8.2. </span>検索</a></li>
5757 </ul>
204204 <li class="right" >
205205 <a href="gqtp.html" title="8.1. GQTP"
206206 >前へ</a> |</li>
207 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
207 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
208208 <li class="nav-item nav-item-1"><a href="../spec.html" ><span class="section-number">8. </span>仕様</a> &#187;</li>
209209 <li class="nav-item nav-item-this"><a href=""><span class="section-number">8.2. </span>検索</a></li>
210210 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>8. 仕様 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>8. 仕様 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="reference/api/grn_user_data.html" title="7.25.26. grn_user_data"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">8. </span>仕様</a></li>
5656 </ul>
5757 </div>
110110 <li class="right" >
111111 <a href="reference/api/grn_user_data.html" title="7.25.26. grn_user_data"
112112 >前へ</a> |</li>
113 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
113 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
114114 <li class="nav-item nav-item-this"><a href=""><span class="section-number">8. </span>仕様</a></li>
115115 </ul>
116116 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>10.1. 同じ検索キーワードなのに全文検索結果が異なる &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>10.1. 同じ検索キーワードなのに全文検索結果が異なる &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../troubleshooting.html" title="10. トラブルシューティング"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../troubleshooting.html" accesskey="U"><span class="section-number">10. </span>トラブルシューティング</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10.1. </span>同じ検索キーワードなのに全文検索結果が異なる</a></li>
5757 </ul>
230230 <li class="right" >
231231 <a href="../troubleshooting.html" title="10. トラブルシューティング"
232232 >前へ</a> |</li>
233 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
233 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
234234 <li class="nav-item nav-item-1"><a href="../troubleshooting.html" ><span class="section-number">10. </span>トラブルシューティング</a> &#187;</li>
235235 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10.1. </span>同じ検索キーワードなのに全文検索結果が異なる</a></li>
236236 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>10.2. エラーメッセージの解析方法 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>10.2. エラーメッセージの解析方法 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="different_results_with_the_same_keyword.html" title="10.1. 同じ検索キーワードなのに全文検索結果が異なる"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../troubleshooting.html" accesskey="U"><span class="section-number">10. </span>トラブルシューティング</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10.2. </span>エラーメッセージの解析方法</a></li>
5757 </ul>
169169 <li class="right" >
170170 <a href="different_results_with_the_same_keyword.html" title="10.1. 同じ検索キーワードなのに全文検索結果が異なる"
171171 >前へ</a> |</li>
172 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
172 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
173173 <li class="nav-item nav-item-1"><a href="../troubleshooting.html" ><span class="section-number">10. </span>トラブルシューティング</a> &#187;</li>
174174 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10.2. </span>エラーメッセージの解析方法</a></li>
175175 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>10.3. mmap Cannot allocate memoryエラーを回避するには &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>10.3. mmap Cannot allocate memoryエラーを回避するには &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="how_to_analyze_error_message.html" title="10.2. エラーメッセージの解析方法"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../troubleshooting.html" accesskey="U"><span class="section-number">10. </span>トラブルシューティング</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10.3. </span>mmap Cannot allocate memoryエラーを回避するには</a></li>
5757 </ul>
144144 <li class="right" >
145145 <a href="how_to_analyze_error_message.html" title="10.2. エラーメッセージの解析方法"
146146 >前へ</a> |</li>
147 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
147 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
148148 <li class="nav-item nav-item-1"><a href="../troubleshooting.html" ><span class="section-number">10. </span>トラブルシューティング</a> &#187;</li>
149149 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10.3. </span>mmap Cannot allocate memoryエラーを回避するには</a></li>
150150 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>10. トラブルシューティング &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>10. トラブルシューティング &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="limitations.html" title="9. 制限事項"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10. </span>トラブルシューティング</a></li>
5656 </ul>
5757 </div>
124124 <li class="right" >
125125 <a href="limitations.html" title="9. 制限事項"
126126 >前へ</a> |</li>
127 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
127 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
128128 <li class="nav-item nav-item-this"><a href=""><span class="section-number">10. </span>トラブルシューティング</a></li>
129129 </ul>
130130 </div>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.3. いろいろなデータの保存 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>4.3. いろいろなデータの保存 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="network.html" title="4.2. リモートアクセス"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.3. </span>いろいろなデータの保存</a></li>
5757 </ul>
536536 <li class="right" >
537537 <a href="network.html" title="4.2. リモートアクセス"
538538 >前へ</a> |</li>
539 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
539 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
540540 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
541541 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.3. </span>いろいろなデータの保存</a></li>
542542 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.5. ドリルダウン &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>4.5. ドリルダウン &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="search.html" title="4.4. さまざまな検索条件"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.5. </span>ドリルダウン</a></li>
5757 </ul>
729729 <li class="right" >
730730 <a href="search.html" title="4.4. さまざまな検索条件"
731731 >前へ</a> |</li>
732 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
732 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
733733 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
734734 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.5. </span>ドリルダウン</a></li>
735735 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.6. タグ検索・参照関係の逆引き &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>4.6. タグ検索・参照関係の逆引き &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="drilldown.html" title="4.5. ドリルダウン"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.6. </span>タグ検索・参照関係の逆引き</a></li>
5757 </ul>
545545 <li class="right" >
546546 <a href="drilldown.html" title="4.5. ドリルダウン"
547547 >前へ</a> |</li>
548 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
548 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
549549 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
550550 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.6. </span>タグ検索・参照関係の逆引き</a></li>
551551 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.1. 基本的な操作 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>4.1. 基本的な操作 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="../tutorial.html" title="4. チュートリアル"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.1. </span>基本的な操作</a></li>
5757 </ul>
10571057 <li class="right" >
10581058 <a href="../tutorial.html" title="4. チュートリアル"
10591059 >前へ</a> |</li>
1060 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
1060 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
10611061 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
10621062 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.1. </span>基本的な操作</a></li>
10631063 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.9. 全文検索用の語彙表の作成 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>4.9. 全文検索用の語彙表の作成 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="patricia_trie.html" title="4.8. パトリシア木による前方一致検索"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.9. </span>全文検索用の語彙表の作成</a></li>
5757 </ul>
107107 <li class="right" >
108108 <a href="patricia_trie.html" title="4.8. パトリシア木による前方一致検索"
109109 >前へ</a> |</li>
110 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
110 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
111111 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
112112 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.9. </span>全文検索用の語彙表の作成</a></li>
113113 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.7. match_columnsパラメータ &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>4.7. match_columnsパラメータ &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="index.html" title="4.6. タグ検索・参照関係の逆引き"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.7. </span>match_columnsパラメータ</a></li>
5757 </ul>
945945 <li class="right" >
946946 <a href="index.html" title="4.6. タグ検索・参照関係の逆引き"
947947 >前へ</a> |</li>
948 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
948 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
949949 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
950950 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.7. </span>match_columnsパラメータ</a></li>
951951 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.10. マイクロブログ検索システムの作成 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>4.10. マイクロブログ検索システムの作成 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="lexicon.html" title="4.9. 全文検索用の語彙表の作成"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.10. </span>マイクロブログ検索システムの作成</a></li>
5757 </ul>
967967 <li class="right" >
968968 <a href="lexicon.html" title="4.9. 全文検索用の語彙表の作成"
969969 >前へ</a> |</li>
970 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
970 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
971971 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
972972 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.10. </span>マイクロブログ検索システムの作成</a></li>
973973 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.2. リモートアクセス &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>4.2. リモートアクセス &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="introduction.html" title="4.1. 基本的な操作"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.2. </span>リモートアクセス</a></li>
5757 </ul>
245245 <li class="right" >
246246 <a href="introduction.html" title="4.1. 基本的な操作"
247247 >前へ</a> |</li>
248 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
248 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
249249 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
250250 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.2. </span>リモートアクセス</a></li>
251251 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.8. パトリシア木による前方一致検索 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>4.8. パトリシア木による前方一致検索 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="match_columns.html" title="4.7. match_columnsパラメータ"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.8. </span>パトリシア木による前方一致検索</a></li>
5757 </ul>
277277 <li class="right" >
278278 <a href="match_columns.html" title="4.7. match_columnsパラメータ"
279279 >前へ</a> |</li>
280 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
280 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
281281 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
282282 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.8. </span>パトリシア木による前方一致検索</a></li>
283283 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.11. クエリ拡張 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>4.11. クエリ拡張 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="micro_blog.html" title="4.10. マイクロブログ検索システムの作成"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.11. </span>クエリ拡張</a></li>
5757 </ul>
308308 <li class="right" >
309309 <a href="micro_blog.html" title="4.10. マイクロブログ検索システムの作成"
310310 >前へ</a> |</li>
311 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
311 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
312312 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
313313 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.11. </span>クエリ拡張</a></li>
314314 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4.4. さまざまな検索条件 &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>4.4. さまざまな検索条件 &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="data.html" title="4.3. いろいろなデータの保存"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U"><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
5656 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.4. </span>さまざまな検索条件</a></li>
5757 </ul>
594594 <li class="right" >
595595 <a href="data.html" title="4.3. いろいろなデータの保存"
596596 >前へ</a> |</li>
597 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
597 <li class="nav-item nav-item-0"><a href="../index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
598598 <li class="nav-item nav-item-1"><a href="../tutorial.html" ><span class="section-number">4. </span>チュートリアル</a> &#187;</li>
599599 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4.4. </span>さまざまな検索条件</a></li>
600600 </ul>
55 <head>
66 <meta charset="utf-8" />
77 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <title>4. チュートリアル &#8212; Groonga v10.1.0-17-g321cd53ドキュメント</title>
8 <title>4. チュートリアル &#8212; Groonga v10.1.1-31-g1e46ba6ドキュメント</title>
99 <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
1010 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
5151 <li class="right" >
5252 <a href="community.html" title="3. コミュニティ"
5353 accesskey="P">前へ</a> |</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
54 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
5555 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4. </span>チュートリアル</a></li>
5656 </ul>
5757 </div>
185185 <li class="right" >
186186 <a href="community.html" title="3. コミュニティ"
187187 >前へ</a> |</li>
188 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.0-17-g321cd53ドキュメント</a> &#187;</li>
188 <li class="nav-item nav-item-0"><a href="index.html">Groonga v10.1.1-31-g1e46ba6ドキュメント</a> &#187;</li>
189189 <li class="nav-item nav-item-this"><a href=""><span class="section-number">4. </span>チュートリアル</a></li>
190190 </ul>
191191 </div>
0 Execution example::
1
2 table_create Data TABLE_HASH_KEY ShortText
3 # [[0,1612416118.30525,0.003424882888793945],true]
4 table_create Terms TABLE_PAT_KEY ShortText \
5 --default_tokenizer TokenNgram \
6 --normalizer NormalizerNFKC130
7 # [[0,1612416136.049046,0.003507614135742188],true]
8 load --table Data
9 [
10 {"_key": "Hello World"},
11 {"_key": "Hello Groonga"}
12 ]
13 # [[0,1612416155.418526,0.3676469326019287],2]
14 column_create \
15 --table Terms \
16 --name data_index \
17 --flags COLUMN_INDEX|WITH_POSITION \
18 --type Data \
19 --source _key
20 # [[0,1612416424.515037,0.00576472282409668],true]
21 truncate Terms.data_index
22 # [[0,1612416439.925894,0.009646892547607422],true]
23 load --table Data
24 [
25 {"_key": "Good-by World"},
26 {"_key": "Good-by Groonga"}
27 ]
28 # [[0,1612416450.429434,1.51789665222168],2]
29 index_column_diff Terms data_index
30 # [
31 # [
32 # 0,
33 # 1612416577.921113,
34 # 0.006278038024902344
35 # ],
36 # [
37 # {
38 # "token": {
39 # "id": 2,
40 # "value": "hello"
41 # },
42 # "remains": [
43 # ],
44 # "missings": [
45 # {
46 # "record_id": 1,
47 # "position": 0
48 # },
49 # {
50 # "record_id": 2,
51 # "position": 0
52 # }
53 # ]
54 # },
55 # {
56 # "token": {
57 # "id": 3,
58 # "value": "world"
59 # },
60 # "remains": [
61 # ],
62 # "missings": [
63 # {
64 # "record_id": 1,
65 # "position": 1
66 # }
67 # ]
68 # },
69 # {
70 # "token": {
71 # "id": 1,
72 # "value": "groonga"
73 # },
74 # "remains": [
75 # ],
76 # "missings": [
77 # {
78 # "record_id": 2,
79 # "position": 1
80 # }
81 # ]
82 # }
83 # ]
84 # ]
85
7373
7474 Download source::
7575
76 % wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
77 % tar xvzf groonga-10.1.1.tar.gz
78 % cd groonga-10.1.1
76 % wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
77 % tar xvzf groonga-11.0.0.tar.gz
78 % cd groonga-11.0.0
7979
8080 Configure (see :ref:`source-configure` about ``configure`` options)::
8181
9090
9191 Download source::
9292
93 % wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
94 % tar xvzf groonga-10.1.1.tar.gz
95 % cd groonga-10.1.1
93 % wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
94 % tar xvzf groonga-11.0.0.tar.gz
95 % cd groonga-11.0.0
9696
9797 Configure (see :ref:`source-configure` about ``configure`` options)::
9898
7979
8080 Download source::
8181
82 % wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
83 % tar xvzf groonga-10.1.1.tar.gz
84 % cd groonga-10.1.1
82 % wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
83 % tar xvzf groonga-11.0.0.tar.gz
84 % cd groonga-11.0.0
8585
8686 Configure (see :ref:`source-configure` about ``configure`` options)::
8787
4848
4949 Download source::
5050
51 % curl -O https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
52 % tar xvzf groonga-10.1.1.tar.gz
53 % cd groonga-10.1.1
51 % curl -O https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
52 % tar xvzf groonga-11.0.0.tar.gz
53 % cd groonga-11.0.0
5454
5555 Configure (see :ref:`source-configure` about ``configure`` options)::
5656
7575 Groonga uses GNU build system. So the following is the simplest build
7676 steps::
7777
78 % wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
79 % tar xvzf groonga-10.1.1.tar.gz
80 % cd groonga-10.1.1
78 % wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
79 % tar xvzf groonga-11.0.0.tar.gz
80 % cd groonga-11.0.0
8181 % ./configure
8282 % make
8383 % sudo make install
1616
1717 Download source::
1818
19 % wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
20 % gtar xvzf groonga-10.1.1.tar.gz
21 % cd groonga-10.1.1
19 % wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
20 % gtar xvzf groonga-11.0.0.tar.gz
21 % cd groonga-11.0.0
2222
2323 Configure with ``CFLAGS="-m64" CXXFLAGS="-m64"`` variables. They are
2424 needed for building 64-bit version. To build 32-bit version, just
8181
8282 Download source::
8383
84 % wget https://packages.groonga.org/source/groonga/groonga-10.1.1.tar.gz
85 % tar xvzf groonga-10.1.1.tar.gz
86 % cd groonga-10.1.1
84 % wget https://packages.groonga.org/source/groonga/groonga-11.0.0.tar.gz
85 % tar xvzf groonga-11.0.0.tar.gz
86 % cd groonga-11.0.0
8787
8888 Configure (see :ref:`source-configure` about ``configure`` options)::
8989
66 =======
77
88 This section describes how to install Groonga on Windows. You can
9 install Groonga by extracting a zip package or running an installer.
9 install Groonga by extracting a zip package.
1010
1111 We distribute both 32-bit and 64-bit packages but we strongly
1212 recommend a 64-bit package for server. You should use a 32-bit package
1414 memory error with a 32-bit package even if you just process medium
1515 size data.
1616
17 Installer
18 ---------
19
20 For 32-bit environment, download x86 executable binary from
21 packages.groonga.org:
22
23 * https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.exe
24
25 Then run it.
26
27 For 64-bit environment, download x64 executable binary from
28 packages.goronga.org:
29
30 * https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.exe
31
32 Then run it.
33
34 Use command prompt in start menu to run
35 :doc:`/reference/executables/groonga`.
36
3717 zip
3818 ---
3919
4020 For 32-bit environment, download x86 zip archive from
4121 packages.groonga.org:
4222
43 * https://packages.groonga.org/windows/groonga/groonga-10.1.1-x86.zip
23 * https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019-with-vcruntime.zip
24
25 If we don't need Microsoft Visual C++ Runtime Library, we download from the following URL:
26
27 * https://packages.groonga.org/windows/groonga/groonga-latest-x86-vs2019.zip
4428
4529 Then extract it.
4630
4731 For 64-bit environment, download x64 zip archive from
4832 packages.groonga.org:
4933
50 * https://packages.groonga.org/windows/groonga/groonga-10.1.1-x64.zip
34 * https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019-with-vcruntime.zip
35
36 If we don't need Microsoft Visual C++ Runtime Library, we download from the following URL:
37
38 * https://packages.groonga.org/windows/groonga/groonga-latest-x64-vs2019.zip
5139
5240 Then extract it.
5341
6553
6654 Download zipped source from packages.groonga.org:
6755
68 * https://packages.groonga.org/source/groonga/groonga-10.1.1.zip
56 * https://packages.groonga.org/source/groonga/groonga-11.0.0.zip
6957
7058 Then extract it.
7159
7260 Move to the Groonga's source folder::
7361
74 > cd c:\Users\%USERNAME%\Downloads\groonga-10.1.1
62 > cd c:\Users\%USERNAME%\Downloads\groonga-11.0.0
7563
7664 Configure by ``cmake``. The following commnad line is for 64-bit
7765 version. To build 32-bit version, use ``-G "Visual Studio 12 2013"``
7866 parameter instead::
7967
80 groonga-10.1.1> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
68 groonga-11.0.0> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
8169
8270 Build::
8371
84 groonga-10.1.1> cmake --build . --config Release
72 groonga-11.0.0> cmake --build . --config Release
8573
8674 Install::
8775
88 groonga-10.1.1> cmake --build . --config Release --target Install
76 groonga-11.0.0> cmake --build . --config Release --target Install
8977
9078 After the above steps, :doc:`/reference/executables/groonga` is found at
9179 ``c:\Groonga\bin\groonga.exe``.
55
66 News
77 ====
8
9 .. _release-11-0-0:
10
11 Release 11.0.0 - 2021-02-09
12 ---------------------------
13
14 This is a major version up! But It keeps backward compatibility. We can upgrade to 11.0.0 without rebuilding database.
15
16 Improvements
17 ^^^^^^^^^^^^
18
19 * [:doc:`reference/commands/select`] Added support for outputting values of scalar column and vector column via nested index.
20
21 * The nested index is that has structure as below.
22
23 .. code-block::
24
25 table_create Products TABLE_PAT_KEY ShortText
26
27 table_create Purchases TABLE_NO_KEY
28 column_create Purchases product COLUMN_SCALAR Products
29 column_create Purchases tag COLUMN_SCALAR ShortText
30
31 column_create Products purchases COLUMN_INDEX Purchases product
32
33 * The ``Products.purchases`` column is a index of ``Purchases.product`` column in the above example.
34 Also, ``Purchases.product`` is a reference to ``Products`` table.
35
36 * We had not got the correct search result when we search via nested index until now.
37 * The result had been as follows until now. We can see that ``{"product": "apple", "tag": "man"}`` is not output.
38
39 .. code-block::
40
41 table_create Products TABLE_PAT_KEY ShortText
42
43 table_create Purchases TABLE_NO_KEY
44 column_create Purchases product COLUMN_SCALAR Products
45 column_create Purchases tag COLUMN_SCALAR ShortText
46
47 column_create Products purchases COLUMN_INDEX Purchases product
48
49 load --table Products
50 [
51 {"_key": "apple"},
52 {"_key": "banana"},
53 {"_key": "cacao"}
54 ]
55
56 load --table Purchases
57 [
58 {"product": "apple", "tag": "man"},
59 {"product": "banana", "tag": "man"},
60 {"product": "cacao", "tag": "woman"},
61 {"product": "apple", "tag": "many"}
62 ]
63
64 select Products \
65 --output_columns _key,purchases.tag
66 [
67 [
68 0,
69 1612504193.380738,
70 0.0002026557922363281
71 ],
72 [
73 [
74 [
75 3
76 ],
77 [
78 [
79 "_key",
80 "ShortText"
81 ],
82 [
83 "purchases.tag",
84 "ShortText"
85 ]
86 ],
87 [
88 "apple",
89 "many"
90 ],
91 [
92 "banana",
93 "man"
94 ],
95 [
96 "cacao",
97 "man"
98 ]
99 ]
100 ]
101 ]
102
103 * The result will be as follows from this release. We can see that ``{"product": "apple", "tag": "man"}`` is output.
104
105 .. code-block::
106
107 select Products \
108 --output_columns _key,purchases.tag
109 [
110 [
111 0,
112 0.0,
113 0.0
114 ],
115 [
116 [
117 [
118 3
119 ],
120 [
121 [
122 "_key",
123 "ShortText"
124 ],
125 [
126 "purchases.tags",
127 "Tags"
128 ]
129 ],
130 [
131 "apple",
132 [
133 [
134 "man",
135 "one"
136 ],
137 [
138 "child",
139 "many"
140 ]
141 ]
142 ],
143 [
144 "banana",
145 [
146 [
147 "man",
148 "many"
149 ]
150 ]
151 ],
152 [
153 "cacao",
154 [
155 [
156 "woman"
157 ]
158 ]
159 ]
160 ]
161 ]
162 ]
163
164 * [Windows] Dropped support for packages of Windows version that we had cross compiled by using MinGW on Linux.
165
166 * Because there aren't probably many people who use that.
167 * These above packages are that We had provided as below name until now.
168
169 * ``groonga-x.x.x-x86.exe``
170 * ``groonga-x.x.x-x86.zip``
171 * ``groonga-x.x.x-x64.exe``
172 * ``groonga-x.x.x-x86.zip``
173
174 * From now on, we use the following packages for Windows.
175
176 * ``groonga-latest-x86-vs2019-with-vcruntime.zip``
177 * ``groonga-latest-x64-vs2019-with-vcruntime.zip``
178
179 * If a system already has installed Microsoft Visual C++ Runtime Library, we suggest that we use the following packages.
180
181 * ``groonga-latest-x86-vs2019.zip``
182 * ``groonga-latest-x64-vs2019.zip``
183
184 Fixes
185 ^^^^^
186
187 * Fixed a bug that there is possible that index is corrupt when Groonga executes many additions, delete, and update information in it.
188
189 * This bug occurs when we only execute many delete information from index.
190 However, it doesn't occur when we only execute many additions information into index.
191
192 * We can repair the index that is corrupt by this bug using reconstruction of it.
193
194 * This bug doesn't detect unless we reference the broken index.
195 Therefore, the index in our indexes may has already broken.
196
197 * We can use [:doc:`reference/commands/index_column_diff`] command to confirm whether the index has already been broken or not.
8198
9199 .. _release-10-1-1:
10200
65255 Fixes
66256 ^^^^^
67257
68 * [:doc:`reference/functions/sub_filter`] fixed a bug that ``sub_filter`` doesn't work in ``slices[].filter``.
258 * [:doc:`reference/functions/sub_filter`] Fixed a bug that ``sub_filter`` doesn't work in ``slices[].filter``.
69259
70260 * For example, the result of ``sub_filter`` was 0 records by the following query by this bug.
71261
0 .. -*- rst -*-
1
2 .. highlightlang:: none
3
4 .. groonga-command
5 .. database: commands_index_column_diff
6
7 ``index_column_diff``
8 =====================
9
10 Summary
11 -------
12
13 .. versionadded:: 9.0.1
14
15 ``index_column_diff`` command check where indexes are broken or not.
16
17 We can found already a broken index by this command.
18 Normally, we don't found it unless Groonga refer, delete, or update it.
19 However, it is possible that Groonga crashes or returns wrong search
20 results by using it.
21 it make us want to found it in advance.
22 This command useful in this case.
23
24 .. note::
25
26 This command may use many memory and execution time depending on the size of the target index.
27 Also, if we stop in the middle of execution of this command, the target index may break.
28 Therefore, we suggest that we don't execute this command on active system, but execute
29 this command on standby system.
30
31 Syntax
32 ------
33
34 This command takes two parameters.
35 All parameters are required::
36
37 index_column_diff table index_column
38
39 Usage
40 -----
41
42 Here is an example to check a index column in the database:
43
44 .. groonga-command
45 .. include:: ../../example/reference/commands/index_column_diff/index_column.log
46 .. table_create Data TABLE_HASH_KEY ShortText
47 .. table_create Terms TABLE_PAT_KEY ShortText \
48 .. --default_tokenizer TokenNgram \
49 .. --normalizer NormalizerNFKC130
50 .. load --table Data
51 .. [
52 .. {"_key": "Hello World"},
53 .. {"_key": "Hello Groonga"}
54 .. ]
55 .. column_create \
56 .. --table Terms \
57 .. --name data_index \
58 .. --flags COLUMN_INDEX|WITH_POSITION \
59 .. --type Data \
60 .. --source _key
61 .. truncate Terms.data_index
62 .. load --table Data
63 .. [
64 .. {"_key": "Good-by World"},
65 .. {"_key": "Good-by Groonga"}
66 .. ]
67 .. index_column_diff Terms data_index
68
69 Parameters
70 ----------
71
72 This section describes all parameters.
73
74 ``table``
75 """""""""
76
77 Specifies the name of a table include check target of the index column.
78
79 ``index_column``
80 """"""""""""""""
81
82 Specifies the name of check target of the index column.
83
84 Return value
85 ------------
86
87 ``index_column_diff`` command returns result of check indexes::
88
89 [HEADER, CHECK_RESULT]
90
91 ``HEADER``
92
93 See :doc:`/reference/command/output_format` about ``HEADER``.
94
95 ``CHECK_RESULT``
96
97 This command returns the result of compression between the current
98 value of the index column and the result of tokenize when this command
99 execute as below::
100
101 {
102 "token": {
103 "id": TOKEN_ID,
104 "value": TOKEN_VALUE
105 },
106 "remains": [
107 {
108 "record_id": RECORD_ID
109 }
110 ],
111 "missings": [
112 {
113 "record_id": RECORD_ID,
114 "position": POSITION
115 }
116 ]
117 }
118
119 If there are something in ``remains``, a token that Groonga
120 was supposed to delete is remaining in a index.
121
122 If there are something in ``missing``, a token that Groonga
123 is supposing to remain in a index has been deleted from the index.
124
125 ``index_column_diff`` returns nothing as below When indexes haven't broken::
126
127 index_column_diff --table table --name index_column
128 [[0,0.0,0.0],[]]
129
130 ``TOKEN_ID``
131 """"""""""""
132
133 ``TOKEN_ID`` is id of a broken token.
134
135 ``TOKEN_VALUE``
136 """""""""""""""
137
138 ``TOKEN_VALUE`` is value of a broken token.
139
140 ``RECORD_ID``
141 """""""""""""
142
143 ``RECORD_ID`` is id of a record include a broken token.
144
145 ``POSITION``
146 """"""""""""
147
148 ``POSITION`` is appearing position of a broken token.
460460 GRN_DEFS = @GRN_DEFS@
461461 GRN_DLL_FILENAME = @GRN_DLL_FILENAME@
462462 GRN_EXPANDED_DEFAULT_DOCUMENT_ROOT = @GRN_EXPANDED_DEFAULT_DOCUMENT_ROOT@
463 GRN_VERSION = 10.1.1
463 GRN_VERSION = 11.0.0
464464 GRN_VERSION_MAJOR = @GRN_VERSION_MAJOR@
465465 GRN_VERSION_MICRO = @GRN_VERSION_MICRO@
466466 GRN_VERSION_MINOR = @GRN_VERSION_MINOR@
00 /* -*- c-basic-offset: 2 -*- */
11 /*
22 Copyright(C) 2009-2018 Brazil
3 Copyright(C) 2019-2020 Sutou Kouhei <kou@clear-code.com>
3 Copyright(C) 2019-2021 Sutou Kouhei <kou@clear-code.com>
44
55 This library is free software; you can redistribute it and/or
66 modify it under the terms of the GNU Lesser General Public
6060 #define GRN_II_W_LSEG_LARGE 17
6161 #define GRN_II_W_LOFFSET_LARGE (32 - GRN_II_W_LSEG_LARGE)
6262 #define GRN_II_W_TOTAL_CHUNK 40
63 /* Each chunk has 2^GRN_II_W_CHUNK size: 4MiB */
6364 #define GRN_II_W_CHUNK 22
65 /* The smallest subchunk size: 256B */
6466 #define GRN_II_W_LEAST_CHUNK (GRN_II_W_TOTAL_CHUNK - 32)
6567 #define GRN_II_MAX_CHUNK (1 << (GRN_II_W_TOTAL_CHUNK - GRN_II_W_CHUNK))
68 /* The number of subchunk size patterns: 256B, 512B, ..., 2MiB */
6669 #define GRN_II_N_CHUNK_VARIATION (GRN_II_W_CHUNK - GRN_II_W_LEAST_CHUNK)
6770
6871 #define GRN_II_MAX_CHUNK_SMALL (1 << (GRN_II_W_TOTAL_CHUNK - GRN_II_W_CHUNK - 8))
00 /* -*- c-basic-offset: 2 -*- */
11 /*
22 Copyright(C) 2009-2018 Brazil
3 Copyright(C) 2019-2020 Sutou Kouhei <kou@clear-code.com>
3 Copyright(C) 2019-2021 Sutou Kouhei <kou@clear-code.com>
44
55 This library is free software; you can redistribute it and/or
66 modify it under the terms of the GNU Lesser General Public
6060 void grn_proc_init_object_list(grn_ctx *ctx);
6161 void grn_proc_init_object_remove(grn_ctx *ctx);
6262 void grn_proc_init_object_set_visibility(grn_ctx *ctx);
63 void grn_proc_init_query(grn_ctx *ctx);
6364 void grn_proc_init_query_expand(grn_ctx *ctx);
6465 void grn_proc_init_query_log_flags_get(grn_ctx *ctx);
6566 void grn_proc_init_query_log_flags_set(grn_ctx *ctx);
179180 const char *text,
180181 size_t size);
181182
183 typedef struct {
184 grn_obj *found;
185 grn_obj *table;
186 grn_obj *records;
187 } grn_proc_selector_to_function_data;
188
189 bool
190 grn_proc_selector_to_function_data_init(grn_ctx *ctx,
191 grn_proc_selector_to_function_data *data,
192 grn_user_data *user_data);
193 void
194 grn_proc_selector_to_function_data_selected(
195 grn_ctx *ctx,
196 grn_proc_selector_to_function_data *data);
197 void
198 grn_proc_selector_to_function_data_fin(grn_ctx *ctx,
199 grn_proc_selector_to_function_data *data);
200
201
202
182203 #ifdef __cplusplus
183204 }
184205 #endif
00 /* -*- c-basic-offset: 2 -*- */
11 /*
2 Copyright(C) 2009-2018 Brazil
3 Copyright(C) 2018-2020 Sutou Kouhei <kou@clear-code.com>
2 Copyright(C) 2009-2018 Brazil
3 Copyright(C) 2018-2021 Sutou Kouhei <kou@clear-code.com>
44
55 This library is free software; you can redistribute it and/or
66 modify it under the terms of the GNU Lesser General Public
567567 ((seg) >> GRN_II_N_CHUNK_VARIATION),\
568568 (((seg) & ((1 << GRN_II_N_CHUNK_VARIATION) - 1)) << GRN_II_W_LEAST_CHUNK) + (pos),\
569569 size, mode)
570
570571 /*
571572 static int new_histogram[32];
572573 static int free_histogram[32];
573574 */
575
576 /*
577 N = grn_ii_max_n_chunks_small for GRN_OBJ_INDEX_SMALL
578 N = GRN_II_MAX_N_CHUNKS_MEDIUM for GRN_OBJ_INDEX_MEDIUM
579 N = GRN_II_MAX_N_CHUNKS for GRN_OBJ_INDEX_LARGE
580 N = GRN_II_MAX_N_CHUNKS without index size flag
581
582 S_CHUNK = (1 << GRN_II_W_CHUNK(22)) = 4MiB
583
584 +------------+ +------------+
585 | chunk0 | ... | chunkN |
586 +------------+ +------------+
587 |<--S_CHUNK->|
588
589 ii->header.common->chunks has flags whether the target chunk is
590 assigned or not. We can manipulate the flags by HEADER_CHUNK_AT(),
591 HEADER_CHUNK_ON() and HEADER_CHUNK_OFF(). Here is a snapshot when we
592 only assign chunk0 and chunk2:
593
594 +------------+------------+------------+ +------------+
595 | chunk0 | chunk1 | chunk2 | ... | chunkN |
596 +------------+------------+------------+ +------------+
597 ON OFF ON OFF
598
599 If requested size is greater than S_CHUNK, continuous non-assigned
600 chunks are assigned. For example, if S_CHUNK + 100 is requested and
601 chunk1 is assigned, chunk0 isn't assigned. chunk2 and chunk3 are
602 assigned.
603
604 +------------+------------+------------+------------+ +------------+
605 | chunk0 | chunk1 | chunk2 | chunk3 | ... | chunkN |
606 +------------+------------+------------+------------+ +------------+
607 OFF ON OFF -> ON OFF -> ON OFF
608
609 If requested size is smaller than or equal to S_CHUNK, a subchunk is
610 assigned. Subchunks in the same chunk has the same size. The
611 smallest subchunk size is (1 << GRN_II_W_LEAST_CHUNK(8)) = 256
612 bytes. Subchunk size is power of 2. For example, chunk0 uses 512
613 bytes for subchunk size, chunk0 can have 812 (S_CHUNK / 512)
614 subchunks.
615
616 +-------------+
617 | chunk0 |
618 +-------------+
619 <->|<->|...|<-> subchunks
620 512|512| |512
621
622 If one of subchunk is assigned, HEADER_CHUNK_AT() of the chunk is true.
623
624 +-------------+
625 | chunk0 |
626 +-------------+
627 <------>|<->|... subchunks
628 ASSIGNED|NOT|
629 ON
630
631 Chunks that are assigning subchunks are keeping in
632 ii->header.common.free_chunks. free_chunks keeps a chunk per
633 subchunk size. For example, chunk0 is kept for 256 subchunk size and
634 chunk1 is kept for 512 subchunk size.
635
636 chunk_new() returns the (offset >> GRN_II_W_LEAST_CHUNK(8)) of
637 subchunk not the index of chunk. For example, if the third subchunk
638 of chunk0 that uses 512 bytes for subchunk size is assigned, 4 (1024
639 >> 8) is returned.
640
641 +-------------+
642 | chunk0 |
643 +-------------+
644 <0>|<1>|<2>|...
645 0 2 4
646
647 chunk_new() wants to reuse freed subchunks as much as possible to
648 reduce disk usage. ii->header.common.garbages keeps freed subchunks
649 to reuse later.
650
651 TODO: More description for garbages.
652 */
653
654 static grn_rc
655 chunk_free(grn_ctx *ctx, grn_ii *ii, uint32_t offset, uint32_t size);
656
574657 static grn_rc
575658 chunk_new(grn_ctx *ctx, grn_ii *ii, uint32_t *res, uint32_t size)
576659 {
651734 if (++ginfo->tail == N_GARBAGES) { ginfo->tail = 0; }
652735 ginfo->nrecs--;
653736 header->ngarbages[m - GRN_II_W_LEAST_CHUNK]--;
654 if (!ginfo->nrecs) {
655 HEADER_CHUNK_OFF(ii, *gseg);
737 uint32_t current_garbage_segment = *gseg;
738 bool no_garbage_info = (ginfo->nrecs == 0);
739 if (no_garbage_info) {
656740 *gseg = ginfo->next;
657741 }
658742 if (iw_.addr) { grn_io_win_unmap(&iw_); }
659743 grn_io_win_unmap(&iw);
744 if (no_garbage_info) {
745 chunk_free(ctx, ii, current_garbage_segment, S_GARBAGE);
746 }
660747 return GRN_SUCCESS;
661748 }
662749 if (iw_.addr) { grn_io_win_unmap(&iw_); }
685772 *vp = i << GRN_II_N_CHUNK_VARIATION;
686773 }
687774 *res = *vp;
775 /* Next subchunk. */
688776 *vp += 1 << (m - GRN_II_W_LEAST_CHUNK);
777 /* (*vp % GRN_II_N_CHUNK_VARIATION) == 0 */
689778 if (!(*vp & ((1 << GRN_II_N_CHUNK_VARIATION) - 1))) {
779 /* All subchunks are consumed. */
690780 *vp = GRN_II_PSEG_NOT_ASSIGNED;
691781 }
692782 return GRN_SUCCESS;
40024092 ERR(rc,
40034093 "[ii][chunk][merge] failed to decode: "
40044094 "<%.*s>: "
4005 "<%.*s>(%u)",
4095 "<%.*s>(%u): "
4096 "<%u>: "
4097 "<%u>",
40064098 name_size, name,
40074099 (int)GRN_TEXT_LEN(&term), GRN_TEXT_VALUE(&term),
4008 data->term_id);
4100 data->term_id,
4101 rid,
4102 cinfo->size);
40094103 GRN_OBJ_FIN(ctx, &term);
40104104 goto exit;
40114105 }
44 #define US_ENGLISH_UNICODE "040904b0"
55
66 VS_VERSION_INFO VERSIONINFO
7 FILEVERSION 0,10,1,1
8 PRODUCTVERSION 0,10,1,1
7 FILEVERSION 0,11,0,0
8 PRODUCTVERSION 0,11,0,0
99 BEGIN
1010 BLOCK "StringFileInfo"
1111 BEGIN
1313 BEGIN
1414 VALUE "CompanyName", "Groonga project"
1515 VALUE "FileDescription", "Full text search engine library"
16 VALUE "FileVersion", "10.1.0-37-gf7b1d5a"
16 VALUE "FileVersion", "11.0.0"
1717 VALUE "InternalName", "libgroonga"
1818 VALUE "OriginalFilename", "libgroonga-$(LT_CURRENT).dll"
1919 VALUE "ProductName", "libgroonga"
20 VALUE "ProductVersion", "10.1.0-37-gf7b1d5a"
20 VALUE "ProductVersion", "11.0.0"
2121 END
2222 END
2323 BLOCK "VarFileInfo"
11611161 bulk->header.domain = GRN_DB_FLOAT;
11621162 break;
11631163 case GRN_ACCESSOR_GET_COLUMN_VALUE :
1164 if ((a->obj->header.flags & GRN_OBJ_COLUMN_TYPE_MASK) == GRN_OBJ_COLUMN_VECTOR) {
1164 switch (a->obj->header.flags & GRN_OBJ_COLUMN_TYPE_MASK) {
1165 case GRN_OBJ_COLUMN_VECTOR :
11651166 if (a->next) {
11661167 grn_obj *sub_ids = grn_output_table_data_push_sub_ids(ctx, data);
11671168 sub_ids->header.domain = DB_OBJ(a->obj)->range;
11891190 data);
11901191 }
11911192 return;
1192 } else {
1193 case GRN_OBJ_COLUMN_INDEX :
1194 if (a->next) {
1195 grn_ii *ii = (grn_ii *)(a->obj);
1196 grn_obj *sub_ids = grn_output_table_data_push_sub_ids(ctx, data);
1197 sub_ids->header.domain = DB_OBJ(ii)->range;
1198 grn_ii_cursor *cursor =
1199 grn_ii_cursor_open(ctx,
1200 ii,
1201 id,
1202 GRN_ID_NIL,
1203 GRN_ID_MAX,
1204 grn_ii_get_n_elements(ctx, ii),
1205 0);
1206 if (cursor) {
1207 grn_posting *posting;
1208 while ((posting = grn_ii_cursor_next(ctx, cursor))) {
1209 GRN_RECORD_PUT(ctx, sub_ids, posting->rid);
1210 }
1211 grn_ii_cursor_close(ctx, cursor);
1212 }
1213 size_t n = GRN_RECORD_VECTOR_SIZE(sub_ids);
1214 grn_output_array_open(ctx, outbuf, output_type, "VECTOR", n);
1215 size_t i;
1216 for (i = 0; i < n; i++) {
1217 grn_id sub_id = GRN_RECORD_VALUE_AT(sub_ids, i);
1218 grn_output_table_column_value(ctx,
1219 outbuf,
1220 output_type,
1221 (grn_obj *)(a->next),
1222 sub_id,
1223 data);
1224 }
1225 grn_output_table_data_pop_sub_ids(ctx, data);
1226 grn_output_array_close(ctx, outbuf, output_type);
1227 return;
1228 } else {
1229 grn_obj_get_value(ctx, a->obj, id, bulk);
1230 break;
1231 }
1232 default :
11931233 grn_obj_get_value(ctx, a->obj, id, bulk);
1234 break;
11941235 }
11951236 break;
11961237 case GRN_ACCESSOR_GET_DB_OBJ :
00 /* -*- c-basic-offset: 2 -*- */
11 /*
2 Copyright(C) 2016 Brazil
2 Copyright(C) 2016 Brazil
3 Copyright(C) 2018-2021 Sutou Kouhei <kou@clear-code.com>
34
45 This library is free software; you can redistribute it and/or
56 modify it under the terms of the GNU Lesser General Public
1819 #include "../grn_proc.h"
1920
2021 #include <groonga/plugin.h>
22
23 static grn_rc
24 run_query(grn_ctx *ctx,
25 grn_obj *table,
26 int nargs,
27 grn_obj **args,
28 grn_obj *res,
29 grn_operator op,
30 grn_selector_data *selector_data)
31 {
32 grn_rc rc = GRN_SUCCESS;
33 const char *tag = "[query]";
34 grn_obj *match_columns_string;
35 grn_obj *query;
36 grn_obj *query_expander_name = NULL;
37 grn_operator default_mode = GRN_OP_MATCH;
38 grn_operator default_operator = GRN_OP_AND;
39 grn_expr_flags flags = GRN_EXPR_SYNTAX_QUERY;
40 grn_expr_flags flags_specified = -1;
41 grn_obj *match_columns = NULL;
42 grn_obj *condition = NULL;
43 grn_obj *dummy_variable;
44
45 if (!(2 <= nargs && nargs <= 3)) {
46 GRN_PLUGIN_ERROR(ctx, GRN_INVALID_ARGUMENT,
47 "%s wrong number of arguments (%d for 2..3)",
48 tag,
49 nargs);
50 rc = ctx->rc;
51 goto exit;
52 }
53
54 match_columns_string = args[0];
55 query = args[1];
56 if (nargs > 2) {
57 grn_obj *options = args[2];
58
59 switch (options->header.type) {
60 case GRN_BULK :
61 query_expander_name = options;
62 break;
63 case GRN_TABLE_HASH_KEY :
64 #define OPTIONS \
65 "expander", \
66 GRN_PROC_OPTION_VALUE_RAW, \
67 &query_expander_name, \
68 "default_mode", \
69 GRN_PROC_OPTION_VALUE_MODE, \
70 &default_mode, \
71 "default_operator", \
72 GRN_PROC_OPTION_VALUE_OPERATOR, \
73 &default_operator, \
74 "flags", \
75 GRN_PROC_OPTION_VALUE_EXPR_FLAGS, \
76 &flags_specified
77 if (selector_data) {
78 rc = grn_selector_data_parse_options(ctx,
79 selector_data,
80 options,
81 tag,
82 OPTIONS,
83 NULL);
84 } else {
85 rc = grn_proc_options_parse(ctx,
86 options,
87 tag,
88 OPTIONS,
89 NULL);
90 }
91 #undef OPTIONS
92 if (rc != GRN_SUCCESS) {
93 goto exit;
94 }
95 break;
96 default :
97 {
98 grn_obj inspected;
99 GRN_TEXT_INIT(&inspected, 0);
100 grn_inspect(ctx, &inspected, options);
101 GRN_PLUGIN_ERROR(ctx, GRN_INVALID_ARGUMENT,
102 "query(): "
103 "3rd argument must be string or object literal: <%.*s>",
104 (int)GRN_TEXT_LEN(&inspected),
105 GRN_TEXT_VALUE(&inspected));
106 GRN_OBJ_FIN(ctx, &inspected);
107 }
108 rc = ctx->rc;
109 goto exit;
110 }
111 }
112
113 if (flags_specified == -1) {
114 flags |= GRN_EXPR_ALLOW_PRAGMA | GRN_EXPR_ALLOW_COLUMN;
115 } else {
116 flags |= flags_specified;
117 }
118
119 if (match_columns_string->header.domain == GRN_DB_TEXT &&
120 GRN_TEXT_LEN(match_columns_string) > 0) {
121 GRN_EXPR_CREATE_FOR_QUERY(ctx, table, match_columns, dummy_variable);
122 if (!match_columns) {
123 rc = ctx->rc;
124 goto exit;
125 }
126
127 grn_expr_parse(ctx, match_columns,
128 GRN_TEXT_VALUE(match_columns_string),
129 GRN_TEXT_LEN(match_columns_string),
130 NULL, GRN_OP_MATCH, GRN_OP_AND,
131 GRN_EXPR_SYNTAX_SCRIPT);
132 if (ctx->rc != GRN_SUCCESS) {
133 rc = ctx->rc;
134 goto exit;
135 }
136 }
137
138 if (query->header.domain == GRN_DB_TEXT && GRN_TEXT_LEN(query) > 0) {
139 const char *query_string;
140 unsigned int query_string_len;
141 grn_obj expanded_query;
142
143 GRN_EXPR_CREATE_FOR_QUERY(ctx, table, condition, dummy_variable);
144 if (!condition) {
145 rc = ctx->rc;
146 goto exit;
147 }
148
149 query_string = GRN_TEXT_VALUE(query);
150 query_string_len = GRN_TEXT_LEN(query);
151
152 GRN_TEXT_INIT(&expanded_query, 0);
153 if (query_expander_name &&
154 query_expander_name->header.domain == GRN_DB_TEXT &&
155 GRN_TEXT_LEN(query_expander_name) > 0) {
156 rc = grn_proc_syntax_expand_query(ctx,
157 query_string, query_string_len,
158 flags,
159 GRN_TEXT_VALUE(query_expander_name),
160 GRN_TEXT_LEN(query_expander_name),
161 NULL, 0,
162 NULL, 0,
163 &expanded_query,
164 "[query]");
165 if (rc != GRN_SUCCESS) {
166 GRN_OBJ_FIN(ctx, &expanded_query);
167 goto exit;
168 }
169 query_string = GRN_TEXT_VALUE(&expanded_query);
170 query_string_len = GRN_TEXT_LEN(&expanded_query);
171 }
172 grn_expr_parse(ctx,
173 condition,
174 query_string,
175 query_string_len,
176 match_columns,
177 default_mode,
178 default_operator,
179 flags);
180 rc = ctx->rc;
181 GRN_OBJ_FIN(ctx, &expanded_query);
182 if (rc != GRN_SUCCESS) {
183 goto exit;
184 }
185 grn_table_select(ctx, table, condition, res, op);
186 rc = ctx->rc;
187 }
188
189 exit :
190 if (match_columns) {
191 grn_obj_unlink(ctx, match_columns);
192 }
193 if (condition) {
194 grn_obj_unlink(ctx, condition);
195 }
196
197 return rc;
198 }
199
200 static grn_obj *
201 func_query(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_data)
202 {
203 grn_proc_selector_to_function_data data;
204
205 if (grn_proc_selector_to_function_data_init(ctx, &data, user_data)) {
206 grn_rc rc;
207 rc = run_query(ctx, data.table, nargs, args, data.records, GRN_OP_AND, NULL);
208 if (rc == GRN_SUCCESS) {
209 grn_proc_selector_to_function_data_selected(ctx, &data);
210 }
211 }
212 grn_proc_selector_to_function_data_fin(ctx, &data);
213
214 return data.found;
215 }
216
217 static grn_rc
218 selector_query(grn_ctx *ctx, grn_obj *table, grn_obj *index,
219 int nargs, grn_obj **args,
220 grn_obj *res, grn_operator op)
221 {
222 return run_query(ctx,
223 table,
224 nargs - 1,
225 args + 1,
226 res,
227 op,
228 grn_selector_data_get(ctx));
229 }
230
231 void
232 grn_proc_init_query(grn_ctx *ctx)
233 {
234 grn_obj *selector_proc = grn_proc_create(ctx,
235 "query", -1,
236 GRN_PROC_FUNCTION,
237 func_query,
238 NULL,
239 NULL,
240 0,
241 NULL);
242 grn_proc_set_selector(ctx, selector_proc, selector_query);
243 grn_proc_set_selector_operator(ctx, selector_proc, GRN_OP_NOP);
244 }
21245
22246 static grn_obj *
23247 command_query_expand(grn_ctx *ctx, int nargs, grn_obj **args,
00 /* -*- c-basic-offset: 2 -*- */
11 /*
2 Copyright(C) 2009-2018 Brazil
3 Copyright(C) 2018-2020 Sutou Kouhei <kou@clear-code.com>
2 Copyright(C) 2009-2018 Brazil
3 Copyright(C) 2018-2021 Sutou Kouhei <kou@clear-code.com>
44
55 This library is free software; you can redistribute it and/or
66 modify it under the terms of the GNU Lesser General Public
25152515 op);
25162516 }
25172517
2518 typedef struct {
2519 grn_obj *found;
2520 grn_obj *table;
2521 grn_obj *records;
2522 } selector_to_function_data;
2523
2524 static grn_bool
2525 selector_to_function_data_init(grn_ctx *ctx,
2526 selector_to_function_data *data,
2527 grn_user_data *user_data)
2518 bool
2519 grn_proc_selector_to_function_data_init(grn_ctx *ctx,
2520 grn_proc_selector_to_function_data *data,
2521 grn_user_data *user_data)
25282522 {
25292523 grn_obj *condition = NULL;
25302524 grn_obj *variable;
25342528
25352529 data->found = GRN_PROC_ALLOC(GRN_DB_BOOL, 0);
25362530 if (!data->found) {
2537 return GRN_FALSE;
2538 }
2539 GRN_BOOL_SET(ctx, data->found, GRN_FALSE);
2531 return false;
2532 }
2533 GRN_BOOL_SET(ctx, data->found, false);
25402534
25412535 grn_proc_get_info(ctx, user_data, NULL, NULL, &condition);
25422536 if (!condition) {
2543 return GRN_FALSE;
2537 return false;
25442538 }
25452539
25462540 variable = grn_expr_get_var_by_offset(ctx, condition, 0);
25472541 if (!variable) {
2548 return GRN_FALSE;
2542 return false;
25492543 }
25502544
25512545 data->table = grn_ctx_at(ctx, variable->header.domain);
25522546 if (!data->table) {
2553 return GRN_FALSE;
2547 return false;
25542548 }
25552549
25562550 data->records = grn_table_create(ctx, NULL, 0, NULL,
25572551 GRN_OBJ_TABLE_HASH_KEY|GRN_OBJ_WITH_SUBREC,
25582552 data->table, NULL);
25592553 if (!data->records) {
2560 return GRN_FALSE;
2554 return false;
25612555 }
25622556
25632557 {
25672561 pi.rid = GRN_RECORD_VALUE(variable);
25682562 key_size = ((grn_hash *)(data->records))->key_size;
25692563 if (grn_table_add(ctx, data->records, &pi, key_size, NULL) == GRN_ID_NIL) {
2570 return GRN_FALSE;
2571 }
2572 }
2573
2574 return GRN_TRUE;
2575 }
2576
2577 static void
2578 selector_to_function_data_selected(grn_ctx *ctx,
2579 selector_to_function_data *data)
2564 return false;
2565 }
2566 }
2567
2568 return true;
2569 }
2570
2571 void
2572 grn_proc_selector_to_function_data_selected(
2573 grn_ctx *ctx,
2574 grn_proc_selector_to_function_data *data)
25802575 {
25812576 GRN_BOOL_SET(ctx, data->found, grn_table_size(ctx, data->records) > 0);
25822577 }
25832578
2584 static void
2585 selector_to_function_data_fin(grn_ctx *ctx,
2586 selector_to_function_data *data)
2579 void
2580 grn_proc_selector_to_function_data_fin(grn_ctx *ctx,
2581 grn_proc_selector_to_function_data *data)
25872582 {
25882583 if (data->records) {
25892584 grn_obj_unlink(ctx, data->records);
25912586 if (data->table) {
25922587 grn_obj_unref(ctx, data->table);
25932588 }
2594 }
2595
2596 static grn_rc
2597 run_query(grn_ctx *ctx,
2598 grn_obj *table,
2599 int nargs,
2600 grn_obj **args,
2601 grn_obj *res,
2602 grn_operator op,
2603 grn_selector_data *selector_data)
2604 {
2605 grn_rc rc = GRN_SUCCESS;
2606 const char *tag = "[query]";
2607 grn_obj *match_columns_string;
2608 grn_obj *query;
2609 grn_obj *query_expander_name = NULL;
2610 grn_operator default_mode = GRN_OP_MATCH;
2611 grn_operator default_operator = GRN_OP_AND;
2612 grn_expr_flags flags = GRN_EXPR_SYNTAX_QUERY;
2613 grn_expr_flags flags_specified = -1;
2614 grn_obj *match_columns = NULL;
2615 grn_obj *condition = NULL;
2616 grn_obj *dummy_variable;
2617
2618 if (!(2 <= nargs && nargs <= 3)) {
2619 ERR(GRN_INVALID_ARGUMENT,
2620 "%s wrong number of arguments (%d for 2..3)",
2621 tag,
2622 nargs);
2623 rc = ctx->rc;
2624 goto exit;
2625 }
2626
2627 match_columns_string = args[0];
2628 query = args[1];
2629 if (nargs > 2) {
2630 grn_obj *options = args[2];
2631
2632 switch (options->header.type) {
2633 case GRN_BULK :
2634 query_expander_name = options;
2635 break;
2636 case GRN_TABLE_HASH_KEY :
2637 #define OPTIONS \
2638 "expander", \
2639 GRN_PROC_OPTION_VALUE_RAW, \
2640 &query_expander_name, \
2641 "default_mode", \
2642 GRN_PROC_OPTION_VALUE_MODE, \
2643 &default_mode, \
2644 "default_operator", \
2645 GRN_PROC_OPTION_VALUE_OPERATOR, \
2646 &default_operator, \
2647 "flags", \
2648 GRN_PROC_OPTION_VALUE_EXPR_FLAGS, \
2649 &flags_specified
2650 if (selector_data) {
2651 rc = grn_selector_data_parse_options(ctx,
2652 selector_data,
2653 options,
2654 tag,
2655 OPTIONS,
2656 NULL);
2657 } else {
2658 rc = grn_proc_options_parse(ctx,
2659 options,
2660 tag,
2661 OPTIONS,
2662 NULL);
2663 }
2664 #undef OPTIONS
2665 if (rc != GRN_SUCCESS) {
2666 goto exit;
2667 }
2668 break;
2669 default :
2670 {
2671 grn_obj inspected;
2672 GRN_TEXT_INIT(&inspected, 0);
2673 grn_inspect(ctx, &inspected, options);
2674 GRN_PLUGIN_ERROR(ctx, GRN_INVALID_ARGUMENT,
2675 "query(): "
2676 "3rd argument must be string or object literal: <%.*s>",
2677 (int)GRN_TEXT_LEN(&inspected),
2678 GRN_TEXT_VALUE(&inspected));
2679 GRN_OBJ_FIN(ctx, &inspected);
2680 }
2681 rc = ctx->rc;
2682 goto exit;
2683 }
2684 }
2685
2686 if (flags_specified == -1) {
2687 flags |= GRN_EXPR_ALLOW_PRAGMA | GRN_EXPR_ALLOW_COLUMN;
2688 } else {
2689 flags |= flags_specified;
2690 }
2691
2692 if (match_columns_string->header.domain == GRN_DB_TEXT &&
2693 GRN_TEXT_LEN(match_columns_string) > 0) {
2694 GRN_EXPR_CREATE_FOR_QUERY(ctx, table, match_columns, dummy_variable);
2695 if (!match_columns) {
2696 rc = ctx->rc;
2697 goto exit;
2698 }
2699
2700 grn_expr_parse(ctx, match_columns,
2701 GRN_TEXT_VALUE(match_columns_string),
2702 GRN_TEXT_LEN(match_columns_string),
2703 NULL, GRN_OP_MATCH, GRN_OP_AND,
2704 GRN_EXPR_SYNTAX_SCRIPT);
2705 if (ctx->rc != GRN_SUCCESS) {
2706 rc = ctx->rc;
2707 goto exit;
2708 }
2709 }
2710
2711 if (query->header.domain == GRN_DB_TEXT && GRN_TEXT_LEN(query) > 0) {
2712 const char *query_string;
2713 unsigned int query_string_len;
2714 grn_obj expanded_query;
2715
2716 GRN_EXPR_CREATE_FOR_QUERY(ctx, table, condition, dummy_variable);
2717 if (!condition) {
2718 rc = ctx->rc;
2719 goto exit;
2720 }
2721
2722 query_string = GRN_TEXT_VALUE(query);
2723 query_string_len = GRN_TEXT_LEN(query);
2724
2725 GRN_TEXT_INIT(&expanded_query, 0);
2726 if (query_expander_name &&
2727 query_expander_name->header.domain == GRN_DB_TEXT &&
2728 GRN_TEXT_LEN(query_expander_name) > 0) {
2729 rc = grn_proc_syntax_expand_query(ctx,
2730 query_string, query_string_len,
2731 flags,
2732 GRN_TEXT_VALUE(query_expander_name),
2733 GRN_TEXT_LEN(query_expander_name),
2734 NULL, 0,
2735 NULL, 0,
2736 &expanded_query,
2737 "[query]");
2738 if (rc != GRN_SUCCESS) {
2739 GRN_OBJ_FIN(ctx, &expanded_query);
2740 goto exit;
2741 }
2742 query_string = GRN_TEXT_VALUE(&expanded_query);
2743 query_string_len = GRN_TEXT_LEN(&expanded_query);
2744 }
2745 grn_expr_parse(ctx,
2746 condition,
2747 query_string,
2748 query_string_len,
2749 match_columns,
2750 default_mode,
2751 default_operator,
2752 flags);
2753 rc = ctx->rc;
2754 GRN_OBJ_FIN(ctx, &expanded_query);
2755 if (rc != GRN_SUCCESS) {
2756 goto exit;
2757 }
2758 grn_table_select(ctx, table, condition, res, op);
2759 rc = ctx->rc;
2760 }
2761
2762 exit :
2763 if (match_columns) {
2764 grn_obj_unlink(ctx, match_columns);
2765 }
2766 if (condition) {
2767 grn_obj_unlink(ctx, condition);
2768 }
2769
2770 return rc;
2771 }
2772
2773 static grn_obj *
2774 func_query(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_data)
2775 {
2776 selector_to_function_data data;
2777
2778 if (selector_to_function_data_init(ctx, &data, user_data)) {
2779 grn_rc rc;
2780 rc = run_query(ctx, data.table, nargs, args, data.records, GRN_OP_AND, NULL);
2781 if (rc == GRN_SUCCESS) {
2782 selector_to_function_data_selected(ctx, &data);
2783 }
2784 }
2785 selector_to_function_data_fin(ctx, &data);
2786
2787 return data.found;
2788 }
2789
2790 static grn_rc
2791 selector_query(grn_ctx *ctx, grn_obj *table, grn_obj *index,
2792 int nargs, grn_obj **args,
2793 grn_obj *res, grn_operator op)
2794 {
2795 return run_query(ctx,
2796 table,
2797 nargs - 1,
2798 args + 1,
2799 res,
2800 op,
2801 grn_selector_data_get(ctx));
28022589 }
28032590
28042591 static bool
48084595 /* experimental */
48094596 grn_proc_init_snippet_html(ctx);
48104597
4811 {
4812 grn_obj *selector_proc;
4813
4814 selector_proc = grn_proc_create(ctx, "query", -1, GRN_PROC_FUNCTION,
4815 func_query, NULL, NULL, 0, NULL);
4816 grn_proc_set_selector(ctx, selector_proc, selector_query);
4817 grn_proc_set_selector_operator(ctx, selector_proc, GRN_OP_NOP);
4818 }
4598 grn_proc_init_query(ctx);
48194599
48204600 {
48214601 grn_obj *selector_proc;
00 SUBDIRS = \
1 source \
2 windows
1 source
32
43 EXTRA_DIST = \
54 Rakefile \
443443 top_builddir = @top_builddir@
444444 top_srcdir = @top_srcdir@
445445 SUBDIRS = \
446 source \
447 windows
446 source
448447
449448 EXTRA_DIST = \
450449 Rakefile \
1717 version = File.read(base_version_file).chomp
1818 end
1919
20 def detect_target_apache_arrow_version
21 cmakelists = File.join(__dir__,
22 "..",
23 "vendor",
24 "apache-arrow-source",
25 "cpp",
26 "CMakeLists.txt")
27 matched = File.read(cmakelists).match(/^set\(ARROW_VERSION "(.+?)"\)/)
28 version = matched[1]
29 matched = version.match(/-SNAPSHOT\z/)
30 if matched
31 major_version = matched.pre_match.split(".", 2)[0].to_i
32 previous_major_version = major_version - 1
33 "#{previous_major_version}.0.0"
34 else
35 version
36 end
37 end
38
2039 def define_archive_task
2140 file @original_archive_name do
2241 File.symlink("../#{@original_archive_name}",
2342 @original_archive_name)
2443 end
44 end
45
46 def docker_build_options(os, architecture)
47 [
48 "--build-arg",
49 "APACHE_ARROW_VERSION=#{detect_target_apache_arrow_version}",
50 ]
2551 end
2652
2753 def apt_targets_default
3864 ]
3965 end
4066
67 def yum_expand_variable(key)
68 case key
69 when "APACHE_ARROW_VERSION"
70 detect_target_apache_arrow_version
71 else
72 super
73 end
74 end
75
4176 def windows_targets_default
4277 [
4378 "#{@package}-#{@version}-x64-vs2019.zip",
4883 "#{@package}-#{@version}-x64-vs2017-with-vcruntime.zip",
4984 "#{@package}-#{@version}-x86-vs2017.zip",
5085 "#{@package}-#{@version}-x86-vs2017-with-vcruntime.zip",
51 "#{@package}-#{@version}-x64.exe",
52 "#{@package}-#{@version}-x64.zip",
53 "#{@package}-#{@version}-x86.exe",
54 "#{@package}-#{@version}-x86.zip",
55 "#{@package}-#{@version}.zip",
5686 ]
5787 end
5888
00 # Copyright(C) 2014-2020 Sutou Kouhei <kou@clear-code.com>
1 # Copyright(C) 2020 Horimoto Yasuhiro <horimoto@clear-code.com>
1 # Copyright(C) 2020-2021 Horimoto Yasuhiro <horimoto@clear-code.com>
22 #
33 # This library is free software; you can redistribute it and/or
44 # modify it under the terms of the GNU Lesser General Public
103103
104104 def download_packages(target_namespace)
105105 base_dir = __send__("#{target_namespace}_dir")
106 repositories_dir = "#{base_dir}/repositories"
106 case target_namespace
107 when :windows
108 repositories_dir = "#{base_dir}/repositories/windows/#{@package}"
109 else
110 repositories_dir = "#{base_dir}/repositories"
111 end
107112 mkdir_p(repositories_dir)
108113 download_dir = "#{base_dir}/tmp/downloads/#{@version}"
109114 mkdir_p(download_dir)
+0
-4
packages/windows/Gemfile less more
0 source "https://rubygems.org/"
1
2 gem "octokit"
3 gem "veyor"
+0
-215
packages/windows/Makefile.am less more
0 SUBDIRS = \
1 patches \
2 language-files
3 EXTRA_DIST = \
4 Gemfile \
5 Rakefile
6 ARCHITECTURES = x86 x64
7 SUFFIX =
8
9 all:
10
11 release: download download-windows-binary build package installer upload
12
13 ensure-rsync-path:
14 @if test -z "$(RSYNC_PATH)"; then \
15 echo "--with-rsync-path configure option must be specified."; \
16 false; \
17 fi
18
19 ensure-latest-archive:
20 cd files && \
21 for architecture in $(ARCHITECTURES); do \
22 zip_base=$(PACKAGE)-$(VERSION)-$${architecture}; \
23 latest_base=$(PACKAGE)-latest-$${architecture}; \
24 ln -sf $${zip_base}.zip $${latest_base}.zip; \
25 ln -sf $${zip_base}.exe $${latest_base}.exe; \
26 zip_vs2017=$${zip_base}-vs2017.zip; \
27 if [ -f $${zip_vs2017} ]; then \
28 ln -sf $${zip_vs2017} $${latest_base}-vs2017.zip; \
29 fi; \
30 zip_vs2017runtime=$${zip_base}-vs2017-with-vcruntime.zip; \
31 if [ -f $${zip_vs2017runtime} ]; then \
32 ln -sf $${zip_vs2017runtime} $${latest_base}-vs2017-with-vcruntime.zip; \
33 fi; \
34 done
35
36 download: ensure-rsync-path
37 rsync -avz --progress --delete $(RSYNC_PATH)/windows/groonga/ files
38
39 download-windows-binary:
40 $(RUBY) $(srcdir)/download_github_actions_artifact.rb \
41 v$(PACKAGE_VERSION) \
42 files \
43 all
44
45 upload: ensure-rsync-path ensure-latest-archive
46 rsync -avz --progress --delete files/ $(RSYNC_PATH)/windows/groonga
47 rsync -avz --progress --delete source/ \
48 $(RSYNC_PATH)/windows/groonga/$(PACKAGE)-$(VERSION)$(SUFFIX)
49
50 upload-to-tmp: ensure-rsync-path
51 for architecture in $(ARCHITECTURES); do \
52 zip=$(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX).zip; \
53 (cd files && sha256sum $${zip} > $${zip}.sha256); \
54 scp files/$${zip} files/$${zip}.sha256 \
55 packages@packages.groonga.org:public/tmp/; \
56 done
57 rsync -avz --progress --delete source/ \
58 $(RSYNC_PATH)/tmp/$(PACKAGE)-$(VERSION)$(SUFFIX)
59
60 prepare-build:
61 @( \
62 echo "VERSION='$(VERSION)'"; \
63 echo "SOURCE='$(SOURCE)'"; \
64 echo "DEBUG_BUILD='$(DEBUG_BUILD)'"; \
65 echo "MEMORY_DEBUG_BUILD='$(MEMORY_DEBUG_BUILD)'"; \
66 echo "ARCHITECTURES='$(ARCHITECTURES)'"; \
67 ) > tmp/env.sh
68 cp $(top_srcdir)/bundled_lz4_version tmp/
69 cp $(top_srcdir)/bundled_message_pack_version tmp/
70 cp $(top_srcdir)/bundled_rapidjson_version tmp/
71 docker build \
72 --tag groonga/windows-build \
73 --force-rm \
74 --build-arg WORK_UID=$$(id --user) \
75 --build-arg WORK_GID=$$(id --group) \
76 --build-arg WORK_USER=$$(id --user --name) \
77 --build-arg WORK_GROUP=$$(id --group --name) \
78 $(srcdir)
79
80 build: source
81 $(MAKE) prepare-build
82 docker run \
83 --rm \
84 --interactive \
85 --user $$(id --user):$$(id --group) \
86 --volume ${abs_builddir}:/build \
87 groonga/windows-build
88
89 debug: source
90 $(MAKE) prepare-build
91 docker run \
92 --rm \
93 --interactive \
94 --tty \
95 --user $$(id --user):$$(id --group) \
96 --volume ${abs_builddir}:/build \
97 groonga/windows-build \
98 /bin/bash
99
100 build-groonga: source
101 for architecture in $(ARCHITECTURES); do \
102 $(RUBY) -S rake build:groonga build:post $(build_options) \
103 ARCHITECTURE=$${architecture}; \
104 done
105
106 LICENSE:
107 @(echo "Groonga"; \
108 echo "======="; \
109 echo; \
110 echo "COPYING"; \
111 echo "-------"; \
112 echo; \
113 cat $(LICENSE_DIR)/groonga/COPYING; \
114 echo; \
115 echo; \
116 echo "MeCab"; \
117 echo "====="; \
118 echo; \
119 echo "AUTHORS"; \
120 echo "-------"; \
121 echo; \
122 cat $(LICENSE_DIR)/mecab/AUTHORS; \
123 echo; \
124 echo "COPYING"; \
125 echo "-------"; \
126 echo; \
127 cat $(LICENSE_DIR)/mecab/COPYING; \
128 echo; \
129 echo "BSD"; \
130 echo "---"; \
131 echo; \
132 cat $(LICENSE_DIR)/mecab/BSD; \
133 echo; \
134 echo "GPL"; \
135 echo "---"; \
136 echo; \
137 cat $(LICENSE_DIR)/mecab/GPL; \
138 echo; \
139 echo "LGPL"; \
140 echo "----"; \
141 echo; \
142 cat $(LICENSE_DIR)/mecab/LGPL; \
143 echo; \
144 echo; \
145 echo "NAIST-jdic"; \
146 echo "=========="; \
147 echo; \
148 echo "AUTHORS"; \
149 echo "-------"; \
150 echo; \
151 cat $(LICENSE_DIR)/naist-jdic/AUTHORS; \
152 echo; \
153 echo "COPYING"; \
154 echo "-------"; \
155 echo; \
156 cat $(LICENSE_DIR)/naist-jdic/COPYING; \
157 echo; \
158 echo; \
159 echo "cv2pdb"; \
160 echo "======"; \
161 echo; \
162 echo "LICENSE"; \
163 echo "-------"; \
164 echo; \
165 cat $(LICENSE_DIR)/cv2pdb/LICENSE; \
166 ) > LICENSE
167
168 installer: installer-x86 installer-x64
169
170 setup-x86.nsi: setup-x64.nsi
171 sed \
172 -e 's/64/86/g' \
173 -e 's/PROGRAMFILES86/PROGRAMFILES32/g' \
174 setup-x64.nsi > setup-x86.nsi
175
176 installer-x86: setup-x86.nsi
177 $(MAKE) LICENSE_DIR=dist-x86/share/license LICENSE
178 makensis setup-x86.nsi
179
180 installer-x64: setup-x64.nsi
181 $(MAKE) LICENSE_DIR=dist-x64/share/license LICENSE
182 makensis setup-x64.nsi
183
184 package:
185 for architecture in $(ARCHITECTURES); do \
186 mkdir -p files; \
187 rm -rf files/$(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX); \
188 cp -a dist-$${architecture} \
189 files/$(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX); \
190 (cd files && \
191 rm -f $(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX).zip; \
192 zip -r $(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX).zip \
193 $(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX)); \
194 rm -rf files/$(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX); \
195 done
196
197 SOURCE=tmp/$(PACKAGE)-$(VERSION).tar.gz
198
199 source: $(SOURCE)
200
201 $(SOURCE): $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz
202 mkdir -p tmp
203 cp $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz $(SOURCE)
204
205 diff-mecab:
206 ( \
207 cd tmp/mecab; \
208 diff -u mecab-$(MECAB_VERSION){.orig,}/configure.in; \
209 diff -u mecab-$(MECAB_VERSION){.orig,}/src/common.h; \
210 diff -u mecab-$(MECAB_VERSION){.orig,}/src/mmap.h; \
211 diff -u mecab-$(MECAB_VERSION){.orig,}/src/utils.cpp; \
212 diff -u mecab-$(MECAB_VERSION){.orig,}/src/winmain.h; \
213 : \
214 ) > patches/mecab-$(MECAB_VERSION).diff
+0
-981
packages/windows/Makefile.in less more
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15 VPATH = @srcdir@
16 am__is_gnu_make = { \
17 if test -z '$(MAKELEVEL)'; then \
18 false; \
19 elif test -n '$(MAKE_HOST)'; then \
20 true; \
21 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22 true; \
23 else \
24 false; \
25 fi; \
26 }
27 am__make_running_with_option = \
28 case $${target_option-} in \
29 ?) ;; \
30 *) echo "am__make_running_with_option: internal error: invalid" \
31 "target option '$${target_option-}' specified" >&2; \
32 exit 1;; \
33 esac; \
34 has_opt=no; \
35 sane_makeflags=$$MAKEFLAGS; \
36 if $(am__is_gnu_make); then \
37 sane_makeflags=$$MFLAGS; \
38 else \
39 case $$MAKEFLAGS in \
40 *\\[\ \ ]*) \
41 bs=\\; \
42 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
43 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
44 esac; \
45 fi; \
46 skip_next=no; \
47 strip_trailopt () \
48 { \
49 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
50 }; \
51 for flg in $$sane_makeflags; do \
52 test $$skip_next = yes && { skip_next=no; continue; }; \
53 case $$flg in \
54 *=*|--*) continue;; \
55 -*I) strip_trailopt 'I'; skip_next=yes;; \
56 -*I?*) strip_trailopt 'I';; \
57 -*O) strip_trailopt 'O'; skip_next=yes;; \
58 -*O?*) strip_trailopt 'O';; \
59 -*l) strip_trailopt 'l'; skip_next=yes;; \
60 -*l?*) strip_trailopt 'l';; \
61 -[dEDm]) skip_next=yes;; \
62 -[JT]) skip_next=yes;; \
63 esac; \
64 case $$flg in \
65 *$$target_option*) has_opt=yes; break;; \
66 esac; \
67 done; \
68 test $$has_opt = yes
69 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
70 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
71 pkgdatadir = $(datadir)/@PACKAGE@
72 pkgincludedir = $(includedir)/@PACKAGE@
73 pkglibdir = $(libdir)/@PACKAGE@
74 pkglibexecdir = $(libexecdir)/@PACKAGE@
75 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76 install_sh_DATA = $(install_sh) -c -m 644
77 install_sh_PROGRAM = $(install_sh) -c
78 install_sh_SCRIPT = $(install_sh) -c
79 INSTALL_HEADER = $(INSTALL_DATA)
80 transform = $(program_transform_name)
81 NORMAL_INSTALL = :
82 PRE_INSTALL = :
83 POST_INSTALL = :
84 NORMAL_UNINSTALL = :
85 PRE_UNINSTALL = :
86 POST_UNINSTALL = :
87 build_triplet = @build@
88 host_triplet = @host@
89 subdir = packages/windows
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
92 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
93 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
94 $(top_srcdir)/base_version \
95 $(top_srcdir)/build/ac_macros/check_headers.m4 \
96 $(top_srcdir)/build/ac_macros/check_functions.m4 \
97 $(top_srcdir)/bundled_rapidjson_version \
98 $(top_srcdir)/bundled_mecab_version \
99 $(top_srcdir)/bundled_mecab_naist_jdic_version \
100 $(top_srcdir)/bundled_message_pack_version \
101 $(top_srcdir)/nginx_version $(top_srcdir)/gpg_uid \
102 $(top_srcdir)/gpg_uid_rsa4096 $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
105 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_HEADER = $(top_builddir)/config.h
108 CONFIG_CLEAN_FILES = setup-x64.nsi
109 CONFIG_CLEAN_VPATH_FILES =
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo " GEN " $@;
117 am__v_GEN_1 =
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 =
122 SOURCES =
123 DIST_SOURCES =
124 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
125 ctags-recursive dvi-recursive html-recursive info-recursive \
126 install-data-recursive install-dvi-recursive \
127 install-exec-recursive install-html-recursive \
128 install-info-recursive install-pdf-recursive \
129 install-ps-recursive install-recursive installcheck-recursive \
130 installdirs-recursive pdf-recursive ps-recursive \
131 tags-recursive uninstall-recursive
132 am__can_run_installinfo = \
133 case $$AM_UPDATE_INFO_DIR in \
134 n|no|NO) false;; \
135 *) (install-info --version) >/dev/null 2>&1;; \
136 esac
137 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
138 distclean-recursive maintainer-clean-recursive
139 am__recursive_targets = \
140 $(RECURSIVE_TARGETS) \
141 $(RECURSIVE_CLEAN_TARGETS) \
142 $(am__extra_recursive_targets)
143 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
144 distdir distdir-am
145 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
146 # Read a list of newline-separated strings from the standard input,
147 # and print each of them once, without duplicates. Input order is
148 # *not* preserved.
149 am__uniquify_input = $(AWK) '\
150 BEGIN { nonempty = 0; } \
151 { items[$$0] = 1; nonempty = 1; } \
152 END { if (nonempty) { for (i in items) print i; }; } \
153 '
154 # Make sure the list of sources is unique. This is necessary because,
155 # e.g., the same source file might be shared among _SOURCES variables
156 # for different programs/libraries.
157 am__define_uniq_tagged_files = \
158 list='$(am__tagged_files)'; \
159 unique=`for i in $$list; do \
160 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
161 done | $(am__uniquify_input)`
162 ETAGS = etags
163 CTAGS = ctags
164 DIST_SUBDIRS = $(SUBDIRS)
165 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/setup-x64.nsi.in
166 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167 am__relativize = \
168 dir0=`pwd`; \
169 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
170 sed_rest='s,^[^/]*/*,,'; \
171 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
172 sed_butlast='s,/*[^/]*$$,,'; \
173 while test -n "$$dir1"; do \
174 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
175 if test "$$first" != "."; then \
176 if test "$$first" = ".."; then \
177 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
178 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
179 else \
180 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
181 if test "$$first2" = "$$first"; then \
182 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
183 else \
184 dir2="../$$dir2"; \
185 fi; \
186 dir0="$$dir0"/"$$first"; \
187 fi; \
188 fi; \
189 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
190 done; \
191 reldir="$$dir2"
192 ACLOCAL = @ACLOCAL@
193 AMTAR = @AMTAR@
194 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
195 APACHE_ARROW_CFLAGS = @APACHE_ARROW_CFLAGS@
196 APACHE_ARROW_LIBS = @APACHE_ARROW_LIBS@
197 AR = @AR@
198 AS = @AS@
199 ATOMIC_LIBS = @ATOMIC_LIBS@
200 AUTOCONF = @AUTOCONF@
201 AUTOHEADER = @AUTOHEADER@
202 AUTOMAKE = @AUTOMAKE@
203 AWK = @AWK@
204 BUNDLED_MECAB_NAIST_JDIC_VERSION = @BUNDLED_MECAB_NAIST_JDIC_VERSION@
205 BUNDLED_MECAB_VERSION = @BUNDLED_MECAB_VERSION@
206 BUNDLED_MESSAGE_PACK_VERSION = @BUNDLED_MESSAGE_PACK_VERSION@
207 BUNDLED_RAPIDJSON_VERSION = @BUNDLED_RAPIDJSON_VERSION@
208 CC = @CC@
209 CCDEPMODE = @CCDEPMODE@
210 CFLAGS = @CFLAGS@
211 CPP = @CPP@
212 CPPFLAGS = @CPPFLAGS@
213 CUTTER_SOURCE_PATH = @CUTTER_SOURCE_PATH@
214 CXX = @CXX@
215 CXXCPP = @CXXCPP@
216 CXXDEPMODE = @CXXDEPMODE@
217 CXXFLAGS = @CXXFLAGS@
218 CYGPATH_W = @CYGPATH_W@
219 DEFS = @DEFS@
220 DEPDIR = @DEPDIR@
221 DLLTOOL = @DLLTOOL@
222 DOCUMENT_VERSION = @DOCUMENT_VERSION@
223 DOCUMENT_VERSION_FULL = @DOCUMENT_VERSION_FULL@
224 DSYMUTIL = @DSYMUTIL@
225 DUMPBIN = @DUMPBIN@
226 ECHO_C = @ECHO_C@
227 ECHO_N = @ECHO_N@
228 ECHO_T = @ECHO_T@
229 EGREP = @EGREP@
230 EXEEXT = @EXEEXT@
231 FGREP = @FGREP@
232 GLIB_CFLAGS = @GLIB_CFLAGS@
233 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
234 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
235 GLIB_LIBS = @GLIB_LIBS@
236 GLIB_MKENUMS = @GLIB_MKENUMS@
237 GOBJECT_QUERY = @GOBJECT_QUERY@
238 GPG_UID = @GPG_UID@
239 GPG_UID_RSA4096 = @GPG_UID_RSA4096@
240 GREP = @GREP@
241 GRN_CFLAGS = @GRN_CFLAGS@
242 GRN_DEFAULT_DOCUMENT_ROOT = @GRN_DEFAULT_DOCUMENT_ROOT@
243 GRN_DEFAULT_DOCUMENT_ROOT_BASE = @GRN_DEFAULT_DOCUMENT_ROOT_BASE@
244 GRN_DEFAULT_RELATIVE_DOCUMENT_ROOT = @GRN_DEFAULT_RELATIVE_DOCUMENT_ROOT@
245 GRN_DEFS = @GRN_DEFS@
246 GRN_DLL_FILENAME = @GRN_DLL_FILENAME@
247 GRN_EXPANDED_DEFAULT_DOCUMENT_ROOT = @GRN_EXPANDED_DEFAULT_DOCUMENT_ROOT@
248 GRN_VERSION = @GRN_VERSION@
249 GRN_VERSION_MAJOR = @GRN_VERSION_MAJOR@
250 GRN_VERSION_MICRO = @GRN_VERSION_MICRO@
251 GRN_VERSION_MINOR = @GRN_VERSION_MINOR@
252 GRN_VERSION_RC = @GRN_VERSION_RC@
253 GRN_WITH_MRUBY = @GRN_WITH_MRUBY@
254 GRN_WITH_ONIGMO = @GRN_WITH_ONIGMO@
255 GRN_WITH_PCRE = @GRN_WITH_PCRE@
256 GRN_WITH_SSL = @GRN_WITH_SSL@
257 GRN_WITH_ZLIB = @GRN_WITH_ZLIB@
258 GROONGA = @GROONGA@
259 GROONGA_BENCHMARK = @GROONGA_BENCHMARK@
260 GROONGA_HTTPD = @GROONGA_HTTPD@
261 GROONGA_HTTPD_DEFAULT_DATABASE_PATH = @GROONGA_HTTPD_DEFAULT_DATABASE_PATH@
262 GROONGA_HTTPD_DOCUMENT_ROOT = @GROONGA_HTTPD_DOCUMENT_ROOT@
263 GROONGA_HTTPD_PID_PATH = @GROONGA_HTTPD_PID_PATH@
264 GROONGA_MRUBY = @GROONGA_MRUBY@
265 GROONGA_ORG_PATH = @GROONGA_ORG_PATH@
266 GROONGA_SUGGEST_CREATE_DATASET = @GROONGA_SUGGEST_CREATE_DATASET@
267 HAVE_CXX11 = @HAVE_CXX11@
268 INSTALL = @INSTALL@
269 INSTALL_DATA = @INSTALL_DATA@
270 INSTALL_PROGRAM = @INSTALL_PROGRAM@
271 INSTALL_SCRIPT = @INSTALL_SCRIPT@
272 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
273 KYTEA_CFLAGS = @KYTEA_CFLAGS@
274 KYTEA_LIBS = @KYTEA_LIBS@
275 LAUNCHPAD_PPA = @LAUNCHPAD_PPA@
276 LAUNCHPAD_UPLOADER_PGP_KEY = @LAUNCHPAD_UPLOADER_PGP_KEY@
277 LD = @LD@
278 LDFLAGS = @LDFLAGS@
279 LEMON = @LEMON@
280 LIBEDIT_CFLAGS = @LIBEDIT_CFLAGS@
281 LIBEDIT_LIBS = @LIBEDIT_LIBS@
282 LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
283 LIBEVENT_LIBS = @LIBEVENT_LIBS@
284 LIBLZ4_CFLAGS = @LIBLZ4_CFLAGS@
285 LIBLZ4_LIBS = @LIBLZ4_LIBS@
286 LIBOBJS = @LIBOBJS@
287 LIBS = @LIBS@
288 LIBSTEMMER_CFLAGS = @LIBSTEMMER_CFLAGS@
289 LIBSTEMMER_LDFLAGS = @LIBSTEMMER_LDFLAGS@
290 LIBSTEMMER_LIBS = @LIBSTEMMER_LIBS@
291 LIBTOOL = @LIBTOOL@
292 LIBXXHASH_CFLAGS = @LIBXXHASH_CFLAGS@
293 LIBXXHASH_LIBS = @LIBXXHASH_LIBS@
294 LIBZMQ_CFLAGS = @LIBZMQ_CFLAGS@
295 LIBZMQ_LIBS = @LIBZMQ_LIBS@
296 LIBZSTD_CFLAGS = @LIBZSTD_CFLAGS@
297 LIBZSTD_LIBS = @LIBZSTD_LIBS@
298 LIPO = @LIPO@
299 LN_S = @LN_S@
300 LTLIBOBJS = @LTLIBOBJS@
301 LT_AGE = @LT_AGE@
302 LT_CURRENT = @LT_CURRENT@
303 LT_REVISION = @LT_REVISION@
304 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
305 LT_VERSION_INFO = @LT_VERSION_INFO@
306 LUAJIT_CFLAGS = @LUAJIT_CFLAGS@
307 LUAJIT_LIBS = @LUAJIT_LIBS@
308 MAKEINFO = @MAKEINFO@
309 MANIFEST_TOOL = @MANIFEST_TOOL@
310 MECAB_CONFIG = @MECAB_CONFIG@
311 MECAB_CPPFLAGS = @MECAB_CPPFLAGS@
312 MECAB_LDFLAGS = @MECAB_LDFLAGS@
313 MECAB_LIBS = @MECAB_LIBS@
314 MESSAGE_PACK_CFLAGS = @MESSAGE_PACK_CFLAGS@
315 MESSAGE_PACK_LIBS = @MESSAGE_PACK_LIBS@
316 MKDIR_P = @MKDIR_P@
317 MRUBY_CFLAGS = @MRUBY_CFLAGS@
318 MRUBY_CPPFLAGS = @MRUBY_CPPFLAGS@
319 NGINX_VERSION = @NGINX_VERSION@
320 NM = @NM@
321 NMEDIT = @NMEDIT@
322 NO_BAD_FUNCTION_CAST_CFLAGS = @NO_BAD_FUNCTION_CAST_CFLAGS@
323 NO_FLOAT_EQUAL_CFLAGS = @NO_FLOAT_EQUAL_CFLAGS@
324 NO_MISSING_FIELD_INITIALIZES_CFLAGS = @NO_MISSING_FIELD_INITIALIZES_CFLAGS@
325 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
326 OBJDUMP = @OBJDUMP@
327 OBJEXT = @OBJEXT@
328 ONIGMO_CFLAGS = @ONIGMO_CFLAGS@
329 ONIGMO_LIBS = @ONIGMO_LIBS@
330 OTOOL = @OTOOL@
331 OTOOL64 = @OTOOL64@
332 PACKAGE = @PACKAGE@
333 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
334 PACKAGE_LABEL = @PACKAGE_LABEL@
335 PACKAGE_NAME = @PACKAGE_NAME@
336 PACKAGE_STRING = @PACKAGE_STRING@
337 PACKAGE_TARNAME = @PACKAGE_TARNAME@
338 PACKAGE_URL = @PACKAGE_URL@
339 PACKAGE_VERSION = @PACKAGE_VERSION@
340 PATH_SEPARATOR = @PATH_SEPARATOR@
341 PCRE_CFLAGS = @PCRE_CFLAGS@
342 PCRE_LIBS = @PCRE_LIBS@
343 PCRE_LIBS_ONLY_L = @PCRE_LIBS_ONLY_L@
344 PKG_CONFIG = @PKG_CONFIG@
345 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
346 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
347 RANLIB = @RANLIB@
348 RAPIDJSON_CFLAGS = @RAPIDJSON_CFLAGS@
349 RAPIDJSON_LIBS = @RAPIDJSON_LIBS@
350 RC = @RC@
351 RSYNC_PATH = @RSYNC_PATH@
352 RUBY = @RUBY@
353 SED = @SED@
354 SET_MAKE = @SET_MAKE@
355 SHELL = @SHELL@
356 SPHINX_BUILD = @SPHINX_BUILD@
357 SSL_CFLAGS = @SSL_CFLAGS@
358 SSL_LIBS = @SSL_LIBS@
359 SSL_LIBS_ONLY_L = @SSL_LIBS_ONLY_L@
360 STRIP = @STRIP@
361 TEST_CFLAGS = @TEST_CFLAGS@
362 TEST_CXXFLAGS = @TEST_CXXFLAGS@
363 VERSION = @VERSION@
364 WINDOWS_LDFLAGS = @WINDOWS_LDFLAGS@
365 WINDOWS_LIBS = @WINDOWS_LIBS@
366 ZLIB_CFLAGS = @ZLIB_CFLAGS@
367 ZLIB_LIBS = @ZLIB_LIBS@
368 ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
369 abs_builddir = @abs_builddir@
370 abs_srcdir = @abs_srcdir@
371 abs_top_builddir = @abs_top_builddir@
372 abs_top_srcdir = @abs_top_srcdir@
373 ac_ct_AR = @ac_ct_AR@
374 ac_ct_CC = @ac_ct_CC@
375 ac_ct_CXX = @ac_ct_CXX@
376 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
377 am__include = @am__include@
378 am__leading_dot = @am__leading_dot@
379 am__quote = @am__quote@
380 am__tar = @am__tar@
381 am__untar = @am__untar@
382 bindir = @bindir@
383 build = @build@
384 build_alias = @build_alias@
385 build_cpu = @build_cpu@
386 build_os = @build_os@
387 build_vendor = @build_vendor@
388 builddir = @builddir@
389 datadir = @datadir@
390 datarootdir = @datarootdir@
391 docdir = @docdir@
392 dvidir = @dvidir@
393 examples_dictionarydir = @examples_dictionarydir@
394 examplesdir = @examplesdir@
395 exec_prefix = @exec_prefix@
396 expanded_pluginsdir = @expanded_pluginsdir@
397 expanded_relative_pluginsdir_base = @expanded_relative_pluginsdir_base@
398 expression_rewriter_pluginsdir = @expression_rewriter_pluginsdir@
399 function_pluginsdir = @function_pluginsdir@
400 grn_debug = @grn_debug@
401 grn_log_path = @grn_log_path@
402 host = @host@
403 host_alias = @host_alias@
404 host_cpu = @host_cpu@
405 host_os = @host_os@
406 host_vendor = @host_vendor@
407 htmldir = @htmldir@
408 includedir = @includedir@
409 infodir = @infodir@
410 install_sh = @install_sh@
411 libdir = @libdir@
412 libexecdir = @libexecdir@
413 localedir = @localedir@
414 localstatedir = @localstatedir@
415 mandir = @mandir@
416 mkdir_p = @mkdir_p@
417 oldincludedir = @oldincludedir@
418 pdfdir = @pdfdir@
419 pkgsysconfdir = @pkgsysconfdir@
420 pluginsdir = @pluginsdir@
421 prefix = @prefix@
422 program_transform_name = @program_transform_name@
423 psdir = @psdir@
424 query_expander_pluginsdir = @query_expander_pluginsdir@
425 relative_pluginsdir = @relative_pluginsdir@
426 relative_pluginsdir_base = @relative_pluginsdir_base@
427 relative_ruby_scriptsdir = @relative_ruby_scriptsdir@
428 relative_ruby_scriptsdir_base = @relative_ruby_scriptsdir_base@
429 ruby_pluginsdir = @ruby_pluginsdir@
430 ruby_scriptsdir = @ruby_scriptsdir@
431 runstatedir = @runstatedir@
432 sbindir = @sbindir@
433 sharding_pluginsdir = @sharding_pluginsdir@
434 sharedstatedir = @sharedstatedir@
435 srcdir = @srcdir@
436 subdirs = @subdirs@
437 suggest_pluginsdir = @suggest_pluginsdir@
438 sysconfdir = @sysconfdir@
439 target_alias = @target_alias@
440 token_filter_pluginsdir = @token_filter_pluginsdir@
441 tokenizer_pluginsdir = @tokenizer_pluginsdir@
442 top_build_prefix = @top_build_prefix@
443 top_builddir = @top_builddir@
444 top_srcdir = @top_srcdir@
445 SUBDIRS = \
446 patches \
447 language-files
448
449 EXTRA_DIST = \
450 Gemfile \
451 Rakefile
452
453 ARCHITECTURES = x86 x64
454 SUFFIX =
455 SOURCE = tmp/$(PACKAGE)-$(VERSION).tar.gz
456 all: all-recursive
457
458 .SUFFIXES:
459 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
460 @for dep in $?; do \
461 case '$(am__configure_deps)' in \
462 *$$dep*) \
463 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
464 && { if test -f $@; then exit 0; else break; fi; }; \
465 exit 1;; \
466 esac; \
467 done; \
468 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/windows/Makefile'; \
469 $(am__cd) $(top_srcdir) && \
470 $(AUTOMAKE) --foreign packages/windows/Makefile
471 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
472 @case '$?' in \
473 *config.status*) \
474 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
475 *) \
476 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
477 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
478 esac;
479
480 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
481 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482
483 $(top_srcdir)/configure: $(am__configure_deps)
484 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
485 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
486 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
487 $(am__aclocal_m4_deps):
488 setup-x64.nsi: $(top_builddir)/config.status $(srcdir)/setup-x64.nsi.in
489 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
490
491 mostlyclean-libtool:
492 -rm -f *.lo
493
494 clean-libtool:
495 -rm -rf .libs _libs
496
497 # This directory's subdirectories are mostly independent; you can cd
498 # into them and run 'make' without going through this Makefile.
499 # To change the values of 'make' variables: instead of editing Makefiles,
500 # (1) if the variable is set in 'config.status', edit 'config.status'
501 # (which will cause the Makefiles to be regenerated when you run 'make');
502 # (2) otherwise, pass the desired values on the 'make' command line.
503 $(am__recursive_targets):
504 @fail=; \
505 if $(am__make_keepgoing); then \
506 failcom='fail=yes'; \
507 else \
508 failcom='exit 1'; \
509 fi; \
510 dot_seen=no; \
511 target=`echo $@ | sed s/-recursive//`; \
512 case "$@" in \
513 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
514 *) list='$(SUBDIRS)' ;; \
515 esac; \
516 for subdir in $$list; do \
517 echo "Making $$target in $$subdir"; \
518 if test "$$subdir" = "."; then \
519 dot_seen=yes; \
520 local_target="$$target-am"; \
521 else \
522 local_target="$$target"; \
523 fi; \
524 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
525 || eval $$failcom; \
526 done; \
527 if test "$$dot_seen" = "no"; then \
528 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
529 fi; test -z "$$fail"
530
531 ID: $(am__tagged_files)
532 $(am__define_uniq_tagged_files); mkid -fID $$unique
533 tags: tags-recursive
534 TAGS: tags
535
536 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
537 set x; \
538 here=`pwd`; \
539 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
540 include_option=--etags-include; \
541 empty_fix=.; \
542 else \
543 include_option=--include; \
544 empty_fix=; \
545 fi; \
546 list='$(SUBDIRS)'; for subdir in $$list; do \
547 if test "$$subdir" = .; then :; else \
548 test ! -f $$subdir/TAGS || \
549 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
550 fi; \
551 done; \
552 $(am__define_uniq_tagged_files); \
553 shift; \
554 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
555 test -n "$$unique" || unique=$$empty_fix; \
556 if test $$# -gt 0; then \
557 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
558 "$$@" $$unique; \
559 else \
560 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
561 $$unique; \
562 fi; \
563 fi
564 ctags: ctags-recursive
565
566 CTAGS: ctags
567 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
568 $(am__define_uniq_tagged_files); \
569 test -z "$(CTAGS_ARGS)$$unique" \
570 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
571 $$unique
572
573 GTAGS:
574 here=`$(am__cd) $(top_builddir) && pwd` \
575 && $(am__cd) $(top_srcdir) \
576 && gtags -i $(GTAGS_ARGS) "$$here"
577 cscopelist: cscopelist-recursive
578
579 cscopelist-am: $(am__tagged_files)
580 list='$(am__tagged_files)'; \
581 case "$(srcdir)" in \
582 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
583 *) sdir=$(subdir)/$(srcdir) ;; \
584 esac; \
585 for i in $$list; do \
586 if test -f "$$i"; then \
587 echo "$(subdir)/$$i"; \
588 else \
589 echo "$$sdir/$$i"; \
590 fi; \
591 done >> $(top_builddir)/cscope.files
592
593 distclean-tags:
594 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
595
596 distdir: $(BUILT_SOURCES)
597 $(MAKE) $(AM_MAKEFLAGS) distdir-am
598
599 distdir-am: $(DISTFILES)
600 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
601 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
602 list='$(DISTFILES)'; \
603 dist_files=`for file in $$list; do echo $$file; done | \
604 sed -e "s|^$$srcdirstrip/||;t" \
605 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
606 case $$dist_files in \
607 */*) $(MKDIR_P) `echo "$$dist_files" | \
608 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
609 sort -u` ;; \
610 esac; \
611 for file in $$dist_files; do \
612 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
613 if test -d $$d/$$file; then \
614 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
615 if test -d "$(distdir)/$$file"; then \
616 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
617 fi; \
618 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
619 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
620 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
621 fi; \
622 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
623 else \
624 test -f "$(distdir)/$$file" \
625 || cp -p $$d/$$file "$(distdir)/$$file" \
626 || exit 1; \
627 fi; \
628 done
629 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
630 if test "$$subdir" = .; then :; else \
631 $(am__make_dryrun) \
632 || test -d "$(distdir)/$$subdir" \
633 || $(MKDIR_P) "$(distdir)/$$subdir" \
634 || exit 1; \
635 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
636 $(am__relativize); \
637 new_distdir=$$reldir; \
638 dir1=$$subdir; dir2="$(top_distdir)"; \
639 $(am__relativize); \
640 new_top_distdir=$$reldir; \
641 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
642 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
643 ($(am__cd) $$subdir && \
644 $(MAKE) $(AM_MAKEFLAGS) \
645 top_distdir="$$new_top_distdir" \
646 distdir="$$new_distdir" \
647 am__remove_distdir=: \
648 am__skip_length_check=: \
649 am__skip_mode_fix=: \
650 distdir) \
651 || exit 1; \
652 fi; \
653 done
654 check-am: all-am
655 check: check-recursive
656 all-am: Makefile
657 installdirs: installdirs-recursive
658 installdirs-am:
659 install: install-recursive
660 install-exec: install-exec-recursive
661 install-data: install-data-recursive
662 uninstall: uninstall-recursive
663
664 install-am: all-am
665 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
666
667 installcheck: installcheck-recursive
668 install-strip:
669 if test -z '$(STRIP)'; then \
670 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
671 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
672 install; \
673 else \
674 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
675 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
676 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
677 fi
678 mostlyclean-generic:
679
680 clean-generic:
681
682 distclean-generic:
683 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
684 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
685
686 maintainer-clean-generic:
687 @echo "This command is intended for maintainers to use"
688 @echo "it deletes files that may require special tools to rebuild."
689 clean: clean-recursive
690
691 clean-am: clean-generic clean-libtool mostlyclean-am
692
693 distclean: distclean-recursive
694 -rm -f Makefile
695 distclean-am: clean-am distclean-generic distclean-tags
696
697 dvi: dvi-recursive
698
699 dvi-am:
700
701 html: html-recursive
702
703 html-am:
704
705 info: info-recursive
706
707 info-am:
708
709 install-data-am:
710
711 install-dvi: install-dvi-recursive
712
713 install-dvi-am:
714
715 install-exec-am:
716
717 install-html: install-html-recursive
718
719 install-html-am:
720
721 install-info: install-info-recursive
722
723 install-info-am:
724
725 install-man:
726
727 install-pdf: install-pdf-recursive
728
729 install-pdf-am:
730
731 install-ps: install-ps-recursive
732
733 install-ps-am:
734
735 installcheck-am:
736
737 maintainer-clean: maintainer-clean-recursive
738 -rm -f Makefile
739 maintainer-clean-am: distclean-am maintainer-clean-generic
740
741 mostlyclean: mostlyclean-recursive
742
743 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
744
745 pdf: pdf-recursive
746
747 pdf-am:
748
749 ps: ps-recursive
750
751 ps-am:
752
753 uninstall-am:
754
755 .MAKE: $(am__recursive_targets) install-am install-strip
756
757 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
758 check-am clean clean-generic clean-libtool cscopelist-am ctags \
759 ctags-am distclean distclean-generic distclean-libtool \
760 distclean-tags distdir dvi dvi-am html html-am info info-am \
761 install install-am install-data install-data-am install-dvi \
762 install-dvi-am install-exec install-exec-am install-html \
763 install-html-am install-info install-info-am install-man \
764 install-pdf install-pdf-am install-ps install-ps-am \
765 install-strip installcheck installcheck-am installdirs \
766 installdirs-am maintainer-clean maintainer-clean-generic \
767 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
768 ps ps-am tags tags-am uninstall uninstall-am
769
770 .PRECIOUS: Makefile
771
772
773 all:
774
775 release: download download-windows-binary build package installer upload
776
777 ensure-rsync-path:
778 @if test -z "$(RSYNC_PATH)"; then \
779 echo "--with-rsync-path configure option must be specified."; \
780 false; \
781 fi
782
783 ensure-latest-archive:
784 cd files && \
785 for architecture in $(ARCHITECTURES); do \
786 zip_base=$(PACKAGE)-$(VERSION)-$${architecture}; \
787 latest_base=$(PACKAGE)-latest-$${architecture}; \
788 ln -sf $${zip_base}.zip $${latest_base}.zip; \
789 ln -sf $${zip_base}.exe $${latest_base}.exe; \
790 zip_vs2017=$${zip_base}-vs2017.zip; \
791 if [ -f $${zip_vs2017} ]; then \
792 ln -sf $${zip_vs2017} $${latest_base}-vs2017.zip; \
793 fi; \
794 zip_vs2017runtime=$${zip_base}-vs2017-with-vcruntime.zip; \
795 if [ -f $${zip_vs2017runtime} ]; then \
796 ln -sf $${zip_vs2017runtime} $${latest_base}-vs2017-with-vcruntime.zip; \
797 fi; \
798 done
799
800 download: ensure-rsync-path
801 rsync -avz --progress --delete $(RSYNC_PATH)/windows/groonga/ files
802
803 download-windows-binary:
804 $(RUBY) $(srcdir)/download_github_actions_artifact.rb \
805 v$(PACKAGE_VERSION) \
806 files \
807 all
808
809 upload: ensure-rsync-path ensure-latest-archive
810 rsync -avz --progress --delete files/ $(RSYNC_PATH)/windows/groonga
811 rsync -avz --progress --delete source/ \
812 $(RSYNC_PATH)/windows/groonga/$(PACKAGE)-$(VERSION)$(SUFFIX)
813
814 upload-to-tmp: ensure-rsync-path
815 for architecture in $(ARCHITECTURES); do \
816 zip=$(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX).zip; \
817 (cd files && sha256sum $${zip} > $${zip}.sha256); \
818 scp files/$${zip} files/$${zip}.sha256 \
819 packages@packages.groonga.org:public/tmp/; \
820 done
821 rsync -avz --progress --delete source/ \
822 $(RSYNC_PATH)/tmp/$(PACKAGE)-$(VERSION)$(SUFFIX)
823
824 prepare-build:
825 @( \
826 echo "VERSION='$(VERSION)'"; \
827 echo "SOURCE='$(SOURCE)'"; \
828 echo "DEBUG_BUILD='$(DEBUG_BUILD)'"; \
829 echo "MEMORY_DEBUG_BUILD='$(MEMORY_DEBUG_BUILD)'"; \
830 echo "ARCHITECTURES='$(ARCHITECTURES)'"; \
831 ) > tmp/env.sh
832 cp $(top_srcdir)/bundled_lz4_version tmp/
833 cp $(top_srcdir)/bundled_message_pack_version tmp/
834 cp $(top_srcdir)/bundled_rapidjson_version tmp/
835 docker build \
836 --tag groonga/windows-build \
837 --force-rm \
838 --build-arg WORK_UID=$$(id --user) \
839 --build-arg WORK_GID=$$(id --group) \
840 --build-arg WORK_USER=$$(id --user --name) \
841 --build-arg WORK_GROUP=$$(id --group --name) \
842 $(srcdir)
843
844 build: source
845 $(MAKE) prepare-build
846 docker run \
847 --rm \
848 --interactive \
849 --user $$(id --user):$$(id --group) \
850 --volume ${abs_builddir}:/build \
851 groonga/windows-build
852
853 debug: source
854 $(MAKE) prepare-build
855 docker run \
856 --rm \
857 --interactive \
858 --tty \
859 --user $$(id --user):$$(id --group) \
860 --volume ${abs_builddir}:/build \
861 groonga/windows-build \
862 /bin/bash
863
864 build-groonga: source
865 for architecture in $(ARCHITECTURES); do \
866 $(RUBY) -S rake build:groonga build:post $(build_options) \
867 ARCHITECTURE=$${architecture}; \
868 done
869
870 LICENSE:
871 @(echo "Groonga"; \
872 echo "======="; \
873 echo; \
874 echo "COPYING"; \
875 echo "-------"; \
876 echo; \
877 cat $(LICENSE_DIR)/groonga/COPYING; \
878 echo; \
879 echo; \
880 echo "MeCab"; \
881 echo "====="; \
882 echo; \
883 echo "AUTHORS"; \
884 echo "-------"; \
885 echo; \
886 cat $(LICENSE_DIR)/mecab/AUTHORS; \
887 echo; \
888 echo "COPYING"; \
889 echo "-------"; \
890 echo; \
891 cat $(LICENSE_DIR)/mecab/COPYING; \
892 echo; \
893 echo "BSD"; \
894 echo "---"; \
895 echo; \
896 cat $(LICENSE_DIR)/mecab/BSD; \
897 echo; \
898 echo "GPL"; \
899 echo "---"; \
900 echo; \
901 cat $(LICENSE_DIR)/mecab/GPL; \
902 echo; \
903 echo "LGPL"; \
904 echo "----"; \
905 echo; \
906 cat $(LICENSE_DIR)/mecab/LGPL; \
907 echo; \
908 echo; \
909 echo "NAIST-jdic"; \
910 echo "=========="; \
911 echo; \
912 echo "AUTHORS"; \
913 echo "-------"; \
914 echo; \
915 cat $(LICENSE_DIR)/naist-jdic/AUTHORS; \
916 echo; \
917 echo "COPYING"; \
918 echo "-------"; \
919 echo; \
920 cat $(LICENSE_DIR)/naist-jdic/COPYING; \
921 echo; \
922 echo; \
923 echo "cv2pdb"; \
924 echo "======"; \
925 echo; \
926 echo "LICENSE"; \
927 echo "-------"; \
928 echo; \
929 cat $(LICENSE_DIR)/cv2pdb/LICENSE; \
930 ) > LICENSE
931
932 installer: installer-x86 installer-x64
933
934 setup-x86.nsi: setup-x64.nsi
935 sed \
936 -e 's/64/86/g' \
937 -e 's/PROGRAMFILES86/PROGRAMFILES32/g' \
938 setup-x64.nsi > setup-x86.nsi
939
940 installer-x86: setup-x86.nsi
941 $(MAKE) LICENSE_DIR=dist-x86/share/license LICENSE
942 makensis setup-x86.nsi
943
944 installer-x64: setup-x64.nsi
945 $(MAKE) LICENSE_DIR=dist-x64/share/license LICENSE
946 makensis setup-x64.nsi
947
948 package:
949 for architecture in $(ARCHITECTURES); do \
950 mkdir -p files; \
951 rm -rf files/$(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX); \
952 cp -a dist-$${architecture} \
953 files/$(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX); \
954 (cd files && \
955 rm -f $(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX).zip; \
956 zip -r $(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX).zip \
957 $(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX)); \
958 rm -rf files/$(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX); \
959 done
960
961 source: $(SOURCE)
962
963 $(SOURCE): $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz
964 mkdir -p tmp
965 cp $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz $(SOURCE)
966
967 diff-mecab:
968 ( \
969 cd tmp/mecab; \
970 diff -u mecab-$(MECAB_VERSION){.orig,}/configure.in; \
971 diff -u mecab-$(MECAB_VERSION){.orig,}/src/common.h; \
972 diff -u mecab-$(MECAB_VERSION){.orig,}/src/mmap.h; \
973 diff -u mecab-$(MECAB_VERSION){.orig,}/src/utils.cpp; \
974 diff -u mecab-$(MECAB_VERSION){.orig,}/src/winmain.h; \
975 : \
976 ) > patches/mecab-$(MECAB_VERSION).diff
977
978 # Tell versions [3.59,3.63) of GNU make to not export all variables.
979 # Otherwise a system limit (for SysV at least) may be exceeded.
980 .NOEXPORT:
+0
-620
packages/windows/Rakefile less more
0 # -*- ruby -*-
1 #
2 # Copyright (C) 2011-2019 Kouhei Sutou <kou@clear-code.com>
3 #
4 # This library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License version 2.1 as published by the Free Software Foundation.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
17 require "digest"
18 require "pathname"
19 require "open-uri"
20
21 base_dir = Pathname.new(__FILE__).dirname
22
23 architecture = ENV["ARCHITECTURE"]
24 groonga_win32_x86_p = architecture == "x86"
25 groonga_version = ENV["VERSION"]
26 debug_build_p = ENV["DEBUG_BUILD"] == "yes"
27 memory_debug_build_p = ENV["MEMORY_DEBUG_BUILD"] == "yes"
28
29 if groonga_win32_x86_p
30 dist_dir = Pathname.new("dist-x86").expand_path
31 else
32 dist_dir = Pathname.new("dist-x64").expand_path
33 end
34 source_dir = Pathname.new("source").expand_path
35 data_dir = dist_dir + "share"
36 groonga_data_dir = data_dir + "groonga"
37 license_dir = data_dir + "license"
38 binary_dir = base_dir + dist_dir
39 include_dir = binary_dir + "include"
40 lib_dir = binary_dir + "lib"
41 bin_dir = binary_dir + "bin"
42 base_tmp_dir = Pathname.new(ENV["TMP_DIR"] || (base_dir + "tmp")).expand_path
43
44 patches_dir = (base_dir + "patches").expand_path
45 mecab_patches = [
46 "mecab-0.996.diff",
47 ]
48 nginx_patches = [
49 ]
50 if groonga_win32_x86_p
51 architecture = "x86"
52 host = "i686-w64-mingw32"
53 else
54 architecture = "x64"
55 host = "x86_64-w64-mingw32"
56 end
57
58 def groonga_source
59 Pathname.new(ENV["SOURCE"]).expand_path
60 end
61
62 def download(url, download_dir)
63 base_name = url.split("/").last.split("?", 2)[0]
64 absolute_output_path = download_dir + base_name
65
66 unless absolute_output_path.exist?
67 mkdir_p(download_dir)
68 rake_output_message "Downloading... #{url}"
69 open(url) do |downloaded_file|
70 absolute_output_path.open("wb") do |output_file|
71 output_file.print(downloaded_file.read)
72 end
73 end
74 end
75
76 absolute_output_path
77 end
78
79 download_dir = base_tmp_dir + "download"
80 namespace :build do
81 task :pkg_config do
82 ENV["PKG_CONFIG_PATH"] = nil
83 ENV["PKG_CONFIG_LIBDIR"] = (lib_dir + "pkgconfig").to_s
84 end
85
86 task :flags do
87 ENV["CPPFLAGS"] = "-I#{include_dir}"
88 ENV["LDFLAGS"] = "-L#{lib_dir}"
89 end
90
91 task :env => [:pkg_config, :flags]
92
93 desc "Build zlib and install it into #{dist_dir}."
94 task :zlib => :env do
95 tmp_dir = base_tmp_dir + "zlib"
96 rm_rf(tmp_dir)
97 mkdir_p(tmp_dir)
98 zlib_version = "1.2.11"
99 zlib_base = "zlib-#{zlib_version}"
100 zlib_tar_gz_url = "http://zlib.net/#{zlib_base}.tar.gz"
101 zlib_tar_gz = download(zlib_tar_gz_url, download_dir)
102 cp(zlib_tar_gz, source_dir)
103 Dir.chdir(tmp_dir) do
104 sh("tar", "xzf", zlib_tar_gz.to_s) or exit(false)
105 end
106 Dir.chdir(tmp_dir + zlib_base) do
107 build_parameters = ["PREFIX=#{host}-"]
108 if debug_build_p
109 build_parameters << "LOC=-DDEBUG"
110 build_parameters << "CFLAGS=$(LOC) -g3 -O0"
111 end
112 sh("make",
113 *build_parameters,
114 "-f", "win32/Makefile.gcc") or exit(false)
115 sh("make",
116 "INCLUDE_PATH=#{include_dir}",
117 "LIBRARY_PATH=#{lib_dir}",
118 "BINARY_PATH=#{bin_dir}",
119 "SHARED_MODE=1",
120 "-f",
121 "win32/Makefile.gcc", "install") or exit(false)
122
123 zlib_license_dir = license_dir + "zlib"
124 mkdir_p(zlib_license_dir)
125 files = ["README"]
126 cp(files, zlib_license_dir)
127 end
128 end
129
130 desc "Build LZ4 and install it into #{dist_dir}."
131 task :lz4 => :env do
132 tmp_dir = base_tmp_dir + "lz4"
133 rm_rf(tmp_dir)
134 mkdir_p(tmp_dir)
135 lz4_version_path = base_dir + "tmp" + "bundled_lz4_version"
136 lz4_version = lz4_version_path.read.strip
137 lz4_base = "lz4-#{lz4_version}"
138 lz4_tar_gz_url_base =
139 "https://github.com/lz4/lz4/archive"
140 lz4_tar_gz_url =
141 "#{lz4_tar_gz_url_base}/v#{lz4_version}.tar.gz"
142 lz4_tar_gz = download(lz4_tar_gz_url, download_dir)
143 cp(lz4_tar_gz, source_dir)
144 Dir.chdir(tmp_dir) do
145 sh("tar", "xzf", lz4_tar_gz.to_s) or exit(false)
146 end
147 Dir.chdir(tmp_dir + lz4_base) do
148 parameters = [
149 "CC=#{host}-gcc",
150 "EXT=.exe",
151 "SHARED_EXT=dll",
152 "PREFIX=#{binary_dir}",
153 ]
154 parameters << "CFLAGS=-O0 -g3" if debug_build_p
155 sh("make",
156 *parameters,
157 "install") or exit(false)
158
159 lz4_license_dir = license_dir + "lz4"
160 mkdir_p(lz4_license_dir)
161 files = ["lib/LICENSE"]
162 cp(files, lz4_license_dir)
163 end
164 end
165
166 desc "Build MessagePack and install it into #{dist_dir}."
167 task :msgpack => :env do
168 tmp_dir = base_tmp_dir + "msgpack"
169 rm_rf(tmp_dir)
170 mkdir_p(tmp_dir)
171 msgpack_version_path = base_dir + "tmp" + "bundled_message_pack_version"
172 msgpack_version = msgpack_version_path.read.strip
173 msgpack_base = "msgpack-#{msgpack_version}"
174 msgpack_tar_gz = "#{msgpack_base}.tar.gz"
175 msgpack_tar_gz_url_base =
176 "https://github.com/msgpack/msgpack-c/releases/download"
177 msgpack_tar_gz_url =
178 "#{msgpack_tar_gz_url_base}/cpp-#{msgpack_version}/#{msgpack_tar_gz}"
179 msgpack_tar_gz = download(msgpack_tar_gz_url, download_dir)
180 cp(msgpack_tar_gz, source_dir)
181 Dir.chdir(tmp_dir) do
182 sh("tar", "xzf", msgpack_tar_gz.to_s) or exit(false)
183 end
184 Dir.chdir(tmp_dir + msgpack_base) do
185 cmake_parameters = [
186 "-DCMAKE_INSTALL_PREFIX=#{binary_dir}",
187 "-DCMAKE_SYSTEM_NAME=Windows",
188 "-DCMAKE_SYSTEM_PROCESSOR=#{architecture}",
189 "-DCMAKE_C_COMPILER=#{host}-gcc",
190 "-DCMAKE_CXX_COMPILER=#{host}-g++",
191 ]
192 if debug_build_p
193 cmake_parameters << "-DCMAKE_C_FLAGS=-O0 -g3"
194 cmake_parameters << "-DCMAKE_CXX_FLAGS=-O0 -g3"
195 end
196 sh("cmake", *cmake_parameters) or exit(false)
197 sh("env", "GREP_OPTIONS=--text", "nice", "make", "-j8") or exit(false)
198 sh("env", "GREP_OPTIONS=--text", "make", "install") or exit(false)
199
200 msgpack_license_dir = license_dir + "msgpack"
201 mkdir_p(msgpack_license_dir)
202 files = [
203 "README.md",
204 "COPYING",
205 "NOTICE",
206 "LICENSE_1_0.txt",
207 ]
208 cp(files, msgpack_license_dir)
209 end
210 end
211
212 desc "Build MeCab and install it into #{dist_dir}."
213 task :mecab => :env do
214 tmp_dir = base_tmp_dir + "mecab"
215 rm_rf(tmp_dir)
216 mkdir_p(tmp_dir)
217 mecab_version = "0.996"
218 mecab_base = "mecab-#{mecab_version}"
219 mecab_tar_gz_url = "https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE"
220 mecab_tar_gz = download(mecab_tar_gz_url, download_dir)
221 cp(mecab_tar_gz, source_dir + "#{mecab_base}.tar.gz")
222 Dir.chdir(tmp_dir) do
223 sh("tar", "xzf", mecab_tar_gz.to_s) or exit(false)
224 end
225 Dir.chdir(tmp_dir + mecab_base) do
226 mecab_patches.each do |patch|
227 sh("patch -p1 < #{patches_dir + patch}")
228 end
229 sh("autoreconf", "--install", "--force")
230 sh("./configure",
231 "--prefix=#{binary_dir}",
232 "--host=#{host}") or exit(false)
233 build_parameters = []
234 if debug_build_p
235 build_parameters << "CFLAGS=-O0 -Wall -g3"
236 build_parameters << "CXXFLAGS=-O0 -Wall -g3"
237 end
238 sh("env", "GREP_OPTIONS=--text", "nice",
239 "make", "-j8", *build_parameters) or exit(false)
240 sh("env", "GREP_OPTIONS=--text", "make", "install") or exit(false)
241
242 mecab_rc_path = binary_dir + "etc" + "mecabrc"
243 win32_mecab_rc_path = binary_dir + "bin" + "mecabrc"
244 mv(mecab_rc_path, win32_mecab_rc_path)
245
246 mecab_license_dir = license_dir + "mecab"
247 mkdir_p(mecab_license_dir)
248 files = ["AUTHORS", "BSD", "COPYING", "GPL", "LGPL"]
249 cp(files, mecab_license_dir)
250 end
251 end
252
253 desc "Build MeCab dictionary and install it into #{dist_dir}."
254 task :mecab_dict => :env do
255 tmp_dir = base_tmp_dir + "mecab_dict"
256 rm_rf(tmp_dir)
257 mkdir_p(tmp_dir)
258 naist_jdic_base = "mecab-naist-jdic-0.6.3-20100801"
259 naist_jdic_tar_gz_url =
260 "http://iij.dl.osdn.jp/naist-jdic/48487/#{naist_jdic_base}.tar.gz"
261 naist_jdic_tar_gz = download(naist_jdic_tar_gz_url, download_dir)
262 cp(naist_jdic_tar_gz, source_dir)
263 Dir.chdir(tmp_dir) do
264 sh("tar", "xzf", naist_jdic_tar_gz.to_s) or exit(false)
265 end
266 Dir.chdir(tmp_dir + naist_jdic_base) do
267 mecab_config = binary_dir + "bin" + "mecab-config"
268 sh("./configure",
269 "--with-mecab-config=#{mecab_config}",
270 "--with-dicdir=#{binary_dir}/share/mecab/dic/naist-jdic",
271 "--with-charset=utf-8") or exit(false)
272
273 mecab_dict_index_original =
274 binary_dir + "libexec" + "mecab" + "mecab-dict-index.exe"
275 mecab_dict_index_bin = binary_dir + "bin" + "mecab-dict-index.exe"
276 cp(mecab_dict_index_original,
277 mecab_dict_index_bin)
278 mecab_dict_index = "wine #{mecab_dict_index_bin}"
279 rm_rf(File.expand_path("~/.wine"))
280 sh("make", "mecab_dict_index=#{mecab_dict_index}") or exit(false)
281 rm(mecab_dict_index_bin)
282
283 sh("make", "install-data") or exit(false)
284
285 naist_jdic_license_dir = license_dir + "naist-jdic"
286 mkdir_p(naist_jdic_license_dir)
287 files = ["AUTHORS", "COPYING"]
288 cp(files, naist_jdic_license_dir)
289 end
290 dictionary_dir = "$(rcpath)\\..\\share\\mecab\\dic\\naist-jdic"
291 mecab_rc_path = binary_dir + "bin" + "mecabrc"
292 mecab_rc_content = mecab_rc_path.read
293 File.open(mecab_rc_path, "w") do |mecab_rc|
294 mecab_rc.print(mecab_rc_content.gsub(/^dicdir\s*=.+$/,
295 "dicdir = #{dictionary_dir}"))
296 end
297 end
298
299 desc "Build PCRE and install it into #{dist_dir}."
300 task :pcre => :env do
301 tmp_dir = base_tmp_dir + "pcre"
302 rm_rf(tmp_dir)
303 mkdir_p(tmp_dir)
304 pcre_version = "8.42"
305 pcre_base = "pcre-#{pcre_version}"
306 pcre_tar_gz_url_base = "https://ftp.pcre.org/pub/pcre/"
307 pcre_tar_gz_url =
308 "#{pcre_tar_gz_url_base}/pcre-#{pcre_version}.tar.gz"
309 pcre_tar_gz = download(pcre_tar_gz_url, download_dir)
310 cp(pcre_tar_gz, source_dir)
311 Dir.chdir(tmp_dir) do
312 sh("tar", "xzf", pcre_tar_gz.to_s) or exit(false)
313 end
314 Dir.chdir(tmp_dir + pcre_base) do
315 parameters = [
316 "CC=#{host}-gcc",
317 "EXT=.exe",
318 "SHARED_EXT=dll",
319 "PREFIX=#{binary_dir}",
320 ]
321 parameters << "CFLAGS=-O0 -g3" if debug_build_p
322 sh("./configure",
323 "--prefix=#{binary_dir}",
324 "--host=#{host}",
325 "--enable-utf8",
326 "--enable-unicode-properties") or exit(false)
327 sh("make",
328 *parameters,
329 "install") or exit(false)
330
331 pcre_license_dir = license_dir + "pcre"
332 mkdir_p(pcre_license_dir)
333 files = ["LICENCE"]
334 cp(files, pcre_license_dir)
335 end
336 end
337
338 desc "Build RapidJSON and install it into #{dist_dir}."
339 task :rapidjson => :env do
340 tmp_dir = base_tmp_dir + "rapidjson"
341 rm_rf(tmp_dir)
342 mkdir_p(tmp_dir)
343 rapidjson_version_path = base_dir + "tmp" + "bundled_rapidjson_version"
344 rapidjson_version = rapidjson_version_path.read.strip
345 rapidjson_base = "rapidjson-#{rapidjson_version}"
346 rapidjson_tar_gz_url_base =
347 "https://github.com/Tencent/rapidjson/archive"
348 rapidjson_tar_gz_url =
349 "#{rapidjson_tar_gz_url_base}/v#{rapidjson_version}.tar.gz"
350 rapidjson_tar_gz = download(rapidjson_tar_gz_url, download_dir)
351 cp(rapidjson_tar_gz, source_dir)
352 Dir.chdir(tmp_dir) do
353 sh("tar", "xzf", rapidjson_tar_gz.to_s) or exit(false)
354 end
355 Dir.chdir(tmp_dir + rapidjson_base) do
356 cmake_parameters = [
357 "-DCMAKE_INSTALL_PREFIX=#{binary_dir}",
358 "-DCMAKE_SYSTEM_NAME=Windows",
359 "-DCMAKE_SYSTEM_PROCESSOR=#{architecture}",
360 "-DCMAKE_C_COMPILER=#{host}-gcc",
361 "-DCMAKE_CXX_COMPILER=#{host}-g++",
362 "-DRAPIDJSON_BUILD_DOC=OFF",
363 "-DRAPIDJSON_BUILD_EXAMPLES=OFF",
364 "-DRAPIDJSON_BUILD_TESTS=OFF"
365 ]
366 sh("cmake", *cmake_parameters) or exit(false)
367 sh("make", "install") or exit(false)
368 rapidjson_license_dir = license_dir + "rapidjson"
369 mkdir_p(rapidjson_license_dir)
370 files = ["license.txt"]
371 cp(files, rapidjson_license_dir)
372 end
373 end
374
375 desc "Build Groonga and install it into #{dist_dir}/."
376 task :groonga => :env do
377 tmp_dir = base_tmp_dir + "groonga"
378 rm_rf(tmp_dir)
379 mkdir_p(tmp_dir)
380 cp(groonga_source, source_dir)
381 groonga_source_path = groonga_source.to_s
382 Dir.chdir(tmp_dir) do
383 sh("tar", "xzf", groonga_source_path) or exit(false)
384 end
385 Dir.chdir(tmp_dir + "groonga-#{groonga_version}") do
386 Dir.chdir("vendor") do
387 nginx_patches.each do |patch|
388 sh("patch -p0 < #{patches_dir + patch}")
389 end
390 end
391
392 mecab_config = binary_dir + "bin" + "mecab-config"
393 options = [
394 "--prefix=#{binary_dir}",
395 "--host=#{host}",
396 "--disable-libedit",
397 "--with-zlib",
398 "--with-lz4",
399 "--without-apache-arrow",
400 "--without-libstemmer",
401 "--without-kytea",
402 "--without-cutter",
403 "--disable-benchmark",
404 "--with-message-pack=#{binary_dir}",
405 "--enable-mruby",
406 "--enable-shared-onigmo",
407 "--disable-groonga-httpd",
408 "--without-xxhash",
409 ]
410 if mecab_config.exist?
411 options << "--with-mecab-config=#{mecab_config}"
412 else
413 options << "--without-mecab"
414 end
415 options << "--enable-debug" if debug_build_p
416 options << "--enable-memory-debug" if memory_debug_build_p
417 sh("./configure", *options) or exit(false)
418 sh("env", "GREP_OPTIONS=--text", "nice", "make", "-j8") or exit(false)
419 sh("env", "GREP_OPTIONS=--text", "make", "install") or exit(false)
420
421 groonga_license_dir = license_dir + "groonga"
422 mkdir_p(groonga_license_dir)
423 files = ["README.md", "COPYING"]
424 cp(files, groonga_license_dir)
425
426 mruby_license_dir = license_dir + "mruby"
427 mkdir_p(mruby_license_dir)
428 files = [
429 "vendor/mruby-source/README.md",
430 "vendor/mruby-source/AUTHORS",
431 "vendor/mruby-source/LEGAL",
432 "vendor/mruby-source/LICENSE",
433 ]
434 cp(files, mruby_license_dir)
435
436 onigmo_license_dir = license_dir + "onigmo"
437 mkdir_p(onigmo_license_dir)
438 files = [
439 "vendor/onigmo-source/README",
440 "vendor/onigmo-source/AUTHORS",
441 "vendor/onigmo-source/COPYING",
442 ]
443 cp(files, onigmo_license_dir)
444
445 groonga_log_data_dir = groonga_data_dir + "groonga-log"
446 groonga_log_license_dir = license_dir + "groonga-log"
447 cp_r(groonga_log_data_dir,
448 groonga_log_license_dir)
449 end
450 end
451
452 desc "Build groonga-normalizer-mysql and install it into #{dist_dir}/."
453 task :groonga_normalizer_mysql => :env do
454 tmp_dir = base_tmp_dir + "groonga-normalizer-mysql"
455 rm_rf(tmp_dir)
456 mkdir_p(tmp_dir)
457 groonga_normalizer_mysql_base = "groonga-normalizer-mysql-1.1.3"
458 groonga_normalizer_mysql_tar_gz_url =
459 "http://packages.groonga.org/source/groonga-normalizer-mysql/" +
460 "#{groonga_normalizer_mysql_base}.tar.gz"
461 groonga_normalizer_mysql_tar_gz =
462 download(groonga_normalizer_mysql_tar_gz_url, download_dir)
463 cp(groonga_normalizer_mysql_tar_gz, source_dir)
464 Dir.chdir(tmp_dir) do
465 sh("tar", "xzf", groonga_normalizer_mysql_tar_gz.to_s) or exit(false)
466 end
467 Dir.chdir(tmp_dir + groonga_normalizer_mysql_base) do
468 options = [
469 "--prefix=#{binary_dir}",
470 "--host=#{host}",
471 ]
472 options << "--enable-debug" if debug_build_p
473 sh("./configure", *options) or exit(false)
474 sh("env", "GREP_OPTIONS=--text", "nice", "make", "-j8") or exit(false)
475 sh("env", "GREP_OPTIONS=--text", "make", "install") or exit(false)
476
477 groonga_normalizer_mysql_license_dir =
478 license_dir + "groonga-normalizer-mysql"
479 mkdir_p(groonga_normalizer_mysql_license_dir)
480 files = ["README.md", "doc/text/lgpl-2.0.txt"]
481 cp(files, groonga_normalizer_mysql_license_dir)
482 end
483 end
484
485 desc "Install Groonga Admin into #{dist_dir}/."
486 task :groonga_admin => :env do
487 tmp_dir = base_tmp_dir + "groonga-admin"
488 rm_rf(tmp_dir)
489 mkdir_p(tmp_dir)
490 groonga_admin_version = "0.9.5"
491 groonga_admin_base = "groonga-admin-#{groonga_admin_version}"
492 groonga_admin_tar_gz_url_base =
493 "http://packages.groonga.org/source/groonga-admin"
494 groonga_admin_tar_gz_url =
495 "#{groonga_admin_tar_gz_url_base}/#{groonga_admin_base}.tar.gz"
496 groonga_admin_tar_gz = download(groonga_admin_tar_gz_url, download_dir)
497 cp(groonga_admin_tar_gz, source_dir)
498 Dir.chdir(tmp_dir) do
499 sh("tar", "xzf", groonga_admin_tar_gz.to_s) or exit(false)
500 end
501 Dir.chdir(tmp_dir + groonga_admin_base) do
502 admin_path = binary_dir + "share/groonga/html/admin"
503 mv("#{admin_path}",
504 "#{admin_path}.old")
505 mv("html", "#{admin_path}")
506
507 groonga_admin_license_dir = license_dir + "groonga-admin"
508 mkdir_p(groonga_admin_license_dir)
509 files = ["README.md", "LICENSE"]
510 cp(files, groonga_admin_license_dir)
511 end
512 end
513
514 task :clean do
515 rm_rf(dist_dir)
516 rm_rf(source_dir)
517 mkdir_p(source_dir)
518 end
519
520 task :pre => [:clean]
521 task :post
522 end
523
524 namespace :gcc do
525 namespace :dll do
526 desc "Bundle GCC related DLLs"
527 task :bundle do
528 dlls = [
529 "libstdc++-6.dll",
530 "libgcc_s_sjlj-1.dll",
531 "libgcc_s_seh-1.dll",
532 ]
533 dlls.each do |dll|
534 full_path = Pathname.new(`#{host}-g++ -print-file-name=#{dll}`.strip)
535 next unless full_path.absolute?
536 destination_path = (binary_dir + "bin" + dll).to_s
537 cp(full_path.to_s, destination_path)
538 chmod(0755, destination_path)
539 end
540 end
541 end
542 end
543
544 namespace :pdb do
545 namespace :extractor do
546 desc "Generate PDB extractor"
547 task :generate do
548 cv2pdb_url = "https://ci.appveyor.com/api/projects/rainers/visuald/artifacts/cv2pdb.exe"
549 cv2pdb = download(cv2pdb_url, download_dir)
550 chmod(0755, cv2pdb)
551 generate_pdb_bat = bin_dir + "generate-pdb.bat"
552 generate_pdb_bat.open("w") do |bat|
553 cd(binary_dir) do
554 Dir.glob("**/*.{exe,dll}") do |binary|
555 binary = binary.gsub("/", "\\")
556 pdb = binary.gsub(/\.(?:exe|dll)\z/, ".pdb")
557 bat.print("bin\\#{cv2pdb.basename} #{binary} #{binary} #{pdb}\r\n")
558 end
559 end
560 end
561 chmod(0755, generate_pdb_bat)
562 cp(cv2pdb, bin_dir)
563
564 cv2pdb_license_dir = license_dir + "cv2pdb"
565 mkdir_p(cv2pdb_license_dir)
566 files = ["README.MD", "LICENSE"].collect do |file|
567 download("https://raw.githubusercontent.com/rainers/cv2pdb/master/#{file}",
568 download_dir)
569 end
570 cp(files, cv2pdb_license_dir)
571 end
572 end
573 end
574
575 task "build:mecab_dict" => "gcc:dll:bundle"
576 task "build:post" => ["gcc:dll:bundle", "pdb:extractor:generate"]
577
578 build_dependencies = [
579 "build:pre",
580 "build:zlib",
581 "build:lz4",
582 "build:msgpack",
583 "build:mecab",
584 "build:mecab_dict",
585 "build:pcre",
586 "build:rapidjson",
587 "build:groonga",
588 "build:groonga_normalizer_mysql",
589 "build:groonga_admin",
590 "build:post",
591 ]
592 desc "Build and install them into #{dist_dir}/."
593 task :build => build_dependencies
594
595 namespace :pdb do
596 desc "Generate *.pdb for *.exe and *.dll in zip archive"
597 task :generate do
598 suffix = ENV["SUFFIX"]
599 dir_name = "groonga-#{groonga_version}-#{architecture}#{suffix}"
600 zip_path = "#{dir_name}.zip"
601 sha256_path = "#{zip_path}.sha256"
602 url = "https://packages.groonga.org/tmp/#{zip_path}"
603 rm_f(zip_path)
604 download(url, Pathname.new("."))
605 sh("7z", "x", zip_path)
606 cd(dir_name) do
607 sh("bin/generate-pdb.bat")
608 end
609 rm_f(zip_path)
610 sh("7z", "a", zip_path, dir_name)
611 File.open(sha256_path, "wb") do |sha256|
612 sha256.puts("#{Digest::SHA256.file(zip_path).hexdigest} #{zip_path}")
613 end
614 sh("scp",
615 zip_path,
616 sha256_path,
617 "packages@packages.groonga.org:public/tmp/")
618 end
619 end
+0
-3
packages/windows/language-files/Makefile.am less more
0 EXTRA_DIST = \
1 english.nsi \
2 japanese.nsi
+0
-587
packages/windows/language-files/Makefile.in less more
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15 VPATH = @srcdir@
16 am__is_gnu_make = { \
17 if test -z '$(MAKELEVEL)'; then \
18 false; \
19 elif test -n '$(MAKE_HOST)'; then \
20 true; \
21 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22 true; \
23 else \
24 false; \
25 fi; \
26 }
27 am__make_running_with_option = \
28 case $${target_option-} in \
29 ?) ;; \
30 *) echo "am__make_running_with_option: internal error: invalid" \
31 "target option '$${target_option-}' specified" >&2; \
32 exit 1;; \
33 esac; \
34 has_opt=no; \
35 sane_makeflags=$$MAKEFLAGS; \
36 if $(am__is_gnu_make); then \
37 sane_makeflags=$$MFLAGS; \
38 else \
39 case $$MAKEFLAGS in \
40 *\\[\ \ ]*) \
41 bs=\\; \
42 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
43 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
44 esac; \
45 fi; \
46 skip_next=no; \
47 strip_trailopt () \
48 { \
49 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
50 }; \
51 for flg in $$sane_makeflags; do \
52 test $$skip_next = yes && { skip_next=no; continue; }; \
53 case $$flg in \
54 *=*|--*) continue;; \
55 -*I) strip_trailopt 'I'; skip_next=yes;; \
56 -*I?*) strip_trailopt 'I';; \
57 -*O) strip_trailopt 'O'; skip_next=yes;; \
58 -*O?*) strip_trailopt 'O';; \
59 -*l) strip_trailopt 'l'; skip_next=yes;; \
60 -*l?*) strip_trailopt 'l';; \
61 -[dEDm]) skip_next=yes;; \
62 -[JT]) skip_next=yes;; \
63 esac; \
64 case $$flg in \
65 *$$target_option*) has_opt=yes; break;; \
66 esac; \
67 done; \
68 test $$has_opt = yes
69 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
70 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
71 pkgdatadir = $(datadir)/@PACKAGE@
72 pkgincludedir = $(includedir)/@PACKAGE@
73 pkglibdir = $(libdir)/@PACKAGE@
74 pkglibexecdir = $(libexecdir)/@PACKAGE@
75 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76 install_sh_DATA = $(install_sh) -c -m 644
77 install_sh_PROGRAM = $(install_sh) -c
78 install_sh_SCRIPT = $(install_sh) -c
79 INSTALL_HEADER = $(INSTALL_DATA)
80 transform = $(program_transform_name)
81 NORMAL_INSTALL = :
82 PRE_INSTALL = :
83 POST_INSTALL = :
84 NORMAL_UNINSTALL = :
85 PRE_UNINSTALL = :
86 POST_UNINSTALL = :
87 build_triplet = @build@
88 host_triplet = @host@
89 subdir = packages/windows/language-files
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
92 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
93 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
94 $(top_srcdir)/base_version \
95 $(top_srcdir)/build/ac_macros/check_headers.m4 \
96 $(top_srcdir)/build/ac_macros/check_functions.m4 \
97 $(top_srcdir)/bundled_rapidjson_version \
98 $(top_srcdir)/bundled_mecab_version \
99 $(top_srcdir)/bundled_mecab_naist_jdic_version \
100 $(top_srcdir)/bundled_message_pack_version \
101 $(top_srcdir)/nginx_version $(top_srcdir)/gpg_uid \
102 $(top_srcdir)/gpg_uid_rsa4096 $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
105 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_HEADER = $(top_builddir)/config.h
108 CONFIG_CLEAN_FILES =
109 CONFIG_CLEAN_VPATH_FILES =
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo " GEN " $@;
117 am__v_GEN_1 =
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 =
122 SOURCES =
123 DIST_SOURCES =
124 am__can_run_installinfo = \
125 case $$AM_UPDATE_INFO_DIR in \
126 n|no|NO) false;; \
127 *) (install-info --version) >/dev/null 2>&1;; \
128 esac
129 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130 am__DIST_COMMON = $(srcdir)/Makefile.in
131 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132 ACLOCAL = @ACLOCAL@
133 AMTAR = @AMTAR@
134 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
135 APACHE_ARROW_CFLAGS = @APACHE_ARROW_CFLAGS@
136 APACHE_ARROW_LIBS = @APACHE_ARROW_LIBS@
137 AR = @AR@
138 AS = @AS@
139 ATOMIC_LIBS = @ATOMIC_LIBS@
140 AUTOCONF = @AUTOCONF@
141 AUTOHEADER = @AUTOHEADER@
142 AUTOMAKE = @AUTOMAKE@
143 AWK = @AWK@
144 BUNDLED_MECAB_NAIST_JDIC_VERSION = @BUNDLED_MECAB_NAIST_JDIC_VERSION@
145 BUNDLED_MECAB_VERSION = @BUNDLED_MECAB_VERSION@
146 BUNDLED_MESSAGE_PACK_VERSION = @BUNDLED_MESSAGE_PACK_VERSION@
147 BUNDLED_RAPIDJSON_VERSION = @BUNDLED_RAPIDJSON_VERSION@
148 CC = @CC@
149 CCDEPMODE = @CCDEPMODE@
150 CFLAGS = @CFLAGS@
151 CPP = @CPP@
152 CPPFLAGS = @CPPFLAGS@
153 CUTTER_SOURCE_PATH = @CUTTER_SOURCE_PATH@
154 CXX = @CXX@
155 CXXCPP = @CXXCPP@
156 CXXDEPMODE = @CXXDEPMODE@
157 CXXFLAGS = @CXXFLAGS@
158 CYGPATH_W = @CYGPATH_W@
159 DEFS = @DEFS@
160 DEPDIR = @DEPDIR@
161 DLLTOOL = @DLLTOOL@
162 DOCUMENT_VERSION = @DOCUMENT_VERSION@
163 DOCUMENT_VERSION_FULL = @DOCUMENT_VERSION_FULL@
164 DSYMUTIL = @DSYMUTIL@
165 DUMPBIN = @DUMPBIN@
166 ECHO_C = @ECHO_C@
167 ECHO_N = @ECHO_N@
168 ECHO_T = @ECHO_T@
169 EGREP = @EGREP@
170 EXEEXT = @EXEEXT@
171 FGREP = @FGREP@
172 GLIB_CFLAGS = @GLIB_CFLAGS@
173 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
174 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
175 GLIB_LIBS = @GLIB_LIBS@
176 GLIB_MKENUMS = @GLIB_MKENUMS@
177 GOBJECT_QUERY = @GOBJECT_QUERY@
178 GPG_UID = @GPG_UID@
179 GPG_UID_RSA4096 = @GPG_UID_RSA4096@
180 GREP = @GREP@
181 GRN_CFLAGS = @GRN_CFLAGS@
182 GRN_DEFAULT_DOCUMENT_ROOT = @GRN_DEFAULT_DOCUMENT_ROOT@
183 GRN_DEFAULT_DOCUMENT_ROOT_BASE = @GRN_DEFAULT_DOCUMENT_ROOT_BASE@
184 GRN_DEFAULT_RELATIVE_DOCUMENT_ROOT = @GRN_DEFAULT_RELATIVE_DOCUMENT_ROOT@
185 GRN_DEFS = @GRN_DEFS@
186 GRN_DLL_FILENAME = @GRN_DLL_FILENAME@
187 GRN_EXPANDED_DEFAULT_DOCUMENT_ROOT = @GRN_EXPANDED_DEFAULT_DOCUMENT_ROOT@
188 GRN_VERSION = @GRN_VERSION@
189 GRN_VERSION_MAJOR = @GRN_VERSION_MAJOR@
190 GRN_VERSION_MICRO = @GRN_VERSION_MICRO@
191 GRN_VERSION_MINOR = @GRN_VERSION_MINOR@
192 GRN_VERSION_RC = @GRN_VERSION_RC@
193 GRN_WITH_MRUBY = @GRN_WITH_MRUBY@
194 GRN_WITH_ONIGMO = @GRN_WITH_ONIGMO@
195 GRN_WITH_PCRE = @GRN_WITH_PCRE@
196 GRN_WITH_SSL = @GRN_WITH_SSL@
197 GRN_WITH_ZLIB = @GRN_WITH_ZLIB@
198 GROONGA = @GROONGA@
199 GROONGA_BENCHMARK = @GROONGA_BENCHMARK@
200 GROONGA_HTTPD = @GROONGA_HTTPD@
201 GROONGA_HTTPD_DEFAULT_DATABASE_PATH = @GROONGA_HTTPD_DEFAULT_DATABASE_PATH@
202 GROONGA_HTTPD_DOCUMENT_ROOT = @GROONGA_HTTPD_DOCUMENT_ROOT@
203 GROONGA_HTTPD_PID_PATH = @GROONGA_HTTPD_PID_PATH@
204 GROONGA_MRUBY = @GROONGA_MRUBY@
205 GROONGA_ORG_PATH = @GROONGA_ORG_PATH@
206 GROONGA_SUGGEST_CREATE_DATASET = @GROONGA_SUGGEST_CREATE_DATASET@
207 HAVE_CXX11 = @HAVE_CXX11@
208 INSTALL = @INSTALL@
209 INSTALL_DATA = @INSTALL_DATA@
210 INSTALL_PROGRAM = @INSTALL_PROGRAM@
211 INSTALL_SCRIPT = @INSTALL_SCRIPT@
212 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
213 KYTEA_CFLAGS = @KYTEA_CFLAGS@
214 KYTEA_LIBS = @KYTEA_LIBS@
215 LAUNCHPAD_PPA = @LAUNCHPAD_PPA@
216 LAUNCHPAD_UPLOADER_PGP_KEY = @LAUNCHPAD_UPLOADER_PGP_KEY@
217 LD = @LD@
218 LDFLAGS = @LDFLAGS@
219 LEMON = @LEMON@
220 LIBEDIT_CFLAGS = @LIBEDIT_CFLAGS@
221 LIBEDIT_LIBS = @LIBEDIT_LIBS@
222 LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
223 LIBEVENT_LIBS = @LIBEVENT_LIBS@
224 LIBLZ4_CFLAGS = @LIBLZ4_CFLAGS@
225 LIBLZ4_LIBS = @LIBLZ4_LIBS@
226 LIBOBJS = @LIBOBJS@
227 LIBS = @LIBS@
228 LIBSTEMMER_CFLAGS = @LIBSTEMMER_CFLAGS@
229 LIBSTEMMER_LDFLAGS = @LIBSTEMMER_LDFLAGS@
230 LIBSTEMMER_LIBS = @LIBSTEMMER_LIBS@
231 LIBTOOL = @LIBTOOL@
232 LIBXXHASH_CFLAGS = @LIBXXHASH_CFLAGS@
233 LIBXXHASH_LIBS = @LIBXXHASH_LIBS@
234 LIBZMQ_CFLAGS = @LIBZMQ_CFLAGS@
235 LIBZMQ_LIBS = @LIBZMQ_LIBS@
236 LIBZSTD_CFLAGS = @LIBZSTD_CFLAGS@
237 LIBZSTD_LIBS = @LIBZSTD_LIBS@
238 LIPO = @LIPO@
239 LN_S = @LN_S@
240 LTLIBOBJS = @LTLIBOBJS@
241 LT_AGE = @LT_AGE@
242 LT_CURRENT = @LT_CURRENT@
243 LT_REVISION = @LT_REVISION@
244 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
245 LT_VERSION_INFO = @LT_VERSION_INFO@
246 LUAJIT_CFLAGS = @LUAJIT_CFLAGS@
247 LUAJIT_LIBS = @LUAJIT_LIBS@
248 MAKEINFO = @MAKEINFO@
249 MANIFEST_TOOL = @MANIFEST_TOOL@
250 MECAB_CONFIG = @MECAB_CONFIG@
251 MECAB_CPPFLAGS = @MECAB_CPPFLAGS@
252 MECAB_LDFLAGS = @MECAB_LDFLAGS@
253 MECAB_LIBS = @MECAB_LIBS@
254 MESSAGE_PACK_CFLAGS = @MESSAGE_PACK_CFLAGS@
255 MESSAGE_PACK_LIBS = @MESSAGE_PACK_LIBS@
256 MKDIR_P = @MKDIR_P@
257 MRUBY_CFLAGS = @MRUBY_CFLAGS@
258 MRUBY_CPPFLAGS = @MRUBY_CPPFLAGS@
259 NGINX_VERSION = @NGINX_VERSION@
260 NM = @NM@
261 NMEDIT = @NMEDIT@
262 NO_BAD_FUNCTION_CAST_CFLAGS = @NO_BAD_FUNCTION_CAST_CFLAGS@
263 NO_FLOAT_EQUAL_CFLAGS = @NO_FLOAT_EQUAL_CFLAGS@
264 NO_MISSING_FIELD_INITIALIZES_CFLAGS = @NO_MISSING_FIELD_INITIALIZES_CFLAGS@
265 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
266 OBJDUMP = @OBJDUMP@
267 OBJEXT = @OBJEXT@
268 ONIGMO_CFLAGS = @ONIGMO_CFLAGS@
269 ONIGMO_LIBS = @ONIGMO_LIBS@
270 OTOOL = @OTOOL@
271 OTOOL64 = @OTOOL64@
272 PACKAGE = @PACKAGE@
273 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274 PACKAGE_LABEL = @PACKAGE_LABEL@
275 PACKAGE_NAME = @PACKAGE_NAME@
276 PACKAGE_STRING = @PACKAGE_STRING@
277 PACKAGE_TARNAME = @PACKAGE_TARNAME@
278 PACKAGE_URL = @PACKAGE_URL@
279 PACKAGE_VERSION = @PACKAGE_VERSION@
280 PATH_SEPARATOR = @PATH_SEPARATOR@
281 PCRE_CFLAGS = @PCRE_CFLAGS@
282 PCRE_LIBS = @PCRE_LIBS@
283 PCRE_LIBS_ONLY_L = @PCRE_LIBS_ONLY_L@
284 PKG_CONFIG = @PKG_CONFIG@
285 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
286 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
287 RANLIB = @RANLIB@
288 RAPIDJSON_CFLAGS = @RAPIDJSON_CFLAGS@
289 RAPIDJSON_LIBS = @RAPIDJSON_LIBS@
290 RC = @RC@
291 RSYNC_PATH = @RSYNC_PATH@
292 RUBY = @RUBY@
293 SED = @SED@
294 SET_MAKE = @SET_MAKE@
295 SHELL = @SHELL@
296 SPHINX_BUILD = @SPHINX_BUILD@
297 SSL_CFLAGS = @SSL_CFLAGS@
298 SSL_LIBS = @SSL_LIBS@
299 SSL_LIBS_ONLY_L = @SSL_LIBS_ONLY_L@
300 STRIP = @STRIP@
301 TEST_CFLAGS = @TEST_CFLAGS@
302 TEST_CXXFLAGS = @TEST_CXXFLAGS@
303 VERSION = @VERSION@
304 WINDOWS_LDFLAGS = @WINDOWS_LDFLAGS@
305 WINDOWS_LIBS = @WINDOWS_LIBS@
306 ZLIB_CFLAGS = @ZLIB_CFLAGS@
307 ZLIB_LIBS = @ZLIB_LIBS@
308 ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
309 abs_builddir = @abs_builddir@
310 abs_srcdir = @abs_srcdir@
311 abs_top_builddir = @abs_top_builddir@
312 abs_top_srcdir = @abs_top_srcdir@
313 ac_ct_AR = @ac_ct_AR@
314 ac_ct_CC = @ac_ct_CC@
315 ac_ct_CXX = @ac_ct_CXX@
316 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
317 am__include = @am__include@
318 am__leading_dot = @am__leading_dot@
319 am__quote = @am__quote@
320 am__tar = @am__tar@
321 am__untar = @am__untar@
322 bindir = @bindir@
323 build = @build@
324 build_alias = @build_alias@
325 build_cpu = @build_cpu@
326 build_os = @build_os@
327 build_vendor = @build_vendor@
328 builddir = @builddir@
329 datadir = @datadir@
330 datarootdir = @datarootdir@
331 docdir = @docdir@
332 dvidir = @dvidir@
333 examples_dictionarydir = @examples_dictionarydir@
334 examplesdir = @examplesdir@
335 exec_prefix = @exec_prefix@
336 expanded_pluginsdir = @expanded_pluginsdir@
337 expanded_relative_pluginsdir_base = @expanded_relative_pluginsdir_base@
338 expression_rewriter_pluginsdir = @expression_rewriter_pluginsdir@
339 function_pluginsdir = @function_pluginsdir@
340 grn_debug = @grn_debug@
341 grn_log_path = @grn_log_path@
342 host = @host@
343 host_alias = @host_alias@
344 host_cpu = @host_cpu@
345 host_os = @host_os@
346 host_vendor = @host_vendor@
347 htmldir = @htmldir@
348 includedir = @includedir@
349 infodir = @infodir@
350 install_sh = @install_sh@
351 libdir = @libdir@
352 libexecdir = @libexecdir@
353 localedir = @localedir@
354 localstatedir = @localstatedir@
355 mandir = @mandir@
356 mkdir_p = @mkdir_p@
357 oldincludedir = @oldincludedir@
358 pdfdir = @pdfdir@
359 pkgsysconfdir = @pkgsysconfdir@
360 pluginsdir = @pluginsdir@
361 prefix = @prefix@
362 program_transform_name = @program_transform_name@
363 psdir = @psdir@
364 query_expander_pluginsdir = @query_expander_pluginsdir@
365 relative_pluginsdir = @relative_pluginsdir@
366 relative_pluginsdir_base = @relative_pluginsdir_base@
367 relative_ruby_scriptsdir = @relative_ruby_scriptsdir@
368 relative_ruby_scriptsdir_base = @relative_ruby_scriptsdir_base@
369 ruby_pluginsdir = @ruby_pluginsdir@
370 ruby_scriptsdir = @ruby_scriptsdir@
371 runstatedir = @runstatedir@
372 sbindir = @sbindir@
373 sharding_pluginsdir = @sharding_pluginsdir@
374 sharedstatedir = @sharedstatedir@
375 srcdir = @srcdir@
376 subdirs = @subdirs@
377 suggest_pluginsdir = @suggest_pluginsdir@
378 sysconfdir = @sysconfdir@
379 target_alias = @target_alias@
380 token_filter_pluginsdir = @token_filter_pluginsdir@
381 tokenizer_pluginsdir = @tokenizer_pluginsdir@
382 top_build_prefix = @top_build_prefix@
383 top_builddir = @top_builddir@
384 top_srcdir = @top_srcdir@
385 EXTRA_DIST = \
386 english.nsi \
387 japanese.nsi
388
389 all: all-am
390
391 .SUFFIXES:
392 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
393 @for dep in $?; do \
394 case '$(am__configure_deps)' in \
395 *$$dep*) \
396 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
397 && { if test -f $@; then exit 0; else break; fi; }; \
398 exit 1;; \
399 esac; \
400 done; \
401 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/windows/language-files/Makefile'; \
402 $(am__cd) $(top_srcdir) && \
403 $(AUTOMAKE) --foreign packages/windows/language-files/Makefile
404 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
405 @case '$?' in \
406 *config.status*) \
407 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
408 *) \
409 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
410 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
411 esac;
412
413 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
415
416 $(top_srcdir)/configure: $(am__configure_deps)
417 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
419 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420 $(am__aclocal_m4_deps):
421
422 mostlyclean-libtool:
423 -rm -f *.lo
424
425 clean-libtool:
426 -rm -rf .libs _libs
427 tags TAGS:
428
429 ctags CTAGS:
430
431 cscope cscopelist:
432
433
434 distdir: $(BUILT_SOURCES)
435 $(MAKE) $(AM_MAKEFLAGS) distdir-am
436
437 distdir-am: $(DISTFILES)
438 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
439 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
440 list='$(DISTFILES)'; \
441 dist_files=`for file in $$list; do echo $$file; done | \
442 sed -e "s|^$$srcdirstrip/||;t" \
443 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
444 case $$dist_files in \
445 */*) $(MKDIR_P) `echo "$$dist_files" | \
446 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
447 sort -u` ;; \
448 esac; \
449 for file in $$dist_files; do \
450 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
451 if test -d $$d/$$file; then \
452 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
453 if test -d "$(distdir)/$$file"; then \
454 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455 fi; \
456 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
457 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
458 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459 fi; \
460 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
461 else \
462 test -f "$(distdir)/$$file" \
463 || cp -p $$d/$$file "$(distdir)/$$file" \
464 || exit 1; \
465 fi; \
466 done
467 check-am: all-am
468 check: check-am
469 all-am: Makefile
470 installdirs:
471 install: install-am
472 install-exec: install-exec-am
473 install-data: install-data-am
474 uninstall: uninstall-am
475
476 install-am: all-am
477 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478
479 installcheck: installcheck-am
480 install-strip:
481 if test -z '$(STRIP)'; then \
482 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
483 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
484 install; \
485 else \
486 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
488 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
489 fi
490 mostlyclean-generic:
491
492 clean-generic:
493
494 distclean-generic:
495 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
496 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
497
498 maintainer-clean-generic:
499 @echo "This command is intended for maintainers to use"
500 @echo "it deletes files that may require special tools to rebuild."
501 clean: clean-am
502
503 clean-am: clean-generic clean-libtool mostlyclean-am
504
505 distclean: distclean-am
506 -rm -f Makefile
507 distclean-am: clean-am distclean-generic
508
509 dvi: dvi-am
510
511 dvi-am:
512
513 html: html-am
514
515 html-am:
516
517 info: info-am
518
519 info-am:
520
521 install-data-am:
522
523 install-dvi: install-dvi-am
524
525 install-dvi-am:
526
527 install-exec-am:
528
529 install-html: install-html-am
530
531 install-html-am:
532
533 install-info: install-info-am
534
535 install-info-am:
536
537 install-man:
538
539 install-pdf: install-pdf-am
540
541 install-pdf-am:
542
543 install-ps: install-ps-am
544
545 install-ps-am:
546
547 installcheck-am:
548
549 maintainer-clean: maintainer-clean-am
550 -rm -f Makefile
551 maintainer-clean-am: distclean-am maintainer-clean-generic
552
553 mostlyclean: mostlyclean-am
554
555 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
556
557 pdf: pdf-am
558
559 pdf-am:
560
561 ps: ps-am
562
563 ps-am:
564
565 uninstall-am:
566
567 .MAKE: install-am install-strip
568
569 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
570 cscopelist-am ctags-am distclean distclean-generic \
571 distclean-libtool distdir dvi dvi-am html html-am info info-am \
572 install install-am install-data install-data-am install-dvi \
573 install-dvi-am install-exec install-exec-am install-html \
574 install-html-am install-info install-info-am install-man \
575 install-pdf install-pdf-am install-ps install-ps-am \
576 install-strip installcheck installcheck-am installdirs \
577 maintainer-clean maintainer-clean-generic mostlyclean \
578 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
579 tags-am uninstall uninstall-am
580
581 .PRECIOUS: Makefile
582
583
584 # Tell versions [3.59,3.63) of GNU make to not export all variables.
585 # Otherwise a system limit (for SysV at least) may be exceeded.
586 .NOEXPORT:
+0
-2
packages/windows/language-files/english.nsi less more
0 LangString FinishUninstallSuccessfully ${LANG_ENGLISH} "Uninstall $(^Name) successfully."
1 LangString ConfirmUninstall ${LANG_ENGLISH} "Really uninstall $(^Name)?"
+0
-2
packages/windows/language-files/japanese.nsi less more
0 LangString FinishUninstallSuccessfully ${LANG_JAPANESE} "$(^Name)を完全に削除しました。"
1 LangString ConfirmUninstall ${LANG_JAPANESE} "本当に$(^Name)をアンインストールしていいですか?"
+0
-3
packages/windows/patches/Makefile.am less more
0 EXTRA_DIST = \
1 mecab-0.98-mingw-w64.diff \
2 mecab-0.98-not-use-locale-on-mingw.diff
+0
-587
packages/windows/patches/Makefile.in less more
0 # Makefile.in generated by automake 1.16.1 from Makefile.am.
1 # @configure_input@
2
3 # Copyright (C) 1994-2018 Free Software Foundation, Inc.
4
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15 VPATH = @srcdir@
16 am__is_gnu_make = { \
17 if test -z '$(MAKELEVEL)'; then \
18 false; \
19 elif test -n '$(MAKE_HOST)'; then \
20 true; \
21 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22 true; \
23 else \
24 false; \
25 fi; \
26 }
27 am__make_running_with_option = \
28 case $${target_option-} in \
29 ?) ;; \
30 *) echo "am__make_running_with_option: internal error: invalid" \
31 "target option '$${target_option-}' specified" >&2; \
32 exit 1;; \
33 esac; \
34 has_opt=no; \
35 sane_makeflags=$$MAKEFLAGS; \
36 if $(am__is_gnu_make); then \
37 sane_makeflags=$$MFLAGS; \
38 else \
39 case $$MAKEFLAGS in \
40 *\\[\ \ ]*) \
41 bs=\\; \
42 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
43 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
44 esac; \
45 fi; \
46 skip_next=no; \
47 strip_trailopt () \
48 { \
49 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
50 }; \
51 for flg in $$sane_makeflags; do \
52 test $$skip_next = yes && { skip_next=no; continue; }; \
53 case $$flg in \
54 *=*|--*) continue;; \
55 -*I) strip_trailopt 'I'; skip_next=yes;; \
56 -*I?*) strip_trailopt 'I';; \
57 -*O) strip_trailopt 'O'; skip_next=yes;; \
58 -*O?*) strip_trailopt 'O';; \
59 -*l) strip_trailopt 'l'; skip_next=yes;; \
60 -*l?*) strip_trailopt 'l';; \
61 -[dEDm]) skip_next=yes;; \
62 -[JT]) skip_next=yes;; \
63 esac; \
64 case $$flg in \
65 *$$target_option*) has_opt=yes; break;; \
66 esac; \
67 done; \
68 test $$has_opt = yes
69 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
70 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
71 pkgdatadir = $(datadir)/@PACKAGE@
72 pkgincludedir = $(includedir)/@PACKAGE@
73 pkglibdir = $(libdir)/@PACKAGE@
74 pkglibexecdir = $(libexecdir)/@PACKAGE@
75 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76 install_sh_DATA = $(install_sh) -c -m 644
77 install_sh_PROGRAM = $(install_sh) -c
78 install_sh_SCRIPT = $(install_sh) -c
79 INSTALL_HEADER = $(INSTALL_DATA)
80 transform = $(program_transform_name)
81 NORMAL_INSTALL = :
82 PRE_INSTALL = :
83 POST_INSTALL = :
84 NORMAL_UNINSTALL = :
85 PRE_UNINSTALL = :
86 POST_UNINSTALL = :
87 build_triplet = @build@
88 host_triplet = @host@
89 subdir = packages/windows/patches
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
92 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
93 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
94 $(top_srcdir)/base_version \
95 $(top_srcdir)/build/ac_macros/check_headers.m4 \
96 $(top_srcdir)/build/ac_macros/check_functions.m4 \
97 $(top_srcdir)/bundled_rapidjson_version \
98 $(top_srcdir)/bundled_mecab_version \
99 $(top_srcdir)/bundled_mecab_naist_jdic_version \
100 $(top_srcdir)/bundled_message_pack_version \
101 $(top_srcdir)/nginx_version $(top_srcdir)/gpg_uid \
102 $(top_srcdir)/gpg_uid_rsa4096 $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
105 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_HEADER = $(top_builddir)/config.h
108 CONFIG_CLEAN_FILES =
109 CONFIG_CLEAN_VPATH_FILES =
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo " GEN " $@;
117 am__v_GEN_1 =
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 =
122 SOURCES =
123 DIST_SOURCES =
124 am__can_run_installinfo = \
125 case $$AM_UPDATE_INFO_DIR in \
126 n|no|NO) false;; \
127 *) (install-info --version) >/dev/null 2>&1;; \
128 esac
129 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130 am__DIST_COMMON = $(srcdir)/Makefile.in
131 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132 ACLOCAL = @ACLOCAL@
133 AMTAR = @AMTAR@
134 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
135 APACHE_ARROW_CFLAGS = @APACHE_ARROW_CFLAGS@
136 APACHE_ARROW_LIBS = @APACHE_ARROW_LIBS@
137 AR = @AR@
138 AS = @AS@
139 ATOMIC_LIBS = @ATOMIC_LIBS@
140 AUTOCONF = @AUTOCONF@
141 AUTOHEADER = @AUTOHEADER@
142 AUTOMAKE = @AUTOMAKE@
143 AWK = @AWK@
144 BUNDLED_MECAB_NAIST_JDIC_VERSION = @BUNDLED_MECAB_NAIST_JDIC_VERSION@
145 BUNDLED_MECAB_VERSION = @BUNDLED_MECAB_VERSION@
146 BUNDLED_MESSAGE_PACK_VERSION = @BUNDLED_MESSAGE_PACK_VERSION@
147 BUNDLED_RAPIDJSON_VERSION = @BUNDLED_RAPIDJSON_VERSION@
148 CC = @CC@
149 CCDEPMODE = @CCDEPMODE@
150 CFLAGS = @CFLAGS@
151 CPP = @CPP@
152 CPPFLAGS = @CPPFLAGS@
153 CUTTER_SOURCE_PATH = @CUTTER_SOURCE_PATH@
154 CXX = @CXX@
155 CXXCPP = @CXXCPP@
156 CXXDEPMODE = @CXXDEPMODE@
157 CXXFLAGS = @CXXFLAGS@
158 CYGPATH_W = @CYGPATH_W@
159 DEFS = @DEFS@
160 DEPDIR = @DEPDIR@
161 DLLTOOL = @DLLTOOL@
162 DOCUMENT_VERSION = @DOCUMENT_VERSION@
163 DOCUMENT_VERSION_FULL = @DOCUMENT_VERSION_FULL@
164 DSYMUTIL = @DSYMUTIL@
165 DUMPBIN = @DUMPBIN@
166 ECHO_C = @ECHO_C@
167 ECHO_N = @ECHO_N@
168 ECHO_T = @ECHO_T@
169 EGREP = @EGREP@
170 EXEEXT = @EXEEXT@
171 FGREP = @FGREP@
172 GLIB_CFLAGS = @GLIB_CFLAGS@
173 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
174 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
175 GLIB_LIBS = @GLIB_LIBS@
176 GLIB_MKENUMS = @GLIB_MKENUMS@
177 GOBJECT_QUERY = @GOBJECT_QUERY@
178 GPG_UID = @GPG_UID@
179 GPG_UID_RSA4096 = @GPG_UID_RSA4096@
180 GREP = @GREP@
181 GRN_CFLAGS = @GRN_CFLAGS@
182 GRN_DEFAULT_DOCUMENT_ROOT = @GRN_DEFAULT_DOCUMENT_ROOT@
183 GRN_DEFAULT_DOCUMENT_ROOT_BASE = @GRN_DEFAULT_DOCUMENT_ROOT_BASE@
184 GRN_DEFAULT_RELATIVE_DOCUMENT_ROOT = @GRN_DEFAULT_RELATIVE_DOCUMENT_ROOT@
185 GRN_DEFS = @GRN_DEFS@
186 GRN_DLL_FILENAME = @GRN_DLL_FILENAME@
187 GRN_EXPANDED_DEFAULT_DOCUMENT_ROOT = @GRN_EXPANDED_DEFAULT_DOCUMENT_ROOT@
188 GRN_VERSION = @GRN_VERSION@
189 GRN_VERSION_MAJOR = @GRN_VERSION_MAJOR@
190 GRN_VERSION_MICRO = @GRN_VERSION_MICRO@
191 GRN_VERSION_MINOR = @GRN_VERSION_MINOR@
192 GRN_VERSION_RC = @GRN_VERSION_RC@
193 GRN_WITH_MRUBY = @GRN_WITH_MRUBY@
194 GRN_WITH_ONIGMO = @GRN_WITH_ONIGMO@
195 GRN_WITH_PCRE = @GRN_WITH_PCRE@
196 GRN_WITH_SSL = @GRN_WITH_SSL@
197 GRN_WITH_ZLIB = @GRN_WITH_ZLIB@
198 GROONGA = @GROONGA@
199 GROONGA_BENCHMARK = @GROONGA_BENCHMARK@
200 GROONGA_HTTPD = @GROONGA_HTTPD@
201 GROONGA_HTTPD_DEFAULT_DATABASE_PATH = @GROONGA_HTTPD_DEFAULT_DATABASE_PATH@
202 GROONGA_HTTPD_DOCUMENT_ROOT = @GROONGA_HTTPD_DOCUMENT_ROOT@
203 GROONGA_HTTPD_PID_PATH = @GROONGA_HTTPD_PID_PATH@
204 GROONGA_MRUBY = @GROONGA_MRUBY@
205 GROONGA_ORG_PATH = @GROONGA_ORG_PATH@
206 GROONGA_SUGGEST_CREATE_DATASET = @GROONGA_SUGGEST_CREATE_DATASET@
207 HAVE_CXX11 = @HAVE_CXX11@
208 INSTALL = @INSTALL@
209 INSTALL_DATA = @INSTALL_DATA@
210 INSTALL_PROGRAM = @INSTALL_PROGRAM@
211 INSTALL_SCRIPT = @INSTALL_SCRIPT@
212 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
213 KYTEA_CFLAGS = @KYTEA_CFLAGS@
214 KYTEA_LIBS = @KYTEA_LIBS@
215 LAUNCHPAD_PPA = @LAUNCHPAD_PPA@
216 LAUNCHPAD_UPLOADER_PGP_KEY = @LAUNCHPAD_UPLOADER_PGP_KEY@
217 LD = @LD@
218 LDFLAGS = @LDFLAGS@
219 LEMON = @LEMON@
220 LIBEDIT_CFLAGS = @LIBEDIT_CFLAGS@
221 LIBEDIT_LIBS = @LIBEDIT_LIBS@
222 LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@
223 LIBEVENT_LIBS = @LIBEVENT_LIBS@
224 LIBLZ4_CFLAGS = @LIBLZ4_CFLAGS@
225 LIBLZ4_LIBS = @LIBLZ4_LIBS@
226 LIBOBJS = @LIBOBJS@
227 LIBS = @LIBS@
228 LIBSTEMMER_CFLAGS = @LIBSTEMMER_CFLAGS@
229 LIBSTEMMER_LDFLAGS = @LIBSTEMMER_LDFLAGS@
230 LIBSTEMMER_LIBS = @LIBSTEMMER_LIBS@
231 LIBTOOL = @LIBTOOL@
232 LIBXXHASH_CFLAGS = @LIBXXHASH_CFLAGS@
233 LIBXXHASH_LIBS = @LIBXXHASH_LIBS@
234 LIBZMQ_CFLAGS = @LIBZMQ_CFLAGS@
235 LIBZMQ_LIBS = @LIBZMQ_LIBS@
236 LIBZSTD_CFLAGS = @LIBZSTD_CFLAGS@
237 LIBZSTD_LIBS = @LIBZSTD_LIBS@
238 LIPO = @LIPO@
239 LN_S = @LN_S@
240 LTLIBOBJS = @LTLIBOBJS@
241 LT_AGE = @LT_AGE@
242 LT_CURRENT = @LT_CURRENT@
243 LT_REVISION = @LT_REVISION@
244 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
245 LT_VERSION_INFO = @LT_VERSION_INFO@
246 LUAJIT_CFLAGS = @LUAJIT_CFLAGS@
247 LUAJIT_LIBS = @LUAJIT_LIBS@
248 MAKEINFO = @MAKEINFO@
249 MANIFEST_TOOL = @MANIFEST_TOOL@
250 MECAB_CONFIG = @MECAB_CONFIG@
251 MECAB_CPPFLAGS = @MECAB_CPPFLAGS@
252 MECAB_LDFLAGS = @MECAB_LDFLAGS@
253 MECAB_LIBS = @MECAB_LIBS@
254 MESSAGE_PACK_CFLAGS = @MESSAGE_PACK_CFLAGS@
255 MESSAGE_PACK_LIBS = @MESSAGE_PACK_LIBS@
256 MKDIR_P = @MKDIR_P@
257 MRUBY_CFLAGS = @MRUBY_CFLAGS@
258 MRUBY_CPPFLAGS = @MRUBY_CPPFLAGS@
259 NGINX_VERSION = @NGINX_VERSION@
260 NM = @NM@
261 NMEDIT = @NMEDIT@
262 NO_BAD_FUNCTION_CAST_CFLAGS = @NO_BAD_FUNCTION_CAST_CFLAGS@
263 NO_FLOAT_EQUAL_CFLAGS = @NO_FLOAT_EQUAL_CFLAGS@
264 NO_MISSING_FIELD_INITIALIZES_CFLAGS = @NO_MISSING_FIELD_INITIALIZES_CFLAGS@
265 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
266 OBJDUMP = @OBJDUMP@
267 OBJEXT = @OBJEXT@
268 ONIGMO_CFLAGS = @ONIGMO_CFLAGS@
269 ONIGMO_LIBS = @ONIGMO_LIBS@
270 OTOOL = @OTOOL@
271 OTOOL64 = @OTOOL64@
272 PACKAGE = @PACKAGE@
273 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274 PACKAGE_LABEL = @PACKAGE_LABEL@
275 PACKAGE_NAME = @PACKAGE_NAME@
276 PACKAGE_STRING = @PACKAGE_STRING@
277 PACKAGE_TARNAME = @PACKAGE_TARNAME@
278 PACKAGE_URL = @PACKAGE_URL@
279 PACKAGE_VERSION = @PACKAGE_VERSION@
280 PATH_SEPARATOR = @PATH_SEPARATOR@
281 PCRE_CFLAGS = @PCRE_CFLAGS@
282 PCRE_LIBS = @PCRE_LIBS@
283 PCRE_LIBS_ONLY_L = @PCRE_LIBS_ONLY_L@
284 PKG_CONFIG = @PKG_CONFIG@
285 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
286 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
287 RANLIB = @RANLIB@
288 RAPIDJSON_CFLAGS = @RAPIDJSON_CFLAGS@
289 RAPIDJSON_LIBS = @RAPIDJSON_LIBS@
290 RC = @RC@
291 RSYNC_PATH = @RSYNC_PATH@
292 RUBY = @RUBY@
293 SED = @SED@
294 SET_MAKE = @SET_MAKE@
295 SHELL = @SHELL@
296 SPHINX_BUILD = @SPHINX_BUILD@
297 SSL_CFLAGS = @SSL_CFLAGS@
298 SSL_LIBS = @SSL_LIBS@
299 SSL_LIBS_ONLY_L = @SSL_LIBS_ONLY_L@
300 STRIP = @STRIP@
301 TEST_CFLAGS = @TEST_CFLAGS@
302 TEST_CXXFLAGS = @TEST_CXXFLAGS@
303 VERSION = @VERSION@
304 WINDOWS_LDFLAGS = @WINDOWS_LDFLAGS@
305 WINDOWS_LIBS = @WINDOWS_LIBS@
306 ZLIB_CFLAGS = @ZLIB_CFLAGS@
307 ZLIB_LIBS = @ZLIB_LIBS@
308 ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
309 abs_builddir = @abs_builddir@
310 abs_srcdir = @abs_srcdir@
311 abs_top_builddir = @abs_top_builddir@
312 abs_top_srcdir = @abs_top_srcdir@
313 ac_ct_AR = @ac_ct_AR@
314 ac_ct_CC = @ac_ct_CC@
315 ac_ct_CXX = @ac_ct_CXX@
316 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
317 am__include = @am__include@
318 am__leading_dot = @am__leading_dot@
319 am__quote = @am__quote@
320 am__tar = @am__tar@
321 am__untar = @am__untar@
322 bindir = @bindir@
323 build = @build@
324 build_alias = @build_alias@
325 build_cpu = @build_cpu@
326 build_os = @build_os@
327 build_vendor = @build_vendor@
328 builddir = @builddir@
329 datadir = @datadir@
330 datarootdir = @datarootdir@
331 docdir = @docdir@
332 dvidir = @dvidir@
333 examples_dictionarydir = @examples_dictionarydir@
334 examplesdir = @examplesdir@
335 exec_prefix = @exec_prefix@
336 expanded_pluginsdir = @expanded_pluginsdir@
337 expanded_relative_pluginsdir_base = @expanded_relative_pluginsdir_base@
338 expression_rewriter_pluginsdir = @expression_rewriter_pluginsdir@
339 function_pluginsdir = @function_pluginsdir@
340 grn_debug = @grn_debug@
341 grn_log_path = @grn_log_path@
342 host = @host@
343 host_alias = @host_alias@
344 host_cpu = @host_cpu@
345 host_os = @host_os@
346 host_vendor = @host_vendor@
347 htmldir = @htmldir@
348 includedir = @includedir@
349 infodir = @infodir@
350 install_sh = @install_sh@
351 libdir = @libdir@
352 libexecdir = @libexecdir@
353 localedir = @localedir@
354 localstatedir = @localstatedir@
355 mandir = @mandir@
356 mkdir_p = @mkdir_p@
357 oldincludedir = @oldincludedir@
358 pdfdir = @pdfdir@
359 pkgsysconfdir = @pkgsysconfdir@
360 pluginsdir = @pluginsdir@
361 prefix = @prefix@
362 program_transform_name = @program_transform_name@
363 psdir = @psdir@
364 query_expander_pluginsdir = @query_expander_pluginsdir@
365 relative_pluginsdir = @relative_pluginsdir@
366 relative_pluginsdir_base = @relative_pluginsdir_base@
367 relative_ruby_scriptsdir = @relative_ruby_scriptsdir@
368 relative_ruby_scriptsdir_base = @relative_ruby_scriptsdir_base@
369 ruby_pluginsdir = @ruby_pluginsdir@
370 ruby_scriptsdir = @ruby_scriptsdir@
371 runstatedir = @runstatedir@
372 sbindir = @sbindir@
373 sharding_pluginsdir = @sharding_pluginsdir@
374 sharedstatedir = @sharedstatedir@
375 srcdir = @srcdir@
376 subdirs = @subdirs@
377 suggest_pluginsdir = @suggest_pluginsdir@
378 sysconfdir = @sysconfdir@
379 target_alias = @target_alias@
380 token_filter_pluginsdir = @token_filter_pluginsdir@
381 tokenizer_pluginsdir = @tokenizer_pluginsdir@
382 top_build_prefix = @top_build_prefix@
383 top_builddir = @top_builddir@
384 top_srcdir = @top_srcdir@
385 EXTRA_DIST = \
386 mecab-0.98-mingw-w64.diff \
387 mecab-0.98-not-use-locale-on-mingw.diff
388
389 all: all-am
390
391 .SUFFIXES:
392 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
393 @for dep in $?; do \
394 case '$(am__configure_deps)' in \
395 *$$dep*) \
396 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
397 && { if test -f $@; then exit 0; else break; fi; }; \
398 exit 1;; \
399 esac; \
400 done; \
401 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign packages/windows/patches/Makefile'; \
402 $(am__cd) $(top_srcdir) && \
403 $(AUTOMAKE) --foreign packages/windows/patches/Makefile
404 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
405 @case '$?' in \
406 *config.status*) \
407 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
408 *) \
409 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
410 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
411 esac;
412
413 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
415
416 $(top_srcdir)/configure: $(am__configure_deps)
417 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
419 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420 $(am__aclocal_m4_deps):
421
422 mostlyclean-libtool:
423 -rm -f *.lo
424
425 clean-libtool:
426 -rm -rf .libs _libs
427 tags TAGS:
428
429 ctags CTAGS:
430
431 cscope cscopelist:
432
433
434 distdir: $(BUILT_SOURCES)
435 $(MAKE) $(AM_MAKEFLAGS) distdir-am
436
437 distdir-am: $(DISTFILES)
438 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
439 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
440 list='$(DISTFILES)'; \
441 dist_files=`for file in $$list; do echo $$file; done | \
442 sed -e "s|^$$srcdirstrip/||;t" \
443 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
444 case $$dist_files in \
445 */*) $(MKDIR_P) `echo "$$dist_files" | \
446 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
447 sort -u` ;; \
448 esac; \
449 for file in $$dist_files; do \
450 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
451 if test -d $$d/$$file; then \
452 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
453 if test -d "$(distdir)/$$file"; then \
454 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455 fi; \
456 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
457 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
458 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
459 fi; \
460 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
461 else \
462 test -f "$(distdir)/$$file" \
463 || cp -p $$d/$$file "$(distdir)/$$file" \
464 || exit 1; \
465 fi; \
466 done
467 check-am: all-am
468 check: check-am
469 all-am: Makefile
470 installdirs:
471 install: install-am
472 install-exec: install-exec-am
473 install-data: install-data-am
474 uninstall: uninstall-am
475
476 install-am: all-am
477 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
478
479 installcheck: installcheck-am
480 install-strip:
481 if test -z '$(STRIP)'; then \
482 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
483 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
484 install; \
485 else \
486 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
487 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
488 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
489 fi
490 mostlyclean-generic:
491
492 clean-generic:
493
494 distclean-generic:
495 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
496 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
497
498 maintainer-clean-generic:
499 @echo "This command is intended for maintainers to use"
500 @echo "it deletes files that may require special tools to rebuild."
501 clean: clean-am
502
503 clean-am: clean-generic clean-libtool mostlyclean-am
504
505 distclean: distclean-am
506 -rm -f Makefile
507 distclean-am: clean-am distclean-generic
508
509 dvi: dvi-am
510
511 dvi-am:
512
513 html: html-am
514
515 html-am:
516
517 info: info-am
518
519 info-am:
520
521 install-data-am:
522
523 install-dvi: install-dvi-am
524
525 install-dvi-am:
526
527 install-exec-am:
528
529 install-html: install-html-am
530
531 install-html-am:
532
533 install-info: install-info-am
534
535 install-info-am:
536
537 install-man:
538
539 install-pdf: install-pdf-am
540
541 install-pdf-am:
542
543 install-ps: install-ps-am
544
545 install-ps-am:
546
547 installcheck-am:
548
549 maintainer-clean: maintainer-clean-am
550 -rm -f Makefile
551 maintainer-clean-am: distclean-am maintainer-clean-generic
552
553 mostlyclean: mostlyclean-am
554
555 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
556
557 pdf: pdf-am
558
559 pdf-am:
560
561 ps: ps-am
562
563 ps-am:
564
565 uninstall-am:
566
567 .MAKE: install-am install-strip
568
569 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
570 cscopelist-am ctags-am distclean distclean-generic \
571 distclean-libtool distdir dvi dvi-am html html-am info info-am \
572 install install-am install-data install-data-am install-dvi \
573 install-dvi-am install-exec install-exec-am install-html \
574 install-html-am install-info install-info-am install-man \
575 install-pdf install-pdf-am install-ps install-ps-am \
576 install-strip installcheck installcheck-am installdirs \
577 maintainer-clean maintainer-clean-generic mostlyclean \
578 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
579 tags-am uninstall uninstall-am
580
581 .PRECIOUS: Makefile
582
583
584 # Tell versions [3.59,3.63) of GNU make to not export all variables.
585 # Otherwise a system limit (for SysV at least) may be exceeded.
586 .NOEXPORT:
+0
-13
packages/windows/patches/mecab-0.98-mingw-w64.diff less more
0 diff -ru mecab-0.98.orig/src/string_buffer.h mecab-0.98/src/string_buffer.h
1 --- mecab-0.98.orig/src/string_buffer.h 2009-04-19 00:03:04.000000000 +0900
2 +++ mecab-0.98/src/string_buffer.h 2011-04-24 09:40:23.166985912 +0900
3 @@ -45,6 +45,9 @@
4 StringBuffer& operator<<(unsigned short int n) { _UITOA(n); }
5 StringBuffer& operator<<(unsigned int n) { _UITOA(n); }
6 StringBuffer& operator<<(unsigned long int n) { _UITOA(n); }
7 +#if SIZEOF_SIZE_T == SIZEOF_LONG_LONG
8 + StringBuffer& operator<<(unsigned long long int n) { _UITOA(n); }
9 +#endif
10
11 StringBuffer& operator<< (char n) {
12 return this->write(n);
+0
-15
packages/windows/patches/mecab-0.98-not-use-locale-on-mingw.diff less more
0 diff -ru mecab-0.98.orig/src/libmecab.cpp mecab-0.98/src/libmecab.cpp
1 --- mecab-0.98.orig/src/libmecab.cpp 2009-04-19 00:03:04.000000000 +0900
2 +++ mecab-0.98/src/libmecab.cpp 2011-04-29 23:45:03.331006297 +0900
3 @@ -57,9 +57,11 @@
4 if (!DllInstance) {
5 DllInstance = hinst;
6 }
7 +#if !defined(__GNUC__)
8 std::locale loc(std::locale("japanese"),
9 "C", std::locale::numeric);
10 std::locale::global(loc);
11 +#endif
12 return TRUE;
13 }
14 #ifdef __cplusplus
+0
-113
packages/windows/setup-x64.nsi.in less more
0 ; Copyright (c) 2010-2016 Kouhei Sutou <kou@clear-code.com>
1
2 !define PACKAGE_NAME "@PACKAGE@"
3 !define PRODUCT_NAME "@PACKAGE_LABEL@"
4 !define PRODUCT_VERSION "@VERSION@"
5 !define PRODUCT_PUBLISHER "Brazil"
6 !define PRODUCT_WEB_SITE "http://groonga.org/"
7 !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
8 !define PRODUCT_UNINST_ROOT_KEY "HKLM"
9 !define PRODUCT_STARTMENU_REGVAL "NSIS:StartMenuDir"
10
11 SetCompress force
12 SetCompressor lzma
13
14 !include "MUI2.nsh"
15 !include "LogicLib.nsh"
16
17 ; MUI Settings
18 !define MUI_ABORTWARNING
19 !define MUI_LANGDLL_ALLLANGUAGES
20 !define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico"
21 !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
22
23 !insertmacro MUI_PAGE_WELCOME
24 !define MUI_LICENSEPAGE_CHECKBOX
25 !insertmacro MUI_PAGE_LICENSE "LICENSE"
26 !insertmacro MUI_PAGE_COMPONENTS
27 !insertmacro MUI_PAGE_DIRECTORY
28 Var START_MENU_FOLDER
29 !define MUI_STARTMENUPAGE_NODISABLE
30 !define MUI_STARTMENUPAGE_DEFAULTFOLDER "${PRODUCT_NAME}"
31 !define MUI_STARTMENUPAGE_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}"
32 !define MUI_STARTMENUPAGE_REGISTRY_KEY "${PRODUCT_UNINST_KEY}"
33 !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "${PRODUCT_STARTMENU_REGVAL}"
34 !insertmacro MUI_PAGE_STARTMENU Application $START_MENU_FOLDER
35 !insertmacro MUI_PAGE_INSTFILES
36 ; !define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\doc\README.txt"
37 !insertmacro MUI_PAGE_FINISH
38
39 !insertmacro MUI_UNPAGE_WELCOME
40 !insertmacro MUI_UNPAGE_CONFIRM
41 !insertmacro MUI_UNPAGE_INSTFILES
42 !insertmacro MUI_UNPAGE_FINISH
43
44 !insertmacro MUI_LANGUAGE "English"
45 !insertmacro MUI_LANGUAGE "Japanese"
46 !insertmacro MUI_RESERVEFILE_LANGDLL
47
48 !include "language-files\english.nsi"
49 !include "language-files\japanese.nsi"
50
51 Function .onInit
52 !insertmacro MUI_LANGDLL_DISPLAY
53 FunctionEnd
54
55
56 Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
57 OutFile "files\${PACKAGE_NAME}-${PRODUCT_VERSION}-x64.exe"
58 InstallDir "$PROGRAMFILES64\${PRODUCT_NAME}"
59 ShowInstDetails show
60 ShowUnInstDetails show
61
62
63 # Installer
64
65 Section "groonga"
66 SectionIn 1 RO
67 SetOverwrite ifdiff
68
69 SetOutPath $INSTDIR
70 File /r dist-x64\*
71 File /oname=bin\create-setup.bat create-setup.bat
72
73 ExecWait '"$INSTDIR\bin\create-setup.bat" "$INSTDIR\bin"'
74
75 !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
76 SetShellVarContext all
77 CreateDirectory "$SMPROGRAMS\$START_MENU_FOLDER"
78 CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\Uninstall.lnk" $INSTDIR\uninstall.exe
79 CreateShortCut "$SMPROGRAMS\$START_MENU_FOLDER\groonga command prompt.lnk" "$SYSDIR\cmd.exe" '/E:ON /K ""$INSTDIR\bin\setup.bat""'
80 !insertmacro MUI_STARTMENU_WRITE_END
81 SectionEnd
82
83 Section -Post
84 WriteUninstaller $INSTDIR\uninstall.exe
85 WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "$(^Name)"
86 WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString" $INSTDIR\uninstall.exe
87 WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}"
88 WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "${PRODUCT_WEB_SITE}"
89 WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}"
90 WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "StartMenuFolder" "$START_MENU_FOLDER"
91 SectionEnd
92
93 # Uninstaller
94
95 Function un.onUninstSuccess
96 HideWindow
97 MessageBox MB_ICONINFORMATION|MB_OK $(FinishUninstallSuccessfully)
98 FunctionEnd
99
100 Function un.onInit
101 !insertmacro MUI_UNGETLANGUAGE
102 FunctionEnd
103
104 Section "Uninstall"
105 ReadRegStr $START_MENU_FOLDER ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "StartMenuFolder"
106 DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
107
108 RMDir /r $INSTDIR
109
110 SetShellVarContext all
111 RMDir /r "$SMPROGRAMS\$START_MENU_FOLDER"
112 SectionEnd
0 table_create Products TABLE_PAT_KEY ShortText
1 [[0,0.0,0.0],true]
2 table_create Purchases TABLE_NO_KEY
3 [[0,0.0,0.0],true]
4 column_create Purchases product COLUMN_SCALAR Products
5 [[0,0.0,0.0],true]
6 column_create Purchases tag COLUMN_SCALAR ShortText
7 [[0,0.0,0.0],true]
8 column_create Products purchases COLUMN_INDEX Purchases product
9 [[0,0.0,0.0],true]
10 load --table Products
11 [
12 {"_key": "apple"},
13 {"_key": "banana"},
14 {"_key": "cacao"}
15 ]
16 [[0,0.0,0.0],3]
17 load --table Purchases
18 [
19 {"product": "apple", "tag": "man"},
20 {"product": "banana", "tag": "man"},
21 {"product": "cacao", "tag": "woman"},
22 {"product": "apple", "tag": "many"}
23 ]
24 [[0,0.0,0.0],4]
25 select Products --output_columns _key,purchases.tag
26 [
27 [
28 0,
29 0.0,
30 0.0
31 ],
32 [
33 [
34 [
35 3
36 ],
37 [
38 [
39 "_key",
40 "ShortText"
41 ],
42 [
43 "purchases.tag",
44 "ShortText"
45 ]
46 ],
47 [
48 "apple",
49 [
50 "man",
51 "many"
52 ]
53 ],
54 [
55 "banana",
56 [
57 "man"
58 ]
59 ],
60 [
61 "cacao",
62 [
63 "woman"
64 ]
65 ]
66 ]
67 ]
68 ]
0 table_create Products TABLE_PAT_KEY ShortText
1
2 table_create Purchases TABLE_NO_KEY
3 column_create Purchases product COLUMN_SCALAR Products
4 column_create Purchases tag COLUMN_SCALAR ShortText
5
6 column_create Products purchases COLUMN_INDEX Purchases product
7
8 load --table Products
9 [
10 {"_key": "apple"},
11 {"_key": "banana"},
12 {"_key": "cacao"}
13 ]
14
15 load --table Purchases
16 [
17 {"product": "apple", "tag": "man"},
18 {"product": "banana", "tag": "man"},
19 {"product": "cacao", "tag": "woman"},
20 {"product": "apple", "tag": "many"}
21 ]
22
23 select Products \
24 --output_columns _key,purchases.tag
0 table_create Tags TABLE_HASH_KEY ShortText
1 [[0,0.0,0.0],true]
2 table_create Products TABLE_PAT_KEY ShortText
3 [[0,0.0,0.0],true]
4 table_create Purchases TABLE_NO_KEY
5 [[0,0.0,0.0],true]
6 column_create Purchases product COLUMN_SCALAR Products
7 [[0,0.0,0.0],true]
8 column_create Purchases tags COLUMN_VECTOR Tags
9 [[0,0.0,0.0],true]
10 column_create Products purchases COLUMN_INDEX Purchases product
11 [[0,0.0,0.0],true]
12 load --table Products
13 [
14 {"_key": "apple"},
15 {"_key": "banana"},
16 {"_key": "cacao"}
17 ]
18 [[0,0.0,0.0],3]
19 load --table Purchases
20 [
21 {"product": "apple", "tags": ["man", "one"]},
22 {"product": "banana", "tags": ["man", "many"]},
23 {"product": "cacao", "tags": ["woman"]},
24 {"product": "apple", "tags": ["child", "many"]}
25 ]
26 [[0,0.0,0.0],4]
27 select Products --output_columns _key,purchases.tags
28 [
29 [
30 0,
31 0.0,
32 0.0
33 ],
34 [
35 [
36 [
37 3
38 ],
39 [
40 [
41 "_key",
42 "ShortText"
43 ],
44 [
45 "purchases.tags",
46 "Tags"
47 ]
48 ],
49 [
50 "apple",
51 [
52 [
53 "man",
54 "one"
55 ],
56 [
57 "child",
58 "many"
59 ]
60 ]
61 ],
62 [
63 "banana",
64 [
65 [
66 "man",
67 "many"
68 ]
69 ]
70 ],
71 [
72 "cacao",
73 [
74 [
75 "woman"
76 ]
77 ]
78 ]
79 ]
80 ]
81 ]
0 table_create Tags TABLE_HASH_KEY ShortText
1
2 table_create Products TABLE_PAT_KEY ShortText
3
4 table_create Purchases TABLE_NO_KEY
5 column_create Purchases product COLUMN_SCALAR Products
6 column_create Purchases tags COLUMN_VECTOR Tags
7
8 column_create Products purchases COLUMN_INDEX Purchases product
9
10 load --table Products
11 [
12 {"_key": "apple"},
13 {"_key": "banana"},
14 {"_key": "cacao"}
15 ]
16
17 load --table Purchases
18 [
19 {"product": "apple", "tags": ["man", "one"]},
20 {"product": "banana", "tags": ["man", "many"]},
21 {"product": "cacao", "tags": ["woman"]},
22 {"product": "apple", "tags": ["child", "many"]}
23 ]
24
25 select Products \
26 --output_columns _key,purchases.tags
5353 PATTERN "*.hpp")
5454 install(FILES
5555 "${MESSAGE_PACK_SOURCE_DIR}/COPYING"
56 "${MESSAGE_PACK_SOURCE_DIR}/ChangeLog"
5657 "${MESSAGE_PACK_SOURCE_DIR}/LICENSE_1_0.txt"
58 "${MESSAGE_PACK_SOURCE_DIR}/NOTICE"
5759 "${MESSAGE_PACK_SOURCE_DIR}/README.md"
5860 DESTINATION "${GRN_DATA_DIR}/msgpack")
5961 endif()
0 10.1.1
0 11.0.0
0 GRN_VERSION=10.1.1
0 GRN_VERSION=11.0.0